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>pi-agm: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / pi-agm - 1.2.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pi-agm <small> 1.2.3 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("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; name: &quot;coq-pi-agm&quot; version: &quot;1.2.3&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; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-interval&quot; {&gt;= &quot;3.1&quot; &amp; &lt; &quot;4&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&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.3.zip&quot; checksum: &quot;md5=2772bb7581b79dded0fde1f1d3b2143c&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.3 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-pi-agm -&gt; coq &lt; 8.10~ -&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-pi-agm.1.2.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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/pi-agm/1.2.3.html
HTML
mit
7,674
<html> <title> Representing trees with functions </title> <body> <h1> Representing trees with functions </h1> Consider the following inductive type for binary trees (with nodes labeled by integers). <pre> Require Import ZArith. Inductive Z_fbtree : Set := | Z_fleaf : Z_fbtree | Z_fnode : Z -> (bool -> Z_fbtree) -> Z_fbtree. </pre> Define a function <tt>fzero_present:Z_fbtree -> bool</tt> that maps any tree <em>t</em> to <tt>true</tt> if and only if <em>t</em> contains the value zero. <h2>Solution</h2> <a href="SRC/fzero_present.v"> This file </a> <br> <br> <hr> <a href="../index.html">Going home </a> <hr> <address><a href="mailto:[email protected]">Pierre Castéran</a></address> </body> </html>
promlow/books-and-tutorials
coq-art/booksite83-export/structinduct/fzero_present.html
HTML
mit
718
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/iosicon.png" /> <!-- DEVELOPMENT LESS --> <!-- <link rel="stylesheet/less" href="css/photon.less" media="all" /> <link rel="stylesheet/less" href="css/photon-responsive.less" media="all" /> --> <!-- PRODUCTION CSS --> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/images/photon/[email protected]" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.tagsinput.min.js.html#">Sign Up &#187;</a> <a href="jquery.tagsinput.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.tagsinput.min.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
user-tony/photon-rails
lib/assets/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/jquery.tagsinput.min.js.html
HTML
mit
16,115
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content="Tim Crane"> <title>Johnson Trube</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Custom fonts for this template --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Ubuntu" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/agency.css" rel="stylesheet"> </head> <body id="page-top"> <a class="nav-link js-scroll-trigger" id="home_btn" href="index.html#buds">Home</a> <section id=""> <div class="container"> <h2 class="text-uppercase building_page">Bud's</h2> <!-- <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> --> <img class="img-fluid d-block mx-auto" src="img/Buds.jpg" alt=""><p class="building_page">In the heart of East Cesar Chavez creative district. Juiceland across the street, two of the best ten ranked new restaurants in the state (Texas Monthly this month) share the block. Many walkable delights in the immediate vicinity. First story is home to Johnson, Trube and associates as well as Bud's Recording Services studio. Second story creative office space recently built out includes 5 large private offices including one office with a private bathroom, a 14’ x 12’ conference room, men & women private bathrooms, large open work area, kitchen with break area, 721 SF private balcony facing west and 672 SF private deck facing east.</p> </div> </section> <!-- Bootstrap core JavaScript --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- Plugin JavaScript --> <script src="vendor/jquery-easing/jquery.easing.min.js"></script> <!-- Contact form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Custom scripts for this template --> <script src="js/agency.js"></script> </body> </html>
TimCrane1/TimCrane1.github.io
buds.html
HTML
mit
2,957
<!DOCTYPE html> <html> <head> <base href='/'> <title>Freelance Bootcamp</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://v4-alpha.getbootstrap.com/dist/css/bootstrap.min.css" /> <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> <link rel="stylesheet" href="app/styles/styles.css"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/reflect-metadata/Reflect.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('app').catch(function(err){ console.error(err); }); </script> </head> <body> <app>App loading...</app> </body> </html>
khanhhq2k/angular2-camp-frontend
index.html
HTML
mit
955
<!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_25) on Sun Jan 04 17:52:02 CET 2015 --> <title>F-Index</title> <meta name="date" content="2015-01-04"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="F-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">U</a>&nbsp;<a href="index-14.html">_</a>&nbsp;<a name="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><a href="../fr/jweb/app/entities/package-summary.html">fr.jweb.app.entities</a> - package fr.jweb.app.entities</dt> <dd>&nbsp;</dd> <dt><a href="../fr/jweb/app/mbeans/package-summary.html">fr.jweb.app.mbeans</a> - package fr.jweb.app.mbeans</dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">U</a>&nbsp;<a href="index-14.html">_</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Ganitzsh/Bonobo
doc/index-files/index-5.html
HTML
mit
4,868
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-analysis: 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 / mathcomp-analysis - 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> mathcomp-analysis <small> 0.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 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.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 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/math-comp/analysis&quot; bug-reports: &quot;https://github.com/math-comp/analysis/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/analysis.git&quot; license: &quot;CeCILL-C&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;Cyril Cohen&quot; &quot;Assia Mahboubi&quot; &quot;Damien Rouhling&quot; &quot;Pierre-Yves Strub&quot; ] build: [ [make &quot;INSTMODE=global&quot; &quot;config&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;) } &quot;coq-mathcomp-ssreflect&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-algebra&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-field&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-bigenough&quot; {(&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1.0~&quot;)} &quot;coq-mathcomp-finmap&quot; {(&gt;= &quot;1.1.0&quot; &amp; &lt; &quot;1.2.0~&quot;)} ] tags: [ &quot;logpath:mathcomp.analysis&quot; ] synopsis: &quot;An analysis library for mathematical components&quot; description: &quot;&quot;&quot; This repository contains an experimental library for real analysis for the Coq proof-assistant and using the Mathematical Components library. It is inspired by the Coquelicot library. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/analysis/archive/0.1.0.tar.gz&quot; checksum: &quot;sha256=0c3e998b81617a773f0d59db3aaf2ffd05f87ffda383ae6c7bb4a44fd2f4df13&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-analysis.0.1.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-mathcomp-analysis -&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-mathcomp-analysis.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.07.1-2.0.6/released/8.13.2/mathcomp-analysis/0.1.0.html
HTML
mit
7,509
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W27324_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page17.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 687px; margin-top: 137px;"> <p class="styleSans20.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HALLIBURTDN <br/>6360 EAST YELLOWSTONE HWY ‘ EVANSVILLE, WY 82636 </p> </div> <div style="position: absolute; margin-left: 880px; margin-top: 357px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TEL: 307-472-5757 ' FAX: 307-232-2097 </p> </div> <div style="position: absolute; margin-left: 770px; margin-top: 604px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Certified </p> </div> <div style="position: absolute; margin-left: 1175px; margin-top: 604px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Survey Sheet </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 825px;"> <p class="styleSans16.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Customer: Well: Legak County: State: </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 1567px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">RKB: Nabors B15 Tie—On: <br/>First Sperry MWD Survey: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 1925px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Last Sperry MWD Survey: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2035px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Projection to TD: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2255px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">I certify that the attached survey is true and correct to the best of my knowledge. </p> </div> <div style="position: absolute; margin-left: 880px; margin-top: 2475px;"> <p class="styleSans48.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>Jerry P p Well Design Engineer </p> </div> <div style="position: absolute; margin-left: 990px; margin-top: 3162px;"> <p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HALLIBURTON ROCKIES DIVISION </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 825px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">SM Energy Chanda 16-21HN <br/>Sec. 21 -T1 62N-R98W </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1210px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Divide North Dakota </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1567px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">KB Height 26’; Elev 2155’ MSL <br/>1,686’ MD; Sun‘ace Casing Assumed Vertical </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1815px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1,706‘ MD </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1925px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">18,180’ MD </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 2035px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">18,227' MD </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W27324_text/page18.html
HTML
mit
4,715
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Paper-Notes</title> <link rel="stylesheet" href="./assets/css/app.css"> <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap-theme.css"> <link rel="stylesheet" href="./node_modules/tokenfield/dist/tokenfield.css"> <!-- http://electron.atom.io/docs/faq/ --> <!-- <script> window.nodeRequire = require; delete window.require; delete window.exports; delete window.module; </script> --> </head> <body> <div class="container theme-showcase" role="main"> <!-- Navbar --> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Paper Notes</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#/papers">Papers</a></li> <!-- <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header">Nav header</li> <li><a href="#">Separated link</a></li> <li><a href="#">One more separated link</a></li> </ul> </li> --> </ul> </div><!--/.nav-collapse --> </div> </nav> <div id="app-view-container"> </div> <p> <small> <!-- All of the Node.js APIs are available in this renderer process. --> We are using node <script>document.write(process.versions.node)</script>, Chromium <script>document.write(process.versions.chrome)</script>, and Electron <script>document.write(process.versions.electron)</script>. </small> </p> </div> </body> <!-- Templates : Later to be moved to JST or other. --> <!-- PaperView --> <script type="text/template" id="paper-view-template"> <div class="page-header"> <h1>Paper</h1> <p class="lead">View paper details and notes.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Key: <%- key %></h3> </div> <div class="panel-body"> <p>Title: <%- title %></p> <p>Year: <%- year %></p> <p>Authors: <%- authors %></p> <p>Overview: <%- overview %></p> <p>Tags: <%- tags %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> </div> </div> </div> <div class="page-header"> <h1>Add New Note</h1> </div> <form id="note-create-form" class="form-inline"> <div class="form-group"> <label for="note-title">Title</label> <input id="note-title" type="text" class="form-control" placeholder="Note Title" autofocus> </div> <button type="submit" class="btn btn-default">Create</button> </form> <section id="main"> <div class="page-header"> <h1>Notes</h1> </div> <div id="note-list"></div> </section> </script> <!-- NotesItemView --> <script type="text/template" id="notes-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title title"><%- title %></h3> </div> <div class="panel-body"> <p>Date: <%- datetime %></p> <p>Text: <%- text %></p> <button type="button" class="view btn btn-info btn-xs">View</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> </div> </div> </script> <!-- NoteView --> <script type="text/template" id="note-view-template"> <div class="page-header"> <h1>Note</h1> <p class="lead">View note details.</p> </div> <div class="form-group"> <button type="button" id="paper" class="btn btn-primary">Back to Paper</button> </div> <div class="row"> <div class="panel panel-default note"> <div class="panel-heading"> <h3 class="panel-title"><%- title %></h3> </div> <div class="panel-body"> <p>Date: <%- datetime %></p> <p>Text: <%- text %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> </div> </div> </div> <div class="page-header"> <h1>Add New Anchor</h1> </div> <form id="anchor-create-form" class="form-inline"> <div class="form-group"> <label for="page">Page Number</label> <input id="page" type="page" class="form-control" placeholder="Anchor Page" autofocus> </div> <div class="form-group"> <label for="thing">Thing (Selected Text/Figure/Equation/Table)</label> <input id="thing" type="text" class="form-control" placeholder="Anchor Thing" > </div> <div class="form-group"> <label for="text">Text</label> <input id="text" type="text" class="form-control" placeholder="Anchor Text" > </div> <button type="submit" class="btn btn-default">Create</button> </form> <section id="main"> <div class="page-header"> <h1>Anchors</h1> </div> <div id="anchor-list"></div> </section> </script> <!-- AnchorsItemView --> <script type="text/template" id="anchors-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title thing"><%- thing %></h3> </div> <div class="panel-body"> <div class="viewing"> <p>Page Number: <%- page %></p> <p>Text: <%- text %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> <div class="editing"> <form id="anchor-edit-form" class="form-inline"> <div class="form-group"> <label for="page">Page Number</label> <input id="page" type="page" class="form-control" placeholder="Anchor Page" value="<%- page %>" autofocus> </div> <div class="form-group"> <label for="thing">Thing (Selected Text/Figure/Equation/Table)</label> <input id="thing" type="text" class="form-control" placeholder="Anchor Thing" value="<%- thing %>" > </div> <div class="form-group"> <label for="text">Text</label> <input id="text" type="text" class="form-control" placeholder="Anchor Text" value="<%- text %>" > </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </div> </script> <!-- NoteEditView --> <script type="text/template" id="note-edit-template"> <div class="page-header"> <h1>Note</h1> <p class="lead">Edit note details.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title edit"><%- title %> <%- datetime %></h3> </div> <div class="panel-body"> <form id="note-edit-form"> <div class="form-group"> <label for="title">Title</label> <input id="title" type="text" class="form-control" value="<%- title %>"> </div> <div class="form-group"> <label for="text">Text</label> <textarea id="text" class="form-control" rows="3"><%- text %></textarea> </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </script> <!-- PaperEditView --> <script type="text/template" id="paper-edit-template"> <div class="page-header"> <h1>Paper</h1> <p class="lead">Edit paper details.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title edit"><%- key %></h3> </div> <div class="panel-body"> <form id="paper-edit-form"> <div class="form-group"> <label for="key">Key</label> <input id="key" type="text" class="form-control" value="<%- key %>"> </div> <div class="form-group"> <label for="title">Title</label> <input id="title" type="text" class="form-control" value="<%- title %>"> </div> <div class="form-group"> <label for="year">Year</label> <input id="year" type="text" class="form-control" value="<%- year %>"> </div> <div class="form-group"> <label for="authors">Authors</label> <input id="authors" type="text" class="form-control" value="<%- authors %>"> </div> <div class="form-group"> <label for="tags">Tags</label> <input id="tags" type="text" class="form-control" value="<%- tags %>"> </div> <div class="form-group"> <label for="overview">Overview</label> <textarea id="overview" class="form-control" rows="3"><%- overview %></textarea> </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </script> <!-- PapersItemView --> <script type="text/template" id="papers-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title title">Key: <%- key %></h3> </div> <div class="panel-body"> <p>Title: <%- title %></p> <p>Year: <%- year %></p> <p>Authors: <%- authors %></p> <button type="button" class="view btn btn-info btn-xs">View</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> </div> </div> </script> <!-- PapersView --> <script type="text/template" id="papers-view-template"> <div class="page-header"> <h1>Papers</h1> <p class="lead">All the papers in the database.</p> </div> <div class="row"> <div class="col-sm-6"> <h2>Search Papers</h2> <form id="search-form" > <div class="form-group"> <label for="search">Search</label> <input id="search" type="text" class="form-control" placeholder=""> </div> <button type="submit" class="btn btn-default">Search</button> </form> </div> <div class="col-sm-6"> <h2>Add New Paper</h2> <form id="paper-create-form" > <div class="form-group"> <label for="key">Key</label> <input id="key" type="text" class="form-control" placeholder="Paper Key" autofocus> </div> <button type="submit" class="btn btn-default">Create</button> </form> </div> </div> <section id="main"> <h2>Paper List</h2> <div id="paper-list"></div> </section> </script> <!-- AppView --> <script type="text/template" id="app-view-template"> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Paper. Notes.</h1> <p>Read and make notes with ease.</p> </div> <div class="well"> <h2>Clear, Load and Save</h2> <div class="form-group" id="files"> <button type="button" id="clear" class="btn btn-primary">Clear</button> <button type="button" id="open" class="btn btn-primary">Load</button> <button type="button" id="save" class="btn btn-primary">Save</button> </div> <p>Your data is saved to a textfile of your choosing when you click Save. In the meantime it is held in a local working database.</p> </div> </script> <!-- http://stackoverflow.com/a/37480521/209647 --> <!-- Insert this line above script imports --> <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> <!-- normal script imports etc --> <script> window.$ = window.jQuery = require('jquery'); </script> <!-- Insert this line after script imports --> <script>if (window.module) module = window.module;</script> <script> // You can also require other files to run in this process require('bootstrap'); require('tokenfield'); require('./assets/js/ex-links.js'); require('./assets/js/notifications.js'); // Backbone //require('backbone'); //require('backbone.localStorage'); // Underscore //require('underscore'); </script> <!-- Backbone DB --> <script src="./assets/js/backbone-db.js"></script> <!-- Backbone Models --> <script src="./assets/js/models/note.js"></script> <script src="./assets/js/models/paper.js"></script> <!-- Backbone Collections --> <script src="./assets/js/collections/papers.js"></script> <!-- Backbone Controllers --> <script src="./assets/js/controllers/view-app-controller.js"></script> <script src="./assets/js/controllers/view-paper-controller.js"></script> <script src="./assets/js/controllers/view-papers-controller.js"></script> <script src="./assets/js/controllers/view-note-controller.js"></script> <!-- Backbone Routers --> <script src="./assets/js/routers/app-router.js"></script> <!-- Backbone Views --> <script src="./assets/js/views/app-view.js"></script> <script src="./assets/js/views/paper-view.js"></script> <script src="./assets/js/views/paper-edit-view.js"></script> <script src="./assets/js/views/papers-item-view.js"></script> <script src="./assets/js/views/papers-view.js"></script> <script src="./assets/js/views/note-view.js"></script> <script src="./assets/js/views/note-edit-view.js"></script> <script src="./assets/js/views/notes-item-view.js"></script> <script src="./assets/js/views/anchors-item-view.js"></script> <!-- In Electron, this is the correct way to include jQuery --> <!-- <script> window.$ = window.jQuery = nodeRequire('jquery'); console.log( [$, jQuery ]); </script> --> </html>
bensherlock/paper-notes
app/index.html
HTML
mit
15,603
<html> <head> <script type="text/javascript" src="../lib/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="../lib/d3.min.js"></script> </head> <body> <script type="text/javascript"> var svg = d3.select('body') .append('svg') .attr('width', 300) .attr('height', 300); </script> </body> </html>
sebastian-meier/tutorials
d3/01_DOM/08_index.html
HTML
mit
338
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/input/Mouse.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="EarCut.html">EarCut</a> </li> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#arc">arc</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#beginFill">beginFill</a> </li> <li class="class-depth-0"> <a href="global.html#bezierCurveTo">bezierCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#clear">clear</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#destroyCachedSprite">destroyCachedSprite</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#drawCircle">drawCircle</a> </li> <li class="class-depth-0"> <a href="global.html#drawEllipse">drawEllipse</a> </li> <li class="class-depth-0"> <a href="global.html#drawPolygon">drawPolygon</a> </li> <li class="class-depth-0"> <a href="global.html#drawRect">drawRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawRoundedRect">drawRoundedRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawShape">drawShape</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#endFill">endFill</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#generateTexture">generateTexture</a> </li> <li class="class-depth-0"> <a href="global.html#getBounds">getBounds</a> </li> <li class="class-depth-0"> <a href="global.html#getLocalBounds">getLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#lineStyle">lineStyle</a> </li> <li class="class-depth-0"> <a href="global.html#lineTo">lineTo</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#moveTo">moveTo</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#quadraticCurveTo">quadraticCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#updateLocalBounds">updateLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/input/Mouse.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Richard Davey &lt;[email protected]> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * The Mouse class is responsible for handling all aspects of mouse interaction with the browser. * * It captures and processes mouse events that happen on the game canvas object. * It also adds a single `mouseup` listener to `window` which is used to capture the mouse being released * when not over the game. * * You should not normally access this class directly, but instead use a Phaser.Pointer object * which normalises all game input for you, including accurate button handling. * * @class Phaser.Mouse * @constructor * @param {Phaser.Game} game - A reference to the currently running game. */ Phaser.Mouse = function (game) { /** * @property {Phaser.Game} game - A reference to the currently running game. */ this.game = game; /** * @property {Phaser.Input} input - A reference to the Phaser Input Manager. * @protected */ this.input = game.input; /** * @property {object} callbackContext - The context under which callbacks are called. */ this.callbackContext = this.game; /** * @property {function} mouseDownCallback - A callback that can be fired when the mouse is pressed down. */ this.mouseDownCallback = null; /** * @property {function} mouseUpCallback - A callback that can be fired when the mouse is released from a pressed down state. */ this.mouseUpCallback = null; /** * @property {function} mouseOutCallback - A callback that can be fired when the mouse is no longer over the game canvas. */ this.mouseOutCallback = null; /** * @property {function} mouseOverCallback - A callback that can be fired when the mouse enters the game canvas (usually after a mouseout). */ this.mouseOverCallback = null; /** * @property {function} mouseWheelCallback - A callback that can be fired when the mousewheel is used. */ this.mouseWheelCallback = null; /** * @property {boolean} capture - If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully. */ this.capture = false; /** * This property was removed in Phaser 2.4 and should no longer be used. * Instead please see the Pointer button properties such as `Pointer.leftButton`, `Pointer.rightButton` and so on. * Or Pointer.button holds the DOM event button value if you require that. * @property {number} button * @default */ this.button = -1; /** * The direction of the _last_ mousewheel usage 1 for up -1 for down. * @property {number} wheelDelta */ this.wheelDelta = 0; /** * Mouse input will only be processed if enabled. * @property {boolean} enabled * @default */ this.enabled = true; /** * @property {boolean} locked - If the mouse has been Pointer Locked successfully this will be set to true. * @default */ this.locked = false; /** * @property {boolean} stopOnGameOut - If true Pointer.stop will be called if the mouse leaves the game canvas. * @default */ this.stopOnGameOut = false; /** * @property {Phaser.Signal} pointerLock - This event is dispatched when the browser enters or leaves pointer lock state. * @default */ this.pointerLock = new Phaser.Signal(); /** * The browser mouse DOM event. Will be null if no mouse event has ever been received. * Access this property only inside a Mouse event handler and do not keep references to it. * @property {MouseEvent|null} event * @default */ this.event = null; /** * @property {function} _onMouseDown - Internal event handler reference. * @private */ this._onMouseDown = null; /** * @property {function} _onMouseMove - Internal event handler reference. * @private */ this._onMouseMove = null; /** * @property {function} _onMouseUp - Internal event handler reference. * @private */ this._onMouseUp = null; /** * @property {function} _onMouseOut - Internal event handler reference. * @private */ this._onMouseOut = null; /** * @property {function} _onMouseOver - Internal event handler reference. * @private */ this._onMouseOver = null; /** * @property {function} _onMouseWheel - Internal event handler reference. * @private */ this._onMouseWheel = null; /** * Wheel proxy event object, if required. Shared for all wheel events for this mouse. * @property {Phaser.Mouse~WheelEventProxy} _wheelEvent * @private */ this._wheelEvent = null; }; /** * @constant * @type {number} */ Phaser.Mouse.NO_BUTTON = -1; /** * @constant * @type {number} */ Phaser.Mouse.LEFT_BUTTON = 0; /** * @constant * @type {number} */ Phaser.Mouse.MIDDLE_BUTTON = 1; /** * @constant * @type {number} */ Phaser.Mouse.RIGHT_BUTTON = 2; /** * @constant * @type {number} */ Phaser.Mouse.BACK_BUTTON = 3; /** * @constant * @type {number} */ Phaser.Mouse.FORWARD_BUTTON = 4; /** * @constant * @type {number} */ Phaser.Mouse.WHEEL_UP = 1; /** * @constant * @type {number} */ Phaser.Mouse.WHEEL_DOWN = -1; Phaser.Mouse.prototype = { /** * Starts the event listeners running. * @method Phaser.Mouse#start */ start: function () { if (this.game.device.android &amp;&amp; this.game.device.chrome === false) { // Android stock browser fires mouse events even if you preventDefault on the touchStart, so ... return; } if (this._onMouseDown !== null) { // Avoid setting multiple listeners return; } var _this = this; this._onMouseDown = function (event) { return _this.onMouseDown(event); }; this._onMouseMove = function (event) { return _this.onMouseMove(event); }; this._onMouseUp = function (event) { return _this.onMouseUp(event); }; this._onMouseUpGlobal = function (event) { return _this.onMouseUpGlobal(event); }; this._onMouseOutGlobal = function (event) { return _this.onMouseOutGlobal(event); }; this._onMouseOut = function (event) { return _this.onMouseOut(event); }; this._onMouseOver = function (event) { return _this.onMouseOver(event); }; this._onMouseWheel = function (event) { return _this.onMouseWheel(event); }; var canvas = this.game.canvas; canvas.addEventListener('mousedown', this._onMouseDown, true); canvas.addEventListener('mousemove', this._onMouseMove, true); canvas.addEventListener('mouseup', this._onMouseUp, true); if (!this.game.device.cocoonJS) { window.addEventListener('mouseup', this._onMouseUpGlobal, true); window.addEventListener('mouseout', this._onMouseOutGlobal, true); canvas.addEventListener('mouseover', this._onMouseOver, true); canvas.addEventListener('mouseout', this._onMouseOut, true); } var wheelEvent = this.game.device.wheelEvent; if (wheelEvent) { canvas.addEventListener(wheelEvent, this._onMouseWheel, true); if (wheelEvent === 'mousewheel') { this._wheelEvent = new WheelEventProxy(-1/40, 1); } else if (wheelEvent === 'DOMMouseScroll') { this._wheelEvent = new WheelEventProxy(1, 1); } } }, /** * The internal method that handles the mouse down event from the browser. * @method Phaser.Mouse#onMouseDown * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseDown: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseDownCallback) { this.mouseDownCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.start(event); }, /** * The internal method that handles the mouse move event from the browser. * @method Phaser.Mouse#onMouseMove * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseMove: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseMoveCallback) { this.mouseMoveCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.move(event); }, /** * The internal method that handles the mouse up event from the browser. * @method Phaser.Mouse#onMouseUp * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseUp: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseUpCallback) { this.mouseUpCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.stop(event); }, /** * The internal method that handles the mouse up event from the window. * * @method Phaser.Mouse#onMouseUpGlobal * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseUpGlobal: function (event) { if (!this.input.mousePointer.withinGame) { if (this.mouseUpCallback) { this.mouseUpCallback.call(this.callbackContext, event); } event['identifier'] = 0; this.input.mousePointer.stop(event); } }, /** * The internal method that handles the mouse out event from the window. * * @method Phaser.Mouse#onMouseOutGlobal * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOutGlobal: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = false; if (!this.input.enabled || !this.enabled) { return; } // If we get a mouseout event from the window then basically // something serious has gone down, usually along the lines of // the browser opening a context-menu or similar. // On OS X Chrome especially this is bad news, as it blocks // us then getting a mouseup event, so we need to force that through. // // No matter what, we must cancel the left and right buttons this.input.mousePointer.stop(event); this.input.mousePointer.leftButton.stop(event); this.input.mousePointer.rightButton.stop(event); }, /** * The internal method that handles the mouse out event from the browser. * * @method Phaser.Mouse#onMouseOut * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOut: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = false; if (this.mouseOutCallback) { this.mouseOutCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } if (this.stopOnGameOut) { event['identifier'] = 0; this.input.mousePointer.stop(event); } }, /** * The internal method that handles the mouse over event from the browser. * * @method Phaser.Mouse#onMouseOver * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOver: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = true; if (this.mouseOverCallback) { this.mouseOverCallback.call(this.callbackContext, event); } }, /** * The internal method that handles the mouse wheel event from the browser. * * @method Phaser.Mouse#onMouseWheel * @param {MouseEvent} event - The native event from the browser. */ onMouseWheel: function (event) { if (this._wheelEvent) { event = this._wheelEvent.bindEvent(event); } this.event = event; if (this.capture) { event.preventDefault(); } // reverse detail for firefox this.wheelDelta = Phaser.Math.clamp(-event.deltaY, -1, 1); if (this.mouseWheelCallback) { this.mouseWheelCallback.call(this.callbackContext, event); } }, /** * If the browser supports it you can request that the pointer be locked to the browser window. * This is classically known as 'FPS controls', where the pointer can't leave the browser until the user presses an exit key. * If the browser successfully enters a locked state the event Phaser.Mouse.pointerLock will be dispatched and the first parameter will be 'true'. * @method Phaser.Mouse#requestPointerLock */ requestPointerLock: function () { if (this.game.device.pointerLock) { var element = this.game.canvas; element.requestPointerLock = element.requestPointerLock || element.mozRequestPointerLock || element.webkitRequestPointerLock; element.requestPointerLock(); var _this = this; this._pointerLockChange = function (event) { return _this.pointerLockChange(event); }; document.addEventListener('pointerlockchange', this._pointerLockChange, true); document.addEventListener('mozpointerlockchange', this._pointerLockChange, true); document.addEventListener('webkitpointerlockchange', this._pointerLockChange, true); } }, /** * Internal pointerLockChange handler. * * @method Phaser.Mouse#pointerLockChange * @param {Event} event - The native event from the browser. This gets stored in Mouse.event. */ pointerLockChange: function (event) { var element = this.game.canvas; if (document.pointerLockElement === element || document.mozPointerLockElement === element || document.webkitPointerLockElement === element) { // Pointer was successfully locked this.locked = true; this.pointerLock.dispatch(true, event); } else { // Pointer was unlocked this.locked = false; this.pointerLock.dispatch(false, event); } }, /** * Internal release pointer lock handler. * @method Phaser.Mouse#releasePointerLock */ releasePointerLock: function () { document.exitPointerLock = document.exitPointerLock || document.mozExitPointerLock || document.webkitExitPointerLock; document.exitPointerLock(); document.removeEventListener('pointerlockchange', this._pointerLockChange, true); document.removeEventListener('mozpointerlockchange', this._pointerLockChange, true); document.removeEventListener('webkitpointerlockchange', this._pointerLockChange, true); }, /** * Stop the event listeners. * @method Phaser.Mouse#stop */ stop: function () { var canvas = this.game.canvas; canvas.removeEventListener('mousedown', this._onMouseDown, true); canvas.removeEventListener('mousemove', this._onMouseMove, true); canvas.removeEventListener('mouseup', this._onMouseUp, true); canvas.removeEventListener('mouseover', this._onMouseOver, true); canvas.removeEventListener('mouseout', this._onMouseOut, true); var wheelEvent = this.game.device.wheelEvent; if (wheelEvent) { canvas.removeEventListener(wheelEvent, this._onMouseWheel, true); } window.removeEventListener('mouseup', this._onMouseUpGlobal, true); window.removeEventListener('mouseout', this._onMouseOutGlobal, true); document.removeEventListener('pointerlockchange', this._pointerLockChange, true); document.removeEventListener('mozpointerlockchange', this._pointerLockChange, true); document.removeEventListener('webkitpointerlockchange', this._pointerLockChange, true); } }; Phaser.Mouse.prototype.constructor = Phaser.Mouse; /* jshint latedef:nofunc */ /** * A purely internal event support class to proxy 'wheelscroll' and 'DOMMouseWheel' * events to 'wheel'-like events. * * See https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel for choosing a scale and delta mode. * * @method Phaser.Mouse#WheelEventProxy * @private * @param {number} scaleFactor - Scale factor as applied to wheelDelta/wheelDeltaX or details. * @param {integer} deltaMode - The reported delta mode. */ function WheelEventProxy (scaleFactor, deltaMode) { /** * @property {number} _scaleFactor - Scale factor as applied to wheelDelta/wheelDeltaX or details. * @private */ this._scaleFactor = scaleFactor; /** * @property {number} _deltaMode - The reported delta mode. * @private */ this._deltaMode = deltaMode; /** * @property {any} originalEvent - The original event _currently_ being proxied; the getters will follow suit. * @private */ this.originalEvent = null; } WheelEventProxy.prototype = {}; WheelEventProxy.prototype.constructor = WheelEventProxy; WheelEventProxy.prototype.bindEvent = function (event) { // Generate stubs automatically if (!WheelEventProxy._stubsGenerated &amp;&amp; event) { var makeBinder = function (name) { return function () { var v = this.originalEvent[name]; return typeof v !== 'function' ? v : v.bind(this.originalEvent); }; }; for (var prop in event) { if (!(prop in WheelEventProxy.prototype)) { Object.defineProperty(WheelEventProxy.prototype, prop, { get: makeBinder(prop) }); } } WheelEventProxy._stubsGenerated = true; } this.originalEvent = event; return this; }; Object.defineProperties(WheelEventProxy.prototype, { "type": { value: "wheel" }, "deltaMode": { get: function () { return this._deltaMode; } }, "deltaY": { get: function () { return (this._scaleFactor * (this.originalEvent.wheelDelta || this.originalEvent.detail)) || 0; } }, "deltaX": { get: function () { return (this._scaleFactor * this.originalEvent.wheelDeltaX) || 0; } }, "deltaZ": { value: 0 } }); </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Dec 06 2016 23:48:54 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
dreamsxin/phaser
v2-community/docs/src_input_Mouse.js.html
HTML
mit
63,161
<!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> Articles &middot; Aaron's Blog </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="/public/css/hyde.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-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 class="theme-base-0d"> <div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1> <a href="/"> Aaron's Blog </a> </h1> <br /> <div align="left"> <img src="/images/us.jpg"/> <p> Aaron Hui </p> <p>Who am I? I don't know either.Maybe I'm a coder? Or a thinker? Or a player? </p> <p>Email: <a href= "mailto:[email protected]" target="_blank">[email protected]</a></p> </div> <br /> <p></p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item active" href="/Articles/">Articles</a> <a class="sidebar-nav-item" href="/GoodBlogs/">GoodBlogs</a> <span class="sidebar-nav-item">Currently v1.0.0</span> </nav> <p>&copy; 2015. All rights reserved.</p> </div> </div> <div class="content container"> <div class="page"> <h1 class="page-title">Articles</h1> <p class="message"> Hi!下面是这个站点内的全部文章了,希望你可以在里面找到你想要的内容。 </p> <ul class="posts"> <li><span>28 Dec 2013</span> &raquo; <a href="/2013/12/28/introducing-hyde/">Introducing Hyde</a></li> <li><span>07 Feb 2012</span> &raquo; <a href="/2012/02/07/example-content/">Example content</a></li> <li><span>06 Feb 2012</span> &raquo; <a href="/2012/02/06/whats-jekyll/">What's Jekyll?</a></li> </ul> </div> </div> </body> </html>
sol87/AaronHui
_site/Articles/index.html
HTML
mit
2,810
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>foo.env | foo-js | CARFAX</title> <link rel="stylesheet" href="../css/wharf.min.css"> <link rel="stylesheet" href="../css/wharf.src.min.css"> <script src="../js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> </head> <body> <h1>foo.env - Source</h1> <article> <pre><code class="javascript">var env = module.exports = {} , win = require('./window'); env.LOCAL = 'local'; env.DEV = 'dev'; env.ALPHA = 'alpha'; env.BETA = 'beta'; env.PROD = 'prod'; /** * Check whether or not code is running in a browser or in a Node process. * @returns {boolean} */ env.isBrowser = function() { return process.title == 'browser'; }; /** * Determines the current environment based on the window hostname. * @returns {String} the environment level */ env.determine = function() { if( env.isBrowser() ) { var domain = win.domain; return env.ENV = (domain.indexOf('my.') == 0 || domain.indexOf('mysecure.') == 0 || domain.indexOf('mysecured.') == 0 || domain.indexOf('localhost') == 0 ? env.LOCAL : domain.indexOf('dev') == 0 ? env.DEV : domain.indexOf('alpha') == 0 ? env.ALPHA : domain.indexOf('beta') == 0 ? env.BETA : env.PROD); } else { return env.ENV = process.env.NODE_ENV; } }; /** * The current environment level. * @type {String} */ env.ENV = env.determine();</code></pre> </article> </body> </html>
CARFAX/wharf
example/docs/src/foo.env.html
HTML
mit
1,595
<!DOCTYPE html> <html> <head> <title>Mocha Tests</title> <link rel="stylesheet" href="node_modules/mocha/mocha.css"> </head> <body> <div id="root"> </div> <script src="scripts/app.js"> </script> <script> </script> </body> </html>
shakuu/Homework
JavaScript-UI-and-DOM/dom-operations-hw/testrunner.html
HTML
mit
292
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 3 m 26 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / qarith-stern-brocot - 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> qarith-stern-brocot <small> 8.9.0 <span class="label label-success">3 m 26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Binary rational numbers&quot; description: &quot;&quot;&quot; Development of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy. &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:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category:Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:field tactic&quot; &quot;keyword:binary lists&quot; &quot;keyword:Stern-Brocot&quot; &quot;logpath:QArithSternBrocot&quot; &quot;date:2019-05-19&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=ed779cf0b395e003591bb828d11e170321ee4ecfbba8566c4a04f661d0378fb7&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-qarith-stern-brocot.8.9.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-qarith-stern-brocot.8.9.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-qarith-stern-brocot.8.9.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 17 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.glob</code></li> <li>891 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo</code></li> <li>786 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.glob</code></li> <li>782 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo</code></li> <li>755 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo</code></li> <li>528 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.glob</code></li> <li>489 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.glob</code></li> <li>486 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo</code></li> <li>470 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.glob</code></li> <li>470 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo</code></li> <li>392 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo</code></li> <li>355 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo</code></li> <li>342 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo</code></li> <li>310 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.glob</code></li> <li>307 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.glob</code></li> <li>290 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo</code></li> <li>288 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.v</code></li> <li>276 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob</code></li> <li>275 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.glob</code></li> <li>268 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo</code></li> <li>238 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo</code></li> <li>218 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.glob</code></li> <li>204 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob</code></li> <li>202 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo</code></li> <li>195 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob</code></li> <li>151 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.glob</code></li> <li>149 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.v</code></li> <li>134 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo</code></li> <li>129 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo</code></li> <li>109 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.v</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.v</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.v</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-qarith-stern-brocot.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/qarith-stern-brocot/8.9.0.html
HTML
mit
21,630
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>exact-real-arithmetic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / exact-real-arithmetic - 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> exact-real-arithmetic <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 04:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 04:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/exact-real-arithmetic&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/ExactRealArithmetic&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: correctness&quot; &quot;keyword: real numbers&quot; &quot;keyword: arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; ] authors: [ &quot;Jérôme Creci&quot; ] bug-reports: &quot;https://github.com/coq-contribs/exact-real-arithmetic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/exact-real-arithmetic.git&quot; synopsis: &quot;Exact Real Arithmetic&quot; description: &quot;&quot;&quot; This contribution contains a proof of correctness of some exact real arithmetic algorithms from the PhD thesis of Valérie Ménissier-Morain&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/exact-real-arithmetic/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=0286dd584cfca1f955924feae67845d8&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-exact-real-arithmetic.8.6.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-exact-real-arithmetic -&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-exact-real-arithmetic.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/exact-real-arithmetic/8.6.0.html
HTML
mit
7,198
<html> <head> <title>OGRE: Ogre::Bitwise Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="namespaceOgre.html">Ogre</a> </li> <li><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-static-methods">Static Public Member Functions</a> </div> <div class="headertitle"> <h1>Ogre::Bitwise Class Reference<br/> <small> [<a class="el" href="group__Math.html">Math</a>]</small> </h1> </div> </div> <div class="contents"> <!-- doxytag: class="Ogre::Bitwise" --> <p>Class for manipulating bit patterns. <a href="#_details">More...</a></p> <p><code>#include &lt;<a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>&gt;</code></p> <p><a href="classOgre_1_1Bitwise-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static FORCEINLINE unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa3fd3a659f416fe2f6e034c42b6a873c">mostSignificantBitSet</a> (unsigned int value)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the most significant bit set in a value. <a href="#aa3fd3a659f416fe2f6e034c42b6a873c"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static FORCEINLINE <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#af1d86f2723f835a233138259c962a952">firstPO2From</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the closest power-of-two number greater or equal to value. <a href="#af1d86f2723f835a233138259c962a952"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static FORCEINLINE bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ab09f72312a62e0e0720e4b039f402654">isPO2</a> (T n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines whether the number is power-of-two or not. <a href="#ab09f72312a62e0e0720e4b039f402654"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static FORCEINLINE unsigned int&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ab9e1672bc7f43a5a3467d3e0d0886b62">getBitShift</a> (T mask)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of bits a pattern must be shifted right by to remove right-hand zeros. <a href="#ab9e1672bc7f43a5a3467d3e0d0886b62"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename SrcT , typename DestT &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static DestT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a8abbcb20f50105117dc94c6fedf8ace6">convertBitPattern</a> (SrcT srcValue, SrcT srcBitMask, DestT destBitMask)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Takes a value with a given src bit mask, and produces another value with a desired bit mask. <a href="#a8abbcb20f50105117dc94c6fedf8ace6"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa59b3726641c31b63aa3e203559ca3bd">fixedToFixed</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> value, unsigned int n, unsigned int p)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert N bit colour channel value to P bits. <a href="#aa59b3726641c31b63aa3e203559ca3bd"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad3f4d30ecc1aa5ea112a38e63a47b9c8">floatToFixed</a> (const float value, const unsigned int bits)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert floating point colour channel value between 0.0 and 1.0 (otherwise clamped) to integer of a certain number of bits. <a href="#ad3f4d30ecc1aa5ea112a38e63a47b9c8"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a48006ba79d6f8c690e3131c7b4e441bf">fixedToFloat</a> (unsigned value, unsigned int bits)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Fixed point to float. <a href="#a48006ba79d6f8c690e3131c7b4e441bf"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#afa88e9d32bbc468ac3ee803ee4228ca1">intWrite</a> (void *dest, const int n, const unsigned int value)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a n*8 bits integer value to memory in native endian. <a href="#afa88e9d32bbc468ac3ee803ee4228ca1"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad0fcaa2e4f445d1e9c1fb69291061dec">intRead</a> (const void *src, int n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a n*8 bits integer value to memory in native endian. <a href="#ad0fcaa2e4f445d1e9c1fb69291061dec"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa02a9c5a117baf2da38ad562c2130681">floatToHalf</a> (float i)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert a float32 to a float16 (NV_half_float) Courtesy of OpenEXR. <a href="#aa02a9c5a117baf2da38ad562c2130681"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad98268f6e1288301c0471e345e98cd1e">floatToHalfI</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> i)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts float in uint32 format to a a half in uint16 format. <a href="#ad98268f6e1288301c0471e345e98cd1e"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#abb3cbaa74865420859ba7b1061f8d3f3">halfToFloat</a> (<a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> y)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert a float16 (NV_half_float) to a float32 Courtesy of OpenEXR. <a href="#abb3cbaa74865420859ba7b1061f8d3f3"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a7ccd62b11c082f76d4972e27896c6028">halfToFloatI</a> (<a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> y)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts a half in uint16 format to a float in uint32 format. <a href="#a7ccd62b11c082f76d4972e27896c6028"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>Class for manipulating bit patterns. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00043">43</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a8abbcb20f50105117dc94c6fedf8ace6"></a><!-- doxytag: member="Ogre::Bitwise::convertBitPattern" ref="a8abbcb20f50105117dc94c6fedf8ace6" args="(SrcT srcValue, SrcT srcBitMask, DestT destBitMask)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename SrcT , typename DestT &gt; </div> <table class="memname"> <tr> <td class="memname">static DestT Ogre::Bitwise::convertBitPattern </td> <td>(</td> <td class="paramtype">SrcT&nbsp;</td> <td class="paramname"> <em>srcValue</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">SrcT&nbsp;</td> <td class="paramname"> <em>srcBitMask</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">DestT&nbsp;</td> <td class="paramname"> <em>destBitMask</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Takes a value with a given src bit mask, and produces another value with a desired bit mask. </p> <dl class="remark"><dt><b>Remarks:</b></dt><dd>This routine is useful for colour conversion. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00102">102</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00083">getBitShift()</a>.</p> </div> </div> <a class="anchor" id="af1d86f2723f835a233138259c962a952"></a><!-- doxytag: member="Ogre::Bitwise::firstPO2From" ref="af1d86f2723f835a233138259c962a952" args="(uint32 n)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static FORCEINLINE <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> Ogre::Bitwise::firstPO2From </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>n</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the closest power-of-two number greater or equal to value. </p> <dl class="note"><dt><b>Note:</b></dt><dd>0 and 1 are powers of two, so firstPO2From(0)==0 and firstPO2From(1)==1. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00060">60</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa59b3726641c31b63aa3e203559ca3bd"></a><!-- doxytag: member="Ogre::Bitwise::fixedToFixed" ref="aa59b3726641c31b63aa3e203559ca3bd" args="(uint32 value, unsigned int n, unsigned int p)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::fixedToFixed </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>n</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>p</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert N bit colour channel value to P bits. </p> <p>It fills P bits with the bit pattern repeated. (this is /((1&lt;&lt;n)-1) in fixed point) </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00127">127</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="a48006ba79d6f8c690e3131c7b4e441bf"></a><!-- doxytag: member="Ogre::Bitwise::fixedToFloat" ref="a48006ba79d6f8c690e3131c7b4e441bf" args="(unsigned value, unsigned int bits)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static float Ogre::Bitwise::fixedToFloat </td> <td>(</td> <td class="paramtype">unsigned&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>bits</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Fixed point to float. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00161">161</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="ad3f4d30ecc1aa5ea112a38e63a47b9c8"></a><!-- doxytag: member="Ogre::Bitwise::floatToFixed" ref="ad3f4d30ecc1aa5ea112a38e63a47b9c8" args="(const float value, const unsigned int bits)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::floatToFixed </td> <td>(</td> <td class="paramtype">const float&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const unsigned int&nbsp;</td> <td class="paramname"> <em>bits</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert floating point colour channel value between 0.0 and 1.0 (otherwise clamped) to integer of a certain number of bits. </p> <p>Works for any value of bits between 0 and 31. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00151">151</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa02a9c5a117baf2da38ad562c2130681"></a><!-- doxytag: member="Ogre::Bitwise::floatToHalf" ref="aa02a9c5a117baf2da38ad562c2130681" args="(float i)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> Ogre::Bitwise::floatToHalf </td> <td>(</td> <td class="paramtype">float&nbsp;</td> <td class="paramname"> <em>i</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert a float32 to a float16 (NV_half_float) Courtesy of OpenEXR. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00222">222</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00230">floatToHalfI()</a>.</p> </div> </div> <a class="anchor" id="ad98268f6e1288301c0471e345e98cd1e"></a><!-- doxytag: member="Ogre::Bitwise::floatToHalfI" ref="ad98268f6e1288301c0471e345e98cd1e" args="(uint32 i)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> Ogre::Bitwise::floatToHalfI </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>i</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Converts float in uint32 format to a a half in uint16 format. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00230">230</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00222">floatToHalf()</a>.</p> </div> </div> <a class="anchor" id="ab9e1672bc7f43a5a3467d3e0d0886b62"></a><!-- doxytag: member="Ogre::Bitwise::getBitShift" ref="ab9e1672bc7f43a5a3467d3e0d0886b62" args="(T mask)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">static FORCEINLINE unsigned int Ogre::Bitwise::getBitShift </td> <td>(</td> <td class="paramtype">T&nbsp;</td> <td class="paramname"> <em>mask</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the number of bits a pattern must be shifted right by to remove right-hand zeros. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00083">83</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00102">convertBitPattern()</a>.</p> </div> </div> <a class="anchor" id="abb3cbaa74865420859ba7b1061f8d3f3"></a><!-- doxytag: member="Ogre::Bitwise::halfToFloat" ref="abb3cbaa74865420859ba7b1061f8d3f3" args="(uint16 y)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static float Ogre::Bitwise::halfToFloat </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td> <td class="paramname"> <em>y</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert a float16 (NV_half_float) to a float32 Courtesy of OpenEXR. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00273">273</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00282">halfToFloatI()</a>.</p> </div> </div> <a class="anchor" id="a7ccd62b11c082f76d4972e27896c6028"></a><!-- doxytag: member="Ogre::Bitwise::halfToFloatI" ref="a7ccd62b11c082f76d4972e27896c6028" args="(uint16 y)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> Ogre::Bitwise::halfToFloatI </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td> <td class="paramname"> <em>y</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Converts a half in uint16 format to a float in uint32 format. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00282">282</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00273">halfToFloat()</a>.</p> </div> </div> <a class="anchor" id="ad0fcaa2e4f445d1e9c1fb69291061dec"></a><!-- doxytag: member="Ogre::Bitwise::intRead" ref="ad0fcaa2e4f445d1e9c1fb69291061dec" args="(const void *src, int n)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::intRead </td> <td>(</td> <td class="paramtype">const void *&nbsp;</td> <td class="paramname"> <em>src</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>n</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Read a n*8 bits integer value to memory in native endian. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00197">197</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="afa88e9d32bbc468ac3ee803ee4228ca1"></a><!-- doxytag: member="Ogre::Bitwise::intWrite" ref="afa88e9d32bbc468ac3ee803ee4228ca1" args="(void *dest, const int n, const unsigned int value)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void Ogre::Bitwise::intWrite </td> <td>(</td> <td class="paramtype">void *&nbsp;</td> <td class="paramname"> <em>dest</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const int&nbsp;</td> <td class="paramname"> <em>n</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const unsigned int&nbsp;</td> <td class="paramname"> <em>value</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Write a n*8 bits integer value to memory in native endian. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00169">169</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="ab09f72312a62e0e0720e4b039f402654"></a><!-- doxytag: member="Ogre::Bitwise::isPO2" ref="ab09f72312a62e0e0720e4b039f402654" args="(T n)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">static FORCEINLINE bool Ogre::Bitwise::isPO2 </td> <td>(</td> <td class="paramtype">T&nbsp;</td> <td class="paramname"> <em>n</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Determines whether the number is power-of-two or not. </p> <dl class="note"><dt><b>Note:</b></dt><dd>0 and 1 are tread as power of two. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00075">75</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa3fd3a659f416fe2f6e034c42b6a873c"></a><!-- doxytag: member="Ogre::Bitwise::mostSignificantBitSet" ref="aa3fd3a659f416fe2f6e034c42b6a873c" args="(unsigned int value)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static FORCEINLINE unsigned int Ogre::Bitwise::mostSignificantBitSet </td> <td>(</td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>value</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the most significant bit set in a value. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00047">47</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a></li> </ul> </div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Wed Nov 3 2010 19:24:54 </p> </body> </html>
ttair/TuxSinbad
Docs/api/html/classOgre_1_1Bitwise.html
HTML
mit
27,579
<ion-header> <ion-navbar> <ion-title> Tweets </ion-title> </ion-navbar> </ion-header><ion-content padding> <ion-refresher (ionRefresh)="reloadTweets($event)"> <ion-refresher-content></ion-refresher-content> </ion-refresher> <div> <div *ngIf="emptyResponse" class="feedbox"> <h3>No Tweets <ion-icon name="code"></ion-icon></h3> <p> If this persists, you could try <a target="_blank" href="https://github.com/jakswa/martaionic/issues">bugging Jake here</a>. </p> </div> <div *ngIf="tweetError" class="feedbox"> <h4 *ngIf="error.status != 500" [textContent]="error.statusText"></h4> <h4 *ngIf="error.status == 500">Oops. Jake broke something.</h4> <blockquote [textContent]="error.message"></blockquote> <div class="connectivity" *ngIf="connectionProblem"> <p><ion-icon name="information-circle"></ion-icon> Problems connecting.</p> </div> <p> Trying again shortly. <span> If this persists and you're sad, you could try <a target="_system" href="https://github.com/jakswa/martaionic/issues">bugging Jake here</a>. </span> </p> </div> <ion-spinner *ngIf="loading" icon="lines"></ion-spinner> </div> <!-- https://devdactic.com/ionic-twitter-integration/--> <div class="bottom-padding"> <ion-card *ngFor="let tweet of tweets"> <ng-container *ngIf="tweet.retweeted_status"> <ion-item text-wrap> <ion-avatar item-left (click)="openTwitter(tweet.retweeted_status.user.screen_name)"> <img [src]="tweet.retweeted_status.user.profile_image_url"> </ion-avatar> <p class="retweet"> <span [textContent]="tweet.user.name" class="clickable" (click)="openTwitter(tweet.user.screen_name)"></span> Retweeted </p> <p class="user-header"> <span [textContent]="tweet.retweeted_status.user.name" class="clickable" (click)="openTwitter(tweet.retweeted_status.user.screen_name)"></span> <span [textContent]="'@' + tweet.retweeted_status.user.screen_name" class="text-grey clickable" (click)="openTwitter(tweet.retweeted_status.user.screen_name)"></span> <abbr [textContent]="dateForTweet(tweet.retweeted_status.created_at)" [title]="fullDateForTweet(tweet.retweeted_status.created_at)" class="text-grey" (click)="toastDate(tweet.retweeted_status.created_at)"></abbr> </p> <p [innerHtml]="tweet.retweeted_status.full_text"></p> </ion-item> <img [src]="tweet.retweeted_status.extended_entities.media[0].media_url+':small'" *ngIf="tweet.retweeted_status.extended_entities" class="twitter-image"> </ng-container> <ng-container *ngIf="!tweet.retweeted_status"> <ion-item text-wrap> <ion-avatar item-left (click)="openTwitter(tweet.user.screen_name)"> <img [src]="tweet.user.profile_image_url"> </ion-avatar> <p class="user-header"> <span [textContent]="tweet.user.name" class="clickable" (click)="openTwitter(tweet.user.screen_name)"></span> <span [textContent]="'@' + tweet.user.screen_name" class="text-grey clickable" (click)="openTwitter(tweet.user.screen_name)"></span> <abbr [textContent]="dateForTweet(tweet.created_at)" [title]="fullDateForTweet(tweet.created_at)" class="text-grey" (click)="toastDate(tweet.created_at)"></abbr> </p> <p [innerHtml]="tweet.full_text"></p> </ion-item> <img [src]="tweet.extended_entities.media[0].media_url+':small'" *ngIf="tweet.extended_entities" class="twitter-image"> </ng-container> </ion-card> </div> </ion-content><tabs></tabs>
loren138/martaIO
src/pages/twitter/twitter.html
HTML
mit
4,147
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>operator-&gt;</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" /> <link rel="up" href="db_set_base_iterator.html" title="Chapter 18.  Db_set_base_iterator" /> <link rel="prev" href="stldb_set_base_iteratoroperator__star.html" title="operator *" /> <link rel="next" href="stldb_set_base_iteratorrefresh.html" title="refresh" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> <p>Library Version 11.2.5.3</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">operator-&gt;</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="stldb_set_base_iteratoroperator__star.html">Prev</a> </td> <th width="60%" align="center">Chapter 18.  Db_set_base_iterator </th> <td width="20%" align="right"> <a accesskey="n" href="stldb_set_base_iteratorrefresh.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="stldb_set_base_iteratoroperator_arrow"></a>operator-&gt;</h2> </div> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="stldb_set_base_iteratoroperator_arrow_details"></a>Function Details</h3> </div> </div> </div> <pre class="programlisting"> pointer operator-&gt;() const </pre> <p>Arrow operator. </p> <p>Return the pointer to the cached data element, which is an object of type T. You can only use the return value to read its referenced data element, can not update it. </p> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="idp51297536"></a>Return Value</h4> </div> </div> </div> <p>Current data element reference object's address, i.e. address of <a class="link" href="ElementHolder.html" title="Chapter 23.  ElementHolder">ElementHolder</a> or <a class="link" href="ElementRef.html" title="Chapter 24.  ElementRef">ElementRef</a> object. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="idp51299256"></a>Class</h3> </div> </div> </div> <p> <a class="link" href="db_set_base_iterator.html" title="Chapter 18.  Db_set_base_iterator">db_set_base_iterator</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="stldb_set_base_iteratoroperator__star.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="db_set_base_iterator.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="stldb_set_base_iteratorrefresh.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">operator * </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> refresh</td> </tr> </table> </div> </body> </html>
iadix/iadixcoin
db-5.3.28.NC/docs/api_reference/STL/stldb_set_base_iteratoroperator_arrow.html
HTML
mit
4,146
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <title>100% of a brain</title> <style> body { background-color:#2A242D; } #usage,.demo,h1,.tear { font-family: Consolas, Menlo, Monaco, monospace; background-color: #2A242D; color: #FDFBFB; font-size: 14px; line-height: 30px } h1{ font-size:18px; color:#B1AFAF; } .tear { color:#07A8F6; } .home{} </style> </head> <body> <style>.github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out } @keyframes octocat-wave { 0%, 100% { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { transform: rotate(10deg) } } </style> <div class="container-fluid"> <div class="row"> <div class="col-xs-12"> <div class="demo"> <div id="terminal"> <h1> 100% of a brain</h1> <p>I see people complaining they only use 10% of their brains. They wish for a pill, or a surgery, to use 100% of it.</p> <p>For me, I couldn't think of a more cruel torture.</p> <p>Not for the pessimism of rationalizing existential or philosophical questions. That's not a side-effect of the intellect.</p> <p>As a matter of fact, Logic is always a stairway to God, and vice-versa. Intelligence is an easier path towards enlightenment.</p> <p>Instead, it would be a torture for the unbearable sensitivity.</p> <p>Nobody really considers all the things that happen in a freckle of a second.</p> <p>The pouring waters, distorted lights, the crying children, the emerging footsteps, yelling cars, the wind your hair, the emerging hunger, the obnoxious laughter, the annoying texture of clothes, the exotic spice of food...</p> <p>Think of all of that being absorbed, processed, at the same time.</p> <p>It may be too much... and everything seems like a bullet, hitting you right in the brain.</p> <p>You can't focus on anything, there's only the loud jumble circling around your head.</p> <p>It gets louder and louder until you can't hear, process, anything.</p> <p>When that happens, I just lay around as a boat in a thunderstorm, wishfully praying it to just cool off, go away.</p> <p>Sometimes, so very few times, I am fortunate to find an affectionate shoulder: I feel protected by a bubble, guarded against the raging storms surrounding me.</p> <p>A hyperenergetic and melting brain is my Achille's heel, not my essence.</p> <p> My resistance's getting stronger, and someday I'll completely overcome it.</p> </div> </div> </div> <div class="home"><a href="https://itsmachine.github.io">home</a><div/> </div> <script src="dist/terminal.js"></script> <script> </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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-82648473-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
itsmachine/itsmachine.github.io
100-of-a-brain.html
HTML
mit
3,650
<!-- JS --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script> <!-- build:js /assets/javascript/vendor.min.js --> <!-- endbuild --> <!-- build:js /assets/javascript/all.min.js --> <script src="/assets/javascript/main.js"></script> <!-- endbuild -->
MrMaksimize/generator-jekyllized
app/templates/app/_includes/foot.html
HTML
mit
394
<!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.10.0: v8::internal::SmiTagging&lt; ptr_size &gt; Struct 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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v8.10.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#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><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_1SmiTagging.html">SmiTagging</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::internal::SmiTagging&lt; ptr_size &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <hr/>The documentation for this struct was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
2a2c881/html/structv8_1_1internal_1_1SmiTagging.html
HTML
mit
4,590
<!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.27 - v0.1.29: v8::String::Value Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.1.27 - v0.1.29 </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="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_string_1_1_value-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::String::Value Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9d6a6d258196a0a34ac257b2abaf659a"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">v8::Value</a> &gt; obj)</td></tr> <tr class="separator:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae4f44b1977968de2e9f2ff703437fde3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4f44b1977968de2e9f2ff703437fde3"></a> uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr> <tr class="separator:ae4f44b1977968de2e9f2ff703437fde3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1cf21001f92284f290a6e550d567e757"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1cf21001f92284f290a6e550d567e757"></a> const uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr> <tr class="separator:a1cf21001f92284f290a6e550d567e757"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5014d7d4d0f60d39f37e421ae2eb91"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr> <tr class="separator:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Converts an object to a two-byte string. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:28 for V8 API Reference Guide for node.js v0.1.27 - v0.1.29 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
c7cb4da/html/classv8_1_1_string_1_1_value.html
HTML
mit
6,908
<div class="wrap-box"> //= include ../traits/traits.html <button type="roll" name="roll_shaped_traits" class="wrapper-button" value="/w @{character_name} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=TRAITS>Traits</span>}} {{text_big=@{traits_macro_var}}}"> <div class="wrap-box-title center" data-i18n="FEATURES_AND_TRAITS"></div> </button> </div>
Psikerlord/roll20-repository-sheet-clone
5eShaped/precompiled/components/core/traits.html
HTML
mit
418
<h1 class="page-header">Albums by {{vm.artist.name}}</h1> <a ui-sref="album-form({artist_id:vm.artist.id,album_id:'new'})" type="button" class="btn btn-info btn-lg"><i class="glyphicon glyphicon-plus"> Add </i></a> <hr> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-2 control-label">Search</label> <div class="col-sm-10"> <input ng-disabled="$state.current.name != 'albums'" placeholder="Search..." type="text" class="form-control" ng-model="query" ng-change="vm.queryChanged(query)"> </div> </div> </form> <table at-table class="table table-hover" at-pagination="albumPagination" fill-last-page> <thead></thead> <tbody> <tr> <td style="max-width:260px;word-wrap:break-word" at-implicit sortable initial-sorting="asc" class="" attribute="name"></td> <td style="max-width:60px;" at-implicit sortable class="" title="Year" attribute="year_release"></td> <!-- <td sortable title="Genre" class="" attribute="genre.name"> {{item.genre.name}} </td>--> <td class="56px"> <button ui-sref="album-form({artist_id:vm.artist.id,album_id:item.id})" class="btn btn-primary btn-xs"><i class="glyphicon glyphicon-pencil"> </i> Edit</button> </td> <td class="56px"> <button ng-click="$event.stopPropagation();vm.onDeleteButtonClick(item.id)" class="btn btn-danger btn-xs" ng-disabled="$state.current.name != 'albums'"><i class="glyphicon glyphicon-remove-sign"></i> Delete</button> </td> <td class="56px"> <button ui-sref="tracks({artist_id:vm.artist.id,album_id:item.id})" class="btn btn-info btn-xs"><i class="glyphicon glyphicon-music"></i> Tracks</button> </td> </tr> </tbody> </table> <table class="table table-condensed"> <thead> <tr> <th><h2>{{vm.selectedalbum.name}}</h2></th> <th ng-if="vm.isAlbumSelected"> <button ui-sref="albums({id:selectedAlbum.id})" class="btn btn-info btn-large pull-right"><i class="glyphicon glyphicon-music"></i> Albums</button></th> </tr> </thead> <tbody> <tr> <td>{{vm.selectedAlbum.description}}</td> </tr> </tbody> </table> <at-pagination items-per-page="10" instance="albumPagination" list="filteredAlbums"></at-pagination>
ArcherSys/ArcherSys
entertainment/gheddobox/music_db_src/partials/albums.tpl.html
HTML
mit
2,388
--- layout: default --- <div class="post"> <h1 class="post-title"> <a href="{{ page.url }}"> {{ page.title }} </a> </h1> <span class="post-date">{{ page.date | date_to_string }} - <span><a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a></span></span> {% if page.publish == false %} <div class="message">Post is not yet finished</div> {% endif %} {{ content }} {% include counter.html %} </div> {% if page.comments %} <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'liujoycec'; var disqus_identifier = "{{ page.url }}"; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'liujoycec'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> {% endif %} <!-- <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_posts limit:3 %} <li> <h3> <a href="{{ post.url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul> </div> -->
LiuJoyceC/LiuJoyceC.github.io
_layouts/post.html
HTML
mit
2,040
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--<meta charset="UTF-8">--> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!--<meta name="viewport" content="initial-scale=1.25, user-scalable = no">--> <meta name="description" content=""> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!--// For mapbox--> <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.js'></script> <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.css' rel='stylesheet' /> <script src="vendor/jquery/jquery.min.js"></script> <title>VizDOM: CS7280-01 Data Visualization</title> <!-- Theme JavaScript --> <!--<script src="js/freelancer.min.js"></script>--> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/freelancer.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="src/locationfilter.css" /> <!--// Added for leaflet--> <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> <link rel="stylesheet" href="css/leaflet-sidebar.css" /> <link rel="stylesheet" href="css/custom-style.css" /> <link rel="stylesheet" href="css/leaflet-search.css" /> <!-- JS libraries--> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> <script src="./lib/d3.v4.2.6.min.js"></script> <script src="./lib/d3-tip.js"></script> <script src="./lib/crossfilter.js"></script> <script src="./lib/queue.min.js"></script> <!-- custom JS --> <!--<script src="js/dataLoader.js"></script>--> <script src="js/leaflet-sidebar.js"></script> <script type="text/javascript" src="js/leaflet_data_render.js"></script> <script type="text/javascript" src="js/small-pane-left.js"></script> <script type="text/javascript" src="js/small-pane-right.js"></script> <script type="text/javascript" src="js/dual_view_wrapper.js"></script> <script type="text/javascript" src="js/view-visibility-ctrl.js"></script> <script src="js/L.Polyline.SnakeAnim.js"></script> <script src="js/dataLoader_new.js"></script> <script src="js/leaflet-search.js"></script> <script src="js/sidebar1.js"></script> <script src="js/select-categories.js"></script> <!--<script src="js/leaflet-areaselect.js"></script>--> <!--<script src="js/location-filter.js"></script>--> <!--<script src="js/locationfilter.js"></script>--> <!--<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />--> <script src="src/locationfilter.js"></script> <!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>--> <!--<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>--> <!--Tester for draggable circle--> <!--<script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.3.1/leaflet-omnivore.min.js'></script>--> <!--<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script>--> <!--<script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script>--> <!--<link href='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.css' rel='stylesheet' />--> <script src="js/papaparse.js"></script> <script src="js/papaparse.min.js"></script> <script src="js/compare_render.js"></script> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <!--<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">--> <!--<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>--> <!--</button>--> <a class="navbar-brand" href="#page-top" style="align-content: center">YELP DATA ANALYSIS </a> <!-- Start Floating Layer --> <div id="FullView" style="visibility:hidden; font-size: 14px;font-style: italic; font-family: Arial;text-transform: none;@media and screen { min-width: 300px; }"> <div id="FloatingLayer" style="position:absolute;width:850px;left:100px;top:200px;visibility:visible;"> <!-- Overlay from http://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp--> <div id="myNav" class="overlay"> <!-- Button to close the overlay navigation --> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <span id="intro-text"> <h2>VizDOM!! Let's Navigate</h2> <br> Welcome to the overview page! Here, you can see major yelping cities. Click a city marker for more detail. Select business categories, specific map areas, or compare cities side by side. Click on "trends" to see the hustle and bustle for all 10 cities. Click "Select Categories" to get related stats for one of the categories below! <br> <div> <br> &nbsp; <img src="./images/allpins.png" width="90%">&nbsp; </div> </div> </div> <!-- Use any element to open/show the overlay navigation menu --> <!--<span onclick="openNav()">open</span>--> </div> </div> <!-- End Floating layer --> <!--&lt;!&ndash; To Show The Layer &ndash;&gt;--> <!--<a href="javascript:ToggleFloatingLayer('FloatingLayer',1);">Show</a>--> <!--<input type="button" onClick="ToggleFloatingLayer('FloatingLayer',1);" value="Show Layer">--> <!--&lt;!&ndash; To Hide The Layer &ndash;&gt;--> <!--<a href="javascript:ToggleFloatingLayer('FloatingLayer',0);">Hide</a>--> <!--<input type="button" onClick="ToggleFloatingLayer('FloatingLayer',0);" value="Hide Layer">--> </div> <!-- <i class="fa fa-beer" aria-hidden="true"></i> <i class="fa fa-cutlery" aria-hidden="true"></i> --> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <div class="dropdown"> <button onclick="openCategories()" class="dropbtn btn btn-default" type="button">SELECT CATEGORY</button> <div id="myDropdown" class="dropdown-content"> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <table class="mytable"> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Bars" name="optradio"><img src="./images/Bars.png" width="30%"> BARS&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Food" name="optradio"><img src="./images/Food.png" width="30%"> FOOD</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Shopping" name="optradio"><img src="./images/Shopping.png" width="30%"> SHOPPING </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Vehicle" name="optradio"><img src="./images/Vehicle.png" width="30%">VEHICLE</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Home" name="optradio"><img src="./images/Home.png" width="30%"> HOME </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Fashion" name="optradio"> <img src="./images/Fashion.png" width="30%"> FASHION</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Entertainment" name="optradio"><img src="./images/Entertainment.png" width="30%"> FUN </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Personal Care" name="optradio" ><img src="./images/Personal%20Care.png" width="30%"> CARE</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Stores" name="optradio"><img src="./images/Stores.png" width="30%"> STORES </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Music" name="optradio"><img src="./images/Music.png" width="30%"> MUSIC</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Hotels & Travel" name="optradio"><img src="./images/Hotels%20&%20Travel.png" width="30%"> TRAVEL </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Sports" name="optradio" ><img src="./images/Sports.png" width="30%"> SPORTS</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Pets" name="optradio"><img src="./images/Pets.png" width="30%">PETS </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Events" name="optradio"> <img src="./images/Events.png" width="30%"> EVENTS</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Work" name="optradio"><img src="./images/Work.png" width="30%">WORK </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Miscellaneous" name="optradio"> <img src="./images/Miscellaneous.png" width="30%"> OTHERS </label> </div> </th> </tr> </table> </div> </div> </li> <!--<li>--> <!--<div>&nbsp; &nbsp;</div>--> <!--</li>--> <li class="page-scroll"> <!--<a href="#portfolio">Comparison</a>--> <div class="dropdown"> <button onclick="openComparator()" class="dropbtn btn btn-default dropdown-toggle" type="button">COMPARE CITIES</button> </div> <div id="city_compare" class="dropdown-content"> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <table class="city_compare_dropdown" cellpadding="20"> <tr class="city_compare_dropdown_row" > <th> <div class="checkbox"> <label> <input class="compare_checkbox" type="checkbox" value="Edinburgh" >Edinburgh</input></label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Karlsruhe">Karlsruhe</input></label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Montreal"><i class="" aria-hidden="true"></i> Montreal </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Waterloo"><i class="" aria-hidden="true"></i> Waterloo </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Pittsburgh"><i class="" aria-hidden="true"></i> Pittsburgh </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Urbana" ><i class="" aria-hidden="true"></i> Urbana </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Charlotte"><i class="" aria-hidden="true"></i> Charlotte </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Phoenix" ><i class="" aria-hidden="true"></i> Phoenix </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="LasVegas" ><i class="" aria-hidden="true"></i> LasVegas </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Madison"><i class="" aria-hidden="true"></i> Madison </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <label> &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;</label> </th> <th> <button type="button" class="btn btn-primary page-scroll" onclick="compare_cities()" id="comparenow">Compare</button> </th> </tr> </table> </div> </li> <li class ="mybrush"> <button type="button" class="btn btn-default" id="tester" style="font-size: 125%">SELECT AREA</button> </li> <li> <button type="button" class="btn btn-default" onclick="location.href='dragit-master/example/nations.html';" value="TRENDS" style="font-size: 125%" >TRENDS</button> </li> <li class ="myreset"> <input class="btn btn-primary" type="reset" value="RESET" onclick="callReset()" style="font-size: 125%"> </li> <!--<li class="page-scroll"> <a href="#about">Analysis</a> class="page-scroll" </li>--> <!--<li class ="mytrend">--> <!--<input class="btn btn-primary" onclick="location.href='dragit-master/example/nations.html';"> TRENDS--> <!--&lt;!&ndash;<a href="#contact">Trend</a>&ndash;&gt;--> <!--</li>--> <!--<li class="category-list">--> <!--<div class="dropdown">--> <!--<button onclick="openCategories()" class="dropbtn"><span class="glyphicon glyphicon-th-list"> </span></button>--> <!--<div id="myDropdown" class="dropdown-content">--> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <!--</div>--> <!--</div>--> <!--&lt;!&ndash;<span class="glyphicon glyphicon-th-list"> </span>&ndash;&gt;--> <!--</li>--> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header> <div id="sidebar" class="col-sm-12 sidebar collapsed"> <!-- Nav tabs --> <!-- Icons can be changed using :: http://fontawesome.io/icons/ --> <div class="sidebar-tabs"> <ul role="tablist"> <li><a href="#home" role="tab"><i class="fa fa-bars"></i></a></li> <!--<li><a href="#profile" role="tab"><i class="fa fa-user"></i></a></li>--> <!--<li class="disabled"><a href="#messages" role="tab"><i class="fa fa-envelope"></i></a></li>--> </ul> <ul role="tablist"> <!--<li><a href="#settings" role="tab"><i class="fa fa-gear"></i></a></li>--> </ul> </div> <!-- Tab panes --> <div class="sidebar-content"> <div class="sidebar-pane" id="home"> <h1 class="sidebar-header"> Yelp Stats <span class="sidebar-close"><i class="fa fa-caret-right"></i></span> </h1> <h2 id="city-name"> City Name </h2> <div id="stardiv"></div> <h5 id="avg-stars"></h5> <div id="sidebar2"></div></div> <h6 id="num-checkins"></h6> <div id="sidebar3"></div> <div id="sidebar4"></div> <p id="mycustom2"></p> <div id="sidebar5"></div> <h5 id="num-reviews"></h5> <div id="sidebar1"></div> <!-- <p id ="mycustom">Most users leave just one review; some leave up to 10</p> --> <br> <!-- <p id="mycustom1">Most people rate either high or low; fewer rate in between</p> --> <br> <div class="tooltip"> <!--<p> Any Text would do </p>--> <!--<br/>--> <!--<button onclick='draw_route()'>DRAW ROUTE</button>--> <!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--> <!--<button onclick='clear_route()'>CLEAR ROUTE</button>--> <!--<br/><br/><br/>--> <!--<button onclick='goto_dual_view(--> <!--[42.337317, -71.091045],--> <!--[40.716762, -73.980794])'>DUAL VIEW</button>--> </div> <!--<div class="sidebar-pane" id="profile">--> <!--<h1 class="sidebar-header">--> <!--&lt;!&ndash;Profile&ndash;&gt;--> <!--&lt;!&ndash;<span class="sidebar-close"><i class="fa fa-caret-right"></i></span>&ndash;&gt;--> <!--</h1>--> <!--</div>--> <!--<div class="sidebar-pane" id="messages">--> <!--<h1 class="sidebar-header">--> <!--Messages--> <!--<span class="sidebar-close"><i class="fa fa-caret-right"></i></span>--> <!--</h1>--> <!--</div>--> <!--<div class="sidebar-pane" id="settings">--> <!--<h1 class="sidebar-header">Settings<span class="sidebar-close"><i class="fa fa-caret-right"></i></span></h1>--> <!--</div>--> </div> </div> </header> <div class="container"> <div class="row" style= "height:40%"> <!--<div class="col-lg-12">--> <!-- Rending the first map --> <div id="combinedMap" class="col-sm-12 sidebar-map"> <script> $('input[type=checkbox]').change(function(e){ if ($('input[type=checkbox]:checked').length > 2) { $(this).prop('checked', false) alert("allowed only 2 cities allowed! You can brush the map if you want more cities"); } }) isIE=document.all; isNN=!document.all&&document.getElementById; isN4=document.layers; isActive=false; function MoveInit(e){ topOne=isIE ? "BODY" : "HTML"; whichOne=isIE ? document.all.FloatingLayer : document.getElementById("FloatingLayer"); ActiveOne=isIE ? event.srcElement : e.target; while (ActiveOne.id!="titleBar"&&ActiveOne.tagName!=topOne){ ActiveOne=isIE ? ActiveOne.parentElement : ActiveOne.parentNode; } if (ActiveOne.id=="titleBar"){ offsetx=isIE ? event.clientX : e.clientX; offsety=isIE ? event.clientY : e.clientY; nowX=parseInt(whichOne.style.left); nowY=parseInt(whichOne.style.top); MoveEnabled=true; document.onmousemove=Move; } } function Move(e){ if (!MoveEnabled) return; whichOne.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; whichOne.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety; return false; } function MoveN4(whatOne){ if (!isN4) return; N4=eval(whatOne); N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); N4.onmousedown=function(e){ N4.captureEvents(Event.MOUSEMOVE); N4x=e.x; N4y=e.y; } N4.onmousemove=function(e){ if (isActive){ N4.moveBy(e.x-N4x,e.y-N4y); return false; } } N4.onmouseup=function(){ N4.releaseEvents(Event.MOUSEMOVE); } } function ToggleFloatingLayer(DivID, iState) // 1 visible, 0 hidden { if(document.layers) //NN4+ { document.layers[DivID].visibility = iState ? "show" : "hide"; } else if(document.getElementById) //gecko(NN6) + IE 5+ { var obj = document.getElementById(DivID); obj.style.visibility = iState ? "visible" : "hidden"; } else if(document.all) // IE 4 { document.all[DivID].style.visibility = iState ? "visible" : "hidden"; } } document.onmousedown=MoveInit; document.onmouseup=Function("MoveEnabled=false"); $(window).load(function() { show(); }); function show() { $('#loading').hide(); $('#container').fadeIn(); }; setTimeout(show, 3000); // var limit = 2; // $('input.compare_checkbox').on('change', function(evt) { // alert("h"); // if($(this).siblings(':checked').length >= 2) { // this.checked = false; // } // }); init_render() </script> </div> <!--</div>--> </div> </div> <!--</header>--> <!-- Compare Cities Section --> <section id="portfolio"> <div class="container"> <!-- Rending the small map views --> <div id="dual-map-view"> <div id="leftMap" class="col-sm-5"> <!--<script> render_small_left([42.340966, -71.098470]) </script>--> </div> <div class="col-sm-2"></div> <div id="rightMap" class="col-sm-5"> <!--<script> render_small_right([40.716762, -73.980794]) </script>--> </div> </div> <div class="col-sm-5"> <script></script> <h3 id='compareCities1_header'></h3> <div class="comparison-SVG" id="compareCities1_1"></div> <div class="comparison-SVG" id="compareCities1_2"></div> <div class="comparison-SVG" id="compareCities1_3"></div> <div class="comparison-SVG" id="compareCities1_4"></div> </div> <div class="col-sm-2"></div> <div class="col-sm-5"> <h3 id='compareCities2_header'></h3> <div class="comparison-SVG" id="compareCities2_1"></div> <div class="comparison-SVG" id="compareCities2_2"></div> <div class="comparison-SVG" id="compareCities2_3"></div> <div class="comparison-SVG" id="compareCities2_4"></div> </div> </div> </section> <!--&lt;!&ndash; About Section &ndash;&gt;--> <!--<section class="success" id="about">--> <!--<div class="container">--> <!--</div>--> <!--</section>--> <!-- Contact Section --> <section id="contact"> <div class="container"> <a href="dragit-master/example/nations.html" target="_blank"><img src="images/Cities.png" width="90%" height="50%" style="margin-left:80px"></a> </div> </section> <!-- Footer --> <footer class="text-center"> <div class="footer-above"> <div class="container"> <div class="row"> <div class="footer-col col-md-4"> <h3>CS 7280-01</h3> <p>Data Visualization <br>Under Professor Michelle Borkin</p> </div> <div class="footer-col col-md-4"> <h3>VIZDOM</h3> <ul class="list-inline"> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a> </li> </ul> </div> <div class="footer-col col-md-4"> <h3>Team Members</h3> <p> Sharmodeep Sarkar, &nbsp Sarita Joshi, &nbsp Erica Gunn</p> </div> </div> </div> </div> <div class="footer-below"> <div class="container"> <div class="row"> <div class="col-lg-12"> Copyright &copy; VizDom Fall 2016 </div> </div> </div> </div> </footer> <!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) --> <div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md"> <a class="btn btn-primary" href="#page-top"> <i class="fa fa-chevron-up"></i> </a> </div> </body> </html>
saritajoshi9389/CS7280-VizDOM
index.html
HTML
mit
37,875
--- post_id: /ljud-soker-hem date: 2010-03-15 10:39 return_url: '2010-03-15-ljud-soker-hem.html' name: 'Marcus' email: '[email protected]' comment: '<p>Jag förstår det. Försökte bara göra analysen utifrån ooo. :)</p>' ---
blay/minimal-mistakes
_comments/2010-03-15-1039-ljud-soker-hem.html
HTML
mit
238
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / pi-agm - 1.2.2</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.2 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-05 02:20:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-05 02:20:17 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&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; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-interval&quot; {&gt;= &quot;3.1&quot; &amp; &lt; &quot;4&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&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.2.zip&quot; checksum: &quot;md5=294b47b7032f85fcfafbf4632df6ff8e&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.2 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-pi-agm -&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-pi-agm.1.2.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"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/pi-agm/1.2.2.html
HTML
mit
7,638
<!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.13.0 / menhirlib - 20190626</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20190626 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 02:59:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 02:59:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &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; 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.10~&quot; } ] conflicts: [ &quot;menhir&quot; { != &quot;20190626&quot; } &quot;coq-native&quot; ] tags: [ &quot;date:2019-06-26&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20190626/archive.tar.gz&quot; checksum: [ &quot;md5=783961f8d124449a1a335cc8e50f013f&quot; &quot;sha512=bacc5161682130d894a6476fb79363aa73e5582543265a0c23c9a1f9d974007c04853dc8f6faa2b8bd2e82b2323b8604dcc4cb74308af667698079b394dfd492&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.20190626 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-menhirlib -&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-menhirlib.20190626</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/menhirlib/20190626.html
HTML
mit
7,072
<div class="middle" id="middle"> <div> <img id="avatar" src="../images/main.jpg" ui-sref="index.writepage"> <p class="username">LeeBox</p> <p class="intro">学习学习</p> </div> </div> <div class="right"> <div ui-view="right"> </div> </div>
LelesBox/blog
public/tpls/home/home.html
HTML
mit
284
<h1 translate="main_title">Arena</h1><hr> <p translate="main_wait"> We are writing this article, please come back later : ) </p>
seraum/hmf-training
training/arena.html
HTML
mit
131
<!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.24: v8::Isolate Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.10.24 </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_isolate.html">Isolate</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="classv8_1_1_isolate-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Isolate Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_scope.html">Scope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">Enter</a> ()</td></tr> <tr class="separator:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a64a8503cafd00d1d2cadfbb0c2345054">Exit</a> ()</td></tr> <tr class="separator:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose</a> ()</td></tr> <tr class="separator:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a57e22868fac4e090f05d23e432e2c771"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771">SetData</a> (void *data)</td></tr> <tr class="separator:a57e22868fac4e090f05d23e432e2c771"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a83c4ff274f359aa9582b15f300269b58"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a83c4ff274f359aa9582b15f300269b58">GetData</a> ()</td></tr> <tr class="separator:a83c4ff274f359aa9582b15f300269b58"><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:a36f397e1d09e0122e89641288f348d2d"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a36f397e1d09e0122e89641288f348d2d">New</a> ()</td></tr> <tr class="separator:a36f397e1d09e0122e89641288f348d2d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa79441b5da4438221d0f38790c4de2ed"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">GetCurrent</a> ()</td></tr> <tr class="separator:aa79441b5da4438221d0f38790c4de2ed"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p><a class="el" href="classv8_1_1_isolate.html">Isolate</a> represents an isolated instance of the <a class="el" href="classv8_1_1_v8.html">V8</a> engine. <a class="el" href="classv8_1_1_v8.html">V8</a> isolates have completely separate states. Objects from one isolate must not be used in other isolates. When <a class="el" href="classv8_1_1_v8.html">V8</a> is initialized a default isolate is implicitly created and entered. The embedder can create additional isolates and use them in parallel in multiple threads. An isolate can be entered by at most one thread at any given time. The Locker/Unlocker API must be used to synchronize. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a1a5a5762e4221aff8c6b10f9e3cec0af"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Dispose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Disposes the isolate. The isolate must not be entered by any thread to be disposable. </p> </div> </div> <a class="anchor" id="aec80bb49b6b7647ff75e8f2cc9484ea3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Enter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Methods below this point require holding a lock (using <a class="el" href="classv8_1_1_locker.html">Locker</a>) in a multi-threaded environment. Sets this isolate as the entered one for the current thread. Saves the previously entered one (if any), so that it can be restored when exiting. Re-entering an isolate is allowed. </p> </div> </div> <a class="anchor" id="a64a8503cafd00d1d2cadfbb0c2345054"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Exit </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Exits this isolate by restoring the previously entered one in the current thread. The isolate may still stay the same, if it was entered more than once.</p> <p>Requires: this == <a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent()</a>. </p> </div> </div> <a class="anchor" id="aa79441b5da4438221d0f38790c4de2ed"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::GetCurrent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the entered isolate for the current thread or NULL in case there is no current isolate. </p> </div> </div> <a class="anchor" id="a83c4ff274f359aa9582b15f300269b58"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void * v8::Isolate::GetData </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Retrieve embedder-specific data from the isolate. Returns NULL if SetData has never been called. </p> </div> </div> <a class="anchor" id="a36f397e1d09e0122e89641288f348d2d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::New </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a new isolate. Does not change the currently entered isolate.</p> <p>When an isolate is no longer used its resources should be freed by calling <a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose()</a>. Using the delete operator is not allowed. </p> </div> </div> <a class="anchor" id="a57e22868fac4e090f05d23e432e2c771"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetData </td> <td>(</td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>data</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Associate embedder-specific data with the isolate </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:45:08 for V8 API Reference Guide for node.js v0.10.24 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
2eaef9f/html/classv8_1_1_isolate.html
HTML
mit
13,955
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/iosicon.png" /> <!-- DEVELOPMENT LESS --> <!-- <link rel="stylesheet/less" href="css/photon.less" media="all" /> <link rel="stylesheet/less" href="css/photon-responsive.less" media="all" /> --> <!-- PRODUCTION CSS --> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/images/photon/[email protected]" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.tagsinput.min.js.html#">Sign Up &#187;</a> <a href="jquery.tagsinput.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.tagsinput.min.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/jquery.tagsinput.min.js.html
HTML
mit
17,015
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:32:46 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 接口 org.xml.sax.ext.EntityResolver2 的使用 (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="接口 org.xml.sax.ext.EntityResolver2 的使用 (Java Platform SE 6)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/xml/sax/ext//class-useEntityResolver2.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="EntityResolver2.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>接口 org.xml.sax.ext.EntityResolver2<br>的使用</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 使用 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的软件包</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.xml.sax.ext"><B>org.xml.sax.ext</B></A></TD> <TD> 此包包含适合的 SAX 驱动程序不一定支持的 SAX2 设施的接口。&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.xml.sax.ext"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <A HREF="../../../../../org/xml/sax/ext/package-summary.html">org.xml.sax.ext</A> 中 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的使用</FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">实现 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的 <A HREF="../../../../../org/xml/sax/ext/package-summary.html">org.xml.sax.ext</A> 中的类</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/xml/sax/ext/DefaultHandler2.html" title="org.xml.sax.ext 中的类">DefaultHandler2</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;此类扩展 SAX2 基本处理程序类,以支持 SAX2 <A HREF="../../../../../org/xml/sax/ext/LexicalHandler.html" title="org.xml.sax.ext 中的接口"><CODE>LexicalHandler</CODE></A>、<A HREF="../../../../../org/xml/sax/ext/DeclHandler.html" title="org.xml.sax.ext 中的接口"><CODE>DeclHandler</CODE></A> 和 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><CODE>EntityResolver2</CODE></A> 扩展。</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/xml/sax/ext//class-useEntityResolver2.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="EntityResolver2.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
piterlin/piterlin.github.io
doc/jdk6_cn/org/xml/sax/ext/class-use/EntityResolver2.html
HTML
mit
9,272
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v7.0.0 - v7.1.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v7.0.0 - v7.1.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><b>experimental</b></li><li class="navelem"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">FastAccessorBuilder</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::experimental::FastAccessorBuilder Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Call</b>(v8::FunctionCallback callback, ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CheckFlagSetOrReturnNull</b>(ValueId value_id, int mask) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CheckNotZeroOrJump</b>(ValueId value_id, LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CheckNotZeroOrReturnNull</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetReceiver</b>() (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Goto</b>(LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerConstant</b>(int int_constant) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>LoadInternalField</b>(ValueId value_id, int field_no) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>LoadInternalFieldUnchecked</b>(ValueId value_id, int field_no) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>LoadObject</b>(ValueId value_id, int offset) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>LoadValue</b>(ValueId value_id, int offset) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>MakeLabel</b>() (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ReturnValue</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetLabel</b>(LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToSmi</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
6bbdd66/html/classv8_1_1experimental_1_1FastAccessorBuilder-members.html
HTML
mit
10,825
<!DOCTYPE html><meta charset=utf-8><title>WICS</title><script type="application/its+xml"> <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> <its:localeFilterRule selector="//@*" localeFilterType="include" localeFilterList="*"/> <its:dirRule selector="//@*" dir="ltr"/> <its:translateRule translate="no" selector="//@*"/> <its:targetPointerRule selector="//*[@title='source']" targetPointer="../*[@title='target']"/> </its:rules> </script><style>body {visibility:hidden} p {visibility: visible}</style><div title=xliff> <div title=file> <div title=body> <div title=trans-unit> <p its-ta-class-ref="http://nerd.eurecom.fr/ontology#Location" its-ta-ident-ref="http://dbpedia.org/resource/Dublin" lang=en title=source>Dublin</p> </div> <div title=trans-unit> <p lang=en title=source> is the </p> </div> <div title=trans-unit> <p its-ta-class-ref="http://nerd.eurecom.fr/ontology#City" its-ta-ident=301467919 its-ta-source=Wordnet3.0 lang=en title=source>capital</p> </div> <div title=trans-unit> <p lang=en title=source> of Ireland.</p> </div> </div> </div> </div>
renatb/ITS2.0-WICS-converter
samples/output/ITS2.0_Test_Suite/XLIFF/textanalysis/textanalysis4xml.xml.html
HTML
mit
1,151
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template extract_or_default</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header &lt;boost/log/attributes/value_extraction.hpp&gt;"> <link rel="prev" href="extract_or_def_idp20406624.html" title="Function template extract_or_default"> <link rel="next" href="visitation_result.html" title="Class visitation_result"> </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></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="extract_or_def_idp20406624.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visitation_result.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.extract_or_def_idp20415472"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template extract_or_default</span></h2> <p>boost::log::extract_or_default</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header &lt;boost/log/attributes/value_extraction.hpp&gt;">boost/log/attributes/value_extraction.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DescriptorT<span class="special">,</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="special">&gt;</span> <span class="keyword">class</span> ActorT<span class="special">,</span> <span class="keyword">typename</span> DefaultT<span class="special">&gt;</span> <a class="link" href="result_of/extract_or_default.html" title="Struct template extract_or_default">result_of::extract_or_default</a><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">DescriptorT</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">,</span> <span class="identifier">DefaultT</span><span class="special">,</span> <span class="identifier">DescriptorT</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <span class="identifier">extract_or_default</span><span class="special">(</span><span class="identifier">expressions</span><span class="special">::</span><span class="identifier">attribute_keyword</span><span class="special">&lt;</span> <span class="identifier">DescriptorT</span><span class="special">,</span> <span class="identifier">ActorT</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> keyword<span class="special">,</span> <span class="identifier">record_view</span> <span class="keyword">const</span> <span class="special">&amp;</span> rec<span class="special">,</span> <span class="identifier">DefaultT</span> <span class="keyword">const</span> <span class="special">&amp;</span> def_val<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp83758512"></a><h2>Description</h2> <p>The function extracts an attribute value from the view. The user has to explicitly specify the type or set of possible types of the attribute value to be visited.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>Caution must be exercised if the default value is a temporary object. Because the function returns a reference, if the temporary object is destroyed, the reference may become dangling.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">def_val</code></span></p></td> <td><p>The default value </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">keyword</code></span></p></td> <td><p>The keyword of the attribute value to extract. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">rec</code></span></p></td> <td><p>A log record view. The attribute value will be sought among those associated with the record. </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>The extracted value, if found. The default value otherwise. </p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<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="extract_or_def_idp20406624.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visitation_result.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/log/doc/html/boost/log/extract_or_def_idp20415472.html
HTML
mit
6,839
<!DOCTYPE html> <html> <head> <title>GTAV PC Delayed; Heists Confirmed March For Consoles | Game Golem</title> <meta name="keywords" content="Video Game, News, Video Game News, Xbox One, Playstation4, Grand Theft Auto V, Grand Theft Auto 5, Delayed, PC, Micrsoft, Sony" /> <meta name="description" content="Rockstar has delayed the PC version of GTAV... again. Now releasing in April. Heists still coming in March for consoles." /> <link href="style.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="images/default/favicon.ico" > <meta name="viewport" content="width=device-width, initial-scale=1"> <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-23633757-2', 'auto'); ga('send', 'pageview'); </script> </head> <body> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=284825434888021&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="header"><a href="index.html"><img src="images/default/gamegolemheader.png" alt="Game Golem" class="header-img"><img src="images/default/gamegolem.png" alt="Game Golem" class="mobile-header-img"></a> <div class="header-center"></div></div> <div class="soc-nav-btn"> <a href="https://www.twitter.com/gamegolemcom"><img src="images/default/twitter-icon.jpg" class="soc-nav-btn-img"></a> <a href="https://www.youtube.com/c/gamegolemcom"><img src="images/default/youtube-icon.jpg" class="soc-nav-btn-img"></a> <a href="https://www.facebook.com/gamegolemcom"><img src="images/default/facebook-icon.jpg" class="soc-nav-btn-img"></a> </div> <nav class="mobile-nav"> <div><a href="Archive.html"><p>Archive</p></a></div> <div><a href="AboutUs.html"><p>About Us</p></a></div> <div><a href="JoinUs.html"><p>Join Us</p></a></div> </nav> <nav class="nav"> <ul> <a href="index.html"><li class="nav-home">News</li></a> <a href="archive.html"><li class="nav-archive">Archive</li></a> <a href="MeetTheTeam.html"><li class="nav-team">Team</li></a> <a href="AboutUs.html"><li class="nav-aboutus">About Us</li></a> <a href="JoinUs.html"><li class="nav-joinus">Join Us</li></a> <a href="contactus.html"><li class="nav-contactus">Contact Us</li></a> </ul> </nav> <div class="wrapper"> <section id=articlebox> <div class=ad><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Game Golem --> <ins class="adsbygoogle" style="display:inline-block;width:900px;height:100px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="3176813146"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <section id=author><img src=images/author/DylanG.jpg alt="Dylan G. picture"><p>Dylan Graham is a hardcore gamer with full intention on loving every moment of game time he gets. Dylan is also the Game Golem founder and Web Developer. He loves music and his secondary hobby is drumming. For all things ridiculous, follow him on twitter: <a href=https://twitter.com/Codewow_>@Codewow_</a></p></section> <section id="article"> <h3 id="center">PC: Delayed Again. Heists Confirmed March for Consoles - GTA V</h3> <img src="images/article/gta-v.jpg" alt="GTA V"> <p>As if we didn't expect this to happen, GTA V for PC has been delayed once again to April 14th. Now planning to release in April, but take this as a grain of salt, because another delay could happen. The good news in this for console players is that Heists will be launching in March still.</p> <img src="images/article/deskflip.jpg" alt="Desk Flip"> <p>And, of course, like the last time. They give their explanation. <a href="http://www.rockstargames.com/newswire/article/52394/gtav-updates-online-heists-coming-march-10-gtav-for-pc">"We thank GTA players worldwide for their patience in awaiting these big game updates and we are excited to bring both Heists and GTAV for PC to you very soon. Please stay tuned for lots more information in the weeks ahead and for now, check out some new screens showing action from Heists."</a></p> <p>Rockstar is handing out a free stimulus package of $200,000 IGC for GTA Online to everyone who has preordered the game on Steam. Personally I think the game should be going down in price by now. Since it's been over a year since it's original release. Anyways, here's the Heists video if you just so happened to not have seen it by now...</p> <iframe width="560" height="315" src="https://www.youtube.com/embed/UDd3pTE8UsQ" frameborder="0" allowfullscreen></iframe> <hr> <p>For all things Gaming, like Game Golem on <a href="https://www.facebook.com/GameGolemcom">Facebook</a> and follow us on <a href="https://www.twitter.com/GameGolemcom"> Twitter.</a> Follow us on <a href="">Google+</a> You can also join our <a href="http://steamcommunity.com/groups/GameGolem">Steam Group.</a></p> </section> <section id="ad3"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- GameGolem3 --> <ins class="adsbygoogle" style="display:inline-block;width:250px;height:250px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="5990678740"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></section> </section> <div align="center"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'gamegolemcom'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> <div class="ad" align="center"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Game Golem --> <ins class="adsbygoogle" style="display:inline-block;width:900px;height:100px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="3176813146"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <footer class="footer">Copyright&copy; 2014 Game Golem</footer> </div> </body> </html>
Codewow/GameGolem
html_old/gtav-heists-march-pc-version-delayed-april.html
HTML
mit
7,943
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>NetLab &middot; NetLab</title> <meta name="description" content="Dr. John McLevey&#39;s Lab @ University of Waterloo"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="generator" content="Hugo 0.37.1" /> <meta name="robots" content="index,follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="NetLab"> <meta property="og:description" content="Dr. John McLevey&#39;s Lab @ University of Waterloo"> <meta property="og:type" content="website"> <meta property="og:url" content="/"> <link rel="stylesheet" href="/dist/styles.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="/index.xml" rel="alternate" type="application/rss+xml"> </head> <body> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'XXX', 'auto'); ga('send', 'pageview'); </script> <div id="wrapper"> <header class="site-header"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="NetLab" href="/">NetLab</a> </h1> <a class="button-square" href="/index.xml"><i class="fa fa-rss"></i></a> <a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/networks-lab"> <i class="fa fa-github-alt"></i> </a> <a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:[email protected]"> <i class="fa fa-envelope"></i> </a> </div> <ul class="site-nav"> <li class="site-nav-item"> <a title="About" href="/page/about/">About</a> </li> <li class="site-nav-item"> <a title="Software" href="/project/">Software</a> </li> <li class="site-nav-item"> <a title="Blog" href="/">Blog</a> </li> <li class="site-nav-item"> <a title="Contact" href="/page/contact/">Contact</a> </li> </ul> </div> </header> <div id="container"> <div id="post-index" class="container"> <header class="post-header"> <h1 class="post-title">NetLab</h1> <p>Dr. John McLevey&#39;s Lab @ University of Waterloo</p> </header> <ol class="post-list"> <li class="post-stub"> <a href="/2017/06/21/2017-06-21-recordlinkage/"> <h4 class="post-stub-title">Introduction to recordlinkage</h4> <p class="post-stub-description">An introduction to recordlinkage, applied to the IDI dataset.</p> </a> </li> <li class="post-stub"> <a href="/page/about/"> <h4 class="post-stub-title">About</h4> </a> </li> <li class="post-stub"> <a href="/page/research/"> <h4 class="post-stub-title">About</h4> </a> </li> <li class="post-stub"> <a href="/page/contact/"> <h4 class="post-stub-title">Contact</h4> <p class="post-stub-description">Get in touch!</p> </a> </li> </ol> <div class="post-navigation"> <nav class="pagination" role="navigation"> <span class="page-number">Page 2 of 2</span> <a class="newer-posts" href="/">&larr; Newer Posts</a> </nav> </div> </div> </div> </div> <footer class="footer"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="NetLab" href="/">NetLab</a> </h1> <a class="button-square button-jump-top js-jump-top" href="#"> <i class="fa fa-angle-up"></i> </a> </div> <p class="footer-copyright"> <span>&copy; 2018 / Powered by <a href="https://gohugo.io/">Hugo</a></span> </p> <p class="footer-copyright"> <span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> <span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> </p> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-25394214-7', 'auto'); ga('send', 'pageview'); </script> </div> </footer> <script src="/js/jquery-1.11.3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> <script src="/js/jquery.fitvids.js"></script> <script src="/js/scripts.js"></script> </body> </html>
networks-lab/networks-lab.github.io
page/2/index.html
HTML
mit
6,631
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title> </title> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="width=1280" name="viewport"/> <link charset="utf-8" href="../css/inkpress.css" media="screen" rel="stylesheet" type="text/css"/> </head> <body> <svg class="cache" height="800" id="svg2" inkscape:version="0.48.3.1 r9886" sodipodi:docname="demo.svg" style="display: none" version="1.1" width="1280" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs4"> </defs> <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="layer1" inkscape:cx="465.26793" inkscape:cy="433.94653" inkscape:document-units="px" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="776" inkscape:window-maximized="1" inkscape:window-width="1216" inkscape:window-x="64" inkscape:window-y="24" inkscape:zoom="0.50000001" pagecolor="#ffffff" showgrid="false"> </sodipodi:namedview> <metadata id="metadata7"> <rdf:rdf> <cc:work rdf:about=""> <dc:format> image/svg+xml </dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"> </dc:type> <dc:title> </dc:title> </cc:work> </rdf:rdf> </metadata> <g id="layer1" inkscape:groupmode="layer" inkscape:label="Trace" style="display:inline;opacity:1" transform="translate(0,-252.36218)"> <rect height="198.22723" id="0" inkscape:label="#rect3027" style="fill:#ff5a5a;fill-opacity:1;stroke:none;opacity:1" width="317.16354" x="0" y="252.8231"> </rect> <rect height="113.29568" id="5" inkscape:label="#rect3027" style="fill:#88bfff;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="181.27309" x="514.66278" y="-140.97162"> </rect> <rect height="303.14267" id="3" inkscape:label="#rect3027" style="fill:#88ff8b;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="485.02826" x="254.37097" y="-1057.7327"> </rect> <rect height="303.14267" id="4" inkscape:label="#rect3027" style="fill:#8b88ff;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="485.02826" x="456.70792" y="-1210.11"> </rect> <rect height="309.07541" id="2" inkscape:label="#rect3027" style="fill:#f8ff5a;fill-opacity:1;stroke:none;opacity:1" width="494.52057" x="200.52051" y="513.05457"> </rect> <rect height="67.959404" id="6" inkscape:label="#rect3027" style="fill:#ff88fd;fill-opacity:1;stroke:none;opacity:1" width="108.73504" x="147.263" y="341.04431"> </rect> <rect height="28.658264" id="7" inkscape:label="#rect3027" style="fill:#ff14fb;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="45.853214" x="353.46631" y="-231.94505"> </rect> <rect height="198.22723" id="1" inkscape:label="#rect3027" style="fill:#ffb45a;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0.8660254,-0.5,0.5,0.8660254,0,0)" width="317.16354" x="82.741364" y="523.46027"> </rect> <rect height="6.2500005" id="rect3004" inkscape:label="#rect3027" style="fill:#831a9e;fill-opacity:1;stroke:none;opacity:1" width="10" x="217.19856" y="387.59451"> </rect> <rect height="1.8750001" id="rect3774" inkscape:label="#rect3027" style="fill:#58116a;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="3" x="389.99631" y="-224.47534"> </rect> </g> <g id="layer2" inkscape:groupmode="layer" inkscape:label="Lines" style="display:inline"> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3776" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(17.52064,0,0,17.52064,-3088.1342,-2067.4776)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3784" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(6.7921234,0,0,6.7921234,-1332.7051,-526.96019)"> </path> <path d="M 30.149255,96.100323 C 901.04051,22.683734 1424.1837,480.65171 1157.2774,520.3644 782.39337,570.00288 263.14121,374.55867 90.960454,685.82738" id="path3002" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#979797;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="M 518.05293,50.845495 C 55.319444,310.23055 -32.098946,451.85077 85.303584,514.70754 314.14022,646.339 751.20079,705.29866 1089.3952,658.95732" id="path3004" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#94adb9;stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="M 78.232514,166.811 C 843.92924,241.90435 1104.5284,512.49081 1131.8216,568.44766 1245.7808,767.99809 254.52498,427.80608 65.504604,733.91064" id="path3774" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#363636;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3805" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(3.0859084,0,0,3.0859084,-467.7915,-256.79661)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3807" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(1.1410416,0,0,1.1410416,-22.097878,-20.48427)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3809" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(0.14530853,0,0,0.14530853,189.81009,119.62682)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3811" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(0.09138667,0,0,0.09138667,204.62945,128.16648)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3778" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(13.619361,0,0,13.619361,-2466.1241,-1231.7749)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3780" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(27.859029,0,0,27.859029,-4717.0156,-3162.8104)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3782" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(14.399617,0,0,14.399617,-2123.8356,-1632.8264)"> </path> </g> </svg> <div id="impress"> <!--pre exist steps will be preserved, id should be step-{trace rect id}--> <div class="step" id="step-3"> <h1> Hello World </h1> </div> </div> <script src="../js/lib/impress.js"> </script> <script src="../js/lib/jquery-2.0.3.min.js"> </script> <script src="../js/inkpress.js"> </script> <script type="text/javascript"> $(function() { inkpress.init('demo-trace.svg', { width: 1280, height: 800 }); }) </script> </body> </html>
yarray/inkpress
demo/index-trace-compiled.html
HTML
mit
8,883
<!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.6.1 / elpi - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-24 00:12:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 00:12:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-elpi&quot; maintainer: &quot;Enrico Tassi &lt;[email protected]&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9.0~&quot;} &quot;coq&quot; { (&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.11~&quot;) | (= &quot;8.10.dev&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.2.0.tar.gz&quot; checksum: &quot;sha256=58aef9596e6ad74d9f230abc34171dafaa39da93a4f1bf6f07f69904360c2c9c&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.2.0 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-elpi -&gt; coq = 8.10.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-elpi.1.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6.1/elpi/1.2.0.html
HTML
mit
7,513
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cats-in-zfc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / cats-in-zfc - 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> cats-in-zfc <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05: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.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cats-in-zfc&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/CatsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:set theory&quot; &quot;keyword:ordinal numbers&quot; &quot;keyword:cardinal numbers&quot; &quot;keyword:category theory&quot; &quot;keyword:functors&quot; &quot;keyword:natural transformation&quot; &quot;keyword:limit&quot; &quot;keyword:colimit&quot; &quot;category:Mathematics/Logic/Set theory&quot; &quot;category:Mathematics/Category Theory&quot; &quot;date:2004-10-10&quot; ] authors: [ &quot;Carlos Simpson &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cats-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cats-in-zfc.git&quot; synopsis: &quot;Category theory in ZFC&quot; description: &quot;&quot;&quot; In a ZFC-like environment augmented by reference to the ambient type theory, we develop some basic set theory, ordinals, cardinals and transfinite induction, and category theory including functors, natural transformations, limits and colimits, functor categories, and the theorem that functor_cat a b has (co)limits if b does.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cats-in-zfc/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=c3a5b3529803919d553d498becba3a4a&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-cats-in-zfc.8.5.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-cats-in-zfc -&gt; coq &lt; 8.6~ -&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-cats-in-zfc.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.2/cats-in-zfc/8.5.0.html
HTML
mit
7,546
<!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_76-release) on Mon Nov 28 00:13:26 MST 2016 --> <title>com.cloudycrew.cloudycar.email</title> <meta name="date" content="2016-11-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../com/cloudycrew/cloudycar/email/package-summary.html" target="classFrame">com.cloudycrew.cloudycar.email</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Email.html" title="class in com.cloudycrew.cloudycar.email" target="classFrame">Email</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="Email.InvalidEmailException.html" title="class in com.cloudycrew.cloudycar.email" target="classFrame">Email.InvalidEmailException</a></li> </ul> </div> </body> </html>
CMPUT301F16T12/CloudyCar
docs/javadoc/com/cloudycrew/cloudycar/email/package-frame.html
HTML
mit
1,074
<!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.dev / contrib:jordan-curve-theorem dev</a></li> <li class="active"><a href="">2014-11-18 18:25:03</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:jordan-curve-theorem <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-18 18:25:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-18 18:25:03 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:jordan-curve-theorem/coq:contrib:jordan-curve-theorem.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:jordan-curve-theorem.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:jordan-curve-theorem -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </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>opam remove -y coq; opam install -y --dry-run coq:contrib:jordan-curve-theorem.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:jordan-curve-theorem] - install coq:contrib:jordan-curve-theorem.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler make -j4 make install Installing coq.dev. Building coq:contrib:jordan-curve-theorem.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:jordan-curve-theorem.dev. </pre></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>Data not available in this bench.</p> <h2>Uninstall</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> <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.dev/contrib:jordan-curve-theorem/dev/2014-11-18_18-25-03.html
HTML
mit
7,078
<!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; 40c660ad-23c4-4c32-ba01-56c4458ed2e0 </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="#Zetlon.OAuth.Twitch">Zetlon.OAuth.Twitch</a></strong></td> <td class="text-center">87.16 %</td> <td class="text-center">82.57 %</td> <td class="text-center">100.00 %</td> <td class="text-center">82.57 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Zetlon.OAuth.Twitch"><h3>Zetlon.OAuth.Twitch</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">#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">Add(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_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.Net.WebClient</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>Use HttpClient instead</td> </tr> <tr> <td style="padding-left:2em">DownloadString(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_Headers(System.Net.WebHeaderCollection)</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">UploadValues(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>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebHeaderCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage and System.Net.Http.HttpResponseMessage</td> </tr> <tr> <td style="padding-left:2em">Add(System.Net.HttpRequestHeader,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage and System.Net.Http.HttpResponseMessage</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.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td style="padding-left:2em">GetString(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</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">GetLeftPart(System.UriPartial)</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.UriPartial</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_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.HttpRequest</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_QueryString</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> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ze/zetlon.oauth.twitch.1.0.1/Zetlon.OAuth.Twitch-net45.html
HTML
mit
23,228
<!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> Cambridge Centre Dental Centre - 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=1492272103726&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=7788&V_SEARCH.docsStart=7787&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=7786&amp;V_DOCUMENT.docRank=7787&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272123780&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567147202&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=7788&amp;V_DOCUMENT.docRank=7789&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272123780&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567088851&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> Cambridge Centre Dental Centre </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Cambridge Centre Dental Centre</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.cambridgedentalcentre.ca" target="_blank" title="Website URL">http://www.cambridgedentalcentre.ca</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 355 Hespeler Rd<br/> CAMBRIDGE, Ontario<br/> N1R 6B3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 355 Hespeler Rd<br/> CAMBRIDGE, Ontario<br/> N1R 6B3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (519) 624-4640 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (519) 624-2264</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> We offer a wide range of services, from general restoration work to dental implants - plus cosmetic dentistry services like veneers and tooth whitening. As a Cambridge dentist, we also understand that some patients find dental procedures stressful or nerve-wracking. IF you have a hard time getting through a dental procedure because of nerves or anxiety, you can relax - Sleep Dentistry could be the solution for you.<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> Hisham Kaloti </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 624-4640 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Cosmetic Dentistry<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Cambridge Centre Dental Centre has a lot to offer our patients in Southern Ontario. We&#39;re a family-focused dentistry practice with a special program for kids. We offer cosmetic dentistry services that can transform your smile, such as veneers and teeth whitening.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Hisham Kaloti </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 624-4640 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Cosmetic Dentistry<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Cambridge Centre Dental Centre has a lot to offer our patients in Southern Ontario. We&#39;re a family-focused dentistry practice with a special program for kids. We offer cosmetic dentistry services that can transform your smile, such as veneers and teeth whitening.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-03-07 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567148845.html
HTML
mit
32,151
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.5"> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="all_6d.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Caricamento in corso...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Ricerca in corso...</div> <div class="SRStatus" id="NoMatches">Nessun risultato</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
mariaiemoli/progetto
bifurcation/doc/html/search/all_6d.html
HTML
mit
1,038
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ipc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / ipc - 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> ipc <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-07 08:38:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-07 08:38:55 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/ipc&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/IPC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: intuitionistic logic&quot; &quot;keyword: proof search&quot; &quot;keyword: proof-as-programs&quot; &quot;keyword: correct-by-construction&quot; &quot;keyword: program verification&quot; &quot;keyword: program extraction&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Decision procedures&quot; ] authors: [ &quot;Klaus Weich&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ipc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ipc.git&quot; synopsis: &quot;Intuitionistic Propositional Checker&quot; description: &quot;&quot;&quot; This development treats proof search in intuitionistic propositional logic, a fragment of any constructive type theory. We present new and more efficient decision procedures for intuitionistic propositional logic. They themselves are given by (non-formal) constructive proofs. We take one of them to demonstrate that constructive type theory can be used in practice to develop a real, efficient, but error-free proof searcher. This was done by formally proving the decidability of intuitionistic propositional logic in Coq; the proof searcher was automatically extracted.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ipc/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5e0ac9d66ddbf5e9e00a0326d2b12e9a&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-ipc.8.6.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-ipc -&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-ipc.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.11.2-2.0.7/released/8.12.2/ipc/8.6.0.html
HTML
mit
7,468
<!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> ChiDa Polaris Trading & Consulting 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=1492275274228&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=9969&V_SEARCH.docsStart=9968&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=9967&amp;V_DOCUMENT.docRank=9968&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492275302201&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567162557&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=9969&amp;V_DOCUMENT.docRank=9970&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492275302201&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567163936&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> ChiDa Polaris Trading & Consulting Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>ChiDa Polaris Trading & Consulting Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.chidapolaris.com" target="_blank" title="Website URL">http://www.chidapolaris.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"> 81 Laval St<br/> WOODBRIDGE, Ontario<br/> L4H 0P3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 81 Laval St<br/> WOODBRIDGE, Ontario<br/> L4H 0P3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (647) 428-6765 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> ChiDa Polaris Trading &amp; Consulting Inc., is a professional solution provider , specializing in industrial instrumentation and automation. We provides state-of-art products in process measurements, analyzers, lab testing equipments, machine vision, data acquisition, and industrial software. <br> <br>We stick to our principle: best Quality, lowest Price, fast Service. <br> <br>Please find more about our company at www.chidapolaris.com<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carrie liu </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"> (647) 428-6765 </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> 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"> 417930 - Professional Machinery, Equipment and Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 418990 - All Other Wholesaler-Distributors<br> 541690 - Other Scientific and Technical Consulting Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &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"> level, pressure, temp.<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Level monitor, pressure, temperature, density, analyzer, lab equipment, 3D imaging and machine vision<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carrie liu </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"> (647) 428-6765 </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> 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"> 417930 - Professional Machinery, Equipment and Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 418990 - All Other Wholesaler-Distributors<br> 541690 - Other Scientific and Technical Consulting Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &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"> level, pressure, temp.<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Level monitor, pressure, temperature, density, analyzer, lab equipment, 3D imaging and machine vision<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-03-18 </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/234567124665.html
HTML
mit
34,368
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v8.4.0: v8::Platform::TraceStateObserver Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v8.4.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Platform.html">Platform</a></li><li class="navelem"><a class="el" href="classv8_1_1Platform_1_1TraceStateObserver.html">TraceStateObserver</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1Platform_1_1TraceStateObserver-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Platform::TraceStateObserver Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a048ed0e049feb4aa358111e20ae5e1ce"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a048ed0e049feb4aa358111e20ae5e1ce"></a> virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>OnTraceEnabled</b> ()=0</td></tr> <tr class="separator:a048ed0e049feb4aa358111e20ae5e1ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a04ccb65bd84ff4566e96dbe9e2a6691b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a04ccb65bd84ff4566e96dbe9e2a6691b"></a> virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>OnTraceDisabled</b> ()=0</td></tr> <tr class="separator:a04ccb65bd84ff4566e96dbe9e2a6691b"><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-platform_8h_source.html">v8-platform.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
2d806f4/html/classv8_1_1Platform_1_1TraceStateObserver.html
HTML
mit
5,715
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v4.4.5: v8::NonCopyablePersistentTraits&lt; T &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 node.js v4.4.5 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1NonCopyablePersistentTraits.html">NonCopyablePersistentTraits</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <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_1NonCopyablePersistentTraits-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::NonCopyablePersistentTraits&lt; T &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:af26082b31726b82c0482a01daa2f3e54"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af26082b31726b82c0482a01daa2f3e54"></a> typedef <a class="el" href="classv8_1_1Persistent.html">Persistent</a>&lt; T, <a class="el" href="classv8_1_1NonCopyablePersistentTraits.html">NonCopyablePersistentTraits</a>&lt; T &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>NonCopyablePersistent</b></td></tr> <tr class="separator:af26082b31726b82c0482a01daa2f3e54"><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:a40b133b17a334c5c7674135e7dbcf850"><td class="memTemplParams" colspan="2"><a class="anchor" id="a40b133b17a334c5c7674135e7dbcf850"></a> template&lt;class S , class M &gt; </td></tr> <tr class="memitem:a40b133b17a334c5c7674135e7dbcf850"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Copy</b> (const <a class="el" href="classv8_1_1Persistent.html">Persistent</a>&lt; S, M &gt; &amp;source, <a class="el" href="classv8_1_1Persistent.html">NonCopyablePersistent</a> *dest)</td></tr> <tr class="separator:a40b133b17a334c5c7674135e7dbcf850"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a90e2c6958ba089f5fabbbc7c08f976c1"><td class="memTemplParams" colspan="2"><a class="anchor" id="a90e2c6958ba089f5fabbbc7c08f976c1"></a> template&lt;class O &gt; </td></tr> <tr class="memitem:a90e2c6958ba089f5fabbbc7c08f976c1"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Uncompilable</b> ()</td></tr> <tr class="separator:a90e2c6958ba089f5fabbbc7c08f976c1"><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:a650880d85ff80634c30a195d20329681"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a650880d85ff80634c30a195d20329681"></a> static const bool&#160;</td><td class="memItemRight" valign="bottom"><b>kResetInDestructor</b> = false</td></tr> <tr class="separator:a650880d85ff80634c30a195d20329681"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;class T&gt;<br /> class v8::NonCopyablePersistentTraits&lt; T &gt;</h3> <p>Default traits for <a class="el" href="classv8_1_1Persistent.html">Persistent</a>. This class does not allow use of the copy constructor or assignment operator. At present kResetInDestructor is not set, but that will change in a future version. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
3c50350/html/classv8_1_1NonCopyablePersistentTraits.html
HTML
mit
7,987
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>54240-36-7.smi.png.html</title> </head> <body>ID54240-36-7<br/> <img border="0" src="54240-36-7.smi.png" alt="54240-36-7.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>54240-36-7</td><td>11977</td><td>C13H19Cl2F3N2O</td><td>347.2040 (310.7430+36.4609)</td><td>26798</td><td>81913</td><td>46798</td><td>6594</td><td>Mabuterol hydrochloride</td><td></td><td>54240-36-7</td><td>primary</td><td>single chemical compound</td><td>parent [56341-08-3]</td><td>tested chemical</td><td>C13H19Cl2F3N2O</td><td>347.204</td><td>defined organic</td><td>complex</td><td>1-[4-amino-3-chloro-5-(trifluoromethyl)phenyl]-2-(tert-butylamino)ethanol hydrochloride (1:1)</td><td>Cl.Nc1c(cc(cc1Cl)C(O)CNC(C)(C)C)C(F)(F)F</td><td>Nc1c(cc(cc1Cl)C(O)CNC(C)(C)C)C(F)(F)F</td><td>20110802</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 04:02:53 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/54240-36-7.smi.png.html
HTML
mit
1,775
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Pão com Mortadela ~ Dicas bacanas para acompanhar seu café.</title> <!-- Begin Jekyll SEO tag v2.7.1 --> <meta name="generator" content="Jekyll v4.2.0"> <meta property="og:title" content="Pão com Mortadela"> <meta property="og:locale" content="pt_BR"> <meta name="description" content="Tem tanta coisa por aí. A gente te ajuda a encontrar aquilo que você vai gostar. Algo bom pra ler, ver, ouvir ou jogar."> <meta property="og:description" content="Tem tanta coisa por aí. A gente te ajuda a encontrar aquilo que você vai gostar. Algo bom pra ler, ver, ouvir ou jogar."> <link rel="canonical" href="https://paomortadela.com.br/arquivo/pagina/22/"> <meta property="og:url" content="https://paomortadela.com.br/arquivo/pagina/22/"> <meta property="og:site_name" content="Pão com Mortadela"> <link rel="prev" href="https://paomortadela.com.br/arquivo/pagina/21/"> <link rel="next" href="https://paomortadela.com.br/arquivo/pagina/23/"> <meta name="twitter:card" content="summary"> <meta property="twitter:title" content="Pão com Mortadela"> <meta name="twitter:site" content="@paomortadela"> <script type="application/ld+json"> {"description":"Tem tanta coisa por aí. A gente te ajuda a encontrar aquilo que você vai gostar. Algo bom pra ler, ver, ouvir ou jogar.","url":"https://paomortadela.com.br/arquivo/pagina/22/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://paomortadela.com.br/assets/images/logo.png"}},"@type":"WebPage","headline":"Pão com Mortadela","@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> <meta property="og:image" content="https://paomortadela.com.br/assets/images/ogp.jpg"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"> <link rel="apple-touch-icon" type="image/png" href="/assets/images/apple-touch-icon.png"> <link rel="stylesheet" type="text/css" href="/assets/css/main.css"> <link type="application/atom+xml" rel="alternate" href="https://paomortadela.com.br/feed.xml" title="Pão com Mortadela"> <link rel="alternate" type="application/rss+xml" title="Pãodecast" href="https://anchor.fm/s/2acb8e44/podcast/rss"> </head> <body> <div id="site"> <header class="masthead"> <div class="wrapper"> <div class="site_title"> <a href="https://paomortadela.com.br" rel="index"> <img src="/assets/images/logo.png" alt="" loading="lazy"> Pão com Mortadela </a> </div> <nav class="site_menu"> <a class="menu_item" href="/arquivo/">Arquivo</a> <a class="menu_item" href="/sobre/">Sobre</a> <a class="menu_item" href="/arquivo/tag/p%C3%A3odecast/">Pãodecast</a> <a class="menu_item" href="https://tinyletter.com/paomortadela">Newsletter</a> <a class="menu_item" href="/assinatura/">Assinaturas!</a> <a class="menu_item social_link" href="https://twitter.com/paomortadela" rel="external"><svg role="img" viewbox="0 0 512 512"> <title>Twitter</title> <path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path> </svg> </a> <a class="menu_item social_link" href="https://www.facebook.com/paomortadela.com.br" rel="external"><svg role="img" viewbox="0 0 512 512"> <title>Facebook</title> <path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path> </svg> </a><a class="menu_item social_link" href="https://feeds.feedburner.com/paomortadela" rel="alternate"><svg role="img" viewbox="0 0 448 512"> <title>Feed RSS</title> <path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path> </svg> </a> </nav> </div> <svg class="wave" viewbox="0 0 1250 67"> <path d="M0 3.938 C149.16 -8.433 257.603 11.079 349.24 24.758 474.89 43.465 568.627 61.066 688.375 61.267 773.309 61.368 865.046 49.399 950.48 39.442 1100.14 22.042 1185.074 23.752 1250 29.083 L1250 67 0 67 Z" fill="#f6f6f6"></path> </svg> </header> <main class="content"> <div class="wrapper"> <div class="blog"> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2017/01/neighbor/" rel="bookmark">As coisas são calmas em Neighbor</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2017/01/neighbor/" rel="bookmark"> <time datetime="2017-01-04T00:00:00+00:00"> 04/01/2017 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2017/01/neighbor/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/neighbor.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/jogos/" rel="tag"> jogos </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2017/01/upstream-color/" rel="bookmark">Upstream Color não sai da minha cabeça.</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2017/01/upstream-color/" rel="bookmark"> <time datetime="2017-01-03T00:00:00+00:00"> 03/01/2017 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2017/01/upstream-color/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/upstream-color.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/filmes/" rel="tag"> filmes </a> </li> <li> <a class="tag_link" href="/arquivo/tag/fic%C3%A7%C3%A3o-cient%C3%ADfica/" rel="tag"> ficção científica </a> </li> <li> <a class="tag_link" href="/arquivo/tag/cinema-experimental/" rel="tag"> cinema experimental </a> </li> <li> <a class="tag_link" href="/arquivo/tag/mubi/" rel="tag"> MUBI </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2017/01/o-que-esperamos-em-2017/" rel="bookmark">O que mais esperamos em 2017</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2017/01/o-que-esperamos-em-2017/" rel="bookmark"> <time datetime="2017-01-02T00:00:00+00:00"> 02/01/2017 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2017/01/o-que-esperamos-em-2017/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/pcm-expectativa-2017.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/filmes/" rel="tag"> filmes </a> </li> <li> <a class="tag_link" href="/arquivo/tag/m%C3%BAsicas/" rel="tag"> músicas </a> </li> <li> <a class="tag_link" href="/arquivo/tag/s%C3%A9ries/" rel="tag"> séries </a> </li> <li> <a class="tag_link" href="/arquivo/tag/jogos/" rel="tag"> jogos </a> </li> <li> <a class="tag_link" href="/arquivo/tag/leituras/" rel="tag"> leituras </a> </li> <li> <a class="tag_link" href="/arquivo/tag/links/" rel="tag"> links </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2016/12/melhores-do-ano/" rel="bookmark">Os 5 melhores de 2016</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2016/12/melhores-do-ano/" rel="bookmark"> <time datetime="2016-12-22T00:00:00+00:00"> 22/12/2016 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2016/12/melhores-do-ano/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/pcm-melhores-2016.png" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/listas/" rel="tag"> listas </a> </li> <li> <a class="tag_link" href="/arquivo/tag/filmes/" rel="tag"> filmes </a> </li> <li> <a class="tag_link" href="/arquivo/tag/m%C3%BAsicas/" rel="tag"> músicas </a> </li> <li> <a class="tag_link" href="/arquivo/tag/links/" rel="tag"> links </a> </li> <li> <a class="tag_link" href="/arquivo/tag/jogos/" rel="tag"> jogos </a> </li> <li> <a class="tag_link" href="/arquivo/tag/s%C3%A9ries/" rel="tag"> séries </a> </li> <li> <a class="tag_link" href="/arquivo/tag/leituras/" rel="tag"> leituras </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2016/09/10000-km/" rel="bookmark">10.000 km foi a melhor surpresa que eu tive esse ano</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2016/09/10000-km/" rel="bookmark"> <time datetime="2016-09-26T00:00:00+00:00"> 26/09/2016 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2016/09/10000-km/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/10000km.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/filmes/" rel="tag"> filmes </a> </li> <li> <a class="tag_link" href="/arquivo/tag/romance/" rel="tag"> romance </a> </li> <li> <a class="tag_link" href="/arquivo/tag/achados/" rel="tag"> achados </a> </li> <li> <a class="tag_link" href="/arquivo/tag/mubi/" rel="tag"> MUBI </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2016/07/looking/" rel="bookmark">Looking é uma das grandes séries que você não assistiu</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2016/07/looking/" rel="bookmark"> <time datetime="2016-07-25T00:00:00+00:00"> 25/07/2016 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2016/07/looking/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/looking.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/filmes/" rel="tag"> filmes </a> </li> <li> <a class="tag_link" href="/arquivo/tag/s%C3%A9ries/" rel="tag"> séries </a> </li> <li> <a class="tag_link" href="/arquivo/tag/romance/" rel="tag"> romance </a> </li> <li> <a class="tag_link" href="/arquivo/tag/drama/" rel="tag"> drama </a> </li> <li> <a class="tag_link" href="/arquivo/tag/andrew-haigh/" rel="tag"> Andrew Haigh </a> </li> <li> <a class="tag_link" href="/arquivo/tag/hbo/" rel="tag"> HBO </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2016/07/croquetes-acordei-vomitado/" rel="bookmark">Acordei Vomitado é, antes de qualquer coisa, sincero demais</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2016/07/croquetes-acordei-vomitado/" rel="bookmark"> <time datetime="2016-07-22T00:00:00+00:00"> 22/07/2016 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2016/07/croquetes-acordei-vomitado/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/acordei-vomitado.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/achados/" rel="tag"> achados </a> </li> <li> <a class="tag_link" href="/arquivo/tag/links/" rel="tag"> links </a> </li> <li> <a class="tag_link" href="/arquivo/tag/m%C3%BAsicas/" rel="tag"> músicas </a> </li> <li> <a class="tag_link" href="/arquivo/tag/videoclipes/" rel="tag"> videoclipes </a> </li> </ul> </div> </footer> </article> <article class="post"> <header class="post_header"><h2 class="post_title"> <a href="/2016/07/kentucky-route-zero-4/" rel="bookmark">Kentucky Route Zero: Ato IV é desesperador</a> </h2> <div class="post_meta"> <p class="post_info"> <a class="info post_author arthurf" href="/arquivo/autor/arthurf" rel="author">Arthur Freitas</a> <a class="info post_date" href="https://paomortadela.com.br/2016/07/kentucky-route-zero-4/" rel="bookmark"> <time datetime="2016-07-21T00:00:00+00:00"> 21/07/2016 </time> </a> <a class="info comment_count" href="https://paomortadela.com.br/2016/07/kentucky-route-zero-4/#disqus_thread"> Comentários </a> </p> </div> </header><figure class="post_image"> <img src="https://arthrfrts.files.wordpress.com/2018/03/kr04.jpg" alt="" role="presentation" loading="lazy"> </figure> <footer class="post_footer"> <div class="post_tags"> <p>Mais posts sobre…</p> <ul class="tags"> <li> <a class="tag_link" href="/arquivo/tag/jogos/" rel="tag"> jogos </a> </li> <li> <a class="tag_link" href="/arquivo/tag/aventura/" rel="tag"> aventura </a> </li> <li> <a class="tag_link" href="/arquivo/tag/kentucky-route-zero/" rel="tag"> Kentucky Route Zero </a> </li> <li> <a class="tag_link" href="/arquivo/tag/cardboard-computer/" rel="tag"> Cardboard Computer </a> </li> </ul> </div> </footer> </article> <nav class="pagination"><a href="/arquivo/pagina/21/" rel="prev">← Posts mais recentes</a><a href="/arquivo/pagina/23/" rel="next">Posts mais antigos →</a><a class="archive_link" href="/arquivo/">(ou visite os arquivos)</a> </nav> </div> <aside class="sidebar"> <iframe class="financing_embed" frameborder="0" height="320" src="https://www.catarse.me/pt/projects/99154/embed" scrolling="no" loading="lazy"></iframe> <div class="fixed_menu"> <input id="toggle_menu" type="checkbox"> <label for="toggle_menu"> <img width="48" height="32" src="/assets/images/logo.png" alt="Abrir menu" loading="lazy"> </label> <nav class="menu"> <form action="https://duckduckgo.com/" method="get"> <input type="hidden" name="sites" value="paomortadela.com.br"> <input type="search" name="q" placeholder="Procure nos arquivos…"> </form> <a href="/arquivo/">Arquivo</a><a href="/sobre/">Sobre</a><a href="/arquivo/tag/p%C3%A3odecast/">Pãodecast</a><a href="https://tinyletter.com/paomortadela">Newsletter</a><a href="/assinatura/">Assinaturas!</a><a href="https://paomortadela.com.br/feed.xml" rel="external">Feed RSS</a> </nav> </div> </aside> </div> </main><footer class="colophon"> <div class="wrapper"> <div class="footer_widgets"> <div class="site_description"> <p>Tem tanta coisa por aí.<br> A gente te ajuda a encontrar aquilo que você vai gostar.<br> Algo bom pra ler, ver, ouvir ou jogar.</p> </div> <form action="https://tinyletter.com/paomortadela" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/!paomortadela', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"> <p> <label for="tlemail">Nos sábados a gente envia uma newsletter</label> </p> <p class="newsletter_fields"> <input type="email" name="email" id="tlemail" placeholder="[email protected]" required> <input type="hidden" value="1" name="embed"> <button type="submit"> Assinar </button> </p> <p class="newsletter_credits"> <a href="https://tinyletter.com/paomortadela" rel="external">TinyLetter</a> </p> </form> </div> <p class="site_credits"> © 2013—2021 <a href="https://paomortadela.com.br" rel="index">Pão com Mortadela</a> ~ Os direitos dos textos são reservados aos respectivos autores. </p> </div> </footer> </div> <script id="site-scripts" src="/assets/js/scripts.js"></script> </body> </html>
arthrfrts/pcm
arquivo/pagina/22/index.html
HTML
mit
24,261
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Champion-fx Style Guide</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script> <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script> <script src="binary.js"></script> <link rel="icon" type="image/png" sizes="16x16" href="./images/favicons/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="./images/favicons/favicon-32x32.png"> <script src="style.js"></script> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="binary.css"> </head> <body> <div id="topbar" class="primary-color-dark"></div> <div id="header" class="primary-color"> <div class="container"> <div class="logo-wrapper"> <a href="https://www.champion-fx.com" class="logo-parent"> <div class="logo"> <div></div> </div> <div class="mobile-hide binary-logo-text"> <div></div> </div> </a> </div> </div> </div> <div id="content"> <!-- mobile menu will be populated by javascript using the sidebar-left values to avoid duplication --> <select id="mobile-page-selector"></select> <div class="page-wrapper"> <div class="sidebar-left"> <ul> <li><a href="/">Introduction</a></li> <li><a href="#header-section">Header</a></li> <li><a href="#logo-section">Logo and Favicons</a></li> <li><a href="#colors-section">Colors</a></li> <li><a href="#title-section">Title</a></li> <li><a href="#text-section">Text</a></li> <li><a href="#button-section">Link and Buttons</a></li> <li><a href="#message-section">Messages</a></li> <li><a href="#spinner-section">Spinner</a></li> <li><a href="#table-section">Table</a></li> <li><a href="#sidebar-section">Sidebar Menu</a></li> <li><a href="#form-section">Form</a></li> <li><a href="#accordion-section">Accordion</a></li> <li><a href="#tabs-section">Tabs</a></li> <li><a href="#icon-section">Icons</a></li> <li><a href="#picker-section">Date and Time Pickers</a></li> </ul> </div> <div class="page-content"> <div class="f-row introduction-section"> <div class="f-item"> <h1>Champion-fx Style Guide</h1> <p>The goal of the project is to serve as base style for all Champion-fx projects, and to ensure consistency and maintainability of the brand presentation.</p> <h2>Usage</h2> <ul class="bullet"> <li>Include <a href="https://jquery.com/" target="_blank">jQuery</a> (Version 2.1.1) in your project</li> <li>Include the <a href="binary.js" target="_blank">JS file</a> in your project</li> <li>Include the styles by including <a href="binary.css" target="_blank">this file</a> in your project</li> </ul> </div> </div> <div class="f-row header-section"> <div class="f-item"> <h1 class="h1-title">Header</h1> </div> </div> <div class="f-row header-section"> <div class="topbar primary-color-dark" style="height:25px;margin-left:20px;"> <div class="languages"> <ul id="display_language"> <li class="EN"> <span class="world world-white"></span> <div class="language-wrapper"> <span class="language">English</span> </div> <span class="nav-caret"></span> </li> </ul> <ul id="select_language"> <li class="EN"> <span class="world world-black"></span> <div class="language-wrapper"> <span class="language">English</span> </div> <span class="nav-caret"></span> </li> <li class="ID">Indonesia</li> <li class="DE">Deutsch</li> <li class="EN invisible">English</li> <li class="ES">Español</li> <li class="FR">Français</li> <li class="IT">Italiano</li> <li class="PL">Polski</li> <li class="PT">Português</li> <li class="RU">Русский</li> <li class="VI">Tiếng Việt</li> <li class="ZH_CN">简体中文</li> <li class="ZH_TW">繁體中文</li> </ul> </div> </div> <div class="dark-blue header" style="width:100%;margin-left:20px;"> <div class="container"> <div class="logo-wrapper" style="width:30%;"> <a href="https://binary.com" class="logo-parent"> <div class="logo"> <div></div> </div> <div class="mobile-hide binary-logo-text"> <div></div> </div> </a> </div> <ul class="top-nav-menu mobile-hide"> <li> <a href="javascript:;" class="nav-dropdown-toggle">Menu One <span class="nav-caret"></span></a> <ul> <li> <a href="javascript:;" class="disabled">Disabled Menu Item</a> </li> </ul> </li> <li> <a href="javascript:;" class="nav-dropdown-toggle">Menu Two <span class="nav-caret"></span></a> <ul> <li> <a href="javascript:;">Menu Item<span class="nav-submenu-caret"></span></a> <ul> <li> <a href="javascript:;">Menu Item<span class="nav-submenu-caret"></span></a> <ul> <li><a href="javascript:;">Menu Item</a></li> </ul> </li> </ul> </li> <li> <a href="javascript:;">Menu Item<span class="nav-submenu-caret"></span></a> <ul> <li> <a href="javascript:;">Menu Item</a> </li> </ul> </li> </ul> </li> </ul> <div id="main-logout"> <ul id="main-account" class="nav-menu main-nav"> <li class="account"> <a href="javascript:;"> <div class="main-account"> <div class="account-type">Real Account</div> <div class="account-id">CR9010912</div> <div class="topMenuBalance">USD 0.00</div> </div> <div class="nav-caret"></div> </a> </li> </ul> <ul id="all-accounts-top" class="nav-menu main-nav" style="opacity: 0;"> <li class="account"> <a href="javascript:;"> <div class="main-account"> <div class="account-type">Real Account</div> <div class="account-id">CR9010912</div> <div class="topMenuBalance">USD 0.00</div> </div> <div class="nav-caret"></div> </a> <ul> <a class="link" href="javascript:;"> <li class="topMenuProfile">Profile</li> </a> <a class="link" href="javascript:;"> <li class="topMenuSecurity">Security & Limits</li> </a> <div class="separator-line-thin-gray"></div> <div class="login-id-list"> <a href="javascript:;" value="VRTC1191226"> <li> <div>Virtual Account</div> <div>VRTC1191226</div> </li> </a> <div class="separator-line-thin-gray"></div> </div> <a href="javascript:;"> <li>Sign out</li> </a> </ul> </li> </ul> </div> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;div class=&quot;topbar primary-color-dark&quot;&gt; &lt;div class=&quot;languages&quot;&gt; &lt;ul id=&quot;display_language&quot;&gt; &lt;li class=&quot;EN&quot;&gt; &lt;span class=&quot;world world-white&quot;&gt;&lt;/span&gt; &lt;span class=&quot;language&quot;&gt;English&lt;/span&gt; &lt;span class=&quot;nav-caret&quot;&gt;&lt;/span&gt; &lt;/li&gt; &lt;/ul&gt; &lt;ul id=&quot;select_language&quot;&gt; &lt;li class=&quot;EN&quot;&gt; &lt;span class=&quot;world world-black&quot;&gt;&lt;/span&gt; &lt;span class=&quot;language&quot;&gt;English&lt;/span&gt; &lt;span class=&quot;nav-caret&quot;&gt;&lt;/span&gt; &lt;/li&gt; &lt;li class=&quot;ID&quot;&gt;Indonesia&lt;/li&gt; &lt;li class=&quot;DE&quot;&gt;Deutsch&lt;/li&gt; &lt;li class=&quot;EN invisible&quot;&gt;English&lt;/li&gt; &lt;li class=&quot;ES&quot;&gt;Espa&ntilde;ol&lt;/li&gt; &lt;li class=&quot;FR&quot;&gt;Fran&ccedil;ais&lt;/li&gt; &lt;li class=&quot;IT&quot;&gt;Italiano&lt;/li&gt; &lt;li class=&quot;PL&quot;&gt;Polski&lt;/li&gt; &lt;li class=&quot;PT&quot;&gt;Portugu&ecirc;s&lt;/li&gt; &lt;li class=&quot;RU&quot;&gt;Русский&lt;/li&gt; &lt;li class=&quot;VI&quot;&gt;Tiếng Việt&lt;/li&gt; &lt;li class=&quot;ZH_CN&quot;&gt;简体中文&lt;/li&gt; &lt;li class=&quot;ZH_TW&quot;&gt;繁體中文&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;dark-blue header&quot;&gt; &lt;div class=&quot;container&quot;&gt; &lt;div class=&quot;logo-wrapper&quot;&gt; &lt;a href=&quot;https://champion-fx.com&quot; class=&quot;logo-parent&quot;&gt; &lt;div class=&quot;logo&quot;&gt; &lt;div&gt;&alt;/div&gt; &lt;/div&gt; &lt;div class=&quot;mobile-hide binary-logo-text&quot;&gt; &lt;img class=&quot;responsive&quot; src=&quot;./images/logo/type.svg&quot;&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;ul class=&quot;top-nav-menu mobile-hide&quot;&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot; class=&quot;nav-dropdown-toggle&quot;&gt; Menu One &lt;span class=&quot;nav-caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot; class=&quot;disabled&quot;&gt; Disabled Menu Item &lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot; class=&quot;nav-dropdown-toggle&quot;&gt; Menu Two &lt;span class=&quot;nav-caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot;&gt; Menu Item &lt;span class=&quot;nav-submenu-caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot;&gt; Menu Item &lt;span class=&quot;nav-submenu-caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot;&gt;Menu Item&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot;&gt; Menu Item &lt;span class=&quot;nav-submenu-caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;javascript:;&quot;&gt;Menu Item&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;div id=&quot;main-logout&quot;&gt; &lt;ul id=&quot;main-account&quot; class=&quot;nav-menu main-nav&quot;&gt; &lt;li class=&quot;account&quot;&gt; &lt;a href=&quot;javascript:;&quot;&gt; &lt;div class=&quot;main-account&quot;&gt; &lt;div class=&quot;account-type&quot;&gt;Real Account&lt;/div&gt; &lt;div class=&quot;account-id&quot;&gt;CR9010912&lt;/div&gt; &lt;div class=&quot;topMenuBalance&quot;&gt;USD 0.00&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;nav-caret&quot;&gt;&lt;/div&gt; &lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;ul id=&quot;all-accounts-top&quot; class=&quot;nav-menu main-nav&quot; style=&quot;opacity: 0;&quot;&gt; &lt;li class=&quot;account&quot;&gt; &lt;a href=&quot;javascript:;&quot;&gt; &lt;div class=&quot;main-account&quot;&gt; &lt;div class=&quot;account-type&quot;&gt;Real Account&lt;/div&gt; &lt;div class=&quot;account-id&quot;&gt;CR9010912&lt;/div&gt; &lt;div class=&quot;topMenuBalance&quot;&gt;USD 0.00&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;nav-caret&quot;&gt;&lt;/div&gt; &lt;/a&gt; &lt;ul&gt; &lt;a class=&quot;link&quot; href=&quot;javascript:;&quot;&gt; &lt;li class=&quot;topMenuProfile&quot;&gt;Profile&lt;/li&gt; &lt;/a&gt; &lt;a class=&quot;link&quot; href=&quot;javascript:;&quot;&gt; &lt;li class=&quot;topMenuSecurity&quot;&gt;Security &amp; Limits&lt;/li&gt; &lt;/a&gt; &lt;div class=&quot;separator-line-thin-gray&quot;&gt;&lt;/div&gt; &lt;div class=&quot;login-id-list&quot;&gt; &lt;a href=&quot;javascript:;&quot; value=&quot;VRTC1191226&quot;&gt; &lt;li&gt; &lt;div&gt;Virtual Account&lt;/div&gt; &lt;div&gt;VRTC1191226&lt;/div&gt; &lt;/li&gt; &lt;/a&gt; &lt;div class=&quot;separator-line-thin-gray&quot;&gt;&lt;/div&gt; &lt;/div&gt; &lt;a href=&quot;javascript:;&quot;&gt; &lt;li&gt;Sign out&lt;/li&gt; &lt;/a&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code> </pre> </div> </div> </div> <div class="f-row logo-section"> <div class="f-item"> <h1>Logo and Favicons</h1> </div> </div> <div class="f-row logo-section"> <div class="f-item"> <h3>Logo (separate)</h3> <div class="logo-wrapper primary-color"> <a class="logo-parent" href="https://champion-fx.com"> <div class="logo"> <div></div> </div> <div class="mobile-hide binary-logo-text"> <div></div> </div> </a> </div> <div style="margin-top:10px;"> <h3>Logo (combined)</h3> <img style="width:210px;" src="./images/logo/cfx_logo.png" /> </div> <div style="margin-top:10px;"> <h3>Favicon</h3> <img style="width:18px;" src="./images/favicons/favicon-32x32.png" /> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> Logo (separate): &lt;a class=&quot;logo-parent&quot; href=&quot;https://champion-fx.com&quot;&gt; &lt;div class=&quot;logo&quot;&gt; &lt;div&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;mobile-hide binary-logo-text&quot;&gt; &lt;div&gt;&lt;/div&gt; &lt;/div&gt; &lt;/a&gt; Logo (combined): &lt;img src=&quot;https://style.binary.com/ images/logo/binary_logo_dark.svg&quot; /&gt; Favicon: &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;57x57&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-57x57.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;114x114&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-114x114.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;72x72&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-72x72.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;144x144&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-144x144.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;60x60&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-60x60.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;120x120&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-120x120.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;76x76&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-76x76.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;152x152&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-152x152.png&quot;&gt; &lt;link rel=&quot;apple-touch-icon&quot; sizes=&quot;180x180&quot; href=&quot;https://style.champion-fx.com/images/ favicons/apple-touch-icon-180x180.png&quot;&gt; &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; sizes=&quot;192x192&quot; href=&quot;https://style.champion-fx.com/images/ favicons/favicon-192x192.png&quot;&gt; &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; sizes=&quot;160x160&quot; href=&quot;https://style.champion-fx.com/images/ favicons/favicon-160x160.png&quot;&gt; &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; sizes=&quot;96x96&quot; href=&quot;https://style.champion-fx.com/images/ favicons/favicon-96x96.png&quot;&gt; &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; sizes=&quot;16x16&quot; href=&quot;https://style.champion-fx.com/images/ favicons/favicon-16x16.png&quot; &gt; &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; sizes=&quot;32x32&quot; href=&quot;https://style.champion-fx.com/images/ favicons/favicon-32x32.png&quot; &gt; </code> </pre> </div> </div> </div> <div class="f-row colors-section"> <div class="f-item"> <h1>Colors</h1> </div> </div> <div class="f-row colors-section"> <div class="f-item"> <p style="background-color:#004385;padding:10px;color:#fff;">Brand Blue<br>#004385</p> </div> <div class="f-item"> <p style="background-color:#013365;padding:10px;color:#fff;">Dark Blue<br>#013365</p> </div> </div> <div class="f-row title-section"> <div class="f-item"> <h1>Title</h1> </div> </div> <div class="f-row title-section"> <div class="f-item"> <h1>Header 1</h1> <h2>Header 2</h2> <h3>Header 3</h3> <h4>Header 4</h4> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;h1&gt;Header 1&lt;/h1&gt; &lt;h2&gt;Header 2&lt;/h2&gt; &lt;h3&gt;Header 3&lt;/h3&gt; &lt;h4&gt;Header 4&lt;/h4&gt; </code> </pre> </div> </div> </div> <div class="f-row text-section"> <div class="f-item"> <h1>Text</h1> </div> </div> <div class="f-row text-section"> <div class="f-item"> <p>paragraph with <strong>strong text</strong></p> <p class="font-s">This is small font</p> <p class="font-xs">This is extra small font</p> <div class="fill-bg-color box"> <h4>Title</h4> <div class="separator primary-color"></div> <p>Body text</p> </div> <br /> <div class="box bordered center-text"> <h4>Title</h4> <p>Body text</p> </div> <ul> <li>unordered list item 1</li> <li>unordered list item 2</li> <li>unordered list item 3</li> </ul> <ul class="bullet"> <li>unordered list item 1</li> <li>unordered list item 2</li> <li>unordered list item 3</li> </ul> <ul class="checked"> <li>unordered list item 1</li> <li>unordered list item 2</li> <li>unordered list item 3</li> </ul> <ol> <li>ordered list item 1</li> <li>ordered list item 2</li> <li>ordered list item 3</li> </ol> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;p&gt;paragraph with&lt;strong&gt;strong text&lt;/strong&gt;&lt;/p&gt; &lt;p class=&quot;font-s&quot;&gt;This is small font&lt;/p&gt; &lt;p class=&quot;font-xs&quot;&gt;This is extra small font&lt;/p&gt; &lt;div class=&quot;fill-bg-color box&quot;&gt; &lt;h4&gt;Title&lt;/h4&gt; &lt;div class=&quot;separator primary-color&quot;&gt;&lt;/div&gt; &lt;p&gt;Body text&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;box bordered center-text&quot;&gt; &lt;h4&gt;Title&lt;/h4&gt; &lt;p&gt;Body text&lt;/p&gt; &lt;/div&gt; &lt;ul&gt; &lt;li&gt;unordered list item 1&lt;/li&gt; &lt;li&gt;unordered list item 2&lt;/li&gt; &lt;li&gt;unordered list item 3&lt;/li&gt; &lt;/ul&gt; &lt;ul class=&quot;bullet&quot;&gt; &lt;li&gt;unordered list item 1&lt;/li&gt; &lt;li&gt;unordered list item 2&lt;/li&gt; &lt;li&gt;unordered list item 3&lt;/li&gt; &lt;/ul&gt; &lt;ul class=&quot;checked&quot;&gt; &lt;li&gt;unordered list item 1&lt;/li&gt; &lt;li&gt;unordered list item 2&lt;/li&gt; &lt;li&gt;unordered list item 3&lt;/li&gt; &lt;/ul&gt; &lt;ol&gt; &lt;li&gt;ordered list item 1&lt;/li&gt; &lt;li&gt;ordered list item 2&lt;/li&gt; &lt;li&gt;ordered list item 3&lt;/li&gt; &lt;/ol&gt; </code> </pre> </div> </div> </div> <div class="f-row button-section"> <div class="f-item"> <h1>Link and Buttons</h1> </div> </div> <div class="f-row button-section"> <div class="f-item"> <p>paragraph with <a href="javascript:;">link</a> </p> <p> <a class="button" href="javascript:;"> <span>button link</span> </a> </p> <p> <a class="button-secondary" href="javascript:;"> <span>button link</span> </a> </p> <p> <a class="button-disabled"> <span>Disabled</span> </a> </p> <p> <button type="button" name="button">button</button> </p> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;p&gt;paragraph with &lt;a href=&quot;#&quot;&gt;link&lt;/a&gt;&lt;/p&gt; &lt;p&gt; &lt;a class=&quot;button&quot; href=&quot;#&quot;&gt; &lt;span&gt;button link&lt;/span&gt; &lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;a class=&quot;button-secondary&quot; href=&quot;#&quot;&gt; &lt;span&gt;button link&lt;/span&gt; &lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;a class=&quot;button-disabled&quot;&gt; &lt;span&gt;Disabled&lt;/span&gt; &lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;button type=&quot;button&quot; name=&quot;button&quot;&gt;button&lt;/button&gt; &lt;/p&gt; </code> </pre> </div> </div> </div> <div class="f-row message-section"> <div class="f-item"> <h1>Messages</h1> </div> </div> <div class="f-row message-section"> <div class="f-item"> <p class="success-msg">success message</p> <p class="notice-msg" style="margin-right:1rem;">notice message</p> <p class="error-msg">error message</p> <p><span data-balloon="message">text with default tooltip</span></p> <span data-balloon="large size tooltip at bottom" data-balloon-length="large" data-balloon-pos="down" class="no-underline">text with long tooltip</span> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;p class=&quot;success-msg&quot;&gt;success message&lt;/p&gt; &lt;p class=&quot;notice-msg&quot;&gt;notice message&lt;/p&gt; &lt;p class=&quot;error-msg&quot;&gt;error message&lt;/p&gt; &lt;span data-balloon=&quot;message&quot;&gt; text with default tooltip &lt;/span&gt; &lt;span data-balloon=&quot;large size tooltip at bottom&quot; data-balloon-length=&quot;large&quot; data-balloon-pos=&quot;down&quot; class=&quot;no-underline&quot;&gt; text with long tooltip &lt;/span&gt; </code> </pre> </div> </div> </div> <div class="f-row spinner-section"> <div class="f-item"> <h1>Spinner</h1> </div> </div> <div class="f-row spinner-section"> <div class="f-item"> <p>use over a transparent background:</p> <div class="barspinner dark"> <div class="rect1"></div> <div class="rect2"></div> <div class="rect3"></div> <div class="rect4"></div> <div class="rect5"></div> </div> <p>use over a dark background:</p> <div class="primary-color" style="padding: 20px;"> <div class="barspinner white"> <div class="rect1"></div> <div class="rect2"></div> <div class="rect3"></div> <div class="rect4"></div> <div class="rect5"></div> </div> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> use over a transparent background: &lt;div class=&quot;barspinner dark&quot;&gt; &lt;div class=&quot;rect1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect2&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect3&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect4&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect5&quot;&gt;&lt;/div&gt; &lt;/div&gt; use over a dark background: &lt;div class=&quot;barspinner white&quot;&gt; &lt;div class=&quot;rect1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect2&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect3&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect4&quot;&gt;&lt;/div&gt; &lt;div class=&quot;rect5&quot;&gt;&lt;/div&gt; &lt;/div&gt; </code> </pre> </div> </div> </div> <div class="f-row table-section"> <div class="f-item"> <h1>Table</h1> </div> </div> <div class="f-row f-row-start table-section"> <div class="f-item" style="margin-top:20px;"> <table> <thead> <tr> <th>Header</th> <th>Header</th> </tr> </thead> <tfoot> <tr> <th>Footer</th> <th>Footer</th> </tr> </tfoot> <tbody> <tr> <td>1</td> <td>data 1</td> </tr> <tr> <td>2</td> <td>data 2</td> </tr> </tbody> </table> <p>Centered table:</p> <table class="centered"> <thead> <tr> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tfoot> <tr> <th>Footer</th> <th>Footer</th> <th>Footer</th> </tr> </tfoot> <tbody> <tr> <td>1</td> <td>data 1</td> <td>data 1.1</td> </tr> <tr> <td>2</td> <td>data 2</td> <td>data 2.1</td> </tr> </tbody> </table> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Header&lt;/th&gt; &lt;th&gt;Header&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tfoot&gt; &lt;tr&gt; &lt;th&gt;Footer&lt;/th&gt; &lt;th&gt;Footer&lt;/th&gt; &lt;/tr&gt; &lt;/tfoot&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;1&lt;/td&gt; &lt;td&gt;data 1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;2&lt;/td&gt; &lt;td&gt;data 2&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class&quot;centered&quot;&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Header&lt;/th&gt; &lt;th&gt;Header&lt;/th&gt; &lt;th&gt;Header&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tfoot&gt; &lt;tr&gt; &lt;th&gt;Footer&lt;/th&gt; &lt;th&gt;Footer&lt;/th&gt; &lt;th&gt;Footer&lt;/th&gt; &lt;/tr&gt; &lt;/tfoot&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;1&lt;/td&gt; &lt;td&gt;data 1&lt;/td&gt; &lt;td&gt;data 1.1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;2&lt;/td&gt; &lt;td&gt;data 2&lt;/td&gt; &lt;td&gt;data 2.1&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code> </pre> </div> </div> </div> <div class="f-row sidebar-section"> <div class="f-item"> <h1>Sidebar Menu</h1> </div> </div> <div class="f-row f-row-start sidebar-section"> <div class="f-item"> <div> <div class="sidebar-left"> <ul> <li> <a href="#">Section 1</a> </li> <li> <a href="#">Section 2</a> </li> </ul> </div> <script type="text/javascript"> $('.sidebar-left a').on('click', function(e) { e.preventDefault(); $('.sidebar-left li').removeClass('selected'); $(this).parent().addClass('selected'); }); </script> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;div class=&quot;sidebar-left&quot;&gt; &lt;ul&gt; &lt;li&gt; &lt;a href=&quot;#&quot;&gt;Section 1&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href=&quot;#&quot;&gt;Section 2&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;script type=&quot;text/javascript&quot;&gt; $('.sidebar-left a').on('click', function(e) { e.preventDefault(); $('.sidebar-left li').removeClass('selected'); $(this).parent().addClass('selected'); }); &lt;/script&gt; </code> </pre> </div> </div> </div> <div class="f-row form-section"> <div class="f-item"> <h1>Form</h1> </div> </div> <div class="f-row form-section"> <div class="f-item"> <div style="margin-top:20px;"> <select> <option value="" selected="selected">Option 1</option> <option value="">Option 2</option> <option value="">Option 3</option> </select> </div> <div style="margin-top:20px;"> <select class="secondary-input"> <option value="" selected="selected">Option 1</option> <option value="">Option 2</option> <option value="">Option 3</option> </select> </div> <div style="margin-top:20px;"> <label>Label</label> <input type='text'/> <p class='hint'>Hint comes here</p> </div> <div style="margin-top:20px;"> <input class="secondary-input" type='text'/> <p class='secondary-hint'>Hint comes here</p> </div> <div style="margin-top:20px;"> <label>Label</label> <span class='text-display'>Value</span> </div> <div style="margin-top:20px;"> <textarea name="name" rows="8" cols="20"></textarea> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;select&gt; &lt;option value=&quot;&quot; selected=&quot;selected&quot;&gt;Option 1&lt;/option&gt; &lt;option value=&quot;&quot;&gt;Option 2&lt;/option&gt; &lt;option value=&quot;&quot;&gt;Option 3&lt;/option&gt; &lt;/select&gt; &lt;select class=&quot;secondary-input&quot;&gt; &lt;option value=&quot;&quot; selected=&quot;selected&quot;&gt;Option 1&lt;/option&gt; &lt;option value=&quot;&quot;&gt;Option 2&lt;/option&gt; &lt;option value=&quot;&quot;&gt;Option 3&lt;/option&gt; &lt;/select&gt; &lt;label&gt;Label&lt;/label&gt; &lt;input type=&quot;text&quot;/&gt; &lt;p class='hint'&gt;Hint comes here&lt;/p&gt; &lt;input type=&quot;text&quot; class=&quot;secondary-input&quot;&gt; &lt;p class=&quot;secondary-hint&quot;&gt;Hint comes here&lt;/p&gt; &lt;label&gt;Label&lt;/label&gt; &lt;span class=&quot;text-display&quot;&gt;Value&lt;/span&gt; &lt;textarea name=&quot;name&quot; rows=&quot;8&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt; </code> </pre> </div> </div> </div> <div class="f-row accordion-section"> <div class="f-item"> <h1>Accordion</h1> </div> </div> <div class="f-row accordion-section"> <div class="f-item" style="min-width:300px;"> <div id="accordion" style="margin-top:20px;"> <h3>Section 1</h3> <div>Contents of section 1</div> <h3>Section 2</h3> <div>Contents of section 2</div> </div> <script type="text/javascript"> $('#accordion').accordion({ heightStyle : 'content', collapsible : true, active : false }); </script> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;div id="accordion"&gt; &lt;h3&gt;Section 1&lt;/h3&gt; &lt;div&gt;Contents of section 1&lt;/div&gt; &lt;h3&gt;Section 2&lt;/h3&gt; &lt;div&gt;Contents of section 2&lt;/div&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; $('#accordion').accordion({ heightStyle : 'content', collapsible : true, active : false }); &lt;/script&gt; </code> </pre> </div> </div> </div> <div class="f-row tabs-section"> <div class="f-item"> <h1>Tabs</h1> </div> </div> <div class="f-row tabs-section"> <div class="f-item"> <p>Tabs:</p> <div class="has-tabs" style="margin-top:20px;"> <ul> <li><a href="#tab_1">Tab 1</a></li> <li><a href="#tab_2">Tab 2</a></li> </ul> <div id="tab_1">Contents of tab 1</div> <div id="tab_2">Contents of tab 2</div> </div> <script type='text/javascript'> $('.has-tabs').tabs(); </script> <p>Tabs with subsections:</p> <div class="content-tab-container tab-with-subsection" style="margin-top: 10px;"> <div class="tab-menu"> <div class="tab-menu-wrap"> <ul class="tm-ul"> <li id="first-tab" class="tm-li active first"> <span class="menu-wrap-a"> <span class="menu-wrap-b"> <a class="tm-a first a-active">Tab 1</a> </span> </span> <ul class="tm-ul-2"> <li id="first-tab-subsection-one" class="tm-li-2 first"> <span class="tm-a-2 a-active">Subsection of tab 1</span> </li> </ul> </li><li id="second-tab" class="tm-li"> <a href="javascript:;" class="tm-a">Tab 2</a> </li> </ul> </div> </div> <div class="tab-content"> <div class="tab-content-wrapper menu-has-sub-item"> <div id="first-tab-subsection-one-content" class="toggle-content"> Contents of tab 1 </div> <div id="second-tab-content" class="toggle-content invisible"> Contents of tab 2 </div> </div> </div> </div> <p>Vertical tabs:</p> <div class="has-tabs tabs-vertical" style="margin-top:20px;"> <ul> <li><a href="#vertical_tab_1">Tab 1</a></li> <li><a href="#vertical_tab_2">Tab 2</a></li> </ul> <div id="vertical_tab_1">Contents of tab 1</div> <div id="vertical_tab_2">Contents of tab 2</div> </div> <script type='text/javascript'> $('.tabs-vertical').tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); $( ".tabs-vertical li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); </script> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> Tabs: &lt;div class="has-tabs"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#tab_1"&gt;Tab 1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tab_2"&gt;Tab 2&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="tab_1"&gt; Contents of tab 1 &lt;/div&gt; &lt;div id="tab_2"&gt; Contents of tab 2 &lt;/div&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; $('.has-tabs').tabs(); &lt;/script&gt; Tabs with subsections: &lt;div class=&quot;content-tab-container tab-with-subsection&quot;&gt; &lt;div class=&quot;tab-menu&quot;&gt; &lt;div class=&quot;tab-menu-wrap&quot;&gt; &lt;ul class=&quot;tm-ul&quot;&gt; &lt;li id=&quot;first-tab&quot; class=&quot;tm-li active first&quot;&gt; &lt;span class=&quot;menu-wrap-a&quot;&gt; &lt;span class=&quot;menu-wrap-b&quot;&gt; &lt;a class=&quot;tm-a first a-active&quot;&gt;Tab 1&lt;/a&gt; &lt;/span&gt; &lt;/span&gt; &lt;ul class=&quot;tm-ul-2&quot;&gt; &lt;li id=&quot;first-tab-subsection-one&quot; class=&quot;tm-li-2 first&quot;&gt; &lt;span class=&quot;tm-a-2 a-active&quot;&gt; Subsection of tab 1 &lt;/span&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt;&lt;li id=&quot;second-tab&quot; class=&quot;tm-li&quot;&gt; &lt;a href=&quot;javascript:;&quot; class=&quot;tm-a&quot;&gt;Tab 2&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;tab-content&quot;&gt; &lt;div class=&quot;tab-content-wrapper menu-has-sub-item&quot;&gt; &lt;div id=&quot;first-tab-subsection-one-content&quot; class=&quot;toggle-content&quot;&gt; Contents of tab 1 &lt;/div&gt; &lt;div id=&quot;second-tab-content&quot; class=&quot;toggle-content invisible&quot;&gt; Contents of tab 2 &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; Vertical tabs: &lt;div class="has-tabs tabs-vertical"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#vertical_tab_1"&gt;Tab 1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#vertical_tab_1"&gt;Tab 2&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="vertical_tab_1"&gt; Contents of tab 1 &lt;/div&gt; &lt;div id="vertical_tab_1"&gt; Contents of tab 2 &lt;/div&gt; &lt;/div&gt; &lt;script type="text/javascript"&gt; $('.tabs-vertical').tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" ); $( ".tabs-vertical li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" ); &lt;/script&gt; </code> </pre> </div> </div> </div> <div class="f-row icon-section"> <div class="f-item"> <h1>Icons</h1> </div> </div> <div class="f-row icon-section"> <div class="f-item" style="max-width: 550px; margin-top:18px;"> <div class="f-row icon-section"> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Candles" data-balloon-pos="down"> <div class="img"><div class="candlestick-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Chart template" data-balloon-pos="down"> <div class="img"><div class="chart_template-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Comparisons" data-balloon-pos="down"> <div class="img"><div class="comparison-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Crosshair" data-balloon-pos="down"> <div class="img"><div class="crosshair-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Dot" data-balloon-pos="down"> <div class="img"><div class="dot-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Drawing" data-balloon-pos="down"> <div class="img"><div class="drawing-icon"></div></div> </span> </div> </div> <div class="f-row icon-section"> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="indicator" data-balloon-pos="down"> <div class="img"><div class="indicator-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Line" data-balloon-pos="down"> <div class="img"><div class="line-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Line dot" data-balloon-pos="down"> <div class="img"><div class="linedot-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="OHLC" data-balloon-pos="down"> <div class="img"><div class="ohlc-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Share" data-balloon-pos="down"> <div class="img"><div class="share-icon"></div></div> </span> </div> <div class="f-item chartOptions_button"> <span class = "templateButton" data-balloon="Spline" data-balloon-pos="down"> <div class="img"><div class="spline-icon"></div></div> </span> </div> </div> <div class="f-row icon-section"> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Candles" data-balloon-pos="down"> <div class="img"><div class="candlestick-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Chart template" data-balloon-pos="down"> <div class="img"><div class="chart_template-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Dot" data-balloon-pos="down"> <div class="img"><div class="dot-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Drawing" data-balloon-pos="down"> <div class="img"><div class="drawing-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Line" data-balloon-pos="down"> <div class="img"><div class="line-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Line dot" data-balloon-pos="down"> <div class="img"><div class="linedot-w-icon"></div></div> </span> </div> </div> <div class="f-row icon-section" style="max-width:150px"> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="OHLC" data-balloon-pos="down"> <div class="img"><div class="ohlc-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Share" data-balloon-pos="down"> <div class="img"><div class="share-w-icon"></div></div> </span> </div> <div class="f-item chartOptions_button button_selected"> <span class = "templateButton" data-balloon="Spline" data-balloon-pos="down"> <div class="img"><div class="spline-w-icon"></div></div> </span> </div> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> &lt;div class="f-item chartOptions_button"&gt; &lt;span class = "templateButton" data-balloon="Candles" data-balloon-pos="down"&gt; &lt;div class="img"&gt; &lt;div class="candlestick-icon"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="f-item chartOptions_button button_selected"&gt; &lt;span class = "templateButton" data-balloon="Candles" data-balloon-pos="down"&gt; &lt;div class="img"&gt; &lt;div class="candlestick-icon"&gt; &lt;/div&gt; &lt;/span&gt; &lt;/div&gt; </code> </pre> </div> </div> </div> <div class="f-row picker-section"> <div class="f-item"> <h1>Date and Time Pickers</h1> </div> </div> <div class="f-row picker-section"> <div class="f-item"> <h3>Date Picker:</h3> <div> <input type="text" id="date-picker" size="12" readonly="readonly"/> </div> <h3>Time Picker:</h3> <div> <input type="text" id="time-picker" size="12" maxlength="5"/> </div> </div> <div class="f-item"> <div class="code-sample"> <pre class="prettyprint"> <code> Date Picker: &lt;input type=&quot;text&quot; id=&quot;date-picker&quot; size=&quot;12&quot; readonly=&quot;readonly&quot;/&gt; Time Picker: &lt;input type=&quot;text&quot; id=&quot;time-picker&quot; size=&quot;12&quot; maxLength=&quot;5&quot;/&gt; &lt;script type=&quot;text/javascript&quot;&gt; var date = new Date(); $('#date-picker').datepicker({ dateFormat: 'dd M, yy', changeMonth: true, changeYear: true, minDate: date, }); $(&quot;#time-picker&quot;) .on('click', function() { date = new Date(); $(this).timepicker('destroy').timepicker({ minTime: { hour: date.getHours(), minute: date.getMinutes() } }); }) .on('keypress', debounce(function(time) { var regex = new RegExp(time); if (!/^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/.test(regex)) { $('#time-picker').parent().append($('<p>', {class: 'error-msg', text: 'Time is invalid'})); } })); }); &lt;/script&gt; </code> </pre> </div> </div> </div> </div> </div> </div> </body> </html>
negar-champion/binary-style
index.html
HTML
mit
63,096
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: 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.12.0 / simple-io - 1.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 1.6.0 <span class="label label-success">31 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 21:48:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 21:48:02 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Li-yao Xia &lt;[email protected]&gt;&quot; authors: [ &quot;Li-yao Xia&quot; &quot;Yishuai Li&quot; ] homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [make &quot;build&quot;] run-test: [make &quot;test&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.15~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.10.0&quot;} &quot;ocamlbuild&quot; {with-test &amp; &gt;= &quot;0.9.0&quot;} &quot;cppo&quot; {build &amp; &gt;= &quot;1.6.8&quot;} ] tags: [ &quot;date:2021-10-06&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/1.6.0.tar.gz&quot; checksum: &quot;sha512=509dd7afb2bbfb9449cfd214540f5f18d851f6e97b03d7f1580bf12668821e5e47442a0d3ec8df9d142d7f4738ee26670d83b711d36c3ee5b629a3b78bdbe175&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-simple-io.1.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-simple-io.1.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 54 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-simple-io.1.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>31 s</dd> </dl> <h2>Installation size</h2> <p>Total: 712 K</p> <ul> <li>76 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmxs</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unix.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Stdlib.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Float.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_RawChar.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_String.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Bytes.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unsafe.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Sys.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Random.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/SimpleIO.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Stdlib.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unix.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unix.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Monad.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Stdlib.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Monad.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmx</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmxa</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Exceptions.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Monad.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_String.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Float.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_RawChar.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_MonadFix.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Float.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_String.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_RawChar.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Bytes.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Sys.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unsafe.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Bytes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Unsafe.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Exceptions.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Exceptions.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Random.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Sys.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_Random.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_MonadFix.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/SimpleIO.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_MonadFix.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/SimpleIO.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmi</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-simple-io.1.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.08.1-2.0.5/released/8.12.0/simple-io/1.6.0.html
HTML
mit
12,661
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jordan-curve-theorem: 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 / jordan-curve-theorem - 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> jordan-curve-theorem <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-23 23:46:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-23 23:46:31 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/jordan-curve-theorem&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/JordanCurveTheorem&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: combinatorial hypermaps&quot; &quot;keyword: genus&quot; &quot;keyword: planarity&quot; &quot;keyword: Euler formula&quot; &quot;keyword: Discrete Jordan Curve Theorem&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2008&quot; ] authors: [ &quot;Jean-François Dufourd &lt;[email protected]&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/jordan-curve-theorem/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/jordan-curve-theorem.git&quot; synopsis: &quot;Hypermaps, planarity and discrete Jordan curve theorem&quot; description: &quot;&quot;&quot; http://dpt-info.u-strasbg.fr/~jfd/Downloads/JORDAN_Contrib_Coq.tar.gz Constructive formalization of the combinatorial hypermaps, characterization of the planarity, genus theorem, Euler formula, ring of faces, discrete Jordan curve theorem&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/jordan-curve-theorem/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=fcfb44e0209a0aee3a8d37fe27381df2&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-jordan-curve-theorem.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-jordan-curve-theorem -&gt; coq &lt; 8.9~ -&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-jordan-curve-theorem.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.13.1-2.0.10/released/8.13.2/jordan-curve-theorem/8.8.0.html
HTML
mit
7,517
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>抠抠网-首页</title> <link rel="stylesheet" type="text/css" href="../iconFont/iconfont.css"/> <link rel="stylesheet" type="text/css" href="css/index.css"/> <!--<script src="js/jquery1.8.3.js"></script> <script src="js/slider.js"></script> <script src="js/index.js"></script>--> <!--用requireJS--> <script src="js/requireJS.js" data-main="js/index"></script> </head> <body> <div class="right-barbox"> <div class="right-bar"> <a class="login-icon" href=""></a> <a class="kefu" href=""><span>在线咨询</span></a> <a href="shopcart.html" class="gwc"><span>购物车</span></a> <a href="" class="ewmicon iconfont icon-ewm"> <div class="ewm"> <img src="img/jj_ewm.png" /> </div> </a> <a class="scrollup iconfont icon-xiangshang"></a> </div> <div class="ewm-up"> <div class="s-ewm"> <div class="bigewm"> <img class="ewm-pic" src="img/q_erweima.jpg" /> <img class="ewm-text" src="img/ewm_text0.jpg" /> </div> </div> <div class="scroll"></div> </div> </div> <div id="topbg"> <div class="top"> <a class="collect small-font" href=""><span></span>收藏抠抠网</a> <ul class="right small-font"> <li><span>欢迎登录抠抠网</span></li> <li><a href="login.html">[ 请登录 ]</a></li> <li><a href="regist.html">[ 免费注册 ]</a></li> <li><a href="">我的抠抠</a>|</li> <li><a href="myorder.html">我的订单</a>|</li> <li class="phone"> <a href=""><span></span>手机版</a>| <div class="top-ewm"> <img src="img/top-ewm.jpg" /> <img src="img/ewm_text.jpg" /> </div> </li> <li><a href="">帮助中心</a>|</li> <li class="cart"><a href="shopcart.html"><span></span>购物车</a></li> </ul> </div> </div> <!--搜索区域--> <div class="searchbg" id="searchbg"> <div class="search"> <div class="logo"> <a href="index.html"><img src="img/logo1.gif" /></a> </div> <div class="secbox"> <div class="sec"> <input type="text" value="请输入您要搜索的关键字..." id="search-ipt"/><a href="javascript:;">搜索一下</a> </div> <ul> <li>热门搜索:</li> <li><a href="goods.html">连衣裙</a></li> <li><a href="goods.html">雪纺裙</a></li> <li><a href="goods.html">女鞋</a></li> <li><a href="goods.html">男鞋</a></li> <li><a href="goods.html">T恤女</a></li> <li><a href="goods.html">玩具</a></li> <li><a href="goods.html">防晒霜</a></li> <li><a href="goods.html">减肥</a></li> </ul> </div> <div class="ewmbox"> <img src="img/top-ewm.jpg" /> <div class="ewmtext"> <p>下载客户端购买更优惠</p> <a>&lt;</a> <span><b>1</b>/1</span> <a>&gt;</a> </div> </div> </div> </div> <div class="navbg" id="navbg"> <div class="nav"> <ul> <li class="allgoods">所有商品分类 <ul> <li class="have"> <span class="iconfont icon-yifu"></span><a href="">男装</a>、<a href="">女装</a>、<a href="">配件</a></span> <div class="moregoods"> <ul class="title"> <li>男装<span>&gt;</span></li> <li>女装<span>&gt;</span></li> <li>配件<span>&gt;</span></li> </ul> <div class="floor"> <h5>男装</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>女装</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li class="have"> <span class="iconfont icon-yundongxie"></span><a href="">男鞋</a>、<a href="">女鞋</a>、<a href="">箱包</a> <div class="moregoods"> <ul class="title"> <li>男鞋<span>&gt;</span></li> <li>女鞋<span>&gt;</span></li> <li>箱包<span>&gt;</span></li> </ul> <div class="floor"> <h5>男鞋</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>女鞋</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>箱包</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li class="have"> <span class="iconfont icon-06"></span><a href="">运动</a>、<a href="">户外</a><a href=""></a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>女装</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> </div> </li> <li><span class="iconfont icon-zuanshi"></span><a href="">珠宝</a>、<a href="">饰品</a>、<a href="">眼镜</a>、<a href="">手表</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> </div> </li> <li><span class="iconfont icon-kouhong"></span><a href="">美妆</a>、<a href="">洗护</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li><span class="iconfont icon-muying"></span><a href="">母婴</a>、<a href="">玩具</a>、<a href="">童装</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>女装</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> </div> </li> <li><span class="iconfont icon-jiaju"></span><a href="">家居</a>、<a href="">家具</a>、<a href="">家装</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li><span class="iconfont icon-svgmoban14"></span><a href="">食品</a>、<a href="">保健</a>、<a href="">百货</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> <div class="floor"> <h5>女装</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> </div> </li> <li><span class="iconfont icon-jiadian"></span><a href="">家电</a>、<a href="">生活电器</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>户外</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> </div> </li> <li><span class="iconfont icon-tushu"></span><a href="">游戏</a>、<a href="">图书</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li><span class="iconfont icon-youxi"></span><a href="">手机</a>、<a href="">相机</a>、<a href="">办公设备</a> <div class="moregoods"> <ul class="title"> <li>运动<span>&gt;</span></li> <li>户外<span>&gt;</span></li> </ul> <div class="floor"> <h5>运动</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a>|<a href="">呢大衣</a>|<a href="">Polo衫</a>|<a href="">T恤</a>|<a href="">卫衣</a>|<a href="">休闲裤</a>|<a href="">西服</a>|<a href="">西服套装</a>|<a href="">羽绒服</a>|<a href="">针织衫/毛衣</a> </div> </div> <div class="floor"> <h5>配件</h5> <div class="links"> <a href="">背心/马甲</a>|<a href="">衬衫</a>|<a href="">风衣</a>|<a href="">工装制服</a>|<a href="">夹克</a>|<a href="">棉裤</a>|<a href="">棉衣</a>|<a href="">民族服装</a>|<a href="">牛仔裤</a> </div> </div> </div> </li> <li><span class="iconfont icon-xiangji"></span><a href="">汽车用品</a></li> </ul> </li> <li><a href="">小卖部</a>|</li> <li><a href="">线上101</a>|</li> <li class="last"><a href="">海外直邮</a><img src="img/hot.gif" /></li> </ul> </div> </div> <!--轮播图--> <div class="bannerbg"> <div class="banner"> <div class="slider"> <ul class="img-list"> <li style="background:#DBECF6;"><a href="activity.html"><img src="img/b_15033016053399.jpg" /></a></li> <li style="background:#E8E3DC;"><a href="activity.html"><img src="img/b_15039967233155.jpg" /></a></li> <li style="background:#DBECF6;"><a href="activity.html"><img src="img/b_15041485866200.jpg" /></a></li> <li style="background:#2C0268;"><a href="activity.html"><img src="img/b_15048624682435.jpg" /></a></li> <li style="background:#A0F2FE;"><a href="activity.html"><img src="img/b_15054649339643.jpg" /></a></li> <li style="background:#FF8057;"><a href="activity.html"><img src="img/b_15063249297744.jpg" /></a></li> </ul> <ul class="btn-list"></ul> </div> <a href=""> <img src="img/banner-r.jpg" /> </a> </div> </div> <!--主要内容--> <div class="main"> <div class="trend" id="trend"> <ul class="link-list"> <li class="one hover"> <div class="link"> <b class="new-pic b-hover1"></b> <div class="text"> <h3>时尚起义</h3> <p>周大福 · TEIWE · 叮当 · 美的</p> </div> </div> </li> <li class="two"> <div class="link"> <b class="hot-pic"></b> <div class="text"> <h3>品牌街</h3> <p>奢侈品 · 箱包 · 服装 · 鞋帽 · 化妆品</p> </div> </div> </li> <li class="three"> <div class="link"> <b class="hui-pic"></b> <div class="text"> <h3>大聚惠</h3> <p>五折购 · 团购 · 苹果 · 衣帽 · 电子</p> </div> </div> </li> </ul> <div class="conbox"> <div class="con con1"> <div class="con1-1"> <div class="top imgthin"> <a href=""><img src="img/a_14956100955746.jpg" /></a> </div> <div class="bot imgthin"> <a href=""><img src="img/a_14956105405909.jpg" /></a> </div> </div> <div class="con1-2"> <div class="top imgbreath"> <a href=""><img src="img/a_14956105958860.jpg" /></a> </div> <div class="bot"> <div class="l"> <a href=""><img src="img/a_14956115082862.jpg" /></a> </div> <div class="r"> <h4>当季大牌买不停</h4> <p>当季大牌买不停</p> </div> </div> </div> <div class="con1-1 con1-3"> <div class="top imgthin"> <a href=""><img src="img/a_14956105132045.jpg" /></a> </div> <div class="bot imgthin"> <a href=""><img src="img/a_14956105686912.jpg"/></a> </div> </div> <div class="con1-4 imgthin"> <a href=""><img src="img/con1-5.jpg" /></a> </div> </div> <div class="con con2"> <div class="con2-top"> <div class="top-con first imgthin"> <a href=""><img src="img/con2-1.jpg" /></a> </div> <div class="top-con imgthin"> <a href="detail.html"><img src="img/con2-2.jpg" /></a> </div> <div class="top-con imgthin"> <a href=""><img src="img/con2-3.jpg" /></a> </div> <div class="top-con imgthin"> <a href=""><img src="img/con2-4.jpg" /></a> </div> </div> <div class="con2-bot" id="con2-click"> <a class="btn btn-l"></a> <a class="btn btn-r"></a> <div class="logos-box"> <ul> <li> <a href=""><img src="img/logo1.jpg" /></a> <a href=""><img src="img/logo2.jpg" /></a> </li> <li> <a href=""><img src="img/logo3.jpg" /></a> <a href=""><img src="img/logo4.jpg" /></a> </li> <li> <a href=""><img src="img/logo5.jpg" /></a> <a href=""><img src="img/logo6.jpg" /></a> </li> <li> <a href=""><img src="img/logo7.jpg" /></a> <a href=""><img src="img/logo8.jpg" /></a> </li> <li> <a href=""><img src="img/logo9.jpg" /></a> <a href=""><img src="img/logo10.jpg" /></a> </li> <li> <a href=""><img src="img/logo11.jpg" /></a> <a href=""><img src="img/logo12.jpg" /></a> </li> <li> <a href=""><img src="img/logo13.jpg" /></a> <a href=""><img src="img/logo14.jpg" /></a> </li> <li> <a href=""><img src="img/logo15.jpg" /></a> <a href=""><img src="img/logo16.jpg" /></a> </li> <li> <a href=""><img src="img/logo17.jpg" /></a> <a href=""><img src="img/logo18.jpg" /></a> </li> <li> <a href=""><img src="img/logo19.jpg" /></a> <a href=""><img src="img/logo20.jpg" /></a> </li> </ul> </div> </div> </div> <div class="con con3"> <div class="con3-1"> <div class="top imgthin"> <a href=""><img src="img/con3-1.jpg" /></a> </div> <div class="bot imgthin"> <a href=""><img src="img/con3-4.jpg" /></a> </div> </div> <div class="con3-2"> <div class="top imgthin"> <a href=""><img src="img/con3-2.jpg" /></a> </div> <div class="bot imgthin"> <a href=""><img src="img/con3-5.jpg" /></a> </div> </div> <div class="con3-3"> <div class="top imgthin"> <a href=""><img src="img/con3-3.jpg" /></a> </div> <div class="bot imgthin"> <a href=""><img src="img/con3-6.jpg" /></a> </div> </div> <div class="con3-4 imgthin"> <a href=""><img src="img/con3-7.jpg" /></a> </div> </div> </div> </div> <!--楼层--> <!--1楼--> <div class="floor floor1"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>女装内衣</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">潮流女装</a> <a href="">商品同款</a> <a href="">衬衫</a> <a href="">连衣裙</a> <a href="">雪纺衫</a> <a href="">热卖T恤</a> <a href="">休闲裤</a> <a href="">真丝睡衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor1-1-1.jpg" /></a> <a href=""><img src="img/floor1-1-2.jpg" /></a> <a href=""><img src="img/floor1-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor1-2-1.jpg" /></a> <a href=""><img src="img/floor1-2-2.jpg" /></a> <a href=""><img src="img/floor1-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor1-3-1.jpg" /></a> <a href=""><img src="img/floor1-3-2.jpg" /></a> <a href=""><img src="img/floor1-3-3.jpg" /></a> </li> </ul> </div> </div> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--2楼--> <div class="floor floor2"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>女装内衣</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">面部护肤</a> <a href="">男士护肤</a> <a href="">面膜</a> <a href="">香水</a> <a href="">身体护肤</a> <a href="">护肤套装</a> <a href="">时尚彩妆</a> <a href="">活动新品</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor2-1-1.jpg" /></a> <a href=""><img src="img/floor2-1-2.jpg" /></a> <a href=""><img src="img/floor2-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor2-2-1.jpg" /></a> <a href=""><img src="img/floor2-2-2.jpg" /></a> <a href=""><img src="img/floor2-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor2-3-1.jpg" /></a> <a href=""><img src="img/floor2-3-2.jpg" /></a> <a href=""><img src="img/floor2-3-3.jpg" /></a> </li> </ul> </div> </div> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor2-1.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor2-2.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor2-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor2-4.jpg" /> </a> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor2-5.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor2-6.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--大牌力量--> <div class="banner"> <a href=""> <img src="img/biglogo.jpg" /> </a> </div> <!--三楼--> <div class="floor floor3"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>精品男装</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <div class="pics one-pic"> <a href=""> <img src="img/floor3-1.jpg" /> </a> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor3-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor3-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor3-4.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> </div> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor3-5.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor3-6.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--四楼--> <div class="floor floor4"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>女装内衣</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">面部护肤</a> <a href="">男士护肤</a> <a href="">面膜</a> <a href="">香水</a> <a href="">身体护肤</a> <a href="">护肤套装</a> <a href="">时尚彩妆</a> <a href="">活动新品</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor2-1-1.jpg" /></a> <a href=""><img src="img/floor2-1-2.jpg" /></a> <a href=""><img src="img/floor2-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor2-2-1.jpg" /></a> <a href=""><img src="img/floor2-2-2.jpg" /></a> <a href=""><img src="img/floor2-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor2-3-1.jpg" /></a> <a href=""><img src="img/floor2-3-2.jpg" /></a> <a href=""><img src="img/floor2-3-3.jpg" /></a> </li> </ul> </div> </div> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor2-1.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor2-2.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor2-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> </div> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor2-4.jpg" /> </a> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor2-5.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor2-6.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--大牌力量--> <div class="banner"> <a href=""> <img src="img/xinchu.jpg" /> </a> </div> <!--五楼--> <div class="floor floor5"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>运动户外</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <!--one,two,three类名分别代表这块区域中有几个图片链接--> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--六楼--> <div class="floor floor6"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>珠宝饰品</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--大牌力量--> <div class="banner"> <a href=""> <img src="img/qingchun.jpg" /> </a> </div> <!--七楼--> <div class="floor floor7"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>数码家电</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--八楼--> <div class="floor floor8"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>母婴玩具</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> <!--大牌力量--> <div class="banner"> <a href=""> <img src="img/xiangbao.jpg" /> </a> </div> <!--10楼--> <div class="floor floor10"> <div class="floor-icon"></div> <div class="floor-left"> <div class="floor-tit"> <h2>家装家纺</h2> <p>MORE</p> </div> <div class="floor-more"> <a href="">衬衫</a> <a href="">英伦小西装</a> <a href="">休闲裤</a> <a href="">风衣</a> <a href="">亚麻T恤</a> <a href="">羽绒服</a> <a href="">薄夹克</a> <a href="">毛衣</a> </div> <div class="floor-left-pic"> <span class="btn-left"></span> <span class="btn-right"></span> <ul> <li class="block"> <a href=""><img src="img/floor3-1-1.jpg" /></a> <a href=""><img src="img/floor3-1-2.jpg" /></a> <a href=""><img src="img/floor3-1-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-2-1.jpg" /></a> <a href=""><img src="img/floor3-2-2.jpg" /></a> <a href=""><img src="img/floor3-2-3.jpg" /></a> </li> <li> <a href=""><img src="img/floor3-3-1.jpg" /></a> <a href=""><img src="img/floor3-3-2.jpg" /></a> <a href=""><img src="img/floor3-3-3.jpg" /></a> </li> </ul> </div> </div> <div class="pics three-pic"> <div class="top imgthin"> <a href=""> <img src="img/floor1-2.jpg" /> </a> </div> <div class="bot"> <div class="bot-left imgup"> <a href=""> <img src="img/floor1-4.jpg" /> <div class="bg"></div> <h4>高端品质</h4> <p>上身就加分</p> </a> </div> <div class="bot-right imgup"> <a href=""> <img src="img/floor1-5.jpg" /> <div class="bg"></div> <h4>时尚经典</h4> <p>独立个性穿起来</p> </a> </div> </div> </div> <div class="pics one-pic"> <a href=""> <img src="img/floor1-1.jpg" /> </a> </div> <div class="pics two-pic"> <div class="top imgup"> <a href=""> <img src="img/floor1-3.jpg" /> <div class="bg"></div> <h4>欧美大码</h4> <p>摩登显瘦</p> </a> <span class="new">NEW</span> </div> <div class="bot imgup"> <a href=""> <img src="img/floor1-6.jpg" /> <div class="bg"></div> <h4>春光乍泄</h4> <p>性感刺绣新柔情</p> </a> <span class="hot">HOT</span> </div> </div> </div> </div> <!--footers--> <div id="footer"> <div class="footer-con"> <div class="foot-tag foot-tag1"> <b></b> <div class="text"> <h3>百分之百正品保障</h3> <p>所有产品都是原装正品</p> </div> </div> <div class="foot-tag foot-tag2"> <b></b> <div class="text"> <h3>7天内退换货</h3> <p>为您提供售后无忧保</p> </div> </div> <div class="foot-tag foot-tag3"> <b></b> <div class="text"> <h3>百分之百质量保障</h3> <p>品质护航 购物无忧</p> </div> </div> <div class="foot-tag foot-tag4"> <b></b> <div class="text"> <h3>帮助中心</h3> <p>您的购物指南</p> </div> </div> </div> </div> <div id="footer-about"> <div class="foot-about-con"> <dl> <dt>新手指南</dt> <dd><span></span><a href="">用户注册</a></dd> <dd><span></span><a href="">用户注册协议</a></dd> <dd><span></span><a href="">购物流程</a></dd> </dl> <dl> <dt>维权中心</dt> <dd><span></span><a href="">客服中心</a></dd> <dd><span></span><a href="">找回密码</a></dd> <dd><span></span><a href="">退换政策</a></dd> <dd><span></span><a href="">退货流程</a></dd> <dd><span></span><a href="">退款说明</a></dd> </dl> <dl> <dt>支付方式</dt> <dd><span></span><a href="">在线支付</a></dd> <dd><span></span><a href="">货到付款</a></dd> <dd><span></span><a href="">抠抠支付开通流程</a></dd> </dl> <dl> <dt>配送说明</dt> <dd><span></span><a href="">发货规定</a></dd> <dd><span></span><a href="">配送与收货规范</a></dd> <dd><span></span><a href="">配送范围和时间</a></dd> <dd><span></span><a href="">配送进度查询</a></dd> </dl> <div class="appdown"> <div class="pic"> <img src="../dist/img/top-ewm.jpg" /> </div> <div class="app-text"> <h4>抠抠网客户端</h4> <p>下载抠抠客户端购买更优惠!</p> <ul> <li><a href=""><b class="iphone"></b><span>iPhone</span></a></li> <li><a href=""><b class="ipad"></b><span>iPad</span></a></li> <li><a href=""><b class="android"></b><span>Adroid</span></a></li> </ul> </div> </div> </div> </div> <div id="footer-copy"> <div class="foot-copy-con"> <div class="copy-left"> <ul> <li><a href="">关于抠抠网</a>|</li> <li><a href="">商家入驻</a>|</li> <li><a href="">商家入口</a>|</li> <li><a href="">友情链接</a>|</li> <li><a href="">诚征英才</a>|</li> <li><a href="">帮助中心</a></li> </ul> <p>CopyRIGHT © 2009-2016 抠抠网 KOUCLO All RIGHTS RESERVED 闽ICP备13001618号-5 &nbsp;&nbsp;&nbsp;增值电信业务经营许可证:闽B1-20130053 互联网药品信息服务资质证书编号:(闽)-非经营性-2014-0008</p> <a href=""> <img src="img/001.jpg" /> </a> </div> <div class="logo-bot"> <a href=""> <img src="img/logo0.png" /> </a> </div> </div> </div> </body> </html>
LHM0105/KouKou
src/index.html
HTML
mit
59,450
<div class="row" ng-class="{'has-error': ctrl.search_criteria.date_end__gte > ctrl.search_criteria.date_beg__lte}"> <label class="control-label col-md-12">Observation date</label> <div class="form-group col-md-6"> <label for="date_end" class="control-label small">start</label> <div class="input-group"> <input type="text" id="date_end" class="form-control" datetime-picker ng-model-options="{timezone: 'UTC'}" timepicker-options="{readonlyInput: false, showMeridian: false}" ng-model="ctrl.search_criteria.date_end__gte" is-open="date_end_picker" pattern="\d{4}-\d{2}-\d{2} \d{2}:\d{2}"/> <span class="input-group-btn"> <button type="button" class="btn btn-default" ng-click="date_end_picker = true" title="Click to open date picker"> <span class="glyphicon glyphicon-calendar"></span> </button> </span> </div> </div> <div class="form-group col-md-6"> <label for="date_beg" class="control-label small">end</label> <div class="input-group"> <input type="text" id="date_beg" class="form-control" datetime-picker ng-model-options="{timezone: 'UTC'}" timepicker-options="{readonlyInput: false, showMeridian: false}" ng-model="ctrl.search_criteria.date_beg__lte" is-open="date_beg_picker" pattern="\d{4}-\d{2}-\d{2} \d{2}:\d{2}"/> <span class="input-group-btn"> <button type="button" class="btn btn-default" ng-click="date_beg_picker = true" title="Click to open date picker"> <span class="glyphicon glyphicon-calendar"></span> </button> </span> </div> </div> </div> <div class="form-group"> <label for="wavelnth" class="control-label">Wavelength</label> <ui-select multiple="true" id="wavelnth" ng-model="ctrl.search_criteria.wavelnth__in" theme="bootstrap"> <ui-select-match placeholder="select wavelengths">{{$item}}</ui-select-match> <ui-select-choices repeat="wavelnth in ctrl.form_config.wavelnth | filter: $select.search"> <div ng-bind-html="wavelnth | highlight: $select.search"></div> </ui-select-choices> </ui-select> </div>
bmampaey/SVO
metadata/chrotel.html
HTML
mit
2,007
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>freespec-ffi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / freespec-ffi - 0.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> freespec-ffi <small> 0.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 19:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 19:39:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Thomas Letan &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/lthms/FreeSpec&quot; dev-repo: &quot;git+https://github.com/lthms/FreeSpec.git&quot; bug-reports: &quot;https://github.com/lthms/FreeSpec.git/issues&quot; doc: &quot;https://lthms.github.io/FreeSpec&quot; license: &quot;MPL-2.0&quot; synopsis: &quot;A framework for implementing and certifying impure computations in Coq&quot; description: &quot;&quot;&quot; FreeSpec is a framework for the Coq proof assistant which allows to implement and specify impure computations. It can be used with coqffi to write certified software. &quot;&quot;&quot; build: [ [&quot;patch&quot; &quot;-p1&quot; &quot;-i&quot; &quot;patches/opam-builds.patch&quot;] [&quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs] ] depends: [ &quot;ocaml&quot; &quot;dune&quot; {&gt;= &quot;2.5&quot;} &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-freespec-core&quot; {= &quot;0.3&quot;} &quot;coq-coqffi&quot; {= &quot;1.0.0~beta5&quot;} &quot;coq-simple-io&quot; {&gt;= &quot;1.0&quot; &amp; &lt; &quot;2.0~&quot;} ] tags: [ &quot;date:2021-03-01&quot; &quot;keyword:foreign function interface&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:FreeSpec.FFI&quot; ] authors: [ &quot;Thomas Letan&quot; &quot;Yann Régis-Gianas&quot; ] url { src: &quot;https://github.com/lthms/FreeSpec/archive/freespec.0.3.tar.gz&quot; checksum: &quot;sha512=a4321066ef6267fc87a27b7b4ce7bd75db9878dcf33f7463ee3d11bdedb6a13f30008f7c20ca972c18e7d6f3bf8b0857409caf7fad60ecbd186e83b45fa1b7a1&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-freespec-ffi.0.3 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1). The following dependencies couldn&#39;t be met: - coq-freespec-ffi -&gt; coq-coqffi = 1.0.0~beta5 -&gt; ocaml &gt;= 4.08 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-freespec-ffi.0.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.02.3-2.0.6/released/8.5.1/freespec-ffi/0.3.html
HTML
mit
7,509
<html> <head> <meta http-equiv="Page-Enter" content="revealTrans(Duration=4,Transition=12)"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="language" content="en" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="viewport" content="width=device-width"/> <meta name="author" content="T"> <META NAME="robots" content="index"> <META NAME="robots" content="follow"> <meta name="description" content="Our mission is to help facilitate the newly independent East-Timor in accessing the voices and the key events in its past and fostering an understanding of its unique cultural heritage; to help unite and secure the identity of the country and its people; and to contribute to the forging of a new democratic nation. To ensure the survival of unique resources which contain and communicate the experience and the story of Timor-Leste and to place these at the service of peace and understanding, in Timor-Leste, Regionally and Internationally."> <meta name="keywords" content="CAMSTL, East-Timor, Timor-Leste, Timor-Lorosae"> <title>Raster and Vector Attributes</title> </head> <body bgcolor="#FFFFFF"> <table width="90" border="0" cellspacing="2" cellpadding="2" align="Center"> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Id </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 380 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Facility </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> Mindelo MC </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> District </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> Manufahi </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Code </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> MO </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Owner_ </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> Government </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Management </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> Kaimauk CHC </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Visitmnth </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Physician </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Nurse </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Midwife </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Dental </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Lab </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Ass_nurse </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Other </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 0.00 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Assumption </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> Placed at Furucalao </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Check_date </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> 20030305 </font> </td> </tr> <tr> <td bgcolor="#CC3333"> <font face="Courier New, Courier, mono" size="-1"> Verified </font> </td> <td bgcolor="#CCCCCC"> <font face="Courier New, Courier, mono" size="-1"> CHC verified </font> </td> </tr> </table> </body> </html>
timorleste/health-facility
att/health_facilities_dbf252.html
HTML
mit
5,899
<!DOCTYPE html> <html lang="en-US"> <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="theme-color" content="#fb96be"> <title>GanbaWhoby - Changelog</title> <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16"> <link type="text/css" href="css/bootstrap.min.css" rel="stylesheet" /> <link type="text/css" href="css/styles.css?ver=20170311" rel="stylesheet" /> </head> <body> <div id="sidebar" class="sidebar-collapsed"> <ul class="sidebar-nav"> <li><a class="select-info" href="index.html">About</a></li> <li><a class="select-info active" href="changelog.html">Changelog</a></li> <li><a class="select-info" href="stats.html">Stats</a></li> <li> <button id="muse-group-button" type="button" class="btn btn-primary group-button" data-value="muse"><img class="group-icon" src="css/images/muse.png"></img></button><button id="aqours-group-button" type="button" class="btn btn-primary group-button" data-value="aqours"><img class="group-icon" src="css/images/aqours.png"></img></button> </li> <li> <button id="wug-group-button" type="button" class="btn btn-primary group-button" data-value="wug"><img class="group-icon" src="css/images/wug.png"></img> </li> <li class="has-feedback"> <input class="form-control" id="menu-search"></input> <span class="glyphicon glyphicon-search form-control-feedback"></span> </li> </ul> </div> <div class="main"> <span id="menu-button" class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span> <nav class="navbar navbar-default"> <div class="container"> <div class="row"><div class="col-xs-10 col-xs-offset-2 col-sm-11 col-sm-offset-1"> <h1 class="ruby-pink">Changelog</h1> </div></div> </div> </nav> <div class="container"><div class="row"><div class="col-xs-12 info-content"> <ul id="changelog"> </ul> </div></div></div> </div> <template id="change-entry-template"> <li class="change-entry"> <span class="change-date"></span>: <span class='change-content'></span> </li> </template> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/ganbawhoby.js?ver=20170311"></script> <script> $(document).ready(function() { var isTouch = !!("ontouchstart" in window) || window.navigator.msMaxTouchPoints > 0; if (!isTouch) { $('html').addClass('hoverable'); } initializeChangelog(); }); </script> </body> </html>
EaterOA/GanbaWhoby
changelog.html
HTML
mit
2,623
<ul class="no-bullet clipping-block"> <li class="media-object blurb3-leads-image2 stack-for-small"> <div class="media-object-section"> <div class="article-date-lg"><strong><span class="uppercase">Insight</span></strong> | October 12, 2016</div> <h3 class="article-headline"><a href="#">Why are the Experts Pessimistic About the Future of Homeownership? </a></h3> <p>The national homeownership rate has been declining for over a decade. According to the experts, we can expect further declines. <a href="#">More</a></p> </div> <div class="media-object-section"> <a class="overlay" href="#"><img src="/research/images/beck-video.jpg"></a> </div> </li> <li class="media-object blurb3-leads-image2 stack-for-small"> <div class="media-object-section"> <div class="article-date-lg"><strong><span class="uppercase">Outlook</span></strong> | September 20, 2016</div> <h3 class="article-headline"><a href="#">Mortgage Originations Poised to Surge </a></h3> <p>Even as housing market activity begins its seasonal cooldown, our forecast for the best year in total home sales since 2006 looks increasingly on the mark. <a href="#">More</a></p> </div> <div class="media-object-section"> <a class="overlay" href="#"><img src="/research/images/201611-ol-forecast-snapshot.jpg"></a> </div> </li> <li class="media-object blurb3-leads-image2 stack-for-small"> <div class="media-object-section"> <div class="article-date-lg"><strong><span class="uppercase">Outlook</span></strong> | August 20, 2016</div> <h3 class="article-headline"><a href="#">The Return of the $2 Trillion Mortgage Market </a></h3> <p>For the first time since 2012, mortgage originations are forecasted to top $2 trillion in 2016. Here’s why. <a href="#">More</a></p> </div> <div class="media-object-section"> <a class="overlay" href="#"><img src="/research/images/201608-ol-outstanding-agency-mbs.jpg"></a> </div> </li> <li class="media-object blurb3-leads-image2 stack-for-small"> <div class="media-object-section"> <div class="article-date-lg"><strong><span class="uppercase">Outlook</span></strong> | July 19, 2016</div> <h3 class="article-headline"><a href="#">Fun After Fifty </a></h3> <p>According to the common wisdom, Baby Boomers — like Peter Pan — refuse to grow older. Instead of retiring, they launch second — and third — careers. Instead of moving to seniors-oriented communities, they “age-in-place” or, even better, move into the heart of a walkable city. Human interest stories in the Sunday papers claim that 70 is the new 40 and 60 still has bad skin and trouble talking to girls. These clichés make great copy, but how accurate are they? <a href="#">More</a></p> </div> <div class="media-object-section"> <a class="overlay" href="#"><img src="/research/images/201607-insight-exhibit_09_and_10_sm.jpg"></a> </div> </li> <li class="media-object blurb3-leads-image2 stack-for-small"> <div class="media-object-section"> <div class="article-date-lg"><strong><span class="uppercase">Outlook</span></strong> | July 12, 2016</div> <h3 class="article-headline"><a href="#">Despite Global Risks, U.S. Housing Markets Remains Stalwart</a></h3> <p>With the U.K.'s decision to exit from the European Union, global risks increased substantially leading us to revise our views for the remainder of 2016 and all of 2017. Nonetheless, the turbulence abroad should continue to create demand for U.S. Treasuries and keep mortgage rates near historic lows; thereby, allowing mortgage originations to surpass 2015's level. <a href="#">More</a></p> </div> <div class="media-object-section"> <a class="overlay" href="#"><img src="/research/images/201607-ol-02-30y-mortgage-vs-10y-treas.jpg"></a> </div> </li> </ul>
SCarrero/fmzurb
src/partials/research-list.html
HTML
mit
3,908
<!DOCTYPE html> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="stylesheets/cheat-sheet-stylesheet.css"> <div class="jumbotron text-center"> <div class="container"> <h1>SQL Queries</h1> <p>Cheat Sheet</p> </div> </div> <table class="table table-striped"> <tr> <th>Query</th> <th>SQL</th> </tr> <tr> <td>Select all data</td> <td>SELECT * FROM table_name</td> </tr> <tr> <td>Select certain column data</td> <td>SELECT <br>column_name1, column_name2 <br>FROM table_name </td> </tr> <tr> <td>Select certain column data and organize by column descending</td> <td>SELECT <br>column_name1, column_name2 <br>FROM table_name <br>ORDER BY column_name2 DESC; </td> </tr> <tr> <td>Select data if other data matches search query</td> <td>SELECT <br>column_name <br>FROM table_name <br>WHERE another_column=num/string </td> </tr> <tr> <td>Select certain columns of data where columns matches search query (number greater than) and in ascending order </td> <td>SELECT <br>column_name1, column_name2 <br>FROM table_name <br>WHERE column_name2>num <br>ORDER BY column_name2 ASC; </td> </tr> </table> <div class="navbar navbar-default navbar-static-bottom"> <div class="container"> <p class="navbar-text pull-left">&copy 2015 created by Caitlyn & Don</p> </div> </div> </html>
heycait/heycait.github.io
cheat-sheet.html
HTML
mit
1,544
<!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> Global Com Consulting 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=1492288701043&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=19607&V_SEARCH.docsStart=19606&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_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=19605&amp;V_DOCUMENT.docRank=19606&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492288712634&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567058194&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=19607&amp;V_DOCUMENT.docRank=19608&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492288712634&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567137325&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> Global Com Consulting Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Global Com Consulting Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.gccihome.com" target="_blank" title="Website URL">http://www.gccihome.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"> 1376 Diane Cres.<br/> ORLÉANS, Ontario<br/> K4A 2P3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1376 Diane Cres.<br/> ORLÉANS, Ontario<br/> K4A 2P3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (613) 298-6297 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (613) 298-0410</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> Global Com Consulting Inc. is incorporated under the laws of the <br>Province of Ontario, Canada. We are located in the Ottawa area <br>and we specialize in wireline and wireless Telecommunications. <br> <br>We have over 100 man-years of telco experience in leading edge <br>technology spanning various disciplines including Engineering, <br>Operations, IT and Marketing. <br> <br>Global Com Consulting Inc. provides domestic and international <br>consulting in Telephony and Telecommunications, management <br>services and training. <br> <br>We have personal international experience, including: <br>Interim Executive Management <br>Corporate Strategic Planning <br>Complete Business Plan preparation <br>Broadband service development <br>Training <br> <br>We also have access to many partners who can also meet your needs <br>and improve your profitability.<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> Paul Richardson </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"> (613) 298-6297 </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"> 2000 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Professional Services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> GCCI, our partners and Associate companies provide consulting <br> services in the following areas <br> <br> Business Planning <br> Customer Relationship Management <br> Market Planning &amp; Assessments <br> Network Switch, Trunk &amp; Access Traffic Planning <br> Sales &amp; Sales Support <br> Voice Messenging Design <br> Virtual Telephone Service <br> Wireless Network Design <br> Wireless Coverage mapping <br> <br> We also offer full hardware and software development services as <br> well as R&amp;D services. <br> <br> Please refer to our web site ( www.gcci-consulting.ca ) to obtain <br> more information. <br> <br> Global Com Consulting Inc. is incorporated under the laws of the <br> Province of Ontario, Canada. We are located in the Ottawa area <br> and we specialize in wireline and wireless Telecommunications. <br> <br> We have over 100 man-years of telco experience in leading edge <br> technology spanning various disciplines including Engineering, <br> Operations, IT and Marketing. <br> <br> Global Com Consulting Inc. provides domestic and international <br> consulting in Telephony and Telecommunications, management <br> services and training. <br> <br> Areas of Expertise: <br> <br> Interim Executive Management <br> Strategic and operational planning <br> Business plan development <br> Competitive Intelligence training <br> Operations re-engineering <br> Technology selection and evaluation <br> Operations Management <br> Budgeting and financial report <br> Broadband service development <br> Negotiations &amp; deal closing <br> Management &amp; Technology Training :: <br> <br> Customer Care and Billing Systems <br> Competitive Intelligence <br> Customer Relationship Management <br> Credit Management <br> Presentation Skills <br> Strategy Development <br> Technology Overview &amp; Introduction <br> Telco in a Box - Functional view of a Telco <br> <br> We also have access to many partners who can also meet your needs <br> and improve your profitability. Please refer to our client list <br> and also our services page to obtain more information. <br> <br> <br> <br> Topographical and Coverage mapping <br> Voice Messaging support<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> RF Mapping <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Radio Frequency Mapping and coverage analysis for North American <br> continent, Population density analysis, take rate analysis for <br> wireless services, radio frequency blockage analysis<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> T000-Communications Studies <br> T002-Communications Services (incl. exhibit Services) <br> T099-Other Communication, Photographic, Mapping, Printing and Publication Services <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Information Technology and Telecommunications</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> Paul Richardson </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"> (613) 298-6297 </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"> 2000 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Professional Services <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> GCCI, our partners and Associate companies provide consulting <br> services in the following areas <br> <br> Business Planning <br> Customer Relationship Management <br> Market Planning &amp; Assessments <br> Network Switch, Trunk &amp; Access Traffic Planning <br> Sales &amp; Sales Support <br> Voice Messenging Design <br> Virtual Telephone Service <br> Wireless Network Design <br> Wireless Coverage mapping <br> <br> We also offer full hardware and software development services as <br> well as R&amp;D services. <br> <br> Please refer to our web site ( www.gcci-consulting.ca ) to obtain <br> more information. <br> <br> Global Com Consulting Inc. is incorporated under the laws of the <br> Province of Ontario, Canada. We are located in the Ottawa area <br> and we specialize in wireline and wireless Telecommunications. <br> <br> We have over 100 man-years of telco experience in leading edge <br> technology spanning various disciplines including Engineering, <br> Operations, IT and Marketing. <br> <br> Global Com Consulting Inc. provides domestic and international <br> consulting in Telephony and Telecommunications, management <br> services and training. <br> <br> Areas of Expertise: <br> <br> Interim Executive Management <br> Strategic and operational planning <br> Business plan development <br> Competitive Intelligence training <br> Operations re-engineering <br> Technology selection and evaluation <br> Operations Management <br> Budgeting and financial report <br> Broadband service development <br> Negotiations &amp; deal closing <br> Management &amp; Technology Training :: <br> <br> Customer Care and Billing Systems <br> Competitive Intelligence <br> Customer Relationship Management <br> Credit Management <br> Presentation Skills <br> Strategy Development <br> Technology Overview &amp; Introduction <br> Telco in a Box - Functional view of a Telco <br> <br> We also have access to many partners who can also meet your needs <br> and improve your profitability. Please refer to our client list <br> and also our services page to obtain more information. <br> <br> <br> <br> Topographical and Coverage mapping <br> Voice Messaging support<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> RF Mapping <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Radio Frequency Mapping and coverage analysis for North American <br> continent, Population density analysis, take rate analysis for <br> wireless services, radio frequency blockage analysis<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> T000-Communications Studies <br> T002-Communications Services (incl. exhibit Services) <br> T099-Other Communication, Photographic, Mapping, Printing and Publication Services <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Information Technology and Telecommunications</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-01-10 </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/234567051780.html
HTML
mit
46,662
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>module GitHost - Rails Application Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search.js"></script> <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script> <body id="top" class="module"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>app/roles/git_host.rb </ul> </nav> </div> <div id="class-metadata"> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-git_host">#git_host</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="./doc/README_FOR_APP.html">README_FOR_APP</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="./Gitlab.html">Gitlab</a> <li><a href="./Gitlab/API.html">Gitlab::API</a> <li><a href="./Gitlab/APIHelpers.html">Gitlab::APIHelpers</a> <li><a href="./Gitlab/AppLogger.html">Gitlab::AppLogger</a> <li><a href="./Gitlab/Auth.html">Gitlab::Auth</a> <li><a href="./Gitlab/Encode.html">Gitlab::Encode</a> <li><a href="./Gitlab/Entities.html">Gitlab::Entities</a> <li><a href="./Gitlab/Entities/Hook.html">Gitlab::Entities::Hook</a> <li><a href="./Gitlab/Entities/Issue.html">Gitlab::Entities::Issue</a> <li><a href="./Gitlab/Entities/Milestone.html">Gitlab::Entities::Milestone</a> <li><a href="./Gitlab/Entities/Project.html">Gitlab::Entities::Project</a> <li><a href="./Gitlab/Entities/ProjectMember.html">Gitlab::Entities::ProjectMember</a> <li><a href="./Gitlab/Entities/ProjectSnippet.html">Gitlab::Entities::ProjectSnippet</a> <li><a href="./Gitlab/Entities/RepoCommit.html">Gitlab::Entities::RepoCommit</a> <li><a href="./Gitlab/Entities/RepoObject.html">Gitlab::Entities::RepoObject</a> <li><a href="./Gitlab/Entities/SSHKey.html">Gitlab::Entities::SSHKey</a> <li><a href="./Gitlab/Entities/User.html">Gitlab::Entities::User</a> <li><a href="./Gitlab/Entities/UserBasic.html">Gitlab::Entities::UserBasic</a> <li><a href="./Gitlab/Entities/UserLogin.html">Gitlab::Entities::UserLogin</a> <li><a href="./Gitlab/FileEditor.html">Gitlab::FileEditor</a> <li><a href="./Gitlab/GitLogger.html">Gitlab::GitLogger</a> <li><a href="./Gitlab/Gitolite.html">Gitlab::Gitolite</a> <li><a href="./Gitlab/Gitolite/AccessDenied.html">Gitlab::Gitolite::AccessDenied</a> <li><a href="./Gitlab/GitoliteConfig.html">Gitlab::GitoliteConfig</a> <li><a href="./Gitlab/GitoliteConfig/PullError.html">Gitlab::GitoliteConfig::PullError</a> <li><a href="./Gitlab/GitoliteConfig/PushError.html">Gitlab::GitoliteConfig::PushError</a> <li><a href="./Gitlab/GraphCommit.html">Gitlab::GraphCommit</a> <li><a href="./Gitlab/InlineDiff.html">Gitlab::InlineDiff</a> <li><a href="./Gitlab/Issues.html">Gitlab::Issues</a> <li><a href="./Gitlab/Logger.html">Gitlab::Logger</a> <li><a href="./Gitlab/Markdown.html">Gitlab::Markdown</a> <li><a href="./Gitlab/Merge.html">Gitlab::Merge</a> <li><a href="./Gitlab/Milestones.html">Gitlab::Milestones</a> <li><a href="./Gitlab/Projects.html">Gitlab::Projects</a> <li><a href="./Gitlab/Satellite.html">Gitlab::Satellite</a> <li><a href="./Gitlab/Session.html">Gitlab::Session</a> <li><a href="./Gitlab/Theme.html">Gitlab::Theme</a> <li><a href="./Gitlab/Users.html">Gitlab::Users</a> <li><a href="./Admin.html">Admin</a> <li><a href="./Admin/DashboardController.html">Admin::DashboardController</a> <li><a href="./Admin/GroupsController.html">Admin::GroupsController</a> <li><a href="./Admin/HooksController.html">Admin::HooksController</a> <li><a href="./Admin/LogsController.html">Admin::LogsController</a> <li><a href="./Admin/ProjectsController.html">Admin::ProjectsController</a> <li><a href="./Admin/ResqueController.html">Admin::ResqueController</a> <li><a href="./Admin/TeamMembersController.html">Admin::TeamMembersController</a> <li><a href="./Admin/UsersController.html">Admin::UsersController</a> <li><a href="./Notes.html">Notes</a> <li><a href="./Notes/CreateContext.html">Notes::CreateContext</a> <li><a href="./Notes/LoadContext.html">Notes::LoadContext</a> <li><a href="./Redcarpet.html">Redcarpet</a> <li><a href="./Redcarpet/Render.html">Redcarpet::Render</a> <li><a href="./Redcarpet/Render/GitlabHTML.html">Redcarpet::Render::GitlabHTML</a> <li><a href="./ExtractsPath.html">ExtractsPath</a> <li><a href="./ExtractsPath/InvalidPathError.html">ExtractsPath::InvalidPathError</a> <li><a href="./FileSizeValidator.html">FileSizeValidator</a> <li><a href="./FileSizeValidator/Helper.html">FileSizeValidator::Helper</a> <li><a href="./Grack.html">Grack</a> <li><a href="./Grack/Auth.html">Grack::Auth</a> <li><a href="./IssueCommonality.html">IssueCommonality</a> <li><a href="./IssueCommonality/ClassMethods.html">IssueCommonality::ClassMethods</a> <li><a href="./StaticModel.html">StaticModel</a> <li><a href="./StaticModel/ClassMethods.html">StaticModel::ClassMethods</a> <li><a href="./Ability.html">Ability</a> <li><a href="./Account.html">Account</a> <li><a href="./ActivityObserver.html">ActivityObserver</a> <li><a href="./AdminController.html">AdminController</a> <li><a href="./ApplicationController.html">ApplicationController</a> <li><a href="./ApplicationDecorator.html">ApplicationDecorator</a> <li><a href="./ApplicationHelper.html">ApplicationHelper</a> <li><a href="./AttachmentUploader.html">AttachmentUploader</a> <li><a href="./Authority.html">Authority</a> <li><a href="./BaseContext.html">BaseContext</a> <li><a href="./BlameController.html">BlameController</a> <li><a href="./BlobController.html">BlobController</a> <li><a href="./Commit.html">Commit</a> <li><a href="./CommitController.html">CommitController</a> <li><a href="./CommitDecorator.html">CommitDecorator</a> <li><a href="./CommitLoadContext.html">CommitLoadContext</a> <li><a href="./CommitsController.html">CommitsController</a> <li><a href="./CommitsHelper.html">CommitsHelper</a> <li><a href="./CompareController.html">CompareController</a> <li><a href="./DashboardController.html">DashboardController</a> <li><a href="./DeployKeysController.html">DeployKeysController</a> <li><a href="./ErrorsController.html">ErrorsController</a> <li><a href="./Event.html">Event</a> <li><a href="./EventDecorator.html">EventDecorator</a> <li><a href="./EventsHelper.html">EventsHelper</a> <li><a href="./GitHost.html">GitHost</a> <li><a href="./GitlabMarkdownHelper.html">GitlabMarkdownHelper</a> <li><a href="./Group.html">Group</a> <li><a href="./GroupsController.html">GroupsController</a> <li><a href="./HelpController.html">HelpController</a> <li><a href="./HooksController.html">HooksController</a> <li><a href="./Issue.html">Issue</a> <li><a href="./IssueObserver.html">IssueObserver</a> <li><a href="./IssuesBulkUpdateContext.html">IssuesBulkUpdateContext</a> <li><a href="./IssuesController.html">IssuesController</a> <li><a href="./IssuesHelper.html">IssuesHelper</a> <li><a href="./IssuesListContext.html">IssuesListContext</a> <li><a href="./Key.html">Key</a> <li><a href="./KeyObserver.html">KeyObserver</a> <li><a href="./KeysController.html">KeysController</a> <li><a href="./LabelsController.html">LabelsController</a> <li><a href="./MergeRequest.html">MergeRequest</a> <li><a href="./MergeRequestObserver.html">MergeRequestObserver</a> <li><a href="./MergeRequestsController.html">MergeRequestsController</a> <li><a href="./MergeRequestsHelper.html">MergeRequestsHelper</a> <li><a href="./MergeRequestsLoadContext.html">MergeRequestsLoadContext</a> <li><a href="./Milestone.html">Milestone</a> <li><a href="./MilestonesController.html">MilestonesController</a> <li><a href="./Note.html">Note</a> <li><a href="./NoteObserver.html">NoteObserver</a> <li><a href="./NotesController.html">NotesController</a> <li><a href="./NotesHelper.html">NotesHelper</a> <li><a href="./Notify.html">Notify</a> <li><a href="./OmniauthCallbacksController.html">OmniauthCallbacksController</a> <li><a href="./PostReceive.html">PostReceive</a> <li><a href="./ProfileController.html">ProfileController</a> <li><a href="./ProfileHelper.html">ProfileHelper</a> <li><a href="./Project.html">Project</a> <li><a href="./ProjectHook.html">ProjectHook</a> <li><a href="./ProjectObserver.html">ProjectObserver</a> <li><a href="./ProjectResourceController.html">ProjectResourceController</a> <li><a href="./ProjectsController.html">ProjectsController</a> <li><a href="./ProjectsHelper.html">ProjectsHelper</a> <li><a href="./ProtectedBranch.html">ProtectedBranch</a> <li><a href="./ProtectedBranchesController.html">ProtectedBranchesController</a> <li><a href="./PushEvent.html">PushEvent</a> <li><a href="./PushObserver.html">PushObserver</a> <li><a href="./RefsController.html">RefsController</a> <li><a href="./RepositoriesController.html">RepositoriesController</a> <li><a href="./Repository.html">Repository</a> <li><a href="./SearchContext.html">SearchContext</a> <li><a href="./SearchController.html">SearchController</a> <li><a href="./Snippet.html">Snippet</a> <li><a href="./SnippetsController.html">SnippetsController</a> <li><a href="./SnippetsHelper.html">SnippetsHelper</a> <li><a href="./SystemHook.html">SystemHook</a> <li><a href="./SystemHookObserver.html">SystemHookObserver</a> <li><a href="./SystemHookWorker.html">SystemHookWorker</a> <li><a href="./TabHelper.html">TabHelper</a> <li><a href="./TagsHelper.html">TagsHelper</a> <li><a href="./Team.html">Team</a> <li><a href="./TeamMembersController.html">TeamMembersController</a> <li><a href="./TestHookContext.html">TestHookContext</a> <li><a href="./Tree.html">Tree</a> <li><a href="./TreeController.html">TreeController</a> <li><a href="./TreeDecorator.html">TreeDecorator</a> <li><a href="./TreeHelper.html">TreeHelper</a> <li><a href="./User.html">User</a> <li><a href="./UserObserver.html">UserObserver</a> <li><a href="./UsersProject.html">UsersProject</a> <li><a href="./UsersProjectObserver.html">UsersProjectObserver</a> <li><a href="./Votes.html">Votes</a> <li><a href="./WebHook.html">WebHook</a> <li><a href="./Wiki.html">Wiki</a> <li><a href="./WikisController.html">WikisController</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="module">module GitHost</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-git_host" class="method-detail "> <div class="method-heading"> <span class="method-name">git_host</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="git_host-source"> <pre><span class="ruby-comment"># File app/roles/git_host.rb, line 2</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">git_host</span> <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword">end</span></pre> </div><!-- git_host-source --> </div> </div><!-- git_host-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
RaymondChou/Gitlab_Chinese
doc/app/GitHost.html
HTML
mit
14,579
<div class="form"> <ul class="tab-group"> <li class="tab active"><a href="#signup">Sign Up</a></li> <li class="tab"><a href="#login">Log In</a></li> </ul> <div class="tab-content"> <div id="signup"> <h1>Sign Up for Free</h1> <form action="/" method="post"> <div class="top-row"> <div class="field-wrap"> <label> First Name<span class="req">*</span> </label> <input type="text" required autocomplete="off" /> </div> <div class="field-wrap"> <label> Last Name<span class="req">*</span> </label> <input type="text" required autocomplete="off"/> </div> </div> <div class="field-wrap"> <label> Email Address<span class="req">*</span> </label> <input type="email"required autocomplete="off"/> </div> <div class="field-wrap"> <label> Set A Password<span class="req">*</span> </label> <input type="password"required autocomplete="off"/> </div> <button type="submit" class="button button-block"/>Get Started</button> </form> </div> <div id="login"> <h1>Welcome Back!</h1> <form action="/" method="post"> <div class="field-wrap"> <label> Email Address<span class="req">*</span> </label> <input type="email"required autocomplete="off"/> </div> <div class="field-wrap"> <label> Password<span class="req">*</span> </label> <input type="password"required autocomplete="off"/> </div> <p class="forgot"><a href="#">Forgot Password?</a></p> <button class="button button-block"/>Log In</button> </form> </div> </div><!-- tab-content --> </div> <!-- /form -->
CodeSergeant/UQSummer2014-15
SpeakThis/index.html
HTML
mit
2,246
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.5.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.5.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_heap_graph_path.html">HeapGraphPath</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::HeapGraphPath 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_heap_graph_path.html">v8::HeapGraphPath</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html#a8722cb9b98ed3e5b84ce40cfc1a128fd">GetEdge</a>(int index) const </td><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html">v8::HeapGraphPath</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html#ae1430613b946953e53d4f9ea49be9f15">GetEdgesCount</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html">v8::HeapGraphPath</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html#aebec7eb1c506979f31126f71d8e54001">GetFromNode</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html">v8::HeapGraphPath</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html#ae1ed8392cd9e765102cec43c1c30f492">GetToNode</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_heap_graph_path.html">v8::HeapGraphPath</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:43:57 for V8 API Reference Guide for node.js v0.5.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
1495625/html/classv8_1_1_heap_graph_path-members.html
HTML
mit
5,571
<!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.6.0_18) on Thu Dec 18 17:18:33 PST 2014 --> <title>Uses of Class java.io.OptionalDataException (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <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 java.io.OptionalDataException (Java Platform SE 7 )"; } //--> </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="../../../java/io/OptionalDataException.html" title="class in java.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/io/class-use/OptionalDataException.html" target="_top">Frames</a></li> <li><a href="OptionalDataException.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 java.io.OptionalDataException" class="title">Uses of Class<br>java.io.OptionalDataException</h2> </div> <div class="classUseContainer">No usage of java.io.OptionalDataException</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="../../../java/io/OptionalDataException.html" title="class in java.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/io/class-use/OptionalDataException.html" target="_top">Frames</a></li> <li><a href="OptionalDataException.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk7/java/io/class-use/OptionalDataException.html
HTML
mit
4,841
<!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> W Communication - 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=1492329513108&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=49863&V_SEARCH.docsStart=49862&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=49861&amp;V_DOCUMENT.docRank=49862&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492329532273&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567138439&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=49863&amp;V_DOCUMENT.docRank=49864&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492329532273&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567008047&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> W Communication Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>W Communication Inc.</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>W Communication</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.wcommunication.com" target="_blank" title="Website URL">http://www.wcommunication.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"> 150-210 Lee St<br/> QUÉBEC, Quebec<br/> G1K 2K6 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 150-210 Lee St<br/> QUÉBEC, Quebec<br/> G1K 2K6 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (418) 622-9266 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (418) 622-9213</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> Imprinted wear and promotional items created by W2 constitute ideal vehicules to elegantly and efficiently promote your image. With W2, your image is ready to wear!<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> Michel Leblanc </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Président<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (418) 622-9266 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 201 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (418) 622-9213 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541891 - Specialty Advertising Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 313310 - Textile and Fabric Finishing<br> 323113 - Commercial Screen Printing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &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"> Promotional clothing<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Imprinted wear and promotional items created by W2 constitute ideal vehicules to elegantly and efficiently promote your image. With W2, your image is ready to wear!<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Michel Leblanc </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Président<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (418) 622-9266 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 201 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (418) 622-9213 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541891 - Specialty Advertising Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 313310 - Textile and Fabric Finishing<br> 323113 - Commercial Screen Printing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &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"> Promotional clothing<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Imprinted wear and promotional items created by W2 constitute ideal vehicules to elegantly and efficiently promote your image. With W2, your image is ready to wear!<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-03-16 </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/234567112901.html
HTML
mit
34,610
<!doctype html> <html class="no-js" lang="ru"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Login form</title> <meta name="description" content="Login form for web-master test"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <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> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div class="wrapper"> <div class="container clearfix"> <h1>Let's get started</h1> <p>This will be an amazing experience</p> <form action="/auth" method="post"> <input type="email" class="form-field-email" name="email" placeholder="Email"> <input type="password" class="form-field-password" name="password" placeholder="Password"> <div ><a class="btn" href="#">Login</a></div> </form> </div> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> </body> </html>
wahhapen/login-form
index.html
HTML
mit
1,820
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> <link rel="stylesheet" type="text/css" href="/css.css"> <link rel="stylesheet" type="text/css" href="/react-big-calendar.css"> <title></title> </head> <body> <div id="gw2-raid-webapp"></div> <script src="/bundle.js"></script> </body> </html>
intr/gw2-raid-webapp
public/index.html
HTML
mit
479
<!DOCTYPE html> <html> <head> <title>SideNav Test Page</title> <script> INSTALL_OPTIONS = { "position": "right", "labelColor": "#888888", "linkColor": "#000000", "backgroundColor": "#ffffff", "buttonColor": "#000000", "showCover": true, "coverColor": "#000000", "items": [ { "itemType": "label", "labelText": "Menu" }, { "itemType": "link", "linkText": "Home", "href": "#home", "icon": "home" }, { "itemType": "link", "linkText": "Design", "href": "#design", "icon": "stack" }, { "itemType": "link", "linkText": "About", "href": "#about", "icon": "user" }, { "itemType": "link", "linkText": "Contact", "href": "#contact", "icon": "envelop" }, { "itemType": "label", "labelText": "Connect" }, { "itemType": "link", "linkText": "Twitter", "href": "http://twitter.com/EagerIO", "icon": "twitter", "targetBlank": true }, { "itemType": "link", "linkText": "Facebook", "href": "http://facebook.com/EagerIO", "icon": "facebook", "targetBlank": true } ] }; // Alternate colors to test // INSTALL_OPTIONS.labelColor = 'rgba(255, 255, 255, .5)' // INSTALL_OPTIONS.linkColor = '#fff' // INSTALL_OPTIONS.backgroundColor = '#579076' // INSTALL_OPTIONS.buttonColor = '#000' </script> <script src="head.js"></script> <link href="head.css" rel="stylesheet"> <style> * { margin: 0 !important } body { font-family: sans-serif } h1 { text-align: center; color: #eee; line-height: 100vh } </style> </head> <body> <h1>SideNav Test Page</h1> </body> </html>
EagerApps/SideNav
test.html
HTML
mit
2,189
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 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 / flocq - 2.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 2.3.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-16 14:57:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-16 14:57: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.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://flocq.gforge.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL 3&quot; build: [ [&quot;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A floating-point formalization for the Coq system&quot; flags: light-uninstall url { src: &quot;https://gforge.inria.fr/frs/download.php/33502/flocq-2.3.0.tar.gz&quot; checksum: &quot;md5=0dc9fb2a46f9d8ffcce17f287fc3bd8b&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.2.3.0 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-flocq -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq.2.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.1/flocq/2.3.0.html
HTML
mit
6,643
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>opam-website: 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 / opam-website - 1.3.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> opam-website <small> 1.3.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 01:07:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 01:07: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 4 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.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.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/clarus/coq-opam-website&quot; dev-repo: &quot;git+https://github.com/clarus/coq-opam-website.git&quot; bug-reports: &quot;https://github.com/clarus/coq-opam-website/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] [&quot;sh&quot; &quot;-c&quot; &quot;cd extraction &amp;&amp; make&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-io&quot; {&gt;= &quot;3.1.0&quot;} &quot;coq-io-exception&quot; {&gt;= &quot;1.0.0&quot;} &quot;coq-io-system&quot; {&gt;= &quot;2.3.0&quot;} &quot;coq-list-string&quot; {&gt;= &quot;2.1.0&quot;} ] synopsis: &quot;Generation of a Coq website for OPAM: http://coq.io/opam/ &quot; url { src: &quot;https://github.com/coq-io/opam-website/archive/1.3.1.tar.gz&quot; checksum: &quot;md5=57ac749da03ba77bd95fdb2bf1697a2b&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-opam-website.1.3.1 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-opam-website -&gt; coq-io-exception -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.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-opam-website.1.3.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.12.1-2.0.8/released/8.14.0/opam-website/1.3.1.html
HTML
mit
6,907
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0~camlp4 / qarith-stern-brocot - 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> qarith-stern-brocot <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-23 07:49:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 07:49:00 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Binary rational numbers&quot; description: &quot;&quot;&quot; Development of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy. &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:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category:Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:field tactic&quot; &quot;keyword:binary lists&quot; &quot;keyword:Stern-Brocot&quot; &quot;logpath:QArithSternBrocot&quot; &quot;date:2019-05-19&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=ed779cf0b395e003591bb828d11e170321ee4ecfbba8566c4a04f661d0378fb7&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-qarith-stern-brocot.8.9.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn&#39;t be met: - coq-qarith-stern-brocot -&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-qarith-stern-brocot.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.03.0-2.0.5/released/8.5.0~camlp4/qarith-stern-brocot/8.9.0.html
HTML
mit
7,479
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>File: period_test.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="fileHeader"> <h1>period_test.rb</h1> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Path:</strong></td> <td>test/unit/period_test.rb </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> <td>Mon Sep 29 09:08:28 -0400 2008</td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
NESCent/max-bodysize-evol
doc/rdoc/files/test/unit/period_test_rb.html
HTML
mit
2,014
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Fri Oct 08 14:34:35 PDT 2010 --> <TITLE> SpecificDatumReader.SchemaConstructable (Avro 1.4.1 API) </TITLE> <META NAME="date" CONTENT="2010-10-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SpecificDatumReader.SchemaConstructable (Avro 1.4.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SpecificDatumReader.SchemaConstructable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/avro/specific/SpecificDatumReader.SchemaConstructable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SpecificDatumReader.SchemaConstructable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.avro.specific</FONT> <BR> Interface SpecificDatumReader.SchemaConstructable</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/avro/mapred/Pair.html" title="class in org.apache.avro.mapred">Pair</A></DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../../org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>&lt;<A HREF="../../../../org/apache/avro/specific/SpecificDatumReader.html" title="type parameter in SpecificDatumReader">T</A>&gt;</DD> </DL> <HR> <DL> <DT><PRE>public static interface <B>SpecificDatumReader.SchemaConstructable</B></DL> </PRE> <P> Tag interface that indicates that a class has a one-argument constructor that accepts a Schema. <P> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/avro/specific/SpecificDatumReader.html#newInstance(java.lang.Class, org.apache.avro.Schema)"><CODE>SpecificDatumReader.newInstance(java.lang.Class, org.apache.avro.Schema)</CODE></A></DL> <HR> <P> <P> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SpecificDatumReader.SchemaConstructable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/avro/specific/SpecificDatumReader.SchemaConstructable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SpecificDatumReader.SchemaConstructable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2010 The Apache Software Foundation </BODY> </HTML>
glenn-edgar/lua_frame_work
user_libraries/avro-c/avro-doc-1.4.1/api/java/org/apache/avro/specific/SpecificDatumReader.SchemaConstructable.html
HTML
mit
8,002
<!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; 50da56ed-4e01-4d72-8c98-0cdb95e63e6f </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="#box2d">box2d</a></strong></td> <td class="text-center">98.65 %</td> <td class="text-center">98.65 %</td> <td class="text-center">100.00 %</td> <td class="text-center">98.65 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="box2d"><h3>box2d</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.NotFiniteNumberException</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)</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/co/cocossharp.windowsgl.1.4.0/box2d-net40.html
HTML
mit
11,598
<!-- Copyright 2013 The Polymer Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!-- /** * @module Polymer UI Elements */ /** * @class polymer-ui-nav-arrow */ --> <polymer-element name="polymer-ui-nav-arrow" attributes="target top item"> <template> <link rel="stylesheet" href="polymer-ui-nav-arrow.css"> </template> <script> Polymer('polymer-ui-nav-arrow', { show: false, showChanged: function() { this.classList.toggle('show', this.show); }, targetChanged: function() { this.show = !!this.target; if (this.target) { this.asyncMethod('move'); } }, topChanged: function() { this.show = true; this.translateY(this.top); }, itemChanged: function() { if (!this.item) { this.show = false; return; } var p = this.item.parentNode; if (p) { var subitems = p.items; var i = Array.prototype.indexOf.call(subitems, this.item); if (i >= 0) { var item = subitems[i].$.item || subitems[i]; var h = item.offsetHeight; this.top = i * h + h/2 + subitems[0].offsetTop; } } }, translateY: function(y) { var s = this.style; s.webkitTransform = s.mozTransform = s.msTransform = s.transform = 'translate3d(0,' + y + 'px,0)'; }, move: function() { var t = this.target; var y = t.offsetTop + t.offsetHeight/2; this.translateY(y); } }); </script> </polymer-element>
cfsghost/flownote
public/polymer/polymer-ui-elements/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html
HTML
mit
1,673
<!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.11.8: 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.11.8 </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_startup_data_decompressor.html">StartupDataDecompressor</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::StartupDataDecompressor 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_startup_data_decompressor.html">v8::StartupDataDecompressor</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Decompress</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DecompressData</b>(char *raw_data, int *raw_data_size, const char *compressed_data, int compressed_data_size)=0 (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StartupDataDecompressor</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~StartupDataDecompressor</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:46:13 for V8 API Reference Guide for node.js v0.11.8 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
a53c763/html/classv8_1_1_startup_data_decompressor-members.html
HTML
mit
6,069
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Interface IMapsLocation </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Interface IMapsLocation "> <meta name="generator" content="docfx 2.56.6.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#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="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="ZptSharp.Mvc5.IMapsLocation"> <h1 id="ZptSharp_Mvc5_IMapsLocation" data-uid="ZptSharp.Mvc5.IMapsLocation" class="text-break">Interface IMapsLocation </h1> <div class="markdown level0 summary"><p>An object which can map a file path (which might be a 'virtual' one) into an actual file path.</p> </div> <div class="markdown level0 conceptual"></div> <h6><strong>Namespace</strong>: <a class="xref" href="ZptSharp.Mvc5.html">ZptSharp.Mvc5</a></h6> <h6><strong>Assembly</strong>: ZptSharp.Mvc5.dll</h6> <h5 id="ZptSharp_Mvc5_IMapsLocation_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public interface IMapsLocation</code></pre> </div> <h3 id="methods">Methods </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/csf-dev/ZPT-Sharp/new/master/apiSpec/new?filename=ZptSharp_Mvc5_IMapsLocation_MapLocation_System_String_.md&amp;value=---%0Auid%3A%20ZptSharp.Mvc5.IMapsLocation.MapLocation(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/csf-dev/ZPT-Sharp/blob/production/MvcViewEngines/CommonSource/IMapsLocation.cs/#L18">View Source</a> </span> <a id="ZptSharp_Mvc5_IMapsLocation_MapLocation_" data-uid="ZptSharp.Mvc5.IMapsLocation.MapLocation*"></a> <h4 id="ZptSharp_Mvc5_IMapsLocation_MapLocation_System_String_" data-uid="ZptSharp.Mvc5.IMapsLocation.MapLocation(System.String)">MapLocation(String)</h4> <div class="markdown level1 summary"><p>Maps the location to file path.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">string MapLocation(string location)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td><span class="parametername">location</span></td> <td><p>The location to map.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td><p>The mapped file path.</p> </td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> <li> <a href="https://github.com/csf-dev/ZPT-Sharp/new/master/apiSpec/new?filename=ZptSharp_Mvc5_IMapsLocation.md&amp;value=---%0Auid%3A%20ZptSharp.Mvc5.IMapsLocation%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> </li> <li> <a href="https://github.com/csf-dev/ZPT-Sharp/blob/production/MvcViewEngines/CommonSource/IMapsLocation.cs/#L11" class="contribution-link">View Source</a> </li> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <h5>In This Article</h5> <div></div> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
csf-dev/ZPT-Sharp
docs/api/ZptSharp.Mvc5.IMapsLocation.html
HTML
mit
7,377
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>NetSim: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">NetSim </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.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 class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><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> </div> <div class="header"> <div class="headertitle"> <div class="title">Flow Member List</div> </div> </div><!--header--> <div class="contents"> This is the complete list of members for <a class="el" href="classFlow.html">Flow</a>, including all inherited members.<table> <tr bgcolor="#f0f0f0"><td><b>a</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>acknowledgedPackets</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>destination</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>flow</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Flow</b>() (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Flow</b>(std::string idval, std::string src, std::string dest, std::shared_ptr&lt; CongestionAlg &gt; alg, int data_size, std::shared_ptr&lt; Host &gt; h, int winSize, float ts) (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>handleAck</b>(std::shared_ptr&lt; Packet &gt; p, float time) (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>handleUnackEvent</b>(std::shared_ptr&lt; Packet &gt; unacked, float time) (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>host</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>id</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>initialize</b>() (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>numPackets</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>packetSize</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>source</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>timestamp</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>toString</b>() (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>waitTime</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>windowSize</b> (defined in <a class="el" href="classFlow.html">Flow</a>)</td><td><a class="el" href="classFlow.html">Flow</a></td><td></td></tr> </table></div><!-- contents --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a></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> <hr class="footer"/><address class="footer"><small> Generated on Mon Nov 18 2013 20:33:25 for NetSim by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
zatricion/NetSim
CS_143/docs/html/classFlow-members.html
HTML
mit
7,523
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v3.3.1: v8::Isolate::AllowJavascriptExecutionScope Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v3.3.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Isolate.html">Isolate</a></li><li class="navelem"><a class="el" href="classv8_1_1Isolate_1_1AllowJavascriptExecutionScope.html">AllowJavascriptExecutionScope</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1Isolate_1_1AllowJavascriptExecutionScope-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Isolate::AllowJavascriptExecutionScope Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ac73a647c33756c6b7c3896170e069e8c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac73a647c33756c6b7c3896170e069e8c"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>AllowJavascriptExecutionScope</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr> <tr class="separator:ac73a647c33756c6b7c3896170e069e8c"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Introduce exception to <a class="el" href="classv8_1_1Isolate_1_1DisallowJavascriptExecutionScope.html">DisallowJavascriptExecutionScope</a>. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
4593539/html/classv8_1_1Isolate_1_1AllowJavascriptExecutionScope.html
HTML
mit
5,699
<!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.6: Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.6.6 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_b.html#index_b"><span>b</span></a></li> <li><a href="functions_func_c.html#index_c"><span>c</span></a></li> <li><a href="functions_func_d.html#index_d"><span>d</span></a></li> <li><a href="functions_func_e.html#index_e"><span>e</span></a></li> <li><a href="functions_func_f.html#index_f"><span>f</span></a></li> <li><a href="functions_func_g.html#index_g"><span>g</span></a></li> <li><a href="functions_func_h.html#index_h"><span>h</span></a></li> <li><a href="functions_func_i.html#index_i"><span>i</span></a></li> <li><a href="functions_func_l.html#index_l"><span>l</span></a></li> <li><a href="functions_func_m.html#index_m"><span>m</span></a></li> <li><a href="functions_func_n.html#index_n"><span>n</span></a></li> <li><a href="functions_func_o.html#index_o"><span>o</span></a></li> <li><a href="functions_func_p.html#index_p"><span>p</span></a></li> <li><a href="functions_func_r.html#index_r"><span>r</span></a></li> <li class="current"><a href="functions_func_s.html#index_s"><span>s</span></a></li> <li><a href="functions_func_t.html#index_t"><span>t</span></a></li> <li><a href="functions_func_u.html#index_u"><span>u</span></a></li> <li><a href="functions_func_w.html#index_w"><span>w</span></a></li> <li><a href="functions_func_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_s"></a>- s -</h3><ul> <li>Serialize() : <a class="el" href="classv8_1_1_heap_snapshot.html#acf7383deaa06fab1d948fd7e737ac7d3">v8::HeapSnapshot</a> </li> <li>Set() : <a class="el" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">v8::Template</a> </li> <li>SetAccessCheckCallbacks() : <a class="el" href="classv8_1_1_object_template.html#acd0c47ecc715fa1256dc95524a4e8608">v8::ObjectTemplate</a> </li> <li>SetAccessor() : <a class="el" href="classv8_1_1_object_template.html#a944ce96b6b65d571f8d682407b70d484">v8::ObjectTemplate</a> </li> <li>SetAllowCodeGenerationFromStringsCallback() : <a class="el" href="classv8_1_1_v8.html#ad4abec314050af6e68df3a339634293e">v8::V8</a> </li> <li>SetCallAsFunctionHandler() : <a class="el" href="classv8_1_1_object_template.html#a0132c34bbb52a69d13c54bf325effe6e">v8::ObjectTemplate</a> </li> <li>SetCallHandler() : <a class="el" href="classv8_1_1_function_template.html#a9eb1c827b17faf398a81068721bf40ab">v8::FunctionTemplate</a> </li> <li>SetCaptureMessage() : <a class="el" href="classv8_1_1_try_catch.html#a541b8fa6951bd5a439692c22d5c7b73c">v8::TryCatch</a> </li> <li>SetCaptureStackTraceForUncaughtExceptions() : <a class="el" href="classv8_1_1_v8.html#a9998ccddad62571d73039ea12f598236">v8::V8</a> </li> <li>SetClassName() : <a class="el" href="classv8_1_1_function_template.html#a10ad6f0d3d1f67823e08fbca7c5dde41">v8::FunctionTemplate</a> </li> <li>SetCounterFunction() : <a class="el" href="classv8_1_1_v8.html#a830d3ba2704b6e7c361188b22318c0be">v8::V8</a> </li> <li>SetCreateHistogramFunction() : <a class="el" href="classv8_1_1_v8.html#ac4db0dff0f29c750d30fcac65c4d1968">v8::V8</a> </li> <li>SetData() : <a class="el" href="classv8_1_1_context.html#aaf39e5adc0ef4081d591952d17c6ada5">v8::Context</a> , <a class="el" href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771">v8::Isolate</a> , <a class="el" href="classv8_1_1_script.html#a048fa4168b809ca73cc435e341e41b0b">v8::Script</a> </li> <li>SetDebugMessageDispatchHandler() : <a class="el" href="classv8_1_1_debug.html#a5147f6cfeb9b87a67630b8c959996e9c">v8::Debug</a> </li> <li>SetEntropySource() : <a class="el" href="classv8_1_1_v8.html#a5331ce9c858af264f30de667c74c5a76">v8::V8</a> </li> <li>SetFailedAccessCheckCallbackFunction() : <a class="el" href="classv8_1_1_v8.html#aa6ed646d43360c209881871b3ac747aa">v8::V8</a> </li> <li>SetFatalErrorHandler() : <a class="el" href="classv8_1_1_v8.html#ab386f81a6d58dcf481d00446e8d15c9e">v8::V8</a> </li> <li>SetFlagsFromCommandLine() : <a class="el" href="classv8_1_1_v8.html#a63157ad9284ffad1c0ab62b21aadd08c">v8::V8</a> </li> <li>SetFlagsFromString() : <a class="el" href="classv8_1_1_v8.html#ab263a85e6f97ea79d944bd20bb09a95f">v8::V8</a> </li> <li>SetGlobalGCEpilogueCallback() : <a class="el" href="classv8_1_1_v8.html#a94bac5e06a99141c5629842e18558cfe">v8::V8</a> </li> <li>SetGlobalGCPrologueCallback() : <a class="el" href="classv8_1_1_v8.html#a503e14a77e922775bd88bc2e19e19886">v8::V8</a> </li> <li>SetHiddenPrototype() : <a class="el" href="classv8_1_1_function_template.html#ade426e8a21d777ae6100e6c1aa7bfaee">v8::FunctionTemplate</a> </li> <li>SetHiddenValue() : <a class="el" href="classv8_1_1_object.html#a0040e3012d621b25f580407bacebf95f">v8::Object</a> </li> <li>SetIndexedPropertiesToExternalArrayData() : <a class="el" href="classv8_1_1_object.html#a53be627cd653a5591038a4d81a908f64">v8::Object</a> </li> <li>SetIndexedPropertiesToPixelData() : <a class="el" href="classv8_1_1_object.html#a3f08aee708af5e2856e65e81b22edc61">v8::Object</a> </li> <li>SetIndexedPropertyHandler() : <a class="el" href="classv8_1_1_object_template.html#af436aeb8132068d3678246f31515ff5a">v8::ObjectTemplate</a> </li> <li>SetInternalField() : <a class="el" href="classv8_1_1_object.html#a94e24494687ea499471d41e914eeb90d">v8::Object</a> </li> <li>SetInternalFieldCount() : <a class="el" href="classv8_1_1_object_template.html#ab63916ac584a76bca8ba541f86ce9fce">v8::ObjectTemplate</a> </li> <li>SetNamedPropertyHandler() : <a class="el" href="classv8_1_1_object_template.html#aa80e9db593d8b954c4153082dc7a439d">v8::ObjectTemplate</a> </li> <li>SetPointerInInternalField() : <a class="el" href="classv8_1_1_object.html#a5e79966b79d69ef3a7b3b0d91414ec2c">v8::Object</a> </li> <li>SetPrototype() : <a class="el" href="classv8_1_1_object.html#a2a1ab58bf92984255f767946eeff1199">v8::Object</a> </li> <li>SetSecurityToken() : <a class="el" href="classv8_1_1_context.html#a288d8549547f6bdf4312f5333f60f24d">v8::Context</a> </li> <li>SetStressRunType() : <a class="el" href="classv8_1_1_testing.html#aafa5a4917998aa64134aa750ce5c4b2e">v8::Testing</a> </li> <li>SetVerbose() : <a class="el" href="classv8_1_1_try_catch.html#a032cd889d76bd596e2616df11ced8682">v8::TryCatch</a> </li> <li>SetWrapperClassId() : <a class="el" href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae">v8::Persistent&lt; T &gt;</a> </li> <li>StackTrace() : <a class="el" href="classv8_1_1_try_catch.html#a1ee3e6ee74a4fc50185443ccdc4d3ae7">v8::TryCatch</a> </li> <li>StartPreemption() : <a class="el" href="classv8_1_1_locker.html#a272bf054bb4d8bb51b0101ba7bf3456f">v8::Locker</a> </li> <li>StartProfiling() : <a class="el" href="classv8_1_1_cpu_profiler.html#a04c07069ea985ee67a9bcd7a97ab17fc">v8::CpuProfiler</a> </li> <li>StopPreemption() : <a class="el" href="classv8_1_1_locker.html#ab79915454872612692808fea64f539ec">v8::Locker</a> </li> <li>StopProfiling() : <a class="el" href="classv8_1_1_cpu_profiler.html#ac2702be592e9218e6584f562a9ad7dd8">v8::CpuProfiler</a> </li> <li>StringValue() : <a class="el" href="classv8_1_1_string_object.html#abc51573fc5d4c01266a1ba8c522c6eab">v8::StringObject</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:47:46 for V8 API Reference Guide for node.js v0.6.6 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
de3c16a/html/functions_func_s.html
HTML
mit
11,670
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 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 / mathcomp-finmap - 1.5.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-finmap <small> 1.5.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-21 07:12:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-21 07:12:33 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.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;Cyril Cohen &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/math-comp/finmap&quot; dev-repo: &quot;git+https://github.com/math-comp/finmap.git&quot; bug-reports: &quot;https://github.com/math-comp/finmap/issues&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Finite sets, finite maps, finitely supported functions&quot; description: &quot;&quot;&quot; This library is an extension of mathematical component in order to support finite sets and finite maps on choicetypes (rather that finite types). This includes support for functions with finite support and multisets. The library also contains a generic order and set libary, which will be used to subsume notations for finite sets, eventually.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; { (&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.15~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.11.0&quot; &amp; &lt; &quot;1.13~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-bigenough&quot; {&gt;= &quot;1.0.0&quot;} ] tags: [ &quot;keyword:finmap&quot; &quot;keyword:finset&quot; &quot;keyword:multiset&quot; &quot;logpath:mathcomp.finmap&quot; ] authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; ] url { src: &quot;https://github.com/math-comp/finmap/archive/1.5.1.tar.gz&quot; checksum: &quot;sha256=beae8e94b7a092fdb47f715384ad47716841a5e5925390426c7bfa3223f3b39d&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-finmap.1.5.1 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-mathcomp-finmap -&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-mathcomp-finmap.1.5.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.05.0-2.0.1/released/8.8.1/mathcomp-finmap/1.5.1.html
HTML
mit
7,493
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>containers: 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 / containers - 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> containers <small> 8.8.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/containers&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/Containers&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: data structures&quot; &quot;keyword: type classes&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; ] authors: [ &quot;Stéphane Lescuyer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/containers/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/containers.git&quot; synopsis: &quot;Containers: a typeclass-based library of finite sets/maps&quot; description: &quot;This is a reimplementation of the FSets/FMaps library from the standard library, using typeclasses. See tests files for usage. A new vernacular command is provided by Generate.v and the plugin to automatically generate ordered types for user-defined inductive types.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/containers/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=489425f115f22e2ac0299bde0b29e5b9&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-containers.8.8.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-containers -&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-containers.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.09.1-2.0.6/released/8.11.1/containers/8.8.0.html
HTML
mit
6,990
<html> <head> <script> // WAYS OF CREATING OBJECTS --- // ----------------- // Constructor pattern // ----------------- function Student () { // called a constructor this.name = "Tom"; this.foo = function() {alert("hi"); }; }; var stu1 = new Student(); // create a new object, assign this, do, return stu1.name = "Sally"; alert(JSON.stringify(stu1)); alert(stu1 instanceof Student); alert(stu1 instanceof Object); alert("stu1 constructor is " + stu1.constructor); alert("stu1's prototype is " + JSON.stringify(Object.getPrototypeOf(stu1))); // TODO: NOTE THAT instanceof works for this way of creating objects. var stu2 = new Student(); alert(JSON.stringify(stu2)); alert("stu2 constructor is " + stu2.constructor); alert("stu2's prototype is " + JSON.stringify(Object.getPrototypeOf(stu2))); // PROBLEM: the function is duplicated! alert(stu1.foo === stu2.foo); // this is FALSE // TODO: Notice that functions are DUPLICATED in every instance using // this pattern! That's why they are not equal. // what happens if we do the following? // TODO: Explain what is "this" in the below invocation. Student(); // call the function Student; what is "this"? // some provided constructors // Object, Boolean, String, Number, // Array, Function, RegExp, // Date // --- END --- YAY! ------ </script> </head> <body> </body> </html>
mattmckillip/SE319
Labs/Lab05/examples/ex14_objects.html
HTML
mit
1,343
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>OpenNI 1.5.4: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="OpenNILogo.bmp"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenNI 1.5.4 </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacexn.html">xn</a> </li> <li class="navelem"><a class="el" href="classxn_1_1_module_script_node.html">ModuleScriptNode</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">xn::ModuleScriptNode Member List</div> </div> </div><!--header--> <div class="contents"> This is the complete list of members for <a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a5382e44f78ca42c9bafcaacfa27590a9">GetErrorStateInterface</a>()</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a4292286846acede823f6666bf22bcc31">GetExtendedSerializationInterface</a>()</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#afe54b0937566ad917649927bbbcc082a">GetGeneralIntInterface</a>(const XnChar *)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a4c5bfb3b771b04ce17acb5d65b35ecf2">GetGeneralProperty</a>(const XnChar *, XnUInt32, void *) const </td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#ada357e0365aa5144c22bebaa99cc77d5">GetIntProperty</a>(const XnChar *, XnUInt64 &amp;) const </td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a9d2c34d416cce15ad298699ed42849a3">GetLockAwareInterface</a>()</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#abef2ff612e072e2a9eb3c41b337176e1">GetRealProperty</a>(const XnChar *, XnDouble &amp;) const </td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#ab797c4f8445eff070f80fe3f88c4b710">GetStringProperty</a>(const XnChar *, XnChar *, XnUInt32) const </td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_script_node.html#af17b5b591bbf58fdbc183707f6606264">GetSupportedFormat</a>()=0</td><td><a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a2f84bad3a3336db0586a3dbbc94a4def">IsCapabilitySupported</a>(const XnChar *)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_script_node.html#a5fde0d02ea71e2a05f6ef4aaec034d2c">LoadScriptFromFile</a>(const XnChar *strFileName)=0</td><td><a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_script_node.html#adcff57a8c9c8d70464b05a7e3b9ca292">LoadScriptFromString</a>(const XnChar *strScript)=0</td><td><a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_script_node.html#a25e61f24253590b24784e9f79f07a4a6">Run</a>(NodeInfoList &amp;createdNodes, EnumerationErrors &amp;errors)=0</td><td><a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#acfd1143f955a127899bc9018f417723a">SetGeneralProperty</a>(const XnChar *, XnUInt32, const void *)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a3f109461b4666851a4c2263242d07f68">SetIntProperty</a>(const XnChar *, XnUInt64)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a1e1f2fd5e8e508309daf33d9c232466b">SetRealProperty</a>(const XnChar *, XnDouble)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a618090c4a4e0f108f5763d7c36442ba9">SetStringProperty</a>(const XnChar *, const XnChar *)</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_production_node.html#a158559441d1847bd4525698c33a2e578">~ModuleProductionNode</a>()</td><td><a class="el" href="classxn_1_1_module_production_node.html">xn::ModuleProductionNode</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classxn_1_1_module_script_node.html#a77cc321f923b6001f815c65d0f08d463">~ModuleScriptNode</a>()</td><td><a class="el" href="classxn_1_1_module_script_node.html">xn::ModuleScriptNode</a></td><td><code> [inline, virtual]</code></td></tr> </table></div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Wed Nov 26 2014 12:18:21 for OpenNI 1.5.4 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
ipab-rad/ocv_kinect
external/OpenNI/Documentation/html/classxn_1_1_module_script_node-members.html
HTML
mit
8,492
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript" data-external="1"></script>
cagix/pandoc-lecture
resources/mathjaxurl.html
HTML
mit
128
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Gallio - 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>Gallio</h1> <div class="xmldoc"> </div> <!-- Render nested types and modules, if there are any --> <h2>Nested types and modules</h2> <div> <table class="table table-bordered type-list"> <thead> <tr><td>Type</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="type-name"> <a href="fake-gallio-gallioparams.html">GallioParams</a> </td> <td class="xmldoc"></td> </tr> <tr> <td class="type-name"> <a href="fake-gallio-reportarchivemode.html">ReportArchiveMode</a> </td> <td class="xmldoc"></td> </tr> <tr> <td class="type-name"> <a href="fake-gallio-verbosity.html">Verbosity</a> </td> <td class="xmldoc"></td> </tr> </tbody> </table> </div> <h3>Functions and values</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Function or value</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1', 1)" onmouseover="showTip(event, '1', 1)"> GallioDefaults </code> <div class="tip" id="1"> <strong>Signature:</strong> GallioParams<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/Fake.Gallio/GallioHelper.fs#L82-82" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Default Gallio parameters</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '2', 2)" onmouseover="showTip(event, '2', 2)"> Run setParam assemblies </code> <div class="tip" id="2"> <strong>Signature:</strong> setParam:(GallioParams -&gt; GallioParams) -&gt; assemblies:seq&lt;string&gt; -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/Fake.Gallio/GallioHelper.fs#L206-206" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Runs tests through Gallio.</p> </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 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/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 class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</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>
andrewchaa/PopOpen
packages/FAKE.3.23.0/docs/apidocs/fake-gallio.html
HTML
mit
7,953
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 </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/donatj/phpuseragentparser/Tests/user_agents.json</small></td><td>Chrome 9.0.597.98</td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></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"></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>Chrome 9.0</td><td>WebKit </td><td>Win7 6.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.043</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\) .*applewebkit\/.* \(khtml.* like gecko\) chrome\/9\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) *applewebkit/* (khtml* like gecko) chrome/9.*safari/* [parent] => Chrome 9.0 [comment] => Chrome 9.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 9.0 [majorver] => 9 [minorver] => 0 [platform] => Win7 [platform_version] => 6.1 [platform_description] => Windows 7 [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] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Win7 </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.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Win7 [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>Chrome 9.0</td><td><i class="material-icons">close</i></td><td>Win7 </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.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*windows nt 6\.1.*\) .*applewebkit\/.* \(khtml.* like gecko\) chrome\/9\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*windows nt 6.1*) *applewebkit/* (khtml* like gecko) chrome/9.*safari/* [parent] => Chrome 9.0 [comment] => Chrome 9.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 9.0 [majorver] => 9 [minorver] => 0 [platform] => Win7 [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>Chrome 9.0.597.98</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] => Chrome [version] => 9.0.597.98 ) </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>Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 6.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.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 9.0.597.98 [osName] => Windows [osVersion] => 6.1 [deviceModel] => WebKit [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>Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 6.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.20601</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] => 9.0.597.98 [is_android] => [browser_name] => Chrome [operating_system_family] => Windows [operating_system_version] => 6.1 [is_ios] => [producer] => Google Inc. [operating_system] => Windows 7 [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>Chrome 9.0</td><td>WebKit </td><td>Windows 7</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.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 9.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => 7 [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>Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 7</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/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 9.0.597.98 [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] => 7 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ) ) ) </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>Chrome 9.0.597</td><td><i class="material-icons">close</i></td><td>Windows 7 </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.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 9 [minor] => 0 [patch] => 597 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows 7 ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ) </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>Chrome 9.0.597.98</td><td>WebKit 534.13</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.15301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Windows 7 [platform_version] => Windows NT 6.1 [platform_type] => Desktop [browser_name] => Chrome [browser_version] => 9.0.597.98 [engine_name] => WebKit [engine_version] => 534.13 ) </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>Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 7 </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.08</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] => Chrome [agent_version] => 9.0.597.98 [os_type] => Windows [os_name] => Windows 7 [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English - United States [agent_languageTag] => en-US ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 9.0.597.98</td><td>WebKit 534.13</td><td>Windows Windows NT 6.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.24201</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] => Chrome 9 on Windows 7 [browser_version] => 9 [extra_info] => stdClass Object ( [20] => Array ( [0] => Possibly running on Windows Server 2008 R2 ) ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => 7 [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 534.13 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows 7 [operating_system_version_full] => Windows NT 6.1 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => windows [user_agent] => Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 [browser_version_full] => 9.0.597.98 [browser] => Chrome 9 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 9</td><td>Webkit 534.13</td><td>Windows 7</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.003</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] => Chrome [version] => 9 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 534.13 ) [os] => Array ( [name] => Windows [version] => Array ( [value] => 6.1 [alias] => 7 ) ) [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>Chrome 9.0.597.98</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] => Chrome [vendor] => Google [version] => 9.0.597.98 [category] => pc [os] => Windows 7 [os_version] => NT 6.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>Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 7</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.033</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] => Windows [advertised_device_os_version] => 7 [advertised_browser] => Chrome [advertised_browser_version] => 9.0.597.98 [complete_device_name] => Google Chrome [device_name] => Google Chrome [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Google [model_name] => Chrome [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] => [mobile_browser_version] => 9.0 [device_os_version] => 0 [pointing_method] => mouse [release_date] => 2011_february [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>Google Chrome 9.0.597.98</td><td><i class="material-icons">close</i></td><td>Windows 7</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.002</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://google.com/chrome/ [title] => Google Chrome 9.0.597.98 [name] => Google Chrome [version] => 9.0.597.98 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => 7 [code] => win-4 [x64] => [title] => Windows 7 [type] => os [dir] => os [image] => img/16/os/win-4.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] => 7 [code] => win-4 [x64] => [title] => Windows 7 [type] => os [dir] => os [image] => img/16/os/win-4.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:09:15</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.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/dd/18/dd18e7b3-ab2c-46b3-bcc1-951668d74ca8.html
HTML
mit
55,523
<!DOCTYPE HTML> <html> <head> <title>99</title> </head> <body> <h2>99</h2> <p>You fling the ice jewel out from the ledge, calling upon its power. It chills the warm air currents that enable the Dirges to stay aloft, and they spiral down out of control into the mist-shrouded river that courses along the gorge far below. Breathing a sigh of relief, you make your way down to the platform at the bottom of the ledge.</p> <p><a href="../Text/Episode_142.html">Turn to 142.</a></p> </body> </html>
Blood-Sword/Blood-Sword.github.io
The-Battlepits-Of-Krarth/Text/Episode_99.html
HTML
mit
511
<div class="commune_descr limited"> <p> Roaix est un village géographiquement positionné dans le département de Vaucluse en Provence-Alpes-Côte d'Azur. Elle totalisait 606 habitants en 2008.</p> <p>À coté de Roaix sont situées les communes de <a href="{{VLROOT}}/immobilier/vaison-la-romaine_84137/">Vaison-la-Romaine</a> localisée à 4&nbsp;km, 6&nbsp;313 habitants, <a href="{{VLROOT}}/immobilier/cairanne_84028/">Cairanne</a> à 6&nbsp;km, 871 habitants, <a href="{{VLROOT}}/immobilier/buisson_84022/">Buisson</a> localisée à 4&nbsp;km, 323 habitants, <a href="{{VLROOT}}/immobilier/sablet_84104/">Sablet</a> à 5&nbsp;km, 1&nbsp;267 habitants, <a href="{{VLROOT}}/immobilier/saint-roman-de-malegarde_84117/">Saint-Roman-de-Malegarde</a> localisée à 5&nbsp;km, 282 habitants, <a href="{{VLROOT}}/immobilier/villedieu_84146/">Villedieu</a> localisée à 4&nbsp;km, 506 habitants, entre autres. De plus, Roaix est située à seulement 20&nbsp;km de <a href="{{VLROOT}}/immobilier/orange_84087/">Orange</a>.</p> <p>Si vous pensez demenager à Roaix, vous pourrez facilement trouver une maison à acheter. </p> <p>La ville compte quelques aménagements, elle dispose, entre autres, de un terrain de sport.</p> <p>Le parc d'habitations, à Roaix, se décomposait en 2011 en 45 appartements et 342 maisons soit un marché plutôt équilibré.</p> <p>À Roaix, la valeur moyenne à l'achat d'un appartement s'évalue à zero &euro; du m² en vente. Le prix moyen d'une maison à l'achat se situe à 2&nbsp;357 &euro; du m². À la location la valeur moyenne se situe à 10,47 &euro; du m² mensuel.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/84098.html
HTML
mit
1,637
<div class="commune_descr limited"> <p> Gestiès est un village localisé dans le département de l'Ariège en Midi-Pyrénées. Elle comptait neuf habitants en 2008.</p> <p>Si vous envisagez de emmenager à Gestiès, vous pourrez facilement trouver une maison à vendre. </p> <p>À coté de Gestiès sont localisées les villes de <a href="{{VLROOT}}/immobilier/alliat_09006/">Alliat</a> située à 5&nbsp;km, 66 habitants, <a href="{{VLROOT}}/immobilier/siguer_09295/">Siguer</a> à 0&nbsp;km, 88 habitants, <a href="{{VLROOT}}/immobilier/sem_09286/">Sem</a> située à 4&nbsp;km, 34 habitants, <a href="{{VLROOT}}/immobilier/lapege_09152/">Lapège</a> située à 3&nbsp;km, 30 habitants, <a href="{{VLROOT}}/immobilier/goulier_09135/">Goulier</a> située à 5&nbsp;km, 49 habitants, <a href="{{VLROOT}}/immobilier/illier-et-laramade_09143/">Illier-et-Laramade</a> située à 3&nbsp;km, 21 habitants, entre autres. De plus, Gestiès est située à seulement 22&nbsp;km de <a href="{{VLROOT}}/immobilier/foix_09122/">Foix</a>.</p> <p>Le parc d'habitations, à Gestiès, était réparti en 2011 en quatre appartements et 84 maisons soit un marché plutôt équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/09134.html
HTML
mit
1,197
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_05) on Sun Apr 02 20:29:08 BST 2017 --> <title>Accelerometer</title> <meta name="date" content="2017-04-02"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Accelerometer"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../lejos/robotics/AccelerometerAdapter.html" title="class in lejos.robotics"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?lejos/robotics/Accelerometer.html" target="_top">Frames</a></li> <li><a href="Accelerometer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">lejos.robotics</div> <h2 title="Interface Accelerometer" class="title">Interface Accelerometer</h2> <map id="G" name="G"> <area shape="rect" id="node1_0" href="./Accelerometer.html" title="lejos.robotics.Accelerometer" alt="" coords="102,11,215,125"/> <area shape="rect" id="node1" href="./Accelerometer.html" title="&lt;TABLE&gt;" alt="" coords="91,6,226,130"/> <area shape="rect" id="node2_1" href="./AccelerometerAdapter.html" title="lejos.robotics.AccelerometerAdapter" alt="" coords="15,184,302,312"/> <area shape="rect" id="node2" href="./AccelerometerAdapter.html" title="&lt;TABLE&gt;" alt="" coords="5,179,313,317"/> </map> <!-- UML diagram added by UMLGraph version R5_6-24-gf6e263 (http://www.umlgraph.org/) --> <div align="center"><img src="Accelerometer.png" alt="Package class diagram package Accelerometer" usemap="#G" border=0/></div> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../lejos/robotics/AccelerometerAdapter.html" title="class in lejos.robotics">AccelerometerAdapter</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">Accelerometer</span></pre> <div class="block">Interface for Acceleration sensors</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../lejos/robotics/Accelerometer.html#getXAccel--">getXAccel</a></span>()</code> <div class="block">Measures the x-axis of the accelerometer, in meters/second^2.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../lejos/robotics/Accelerometer.html#getYAccel--">getYAccel</a></span>()</code> <div class="block">Measures the y-axis of the accelerometer, in meters/second^2.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../lejos/robotics/Accelerometer.html#getZAccel--">getZAccel</a></span>()</code> <div class="block">Measures the z-axis of the accelerometer, in meters/second^2.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getXAccel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getXAccel</h4> <pre>int&nbsp;getXAccel()</pre> <div class="block">Measures the x-axis of the accelerometer, in meters/second^2.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>acceleration in m/s^2</dd> </dl> </li> </ul> <a name="getYAccel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getYAccel</h4> <pre>int&nbsp;getYAccel()</pre> <div class="block">Measures the y-axis of the accelerometer, in meters/second^2.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>acceleration in m/s^2</dd> </dl> </li> </ul> <a name="getZAccel--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getZAccel</h4> <pre>int&nbsp;getZAccel()</pre> <div class="block">Measures the z-axis of the accelerometer, in meters/second^2.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>acceleration in m/s^2</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../lejos/robotics/AccelerometerAdapter.html" title="class in lejos.robotics"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?lejos/robotics/Accelerometer.html" target="_top">Frames</a></li> <li><a href="Accelerometer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ev3dev-lang-java/ev3dev-lang-java.github.io
docs/api/v0.5.0/lejos-commons/lejos/robotics/Accelerometer.html
HTML
mit
9,443
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1NumericSolver.html">NumericSolver</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">Ogre::NumericSolver Member List</div> </div> </div> <div class="contents"> This is the complete list of members for <a class="el" href="classOgre_1_1NumericSolver.html">Ogre::NumericSolver</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classOgre_1_1NumericSolver.html#aa88c45c0ad94315e32e3632324a0e15c">solveNxNLinearSysDestr</a>(int n, PreciseReal **coeff, PreciseReal *col)</td><td><a class="el" href="classOgre_1_1NumericSolver.html">Ogre::NumericSolver</a></td><td><code> [static]</code></td></tr> </table></div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sat Jan 14 2012 18:40:49 </p> </body> </html>
milram/ogre-1.7.4-osx
Docs/api/html/classOgre_1_1NumericSolver-members.html
HTML
mit
3,498
<!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.7.1+1 / ramsey - 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> ramsey <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-16 13:27:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-16 13:27:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+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-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.9&quot; &amp; &lt; &quot;8.10~&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.9.0.tar.gz&quot; checksum: &quot;md5=40f729767b3187f93b74a90aac4da5b4&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.9.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1). The following dependencies couldn&#39;t be met: - coq-ramsey -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ramsey.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.07.1-2.0.6/released/8.7.1+1/ramsey/8.9.0.html
HTML
mit
8,325
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hott: 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 / hott - 8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hott <small> 8.11 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-06-28 21:12:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-28 21:12:27 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base 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.6.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;Jason Gross &lt;[email protected]&gt;&quot; homepage: &quot;http://homotopytypetheory.org/&quot; bug-reports: &quot;https://github.com/HoTT/HoTT/issues&quot; license: &quot;BSD-2-Clause&quot; build: [ [&quot;bash&quot; &quot;-c&quot; &quot;./autogen.sh -skip-submodules || :&quot;] [&quot;./configure&quot; &quot;COQBIN=%{bin}%&quot; &quot;--prefix=%{prefix}%&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;conf-autoconf&quot; {build} &quot;ocaml&quot; &quot;ocamlfind&quot; {build} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] authors: [&quot;The Coq-HoTT Development Team&quot;] dev-repo: &quot;git+https://github.com/HoTT/HoTT.git&quot; synopsis: &quot;The Homotopy Type Theory library&quot; tags: [ &quot;logpath:HoTT&quot; ] url { src: &quot;https://github.com/HoTT/HoTT/archive/V8.11.tar.gz&quot; checksum: &quot;sha512=b7970162bba57bd5ba31bbe2b493fa72788c5ab9fc23dc961b10396b511fa1baa07543293cb525603add500403ed6b4b1b3807389438d697a0d377375cf3da76&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-hott.8.11 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-hott -&gt; coq &gt;= 8.11 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hott.8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.6.1/hott/8.11.html
HTML
mit
6,817
<!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 v4.7.0 - v4.7.3: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v4.7.0 - v4.7.3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1BooleanObject.html">BooleanObject</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::BooleanObject Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeleteHiddenValue</b>(Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetHiddenValue</b>(Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(bool value) (defined in <a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac27b823248165acf5284a7086dfed34b">SetHiddenValue</a>(Local&lt; String &gt; key, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty&quot;, bool ForceSet(Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a45c99c5e2b16425b4e92c88d49463e5f">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac5503b0a8e861ec721c680eccf5aec2d">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Delete(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Delete(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetOwnPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a34e1ca49ed4944009d8d289e5530dabd">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#abc26147d5f501bf30217f227c9be4922">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedCallbackProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a2451d74f20c3c8c5792d2179df34d2de">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedPropertyInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac5755869ab0b95f6c1bbd3dd123e5cf4">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a82e0bc7d399264127f911e4167d730b1">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedProperty(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a9bc9b05ff7a9a8ad4e1977524b79da6f">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5aa2616e9deaf26533c3870df2925530">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsFunction(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a10222e80df73aaa0b381f4dabe6b5dd7">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48ae008760161c7ae7fd54a9db9cffcf">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ValueOf</b>() const (defined in <a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a>)</td><td class="entry"><a class="el" href="classv8_1_1BooleanObject.html">v8::BooleanObject</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
c1effb1/html/classv8_1_1BooleanObject-members.html
HTML
mit
55,417