code 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 |
|---|---|---|---|---|---|
<div>
<h2>Template preview:</h2>
<ul>
<li class="taskpreview-list-item" ng-repeat="task in tasks">
<div class="preview-row" ng-class="task.name.substr(task.name.length-1, 1) == ':' ? 'preview-task-header' : 'preview-task-row'">
<div class="iconWrapper" ng-if="task.name.substr(task.name.length-1, 1) != ':'">
<svg class="svgIcon" title="checkmark" viewBox="0 0 35 35">
<polygon points="30,5.077 26,2 11.5,22.5 4.5,15.5 1,19 12,30"></polygon>
</svg>
</div>
{{task.name}}
</div>
</li>
</ul>
</div> | vsheyanov/asana-template-uploader | client/modules/template-preview/template-preview.ng.html | HTML | mit | 659 |
<!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:reflexive-first-order 8.4.dev</a></li>
<li class="active"><a href="">2014-11-29 09:29:33</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:reflexive-first-order
<small>
8.4.dev
<span class="label label-success">11 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-29 09:29:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 09:29:33 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:reflexive-first-order/coq:contrib:reflexive-first-order.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:reflexive-first-order.8.4.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following actions will be performed:
- install coq:contrib:reflexive-first-order.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:reflexive-first-order.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:reflexive-first-order.8.4.dev.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --deps-only coq:contrib:reflexive-first-order.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --verbose coq:contrib:reflexive-first-order.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:reflexive-first-order.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:reflexive-first-order] Fetching https://gforge.inria.fr/git/coq-contribs/reflexive-first-order.git#v8.4
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:reflexive-first-order.8.4.dev/.git/
[master (root-commit) 4d55d08] opam-git-init
From https://gforge.inria.fr/git/coq-contribs/reflexive-first-order
* [new branch] v8.4 -> opam-ref
* [new branch] v8.4 -> origin/v8.4
Bintree.v
Dummy_algebra.v
Env.v
Example.v
Form.v
Free_algebra.v
LGPL
Main.v
Make
Makefile
Proof.v
README
Sequent.v
Term_algebra.v
bench.log
description
HEAD is now at f21bf08 Adaptations to the new modular organisation of PArith/NArith/ZArith
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:reflexive-first-order.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
"coqdep" -c -slash -R . ReflexiveFirstOrder "Main.v" > "Main.v.d" || ( RV=$?; rm -f "Main.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Example.v" > "Example.v.d" || ( RV=$?; rm -f "Example.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Sequent.v" > "Sequent.v.d" || ( RV=$?; rm -f "Sequent.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Bintree.v" > "Bintree.v.d" || ( RV=$?; rm -f "Bintree.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Term_algebra.v" > "Term_algebra.v.d" || ( RV=$?; rm -f "Term_algebra.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Free_algebra.v" > "Free_algebra.v.d" || ( RV=$?; rm -f "Free_algebra.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Form.v" > "Form.v.d" || ( RV=$?; rm -f "Form.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Dummy_algebra.v" > "Dummy_algebra.v.d" || ( RV=$?; rm -f "Dummy_algebra.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Env.v" > "Env.v.d" || ( RV=$?; rm -f "Env.v.d"; exit ${RV} )
"coqdep" -c -slash -R . ReflexiveFirstOrder "Proof.v" > "Proof.v.d" || ( RV=$?; rm -f "Proof.v.d"; exit ${RV} )
"coqc" -q -R . ReflexiveFirstOrder Bintree
"coqc" -q -R . ReflexiveFirstOrder Env
"coqc" -q -R . ReflexiveFirstOrder Free_algebra
"coqc" -q -R . ReflexiveFirstOrder Dummy_algebra
"coqc" -q -R . ReflexiveFirstOrder Term_algebra
"coqc" -q -R . ReflexiveFirstOrder Form
"coqc" -q -R . ReflexiveFirstOrder Sequent
"coqc" -q -R . ReflexiveFirstOrder Proof
"coqc" -q -R . ReflexiveFirstOrder Main
"coqc" -q -R . ReflexiveFirstOrder Example
for i in Proof.vo Env.vo Dummy_algebra.vo Form.vo Free_algebra.vo Term_algebra.vo Bintree.vo Sequent.vo Example.vo Main.vo; do \
install -d `dirname "/home/bench/.opam/system/lib/coq/user-contrib"/ReflexiveFirstOrder/$i`; \
install -m 0644 $i "/home/bench/.opam/system/lib/coq/user-contrib"/ReflexiveFirstOrder/$i; \
done
Installing coq:contrib:reflexive-first-order.8.4.dev.
</pre></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>opam remove -y coq:contrib:reflexive-first-order.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:reflexive-first-order.8.4.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:reflexive-first-order] Fetching https://gforge.inria.fr/git/coq-contribs/reflexive-first-order.git#v8.4
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:reflexive-first-order.8.4.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/ReflexiveFirstOrder
</pre></dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:reflexive-first-order/8.4.dev/2014-11-29_09-29-33.html | HTML | mit | 10,468 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.12.3: v8::Testing Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.12.3
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1Testing.html">Testing</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1Testing-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Testing Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<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:a436a1a521a0bc070cc0b46ad7a658575"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a436a1a521a0bc070cc0b46ad7a658575"></a>enum  </td><td class="memItemRight" valign="bottom"><b>StressType</b> { <b>kStressTypeOpt</b>,
<b>kStressTypeDeopt</b>
}</td></tr>
<tr class="separator:a436a1a521a0bc070cc0b46ad7a658575"><td class="memSeparator" colspan="2"> </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:aafa5a4917998aa64134aa750ce5c4b2e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Testing.html#aafa5a4917998aa64134aa750ce5c4b2e">SetStressRunType</a> (StressType type)</td></tr>
<tr class="separator:aafa5a4917998aa64134aa750ce5c4b2e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc876063b1e07462b8d9544dd8efab36"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns</a> ()</td></tr>
<tr class="separator:adc876063b1e07462b8d9544dd8efab36"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab9da044b18b9d05770b655bed27ed7f4"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Testing.html#ab9da044b18b9d05770b655bed27ed7f4">PrepareStressRun</a> (int run)</td></tr>
<tr class="separator:ab9da044b18b9d05770b655bed27ed7f4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac0881a3cee2f8f91039d3ecdb15dbf27"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Testing.html#ac0881a3cee2f8f91039d3ecdb15dbf27">DeoptimizeAll</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:ac0881a3cee2f8f91039d3ecdb15dbf27"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ac0881a3cee2f8f91039d3ecdb15dbf27"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::DeoptimizeAll </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></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>Force deoptimization of all functions. </p>
</div>
</div>
<a class="anchor" id="adc876063b1e07462b8d9544dd8efab36"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static int v8::Testing::GetStressRuns </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>Get the number of runs of a given test that is required to get the full stress coverage. </p>
</div>
</div>
<a class="anchor" id="ab9da044b18b9d05770b655bed27ed7f4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::PrepareStressRun </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>run</em></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>Indicate the number of the run which is about to start. The value of run should be between 0 and one less than the result from <a class="el" href="classv8_1_1Testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns()</a> </p>
</div>
</div>
<a class="anchor" id="aafa5a4917998aa64134aa750ce5c4b2e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::SetStressRunType </td>
<td>(</td>
<td class="paramtype">StressType </td>
<td class="paramname"><em>type</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Set.html">Set</a> the type of stressing to do. The default if not set is kStressTypeOpt. </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-testing_8h_source.html">v8-testing.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | b287b9e/html/classv8_1_1Testing.html | HTML | mit | 10,081 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / smc - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
smc
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-26 18:01:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-26 18:01:49 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/smc"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SMC"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
"coq-int-map" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: BDD" "keyword: binary decision diagrams" "keyword: classical logic" "keyword: propositional logic" "keyword: garbage collection" "keyword: modal mu-calculus" "keyword: model checking" "keyword: symbolic model checking" "keyword: reflection" "category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "date: 2002-11" ]
authors: [ "Kumar Neeraj Verma <verma@lsv.ens-cachan.fr>" ]
bug-reports: "https://github.com/coq-contribs/smc/issues"
dev-repo: "git+https://github.com/coq-contribs/smc.git"
synopsis: "BDD based symbolic model checker for the modal mu-calculus"
description: """
Provides BDD algorithms, a symbolic model checker for the modal
mu-calculus based on it, together with a garbage collector"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/smc/archive/v8.7.0.tar.gz"
checksum: "md5=e7e55137f3255f685064ff5058954750"
}
</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-smc.8.7.0 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-smc -> coq-int-map < 8.8~ -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-smc.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.1/smc/8.7.0.html | HTML | mit | 7,462 |
<!DOCTYPE HTML>
<html>
<head>
<title>Opdracht 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css" />
<script language="javascript" src="script.js"></script>
</head>
<body>
<div class="wrapper">
<h1>Opdracht 2</h1>
<audio controls="controls">
<source src="YouTube-wind-akeboshi.mp3" type="audio/mpeg"/>
<source src="YouTube-wind-akeboshi.ogg" type="audio/ogg"/>
<source src="YouTube-wind-akeboshi.wav" type="audio/wav"/>
<p>Your browser does not support the audio element.</p>
</audio>
<div class="clear"></div>
</div>
</body>
</html>
| bartbastings/school | periode-4-2011/WPM22/opdracht-2/index.html | HTML | mit | 694 |
<!doctype html>
<!--[if lt IE 8]> <html class="no-js lt-ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>GPS de las economias regionales</title>
<meta name="description" content="Industria Dashboard Web App">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300,700' rel='stylesheet' type='text/css'> -->
<!-- Needs images, font... therefore can not be part of main.css -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="fonts/themify-icons/themify-icons.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<link rel="stylesheet" href="bower_components/bootstrap-table/src/bootstrap-table.css">
<!-- end Needs images -->
<!-- build:css({.tmp,client}) styles/main.css -->
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="styles/ui.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/patches.css">
<!-- endbuild -->
<style>
body{
font-family: "Gotham","Roboto-Light","Roboto","Helvetica Neue","Helvetica","Arial",sans-serif
}
.texto{
color:#767676;
}
</style>
</head>
<body data-ng-app="app" id="app" class="app" data-custom-page data-off-canvas-nav data-ng-controller="AppCtrl" data-ng-class=" {'layout-boxed': admin.layout === 'boxed'} ">
<!--[if lt IE 9]>
<div class="lt-ie9-bg">
<p class="browsehappy">You are using an <strong>outdated</strong> browser.</p>
<p>Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
</div>
<![endif]-->
<section data-ng-include=" 'app/layout/header.html' " id="header" class="header-container" data-ng-class="{ 'header-fixed': admin.fixedHeader,
'bg-white': ['11','12','13','14','15','16','21'].indexOf(admin.skin) >= 0,
'bg-dark': admin.skin === '31',
'bg-primary': ['22','32'].indexOf(admin.skin) >= 0,
'bg-success': ['23','33'].indexOf(admin.skin) >= 0,
'bg-info-alt': ['24','34'].indexOf(admin.skin) >= 0,
'bg-warning': ['25','35'].indexOf(admin.skin) >= 0,
'bg-danger': ['26','36'].indexOf(admin.skin) >= 0 }"
style="height:70px;background-color: white;padding-top: 10px;border-bottom:none;box-shadow:none;" ng-hide="location()" ng-controller="mainController"></section>
<div class="main-container" style="padding: 0px">
<div id="content" class="content-container">
<section data-ng-view class="view-container {{admin.pageTransition.class}}" ng-controller="welcomeController">
</section>
</div>
</div>
<!--<div class="container" style="width:100%;height:50vh;background-color:lightgrey;">
</div>-->
<!-- build:js scripts/vendor.js -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js"></script>
<script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.min.js"></script>
<script src="bower_components/angular-aria/angular-aria.min.js"></script>
<script src="bower_components/angular-animate/angular-animate.min.js"></script>
<!-- endbuild -->
<!-- build:js scripts/ui.js -->
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/angular-scroll/angular-scroll.min.js"></script>
<script src="bower_components/textAngular/dist/textAngular-rangy.min.js"></script>
<script src="bower_components/textAngular/dist/textAngular-sanitize.min.js"></script>
<script src="bower_components/textAngular/dist/textAngular.min.js"></script>
<script src="bower_components/angular-translate/angular-translate.min.js"></script>
<script src="bower_components/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js"></script>
<script src="bower_components/ng-tags-input/ng-tags-input.min.js"></script>
<script src="bower_components/angular-ui-tree/dist/angular-ui-tree.min.js"></script>
<script src="bower_components/seiyria-bootstrap-slider/dist/bootstrap-slider.min.js"></script>
<script src="bower_components/jquery-steps/build/jquery.steps.min.js"></script>
<script src="bower_components/bootstrap-file-input/bootstrap.file-input.js"></script>
<script src="bower_components/angular-validation-match/dist/angular-validation-match.min.js"></script>
<script src="bower_components/echarts/build/source/echarts-all.js"></script>
<script src="scripts/ngecharts.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCtF26NxyY5QermiNiB-PMHrkMSpnbqCwM"></script>
<script src="https://rawgit.com/HPNeo/gmaps/master/gmaps.js"></script>
<script src="scripts/pathsMapas/BuenosAires.js"></script>
<script src="scripts/pathsMapas/CABA.js"></script>
<script src="scripts/pathsMapas/RioNegro.js"></script>
<script src="scripts/pathsMapas/Neuquen.js"></script>
<script src="scripts/pathsMapas/SantiagoDelEstero.js"></script>
<script src="scripts/pathsMapas/SantaFe.js"></script>
<script src="scripts/pathsMapas/Cordoba.js"></script>
<script src="scripts/pathsMapas/EntreRios.js"></script>
<script src="scripts/pathsMapas/SanLuis.js"></script>
<script src="scripts/pathsMapas/Jujuy.js"></script>
<script src="scripts/pathsMapas/SantaCruz.js"></script>
<script src="scripts/pathsMapas/Chaco.js"></script>
<script src="scripts/pathsMapas/Salta.js"></script>
<script src="scripts/pathsMapas/Mendoza.js"></script>
<script src="scripts/pathsMapas/Catamarca.js"></script>
<script src="scripts/pathsMapas/Formosa.js"></script>
<script src="scripts/pathsMapas/LaRioja.js"></script>
<script src="scripts/pathsMapas/Corrientes.js"></script>
<script src="scripts/pathsMapas/LaPampa.js"></script>
<script src="scripts/pathsMapas/Tucuman.js"></script>
<script src="scripts/pathsMapas/Chubut.js"></script>
<script src="scripts/pathsMapas/TierraDelFuego.js"></script>
<script src="scripts/pathsMapas/Misiones.js"></script>
<script src="scripts/pathsMapas/SanJuan.js"></script>
<!-- endbuild -->
<!-- build:js({.tmp,client}) scripts/app.js -->
<!-- injector:js -->
<script src="app/app.module.js"></script>
<script src="app/chart/chart.module.js"></script>
<script src="app/layout/nav.module.js"></script>
<script src="app/page/page.module.js"></script>
<script src="app/chart/echarts.controller.js"></script>
<script src="app/core/app.controller.js"></script>
<script src="app/core/config.route.js"></script>
<script src="app/core/i18n.js"></script>
<script src="app/layout/nav.directive.js"></script>
<script src="app/page/page.controller.js"></script>
<script src="app/page/page.directive.js"></script>
<script src="app/app/controllers/controller.js"></script>
<script src="app/app/controllers/dashboardController.js"></script>
<script src="app/app/controllers/loginController.js"></script>
<script src="app/app/controllers/mainController.js"></script>
<script src="app/app/controllers/mapController.js"></script>
<script src="app/app/controllers/welcomeController.js"></script>
<script src="app/app/controllers/sectorController.js"></script>
<script src="app/app/controllers/dashSectorController.js"></script>
<script src="app/app/controllers/adminController.js"></script>
<script src="app/app/controllers/timeLapseController.js"></script>
<script src="app/app/services/service.js"></script>
<script src="app/app/services/dashboardFactory.js"></script>
<script src="app/app/services/loginFactory.js"></script>
<script src="app/app/services/searchFactory.js"></script>
<script src="app/app/services/welcomeFactory.js"></script>
<script src="app/app/services/sectorFactory.js"></script>
<script src="app/app/services/adminFactory.js"></script>
<!-- endinjector -->
<script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js"></script>
<script src="bower_components/bootstrap-table/src/bootstrap-table.js"></script>
<script src="scripts/Snap.svg-0.4.1/dist/snap.svg.js"></script>
<!-- endbuild -->
</body>
</html> | oixxio/gis-mProduccion | demo/index.html | HTML | mit | 9,491 |
<div :class="$style.root" v-show="currentOpened && ($slots.default || content)">
<div :class="$style.arrow"></div><!-- popper在某些场景下可以移动该元素 -->
<div :class="[$style.body, $style.wrap]">
<slot name="body">
<slot>{{ content }}</slot>
</slot>
</div>
</div>
| vusion/proto-ui | src/components/u-tooltip.vue/index.html | HTML | mit | 319 |
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.bundle.js"></script>
<script type="text/javascript" src="https://unpkg.com/chartkick@3.0.1/dist/chartkick.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
</head>
<body>
<nav style="background-color: rgb(20,34,53) !important" class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="../index.html"><img style="width: 1.5rem; margin-top: -.5rem" src="http://www.lonestarpolicyinstitute.org/wp-content/uploads/2018/01/Star-96x91.png" class="logo_main" alt="" >Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="../methodology.html">Methodology</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../findings.html">Findings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../countySelector.html">Find Your County</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.lonestarpolicyinstitute.org/">LSPI</a>
</li>
</ul>
</div>
</nav>
<main role="main" style="background-color: rgb(28,60,95); margin-top: -1rem">
<!-- /container -->
<div class="container" style="margin-top: 4rem; background-color: white">
<h1 style="margin-bottom: 1rem; padding-top: 1rem;"> Ward County</h1>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2017</h2>
<div class="row">
<!-- Lefthand Column -->
<div class="col-sm">
<div id="top2017Misd" style="height: 300px; margin-left: -2.5rem; margin-bottom: 3rem;"></div>
<div style="margin-top: 1rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 116
<br>
Total Felony Dispositions = 207</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 307
<br>
Total Misdemeanor Dispositions = 375</div>
<div id="top2017Felony" style="height: 300px;"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2016</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2016Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 110
<br>
Total Felony Dispositions = 222</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 189
<br>
Total Misdemeanor Dispositions = 264</div>
<div id="top2016Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2015</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2015Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 102
<br>
Total Felony Dispositions = 213</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 234
<br>
Total Misdemeanor Dispositions = 353</div>
<div id="top2015Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2014</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2014Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 104
<br>
Total Felony Dispositions = 247</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 277
<br>
Total Misdemeanor Dispositions = 455</div>
<div id="top2014Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2013</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2013Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 132
<br>
Total Felony Dispositions = 260</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 351
<br>
Total Misdemeanor Dispositions = 633</div>
<div id="top2013Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2012</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2012Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 79
<br>
Total Felony Dispositions = 190</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 364
<br>
Total Misdemeanor Dispositions = 607</div>
<div id="top2012Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
<h2 style="margin-bottom: 2rem;border-bottom: dashed 5px;">2011</h2>
<!-- Lefthand Column -->
<div class="row">
<div class="col-sm">
<div id="top2011Misd" style="height: 300px; margin-left: -2.5rem;margin-bottom: 3rem"></div>
<div style="margin-top: 1rem; margin-bottom: 3rem; margin-left: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Felonies Filed = 78
<br>
Total Felony Dispositions = 217</div>
</div>
<!-- Righthand Column -->
<div class="col-sm">
<div style="margin-top: 4rem; margin-bottom: 9rem; margin-right: -1rem; background-color: rgba(28,60,95,.75); padding-top: 3rem; padding-bottom: 3rem; color: white; text-align: center; ">
Total Misdemeanors Filed = 409
<br>
Total Misdemeanor Dispositions = 639</div>
<div id="top2011Felony" style="height: 300px; padding-bottom: 2rem"></div>
</div>
</div>
</main>
<footer style="background-color: rgb(20,34,53);" class="">
<p style="color: white; text-align: center;">Created by <a href ="http://www.destinyrosemurphy.com/">Destiny Rose Murphy</a> with help from <a href ="https://christian.gen.co/">Christian Genco</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
new Chartkick.ColumnChart("top2017Felony", [
["Drug Poss.", "67"],
["Agg. Ass./Attemp. Murder", "43"],
["Burglary", "27"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2017Misd", [
["DWI First Off.", "147"],
["Driving While License Suspended/Invalid", "125"],
["Family Violence Ass.", "65"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2016 graphs --->
new Chartkick.ColumnChart("top2016Felony", [
["Drug Poss.", "50"],
["Agg. Ass./Attemp. Murder", "33"],
["Burglary", "32"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2016Misd", [
["Driving While License Suspended/Invalid", "87"],
["Theft by Check", "46"],
["Family Violence Ass.", "45"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2015 graphs --->
new Chartkick.ColumnChart("top2015Felony", [
["Drug Poss.", "50"],
["Burglary", "27"],
["DWI", "18"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2015Misd", [
["Traffic Off.", "90"],
["Driving While License Suspended/Invalid", "79"],
["Theft by Check", "76"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2014 graphs --->
new Chartkick.ColumnChart("top2014Felony", [
["Drug Poss.", "53"],
["DWI", "24"],
["Felony Theft", "24"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2014Misd", [
["Driving While License Suspended/Invalid", "117"],
["Theft by Check", "96"],
["DWI First Off.", "77"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2013 graphs --->
new Chartkick.ColumnChart("top2013Felony", [
["Drug Poss.", "66"],
["Agg. Ass./Attemp. Murder", "37"],
["DWI", "35"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2013Misd", [
["Driving While License Suspended/Invalid", "143"],
["Theft by Check", "139"],
["DWI First Off.", "95"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2012 graphs --->
new Chartkick.ColumnChart("top2012Felony", [
["DWI", "33"],
["Agg. Ass./Attemp. Murder", "30"],
["Drug Poss.", "29"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2012Misd", [
["Theft by Check", "139"],
["Driving While License Suspended/Invalid", "138"],
["DWI First Off.", "112"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
<!-- 2011 graphs --->
new Chartkick.ColumnChart("top2011Felony", [
["DWI", "24"],
["Agg. Ass./Attemp. Murder", "23"],
["Drug Sale or Manufacture", "16"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Felonies"}
)
new Chartkick.ColumnChart("top2011Misd", [
["Theft by Check", "187"],
["Driving While License Suspended/Invalid", "121"],
["DWI First Off.", "104"],
],
{colors: ["#b00", "#666"], xtitle: "", ytitle: "# of Misd."}
)
</script>
</body>
</html>
| DestinyRoseMurphy/DestinyRoseMurphy.github.io | criminalJusticeWebsite/countyPages/Ward.html | HTML | mit | 14,536 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_01) on Tue Sep 29 21:42:09 CEST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<TITLE>
Main_menuPrint_ActionAdapter
</TITLE>
<META NAME="keywords" CONTENT="View.Main_menuPrint_ActionAdapter class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Main_menuPrint_ActionAdapter";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../View/Main_menuPreferences_ActionAdapter.html" title="class in View"><B>PREV CLASS</B></A>
<A HREF="../View/Main_menuRefresh_ActionAdapter.html" title="class in View"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Main_menuPrint_ActionAdapter.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
View</FONT>
<BR>
Class Main_menuPrint_ActionAdapter</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by"><B>View.Main_menuPrint_ActionAdapter</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.awt.event.ActionListener, java.util.EventListener</DD>
</DL>
<HR>
<DL>
<DT> class <B>Main_menuPrint_ActionAdapter</B><DT>extends java.lang.Object<DT>implements java.awt.event.ActionListener</DL>
<P>
Clase que implementa las acciones del menú imprimir archivo
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>1.0</DD>
<DT><B>Author:</B></DT>
<DD>Digna Rodríguez</DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>(package private) <A HREF="../View/MainWindow.html" title="class in View">MainWindow</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../View/Main_menuPrint_ActionAdapter.html#vent">vent</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>(package private)</CODE></FONT></TD>
<TD><CODE><B><A HREF="../View/Main_menuPrint_ActionAdapter.html#Main_menuPrint_ActionAdapter(View.MainWindow)">Main_menuPrint_ActionAdapter</A></B>(<A HREF="../View/MainWindow.html" title="class in View">MainWindow</A> v)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../View/Main_menuPrint_ActionAdapter.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A></B>(java.awt.event.ActionEvent e)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="vent"><!-- --></A><H3>
vent</H3>
<PRE>
<A HREF="../View/MainWindow.html" title="class in View">MainWindow</A> <B>vent</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Main_menuPrint_ActionAdapter(View.MainWindow)"><!-- --></A><H3>
Main_menuPrint_ActionAdapter</H3>
<PRE>
<B>Main_menuPrint_ActionAdapter</B>(<A HREF="../View/MainWindow.html" title="class in View">MainWindow</A> v)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="actionPerformed(java.awt.event.ActionEvent)"><!-- --></A><H3>
actionPerformed</H3>
<PRE>
public void <B>actionPerformed</B>(java.awt.event.ActionEvent e)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>actionPerformed</CODE> in interface <CODE>java.awt.event.ActionListener</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../View/Main_menuPreferences_ActionAdapter.html" title="class in View"><B>PREV CLASS</B></A>
<A HREF="../View/Main_menuRefresh_ActionAdapter.html" title="class in View"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Main_menuPrint_ActionAdapter.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| Baltasarq/Gia | src/doc/View/Main_menuPrint_ActionAdapter.html | HTML | mit | 11,326 |
<!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.4"/>
<title>tbb::flow::interface10::continue_receiver Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related 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>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00240.html">tbb</a></li><li class="navelem"><b>flow</b></li><li class="navelem"><b>interface10</b></li><li class="navelem"><a class="el" href="a00055.html">continue_receiver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> |
<a href="#friends">Friends</a> |
<a href="a00334.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">tbb::flow::interface10::continue_receiver Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p>Base class for receivers of completion messages.
<a href="a00055.html#details">More...</a></p>
<p><code>#include <flow_graph.h></code></p>
<div class="dynheader">
Inheritance diagram for tbb::flow::interface10::continue_receiver:</div>
<div class="dyncontent">
<div class="center">
<img src="a00055.png" usemap="#tbb::flow::interface10::continue_receiver_map" alt=""/>
<map id="tbb::flow::interface10::continue_receiver_map" name="tbb::flow::interface10::continue_receiver_map">
<area href="a00124.html" alt="tbb::flow::interface10::receiver< continue_msg >" shape="rect" coords="0,56,283,80"/>
<area href="a00169.html" alt="tbb::flow::interface10::internal::untyped_receiver" shape="rect" coords="0,0,283,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a24e64153a8f1bf284d5d7ba980ac0866"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24e64153a8f1bf284d5d7ba980ac0866"></a>
typedef <a class="el" href="a00054.html">continue_msg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a24e64153a8f1bf284d5d7ba980ac0866">input_type</a></td></tr>
<tr class="memdesc:a24e64153a8f1bf284d5d7ba980ac0866"><td class="mdescLeft"> </td><td class="mdescRight">The input type. <br/></td></tr>
<tr class="separator:a24e64153a8f1bf284d5d7ba980ac0866"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01d35fb1cb3e447929219ed6f61314ec"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a01d35fb1cb3e447929219ed6f61314ec"></a>
typedef <a class="el" href="a00124.html">receiver</a>< <a class="el" href="a00055.html#a24e64153a8f1bf284d5d7ba980ac0866">input_type</a> ><br class="typebreak"/>
::<a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a01d35fb1cb3e447929219ed6f61314ec">predecessor_type</a></td></tr>
<tr class="memdesc:a01d35fb1cb3e447929219ed6f61314ec"><td class="mdescLeft"> </td><td class="mdescRight">The predecessor type for this node. <br/></td></tr>
<tr class="separator:a01d35fb1cb3e447929219ed6f61314ec"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeb2e17fdd70345d3291cb1eb9d37fa84"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeb2e17fdd70345d3291cb1eb9d37fa84"></a>
typedef <br class="typebreak"/>
<a class="el" href="a00062.html">internal::edge_container</a><br class="typebreak"/>
< <a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> > </td><td class="memItemRight" valign="bottom"><b>built_predecessors_type</b></td></tr>
<tr class="separator:aeb2e17fdd70345d3291cb1eb9d37fa84"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c34b0f5b4588b9edbc60b69e554ee85"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c34b0f5b4588b9edbc60b69e554ee85"></a>
typedef <br class="typebreak"/>
built_predecessors_type::edge_list_type </td><td class="memItemRight" valign="bottom"><b>predecessor_list_type</b></td></tr>
<tr class="separator:a4c34b0f5b4588b9edbc60b69e554ee85"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_types_a00124"><td colspan="2" onclick="javascript:toggleInherit('pub_types_a00124')"><img src="closed.png" alt="-"/> Public Types inherited from <a class="el" href="a00124.html">tbb::flow::interface10::receiver< continue_msg ></a></td></tr>
<tr class="memitem:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0777fdc008e74f63bef8557c8afea5f9"></a>
typedef <a class="el" href="a00054.html">continue_msg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#a0777fdc008e74f63bef8557c8afea5f9">input_type</a></td></tr>
<tr class="memdesc:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="mdescLeft"> </td><td class="mdescRight">The input type of this receiver. <br/></td></tr>
<tr class="separator:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0777fdc008e74f63bef8557c8afea5f9"></a>
typedef <a class="el" href="a00054.html">continue_msg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#a0777fdc008e74f63bef8557c8afea5f9">input_type</a></td></tr>
<tr class="memdesc:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="mdescLeft"> </td><td class="mdescRight">The input type of this receiver. <br/></td></tr>
<tr class="separator:a0777fdc008e74f63bef8557c8afea5f9 inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8ed56cc8468b7e29c39c04dcb1b59f9b inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8ed56cc8468b7e29c39c04dcb1b59f9b"></a>
typedef <br class="typebreak"/>
<a class="el" href="a00015.html">internal::async_helpers</a><br class="typebreak"/>
< <a class="el" href="a00054.html">continue_msg</a> ><br class="typebreak"/>
::<a class="el" href="a00054.html">filtered_type</a> </td><td class="memItemRight" valign="bottom"><b>filtered_type</b></td></tr>
<tr class="separator:a8ed56cc8468b7e29c39c04dcb1b59f9b inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abca607a1fa7f7ad0d55d374e4416fe7e inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abca607a1fa7f7ad0d55d374e4416fe7e"></a>
typedef <a class="el" href="a00144.html">sender</a>< <a class="el" href="a00054.html">continue_msg</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#abca607a1fa7f7ad0d55d374e4416fe7e">predecessor_type</a></td></tr>
<tr class="memdesc:abca607a1fa7f7ad0d55d374e4416fe7e inherit pub_types_a00124"><td class="mdescLeft"> </td><td class="mdescRight">The predecessor type for this node. <br/></td></tr>
<tr class="separator:abca607a1fa7f7ad0d55d374e4416fe7e inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:affeefcd8a802c09194c27555188a95a2 inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="affeefcd8a802c09194c27555188a95a2"></a>
typedef <br class="typebreak"/>
<a class="el" href="a00062.html">internal::edge_container</a><br class="typebreak"/>
< <a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> > </td><td class="memItemRight" valign="bottom"><b>built_predecessors_type</b></td></tr>
<tr class="separator:affeefcd8a802c09194c27555188a95a2 inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7e5331f73255893c402e844eba978578 inherit pub_types_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7e5331f73255893c402e844eba978578"></a>
typedef <br class="typebreak"/>
built_predecessors_type::edge_list_type </td><td class="memItemRight" valign="bottom"><b>predecessor_list_type</b></td></tr>
<tr class="separator:a7e5331f73255893c402e844eba978578 inherit pub_types_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_types_a00169"><td colspan="2" onclick="javascript:toggleInherit('pub_types_a00169')"><img src="closed.png" alt="-"/> Public Types inherited from <a class="el" href="a00169.html">tbb::flow::interface10::internal::untyped_receiver</a></td></tr>
<tr class="memitem:ac67c0cefe2663c84854a299384934688 inherit pub_types_a00169"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac67c0cefe2663c84854a299384934688"></a>
typedef <a class="el" href="a00170.html">untyped_sender</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a></td></tr>
<tr class="memdesc:ac67c0cefe2663c84854a299384934688 inherit pub_types_a00169"><td class="mdescLeft"> </td><td class="mdescRight">The predecessor type for this node. <br/></td></tr>
<tr class="separator:ac67c0cefe2663c84854a299384934688 inherit pub_types_a00169"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acda6799ff2917d379ef014caf5f6c8c7 inherit pub_types_a00169"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acda6799ff2917d379ef014caf5f6c8c7"></a>
typedef <br class="typebreak"/>
<a class="el" href="a00062.html">internal::edge_container</a><br class="typebreak"/>
< <a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> > </td><td class="memItemRight" valign="bottom"><b>built_predecessors_type</b></td></tr>
<tr class="separator:acda6799ff2917d379ef014caf5f6c8c7 inherit pub_types_a00169"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a00437a347902916781c4878aaf1ee531 inherit pub_types_a00169"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a00437a347902916781c4878aaf1ee531"></a>
typedef <br class="typebreak"/>
built_predecessors_type::edge_list_type </td><td class="memItemRight" valign="bottom"><b>predecessor_list_type</b></td></tr>
<tr class="separator:a00437a347902916781c4878aaf1ee531 inherit pub_types_a00169"><td class="memSeparator" colspan="2"> </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:a6525c867f797a1feb9b77b5bb39f155f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6525c867f797a1feb9b77b5bb39f155f"></a>
 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a6525c867f797a1feb9b77b5bb39f155f">continue_receiver</a> (int number_of_predecessors=0)</td></tr>
<tr class="memdesc:a6525c867f797a1feb9b77b5bb39f155f"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br/></td></tr>
<tr class="separator:a6525c867f797a1feb9b77b5bb39f155f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac860c7f19e8aaf7c26128b05920afa96"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac860c7f19e8aaf7c26128b05920afa96"></a>
 </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#ac860c7f19e8aaf7c26128b05920afa96">continue_receiver</a> (const <a class="el" href="a00055.html">continue_receiver</a> &src)</td></tr>
<tr class="memdesc:ac860c7f19e8aaf7c26128b05920afa96"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <br/></td></tr>
<tr class="separator:ac860c7f19e8aaf7c26128b05920afa96"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a74596e8e05663573189d7b6c66dfad7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74596e8e05663573189d7b6c66dfad7c"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a74596e8e05663573189d7b6c66dfad7c">register_predecessor</a> (<a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> &) __TBB_override</td></tr>
<tr class="memdesc:a74596e8e05663573189d7b6c66dfad7c"><td class="mdescLeft"> </td><td class="mdescRight">Increments the trigger threshold. <br/></td></tr>
<tr class="separator:a74596e8e05663573189d7b6c66dfad7c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb90a3427caad6c4ef6d3d590de988bc"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#adb90a3427caad6c4ef6d3d590de988bc">remove_predecessor</a> (<a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> &) __TBB_override</td></tr>
<tr class="memdesc:adb90a3427caad6c4ef6d3d590de988bc"><td class="mdescLeft"> </td><td class="mdescRight">Decrements the trigger threshold. <a href="#adb90a3427caad6c4ef6d3d590de988bc">More...</a><br/></td></tr>
<tr class="separator:adb90a3427caad6c4ef6d3d590de988bc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeca3f784d8d038f1d921de4462660864"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeca3f784d8d038f1d921de4462660864"></a>
<a class="el" href="a00062.html">built_predecessors_type</a> & </td><td class="memItemRight" valign="bottom"><b>built_predecessors</b> () __TBB_override</td></tr>
<tr class="separator:aeca3f784d8d038f1d921de4462660864"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bd80818067d300506d2414ad9d538ba"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8bd80818067d300506d2414ad9d538ba"></a>
void </td><td class="memItemRight" valign="bottom"><b>internal_add_built_predecessor</b> (<a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> &s) __TBB_override</td></tr>
<tr class="separator:a8bd80818067d300506d2414ad9d538ba"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af391292d8fc91b05a9463c9de5650eb3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af391292d8fc91b05a9463c9de5650eb3"></a>
void </td><td class="memItemRight" valign="bottom"><b>internal_delete_built_predecessor</b> (<a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> &s) __TBB_override</td></tr>
<tr class="separator:af391292d8fc91b05a9463c9de5650eb3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aee2377550449825b0449968611cf04eb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee2377550449825b0449968611cf04eb"></a>
void </td><td class="memItemRight" valign="bottom"><b>copy_predecessors</b> (predecessor_list_type &v) __TBB_override</td></tr>
<tr class="separator:aee2377550449825b0449968611cf04eb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a20bd723b393799ecef6ea764296f6f81"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a20bd723b393799ecef6ea764296f6f81"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>predecessor_count</b> () __TBB_override</td></tr>
<tr class="separator:a20bd723b393799ecef6ea764296f6f81"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_a00124"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a00124')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="a00124.html">tbb::flow::interface10::receiver< continue_msg ></a></td></tr>
<tr class="memitem:a6545b1434a16ee261ed6c4ee7f9044a6 inherit pub_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6545b1434a16ee261ed6c4ee7f9044a6"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#a6545b1434a16ee261ed6c4ee7f9044a6">try_put</a> (const typename <a class="el" href="a00015.html">internal::async_helpers</a>< <a class="el" href="a00054.html">continue_msg</a> >::<a class="el" href="a00054.html">filtered_type</a> &t)</td></tr>
<tr class="memdesc:a6545b1434a16ee261ed6c4ee7f9044a6 inherit pub_methods_a00124"><td class="mdescLeft"> </td><td class="mdescRight">Put an item to the receiver. <br/></td></tr>
<tr class="separator:a6545b1434a16ee261ed6c4ee7f9044a6 inherit pub_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac4f0b65672f9c488e6c8e069e1afaebd inherit pub_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac4f0b65672f9c488e6c8e069e1afaebd"></a>
bool </td><td class="memItemRight" valign="bottom"><b>try_put</b> (const typename <a class="el" href="a00015.html">internal::async_helpers</a>< <a class="el" href="a00054.html">continue_msg</a> >::async_type &t)</td></tr>
<tr class="separator:ac4f0b65672f9c488e6c8e069e1afaebd inherit pub_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9717a7ab9ad56f3210c08dbb320def77 inherit pub_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9717a7ab9ad56f3210c08dbb320def77"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#a9717a7ab9ad56f3210c08dbb320def77">try_put</a> (const <a class="el" href="a00054.html">continue_msg</a> &t)</td></tr>
<tr class="memdesc:a9717a7ab9ad56f3210c08dbb320def77 inherit pub_methods_a00124"><td class="mdescLeft"> </td><td class="mdescRight">Put an item to the receiver. <br/></td></tr>
<tr class="separator:a9717a7ab9ad56f3210c08dbb320def77 inherit pub_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad2f3f8570b3fed4148baf16e72b04f38 inherit pub_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad2f3f8570b3fed4148baf16e72b04f38"></a>
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="a00124.html#ad2f3f8570b3fed4148baf16e72b04f38">~receiver</a> ()</td></tr>
<tr class="memdesc:ad2f3f8570b3fed4148baf16e72b04f38 inherit pub_methods_a00124"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br/></td></tr>
<tr class="separator:ad2f3f8570b3fed4148baf16e72b04f38 inherit pub_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_a00169"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a00169')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="a00169.html">tbb::flow::interface10::internal::untyped_receiver</a></td></tr>
<tr class="memitem:a3526273f06127ae9eaaa1a18744d0a81 inherit pub_methods_a00169"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3526273f06127ae9eaaa1a18744d0a81"></a>
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="a00169.html#a3526273f06127ae9eaaa1a18744d0a81">~untyped_receiver</a> ()</td></tr>
<tr class="memdesc:a3526273f06127ae9eaaa1a18744d0a81 inherit pub_methods_a00169"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br/></td></tr>
<tr class="separator:a3526273f06127ae9eaaa1a18744d0a81 inherit pub_methods_a00169"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a92cf020b790bb8edfb0e0c6e4192b72a inherit pub_methods_a00169"><td class="memTemplParams" colspan="2"><a class="anchor" id="a92cf020b790bb8edfb0e0c6e4192b72a"></a>
template<typename X > </td></tr>
<tr class="memitem:a92cf020b790bb8edfb0e0c6e4192b72a inherit pub_methods_a00169"><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00169.html#a92cf020b790bb8edfb0e0c6e4192b72a">try_put</a> (const X &t)</td></tr>
<tr class="memdesc:a92cf020b790bb8edfb0e0c6e4192b72a inherit pub_methods_a00169"><td class="mdescLeft"> </td><td class="mdescRight">Put an item to the receiver. <br/></td></tr>
<tr class="separator:a92cf020b790bb8edfb0e0c6e4192b72a inherit pub_methods_a00169"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a67ded0141aa65e09633d50421b1ffea8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67ded0141aa65e09633d50421b1ffea8"></a>
task * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a67ded0141aa65e09633d50421b1ffea8">try_put_task</a> (const <a class="el" href="a00055.html#a24e64153a8f1bf284d5d7ba980ac0866">input_type</a> &) __TBB_override</td></tr>
<tr class="memdesc:a67ded0141aa65e09633d50421b1ffea8"><td class="mdescLeft"> </td><td class="mdescRight">Put item to successor; return task to run the successor if possible. <br/></td></tr>
<tr class="separator:a67ded0141aa65e09633d50421b1ffea8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8d3c9bfbf36e9e743bb7f5954e061d49"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8d3c9bfbf36e9e743bb7f5954e061d49"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a8d3c9bfbf36e9e743bb7f5954e061d49">reset_receiver</a> (reset_flags f) __TBB_override</td></tr>
<tr class="memdesc:a8d3c9bfbf36e9e743bb7f5954e061d49"><td class="mdescLeft"> </td><td class="mdescRight">put receiver back in initial state <br/></td></tr>
<tr class="separator:a8d3c9bfbf36e9e743bb7f5954e061d49"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3efb5c784ac38993df3bbcee009add6a"><td class="memItemLeft" align="right" valign="top">virtual task * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00055.html#a3efb5c784ac38993df3bbcee009add6a">execute</a> ()=0</td></tr>
<tr class="memdesc:a3efb5c784ac38993df3bbcee009add6a"><td class="mdescLeft"> </td><td class="mdescRight">Does whatever should happen when the threshold is reached. <a href="#a3efb5c784ac38993df3bbcee009add6a">More...</a><br/></td></tr>
<tr class="separator:a3efb5c784ac38993df3bbcee009add6a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a83eea0e877f085b052c5e2e759a80d9e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a83eea0e877f085b052c5e2e759a80d9e"></a>
bool </td><td class="memItemRight" valign="bottom"><b>is_continue_receiver</b> () __TBB_override</td></tr>
<tr class="separator:a83eea0e877f085b052c5e2e759a80d9e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_a00124"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_a00124')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="a00124.html">tbb::flow::interface10::receiver< continue_msg ></a></td></tr>
<tr class="memitem:afa535fb621f3744149fb97da1d020503 inherit pro_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa535fb621f3744149fb97da1d020503"></a>
virtual task * </td><td class="memItemRight" valign="bottom"><b>try_put_task_wrapper</b> (const void *p, bool is_async) __TBB_override</td></tr>
<tr class="separator:afa535fb621f3744149fb97da1d020503 inherit pro_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab54afb91692e9cfb10470c575e46ac0a inherit pro_methods_a00124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab54afb91692e9cfb10470c575e46ac0a"></a>
virtual graph & </td><td class="memItemRight" valign="bottom"><b>graph_reference</b> ()=0</td></tr>
<tr class="separator:ab54afb91692e9cfb10470c575e46ac0a inherit pro_methods_a00124"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_a00169"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_a00169')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="a00169.html">tbb::flow::interface10::internal::untyped_receiver</a></td></tr>
<tr class="memitem:a1d7af888a2ea8e0034c7c84cab813eb8 inherit pro_methods_a00169"><td class="memTemplParams" colspan="2"><a class="anchor" id="a1d7af888a2ea8e0034c7c84cab813eb8"></a>
template<typename X > </td></tr>
<tr class="memitem:a1d7af888a2ea8e0034c7c84cab813eb8 inherit pro_methods_a00169"><td class="memTemplItemLeft" align="right" valign="top">task * </td><td class="memTemplItemRight" valign="bottom"><b>try_put_task</b> (const X &t)</td></tr>
<tr class="separator:a1d7af888a2ea8e0034c7c84cab813eb8 inherit pro_methods_a00169"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:ab7ecac3889ffd28178d06b1bcf0d32c9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab7ecac3889ffd28178d06b1bcf0d32c9"></a>
<a class="el" href="a00062.html">built_predecessors_type</a> </td><td class="memItemRight" valign="bottom"><b>my_built_predecessors</b></td></tr>
<tr class="separator:ab7ecac3889ffd28178d06b1bcf0d32c9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6e2d98eca7c559c4d40b4deabbca20b5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6e2d98eca7c559c4d40b4deabbca20b5"></a>
<a class="el" href="a00145.html">spin_mutex</a> </td><td class="memItemRight" valign="bottom"><b>my_mutex</b></td></tr>
<tr class="separator:a6e2d98eca7c559c4d40b4deabbca20b5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5047ebc93e5fc6001d2e2dab649ba9f0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5047ebc93e5fc6001d2e2dab649ba9f0"></a>
int </td><td class="memItemRight" valign="bottom"><b>my_predecessor_count</b></td></tr>
<tr class="separator:a5047ebc93e5fc6001d2e2dab649ba9f0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a243f873da0d37967f79f0214ac23ce16"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a243f873da0d37967f79f0214ac23ce16"></a>
int </td><td class="memItemRight" valign="bottom"><b>my_current_count</b></td></tr>
<tr class="separator:a243f873da0d37967f79f0214ac23ce16"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae4e90ceedd72a6089cf05f81db0bc4c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aae4e90ceedd72a6089cf05f81db0bc4c"></a>
int </td><td class="memItemRight" valign="bottom"><b>my_initial_predecessor_count</b></td></tr>
<tr class="separator:aae4e90ceedd72a6089cf05f81db0bc4c"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:abaf9bf74ca5f2854d09f5f07337280eb"><td class="memTemplParams" colspan="2"><a class="anchor" id="abaf9bf74ca5f2854d09f5f07337280eb"></a>
template<typename R , typename B > </td></tr>
<tr class="memitem:abaf9bf74ca5f2854d09f5f07337280eb"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>run_and_put_task</b></td></tr>
<tr class="separator:abaf9bf74ca5f2854d09f5f07337280eb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1360e38efe396058978cf3754ad620f5"><td class="memTemplParams" colspan="2"><a class="anchor" id="a1360e38efe396058978cf3754ad620f5"></a>
template<typename X , typename Y > </td></tr>
<tr class="memitem:a1360e38efe396058978cf3754ad620f5"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>internal::broadcast_cache</b></td></tr>
<tr class="separator:a1360e38efe396058978cf3754ad620f5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acbd9ac2610587a99cd7d43344297cc49"><td class="memTemplParams" colspan="2"><a class="anchor" id="acbd9ac2610587a99cd7d43344297cc49"></a>
template<typename X , typename Y > </td></tr>
<tr class="memitem:acbd9ac2610587a99cd7d43344297cc49"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>internal::round_robin_cache</b></td></tr>
<tr class="separator:acbd9ac2610587a99cd7d43344297cc49"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05ec930a348f7eed564236d00edbda24"><td class="memTemplParams" colspan="2"><a class="anchor" id="a05ec930a348f7eed564236d00edbda24"></a>
template<typename U > </td></tr>
<tr class="memitem:a05ec930a348f7eed564236d00edbda24"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>limiter_node</b></td></tr>
<tr class="separator:a05ec930a348f7eed564236d00edbda24"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73cd25db4e6e9497940262f70f3ffc54"><td class="memTemplParams" colspan="2"><a class="anchor" id="a73cd25db4e6e9497940262f70f3ffc54"></a>
template<typename TT , typename M > </td></tr>
<tr class="memitem:a73cd25db4e6e9497940262f70f3ffc54"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>internal::successor_cache</b></td></tr>
<tr class="separator:a73cd25db4e6e9497940262f70f3ffc54"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Base class for receivers of completion messages. </p>
<p>These receivers automatically reset, but cannot be explicitly waited on </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a3efb5c784ac38993df3bbcee009add6a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual task* tbb::flow::interface10::continue_receiver::execute </td>
<td>(</td>
<td class="paramname">)</td><td></td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Does whatever should happen when the threshold is reached. </p>
<p>This should be very fast or else spawn a task. This is called while the sender is blocked in the <a class="el" href="a00124.html#a6545b1434a16ee261ed6c4ee7f9044a6" title="Put an item to the receiver. ">try_put()</a>. </p>
<p>Referenced by <a class="el" href="a00055.html#a67ded0141aa65e09633d50421b1ffea8">try_put_task()</a>.</p>
</div>
</div>
<a class="anchor" id="adb90a3427caad6c4ef6d3d590de988bc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool tbb::flow::interface10::continue_receiver::remove_predecessor </td>
<td>(</td>
<td class="paramtype"><a class="el" href="a00169.html#ac67c0cefe2663c84854a299384934688">predecessor_type</a> & </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 class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Decrements the trigger threshold. </p>
<p>Does not check to see if the removal of the predecessor now makes the current count exceed the new threshold. So removing a predecessor while the graph is active can cause unexpected results. </p>
<p>Reimplemented from <a class="el" href="a00124.html#ab3ce4335dd5d73823c6568f3dfd704f0">tbb::flow::interface10::receiver< continue_msg ></a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00194.html">flow_graph.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p></p>
Copyright © 2005-2018 Intel Corporation. All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
| gallenmu/MoonGen | libmoon/deps/tbb/doc/html/a00055.html | HTML | mit | 34,754 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30724_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="page31.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 550px; margin-top: 192px;">
<p class="styleSans28.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1009px; margin-top: 246px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 357px;">
<img src="images/tmpHe00WO.png" alt="tmpHe00WO.png" />
</div>
<div style="position: absolute; margin-left: 517px; margin-top: 330px;">
<p class="styleSans41.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1030px; margin-top: 330px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1567px; margin-top: 550px;">
<p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">PUMPING SCHEDULE </p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 742px;">
<p class="styleSans133.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>Stage 2 <br/> <br/>Fluid Name _ bbl/min —-E-— <br/> <br/>Pre PAD 10000 —IIE15% HCL m_ HCI 15 m_—-m_ _fl_ YF128FIexD + J450 @ 2 t 12000 —-E_ <br/> <br/> <br/>arm-ram— PIE-{mm-Hfl_ E_fl_—-!I_ <br/>Stage DESCI’iDtIOHS f Flusn Volumes <br/> <br/>Stage Description Flush Fluids Hugs/alum <br/>Stage 2 (Perf M0 = 20208.0 - 20376.0 ft) —_ <br/> </p>
</div>
<div style="position: absolute; margin-left: 550px; margin-top: 1595px;">
<p class="styleSans57.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/>Fluid Totals <br/>Proppant Totavs <br/>None 20/40 White Sand 76000 lb None 18/40 VersaPro 32000 lb <br/> </p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 2117px;">
<p class="styleSans145.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/>T18atn1e111Executlon <br/>Step Name Step Liquid Cum. Liquid Step Prop. Cum. Prop. Step Time Cum. Time Volume Volume Mass Mass PrePAD 10000 10000 n“ 15% HCL 1000 11000 “um. -E_ 12000 23000 -_-_-I1.0 PPA 8000 31000 8000 8000 m2.0 PPA 8000 39000 16000 24000 -E3.0 PPA 8000 47000 24000 48000 .6 <br/> <br/> <br/>a. 3 s PPA 8000 55000 28000 76000 4.0 PPA 8000 63000 32000 108000 Pre Flush 1000 64000 -_ 108000 -E_ </p>
</div>
<div style="position: absolute; margin-left: 1650px; margin-top: 2915px;">
<p class="styleSans33.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Schlumherger </p>
</div>
<div style="position: absolute; margin-left: 1375px; margin-top: 220px;">
<img src="images/tmpfeA28H.png" alt="tmpfeA28H.png" />
</div>
<div style="position: absolute; margin-left: 1870px; margin-top: 192px;">
<p class="styleSans44.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W30724_text/page32.html | HTML | mit | 3,964 |
<!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>
Revive Home Staging 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=1492314742462&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=39182&V_SEARCH.docsStart=39181&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=39180&V_DOCUMENT.docRank=39181&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492314756028&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567145350&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=39182&V_DOCUMENT.docRank=39183&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492314756028&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567083795&profileId=&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>
Revive Home Staging Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Revive Home Staging Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.revivehomestaging.ca"
target="_blank" title="Website URL">http://www.revivehomestaging.ca</a></p>
<p><a href="mailto:pamela@revivehomestaging.ca" title="pamela@revivehomestaging.ca">pamela@revivehomestaging.ca</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">
403 Millwood Dr.<br/>
MIDDLE SACKVILLE,
Nova Scotia<br/>
B4E 2E8
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
403 Millwood Dr.<br/>
MIDDLE SACKVILLE,
Nova Scotia<br/>
B4E 2E8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(902) 240-0484
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567149780&graphFileName=Revive+Home+Staging+&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Are you looking for a Home Stager in Halifax, NS? Revive Home Staging will ensure your real estate listing shows beautifully, highlighting the best features and attract the right buyers.
<br>
<br>Our home staging services include: staging for military relocation; staging consultation that will provide direction to prepare your home for sale that results in immediate results. Preparing your home for sale which includes selecting and arranging for furniture rental; shopping for decor and accessories or rental of Revive Home Staging inventory; colour consultations; photos of your home after staging if not provided by your realtor; model home staging; income property staging.
<br>
<br>A consultation with Revive Home Staging Inc. will provide you with the detailed directions you need to prepare your home for listing, or we can manage the project for you. Most potential buyers will view your home listing online before scheduling a viewing, let Revive Home Staging create that move in ready look that buyers want. A well staged home will warrant a higher listing price with your agent because buyers are willing to pay more for an updated home. Statistics show that homes that are professionally staged will sell faster and for more money. Home staging will allow your home to stand out above the rest!
<br><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>
Pamela
MacKinnon
</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">
(902) 240-0484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
pamela@revivehomestaging.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
812990 - All Other Personal Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
531390 - Other Activities Related to Real Estate<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Real Estate Home Staging in Halifax, NS<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Home staging is the process of preparing a home for sale. Revive Home Staging works with clients to present their home in the most positive light to appeal to the broadest range of buyers. With de-personalizing and decluttering rooms in your home, rearranging furniture to create space and bringing in key decorative pieces, this will allow the potential buyer to see themselves living in the home. <br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<h3 class="page-header">
Sector information
</h3>
<section class="container-fluid">
<h4>
Key / Major clients:
</h4>
Real Estate Agents in the Halifax Regional Municipality
<br>
Home Owners in the Halifax Regional Municipality
<br>
Income Property Owners in the Halifax Regional Municipality
<br>
Property Developers for Model Homes in the Halifax Regional Municipality
<h4>
Success stories:
</h4>
A Home Owner in downtown Halifax, Nova Scotia contacted Revive Home Staging after their home had been listed for many months without a successful sale. As they had already relocated to another province they were eager to have their home staged. Revive Home Staging provided full home staging services and rental inventory for this spacious vacant home which resulted in a successful sale!
<br>
<br>
Cassandra Gagnon, Realtor at Royal LePage Atlantic has hired Revive Home Staging on numerous occasions to provide home staging services for her clients in Dartmouth, Bedford and Lower Sackville. This resulted in many successful real estate listing sales in under 31 days.
<br>
<br>
Kelly Hogan Smith, Realtor at Exit Realty Metro has hired Revive Home Staging to provide a home staging consultation for her clients in Tantallon, Nova Scotia. Twice, they had previously tried to sell their home on their own with no success. After her clients followed all of Revive Home Staging's recommendations, they then hired us to provide a full home staging service including inventory rental. This resulted in a successful sale in four days!
<br>
<br>
Revive Home Staging was hired by Pam Cherington of Red Door Realty to provide a home staging consultation in downtown Halifax, Nova Scotia. Her clients then hired us to provide a full home staging service including inventory rental. This resulted in an accepted offer on the day of listing, with an additional backup offer from the second couple who viewed the home. Another success!
<br>
<br>
A home owner in Bedford, Nova Scotia contacted Revive Home Staging after their home had been listed twice without success. We provided home staging services and rental inventory for this large vacant home, which resulted in a successful sale.
<h4>
Testimonial:
</h4>
After several months on the market, we approached Pamela to stage our home because she was familiar with government relocations. With our home being vacant, we received various comments about our counter tops, which although particular, were not deal breakers, but kept coming up. Pamela met with us and was very friendly, attentive and best of all, creative. She came in prepared, having reviewed our house online to get a sense of what she had ahead of her.
<br>
She immediately saw the potential in our house and set to making it stylish and appealing.
<br>
When we discussed the counters' colour, rather than seeing it as an obstacle, she worked around it - throughout the house. The colour became the jumping off point for her entire job. She made our home warm, welcoming and very inviting.
<br>
Once staged, the house received many, many compliments for its attractive decor. A number of our friends joked they would move in to the house, and when a neighbour across the street saw the updated MLS pictures, emailed our realtor asking for Pamela's name since she needed some advice of her own.
<br>
Pamela took the time to create and share social media posts of our house to various sites, and reposted again for more exposure. She wanted to continue the viewing traffic on the house and we appreciated that.
<br>
We would absolutely recommend Pamela since she was efficient, clever and very professional. Thank you!
<br>
Jill Scott, Halifax, NS
</section>
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Pamela
MacKinnon
</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">
(902) 240-0484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
pamela@revivehomestaging.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
812990 - All Other Personal Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
531390 - Other Activities Related to Real Estate<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Real Estate Home Staging in Halifax, NS<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Home staging is the process of preparing a home for sale. Revive Home Staging works with clients to present their home in the most positive light to appeal to the broadest range of buyers. With de-personalizing and decluttering rooms in your home, rearranging furniture to create space and bringing in key decorative pieces, this will allow the potential buyer to see themselves living in the home. <br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel7">
<summary>
Sector
</summary>
<h2 class="wb-invisible">
Sector information
</h2>
<section class="container-fluid">
<h4>
Key / Major clients:
</h4>
Real Estate Agents in the Halifax Regional Municipality
<br>
Home Owners in the Halifax Regional Municipality
<br>
Income Property Owners in the Halifax Regional Municipality
<br>
Property Developers for Model Homes in the Halifax Regional Municipality
<h4>
Success stories:
</h4>
A Home Owner in downtown Halifax, Nova Scotia contacted Revive Home Staging after their home had been listed for many months without a successful sale. As they had already relocated to another province they were eager to have their home staged. Revive Home Staging provided full home staging services and rental inventory for this spacious vacant home which resulted in a successful sale!
<br>
<br>
Cassandra Gagnon, Realtor at Royal LePage Atlantic has hired Revive Home Staging on numerous occasions to provide home staging services for her clients in Dartmouth, Bedford and Lower Sackville. This resulted in many successful real estate listing sales in under 31 days.
<br>
<br>
Kelly Hogan Smith, Realtor at Exit Realty Metro has hired Revive Home Staging to provide a home staging consultation for her clients in Tantallon, Nova Scotia. Twice, they had previously tried to sell their home on their own with no success. After her clients followed all of Revive Home Staging's recommendations, they then hired us to provide a full home staging service including inventory rental. This resulted in a successful sale in four days!
<br>
<br>
Revive Home Staging was hired by Pam Cherington of Red Door Realty to provide a home staging consultation in downtown Halifax, Nova Scotia. Her clients then hired us to provide a full home staging service including inventory rental. This resulted in an accepted offer on the day of listing, with an additional backup offer from the second couple who viewed the home. Another success!
<br>
<br>
A home owner in Bedford, Nova Scotia contacted Revive Home Staging after their home had been listed twice without success. We provided home staging services and rental inventory for this large vacant home, which resulted in a successful sale.
<h4>
Testimonial:
</h4>
After several months on the market, we approached Pamela to stage our home because she was familiar with government relocations. With our home being vacant, we received various comments about our counter tops, which although particular, were not deal breakers, but kept coming up. Pamela met with us and was very friendly, attentive and best of all, creative. She came in prepared, having reviewed our house online to get a sense of what she had ahead of her.
<br>
She immediately saw the potential in our house and set to making it stylish and appealing.
<br>
When we discussed the counters' colour, rather than seeing it as an obstacle, she worked around it - throughout the house. The colour became the jumping off point for her entire job. She made our home warm, welcoming and very inviting.
<br>
Once staged, the house received many, many compliments for its attractive decor. A number of our friends joked they would move in to the house, and when a neighbour across the street saw the updated MLS pictures, emailed our realtor asking for Pamela's name since she needed some advice of her own.
<br>
Pamela took the time to create and share social media posts of our house to various sites, and reposted again for more exposure. She wanted to continue the viewing traffic on the house and we appreciated that.
<br>
We would absolutely recommend Pamela since she was efficient, clever and very professional. Thank you!
<br>
Jill Scott, Halifax, NS
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-06-06
</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&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&WT.js=No&WT.tv=9.4.0&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/234567149780.html | HTML | mit | 45,378 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - SAMSUNG-SGH-A737</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">
SAMSUNG-SGH-A737
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a>
<!-- Modal Structure -->
<div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => SAMSUNG-SGH-A737
[family] => Samsung SGH-A737
[brand] => Samsung
[model] => SGH-A737
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>SAMSUNG-SGH-A737 </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] =>
[browser] => SAMSUNG-SGH-A737
[version] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] =>
[browserVersion] =>
[osName] =>
[osVersion] =>
[deviceModel] => Samsung
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.2184</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] => 1
[type] => mobile-browser
[mobile_brand] => Samsung
[mobile_model] => SGH-A737
[version] =>
[is_android] =>
[browser_name] => unknown
[operating_system_family] => unknown
[operating_system_version] =>
[is_ios] =>
[producer] => Samsung
[operating_system] => unknown
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td>smartphone</td><td>yes</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-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] =>
[operatingSystem] => Array
(
)
[device] => Array
(
[brand] => SA
[brandName] => Samsung
[model] => SGH-A737
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] =>
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</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</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] =>
[minor] =>
[patch] =>
[family] => Other
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => Samsung
[model] => SGH-A737
[family] => Samsung SGH-A737
)
[originalUserAgent] => SAMSUNG-SGH-A737
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UserAgentStringCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.234</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] =>
[simple_sub_description_string] =>
[simple_browser_string] =>
[browser_version] =>
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] =>
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] =>
[operating_system_version] =>
[simple_operating_platform_string] => Samsung SGH-A737
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Samsung
[operating_system] =>
[operating_system_version_full] =>
[operating_platform_code] => SGH-A737
[browser_name] =>
[operating_system_name_code] =>
[user_agent] => SAMSUNG-SGH-A737
[browser_version_full] =>
[browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</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
(
[device] => Array
(
[type] => mobile
[subtype] => feature
[manufacturer] => Samsung
[model] => SGH-A737
)
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</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] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] =>
[advertised_device_os_version] =>
[advertised_browser] =>
[advertised_browser_version] =>
[complete_device_name] => Samsung SGH-A737
[device_name] => Samsung SGH-A737
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Samsung
[model_name] => SGH-A737
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => true
[uaprof] => http://wap.samsungmobile.com/uaprof/A737UAProf.xml
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] => Access Netfront
[mobile_browser_version] => 3.4
[device_os_version] =>
[pointing_method] =>
[release_date] => 2002_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => true
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => 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] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => true
[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] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 3
[preferred_markup] => html_wi_oma_xhtmlmp_1_0
[wml_1_1] => true
[wml_1_2] => true
[wml_1_3] => true
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => 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] => false
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 176
[resolution_height] => 220
[columns] => 20
[max_image_width] => 176
[max_image_height] => 200
[rows] => 16
[physical_screen_width] => 32
[physical_screen_height] => 40
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[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] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => true
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 384
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 40000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => true
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => true
[ringtone_midi_polyphonic] => true
[ringtone_imelody] => true
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => true
[ringtone_rmf] => false
[ringtone_xmf] => true
[ringtone_amr] => true
[ringtone_awb] => false
[ringtone_aac] => true
[ringtone_wav] => false
[ringtone_mp3] => true
[ringtone_spmidi] => true
[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] => true
[oma_v_1_0_forwardlock] => true
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 30
[streaming_vcodec_h263_3] => 10
[streaming_vcodec_mpeg4_sp] => 3
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => true
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => false
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => true
[j2me_cldc_1_1] => true
[j2me_midp_1_0] => true
[j2me_midp_2_0] => true
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 176
[j2me_screen_height] => 220
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => true
[sender] => true
[mms_max_size] => 614400
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => true
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => false
[mms_png] => true
[mms_bmp] => true
[mms_wbmp] => true
[mms_amr] => true
[mms_wav] => true
[mms_midi_monophonic] => true
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => true
[mms_mmf] => true
[mms_mp3] => true
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => true
[mms_vcalendar] => true
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => true
[mms_mp4] => true
[mms_3gpp] => true
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => true
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => true
[sp_midi] => true
[rmf] => false
[xmf] => true
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => true
[au] => false
[amr] => true
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => true
[playback_vcodec_h263_0] => 30
[playback_vcodec_h263_3] => 10
[playback_vcodec_mpeg4_sp] => 3
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => lc
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
)
)
</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> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-A737</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => #
[title] => Unknown
[name] => Unknown
[version] =>
[code] => null
[image] => img/16/browser/null.png
)
[os] => Array
(
[link] =>
[name] =>
[version] =>
[code] => null
[x64] =>
[title] =>
[type] => os
[dir] => os
[image] => img/16/os/null.png
)
[device] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung SGH-A737
[model] => SGH-A737
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.png
)
[platform] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung SGH-A737
[model] => SGH-A737
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.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 07:52:44</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/1c/b9/1cb98eb7-11d2-4bff-a691-299077ef45aa.html | HTML | mit | 41,100 |
<HTML><HEAD>
<TITLE>Review for Story of Us, The (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0160916">Story of Us, The (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Christopher+Null">Christopher Null</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> THE STORY OF US
A film review by Christopher Null
Copyright 1999 Christopher Null
filmcritic.com</PRE>
<P> Okay, let's get thing straight, right up front. If you have been
led to believe from the trailers that THE STORY OF US is a romantic
comedy, you are in for a huge shock. This is a mean, bad, melodramatic
horror story about two bickering people. There is little comedy to be
had in the entire thing.</P>
<P> Which is a surprise. This is the man who brought us the masterful
comedy WHEN HARRY MET SALLY. And here we are, with people on couches,
talking to the camera about their relationship. Same premise, right?
Ohhhhhhh noooooo. THE STORY OF US can be summed up quite simply: Bruce
Willis and Michelle Pfeiffer *hate* each other. They spend two hours
yelling, cursing, crying, and pouting. Then maybe they get back
together. The end.</P>
<P> Great film? Uh, no. Proof that people like Rob Reiner have too
much power. When you find yourself spending the whole film trying to
read the wine labels in the scenes, you know you're watching something
that's going to be remembered as one of the worst films of the year.
Even the music is annoying the same acoustic guitar-based Eric Clapton
song is played at least six times.</P>
<PRE> This is not an exaggeration.</PRE>
<P> Aside from a (very) few chuckles, this film is completely without
merit. It's mean-spirited and just plain offensive.</P>
<P> As usual, I saw this movie with my wife. If our marriage can
survive THE STORY OF US, well, it can survive anything.</P>
<PRE>RATING: *1/2</PRE>
<PRE>|------------------------------|
\ ***** Perfection \
\ **** Good, memorable film \
\ *** Average, hits and misses \
\ ** Sub-par on many levels \
\ * Unquestionably awful \
|------------------------------|</PRE>
<PRE>MPAA Rating: R</PRE>
<P>Director: Rob Reiner
Producer: Rob Reiner, Alan Zweibel, Jessie Nelson
Writer: Alan Zweibel, Jessie Nelson
Starring: Bruce Willis, Michelle Pfeiffer, Julie Hagerty, Red Buttons,
Rob Reiner, Paul Reiser, Betty White, Rita Wilson</P>
<PRE><A HREF="http://www.thestoryofus.net/">http://www.thestoryofus.net/</A></PRE>
<P>Christopher Null - <A HREF="mailto:null@filmcritic.com">null@filmcritic.com</A> - <A HREF="http://www.filmcritic.com">http://www.filmcritic.com</A>
Author - Network Administrator's Reference, 1999
<A HREF="http://www.amazon.com/exec/obidos/ASIN/0078825881/filmcriticcom">http://www.amazon.com/exec/obidos/ASIN/0078825881/filmcriticcom</A></P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/21038.html | HTML | mit | 3,881 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<p>Hello world! This is an example to demonstrate integration between Backbone and Ractive.</p>
<div id="testDiv"></div>
<script id="testTmpl" type="x-template">
<table class='superheroes'>
<tr>
<th>#</th>
<th class='sortable {{ sortColumn === "name" ? "sorted" : "" }}'
on-tap='sort:name'>Superhero name</th>
<th class='sortable {{ sortColumn === "realname" ? "sorted" : "" }}'
on-tap='sort:realname'>Real name</th>
<th class='sortable {{ sortColumn === "power" ? "sorted" : "" }}'
on-tap='sort:power'>Superpower</th>
</tr>
{{#each sort(superheroes, sortColumn) :num}}
<tr>
<td>{{++num}}</td>
<td><a href='{{info}}'>{{name}}</a></td>
<td>{{realname}}</td>
<td>{{power}}</td>
</tr>
{{/each}}
</table>
</script>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/vendor/underscore.js"></script>
<script src="js/vendor/backbone.js"></script>
<script src="js/vendor/ractive.js"></script>
<script src="js/vendor/ractive-adaptors-backbone.js"></script>
<script src="js/vendor/ractive-events-tap.js"></script>
<script src="js/models/User.js"></script>
<script src="js/collections/UserList.js"></script>
<script src="js/main.js"></script>
</body>
</html>
| shahbhavir/backbone-ractive | index.html | HTML | mit | 2,643 |
<!DOCTYPE html>
<html lang='fr'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<script src="/js/debugger.js" type="text/javascript" charset="utf-8"></script>
<link href='/css/base.css' media='screen' rel='stylesheet' title='Base CSS' type='text/css' />
<title>ShakaCSS debug</title>
</head>
<body>
<header>
<p id="title-1">SHAKA</p>
<p id="title-2">CSS</p>
<p id="title-3">Debug</p>
</header>
<div id="content">
<p class="test"><span>Click on Polux to test !!!</span></p>
<h1>What is this?</h1>
<dl>
<dt>ShakaCSS is a tiny javascript tool for viewing:</dt>
<dd>• guides as Photoshop style</dd>
<dd>• a grid</dd>
<dd>• a resizable and draggable rule</dd>
</dl>
<p>These small tools make the development of web interface easier.</p>
<dl>
<dt>Its efficiency mainly comes from 2 things:</dt>
<dd>• its deployment on any sites in 1 click, thanks to bookmarklet</dd>
<dd>• registration of variables in a cookie that lets you navigate from one page to another keeping the markers</dd>
</dl>
<h1>Bookmarklet</h1>
<p>Click and drag this link: <a href="javascript:void(function(){if(!document.getElementById('polux')){var%20s=document.createElement('script');s.src='http://shakacss.af83.com/js/debugger.js';document.getElementsByTagName('head')[0].appendChild(s);}}());" class="jqbookmark" title="ShakaCSS">ShakaCSS</a> to your browser bookmark field.</p>
</div>
<footer>
<p>Design by <a href="http://www.shakaman.com" target="_blank">Shakaman</a> for <a href="http://www.af83.com" target="_blank">af83</a> in Paris</p>
</footer>
<div class="ribbon"><a href="http://github.com/shakaman/ShakaCss/" target="_blank">Fork me on GitHub</a></div>
</html>
| shakaman/ShakaCss | index.html | HTML | mit | 1,767 |
<!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.14: v8::Uint8Array 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.11.14
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_uint8_array.html">Uint8Array</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_uint8_array-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Uint8Array Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Uint8Array:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_uint8_array.png" usemap="#v8::Uint8Array_map" alt=""/>
<map id="v8::Uint8Array_map" name="v8::Uint8Array_map">
<area href="classv8_1_1_typed_array.html" alt="v8::TypedArray" shape="rect" coords="0,224,128,248"/>
<area href="classv8_1_1_array_buffer_view.html" alt="v8::ArrayBufferView" shape="rect" coords="0,168,128,192"/>
<area href="classv8_1_1_object.html" alt="v8::Object" shape="rect" coords="0,112,128,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="0,56,128,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,128,24"/>
</map>
</div></div>
<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:a6033f331f7d059456bf871d3a8e8da44"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6033f331f7d059456bf871d3a8e8da44"></a>
static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint8_array.html">Uint8Array</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_array_buffer.html">ArrayBuffer</a> > array_buffer, size_t byte_offset, size_t length)</td></tr>
<tr class="separator:a6033f331f7d059456bf871d3a8e8da44"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3bf7e458abe0be9bc943ba2de6c4f432"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3bf7e458abe0be9bc943ba2de6c4f432"></a>
static V8_INLINE <a class="el" href="classv8_1_1_uint8_array.html">Uint8Array</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr>
<tr class="separator:a3bf7e458abe0be9bc943ba2de6c4f432"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_typed_array"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_typed_array')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_typed_array.html">v8::TypedArray</a></td></tr>
<tr class="memitem:ac3f23cc8171d3be0815df7731140382f inherit pub_static_methods_classv8_1_1_typed_array"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3f23cc8171d3be0815df7731140382f"></a>
static V8_INLINE <a class="el" href="classv8_1_1_typed_array.html">TypedArray</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr>
<tr class="separator:ac3f23cc8171d3be0815df7731140382f inherit pub_static_methods_classv8_1_1_typed_array"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_array_buffer_view"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_array_buffer_view')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_array_buffer_view.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a84db315fe904ca1421c0e8e3f615cccb inherit pub_static_methods_classv8_1_1_array_buffer_view"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a84db315fe904ca1421c0e8e3f615cccb"></a>
static V8_INLINE <a class="el" href="classv8_1_1_array_buffer_view.html">ArrayBufferView</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr>
<tr class="separator:a84db315fe904ca1421c0e8e3f615cccb inherit pub_static_methods_classv8_1_1_array_buffer_view"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr>
<tr class="memitem:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a> (const <a class="el" href="classv8_1_1_persistent_base.html">PersistentBase</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > &object)</td></tr>
<tr class="separator:a324a71142f621a32bfe5738648718370 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">static V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a> (const <a class="el" href="classv8_1_1_persistent_base.html">PersistentBase</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > &object, int index)</td></tr>
<tr class="separator:a65b5a3dc93c0774594f8b0f2ab5481c8 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c397b055e2f5050c6ffc33970669c4d"></a>
static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a0c397b055e2f5050c6ffc33970669c4d inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9ac46d0b164197318ce81dc0ec1343"></a>
static V8_INLINE <a class="el" href="classv8_1_1_object.html">Object</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr>
<tr class="separator:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1_value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae5aa9b54ebed55819c3a4b2a3eb5fe12"></a>
template<class T > </td></tr>
<tr class="memitem:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1_value"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE <a class="el" href="classv8_1_1_value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ae5aa9b54ebed55819c3a4b2a3eb5fe12 inherit pub_static_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_typed_array"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_typed_array')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_typed_array.html">v8::TypedArray</a></td></tr>
<tr class="memitem:abb1047225d53d960c0da9c9f83cd7042 inherit pub_methods_classv8_1_1_typed_array"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_typed_array.html#abb1047225d53d960c0da9c9f83cd7042">Length</a> ()</td></tr>
<tr class="separator:abb1047225d53d960c0da9c9f83cd7042 inherit pub_methods_classv8_1_1_typed_array"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_array_buffer_view"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_array_buffer_view')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_array_buffer_view.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a2ceba3908fbf98ecc81702083127b046 inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_array_buffer.html">ArrayBuffer</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_array_buffer_view.html#a2ceba3908fbf98ecc81702083127b046">Buffer</a> ()</td></tr>
<tr class="separator:a2ceba3908fbf98ecc81702083127b046 inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4739a31269f5ebc5b88a708b9429c688 inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_array_buffer_view.html#a4739a31269f5ebc5b88a708b9429c688">ByteOffset</a> ()</td></tr>
<tr class="separator:a4739a31269f5ebc5b88a708b9429c688 inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9fc7563c97e0b639a6c0a3274995bb3c inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_array_buffer_view.html#a9fc7563c97e0b639a6c0a3274995bb3c">ByteLength</a> ()</td></tr>
<tr class="separator:a9fc7563c97e0b639a6c0a3274995bb3c inherit pub_methods_classv8_1_1_array_buffer_view"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr>
<tr class="memitem:a208583edae8e8da2c083879429ee3184 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a208583edae8e8da2c083879429ee3184"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value, PropertyAttribute attribs=None)</td></tr>
<tr class="separator:a208583edae8e8da2c083879429ee3184 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5779059211f275447f433e7f8a859dd0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5779059211f275447f433e7f8a859dd0"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Set</b> (uint32_t index, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:a5779059211f275447f433e7f8a859dd0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa89f3dce24a3a3431295218d24498c52 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa89f3dce24a3a3431295218d24498c52"></a>
bool </td><td class="memItemRight" valign="bottom"><b>ForceSet</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value, PropertyAttribute attribs=None)</td></tr>
<tr class="separator:aa89f3dce24a3a3431295218d24498c52 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a976f0329ff7465c124652d633d469c06 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a976f0329ff7465c124652d633d469c06"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a976f0329ff7465c124652d633d469c06 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa494683803b31bcedab121929f4b0b17 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa494683803b31bcedab121929f4b0b17"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (uint32_t index)</td></tr>
<tr class="separator:aa494683803b31bcedab121929f4b0b17 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a45506d0a9192b023284b0211e9bf545b inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">PropertyAttribute </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a45506d0a9192b023284b0211e9bf545b">GetPropertyAttributes</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a45506d0a9192b023284b0211e9bf545b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3548568db2a5baa80ffe17c02b3b4880 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3548568db2a5baa80ffe17c02b3b4880"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a3548568db2a5baa80ffe17c02b3b4880 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6850815e31ba9fc75d368c69892cfd8b inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6850815e31ba9fc75d368c69892cfd8b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a6850815e31ba9fc75d368c69892cfd8b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8e7f3b8b70eb17bcb5cc087d5b6746d6 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8e7f3b8b70eb17bcb5cc087d5b6746d6"></a>
bool </td><td class="memItemRight" valign="bottom"><b>ForceDelete</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a8e7f3b8b70eb17bcb5cc087d5b6746d6 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac547af2f2d256d96991ff20159a44bfd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac547af2f2d256d96991ff20159a44bfd"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Has</b> (uint32_t index)</td></tr>
<tr class="separator:ac547af2f2d256d96991ff20159a44bfd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a63f88a22cb5d994eedc1efc79520bc42 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63f88a22cb5d994eedc1efc79520bc42"></a>
bool </td><td class="memItemRight" valign="bottom"><b>Delete</b> (uint32_t index)</td></tr>
<tr class="separator:a63f88a22cb5d994eedc1efc79520bc42 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7590761426aae338f6ab308ff65d491c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7590761426aae338f6ab308ff65d491c"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SetAccessor</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name, <a class="el" href="namespacev8.html#a722613c87061708a4f1aa050d095f868">AccessorGetterCallback</a> getter, AccessorSetterCallback setter=0, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > data=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None)</td></tr>
<tr class="separator:a7590761426aae338f6ab308ff65d491c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afa3eb22c17e71689260fe2b1079705ef inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa3eb22c17e71689260fe2b1079705ef"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SetDeclaredAccessor</b> (<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name, <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_declared_accessor_descriptor.html">DeclaredAccessorDescriptor</a> > descriptor, PropertyAttribute attribute=None, <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT)</td></tr>
<tr class="separator:afa3eb22c17e71689260fe2b1079705ef inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ba2e3e2de77181a0aa48c55c94d2917 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ba2e3e2de77181a0aa48c55c94d2917"></a>
void </td><td class="memItemRight" valign="bottom"><b>SetAccessorProperty</b> (<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name, <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_function.html">Function</a> > getter, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function.html">Function</a> > setter=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function.html">Function</a> >(), PropertyAttribute attribute=None, <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT)</td></tr>
<tr class="separator:a4ba2e3e2de77181a0aa48c55c94d2917 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5b6c320c5a31e2a3ddbd464835c8e9a7 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5b6c320c5a31e2a3ddbd464835c8e9a7">HasPrivate</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_private.html">Private</a> > key)</td></tr>
<tr class="separator:a5b6c320c5a31e2a3ddbd464835c8e9a7 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb91701c8fbad34a4c0ccd3c7e18be28 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb91701c8fbad34a4c0ccd3c7e18be28"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SetPrivate</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_private.html">Private</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:abb91701c8fbad34a4c0ccd3c7e18be28 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4751605ba0c560846832783efca46c71 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4751605ba0c560846832783efca46c71"></a>
bool </td><td class="memItemRight" valign="bottom"><b>DeletePrivate</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_private.html">Private</a> > key)</td></tr>
<tr class="separator:a4751605ba0c560846832783efca46c71 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d99ef0c7c505f1b7182f9fc11f373b0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6d99ef0c7c505f1b7182f9fc11f373b0"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetPrivate</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_private.html">Private</a> > key)</td></tr>
<tr class="separator:a6d99ef0c7c505f1b7182f9fc11f373b0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9f45786246c6e6027b32f685d900a41f inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a9f45786246c6e6027b32f685d900a41f">GetPropertyNames</a> ()</td></tr>
<tr class="separator:a9f45786246c6e6027b32f685d900a41f inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeb48075bdfb7b2b49fe08361a6c4d2a8 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aeb48075bdfb7b2b49fe08361a6c4d2a8">GetOwnPropertyNames</a> ()</td></tr>
<tr class="separator:aeb48075bdfb7b2b49fe08361a6c4d2a8 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a> ()</td></tr>
<tr class="separator:ae8d3fed7d6dbd667c29cabb3039fe7af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab54bbd70d60e62d8bc22a8c8a6be593e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab54bbd70d60e62d8bc22a8c8a6be593e">SetPrototype</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > prototype)</td></tr>
<tr class="separator:ab54bbd70d60e62d8bc22a8c8a6be593e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab2c5f7369abf08ae8f44dc84f5aa335a inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab2c5f7369abf08ae8f44dc84f5aa335a">FindInstanceInPrototypeChain</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > tmpl)</td></tr>
<tr class="separator:ab2c5f7369abf08ae8f44dc84f5aa335a inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeb2f524c806075e5f9032a24afd86869 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aeb2f524c806075e5f9032a24afd86869">ObjectProtoToString</a> ()</td></tr>
<tr class="separator:aeb2f524c806075e5f9032a24afd86869 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6265087e94f67370247cbc7beeedac62 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6265087e94f67370247cbc7beeedac62">GetConstructor</a> ()</td></tr>
<tr class="separator:a6265087e94f67370247cbc7beeedac62 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a> ()</td></tr>
<tr class="separator:a7bbe987794658f20a3ec1b68326305e6 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a> ()</td></tr>
<tr class="separator:aaec28576353eebe6fee113bce2718ecc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8_INLINE <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a> (int index)</td></tr>
<tr class="separator:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a361b1781e7db29b17b063ef31315989e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a361b1781e7db29b17b063ef31315989e">SetInternalField</a> (int index, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:a361b1781e7db29b17b063ef31315989e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8_INLINE void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a> (int index)</td></tr>
<tr class="separator:a435f68bb7ef0f64dd522c5c910682448 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a> (int index, void *value)</td></tr>
<tr class="separator:a0ccba69581f0b5e4e672bab90f26879b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ec4bcaa4e875987cc1845820a733777 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ec4bcaa4e875987cc1845820a733777"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a3ec4bcaa4e875987cc1845820a733777 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5c29998a9ec60802b052f528a1aaa7fd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c29998a9ec60802b052f528a1aaa7fd"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a5c29998a9ec60802b052f528a1aaa7fd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a29dce0e7da968dae54614501f035f7e9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a29dce0e7da968dae54614501f035f7e9"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (uint32_t index)</td></tr>
<tr class="separator:a29dce0e7da968dae54614501f035f7e9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa501acb241c3b3a941b9f48c23b1e1cd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa501acb241c3b3a941b9f48c23b1e1cd"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:aa501acb241c3b3a941b9f48c23b1e1cd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a36273f157697ff5e8e776a1461755182 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a36273f157697ff5e8e776a1461755182">GetRealNamedPropertyInPrototypeChain</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a36273f157697ff5e8e776a1461755182 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0eeeb35c6dc002a8359ebc445a49e964 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a0eeeb35c6dc002a8359ebc445a49e964">GetRealNamedProperty</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a0eeeb35c6dc002a8359ebc445a49e964 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a1e96fcb9ee17101c0299ec68f2cf8610 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a> ()</td></tr>
<tr class="separator:a278913bcd203434870ce5184a538a9af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6e9fe342c0f77995defa6b479d01a3bd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6e9fe342c0f77995defa6b479d01a3bd">TurnOnAccessCheck</a> ()</td></tr>
<tr class="separator:a6e9fe342c0f77995defa6b479d01a3bd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a> ()</td></tr>
<tr class="separator:ac1ece41e81a499920ec3a2a3471653bc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2200482b09feb914dc91d8256671f7f0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a2200482b09feb914dc91d8256671f7f0">SetHiddenValue</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:a2200482b09feb914dc91d8256671f7f0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0fb148558e1749b04a2e13b2c9fa4441 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0fb148558e1749b04a2e13b2c9fa4441"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetHiddenValue</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a0fb148558e1749b04a2e13b2c9fa4441 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab1d274da1949b1f68087728760ee4172 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab1d274da1949b1f68087728760ee4172"></a>
bool </td><td class="memItemRight" valign="bottom"><b>DeleteHiddenValue</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:ab1d274da1949b1f68087728760ee4172 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3c1f8cfb754b5d29d5f1998b2047befd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a3c1f8cfb754b5d29d5f1998b2047befd">IsDirty</a> ()</td></tr>
<tr class="separator:a3c1f8cfb754b5d29d5f1998b2047befd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a> ()</td></tr>
<tr class="separator:a5018c9d085aa71f65530cf1e073a04ad inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a> ()</td></tr>
<tr class="separator:af6966283a7d7e20779961eed434db04d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6c552c4817b9a0eff1fb12b7ef089026 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a6c552c4817b9a0eff1fb12b7ef089026">SetIndexedPropertiesToPixelData</a> (uint8_t *data, int length)</td></tr>
<tr class="separator:a6c552c4817b9a0eff1fb12b7ef089026 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a984cb47ed59b73d3d1b32f393a653cd4 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a984cb47ed59b73d3d1b32f393a653cd4"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInPixelData</b> ()</td></tr>
<tr class="separator:a984cb47ed59b73d3d1b32f393a653cd4 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af2cefd0bcc50b19bb23b93b493ceb3d2 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af2cefd0bcc50b19bb23b93b493ceb3d2"></a>
uint8_t * </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelData</b> ()</td></tr>
<tr class="separator:af2cefd0bcc50b19bb23b93b493ceb3d2 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac6af430db5a41a0c9b6cacb507d95e0d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac6af430db5a41a0c9b6cacb507d95e0d"></a>
int </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelDataLength</b> ()</td></tr>
<tr class="separator:ac6af430db5a41a0c9b6cacb507d95e0d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a530f661dec20ce1a0a1b15a45195418c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a530f661dec20ce1a0a1b15a45195418c">SetIndexedPropertiesToExternalArrayData</a> (void *data, ExternalArrayType array_type, int number_of_elements)</td></tr>
<tr class="separator:a530f661dec20ce1a0a1b15a45195418c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae3c884315aaba6d11d3663a8569fe8f1 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae3c884315aaba6d11d3663a8569fe8f1"></a>
bool </td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInExternalArrayData</b> ()</td></tr>
<tr class="separator:ae3c884315aaba6d11d3663a8569fe8f1 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7763a639b0ec6d35f645d0d2facfd8ce inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7763a639b0ec6d35f645d0d2facfd8ce"></a>
void * </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayData</b> ()</td></tr>
<tr class="separator:a7763a639b0ec6d35f645d0d2facfd8ce inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a02e0652188d3a9c557b07ac2ba037b23 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a02e0652188d3a9c557b07ac2ba037b23"></a>
ExternalArrayType </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataType</b> ()</td></tr>
<tr class="separator:a02e0652188d3a9c557b07ac2ba037b23 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9aa725628f4d3371999663e6611efeb3 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9aa725628f4d3371999663e6611efeb3"></a>
int </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataLength</b> ()</td></tr>
<tr class="separator:a9aa725628f4d3371999663e6611efeb3 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a> ()</td></tr>
<tr class="separator:a23c2c1f23b50fab4a02e2f819641b865 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac8dea845a715de7ad43fcb073dc8c3d9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ac8dea845a715de7ad43fcb073dc8c3d9">CallAsFunction</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > recv, int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > argv[])</td></tr>
<tr class="separator:ac8dea845a715de7ad43fcb073dc8c3d9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afeb999e9225dad0ca8605ed3015b268b inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#afeb999e9225dad0ca8605ed3015b268b">CallAsConstructor</a> (int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > argv[])</td></tr>
<tr class="separator:afeb999e9225dad0ca8605ed3015b268b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr>
<tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr>
<tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr>
<tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr>
<tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a> () const </td></tr>
<tr class="separator:af3e6081c22d09a7bbc0a2aff59ed60a5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr>
<tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr>
<tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr>
<tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr>
<tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr>
<tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr>
<tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr>
<tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a> () const </td></tr>
<tr class="separator:a783c89631bac4ef3c4b909f40cc2b8d8 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr>
<tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a> () const </td></tr>
<tr class="separator:abe7bc06283e5e66013f2f056a943168b inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a> () const </td></tr>
<tr class="separator:a5f4aa9504a6d8fc3af9489330179fe14 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a> () const </td></tr>
<tr class="separator:a3e0f2727455fd01a39a60b92f77e28e0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a> () const </td></tr>
<tr class="separator:a867baa94cb8f1069452359e6cef6751e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a> () const </td></tr>
<tr class="separator:a579fb52e893cdc24f8b77e5acc77d06d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a> () const </td></tr>
<tr class="separator:aae41e43486937d6122c297a0d43ac0b8 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a> () const </td></tr>
<tr class="separator:a93d6a0817b15a1d28050ba16e131e6b4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a> () const </td></tr>
<tr class="separator:a65f9dad740f2468b44dc16349611c351 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a> () const </td></tr>
<tr class="separator:ad54475d15b7e6b6e17fc80fb4570cdf2 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a> () const </td></tr>
<tr class="separator:ac2f2f6c39f14a39fbb5b43577125dfe4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a> () const </td></tr>
<tr class="separator:acbe2cd9c9cce96ee498677ba37c8466d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a> () const </td></tr>
<tr class="separator:ad3cb464ab5ef0215bd2cbdd4eb2b7e3d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a> () const </td></tr>
<tr class="separator:a10a88a2794271dfcd9c3abd565e8f28a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a> () const </td></tr>
<tr class="separator:a4a45fabf58b241f5de3086a3dd0a09ae inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a> () const </td></tr>
<tr class="separator:a928c586639dd75ae4efdaa66b1fc4d50 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a> () const </td></tr>
<tr class="separator:a5e39229dc74d534835cf4ceba10676f4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a> () const </td></tr>
<tr class="separator:a48eac78a49c8b42d9f8cf05c514b3750 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a> () const </td></tr>
<tr class="separator:a4effc7ca1a221dd8c1e23c0f28145ef0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a> () const </td></tr>
<tr class="separator:a293f140b81b0219d1497e937ed948b1e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a> () const </td></tr>
<tr class="separator:afd20ab51e79658acc405c12dad2260ab inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73d653dc4a4999ce7258b40a4d8a1510"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr>
<tr class="separator:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2706d2c0cf684a5179e76e8e404b3a5d"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr>
<tr class="separator:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef5739280886eb7a98ae0e98371dae39"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr>
<tr class="separator:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acff61b07d724079dc3a90d3e3fd57cb3"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr>
<tr class="separator:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af40feaf010e829f2cdb787eb975b941d"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr>
<tr class="separator:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3941f80b54b0707c6153657cc688ac93"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr>
<tr class="separator:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed71590ec8bd5ef7972d7a0d844b2cd7"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr>
<tr class="separator:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5d2c0c0bf58d60f2401d8437df26b0"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr>
<tr class="separator:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a> () const </td></tr>
<tr class="separator:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a392d60e0ab58b5b13c0ac1e5b4b9f04b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr>
<tr class="separator:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4634d525bae654cdc50c398bfaee11aa"></a>
double </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr>
<tr class="separator:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac61c74a94dea10f48a64f5906b6dd43d"></a>
int64_t </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr>
<tr class="separator:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af25557359e6bb79436ed60df18703d66"></a>
uint32_t </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr>
<tr class="separator:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24daae9d99d02ff2e24b60287dcd4d95"></a>
int32_t </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr>
<tr class="separator:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb564818715b818957adc97716a076ba"></a>
bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7e49ca617f5d1773a81bae18a8062084 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7e49ca617f5d1773a81bae18a8062084"></a>
bool </td><td class="memItemRight" valign="bottom"><b>SameValue</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:a7e49ca617f5d1773a81bae18a8062084 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1_value"><td class="memTemplParams" colspan="2"><a class="anchor" id="ac2142bb3ec6527633c4f9133e80cdc19"></a>
template<class T > </td></tr>
<tr class="memitem:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1_value"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_value.html">Value</a> * </td><td class="memTemplItemRight" valign="bottom"><b>Cast</b> (T *value)</td></tr>
<tr class="separator:ac2142bb3ec6527633c4f9133e80cdc19 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_attribs_classv8_1_1_array_buffer_view"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_classv8_1_1_array_buffer_view')"><img src="closed.png" alt="-"/> Static Public Attributes inherited from <a class="el" href="classv8_1_1_array_buffer_view.html">v8::ArrayBufferView</a></td></tr>
<tr class="memitem:a1cccb675b1a91e61411fee5918d451db inherit pub_static_attribs_classv8_1_1_array_buffer_view"><td class="memItemLeft" align="right" valign="top">static const int </td><td class="memItemRight" valign="bottom"><b>kInternalFieldCount</b></td></tr>
<tr class="separator:a1cccb675b1a91e61411fee5918d451db inherit pub_static_attribs_classv8_1_1_array_buffer_view"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An instance of <a class="el" href="classv8_1_1_uint8_array.html">Uint8Array</a> constructor (ES6 draft 15.13.6). This API is experimental and may change significantly. </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:45:50 for V8 API Reference Guide for node.js v0.11.14 by  <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 | 630f0c4/html/classv8_1_1_uint8_array.html | HTML | mit | 77,796 |
<!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>
Jump Advertising 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=1492296214359&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=24931&V_SEARCH.docsStart=24930&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=24929&V_DOCUMENT.docRank=24930&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492296224870&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567137347&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=24931&V_DOCUMENT.docRank=24932&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492296224870&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567036866&profileId=&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>
Jump Advertising Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Jump Advertising Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.jumpadvertising.ca"
target="_blank" title="Website URL">http://www.jumpadvertising.ca</a></p>
<p><a href="mailto:jeremy@jumpadvertising.ca" title="jeremy@jumpadvertising.ca">jeremy@jumpadvertising.ca</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">
2-2365 7th Ave W<br/>
VANCOUVER,
British Columbia<br/>
V6K 1Y4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
2-2365 7th Ave W<br/>
VANCOUVER,
British Columbia<br/>
V6K 1Y4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(604) 739-7998
</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> Jump Advertising Inc. was incorporated in 2003. Jump Advertising Inc. provides branding, advertising, design & digital solutions to small & medium sized companies in British Columbia. <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>
Jeremy
Board
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President & Creative Director<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 739-7998
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
jeremy@jumpadvertising.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541810 - Advertising Agencies
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541430 - Graphic Design Services<br>
541899 - All Other Services Related to Advertising<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Branding, Advertising, Design & Digital<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
HIgh quality communication solutions for small to medium sized businesses. <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>
Jeremy
Board
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President & Creative Director<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 739-7998
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
jeremy@jumpadvertising.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541810 - Advertising Agencies
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541430 - Graphic Design Services<br>
541899 - All Other Services Related to Advertising<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Branding, Advertising, Design & Digital<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
HIgh quality communication solutions for small to medium sized businesses. <br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-09-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&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&WT.js=No&WT.tv=9.4.0&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/234567118150.html | HTML | mit | 33,669 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="lte-ie8" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html lang="en"><!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>GOV.UK - The best place to find government services and information</title>
<script type="text/javascript">
(function(){if(navigator.userAgent.match(/IEMobile\/10\.0/)){var d=document,c="appendChild",a=d.createElement("style");a[c](d.createTextNode("@-ms-viewport{width:auto!important}"));d.getElementsByTagName("head")[0][c](a);}})();
</script>
<!--[if gt IE 8]><!--><link href="../assets/stylesheets/govuk-template.css" media="screen" rel="stylesheet" type="text/css" /><!--<![endif]-->
<!--[if IE 6]><link href="../assets/stylesheets/govuk-template-ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="../assets/stylesheets/govuk-template-ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]><link href="../assets/stylesheets/govuk-template-ie8.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="../assets/stylesheets/govuk-template-print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE 8]>
<script type="text/javascript">
(function(){if(window.opera){return;}
setTimeout(function(){var a=document,g,b={families:(g=
["nta"]),urls:["../assets/stylesheets/fonts-ie8.css"]},
c="../assets/javascripts/vendor/goog/webfont-debug.js",d="script",
e=a.createElement(d),f=a.getElementsByTagName(d)[0],h=g.length;WebFontConfig
={custom:b},e.src=c,f.parentNode.insertBefore(e,f);for(;h=h-1;a.documentElement
.className+=' wf-'+g[h].replace(/\s/g,'').toLowerCase()+'-n4-loading');},0)
})()
</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<link href="../assets/stylesheets/fonts.css" media="all" rel="stylesheet" type="text/css" />
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="../assets/javascripts/ie.js" type="text/javascript"></script>
<![endif]-->
<link rel="shortcut icon" href="../assets/images/favicon.ico" type="image/x-icon" />
<!-- Size for iPad and iPad mini (high resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../assets/images/apple-touch-icon-152x152.png">
<!-- Size for iPhone and iPod touch (high resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../assets/images/apple-touch-icon-120x120.png">
<!-- Size for iPad 2 and iPad mini (standard resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../assets/images/apple-touch-icon-76x76.png">
<!-- Default non-defined size, also used for Android 2.1+ devices -->
<link rel="apple-touch-icon-precomposed" href="../assets/images/apple-touch-icon-60x60.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="../assets/images/opengraph-image.png">
<!--[if gt IE 8]><!--><link href="../assets/stylesheets/elements-page.css" rel="stylesheet" type="text/css"><!--<![endif]-->
<!--[if IE 6]><link href="../assets/stylesheets/elements-page-ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="../assets/stylesheets/elements-page-ie7.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]><link href="../assets/stylesheets/elements-page-ie8.css" rel="stylesheet" type="text/css" /><![endif]-->
<link href="../assets/stylesheets/overrider.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<script type="text/javascript">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
<div id="skiplink-container">
<div>
<a href="#content" class="skiplink">Skip to main content</a>
</div>
</div>
<div id="global-cookie-message">
<p>GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies">Find out more about cookies</a></p>
</div>
<!--end global-cookie-message-->
<header role="banner" id="global-header" class="with-proposition">
<div class="header-wrapper">
<div class="header-global">
<div class="header-logo">
<a href="https://www.gov.uk/" title="Go to the GOV.UK homepage" id="logo" class="content">
<img src="../assets/images/gov.uk_logotype_crown_invert_trans.png" width="35" height="31" alt=""> GOV.UK
</a>
</div>
</div>
<div class="header-proposition">
<div class="content">
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
<nav id="proposition-menu">
<a href="/" id="proposition-name">Conduct Assessment Service</a>
<ul id="proposition-links">
<li><a href="dashboard_stack_v2.html" class="active">Dashboard</a></li>
<li><a href="client_submitted_cases.html">Submitted Cases</a></li>
<li><a href="client_users.html">Manage Team</a></li>
<li><a href="change_password.html">Change Password</a></li>
<li><a href="client_logout.html">Logout</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!--end header-->
<div id="global-header-bar"></div>
<!--end global-header-bar-->
<main class="elements-index" id="content" role="main">
<div class="phase-banner-beta">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is a new service – your <a href="#">feedback</a> will help us to improve it.</span>
</p>
</div>
<div id="global-breadcrumb">
<ol>
<li><a href="/">Conduct Assessment Service</a></li>
<li><a href="/">Dashboard</a></li>
<li>AdventureWorks Cycles Limited</li>
</ol>
</div>
<!-- start of form -->
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">
<span class="heading-secondary">NCL18829292</span>
AdventureWorks Cycles Limited
</h1>
<form role="form" method="get" action="case_3b_director_details.html" aria-label="Director details">
<h1 class="form-title heading-large">Director details</h1>
<fieldset class="inline">
<div class="form-group" role="radiogroup" aria-label="Title/salutation" >
<legend class="visually-hidden">Title</legend>
<label for="titleMr" class="block-label">
<input name="title" id="titleMr" value="Mr" type="radio">Mr.
</label>
<label for="titleMrs" class="block-label">
<input name="title" id="titleMrs" value="Mrs" type="radio">Mrs.
</label>
<label for="titleMiss" class="block-label">
<input name="title" id="titleMiss" value="Miss" type="radio">Miss
</label>
<label for="titleMs" class="block-label">
<input name="title" id="titleMs" value="Ms" type="radio">Ms.
</label>
<label for="titleOther" class="block-label" data-target="q1-sub">
<input name="title" id="titleOther" value="Other" type="radio" aria-controls="q1-sub">Other
</label>
</div>
</fieldset>
<div class="panel panel-border-narrow js-hidden" id="q1-sub" role="group">
<div class="form-group" aria-label="If other, please specify" role="group">
<label for="titleOther">
<span class="form-label form-label-bold" id="titleOtherLabel">If other, specify</span>
</label>
<input id="titleOther" class="form-control" name="titleOther" type="text" value="" aria-labelledby="titleOtherLabel" role="textbox" />
</div>
</div>
<div class="form-group" aria-label="First name" role="group">
<label for="firstName">
<span class="form-label form-label-bold" id="firstNameLabel">First name</span>
</label>
<input id="firstName" class="form-control" name="firstName" type="text" value="" aria-labelledby="firstNameLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Last name" role="group">
<label for="lastName">
<span class="form-label form-label-bold" id="lastNameLabel">Last name</span>
</label>
<input id="lastName" class="form-control" name="lastName" type="text" value="" aria-labelledby="lastNameLabel" role="textbox" />
</div>
<fieldset>
<div class="form-group" role="group" aria-label="Date of birth" >
<legend class="bold-small" id="dateOfBirthLabel">Date of birth</legend>
<div class="form-date">
<div class="form-group form-group-day" role="group">
<label for="dateOfBirthDay">
<span class="form-label form-label-bold" id="dateOfBirthDayLabel">Day</span>
</label>
<input class="form-control" id="dateOfBirthDay" name="dateOfBirthDay" type="number" pattern="[0-9]*" min="0" max="31" aria-labelledby="dateOfBirthLabel dateOfBirthDayLabel" role="textbox">
</div>
<div class="form-group form-group-month" role="group">
<label for="dateOfBirthMonth">
<span class="form-label form-label-bold" id="dateOfBirthMonthLabel">Month</span>
</label>
<input class="form-control" id="dateOfBirthMonth" name="dateOfBirthMonth" type="number" pattern="[0-9]*" min="0" max="12" aria-labelledby="dateOfBirthLabel dateOfBirthMonthLabel" role="textbox">
</div>
<div class="form-group form-group-year" role="group">
<label for="dateOfBirthYear">
<span class="form-label form-label-bold" id="dateOfBirthYearLabel">Year</span>
</label>
<input class="form-control" id="dateOfBirthYear" name="dateOfBirthYear" type="number" pattern="[0-9]*" min="0" max="2014" aria-labelledby="dateOfBirthLabel dateOfBirthYearLabel" role="textbox">
</div>
</div>
</div>
</fieldset>
<div class="form-group" aria-label="Director's address line 1" role="group">
<label for="directorAddressLine1">
<span class="form-label form-label-bold" id="directorAddressLine1Label">Address line 1</span>
</label>
<input type="text" id="directorAddressLine1" class="form-control" name="directorAddressLine1" aria-labelledby="directorAddressLine1Label" role="textbox" />
</div>
<div class="form-group" aria-label="Director's address line 2" role="group">
<label for="directorAddressLine2">
<span class="form-label form-label-bold" id="directorAddressLine2Label">Address line 2</span>
</label>
<input type="text" id="directorAddressLine2" class="form-control" name="directorAddressLine2" aria-labelledby="directorAddressLine2Label" role="textbox" />
</div>
<div class="form-group" aria-label="Director's town/city" role="group">
<label for="directorTown">
<span class="form-label form-label-bold" id="directorTownLabel">Town/city</span>
</label>
<input id="directorTown" class="form-control" name="directorTown" type="text" value="" aria-labelledby="directorTownLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Director's postcode" role="group">
<label for="directorPostcode">
<span class="form-label form-label-bold" id="directorPostcodeLabel">Postcode</span>
</label>
<input id="directorPostcode" class="form-control" name="directorPostcode" type="text" value="" aria-labelledby="directorPostcodeLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Director's country" role="group">
<label for="directorCountry" class="form-label-bold">
<span class="form-label form-label-bold" id="directorCountryLabel">Country</span>
</label>
<input id="directorCountry" class="form-control" name="directorCountry" type="text" value="" aria-labelledby="directorCountryLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Director's email" role="group">
<label for="directorEmailAddress" class="form-label-bold">
<span class="form-label form-label-bold" id="directorEmailAddressLabel">Email address</span>
</label>
<input id="directorEmailAddress" class="form-control" name="directorEmailAddress" type="text" value="" aria-labelledby="directorEmailAddress" role="textbox" />
</div>
<div class="form-group" aria-label="Director's phone number" role="group">
<label for="directorPhoneNumber" class="form-label-bold">
<span class="form-label form-label-bold" id="directorPhoneNumberLabel">Phone number</span>
</label>
<input id="directorPhoneNumber" class="form-control" name="directorPhoneNumber" type="text" value="" aria-labelledby="directorPhoneNumber" role="textbox" />
</div>
<div> </div>
<div class="form-group">
<button id="btnSaveAndContinue" class="button" role="button" aria-label="Save and continue">Save and continue</button>
</div>
</form>
<a href="javascript:window.history.back();" class="link-back" role="link">Back</a>
</div>
<div class="column-one-third">
<aside class="related">
<!--
<h4 class="heading-medium">Assessment progress</h4>
<nav>
<ul class="list list-links">
<li><strong class="bold-small">Case details</strong></li>
<li><a href="#">Company details</a></li>
<li><a href="#">Company director details</a></li>
<li class="disabled-link"><a href="#">Company insolvency</a></li>
<li class="disabled-link"><a href="#">Books & records</a></li>
<li class="disabled-link"><a href="#">Director conduct</a></li>
</ol>
</nav>
-->
<div class="notice">
<i class="icon icon-file-download">
<span class="visuallyhidden">Warning</span>
</i>
<strong class="bold-small">
<a href="#">View PDF </a>
</strong>
</div>
</aside>
</div>
</div>
<!-- end of form -->
</main>
<!-- Page content goes here -->
<footer class="group js-footer" id="footer" role="contentinfo">
<div class="footer-wrapper">
<div class="footer-meta">
<div class="footer-meta-inner">
<div class="open-government-licence">
<p class="logo"><a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence</a></p>
<p>All content is available under the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated</p>
</div>
</div>
<div class="copyright">
<a href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
</div>
</div>
</div>
</footer>
<!--end footer-->
<div id="global-app-error" class="app-error hidden"></div>
<script src="../assets/javascripts/govuk-template.js" type="text/javascript"></script>
<script src="../assets/javascripts/jquery.js" type="text/javascript"></script>
<script src="../assets/javascripts/vendor/bind.js" type="text/javascript"></script>
<script src="../assets/javascripts/selection-buttons.js" type="text/javascript"></script>
<script src="../assets/javascripts/vendor/details.polyfill.js" type="text/javascript"></script>
<script src="../assets/javascripts/application.js" type="text/javascript"></script>
</body>
</html>
| InsolvencyService/cas-prototypes | UR_8/views/case_3a_director_details.html | HTML | mit | 19,047 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_85) on Tue Jul 28 06:59:51 EDT 2015 -->
<title>Uses of Class gov.nasa.gsfc.spdf.helio.DataResult (Heliocentric Trajectories Web Services API v0.9.14)</title>
<meta name="date" content="2015-07-28">
<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 gov.nasa.gsfc.spdf.helio.DataResult (Heliocentric Trajectories Web Services API v0.9.14)";
}
//-->
</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="../../../../../../gov/nasa/gsfc/spdf/helio/package-summary.html">Package</a></li>
<li><a href="../../../../../../gov/nasa/gsfc/spdf/helio/DataResult.html" title="class in gov.nasa.gsfc.spdf.helio">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?gov/nasa/gsfc/spdf/helio/class-use/DataResult.html" target="_top">Frames</a></li>
<li><a href="DataResult.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 gov.nasa.gsfc.spdf.helio.DataResult" class="title">Uses of Class<br>gov.nasa.gsfc.spdf.helio.DataResult</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="gov.nasa.gsfc.spdf.helio">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../gov/nasa/gsfc/spdf/helio/DataResult.html" title="class in gov.nasa.gsfc.spdf.helio">DataResult</a> in <a href="../../../../../../gov/nasa/gsfc/spdf/helio/package-summary.html">gov.nasa.gsfc.spdf.helio</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../gov/nasa/gsfc/spdf/helio/package-summary.html">gov.nasa.gsfc.spdf.helio</a> that return <a href="../../../../../../gov/nasa/gsfc/spdf/helio/DataResult.html" title="class in gov.nasa.gsfc.spdf.helio">DataResult</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../gov/nasa/gsfc/spdf/helio/DataResult.html" title="class in gov.nasa.gsfc.spdf.helio">DataResult</a></code></td>
<td class="colLast"><span class="strong">HeliocentricTrajectoriesInterface.</span><code><strong><a href="../../../../../../gov/nasa/gsfc/spdf/helio/HeliocentricTrajectoriesInterface.html#getTrajectories(gov.nasa.gsfc.spdf.helio.Request)">getTrajectories</a></strong>(<a href="../../../../../../gov/nasa/gsfc/spdf/helio/Request.html" title="class in gov.nasa.gsfc.spdf.helio">Request</a> request)</code>
<div class="block">Requests trajectory information for an object.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../gov/nasa/gsfc/spdf/helio/package-summary.html">Package</a></li>
<li><a href="../../../../../../gov/nasa/gsfc/spdf/helio/DataResult.html" title="class in gov.nasa.gsfc.spdf.helio">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?gov/nasa/gsfc/spdf/helio/class-use/DataResult.html" target="_top">Frames</a></li>
<li><a href="DataResult.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><a href="mailto:gsfc-spdf-support@lists.nasa.gov?subject=Web%20Services%20Feedback">SSC Feedback</a>.<br><br>Copyright © 2007-2014 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Right s Reserved.</small></p>
</body>
</html>
| WeAreButler/Ephemeris | src/gov/nasa/gsfc/spdf/helio/test/public/api/gov/nasa/gsfc/spdf/helio/class-use/DataResult.html | HTML | mit | 6,228 |
<!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_24) on Mon Apr 01 21:58:41 EDT 2013 -->
<TITLE>
atg.service.collections.filter.scenario (ATG Java API)
</TITLE>
<META NAME="date" CONTENT="2013-04-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../atg/service/collections/filter/scenario/package-summary.html" target="classFrame">atg.service.collections.filter.scenario</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="FilterActionConfiguration.html" title="class in atg.service.collections.filter.scenario" target="classFrame">FilterActionConfiguration</A>
<BR>
<A HREF="FilterComponentChoiceExpression.html" title="class in atg.service.collections.filter.scenario" target="classFrame">FilterComponentChoiceExpression</A>
<BR>
<A HREF="FilterExpressionGrammarExtension.html" title="class in atg.service.collections.filter.scenario" target="classFrame">FilterExpressionGrammarExtension</A>
<BR>
<A HREF="FilterSlot.html" title="class in atg.service.collections.filter.scenario" target="classFrame">FilterSlot</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| Smolations/more-dash-docsets | docsets/ATG 10.2.docset/Contents/Resources/Documents/atg/service/collections/filter/scenario/package-frame.html | HTML | mit | 1,452 |
<!--
The `fin-hypergrid-behavior-json` element is a custom Polymer web component used to support the openfin [fin-hypergrid](http://github.com/openfin/fin-hypergrid) component.
@group OpenFin hypergrid
@element fin-hypergrid-behavior-json
@homepage http://github.com/openfin/fin-hypergrid
-->
<!-- <script src="../../crossfilter/crossfilter.js"></script> -->
<polymer-element name="fin-hypergrid-behavior-json" extends="fin-hypergrid-behavior-default">
<template></template>
<script>
/*jshint bitwise: false */
'use strict';
//only use on number columns
window.flashSort = function(a, property) {
var strVar="(function(a) { ";
strVar += " var n = a.length;";
strVar += "";
strVar += " var i = 0, j = 0, k = 0, t;";
strVar += " var m = ~~( n * 0.125 );";
strVar += " var a_nmin = a[0];";
strVar += " var nmax = 0;";
strVar += " var nmove = 0;";
strVar += "";
strVar += " var l = new Array(m);";
strVar += " for ( i = 0; i < m; i++ ) {";
strVar += " l[ i ] = 0;";
strVar += " }";
strVar += "";
strVar += " for ( i = 1; i < n; ++i ) {";
strVar += " var a_i = a[ i ];";
strVar += " if ( a_i." + property + " < a_nmin." + property + " ) { a_nmin = a_i; }";
strVar += " if ( a_i." + property + " > a[ nmax ]." + property + " ) { nmax = i; }";
strVar += " }";
strVar += "";
strVar += " var a_nmax = a[ nmax ];";
strVar += " if ( a_nmin." + property + " === a_nmax." + property + ") { return a; }";
strVar += " var c1 = ( m - 1 ) \/ ( a_nmax." + property + " - a_nmin." + property + " );";
strVar += "";
strVar += " for ( i = 0; i < n; ++i ) {";
strVar += " ++l[ ~~( c1 * ( a[ i ]." + property + " - a_nmin." + property + " ) ) ];";
strVar += " }";
strVar += "";
strVar += " for ( k = 1; k < m; ++k ) {";
strVar += " l[ k ] += l[ k - 1 ];";
strVar += " }";
strVar += "";
strVar += " var hold = a_nmax;";
strVar += " a[ nmax ] = a[ 0 ];";
strVar += " a[ 0 ] = hold;";
strVar += "";
strVar += " var flash;";
strVar += " j = 0;";
strVar += " k = m - 1;";
strVar += " i = n - 1;";
strVar += "";
strVar += " while ( nmove < i ) {";
strVar += " while ( j > ( l[ k ] - 1 ) ) {";
strVar += " k = ~~( c1 * ( a[ ++j ]." + property + " - a_nmin." + property + " ) );";
strVar += " }";
strVar += " if (k < 0) { break; }";
strVar += "";
strVar += " flash = a[ j ];";
strVar += "";
strVar += " while ( j !== l[ k ] ) {";
strVar += " k = ~~( c1 * ( flash." + property + " - a_nmin." + property + " ) );";
strVar += " hold = a[ t = --l[ k ] ];";
strVar += " a[ t ] = flash;";
strVar += " flash = hold;";
strVar += " ++nmove;";
strVar += " }";
strVar += " }";
strVar += "";
strVar += " for( j = 1; j < n; ++j ) {";
strVar += " hold = a[ j ];";
strVar += " i = j - 1;";
strVar += " while( i >= 0 && a[i]." + property + " > hold." + property + " ) {";
strVar += " a[ i + 1 ] = a[ i-- ];";
strVar += " }";
strVar += " a[ i + 1 ] = hold;";
strVar += " }";
strVar += "";
strVar += " return a; })";
var sortFunction = eval(strVar);
sortFunction(a);
};
window.dualPivotQuickSort = (function() {
var dualPivotQS = {};
dualPivotQS.sort = function(arr, property, fromIndex, toIndex) {
if(fromIndex === undefined && toIndex === undefined){
dualPivotQS.sort(arr, property, 0, arr.length);
} else{
rangeCheck(arr.length, fromIndex, toIndex);
dualPivotQuicksort(property, arr, fromIndex, toIndex - 1, 3);
}
return arr;
}
function rangeCheck(length, fromIndex, toIndex) {
if (fromIndex > toIndex) {
console.error("fromIndex(" + fromIndex + ") > toIndex(" + toIndex + ")");
}
if (fromIndex < 0) {
console.error(fromIndex);
}
if (toIndex > length) {
console.error(toIndex);
}
}
function swap(arr, i, j) {
var temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
function dualPivotQuicksort(property, arr, left, right, div) {
var len = right - left;
if (len < 27) { // insertion sort for tiny array
for (var i = left + 1; i <= right; i++) {
for (var j = i; j > left && arr[j][property] < arr[j - 1][property]; j--) {
swap(arr, j, j - 1);
}
}
return;
}
var third = Math.floor(len / div); //TODO: check if we need to round up or down or just nearest
// "medians"
var m1 = left + third;
var m2 = right - third;
if (m1 <= left) {
m1 = left + 1;
}
if (m2 >= right) {
m2 = right - 1;
}
if (arr[m1][property] < arr[m2][property]) {
swap(arr, m1, left);
swap(arr, m2, right);
}
else {
swap(arr, m1, right);
swap(arr, m2, left);
}
// pivots
var pivot1 = arr[left];
var pivot2 = arr[right];
//their values
var pivot1Val = pivot1[property];
var pivot2Val = pivot2[property];
// pointers
var less = left + 1;
var great = right - 1;
// sorting
for (var k = less; k <= great; k++) {
if (arr[k][property] < pivot1Val) {
swap(arr, k, less++);
}
else if (arr[k][property] > pivot2Val) {
while (k < great && arr[great][property] > pivot2Val) {
great--;
}
swap(arr, k, great--);
if (arr[k][property] < pivot1Val) {
swap(arr, k, less++);
}
}
}
// swaps
var dist = great - less;
if (dist < 13) {
div++;
}
swap(arr, less - 1, left);
swap(arr, great + 1, right);
// subarrays
dualPivotQuicksort(property, arr, left, less - 2, div);
dualPivotQuicksort(property, arr, great + 2, right, div);
// equal elements
if (dist > len - 13 && pivot1Val != pivot2Val) {
for (var k = less; k <= great; k++) {
if (arr[k][property] == pivot1Val) {
swap(arr, k, less++);
}
else if (arr[k][property] == pivot2Val) {
swap(arr, k, great--);
if (arr[k][property] == pivot1Val) {
swap(arr, k, less++);
}
}
}
}
// subarray
if (pivot1Val < pivot2Val) {
dualPivotQuicksort(property, arr, less, great, div);
}
}
return dualPivotQS.sort;
}());
(function() {
Polymer({ /* jslint ignore:line */
sorted: {},
sortStates: [' ', ' ^', ' v'],
dataIndexes: [],
data: [],
headers: [],
fields: [],
setHeaders: function(headerLabels) {
this.headers = headerLabels;
},
setFields: function(fieldNames) {
this.fields = fieldNames;
},
setData: function(jsonData) {
this.data = jsonData;
this.initDataIndexes();
this.initColumnIndexes();
this.changed();
},
initDataIndexes: function() {
//initialize the indexe cache
for (var i = 0; i < this.data.length; i++) {
this.data[i].__si = i;
this.data[i].__i = i;
}
},
getValue: function(x, y) {
var x = this.translateColumnIndex(x);
return this.data[y][this.fields[x]];
},
setValue: function(x, y, value) {
var x = this.translateColumnIndex(x);
this.data[y][this.fields[x]] = value;
},
getFixedRowValue: function(x, y) {
x = this.translateColumnIndex(x);
var sortIndex = this.sorted[x] || 0;
return this.headers[x] + this.sortStates[sortIndex];
},
getFixedColumnCount: function() {
return 1;
},
getRowCount: function() {
return this.data.length;
},
getColumnCount: function() {
return this.fields.length;
},
fixedRowClicked: function(grid, mouse) {
var columnIndex = this.scrollPositionX + mouse.gridCell.x - this.getFixedColumnCount();
this.toggleSort(columnIndex);
},
toggleSort: function(columnIndex) {
var columnIndex = this.translateColumnIndex(columnIndex);
this.grid.clearSelections();
if (columnIndex >= this.fields.length) {
return;
}
var current = this.sorted[columnIndex] || 0;
var stateCount = this.sortStates.length;
var sortStateIndex = (current + 1) % stateCount;
for (var i = 0; i < this.fields.length; i++) {
this.sorted[i] = 0;
}
this.sorted[columnIndex] = sortStateIndex;
var colName = this.fields[columnIndex];
if (sortStateIndex === 0) {
var newData = new Array(this.data.length);
for (var i = 0; i < this.data.length; i++) {
var each = this.data[i];
newData[each.__si] = each;
}
this.data = newData;
} else if (sortStateIndex === 1) {
var start = Date.now();
//last,first,birthdate,employed,income
// uncomment this to use javascript native sorting
// this is also a stable sort
// 5602ms
// 2877ms
// 4570ms
// 1804ms
// 11073ms
// this.data.sort(function (a, b) {
// if (a[colName] === b[colName])
// return a.__i - b.__i;
// if (a[colName] < b[colName])
// return -1;
// return 1;
// });
// 5382ms ~5000
// 1851ms
// 3682ms
// 1705ms ~1850
// 1852ms ~1850
var theSorter = eval('(function (a, b) {' +
' if (a.' + colName + ' === b.' + colName + ')' +
' return a.__i - b.__i;' +
' if (a.' + colName + ' < b.' + colName + ')' +
' return -1;' +
' return 1;' +
'})');
this.data.sort(theSorter);
//uncomment this to use a simple dual pivot sort from above
//this is not a stable sort
// 4370ms
// 1338ms
// 3272ms
// 614ms
// 6336ms
//dualPivotQuickSort(this.data, colName);
// ms
// ms
// ms
// 298ms ~3300
// 3236ms ~3300
//uncomment this to use a flash sort from above
//this is not a stable sort and it ONLY works on numberic/boolean columns
// the fastest sorting for numeric data
// var sort = flashSort(this.data, colName);
//uncomment this to use the crossfilter dual pivot sort (fastest)
//this is not a stable sort
//fastest for string and boolean data
// 3725ms
// 711ms
// 2261ms
// 383ms ~1400
// 1639ms ~1400
// var theSorter = eval('(function(d){return d.' + colName + '})');
// var sort = crossfilter.quicksort.by(theSorter);
// sort(this.data, 0, this.data.length);
//console.log('duration: ' + (Date.now() - start) + 'ms');
} else {
this.data = this.data.reverse();
}
for (var i = 0; i < this.data.length; i++) {
this.data[i].__i = i;
}
this.changed();
}
});
})(); /* jslint ignore:line */
</script>
</polymer-element>
| rdepena/fin-hypergrid | behaviors/fin-hypergrid-behavior-json.html | HTML | mit | 13,375 |
<article class="home_single_post gallery_post_type" typeof="BlogPosting">
{{ partial "post/image_area.html" . }}
<div class="post_content_area">
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8 col-xs-offset-0 col-sm-offset-2 col-md-offset-2 col-lg-offset-2">
<div class="single_post_content" property="articleBody">
<header><h2><a href="{{ .Permalink }}" property="headline">{{ .Title }}</a></h2></header>
<p>{{ .Summary }}</p>
</div>
{{ partial "post/info.html" . }}
</div>
</div>
</div>
</article>
| pcdummy/hugo-theme-persona | layouts/author/summary.html | HTML | mit | 665 |
<!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.5.0_18) on Fri Aug 21 14:47:49 PDT 2009 -->
<TITLE>
Server.ClientDispatcher
</TITLE>
<META NAME="keywords" CONTENT="edu.sdsc.inca.Server.ClientDispatcher class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Server.ClientDispatcher";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../edu/sdsc/inca/Server.html" title="class in edu.sdsc.inca"><B>PREV CLASS</B></A>
<A HREF="../../../edu/sdsc/inca/Server.ServerShutdownHook.html" title="class in edu.sdsc.inca"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?edu/sdsc/inca/Server.ClientDispatcher.html" target="_top"><B>FRAMES</B></A>
<A HREF="Server.ClientDispatcher.html" target="_top"><B>NO FRAMES</B></A>
<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: <A HREF="#nested_classes_inherited_from_class_java.lang.Thread">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
edu.sdsc.inca</FONT>
<BR>
Class Server.ClientDispatcher</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Thread
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>edu.sdsc.inca.Server.ClientDispatcher</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Runnable</DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../edu/sdsc/inca/Server.html" title="class in edu.sdsc.inca">Server</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>protected class <B>Server.ClientDispatcher</B><DT>extends java.lang.Thread</DL>
</PRE>
<P>
A class that listens on a server socket and adds new client connections to
a work queue.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="nested_classes_inherited_from_class_java.lang.Thread"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.lang.Thread</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler</CODE></TD>
</TR>
</TABLE>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#shutdown">shutdown</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected java.net.ServerSocket</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#ss">ss</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../edu/sdsc/inca/util/WorkQueue.html" title="class in edu.sdsc.inca.util">WorkQueue</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#wq">wq</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_java.lang.Thread"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class java.lang.Thread</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY</CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#Server.ClientDispatcher(java.net.ServerSocket, edu.sdsc.inca.util.WorkQueue)">Server.ClientDispatcher</A></B>(java.net.ServerSocket ss,
<A HREF="../../../edu/sdsc/inca/util/WorkQueue.html" title="class in edu.sdsc.inca.util">WorkQueue</A> wq)</CODE>
<BR>
Constructs a new ClientDispatcher.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#isShutdown()">isShutdown</A></B>()</CODE>
<BR>
Returns true iff this thread has been interrupted and clean up is done.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#run()">run</A></B>()</CODE>
<BR>
Begin listening to the server socket and queueing client connections.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../edu/sdsc/inca/Server.ClientDispatcher.html#setShutdown(boolean)">setShutdown</A></B>(boolean shutdown)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Thread"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Thread</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="shutdown"><!-- --></A><H3>
shutdown</H3>
<PRE>
protected boolean <B>shutdown</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="ss"><!-- --></A><H3>
ss</H3>
<PRE>
protected java.net.ServerSocket <B>ss</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="wq"><!-- --></A><H3>
wq</H3>
<PRE>
protected <A HREF="../../../edu/sdsc/inca/util/WorkQueue.html" title="class in edu.sdsc.inca.util">WorkQueue</A> <B>wq</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Server.ClientDispatcher(java.net.ServerSocket, edu.sdsc.inca.util.WorkQueue)"><!-- --></A><H3>
Server.ClientDispatcher</H3>
<PRE>
public <B>Server.ClientDispatcher</B>(java.net.ServerSocket ss,
<A HREF="../../../edu/sdsc/inca/util/WorkQueue.html" title="class in edu.sdsc.inca.util">WorkQueue</A> wq)</PRE>
<DL>
<DD>Constructs a new ClientDispatcher.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>ss</CODE> - the server socket to listen to<DD><CODE>wq</CODE> - the work queue on which to place new client connections</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isShutdown()"><!-- --></A><H3>
isShutdown</H3>
<PRE>
public boolean <B>isShutdown</B>()</PRE>
<DL>
<DD>Returns true iff this thread has been interrupted and clean up is done.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="run()"><!-- --></A><H3>
run</H3>
<PRE>
public void <B>run</B>()</PRE>
<DL>
<DD>Begin listening to the server socket and queueing client connections.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>run</CODE> in interface <CODE>java.lang.Runnable</CODE><DT><B>Overrides:</B><DD><CODE>run</CODE> in class <CODE>java.lang.Thread</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setShutdown(boolean)"><!-- --></A><H3>
setShutdown</H3>
<PRE>
protected void <B>setShutdown</B>(boolean shutdown)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../edu/sdsc/inca/Server.html" title="class in edu.sdsc.inca"><B>PREV CLASS</B></A>
<A HREF="../../../edu/sdsc/inca/Server.ServerShutdownHook.html" title="class in edu.sdsc.inca"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?edu/sdsc/inca/Server.ClientDispatcher.html" target="_top"><B>FRAMES</B></A>
<A HREF="Server.ClientDispatcher.html" target="_top"><B>NO FRAMES</B></A>
<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: <A HREF="#nested_classes_inherited_from_class_java.lang.Thread">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| IncaProject/IncaProject.github.io | releases/2.5/javawsdocs/edu/sdsc/inca/Server.ClientDispatcher.html | HTML | mit | 16,410 |
<div class="navigation-top"></div>
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav"> <!--</nav> class="animated drop">-->
<ul class="animated fadeIn{% if pagetoc %} with-toc{% endif %}">
<!-- compute the TOC in the current category -->
{% if pagetoc %}
{% assign categories_posts = site.categories[pagetoc] %}
{% else %}
{% assign categories_posts = site.categories[page.categories.first] %}
{% endif %}
{% for post in categories_posts %}
{% if post.url == page.url %}
{% assign post_index0 = forloop.index0 %}
{% assign post_index1 = forloop.index %}
{% endif %}
{% endfor %}
{% for post in categories_posts %}
{% if post_index0 == forloop.index %}
{% assign next_post = post.url %}
{% assign next_post_title = post.title %}
{% endif %}
{% if post_index1 == forloop.index0 %}
{% assign prev_post = post.url %}
{% assign prev_post_title = post.title %}
{% endif %}
{% endfor %}
<!-- navigation items -->
{% assign pageurl = page.url | replace_first: '/', '' %}
{% if pageurl contains '/' %}
<li class="nav-left"><a href="../../../.." title="Home"><i class="fa fa-home"></i></a>
<li class="nav-left"><a href="{% if page.categories[1] %}../..{% else %}..{% endif %}" title="Up one level"><i class="fa fa-arrow-up"></i></a>
{% endif %}
{% if pagetoc %}
<li class="nav-left menu"><a href="" title="Menu for current level"><i class="fa fa-bars"></i></a>
<!-- Category-specific TOC-->
{% assign section = "none" %}
<ul class="toc">
{% for post in site.categories[pagetoc] reversed %}
{% if post.section != "" %}
{% if post.section != section %}
<span>{{ post.section }}</span>
{% assign section = post.section %}
{% endif %}
{% endif %}
<li><a href="{{ site.url }}{{ post.url }}"{% if post.url == page.url %} class="current"{% endif %}>{{ post.title }}</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
<li><a class="disabled spacer"> </a></li>
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}{% if page.url contains link.url %} class="current"{% endif %}>{{ link.title }}</a>
<!-- Are there subcategories?-->
{% if link.category %}
<ul>
{% for post in site.categories[link.category] %}
{% assign year = post.date | date: "%Y" | plus: 0 %}
{% if year == 0 %}
<li><a href="{{ site.url }}{{ post.url }}"{% if page.url contains post.categories[1] %} class="current"{% endif %}>{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
</li>
{% endfor %}
<!-- search items -->
<li class="nav-right"><a href="{{ domain }}/search/" title="Search"><i class="fa fa-search"></i></a></li>
<!--<li class="nav-right"><a href="{{ domain }}/tags/" title="Tags"><i class="fa fa-tags"></i></a></li>-->
{% if next_post %}
<li class="nav-right"><a href="{{ site.url }}{{ next_post }}#title" title="Next title: {{ next_post_title }}"><i class="fa fa-chevron-right"></i></a></li>
{% else %}
<li class="nav-right"><a href="" class="disabled"><i class="fa fa-chevron-right"></i></a></li>
{% endif %}
{% if prev_post %}
<li class="nav-right"><a href="{{ site.url }}{{ prev_post }}#title" title="Previous title: {{ prev_post_title }}"><i class="fa fa-chevron-left"></i></a></li>
{% else %}
<li class="nav-right"><a href="" class="disabled"><i class="fa fa-chevron-left"></i></a></li>
{% endif %}
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
<div class="navigation-bottom"></div>
{% include browser-upgrade.html %}
{% if page.image.feature %}<header class="masthead{% if pagetoc %} entry-with-toc{% endif %}">
{% if site.logo != null %}
<div class="wrap">
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }} logo" class="animated fadeInDown"></a>
</div>
{% endif %}
</header><!-- /.masthead -->
{% else %}<header class="masthead{% if pagetoc %} entry-with-toc{% endif %}">
<div class="wrap">
{% if site.logo != null %}
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }}" class="animated fadeInDown"></a>
{% else %}
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}/"><img src="{{ site.url }}/images/site-title.png" width="346" height="124" alt="{{ site.title }} logo"></a></h1>
<h2 class="site-description animated fadeIn" itemprop="description">{{ site.description }}</h2>
{% endif %}
</div>
</header><!-- /.masthead -->{% endif %}
<div class="js-menu-screen menu-screen"></div>
| tedddy/tedddy.github.io | _includes/navigation.html | HTML | mit | 5,211 |
<!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>
Varty & Company -
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=1492328572499&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=49193&V_SEARCH.docsStart=49192&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=49191&V_DOCUMENT.docRank=49192&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492328600079&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567033649&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=49193&V_DOCUMENT.docRank=49194&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492328600079&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567020182&profileId=&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>
Varty & Company
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Varty & Company</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.vartylaw.ca"
target="_blank" title="Website URL">http://www.vartylaw.ca</a></p>
<p><a href="mailto:dvarty@smartt.com" title="dvarty@smartt.com">dvarty@smartt.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
300-1055 Hastings St<br/>
VANCOUVER,
British Columbia<br/>
V6E 2E9
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
300-1055 Hastings St<br/>
VANCOUVER,
British Columbia<br/>
V6E 2E9
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(604) 684-5356
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(604) 608-3256</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> British Columbia lawyers providing assistance for litigation, corporate law, family law, criminal law, intellectual property law, transportation law, contract law, landlord and tenant law<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>
David
Varty
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 684-5356
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 608-3256
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dvarty@smartt.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brent
Ellingson
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 684-5356
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 608-3256
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bellingson@smartt.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1984
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541110 - Offices of Lawyers
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</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">
Legal Services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
British Columbia lawyers providing assistance for litigation, corporate law, family law, criminal law, intellectual property law, transportation law, contract law, landlord and tenant law<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
Efficient use of automation in document production and
<br>
communications.
</section>
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Australia</li>
<li>Brazil</li>
<li>Iran, Islamic Republic of</li>
<li>Japan</li>
<li>United Kingdom</li>
<li>United States</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>
David
Varty
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 684-5356
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 608-3256
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dvarty@smartt.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brent
Ellingson
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 684-5356
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 608-3256
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bellingson@smartt.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1984
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541110 - Offices of Lawyers
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</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">
Legal Services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
British Columbia lawyers providing assistance for litigation, corporate law, family law, criminal law, intellectual property law, transportation law, contract law, landlord and tenant law<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
Efficient use of automation in document production and
<br>
communications.
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Australia</li>
<li>Brazil</li>
<li>Iran, Islamic Republic of</li>
<li>Japan</li>
<li>United Kingdom</li>
<li>United States</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-12-09
</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&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&WT.js=No&WT.tv=9.4.0&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/123456230803.html | HTML | mit | 44,770 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>automata: 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 / automata - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
automata
<small>
8.7.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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/automata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Automata"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: formal language theory"
"keyword: finite automata"
"keyword: push-down automata"
"keyword: rational langages"
"keyword: Kleene"
"category: Computer Science/Formal Languages Theory and Automata"
"date: June-July 1993"
]
authors: [ "Judicaël Courant" "Jean-Christophe Filliâtre" ]
bug-reports: "https://github.com/coq-contribs/automata/issues"
dev-repo: "git+https://github.com/coq-contribs/automata.git"
synopsis: "Beginning of formal language theory"
description: """
This library formalises the beginning of formal language theory:
finite automata and rational languages, context-free grammars
and push-down automata."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/automata/archive/v8.7.0.tar.gz"
checksum: "md5=dc71e82b6a2dc53708c3e9eaee55aaed"
}
</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-automata.8.7.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't be met:
- coq-automata -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' 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-automata.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/automata/8.7.0.html | HTML | mit | 7,253 |
<!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>
Cognatio Media -
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=1492276484929&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=10750&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>
</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>
Cognatio Media
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Cognatio Media</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.cognatio.ca"
target="_blank" title="Website URL">http://www.cognatio.ca</a></p>
<p><a href="mailto:seo@cognatio.ca" title="seo@cognatio.ca">seo@cognatio.ca</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">
208-3 Regina St N <br/>
WATERLOO,
Ontario<br/>
N2J 2Z7
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
208-3 Regina St N <br/>
WATERLOO,
Ontario<br/>
N2J 2Z7
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(519) 216-5529
</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> Internet marketing services focusing on search engine optimization for small businesses in Canada<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>
Devon
Bate
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 216-5529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
devon@cognatio.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541899 - All Other Services Related to Advertising<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Search Engine Optimization<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We help small businesses across Canada improve their visibility in major search engines to help propel their business upwards.<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>
Devon
Bate
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Chief Executive Officer
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 216-5529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
devon@cognatio.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541899 - All Other Services Related to Advertising<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
Search Engine Optimization<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We help small businesses across Canada improve their visibility in major search engines to help propel their business upwards.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-09-22
</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&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&WT.js=No&WT.tv=9.4.0&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/234567157881.html | HTML | mit | 33,500 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Skipper Tutorial - Page Not Found</title>
<style>
textarea {display: block}
</style>
</head>
<body>
<h1>Skipper Tutorial</h1>
<h3>Note</h3>
<code>
{{.}}
</code>
</body>
</html>
| aryszka/skipper-tutorial | view.html | HTML | mit | 343 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ceramist: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / ceramist - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ceramist
<small>
1.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-09 19:07:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 19:07:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
synopsis: "Coq library for reasoning about probabilistic algorithms"
description: """
Ceramist extends coq-infotheo to support reasoning about probabilistic algorithms,
and includes a collection of lemmas on random oracle based hash functions.
Provides an example implementation of a bloom filter and uses the library to prove
the probability of a false positive.
"""
homepage: "https://github.com/certichain/ceramist"
dev-repo: "git+https://github.com/certichain/ceramist.git"
bug-reports: "https://github.com/certichain/ceramist/issues"
maintainer: "kirang@comp.nus.edu.sg"
authors: [
"Kiran Gopinathan"
"Ilya Sergey"
]
license: "GPL-3.0-or-later"
depends: [
"coq" {>= "8.11.0"}
"coq-mathcomp-ssreflect" {>= "1.10" & < "1.11~"}
"coq-mathcomp-analysis" { >= "0.2.3" & < "0.3~" }
"coq-infotheo" { >= "0.1" & < "0.2~" }
]
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword: bloomfilter"
"keyword: probability"
"keyword: amq"
"date:2020-04-06"
]
url {
src: "https://github.com/certichain/ceramist/archive/1.0.1.tar.gz"
checksum: "sha512=0b5a9a7fa1a68bbe90806a9cf0f603dd8f00ad9e37c86e1c8cf70d05886d11e754937838ab0f335c04c0eb0b622c49f1f6c46509880d3f9c47769d9c159defaa"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ceramist.1.0.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0).
The following dependencies couldn't be met:
- coq-ceramist -> coq >= 8.11.0
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ceramist.1.0.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.06.1-2.0.5/released/8.9.0/ceramist/1.0.1.html | HTML | mit | 7,362 |
<html>
<head>
<title>User agent detail - Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>piwik/device-detector<br /><small>/Tests/fixtures/smartphone-1.yml</small></td><td>Obigo Q03C</td><td> </td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>G6310</td><td>smartphone</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent] => Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1
[os] => Array
(
)
[client] => Array
(
[type] => browser
[name] => Obigo
[short_name] => OB
[version] => Q03C
[engine] =>
)
[device] => Array
(
[type] => smartphone
[brand] => HU
[model] => G6310
)
[os_family] => Unknown
[browser_family] => 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Huawei 1.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => Huawei
[version] => 1.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Obigo Q 3</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>G6310</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.186</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Huawei
[mobile_model] => G6310
[version] => 3
[is_android] =>
[browser_name] => Obigo Q
[operating_system_family] => unknown
[operating_system_version] =>
[is_ios] =>
[producer] => Huawei
[operating_system] => unknown
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Obigo Q03C</td><td> </td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>G6310</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.008</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Obigo
[short_name] => OB
[version] => Q03C
[engine] =>
)
[operatingSystem] => Array
(
)
[device] => Array
(
[brand] => HU
[brandName] => Huawei
[model] => G6310
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Obigo 3</td><td><i class="material-icons">close</i></td><td> </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.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 03
[minor] =>
[patch] =>
[family] => Obigo
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => Generic
[model] => Feature Phone
[family] => Generic Feature Phone
)
[originalUserAgent] => Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Obigo Browser </td><td> </td><td> </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.408</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] =>
[simple_sub_description_string] =>
[simple_browser_string] => Obigo Browser
[browser_version] =>
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] =>
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => obigo-browser
[operating_system_version] =>
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
[0] => MIDP v2.0
[1] => CLDC v1.1
)
[operating_platform_vendor_name] =>
[operating_system] =>
[operating_system_version_full] =>
[operating_platform_code] =>
[browser_name] => Obigo Browser
[operating_system_name_code] =>
[user_agent] => Huawei/1.0/HUAWEI_G6310/Obigo Browser/Q03C Browser/Q03C MMS/1.0/MIDP-2.0 Configuration/CLDC-1.1
[browser_version_full] =>
[browser] => Obigo Browser
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Obigo Q 3C</td><td> </td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>G6310</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.019</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Obigo Q
[version] => Array
(
[value] => 3
[alias] => 3C
)
[type] => browser
)
[device] => Array
(
[type] => mobile
[subtype] => feature
[manufacturer] => Huawei
[model] => G6310
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Java Applet </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>G6608</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.038</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] =>
[advertised_device_os_version] =>
[advertised_browser] => Java Applet
[advertised_browser_version] =>
[complete_device_name] => Huawei G6608
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Huawei
[model_name] => G6608
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => true
[uaprof] => http://wap1.huawei.com/uaprof/HuaweiG6608GPRS.xml
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] => Teleca-Obigo
[mobile_browser_version] => Q03
[device_os_version] =>
[pointing_method] =>
[release_date] => 2011_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => true
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => 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] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => true
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 1
[preferred_markup] => html_wi_oma_xhtmlmp_1_0
[wml_1_1] => true
[wml_1_2] => false
[wml_1_3] => true
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => false
[html_web_4_0] => false
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 320
[resolution_height] => 240
[columns] => 21
[max_image_width] => 300
[max_image_height] => 92
[rows] => 23
[physical_screen_width] => 27
[physical_screen_height] => 27
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[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] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => true
[wta_voice_call] => false
[wta_phonebook] => true
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 9
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 500000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => 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] => true
[connectionless_service_indication] => true
[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] => false
[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] => true
[sender] => true
[mms_max_size] => 307200
[mms_max_height] => 480
[mms_max_width] => 640
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => true
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => true
[mms_png] => true
[mms_bmp] => true
[mms_wbmp] => true
[mms_amr] => true
[mms_wav] => true
[mms_midi_monophonic] => true
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => true
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => true
[mms_mp4] => true
[mms_3gpp] => true
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => true
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => true
[sp_midi] => true
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => true
[au] => false
[amr] => true
[awb] => false
[aac] => false
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => false
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => false
[playback_vcodec_h263_0] => -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] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:26:46</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/18/a0/18a0b2c9-a4cc-4f65-9792-e33c7f4b95be.html | HTML | mit | 38,703 |
<html>
<head>
<title>OGRE: OgreQuaternion.h Source File - 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 Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_baf28dd6bd469ae31765cb0e245772fd.html">OgreMain</a> </li>
<li class="navelem"><a class="el" href="dir_4fab7fc723ad652476ded1fd5d55b1e3.html">include</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">OgreQuaternion.h</div> </div>
</div>
<div class="contents">
<a href="OgreQuaternion_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00003"></a>00003 <span class="comment">This source file is part of OGRE</span>
<a name="l00004"></a>00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span>
<a name="l00005"></a>00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">Copyright (c) 2000-2011 Torus Knot Software Ltd</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span>
<a name="l00010"></a>00010 <span class="comment">of this software and associated documentation files (the "Software"), to deal</span>
<a name="l00011"></a>00011 <span class="comment">in the Software without restriction, including without limitation the rights</span>
<a name="l00012"></a>00012 <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
<a name="l00013"></a>00013 <span class="comment">copies of the Software, and to permit persons to whom the Software is</span>
<a name="l00014"></a>00014 <span class="comment">furnished to do so, subject to the following conditions:</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">The above copyright notice and this permission notice shall be included in</span>
<a name="l00017"></a>00017 <span class="comment">all copies or substantial portions of the Software.</span>
<a name="l00018"></a>00018 <span class="comment"></span>
<a name="l00019"></a>00019 <span class="comment">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<a name="l00020"></a>00020 <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00021"></a>00021 <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
<a name="l00022"></a>00022 <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
<a name="l00023"></a>00023 <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
<a name="l00024"></a>00024 <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span>
<a name="l00025"></a>00025 <span class="comment">THE SOFTWARE.</span>
<a name="l00026"></a>00026 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00027"></a>00027 <span class="comment">*/</span>
<a name="l00028"></a>00028 <span class="comment">// This file is based on material originally from:</span>
<a name="l00029"></a>00029 <span class="comment">// Geometric Tools, LLC</span>
<a name="l00030"></a>00030 <span class="comment">// Copyright (c) 1998-2010</span>
<a name="l00031"></a>00031 <span class="comment">// Distributed under the Boost Software License, Version 1.0.</span>
<a name="l00032"></a>00032 <span class="comment">// http://www.boost.org/LICENSE_1_0.txt</span>
<a name="l00033"></a>00033 <span class="comment">// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt</span>
<a name="l00034"></a>00034
<a name="l00035"></a>00035
<a name="l00036"></a>00036 <span class="preprocessor">#ifndef __Quaternion_H__</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#define __Quaternion_H__</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="OgrePrerequisites_8h.html">OgrePrerequisites.h</a>"</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include "<a class="code" href="OgreMath_8h.html">OgreMath.h</a>"</span>
<a name="l00041"></a>00041
<a name="l00042"></a>00042 <span class="keyword">namespace </span>Ogre {
<a name="l00043"></a>00043
<a name="l00052"></a><a class="code" href="classOgre_1_1Quaternion.html">00052</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a20566b1253bae200372ed9162489a663">_OgreExport</a> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>
<a name="l00053"></a>00053 {
<a name="l00054"></a>00054 <span class="keyword">public</span>:
<a name="l00055"></a><a class="code" href="classOgre_1_1Quaternion.html#add13bf39aaf6300299354acc87a23025">00055</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> (
<a name="l00056"></a>00056 <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fW = 1.0,
<a name="l00057"></a>00057 <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fX = 0.0, <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fY = 0.0, <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fZ = 0.0)
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059 w = fW;
<a name="l00060"></a>00060 x = fX;
<a name="l00061"></a>00061 y = fY;
<a name="l00062"></a>00062 z = fZ;
<a name="l00063"></a>00063 }
<a name="l00065"></a><a class="code" href="classOgre_1_1Quaternion.html#acdcb70a4f122452b6fa70d7cf5ce3cf3">00065</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix3.html" title="A 3x3 matrix which can represent rotations around axes.">Matrix3</a>& rot)
<a name="l00066"></a>00066 {
<a name="l00067"></a>00067 this->FromRotationMatrix(rot);
<a name="l00068"></a>00068 }
<a name="l00070"></a><a class="code" href="classOgre_1_1Quaternion.html#a7f25c623d95186b58f6367dcd097a5ba">00070</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a>& rfAngle, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& rkAxis)
<a name="l00071"></a>00071 {
<a name="l00072"></a>00072 this->FromAngleAxis(rfAngle, rkAxis);
<a name="l00073"></a>00073 }
<a name="l00075"></a><a class="code" href="classOgre_1_1Quaternion.html#a1140011dc0793a81c55f2d078c8c964c">00075</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& xaxis, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& yaxis, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& zaxis)
<a name="l00076"></a>00076 {
<a name="l00077"></a>00077 this->FromAxes(xaxis, yaxis, zaxis);
<a name="l00078"></a>00078 }
<a name="l00080"></a><a class="code" href="classOgre_1_1Quaternion.html#a3ccc60338011887023b397a02a7f3336">00080</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>* akAxis)
<a name="l00081"></a>00081 {
<a name="l00082"></a>00082 this->FromAxes(akAxis);
<a name="l00083"></a>00083 }
<a name="l00085"></a><a class="code" href="classOgre_1_1Quaternion.html#a1ca81bd9d57e43cf23582c898e5fdd34">00085</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>(<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a>* valptr)
<a name="l00086"></a>00086 {
<a name="l00087"></a>00087 memcpy(&w, valptr, <span class="keyword">sizeof</span>(<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a>)*4);
<a name="l00088"></a>00088 }
<a name="l00089"></a>00089
<a name="l00092"></a><a class="code" href="classOgre_1_1Quaternion.html#a54dcd575915c7b7ddb65b8cb249de521">00092</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> swap(<a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& other)
<a name="l00093"></a>00093 {
<a name="l00094"></a>00094 std::swap(w, other.<a class="code" href="classOgre_1_1Quaternion.html#af3424f1e07092c0ffe293d18b277a04f">w</a>);
<a name="l00095"></a>00095 std::swap(x, other.<a class="code" href="classOgre_1_1Quaternion.html#a32c5680516b41bc4ba3159bf4d4abaf1">x</a>);
<a name="l00096"></a>00096 std::swap(y, other.<a class="code" href="classOgre_1_1Quaternion.html#aa7328cd3883a92ee9c9322805d038f11">y</a>);
<a name="l00097"></a>00097 std::swap(z, other.<a class="code" href="classOgre_1_1Quaternion.html#a31ec84a931236554c0c17e37bf5ace97">z</a>);
<a name="l00098"></a>00098 }
<a name="l00099"></a>00099
<a name="l00101"></a><a class="code" href="classOgre_1_1Quaternion.html#a3f9320930fd5110028abf48c78a89622">00101</a> <span class="keyword">inline</span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> operator [] ( <span class="keyword">const</span> <span class="keywordtype">size_t</span> i )<span class="keyword"> const</span>
<a name="l00102"></a>00102 <span class="keyword"> </span>{
<a name="l00103"></a>00103 assert( i < 4 );
<a name="l00104"></a>00104
<a name="l00105"></a>00105 <span class="keywordflow">return</span> *(&w+i);
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107
<a name="l00109"></a><a class="code" href="classOgre_1_1Quaternion.html#a074aea0da7fabfde89d204a1f0f0121b">00109</a> <span class="keyword">inline</span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a>& operator [] ( <span class="keyword">const</span> <span class="keywordtype">size_t</span> i )
<a name="l00110"></a>00110 {
<a name="l00111"></a>00111 assert( i < 4 );
<a name="l00112"></a>00112
<a name="l00113"></a>00113 <span class="keywordflow">return</span> *(&w+i);
<a name="l00114"></a>00114 }
<a name="l00115"></a>00115
<a name="l00117"></a><a class="code" href="classOgre_1_1Quaternion.html#aecce24dd0096766de0c96c13b195b197">00117</a> <span class="keyword">inline</span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a>* ptr()
<a name="l00118"></a>00118 {
<a name="l00119"></a>00119 <span class="keywordflow">return</span> &w;
<a name="l00120"></a>00120 }
<a name="l00121"></a>00121
<a name="l00123"></a><a class="code" href="classOgre_1_1Quaternion.html#ab4b5bc328439a4f96d1b4b413fcf87cc">00123</a> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a>* ptr()<span class="keyword"> const</span>
<a name="l00124"></a>00124 <span class="keyword"> </span>{
<a name="l00125"></a>00125 <span class="keywordflow">return</span> &w;
<a name="l00126"></a>00126 }
<a name="l00127"></a>00127
<a name="l00128"></a>00128 <span class="keywordtype">void</span> FromRotationMatrix (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix3.html" title="A 3x3 matrix which can represent rotations around axes.">Matrix3</a>& kRot);
<a name="l00129"></a>00129 <span class="keywordtype">void</span> ToRotationMatrix (<a class="code" href="classOgre_1_1Matrix3.html" title="A 3x3 matrix which can represent rotations around axes.">Matrix3</a>& kRot) <span class="keyword">const</span>;
<a name="l00130"></a>00130 <span class="keywordtype">void</span> FromAngleAxis (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a>& rfAngle, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& rkAxis);
<a name="l00131"></a>00131 <span class="keywordtype">void</span> ToAngleAxis (<a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a>& rfAngle, <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& rkAxis) <span class="keyword">const</span>;
<a name="l00132"></a><a class="code" href="classOgre_1_1Quaternion.html#a77b776c2f81d371549927b0f79478eb9">00132</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1Quaternion.html#a77b776c2f81d371549927b0f79478eb9">ToAngleAxis</a> (<a class="code" href="classOgre_1_1Degree.html" title="Wrapper class which indicates a given angle value is in Degrees.">Degree</a>& dAngle, <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& rkAxis)<span class="keyword"> const </span>{
<a name="l00133"></a>00133 <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a> rAngle;
<a name="l00134"></a>00134 ToAngleAxis ( rAngle, rkAxis );
<a name="l00135"></a>00135 dAngle = rAngle;
<a name="l00136"></a>00136 }
<a name="l00137"></a>00137 <span class="keywordtype">void</span> FromAxes (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>* akAxis);
<a name="l00138"></a>00138 <span class="keywordtype">void</span> FromAxes (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& xAxis, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& yAxis, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& zAxis);
<a name="l00139"></a>00139 <span class="keywordtype">void</span> ToAxes (<a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>* akAxis) <span class="keyword">const</span>;
<a name="l00140"></a>00140 <span class="keywordtype">void</span> ToAxes (<a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& xAxis, <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& yAxis, <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& zAxis) <span class="keyword">const</span>;
<a name="l00142"></a>00142 <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a> xAxis(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00144"></a>00144 <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a> yAxis(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00146"></a>00146 <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a> zAxis(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00147"></a>00147
<a name="l00148"></a><a class="code" href="classOgre_1_1Quaternion.html#a6367b543cf0d073d893139dd503b4fbd">00148</a> <span class="keyword">inline</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& operator= (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ)
<a name="l00149"></a>00149 {
<a name="l00150"></a>00150 w = rkQ.<a class="code" href="classOgre_1_1Quaternion.html#af3424f1e07092c0ffe293d18b277a04f">w</a>;
<a name="l00151"></a>00151 x = rkQ.<a class="code" href="classOgre_1_1Quaternion.html#a32c5680516b41bc4ba3159bf4d4abaf1">x</a>;
<a name="l00152"></a>00152 y = rkQ.<a class="code" href="classOgre_1_1Quaternion.html#aa7328cd3883a92ee9c9322805d038f11">y</a>;
<a name="l00153"></a>00153 z = rkQ.<a class="code" href="classOgre_1_1Quaternion.html#a31ec84a931236554c0c17e37bf5ace97">z</a>;
<a name="l00154"></a>00154 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00155"></a>00155 }
<a name="l00156"></a>00156 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> operator+ (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ) <span class="keyword">const</span>;
<a name="l00157"></a>00157 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> operator- (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ) <span class="keyword">const</span>;
<a name="l00158"></a>00158 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="group__Math.html#ga03482705bf3612c6b96e5a187095e8ac">operator* </a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ) <span class="keyword">const</span>;
<a name="l00159"></a>00159 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="group__Math.html#ga03482705bf3612c6b96e5a187095e8ac">operator* </a>(<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fScalar) <span class="keyword">const</span>;
<a name="l00160"></a>00160 <a class="code" href="OgrePlatform_8h.html#a20566b1253bae200372ed9162489a663">_OgreExport</a> <span class="keyword">friend</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="group__Math.html#ga03482705bf3612c6b96e5a187095e8ac">operator* </a>(<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fScalar,
<a name="l00161"></a>00161 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ);
<a name="l00162"></a>00162 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> operator- () <span class="keyword">const</span>;
<a name="l00163"></a><a class="code" href="classOgre_1_1Quaternion.html#aa20c618a3b4b67d22d2cfd64ba2c8f3b">00163</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="group__Memory.html#ga43781360047ce3a6fa6cd4402496d167" title="determine equality, can memory from another allocator be released by this allocator, (ISO C++)">operator== </a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rhs)<span class="keyword"> const</span>
<a name="l00164"></a>00164 <span class="keyword"> </span>{
<a name="l00165"></a>00165 <span class="keywordflow">return</span> (rhs.<a class="code" href="classOgre_1_1Quaternion.html#a32c5680516b41bc4ba3159bf4d4abaf1">x</a> == x) && (rhs.<a class="code" href="classOgre_1_1Quaternion.html#aa7328cd3883a92ee9c9322805d038f11">y</a> == y) &&
<a name="l00166"></a>00166 (rhs.<a class="code" href="classOgre_1_1Quaternion.html#a31ec84a931236554c0c17e37bf5ace97">z</a> == z) && (rhs.<a class="code" href="classOgre_1_1Quaternion.html#af3424f1e07092c0ffe293d18b277a04f">w</a> == w);
<a name="l00167"></a>00167 }
<a name="l00168"></a><a class="code" href="classOgre_1_1Quaternion.html#aaac827806910efa70a5deaa6d75bf3e1">00168</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="group__Memory.html#gae8888b058dc3bd2ed1c0b3e4801c1072" title="determine equality, can memory from another allocator be released by this allocator, (ISO C++)">operator!= </a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rhs)<span class="keyword"> const</span>
<a name="l00169"></a>00169 <span class="keyword"> </span>{
<a name="l00170"></a>00170 <span class="keywordflow">return</span> !<a class="code" href="group__Memory.html#ga43781360047ce3a6fa6cd4402496d167" title="determine equality, can memory from another allocator be released by this allocator, (ISO C++)">operator==</a>(rhs);
<a name="l00171"></a>00171 }
<a name="l00172"></a>00172 <span class="comment">// functions of a quaternion</span>
<a name="l00173"></a>00173 <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> Dot (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ) <span class="keyword">const</span>; <span class="comment">// dot product</span>
<a name="l00174"></a>00174 <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> Norm () <span class="keyword">const</span>; <span class="comment">// squared-length</span>
<a name="l00176"></a>00176 <span class="comment"></span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> normalise(<span class="keywordtype">void</span>);
<a name="l00177"></a>00177 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> Inverse () <span class="keyword">const</span>; <span class="comment">// apply to non-zero quaternion</span>
<a name="l00178"></a>00178 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> UnitInverse () <span class="keyword">const</span>; <span class="comment">// apply to unit-length quaternion</span>
<a name="l00179"></a>00179 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> Exp () <span class="keyword">const</span>;
<a name="l00180"></a>00180 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="classOgre_1_1Log.html">Log</a> () <span class="keyword">const</span>;
<a name="l00181"></a>00181
<a name="l00182"></a>00182 <span class="comment">// rotation of a vector by a quaternion</span>
<a name="l00183"></a>00183 <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a> <a class="code" href="group__Math.html#ga03482705bf3612c6b96e5a187095e8ac">operator* </a>(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector3.html" title="Standard 3-dimensional vector.">Vector3</a>& rkVector) <span class="keyword">const</span>;
<a name="l00184"></a>00184
<a name="l00193"></a>00193 <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a> getRoll(<span class="keywordtype">bool</span> reprojectAxis = <span class="keyword">true</span>) <span class="keyword">const</span>;
<a name="l00202"></a>00202 <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a> getPitch(<span class="keywordtype">bool</span> reprojectAxis = <span class="keyword">true</span>) <span class="keyword">const</span>;
<a name="l00211"></a>00211 <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a> getYaw(<span class="keywordtype">bool</span> reprojectAxis = <span class="keyword">true</span>) <span class="keyword">const</span>;
<a name="l00213"></a>00213 <span class="keywordtype">bool</span> equals(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rhs, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Radian.html" title="Wrapper class which indicates a given angle value is in Radians.">Radian</a>& tolerance) <span class="keyword">const</span>;
<a name="l00214"></a>00214
<a name="l00215"></a>00215 <span class="comment">// spherical linear interpolation</span>
<a name="l00216"></a>00216 <span class="keyword">static</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> Slerp (<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fT, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkP,
<a name="l00217"></a>00217 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ, <span class="keywordtype">bool</span> shortestPath = <span class="keyword">false</span>);
<a name="l00218"></a>00218
<a name="l00219"></a>00219 <span class="keyword">static</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> SlerpExtraSpins (<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fT,
<a name="l00220"></a>00220 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkP, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ,
<a name="l00221"></a>00221 <span class="keywordtype">int</span> iExtraSpins);
<a name="l00222"></a>00222
<a name="l00223"></a>00223 <span class="comment">// setup for spherical quadratic interpolation</span>
<a name="l00224"></a>00224 <span class="keyword">static</span> <span class="keywordtype">void</span> Intermediate (<span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ0,
<a name="l00225"></a>00225 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ1, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ2,
<a name="l00226"></a>00226 <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rka, <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkB);
<a name="l00227"></a>00227
<a name="l00228"></a>00228 <span class="comment">// spherical quadratic interpolation</span>
<a name="l00229"></a>00229 <span class="keyword">static</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> Squad (<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fT, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkP,
<a name="l00230"></a>00230 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkA, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkB,
<a name="l00231"></a>00231 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ, <span class="keywordtype">bool</span> shortestPath = <span class="keyword">false</span>);
<a name="l00232"></a>00232
<a name="l00233"></a>00233 <span class="comment">// normalised linear interpolation - faster but less accurate (non-constant rotation velocity)</span>
<a name="l00234"></a>00234 <span class="keyword">static</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> nlerp(<a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> fT, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkP,
<a name="l00235"></a>00235 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& rkQ, <span class="keywordtype">bool</span> shortestPath = <span class="keyword">false</span>);
<a name="l00236"></a>00236
<a name="l00237"></a>00237 <span class="comment">// cutoff for sine near zero</span>
<a name="l00238"></a><a class="code" href="classOgre_1_1Quaternion.html#a2bfb8dc81611e22008261c3c04ed1227">00238</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> <a class="code" href="classOgre_1_1Quaternion.html#a2bfb8dc81611e22008261c3c04ed1227">ms_fEpsilon</a>;
<a name="l00239"></a>00239
<a name="l00240"></a>00240 <span class="comment">// special values</span>
<a name="l00241"></a><a class="code" href="classOgre_1_1Quaternion.html#a44f3c000c8f1ea2759c2e724e04bf86b">00241</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="classOgre_1_1Quaternion.html#a44f3c000c8f1ea2759c2e724e04bf86b">ZERO</a>;
<a name="l00242"></a><a class="code" href="classOgre_1_1Quaternion.html#a441b8d52549e1dedec27420325a313ef">00242</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a> <a class="code" href="classOgre_1_1Quaternion.html#a441b8d52549e1dedec27420325a313ef">IDENTITY</a>;
<a name="l00243"></a>00243
<a name="l00244"></a><a class="code" href="classOgre_1_1Quaternion.html#a31ec84a931236554c0c17e37bf5ace97">00244</a> <a class="code" href="namespaceOgre.html#aa3a7b6dfb905e6572d62f0dfa3d4274d" title="Software floating point type.">Real</a> w, x, y, <a class="code" href="classOgre_1_1Quaternion.html#a31ec84a931236554c0c17e37bf5ace97">z</a>;
<a name="l00245"></a>00245
<a name="l00247"></a><a class="code" href="classOgre_1_1Quaternion.html#a2b1de9aebae545618e105399aeee6f39">00247</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> isNaN()<span class="keyword"> const</span>
<a name="l00248"></a>00248 <span class="keyword"> </span>{
<a name="l00249"></a>00249 <span class="keywordflow">return</span> <a class="code" href="classOgre_1_1Math.html#a8e299aa79c3a90617cbe764ee977b703">Math::isNaN</a>(x) || <a class="code" href="classOgre_1_1Math.html#a8e299aa79c3a90617cbe764ee977b703">Math::isNaN</a>(y) || <a class="code" href="classOgre_1_1Math.html#a8e299aa79c3a90617cbe764ee977b703">Math::isNaN</a>(z) || <a class="code" href="classOgre_1_1Math.html#a8e299aa79c3a90617cbe764ee977b703">Math::isNaN</a>(w);
<a name="l00250"></a>00250 }
<a name="l00251"></a>00251
<a name="l00255"></a>00255 <span class="keyword">inline</span> <a class="code" href="OgrePlatform_8h.html#a20566b1253bae200372ed9162489a663">_OgreExport</a> <span class="keyword">friend</span> std::ostream& <span class="keyword">operator</span> <<
<a name="l00256"></a><a class="code" href="classOgre_1_1Quaternion.html#a2a92fc4c7d55783c70ef6f633f3cac89">00256</a> ( std::ostream& o, <span class="keyword">const</span> <a class="code" href="classOgre_1_1Quaternion.html" title="Implementation of a Quaternion, i.e.">Quaternion</a>& q )
<a name="l00257"></a>00257 {
<a name="l00258"></a>00258 o << <span class="stringliteral">"Quaternion("</span> << q.w << <span class="stringliteral">", "</span> << q.x << <span class="stringliteral">", "</span> << q.y << <span class="stringliteral">", "</span> << q.z << <span class="stringliteral">")"</span>;
<a name="l00259"></a>00259 <span class="keywordflow">return</span> o;
<a name="l00260"></a>00260 }
<a name="l00261"></a>00261
<a name="l00262"></a>00262 };
<a name="l00266"></a>00266 }
<a name="l00267"></a>00267
<a name="l00268"></a>00268
<a name="l00269"></a>00269
<a name="l00270"></a>00270
<a name="l00271"></a>00271 <span class="preprocessor">#endif </span>
</pre></div></div>
</div>
<hr>
<p>
Copyright © 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:43
</p>
</body>
</html>
| milram/ogre-1.7.4-osx | Docs/api/html/OgreQuaternion_8h_source.html | HTML | mit | 38,995 |
<!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:42 PST 2014 -->
<title>Uses of Class org.omg.CORBA.CurrentHelper (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 org.omg.CORBA.CurrentHelper (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="../../../../org/omg/CORBA/CurrentHelper.html" title="class in org.omg.CORBA">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™ Platform<br>Standard Ed. 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?org/omg/CORBA/class-use/CurrentHelper.html" target="_top">Frames</a></li>
<li><a href="CurrentHelper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.omg.CORBA.CurrentHelper" class="title">Uses of Class<br>org.omg.CORBA.CurrentHelper</h2>
</div>
<div class="classUseContainer">No usage of org.omg.CORBA.CurrentHelper</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/omg/CORBA/CurrentHelper.html" title="class in org.omg.CORBA">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™ Platform<br>Standard Ed. 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?org/omg/CORBA/class-use/CurrentHelper.html" target="_top">Frames</a></li>
<li><a href="CurrentHelper.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> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
| fbiville/annotation-processing-ftw | doc/java/jdk7/org/omg/CORBA/class-use/CurrentHelper.html | HTML | mit | 4,867 |
<!DOCTYPE html>
<html lang="en">
<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.0">
<meta name="description" content=" Static site generator for Grunt.js and Yeoman. Assemble makes it dead simple to build modular sites, blogs, gh-pages, components and documentation from reusable templates and data.">
<meta name="author" content="http://twitter.com/jonschlinkert">
<title>
Layouts | Assemble
</title>
<!-- Styles -->
<link rel="stylesheet" href="../assets/css/assemble.css">
<link rel="stylesheet" href="../assets/css/markdown.css">
<!-- Webfonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon" href="../assets/img/light/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="114x114" href="../assets/img/light/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="../assets/img/light/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="../assets/img/light/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="../assets/img/light/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="57x57" href="../assets/img/light/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="../assets/img/light/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/light/apple-touch-icon-76x76.png">
<link rel="shortcut icon" href="../assets/img/light/favicon.ico" type="image/x-icon">
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-33358518-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="application/ld+json">
[{
"@context": "http://schema.org",
"@type": "Person",
"name": "Jon Schlinkert",
"description": "Co-creator of Assemble.",
"url": "https://github.com/jonschlinkert"
}, {
"@context": "http://schema.org",
"@type": "Person",
"name": "Brian Woodward",
"description": "Co-creator of Assemble.",
"url": "https://github.com/doowb"
}]
</script>
</head>
<body style="background: white;" data-spy="scroll" data-target=".bs-sidebar">
<header class="navbar navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="../" class="navbar-brand">ASSEMBLE</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="../docs/">Docs</a>
</li>
<!--<li> <a href="../boilerplates/">Boilerplates</a> </li>-->
<li>
<a href="../plugins/">Plugins</a>
</li>
<li>
<a href="../helpers/">Helpers</a>
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<!--<li> <a href="../examples/">Examples</a> </li>-->
<!--<li> <a href="../tutorials/">Tutorials</a> </li> -->
<li>
<a href="../blog/">Blog</a>
</li>
<li>
<a href="https://github.com/assemble/assemble/archive/master.zip" title="Download Assemble" onclick="_gaq.push(['_trackEvent', 'navbar-download', 'clicked'])">
<i class="glyphicon glypicon-large glyphicon-download"></i>
</a>
</li>
<li>
<a href="https://github.com/assemble/assemble/" onclick="_gaq.push(['_trackEvent', 'click-repo', 'clicked'])">GitHub Repo</a>
</li>
</ul>
</nav>
</div>
</header>
<header class="masthead subhead">
<div class="container">
<div class="row">
<div class="col col-lg-12">
<style type="text/css" media="screen">
#custom-tweet-button > a {
float: right;
display: inline-block;
padding: 8px 16px 8px 36px;
margin: 15px 0 0 0;
background: url('https://twitter.com/favicons/favicon.ico') 15px center no-repeat;
background-color: transparent;
border: none;
border-radius: 4px;
}
#custom-tweet-button > a:hover {
background-color: rgba(255, 255, 255, .07);
}
</style>
<div id="custom-tweet-button">
<a href="https://twitter.com/intent/tweet?screen_name=assemblejs" data-related="jonschlinkert:Jon Schlinkert,doowb:Brian Woodward" data-lang="en" target="_blank"> Tweet</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
<h1>
<span class="text-muted">Docs / </span>
templates
</h1>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col col-lg-3">
<div class="sidebar">
<ul class="nav nav-pills nav-stacked">
<li>
<a href="index.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'Welcome/Welcome!']);">Welcome</a>
</li>
</ul>
<span class="nav-section-title">
Getting Started
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="About.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/About']);">About</a>
</li>
<li>
<a href="FAQ.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/FAQ']);">FAQ</a>
</li>
<li>
<a href="Installation.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/Installation']);">Installation</a>
</li>
<li>
<a href="Introduction.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/Introduction']);">Introduction</a>
</li>
<li>
<a href="Quickstart.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/Quickstart']);">Quickstart</a>
</li>
<li>
<a href="Resources.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'getting started/Resources']);">Resources</a>
</li>
</ul>
<span class="nav-section-title">
Templates
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="Collections.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Collections']);">Collections</a>
</li>
<li>
<a href="Custom-Helpers.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Custom Helpers']);">Custom Helpers</a>
</li>
<li>
<a href="Helpers.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Helpers']);">Helpers</a>
</li>
<li class="active">
<a href="Layouts.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Layouts']);">Layouts</a>
</li>
<li>
<a href="Pages-Collections.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Pages Collections']);">Pages Collections</a>
</li>
<li>
<a href="Pages.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Pages']);">Pages</a>
</li>
<li>
<a href="Partials.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Partials']);">Partials</a>
</li>
<li>
<a href="Templates-Overview.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'templates/Templates Overview']);">Templates Overview</a>
</li>
</ul>
<span class="nav-section-title">
Data
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="Context.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'data/Context']);">Context</a>
</li>
<li>
<a href="Data.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'data/Data']);">Data</a>
</li>
<li>
<a href="YAML-front-matter.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'data/YAML front matter']);">YAML front matter</a>
</li>
<li>
<a href="YAML.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'data/YAML data']);">YAML data</a>
</li>
</ul>
<span class="nav-section-title">
Configuration
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="Options.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/Options Overview']);">Options Overview</a>
</li>
<li>
<a href="Built-in-Variables.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/Built-in Variables']);">Built-in Variables</a>
</li>
<li>
<a href="Errors.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/Errors']);">Errors</a>
</li>
<li>
<a href="options-assets.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.assets']);">options.assets</a>
</li>
<li>
<a href="options-collections.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.collections']);">options.collections</a>
</li>
<li>
<a href="options-data.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.data']);">options.data</a>
</li>
<li>
<a href="options-engine.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.engine']);">options.engine</a>
</li>
<li>
<a href="options-ext.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.ext']);">options.ext</a>
</li>
<li>
<a href="options-helpers.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.helpers']);">options.helpers</a>
</li>
<li>
<a href="options-layout.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.layout']);">options.layout</a>
</li>
<li>
<a href="options-layoutdir.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.layoutdir']);">options.layoutdir</a>
</li>
<li>
<a href="options-marked.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.marked']);">options.marked</a>
</li>
<li>
<a href="options-partials.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'configuration/options.partials']);">options.partials</a>
</li>
</ul>
<span class="nav-section-title">
Content
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="Cheatsheet-Markdown.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'content/Markdown Cheatsheet']);">Markdown Cheatsheet</a>
</li>
<li>
<a href="Embedding-Code.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'content/Embedding Code']);">Embedding Code</a>
</li>
<li>
<a href="Markdown.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'content/Markdown']);">Markdown</a>
</li>
</ul>
<span class="nav-section-title">
Development
</span>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="External-Libraries.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'development/External Libraries']);">External Libraries</a>
</li>
<li>
<a href="Methods.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'development/Methods']);">Methods</a>
</li>
<li>
<a href="../contributing/index.html" onclick="_gaq.push(['_trackEvent', 'Sidenav', 'clicked', 'development/Contributing to Assemble']);">Contributing to Assemble</a>
</li>
</ul>
</div>
</div>
<div class="col col-lg-9">
<div class="panel panel-docs">
<h1>Layouts</h1>
<blockquote>
<p>Layouts are used for "wrapping" the content of individual pages with common elements, such as the <code><head></head></code> and footer sections, which usually contain necessities such as <code><link></code> and <code><script></code> tags.</p>
</blockquote>
<h2 id="basic-layout">Basic Layout</h2>
<p>A very simple layout might look something like this:</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> <span class="attribute">lang</span> =<span class="value">"en"</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="tag"><<span class="title">meta</span> <span class="attribute">charset</span> =<span class="value">"UTF-8"</span> ></span>
<span class="tag"><<span class="title">title</span> ></span> <span class="expression">{{<span class="variable">title</span> }}</span> <span class="tag"></<span class="title">title</span> ></span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<p>Where <code>{{> body }}</code> is the point of insertion for content from any pages that use this layout.</p>
<h3 id="defining-layouts">Defining layouts</h3>
<p>In the Assemble task options you can either specify a general layout to be used for all pages in a project:</p>
<pre><code class="language-js">assemble: {
options: {
layout: <span class="string">'layouts/default.hbs'</span>
}
}</code></pre>
<h3 id="multiple-layouts">Multiple layouts</h3>
<p>When your project has different types or groupings of pages, such as "docs", "blog" and "examples" for instance, and there are certain design or structural elements that are unique to each grouping, it often makes
sense to:</p>
<ol>
<li>Create a different targets in the assemble task to accomodate each grouping,</li>
<li>Give each target (e.g. each grouping of pages) its own special layout containing the unique elements required by each grouping. For example, every page in the <code>blog</code> target might have a right sidebar, whereas every page in the <code>docs</code> target
might have a left sideabar:</li>
</ol>
<p>For example:</p>
<pre><code class="language-js">assemble: {
options: {
layout: <span class="string">'default.hbs'</span>,
layoutdir: <span class="string">'layouts'</span>
},
docs: {
<span class="comment">// override task-level layout</span>
options: {layout: <span class="string">'docs-layout.hbs'</span> },
files: {<span class="string">'docs/'</span>: [<span class="string">'src/docs/*.hbs'</span> ]},
},
site: {
<span class="comment">// override task-level layout</span>
options: {layout: <span class="string">'site-layout.hbs'</span> },
files: {<span class="string">'site/'</span>: [<span class="string">'src/site/*.hbs'</span> ]},
}
<span class="comment">// ... other targets</span>
}</code></pre>
<h3 id="nested-layouts">Nested layouts</h3>
<p>Layouts can also be "stacked" so that the parent-most layouts contain the most commonly used elements while "child layouts" contain elements that are only necessary for specific pages or groupings of pages.</p>
<p>If, for example:</p>
<ul>
<li>all pages will require the same <code><script></script></code> and <code><link></code> tags,</li>
<li>some pages in your project should be rendered <em>with a sidebar</em>
</li>
<li>and some <em>without a sidebar</em>
</li>
</ul>
<p>This is a good opportunity to use nested layouts that might look something like this:</p>
<h4 id="example-layout-1-parent-layout">Example Layout #1: parent layout</h4>
<p>Our parent layout will only contain the most commonly required, generalized elements. We'll call this layout <code>parent-layout.hbs</code>:</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> <span class="attribute">lang</span> =<span class="value">"en"</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="tag"><<span class="title">meta</span> <span class="attribute">charset</span> =<span class="value">"UTF-8"</span> ></span>
<span class="tag"><<span class="title">title</span> ></span> <span class="expression">{{<span class="variable">title</span> }}</span> <span class="tag"></<span class="title">title</span> ></span>
<span class="tag"><<span class="title">link</span> <span class="attribute">rel</span> =<span class="value">"stylesheet"</span> <span class="attribute">href</span> =<span class="value">"main.css"</span> ></span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"><<span class="title">script</span> <span class="attribute">src</span> =<span class="value">"main.js"</span> ></span> <span class="javascript"></span> <span class="tag"></<span class="title">script</span> ></span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<h4 id="example-layout-2-child-layout">Example Layout #2: child layout</h4>
<p>Our "child" layout will contain additional markup for our sidebar, but it should also inherit all of the markup from the parent layout (since layouts are "flattened" before pages are rendered). For the markup to be inherited,
we need to <strong>specify a parent layout for our child layout</strong>.</p>
<p>Specifying a <em>layout for a layout</em> works the exact same way as specifying a layout for any reguar page. It can be defined in the <code>options.layout</code> property in the Assemble task config in the Gruntfile (at the task and/or target
level), or the layout can be specified in the child layout's YAML front matter. Here is an example of the latter:</p>
<p><code>child-layout.hbs</code>
</p>
<pre><code class="language-html">---
layout: parent-layout.hbs
---
<!-- Only the child layout should have this sidebar! -->
<div class="row">
<div class="col-lg-3">
<div class="sidebar">
<a href="#">Buttons</a>
<ul class="nav">
<li><a href="#button-expand-left"></a>Expand Left</li>
<li><a href="#button-expand-right"></a>Expand Right</li>
<li><a href="#button-expand-up"></a>Expand Up</li>
<li><a href="#button-expand-down"></a>Expand Down</li>
</ul>
</div>
</div>
<div class="col-lg-9">
<!-- render content from pages that specify this layout -->
{{> body }}
</div>
</div></code></pre>
<p>You might recall that the <code>{{> body }}</code> tag is the "insertion point" in a layout, specifying exactly where the content from each page will be passed in. Layouts are no different. A child layout will be inserted (flattened)
into the parent layout at the point of the <code>{{> body }}</code> tag.</p>
<h4 id="example-flattened-result">Example "flattened" result</h4>
<p>Continuing with the example from the previous section, the flattened layout for pages that use the "child" layout might look something like this during build:</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> <span class="attribute">lang</span> =<span class="value">"en"</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="tag"><<span class="title">meta</span> <span class="attribute">charset</span> =<span class="value">"UTF-8"</span> ></span>
<span class="tag"><<span class="title">title</span> ></span> <span class="expression">{{<span class="variable">title</span> }}</span> <span class="tag"></<span class="title">title</span> ></span>
<span class="tag"><<span class="title">link</span> <span class="attribute">rel</span> =<span class="value">"stylesheet"</span> <span class="attribute">href</span> =<span class="value">"main.css"</span> ></span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"row"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"col-lg-3"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"sidebar"</span> ></span>
<span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"#"</span> ></span> Buttons<span class="tag"></<span class="title">a</span> ></span>
<span class="tag"><<span class="title">ul</span> <span class="attribute">class</span> =<span class="value">"nav"</span> ></span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"#button-expand-left"</span> ></span> <span class="tag"></<span class="title">a</span> ></span> Expand Left<span class="tag"></<span class="title">li</span> ></span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"#button-expand-right"</span> ></span> <span class="tag"></<span class="title">a</span> ></span> Expand Right<span class="tag"></<span class="title">li</span> ></span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"#button-expand-up"</span> ></span> <span class="tag"></<span class="title">a</span> ></span> Expand Up<span class="tag"></<span class="title">li</span> ></span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"#button-expand-down"</span> ></span> <span class="tag"></<span class="title">a</span> ></span> Expand Down<span class="tag"></<span class="title">li</span> ></span>
<span class="tag"></<span class="title">ul</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"col-lg-9"</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"><<span class="title">script</span> <span class="attribute">src</span> =<span class="value">"main.js"</span> ></span> <span class="javascript"></span> <span class="tag"></<span class="title">script</span> ></span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<h2 id="layout-faq">Layout FAQ</h2>
<ul>
<li>Layouts are optional. If you don't need one, don't define one.</li>
<li>At build time, nested layouts are "flattened" before content is passed in from pages (child layouts are progressively "merged" into their respective parent layouts until there are no parent layouts left in the stack.)</li>
<li>Layouts can be defined at the <strong>task-level</strong>, <strong>target-level</strong>, in the <strong>YAML front-matter</strong> of a page, or in the <code>data.layout</code> property for pages defined in an <code>options.pages</code> collection.</li>
</ul>
<p><strong>Layout Specificity</strong>
</p>
<p>As with CSS, the more specific layout wins:</p>
<table>
<thead>
<tr>
<th>Level</th>
<th>Description</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>none</strong>
</td>
<td>Layouts are optional.</td>
<td></td>
</tr>
<tr>
<td><strong>Task</strong>
</td>
<td>Defined at the task-level of the assemble task.</td>
<td>Project level</td>
</tr>
<tr>
<td><strong>Target</strong>
</td>
<td>Defined at the target-level in the assemble task.</td>
<td>Sub-project level</td>
</tr>
<tr>
<td><strong>Layout property</strong> (data)</td>
<td>Defined in the <code>data: {}</code> object in a <code>pages</code> collection.</td>
<td>Page and/or sub-page level</td>
</tr>
<tr>
<td><strong>Layout property</strong> (YFM)</td>
<td>Defined in the YAML front matter of a page.</td>
<td>Page and/or sub-page level</td>
</tr>
</tbody>
</table>
<h2 id="layout-example">Layout example</h2>
<p>Layouts are optional, but the <code>{{> body }}</code> tag is required for content to be pulled into a layout.</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="tag"><<span class="title">title</span> ></span> <span class="expression">{{<span class="variable">title</span> }}</span> <span class="tag"></<span class="title">title</span> ></span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="comment"><!-- the body "pulls in" content from pages --></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<h2 id="granular-control">Granular control</h2>
<ol>
<li><strong>Task options</strong>: Great for defining a "project-wide" default.</li>
<li><strong>Target options</strong>: Override the "project default" in the <code>options</code> for each target. Offers greater control over which "types" of pages get which <code>layout</code>.</li>
<li><strong>Page-by-page</strong>: If you require more granularity you can define a layout in the
<a href="YAML-front-matter.html">YFM</a> of a page</li>
</ol>
<h3 id="multiple-layouts">Multiple layouts</h3>
<p>Since you can create as many
<a href="http://gruntjs.com/configuring-tasks">targets</a> as you require, defining layouts in the Gruntfile is a great way of quickly setting up your layout "defaults". In the <code>assemble</code> task in your Gruntfile.js, you can define a layout at the task-level, and/or a
different layout for each build target:</p>
<pre><code class="language-javascript">assemble: {
options: {
layout: <span class="string">'layouts/default.hbs'</span>
},
site: {
files: {
<span class="string">'site/'</span>: [<span class="string">'templates/pages/*.hbs'</span> ]
}
},
blog: {
options: {
layout: <span class="string">'layout/post.hbs'</span>
},
files: {
<span class="string">'blog/'</span>: [<span class="string">'templates/posts/*.hbs'</span> ]
}
},
docs: {
options: {
layout: <span class="string">'layouts/docs.hbs'</span>
},
files: {
<span class="string">'docs/'</span>: [<span class="string">'templates/docs/*.hbs'</span> ]
}
}
}</code></pre>
<h2 id="page-specific-layouts">Page-specific Layouts</h2>
<p>If you require a higher level of granularity than defining layouts in the Gruntfile, you may also define layouts on a page-by-page basis, thus overriding both the task-level ("global") defaults and the target-level defaults.</p>
<p>To do so, just add the layout to the
<a href="YAML-front-matter.html">YFM</a> of the page like this:</p>
<pre><code class="language-yaml">---
layout: path/to/layout.hbs
---</code></pre>
<h2 id="disabling-layouts">Disabling Layouts</h2>
<ul>
<li><strong>Pages</strong>: add <code>layout: false</code> or <code>layout: none</code> to the YAML front matter of any page that should build without a layout.</li>
<li><strong>Targets</strong>: add <code>layout: false</code> or <code>layout: none</code> to the options of any target that should build pages without a layout.</li>
</ul>
<h2 id="example-usage">Example usage</h2>
<p>Your imagination is the only limit to what can be done with layouts, so these are just examples.</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="tag"><<span class="title">title</span> ></span> <span class="expression">{{<span class="variable">title</span> }}</span> <span class="tag"></<span class="title">title</span> ></span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="comment"><!-- HEADER --></span>
<span class="tag"><<span class="title">header</span> <span class="attribute">class</span> =<span class="value">"masthead subhead"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"container"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"row"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"col col-lg-12"</span> ></span>
<span class="tag"><<span class="title">h1</span> ></span> <span class="tag"><<span class="title">span</span> <span class="attribute">class</span> =<span class="value">"text-muted"</span> ></span> Docs /&nbsp;<span class="tag"></<span class="title">span</span> ></span> <span class="expression">{{<span class="begin-block">#<span class="keyword">if</span> section</span> }}</span> <span class="expression">{{ <span class="variable">section</span> }}</span> <span class="expression">{{<span class="variable"><span class="keyword">else</span> </span> }}</span> <span class="expression">{{<span class="variable">basename</span> }}</span> <span class="expression">{{<span class="end-block">/<span class="keyword">if</span> </span> }}</span> <span class="tag"></<span class="title">h1</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">header</span> ></span>
<span class="comment"><!-- CONTENT --></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"container"</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="comment"><!-- FOOTER --></span>
<span class="expression">{{> <span class="variable">footer</span> }}</span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<p>
<a name="nested-layouts" id="nested-layouts"></a>
</p>
<h2 id="nested-layouts">Nested Layouts</h2>
<p>Layouts can be nested inside other layouts. This enables highly granular control over how pages and layouts are organized. A common strategy is to use a basic "master" or "default" layout for a site, which contains only
the most common, bare necessities for a site. This default layout is then inherited by other more specialized layouts.</p>
<p>For example, your default layout may contain the <code><head></head></code>, footer, common link and script tags for a site:</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> <span class="attribute">lang</span> =<span class="value">"en"</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="expression">{{> <span class="variable">header</span> }}</span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"><<span class="title">section</span> <span class="attribute">id</span> =<span class="value">"footer"</span> ></span>
<span class="expression">{{> <span class="variable">footer</span> }}</span>
<span class="tag"></<span class="title">section</span> ></span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<p>And more specialize layouts might contain side navigation for a section of the site, like this:</p>
<pre><code class="language-handlebars">---
layout: default.hbs
---
<span class="tag"><<span class="title">header</span> <span class="attribute">class</span> =<span class="value">"masthead subhead"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"container"</span> ></span>
<span class="tag"><<span class="title">h1</span> ></span> <span class="tag"><<span class="title">span</span> <span class="attribute">class</span> =<span class="value">"text-muted"</span> ></span> Docs /&nbsp;<span class="tag"></<span class="title">span</span> ></span> <span class="expression">{{<span class="variable">titleize</span> <span class="variable">basename</span> }}</span> <span class="tag"></<span class="title">h1</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">header</span> ></span>
<span class="tag"><<span class="title">ul</span> <span class="attribute">class</span> =<span class="value">"nav nav-pills nav-stacked"</span> ></span>
<span class="expression">{{<span class="begin-block">#<span class="keyword">each</span> pages</span> }}</span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"<span class="expression">{{<span class="variable">relative</span> <span class="variable">..</span> <span class="end-block">/page.dest this.dest</span> }}</span> "</span> ></span> <span class="expression">{{<span class="variable">data.title</span> }}</span> <span class="tag"></<span class="title">a</span> ></span> <span class="tag"></<span class="title">li</span> ></span>
<span class="expression">{{<span class="end-block">/<span class="keyword">each</span> </span> }}</span>
<span class="tag"></<span class="title">ul</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span> </code></pre>
<p>At build time layouts are "flattened" first before pages are passed in. In other words, the above example becomes this first:</p>
<pre><code class="language-handlebars"><span class="doctype"><!DOCTYPE html></span>
<span class="tag"><<span class="title">html</span> <span class="attribute">lang</span> =<span class="value">"en"</span> ></span>
<span class="tag"><<span class="title">head</span> ></span>
<span class="expression">{{> <span class="variable">header</span> }}</span>
<span class="tag"></<span class="title">head</span> ></span>
<span class="tag"><<span class="title">body</span> ></span>
<span class="tag"><<span class="title">header</span> <span class="attribute">class</span> =<span class="value">"masthead subhead"</span> ></span>
<span class="tag"><<span class="title">div</span> <span class="attribute">class</span> =<span class="value">"container"</span> ></span>
<span class="tag"><<span class="title">h1</span> ></span> <span class="tag"><<span class="title">span</span> <span class="attribute">class</span> =<span class="value">"text-muted"</span> ></span> Docs /&nbsp;<span class="tag"></<span class="title">span</span> ></span> <span class="expression">{{<span class="variable">titleize</span> <span class="variable">basename</span> }}</span> <span class="tag"></<span class="title">h1</span> ></span>
<span class="tag"></<span class="title">div</span> ></span>
<span class="tag"></<span class="title">header</span> ></span>
<span class="tag"><<span class="title">ul</span> <span class="attribute">class</span> =<span class="value">"nav nav-pills nav-stacked"</span> ></span>
<span class="expression">{{<span class="begin-block">#<span class="keyword">each</span> pages</span> }}</span>
<span class="tag"><<span class="title">li</span> ></span> <span class="tag"><<span class="title">a</span> <span class="attribute">href</span> =<span class="value">"<span class="expression">{{<span class="variable">relative</span> <span class="variable">..</span> <span class="end-block">/page.dest this.dest</span> }}</span> "</span> ></span> <span class="expression">{{<span class="variable">data.title</span> }}</span> <span class="tag"></<span class="title">a</span> ></span> <span class="tag"></<span class="title">li</span> ></span>
<span class="expression">{{<span class="end-block">/<span class="keyword">each</span> </span> }}</span>
<span class="tag"></<span class="title">ul</span> ></span>
<span class="expression">{{> <span class="variable">body</span> }}</span>
<span class="tag"><<span class="title">section</span> <span class="attribute">id</span> =<span class="value">"footer"</span> ></span>
<span class="expression">{{> <span class="variable">footer</span> }}</span>
<span class="tag"></<span class="title">section</span> ></span>
<span class="tag"></<span class="title">body</span> ></span>
<span class="tag"></<span class="title">html</span> ></span> </code></pre>
<h3 id="layouts-for-other-formats">Layouts for other formats</h3>
<h4 id="markdown-layouts">Markdown layouts</h4>
<p>Layouts don't have to be HTML, they can be whatever language you want them to be. If you're generating markdown pages instead of HTML, maybe for a project wiki or other markdown documentation, then you'll want to use a markdown
formatted <code>layout</code>.</p>
<p>In this example, instead of adding adding the traditional head and footer we'll add some link references to make sure the same ones are used on every generated page. This makes it easier to maintain links and it also cuts down on potential
for broken links:</p>
<pre><code class="language-markdown">{{> body }}
<span class="bullet">* </span> <span class="bullet">* *</span>
<span class="emphasis">_This page was generated using Grunt and [assemble][repo] on {{ today }}._</span>
[org]: https://github.com/assemble
[repo]: https://github.com/assemble/assemble
[issues]: https://github.com/assemble/assemble/issues
[docs]: https://github.com/assemble/assemble-docs</code></pre>
<h4 id="readme-layout">README Layout</h4>
<pre><code class="language-markdown"><span class="header"># {{pkg.name}} {{travis-badge}}</span>
<span class="blockquote">> {{pkg.description}}</span>
{{> body }}
<span class="bullet">* </span> <span class="bullet">* *</span>
<span class="emphasis">_This readme was generated using Grunt and [assemble][repo] on {{ today }}._</span>
[org]: https://github.com/assemble
[repo]: https://github.com/assemble/assemble
[issues]: https://github.com/assemble/assemble/issues
[docs]: https://github.com/assemble/assemble-docs</code></pre>
<h2 id="layout-faq">Layout FAQ</h2>
<ul>
<li>Layouts are optional</li>
<li>When a layout is specified, <em>it must include a <code>{{> body }}</code> tag to render content</em> from any file that uses the layout.</li>
<li>Layouts may be defined in the Gruntfile or in
<a href="YAML-front-matter.html">YFM</a> of a page.</li>
<li>A layout defined for a target will override a layout defined at the task level.</li>
<li>A layout defined in
<a href="YAML-front-matter.html">YFM</a> will override a layout defined in the Gruntfile</li>
<li>
<a href="Templates-Overview.html">Lo-dash templates</a> can be used in YAML front-matter to specificy a layout.</li>
</ul>
<h2 id="related-info">Related info</h2>
<ul>
<li>
<a href="options-layout.html">options.layout</a>
</li>
<li>
<a href="Pages.html">Pages</a>
</li>
<li>
<a href="Partials.html">Partials</a>
</li>
<li>
<a href="Templates-Overview.html">templates-overview</a>
</li>
<li>
<a href="YAML-front-matter.html">YFM</a>
</li>
</ul>
<hr>
<p>
<a href="http://github.com/assemble/assemble-docs/blob/master/templates/pages/docs/Layouts.md.hbs">See the template for this page →</a>
</p>
<div class="alert">
<style type="text/css" media="screen">
.alert iframe {
float: right;
margin: 7px -30px 0 0;
vertical-align: text-top;
}
</style>
<iframe src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<p>Find an error?
<a class="alert-link" href="https://github.com/assemble/assemble-docs/issues?state=open">Let us know →</a>
</p>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/js/jquery.js"></script>
<script src="../assets/js/bootstrap.min.js"></script>
<script src="../assets/js/holder.js"></script>
<script src="../assets/js/highlight.js"></script>
<script src="../assets/js/showup.js"></script>
<script type='text/javascript'>
(function(d, t) {
var bh = d.createElement(t),
s = d.getElementsByTagName(t)[0];
bh.type = 'text/javascript';
bh.src = '//www.bugherd.com/sidebarv2.js?apikey=fzwbtzyrop9q61cxf8wwsa';
s.parentNode.insertBefore(bh, s);
})(document, 'script');
</script>
<script>
$().showUp('.navbar');
</script>
</body>
</html>
| assemble/assemble.io | docs/Layouts.html | HTML | mit | 49,724 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+1 / tlc - 20200328</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
tlc
<small>
20200328
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-06 11:16:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 11:16:41 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "arthur.chargueraud@inria.fr"
homepage: "https://github.com/charguer/tlc"
dev-repo: "git+https://github.com/charguer/tlc.git"
bug-reports: "https://github.com/charguer/tlc/issues"
license: "MIT"
synopsis: "TLC: A Library for Classical Coq "
description: """
Provides an alternative to the core of the Coq standard library, using classic definitions.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { >= "8.10" & < "8.13" }
]
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2020-03-28"
"keyword:library"
"keyword:classic"
"logpath:TLC"
]
authors: [
"Arthur Charguéraud"
]
url {
src: "https://github.com/charguer/tlc/archive/20200328.tar.gz"
checksum: [
"md5=c62a434ed2d771d0d1814d0877d9a147"
"sha512=33996475d9b3adc1752fd91ddbac5ebbe5bd7f22583c788807dd7ca9cd0363476621135884cf2603c1003c9c280811633a5a66ab2a279bf21cb1b39e60ae47a3"
]
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-tlc.20200328 coq.8.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't be met:
- coq-tlc -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tlc.20200328</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+1/tlc/20200328.html | HTML | mit | 6,924 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>duplicable.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.8</span><br />
<h1>
duplicable.rb
</h1>
<ul class="files">
<li>
../.rvm/gems/ruby-2.2.0/gems/activesupport-4.1.8/lib/active_support/core_ext/object/duplicable.rb
</li>
<li>Last modified: 2015-02-25 10:25:33 +0200</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>bigdecimal</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/BigDecimal.html">BigDecimal</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/FalseClass.html">FalseClass</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/Method.html">Method</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/NilClass.html">NilClass</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/Numeric.html">Numeric</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/Object.html">Object</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/Symbol.html">Symbol</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../classes/TrueClass.html">TrueClass</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | kristoferrobin/p2p | doc/api/files/__/_rvm/gems/ruby-2_2_0/gems/activesupport-4_1_8/lib/active_support/core_ext/object/duplicable_rb.html | HTML | mit | 3,348 |
<!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>
Microwave Properties North -
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=1492303723740&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=30466&V_SEARCH.docsStart=30465&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=30464&V_DOCUMENT.docRank=30465&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492303744837&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456112965&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=30466&V_DOCUMENT.docRank=30467&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492303744837&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456074496&profileId=&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>
Microwave Properties North
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Microwave Properties North</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://MicrowavePropertiesNorth.ca"
target="_blank" title="Website URL">http://MicrowavePropertiesNorth.ca</a></p>
<p><a href="mailto:hutcheon@magma.ca" title="hutcheon@magma.ca">hutcheon@magma.ca</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">
325 Wylie Rd<br/>
R.R. #1<br/>
DEEP RIVER,
Ontario<br/>
K0J 1P0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
325 Wylie Rd<br/>
R.R. #1<br/>
DEEP RIVER,
Ontario<br/>
K0J 1P0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(613) 584-1029
</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> We measure high temperature dielectric properties, including microwave absorption coefficients. MPN is a two-man small business ( registered in Ontario), working in the niche market of materials dielectric properties. We measure the complex dielecric constant of small samples of material from room temperature to up to 1400C, in a selection of covergases, beteen 50 MHz and 3 GHz. This measures the response of a material to radio frequency waves and microwaves, and can be of commercial or miltary interest.<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>
Ronald
Hutcheon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Partner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Research/Development/Engineering.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 584-1029
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
hutcheon@magma.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1996
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541380 - Testing Laboratories
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
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">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</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">
Measurement of High-Temperature Complex Dielelctric Constant<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We measure the complex dielecric constant of small samples of material from room temperature to up to 1400C, in a selection of covergases, beteen 50 MHz and 3 GHz. This measures the response of a material to radio frequency waves and microwaves, and can be of commercial or miltary interest.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
We measure the complex dielectric constant of materials between 50 MHz and 3000MHz, over the temperature range from -35C to 1400C. We provide this commercial service worldwide, and are, to our knowledge, the only commercial supplier of such a service. All commercial measuremnts are done under non-disclosure agreements.
</section>
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<h3 class="page-header">
Sector information
</h3>
<section class="container-fluid">
<h4>
Total plant size:
</h4>
<div>Lab Size ~ 450 sq. ft.</div>
</section>
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Ronald
Hutcheon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Partner<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Research/Development/Engineering.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 584-1029
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
hutcheon@magma.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1996
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541380 - Testing Laboratories
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
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">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
2
</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">
Measurement of High-Temperature Complex Dielelctric Constant<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We measure the complex dielecric constant of small samples of material from room temperature to up to 1400C, in a selection of covergases, beteen 50 MHz and 3 GHz. This measures the response of a material to radio frequency waves and microwaves, and can be of commercial or miltary interest.<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
We measure the complex dielectric constant of materials between 50 MHz and 3000MHz, over the temperature range from -35C to 1400C. We provide this commercial service worldwide, and are, to our knowledge, the only commercial supplier of such a service. All commercial measuremnts are done under non-disclosure agreements.
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
</section>
</details>
<details id="details-panel7">
<summary>
Sector
</summary>
<h2 class="wb-invisible">
Sector information
</h2>
<section class="container-fluid">
<h4>
Total plant size:
</h4>
<div>Lab Size ~ 450 sq. ft.</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-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&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&WT.js=No&WT.tv=9.4.0&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/234567120993.html | HTML | mit | 41,279 |
<html><body>
<h4>Windows 10 x64 (18362.116)</h4><br>
<h2>_OWNER_ENTRY</h2>
<font face="arial"> +0x000 OwnerThread : Uint8B<br>
+0x008 IoPriorityBoosted : Pos 0, 1 Bit<br>
+0x008 OwnerReferenced : Pos 1, 1 Bit<br>
+0x008 IoQoSPriorityBoosted : Pos 2, 1 Bit<br>
+0x008 OwnerCount : Pos 3, 29 Bits<br>
+0x008 TableSize : Uint4B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.116)/_OWNER_ENTRY.html | HTML | mit | 386 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Property CallbackUrl
| Yort.OnlineEftpos </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Property CallbackUrl
| Yort.OnlineEftpos ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/OnlineEftposIcon.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">
<meta property="docfx:tocrel" content="toc">
</head>
<body data-spy="scroll" data-target="#affix">
<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="../images/OnlineEftposIconSmall.png" 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>
<ul class="nav level1 navbar-nav">
<li class="">
<a href="../api/Yort.OnlineEftpos.html" title="API Documentation" class="">API Documentation</a>
</li>
</ul>
</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>
<div class="sidefilter">
<form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form>
</div>
<div class="sidetoc">
<div class="toc" id="toc">
<ul class="nav level1">
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.html" title="Yort.OnlineEftpos" class="">Yort.OnlineEftpos</a>
<ul class="nav level2">
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.ApiErrorMessage.html" title="ApiErrorMessage" class="">ApiErrorMessage</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.ApiErrorMessage.Field.html" title="Field" class="">Field</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ApiErrorMessage.Message.html" title="Message" class="">Message</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.BankDefinition.html" title="BankDefinition" class="">BankDefinition</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.BankDefinition.-ctor.html" title="BankDefinition" class="">BankDefinition</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDefinition.DisplayName.html" title="DisplayName" class="">DisplayName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDefinition.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDefinition.PayerIdTypes.html" title="PayerIdTypes" class="">PayerIdTypes</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.BankDeletedTrustRelationship.html" title="BankDeletedTrustRelationship" class="">BankDeletedTrustRelationship</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.BankDeletedTrustRelationship.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDeletedTrustRelationship.Status.html" title="Status" class="">Status</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.BankDetails.html" title="BankDetails" class="">BankDetails</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.BankDetails.BankId.html" title="BankId" class="">BankId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDetails.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDetails.PayerId.html" title="PayerId" class="">PayerId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.BankDetails.PayerIdType.html" title="PayerIdType" class="">PayerIdType</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.CooperativeBankCustomerIdPayerId.html" title="CooperativeBankCustomerIdPayerId" class="">CooperativeBankCustomerIdPayerId</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.CooperativeBankCustomerIdPayerId.DisplayName.html" title="DisplayName" class="">DisplayName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.CooperativeBankCustomerIdPayerId.IsValid.html" title="IsValid" class="">IsValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.CooperativeBankCustomerIdPayerId.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.CooperativeBankCustomerIdPayerId.Normalize.html" title="Normalize" class="">Normalize</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.ErasableString.html" title="ErasableString" class="">ErasableString</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.Clear.html" title="Clear" class="">Clear</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.-ctor.html" title="ErasableString" class="">ErasableString</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.IsCleared.html" title="IsCleared" class="">IsCleared</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.IsDisposed.html" title="IsDisposed" class="">IsDisposed</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.ErasableString.Value.html" title="Value" class="">Value</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.HateoasLink.html" title="HateoasLink" class="">HateoasLink</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.HateoasLink.Href.html" title="Href" class="">Href</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.HateoasLink.Rel.html" title="Rel" class="">Rel</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.HateoasLink.Title.html" title="Title" class="">Title</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.INotificationVerifier.html" title="INotificationVerifier" class="">INotificationVerifier</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.INotificationVerifier.ThrowIfNotVerified.html" title="ThrowIfNotVerified" class="">ThrowIfNotVerified</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.INotificationVerifier.Verify.html" title="Verify" class="">Verify</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.IOnlineEftposClient.html" title="IOnlineEftposClient" class="">IOnlineEftposClient</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.ApiEnvironment.html" title="ApiEnvironment" class="">ApiEnvironment</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.ApiVersion.html" title="ApiVersion" class="">ApiVersion</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.CheckPaymentStatus.html" title="CheckPaymentStatus" class="">CheckPaymentStatus</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.CheckRefundStatus.html" title="CheckRefundStatus" class="">CheckRefundStatus</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.DeleteTrust.html" title="DeleteTrust" class="">DeleteTrust</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.PaymentSearch.html" title="PaymentSearch" class="">PaymentSearch</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.RefundSearch.html" title="RefundSearch" class="">RefundSearch</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.RequestPayment.html" title="RequestPayment" class="">RequestPayment</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposClient.SendRefund.html" title="SendRefund" class="">SendRefund</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.IOnlineEftposCredentialProvider.html" title="IOnlineEftposCredentialProvider" class="">IOnlineEftposCredentialProvider</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.IOnlineEftposCredentialProvider.GetCredentials.html" title="GetCredentials" class="">GetCredentials</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.IPayerIdType.html" title="IPayerIdType" class="">IPayerIdType</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.IPayerIdType.DisplayName.html" title="DisplayName" class="">DisplayName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IPayerIdType.IsValid.html" title="IsValid" class="">IsValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IPayerIdType.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.IPayerIdType.Normalize.html" title="Normalize" class="">Normalize</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.KnownBanks.html" title="KnownBanks" class="">KnownBanks</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.KnownBanks.AddBank.html" title="AddBank" class="">AddBank</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.KnownBanks.All.html" title="All" class="">All</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.KnownBanks.GetBank.html" title="GetBank" class="">GetBank</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.KnownBanks.RemoveBank.html" title="RemoveBank" class="">RemoveBank</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.MerchantDetails.html" title="MerchantDetails" class="">MerchantDetails</a>
<ul class="nav level3">
<li class="active">
<a href="Yort.OnlineEftpos.MerchantDetails.CallbackUrl.html" title="CallbackUrl" class="active">CallbackUrl</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.MerchantDetails.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.MerchantDetails.MerchantIdCode.html" title="MerchantIdCode" class="">MerchantIdCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.MerchantDetails.MerchantUrl.html" title="MerchantUrl" class="">MerchantUrl</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.NotificationVerifierBase.html" title="NotificationVerifierBase" class="">NotificationVerifierBase</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.NotificationVerifierBase.GetPublicKey.html" title="GetPublicKey" class="">GetPublicKey</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NotificationVerifierBase.-ctor.html" title="NotificationVerifierBase" class="">NotificationVerifierBase</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NotificationVerifierBase.ThrowIfNotVerified.html" title="ThrowIfNotVerified" class="">ThrowIfNotVerified</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NotificationVerifierBase.Verify.html" title="Verify" class="">Verify</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.NZMobilePayerIdType.html" title="NZMobilePayerIdType" class="">NZMobilePayerIdType</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.NZMobilePayerIdType.DisplayName.html" title="DisplayName" class="">DisplayName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NZMobilePayerIdType.IsValid.html" title="IsValid" class="">IsValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NZMobilePayerIdType.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.NZMobilePayerIdType.Normalize.html" title="Normalize" class="">Normalize</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposApiEnvironment.html" title="OnlineEftposApiEnvironment" class="">OnlineEftposApiEnvironment</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiEnvironment.Live.html#Yort_OnlineEftpos_OnlineEftposApiEnvironment_Live" title="Live" class="">Live</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiEnvironment.Sandbox.html#Yort_OnlineEftpos_OnlineEftposApiEnvironment_Sandbox" title="Sandbox" class="">Sandbox</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiEnvironment.Uat.html#Yort_OnlineEftpos_OnlineEftposApiEnvironment_Uat" title="Uat" class="">Uat</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposApiError.html" title="OnlineEftposApiError" class="">OnlineEftposApiError</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiError.Error.html" title="Error" class="">Error</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiError.Messages.html" title="Messages" class="">Messages</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiError.Reference.html" title="Reference" class="">Reference</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposApiException.html" title="OnlineEftposApiException" class="">OnlineEftposApiException</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiException.ErrorContent.html" title="ErrorContent" class="">ErrorContent</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiException.ErrorMessage.html" title="ErrorMessage" class="">ErrorMessage</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiException.-ctor.html" title="OnlineEftposApiException" class="">OnlineEftposApiException</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiException.ReasonPhrase.html" title="ReasonPhrase" class="">ReasonPhrase</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiException.StatusCode.html" title="StatusCode" class="">StatusCode</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposApiVersion.html" title="OnlineEftposApiVersion" class="">OnlineEftposApiVersion</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiVersion.None.html#Yort_OnlineEftpos_OnlineEftposApiVersion_None" title="None" class="">None</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposApiVersion.V1P1.html#Yort_OnlineEftpos_OnlineEftposApiVersion_V1P1" title="V1P1" class="">V1P1</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.html" title="OnlineEftposAuthenticationException" class="">OnlineEftposAuthenticationException</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.Error.html" title="Error" class="">Error</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.ErrorDescription.html" title="ErrorDescription" class="">ErrorDescription</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.ErrorUrl.html" title="ErrorUrl" class="">ErrorUrl</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.-ctor.html" title="OnlineEftposAuthenticationException" class="">OnlineEftposAuthenticationException</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.ReasonPhrase.html" title="ReasonPhrase" class="">ReasonPhrase</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposAuthenticationException.StatusCode.html" title="StatusCode" class="">StatusCode</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposClient.html" title="OnlineEftposClient" class="">OnlineEftposClient</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.ApiEnvironment.html" title="ApiEnvironment" class="">ApiEnvironment</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.ApiVersion.html" title="ApiVersion" class="">ApiVersion</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.CheckPaymentStatus.html" title="CheckPaymentStatus" class="">CheckPaymentStatus</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.CheckRefundStatus.html" title="CheckRefundStatus" class="">CheckRefundStatus</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.DeleteTrust.html" title="DeleteTrust" class="">DeleteTrust</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.-ctor.html" title="OnlineEftposClient" class="">OnlineEftposClient</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.PaymentSearch.html" title="PaymentSearch" class="">PaymentSearch</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.RefundSearch.html" title="RefundSearch" class="">RefundSearch</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.RequestPayment.html" title="RequestPayment" class="">RequestPayment</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposClient.SendRefund.html" title="SendRefund" class="">SendRefund</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposCredentials.html" title="OnlineEftposCredentials" class="">OnlineEftposCredentials</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentials.ConsumerKey.html" title="ConsumerKey" class="">ConsumerKey</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentials.ConsumerSecret.html" title="ConsumerSecret" class="">ConsumerSecret</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentials.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentials.-ctor.html" title="OnlineEftposCredentials" class="">OnlineEftposCredentials</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposCredentialsProvider.html" title="OnlineEftposCredentialsProvider" class="">OnlineEftposCredentialsProvider</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentialsProvider.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentialsProvider.GetCredentials.html" title="GetCredentials" class="">GetCredentials</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposCredentialsProvider.-ctor.html" title="OnlineEftposCredentialsProvider" class="">OnlineEftposCredentialsProvider</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustOptions.html" title="OnlineEftposDeleteTrustOptions" class="">OnlineEftposDeleteTrustOptions</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustOptions.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustOptions.TrustId.html" title="TrustId" class="">TrustId</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.html" title="OnlineEftposDeleteTrustResult" class="">OnlineEftposDeleteTrustResult</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.Bank.html" title="Bank" class="">Bank</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.BankId.html" title="BankId" class="">BankId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.CreationTime.html" title="CreationTime" class="">CreationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.Links.html" title="Links" class="">Links</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.MerchantIdCode.html" title="MerchantIdCode" class="">MerchantIdCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.ModificationTime.html" title="ModificationTime" class="">ModificationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.PayerId.html" title="PayerId" class="">PayerId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposDeleteTrustResult.PayerIdType.html" title="PayerIdType" class="">PayerIdType</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposException.html" title="OnlineEftposException" class="">OnlineEftposException</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposException.-ctor.html" title="OnlineEftposException" class="">OnlineEftposException</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposInvalidDataException.html" title="OnlineEftposInvalidDataException" class="">OnlineEftposInvalidDataException</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposInvalidDataException.-ctor.html" title="OnlineEftposInvalidDataException" class="">OnlineEftposInvalidDataException</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposNotification.html" title="OnlineEftposNotification" class="">OnlineEftposNotification</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.MerchantOrderId.html" title="MerchantOrderId" class="">MerchantOrderId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.-ctor.html" title="OnlineEftposNotification" class="">OnlineEftposNotification</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.Signature.html" title="Signature" class="">Signature</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.SignedData.html" title="SignedData" class="">SignedData</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.Status.html" title="Status" class="">Status</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.TransactionId.html" title="TransactionId" class="">TransactionId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.TrustId.html" title="TrustId" class="">TrustId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposNotification.TrustStatus.html" title="TrustStatus" class="">TrustStatus</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposPaymentRequest.html" title="OnlineEftposPaymentRequest" class="">OnlineEftposPaymentRequest</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentRequest.Bank.html" title="Bank" class="">Bank</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentRequest.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentRequest.Merchant.html" title="Merchant" class="">Merchant</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentRequest.Transaction.html" title="Transaction" class="">Transaction</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.html" title="OnlineEftposPaymentSearchOptions" class="">OnlineEftposPaymentSearchOptions</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.BuildSearchQueryString.html" title="BuildSearchQueryString" class="">BuildSearchQueryString</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.CreationTime.html" title="CreationTime" class="">CreationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.Fields.html" title="Fields" class="">Fields</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.Limit.html" title="Limit" class="">Limit</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.MerchantIdCode.html" title="MerchantIdCode" class="">MerchantIdCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.Offset.html" title="Offset" class="">Offset</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.OrderId.html" title="OrderId" class="">OrderId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.PaginationUri.html" title="PaginationUri" class="">PaginationUri</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.PayerId.html" title="PayerId" class="">PayerId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchOptions.Status.html" title="Status" class="">Status</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchResult.html" title="OnlineEftposPaymentSearchResult" class="">OnlineEftposPaymentSearchResult</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchResult.Links.html" title="Links" class="">Links</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchResult.NextPageUri.html" title="NextPageUri" class="">NextPageUri</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchResult.Payments.html" title="Payments" class="">Payments</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentSearchResult.PreviousPageUri.html" title="PreviousPageUri" class="">PreviousPageUri</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.html" title="OnlineEftposPaymentStatus" class="">OnlineEftposPaymentStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Bank.html" title="Bank" class="">Bank</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.CreationTime.html" title="CreationTime" class="">CreationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Merchant.html" title="Merchant" class="">Merchant</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.ModificationTime.html" title="ModificationTime" class="">ModificationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Status.html" title="Status" class="">Status</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Transaction.html" title="Transaction" class="">Transaction</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposPaymentStatus.Trust.html" title="Trust" class="">Trust</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposRefundRequest.html" title="OnlineEftposRefundRequest" class="">OnlineEftposRefundRequest</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundRequest.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundRequest.Merchant.html" title="Merchant" class="">Merchant</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundRequest.Transaction.html" title="Transaction" class="">Transaction</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.html" title="OnlineEftposRefundSearchOptions" class="">OnlineEftposRefundSearchOptions</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.BuildSearchQueryString.html" title="BuildSearchQueryString" class="">BuildSearchQueryString</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.CreationTime.html" title="CreationTime" class="">CreationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.Fields.html" title="Fields" class="">Fields</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.Limit.html" title="Limit" class="">Limit</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.MerchantIdCode.html" title="MerchantIdCode" class="">MerchantIdCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.Offset.html" title="Offset" class="">Offset</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.PaginationUri.html" title="PaginationUri" class="">PaginationUri</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.PayerId.html" title="PayerId" class="">PayerId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.RefundId.html" title="RefundId" class="">RefundId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchOptions.Status.html" title="Status" class="">Status</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchResult.html" title="OnlineEftposRefundSearchResult" class="">OnlineEftposRefundSearchResult</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchResult.Links.html" title="Links" class="">Links</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchResult.NextPageUri.html" title="NextPageUri" class="">NextPageUri</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchResult.PreviousPageUri.html" title="PreviousPageUri" class="">PreviousPageUri</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundSearchResult.Refunds.html" title="Refunds" class="">Refunds</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.html" title="OnlineEftposRefundStatus" class="">OnlineEftposRefundStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.CreationTime.html" title="CreationTime" class="">CreationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.Merchant.html" title="Merchant" class="">Merchant</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.ModificationTime.html" title="ModificationTime" class="">ModificationTime</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.Status.html" title="Status" class="">Status</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRefundStatus.Transaction.html" title="Transaction" class="">Transaction</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.html" title="OnlineEftposRequestBuilder" class="">OnlineEftposRequestBuilder</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.CallbackUrlTemplate.html" title="CallbackUrlTemplate" class="">CallbackUrlTemplate</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.CreatePaymentRequest.html" title="CreatePaymentRequest" class="">CreatePaymentRequest</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.CreateRefundRequest.html" title="CreateRefundRequest" class="">CreateRefundRequest</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultCurrency.html" title="DefaultCurrency" class="">DefaultCurrency</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultCurrencyMultiplier.html" title="DefaultCurrencyMultiplier" class="">DefaultCurrencyMultiplier</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultMerchantId.html" title="DefaultMerchantId" class="">DefaultMerchantId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultMerchantIdCode.html" title="DefaultMerchantIdCode" class="">DefaultMerchantIdCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultMerchantUrl.html" title="DefaultMerchantUrl" class="">DefaultMerchantUrl</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultUserAgent.html" title="DefaultUserAgent" class="">DefaultUserAgent</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.DefaultUserIP.html" title="DefaultUserIP" class="">DefaultUserIP</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.-ctor.html" title="OnlineEftposRequestBuilder" class="">OnlineEftposRequestBuilder</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.PurchaseDescriptionTemplate.html" title="PurchaseDescriptionTemplate" class="">PurchaseDescriptionTemplate</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposRequestBuilder.RefundReasonTemplate.html" title="RefundReasonTemplate" class="">RefundReasonTemplate</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposTransactionTypes.html" title="OnlineEftposTransactionTypes" class="">OnlineEftposTransactionTypes</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposTransactionTypes.Regular.html#Yort_OnlineEftpos_OnlineEftposTransactionTypes_Regular" title="Regular" class="">Regular</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposTransactionTypes.Trusted.html#Yort_OnlineEftpos_OnlineEftposTransactionTypes_Trusted" title="Trusted" class="">Trusted</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposTransactionTypes.TrustSetup.html#Yort_OnlineEftpos_OnlineEftposTransactionTypes_TrustSetup" title="TrustSetup" class="">TrustSetup</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.OnlineEftposTrust.html" title="OnlineEftposTrust" class="">OnlineEftposTrust</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposTrust.Id.html" title="Id" class="">Id</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.OnlineEftposTrust.Status.html" title="Status" class="">Status</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.PayerId.html" title="PayerId" class="">PayerId</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.PayerId.FromPhoneNumber.html" title="FromPhoneNumber" class="">FromPhoneNumber</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PayerId.IsPhoneNumberValidId.html" title="IsPhoneNumberValidId" class="">IsPhoneNumberValidId</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.PaymentDetails.html" title="PaymentDetails" class="">PaymentDetails</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.Amount.html" title="Amount" class="">Amount</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.Currency.html" title="Currency" class="">Currency</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.Description.html" title="Description" class="">Description</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.OrderId.html" title="OrderId" class="">OrderId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.SettlementDate.html" title="SettlementDate" class="">SettlementDate</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentDetails.TransactionType.html" title="TransactionType" class="">TransactionType</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.PaymentStatus.html" title="PaymentStatus" class="">PaymentStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Authorised.html" title="Authorised" class="">Authorised</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Declined.html" title="Declined" class="">Declined</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Error.html" title="Error" class="">Error</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Expired.html" title="Expired" class="">Expired</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.FromString.html" title="FromString" class="">FromString</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.New.html" title="New" class="">New</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Refunded.html" title="Refunded" class="">Refunded</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.PaymentStatus.Submitted.html" title="Submitted" class="">Submitted</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.RefundDetails.html" title="RefundDetails" class="">RefundDetails</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.RefundDetails.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundDetails.OriginalPaymentId.html" title="OriginalPaymentId" class="">OriginalPaymentId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundDetails.RefundAmount.html" title="RefundAmount" class="">RefundAmount</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundDetails.RefundId.html" title="RefundId" class="">RefundId</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundDetails.RefundReason.html" title="RefundReason" class="">RefundReason</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.RefundStatus.html" title="RefundStatus" class="">RefundStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.RefundStatus.Declined.html" title="Declined" class="">Declined</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundStatus.Error.html" title="Error" class="">Error</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundStatus.FromString.html" title="FromString" class="">FromString</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundStatus.Refunded.html" title="Refunded" class="">Refunded</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.RefundStatus.Unsubmitted.html" title="Unsubmitted" class="">Unsubmitted</a>
</li>
</ul> </li>
<li class="">
<a href="Yort.OnlineEftpos.Resource.html" title="Resource" class="">Resource</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.Resource.Attribute.html" title="Resource.Attribute" class="">Resource.Attribute</a>
</li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.Resource.String.html" title="Resource.String" class="">Resource.String</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.Resource.String.ApplicationName.html#Yort_OnlineEftpos_Resource_String_ApplicationName" title="ApplicationName" class="">ApplicationName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.Resource.String.Hello.html#Yort_OnlineEftpos_Resource_String_Hello" title="Hello" class="">Hello</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.Sha512WithRsaVerifier.html" title="Sha512WithRsaVerifier" class="">Sha512WithRsaVerifier</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.Sha512WithRsaVerifier.Dispose.html" title="Dispose" class="">Dispose</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.Sha512WithRsaVerifier.-ctor.html" title="Sha512WithRsaVerifier" class="">Sha512WithRsaVerifier</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.Sha512WithRsaVerifier.Verify.html" title="Verify" class="">Verify</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.TransactionRequestDetails.html" title="TransactionRequestDetails" class="">TransactionRequestDetails</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.TransactionRequestDetails.EnsureValid.html" title="EnsureValid" class="">EnsureValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionRequestDetails.UserAgent.html" title="UserAgent" class="">UserAgent</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionRequestDetails.UserIPAddress.html" title="UserIPAddress" class="">UserIPAddress</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.TransactionStatus.html" title="TransactionStatus" class="">TransactionStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.Description.html" title="Description" class="">Description</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.op_Equality.html" title="Equality" class="">Equality</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.Equals.html" title="Equals" class="">Equals</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.GetHashCode.html" title="GetHashCode" class="">GetHashCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.op_Inequality.html" title="Inequality" class="">Inequality</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.IsTerminal.html" title="IsTerminal" class="">IsTerminal</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TransactionStatus.Name.html" title="Name" class="">Name</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.TrustStatus.html" title="TrustStatus" class="">TrustStatus</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.Active.html" title="Active" class="">Active</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.Cancelled.html" title="Cancelled" class="">Cancelled</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.Equals.html" title="Equals" class="">Equals</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.GetHashCode.html" title="GetHashCode" class="">GetHashCode</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.op_Implicit.html" title="Implicit" class="">Implicit</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.Pending.html" title="Pending" class="">Pending</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.TrustStatus.ToString.html" title="ToString" class="">ToString</a>
</li>
</ul> </li>
<li class="">
<span class="expand-stub"></span>
<a href="Yort.OnlineEftpos.WestpacCustomerIdPayerId.html" title="WestpacCustomerIdPayerId" class="">WestpacCustomerIdPayerId</a>
<ul class="nav level3">
<li class="">
<a href="Yort.OnlineEftpos.WestpacCustomerIdPayerId.DisplayName.html" title="DisplayName" class="">DisplayName</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.WestpacCustomerIdPayerId.IsValid.html" title="IsValid" class="">IsValid</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.WestpacCustomerIdPayerId.Name.html" title="Name" class="">Name</a>
</li>
<li class="">
<a href="Yort.OnlineEftpos.WestpacCustomerIdPayerId.Normalize.html" title="Normalize" class="">Normalize</a>
</li>
</ul> </li>
</ul> </li>
</ul> </div>
</div>
</div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Yort.OnlineEftpos.MerchantDetails.CallbackUrl*">
<h1 id="Yort_OnlineEftpos_MerchantDetails_CallbackUrl_" data-uid="Yort.OnlineEftpos.MerchantDetails.CallbackUrl*">Property CallbackUrl
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<a id="Yort_OnlineEftpos_MerchantDetails_CallbackUrl_" data-uid="Yort.OnlineEftpos.MerchantDetails.CallbackUrl*"></a>
<h4 id="Yort_OnlineEftpos_MerchantDetails_CallbackUrl" data-uid="Yort.OnlineEftpos.MerchantDetails.CallbackUrl">CallbackUrl</h4>
<div class="markdown level1 summary"><p>An HTTP endpoint the API can callback when a transaction is approved by the payer. Required. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Uri CallbackUrl { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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">Uri</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</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>
Copyright (c) 2017 Troy Willmot
</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>
| Yortw/Yort.OnlineEftpos | docs/reference/api/Yort.OnlineEftpos.MerchantDetails.CallbackUrl.html | HTML | mit | 79,765 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unicoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / unicoq - 1.3.2+8.10</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
unicoq
<small>
1.3.2+8.10
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-06 02:33:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-06 02:33:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Beta Ziliani <beta@mpi-sws.org>" ]
dev-repo: "git+https://github.com/unicoq/unicoq.git"
homepage: "https://github.com/unicoq/unicoq"
bug-reports: "https://github.com/unicoq/unicoq/issues"
license: "MIT"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make]
]
install: [
[make "install"]
]
depends: [
"ocaml" {< "4.08.0"}
"coq" {>= "8.10.0" & < "8.11~"}
]
synopsis: "An enhanced unification algorithm for Coq"
url {
src: "https://github.com/unicoq/unicoq/archive/v1.3.2-8.10.tar.gz"
checksum: "md5=f8d91bda297794f9063e97cb09605eec"
}
</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-unicoq.1.3.2+8.10 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-unicoq -> coq >= 8.10.0
Your request can'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-unicoq.1.3.2+8.10</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+2/unicoq/1.3.2+8.10.html | HTML | mit | 6,627 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>automata: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / automata - 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>
automata
<small>
8.5.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-01 03:55:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-01 03:55:52 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.2 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/automata"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Automata"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:formal language theory" "keyword:finite automata" "keyword:push down automatas" "keyword:rational langages" "keyword:kleene" "category:Computer Science/Formal Languages Theory and Automata" "date:June-July 1993" ]
authors: [ "Jean-Christophe Filliâtre <>" "Judicaël Courant <>" ]
bug-reports: "https://github.com/coq-contribs/automata/issues"
dev-repo: "git+https://github.com/coq-contribs/automata.git"
synopsis: "Beginning of formal language theory"
description: """
This library formalises the beginning of formal language theory:
finite automata and rational languages, context-free grammars
and push-down automata."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/automata/archive/v8.5.0.tar.gz"
checksum: "md5=7c83009cdf855e849a530ddfe01f9781"
}
</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-automata.8.5.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn't be met:
- coq-automata -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' 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-automata.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">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.2/automata/8.5.0.html | HTML | mit | 7,002 |
<!DOCTYPE html>
<html>
<head>
<title>SwfitFS China社区 » 关于</title>
{% include "meta.html" %}
</head>
<body data-controller-name="sessions">
{% include "header.html" %}
<div id="main" class="main-container container">
{% include "verify.html" %}
<div class="row" style="margin-top:30px;">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">关于</div>
<div class="panel-body">
<div class="panel-body markdown">
<article>
<h2 id="这里是 Ruby 中文社区">这里是 SwiftFullStack 中文社区</h2>
<ul>
<li>欢迎原创文章,也欢迎各种技术交流</li>
<li>本站基于 SwiftWeb 开发 </li>
</ul>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
APP.Common.resetNav("nav-about");
});9
</script>
{% include "footer.html" %}
</body>
</html>
| SwiftFS/Swift-FS-China | webroot/views/about.html | HTML | mit | 1,224 |
<!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:15 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 org.omg.CORBA.LocalObject 的使用 (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="类 org.omg.CORBA.LocalObject 的使用 (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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/LocalObject.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/CORBA//class-useLocalObject.html" target="_top"><B>框架</B></A>
<A HREF="LocalObject.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>类 org.omg.CORBA.LocalObject<br>的使用</B></H2>
</CENTER>
没有 org.omg.CORBA.LocalObject 的用法
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/LocalObject.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/CORBA//class-useLocalObject.html" target="_top"><B>框架</B></A>
<A HREF="LocalObject.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
| piterlin/piterlin.github.io | doc/jdk6_cn/org/omg/CORBA/class-use/LocalObject.html | HTML | mit | 6,948 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>moment: 19 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / moment - 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>
moment
<small>
1.2.0
<span class="label label-success">19 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-30 03:42:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-30 03:42:16 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.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-moment"
dev-repo: "git+https://github.com/clarus/coq-moment.git"
bug-reports: "https://github.com/clarus/coq-moment/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["ruby" "pp.rb"]
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"conf-ruby" {build}
"coq" {>= "8.4pl4"}
"coq-error-handlers"
"coq-function-ninjas"
"coq-list-string" {>= "2.0.0"}
"ocaml"
]
tags: [
"date:2020-03-16"
"keyword:date"
"keyword:time"
"logpath:Moment"
]
synopsis: "Parse, manipulate and pretty-print times and dates in Coq"
url {
src: "https://github.com/clarus/coq-moment/archive/1.2.0.tar.gz"
checksum: "sha512=eeca9af5b7a8799a35fb37f61f17b7672e8393c2019d3bb925f7929cdf0dbccd835a97e223f66017f1a53aca1df70311f58a7757327338b63b9dfe1321670977"
}
</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-moment.1.2.0 coq.8.13.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-moment.1.2.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>30 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-moment.1.2.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>19 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 662 K</p>
<ul>
<li>321 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Date.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Date.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Time.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Moment.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Time.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Util.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Moment.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Date.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/All.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/TestHelpers.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Time.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Moment.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Util.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/TestHelpers.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/Util.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/TestHelpers.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Moment/All.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-moment.1.2.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.2/moment/1.2.0.html | HTML | mit | 8,674 |
<!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-google-v7) on Fri Jul 15 11:56:44 PDT 2016 -->
<title>DatastoreApiHelper (Google App Engine API for Java)</title>
<meta name="date" content="2016-07-15">
<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="DatastoreApiHelper (Google App Engine API for Java)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete 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><a href="../../../../../com/google/appengine/api/datastore/Cursor.html" title="class in com.google.appengine.api.datastore"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/google/appengine/api/datastore/DatastoreAttributes.html" title="class in com.google.appengine.api.datastore"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/appengine/api/datastore/DatastoreApiHelper.html" target="_top">Frames</a></li>
<li><a href="DatastoreApiHelper.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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">com.google.appengine.api.datastore</div>
<h2 title="Class DatastoreApiHelper" class="title">Class DatastoreApiHelper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.appengine.api.datastore.DatastoreApiHelper</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="typeNameLabel">DatastoreApiHelper</span>
extends java.lang.Object</pre>
<div class="block">Helper methods and constants shared by classes that implement the Java api
on top of the datastore.
<p>Note: users should not access this class directly.</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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>static java.lang.RuntimeException</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/datastore/DatastoreApiHelper.html#translateError-com.google.apphosting.api.ApiProxy.ApplicationException-">translateError</a></span>(<a href="../../../../../com/google/apphosting/api/ApiProxy.ApplicationException.html" title="class in com.google.apphosting.api">ApiProxy.ApplicationException</a> exception)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</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="translateError-com.google.apphosting.api.ApiProxy.ApplicationException-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>translateError</h4>
<pre>public static java.lang.RuntimeException translateError(<a href="../../../../../com/google/apphosting/api/ApiProxy.ApplicationException.html" title="class in com.google.apphosting.api">ApiProxy.ApplicationException</a> exception)</pre>
</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 class="aboutLanguage">Java is a registered trademark of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/google/appengine/api/datastore/Cursor.html" title="class in com.google.appengine.api.datastore"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/google/appengine/api/datastore/DatastoreAttributes.html" title="class in com.google.appengine.api.datastore"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/appengine/api/datastore/DatastoreApiHelper.html" target="_top">Frames</a></li>
<li><a href="DatastoreApiHelper.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| dougkoellmer/swarm | tools/appengine-java-sdk/docs/javadoc/com/google/appengine/api/datastore/DatastoreApiHelper.html | HTML | mit | 8,996 |
<!doctype html>
<html lang="en" ng-app="angularAuthExample">
<head>
<meta charset="UTF-8">
<title>AngularJS Auth Example</title>
<script src="bower_components/angular/angular.js"></script>
<script src="scripts/app.js"></script>
</head>
<body>
<form name="loginForm"
ng-controller="LoginController"
ng-submit="login(credentials)"
novalidate>
<label for="username">Username:</label>
<input type="text"
id="username"
name="username"
ng-model="credentials.username">
<label for="password">Password:</label>
<input type="password"
id="password"
name="password"
ng-model="credentials.password">
<button type="submit">Login</button>
</form>
</body>
</html> | ghengeveld/angular-auth | app/index.html | HTML | mit | 775 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v5.0.0: v8::ReturnValue< T > 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 v5.0.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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1ReturnValue.html">ReturnValue</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1ReturnValue-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ReturnValue< T > Class Template Reference</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:a0f1cdf01090e6fc957a0081036a55e6b"><td class="memTemplParams" colspan="2"><a class="anchor" id="a0f1cdf01090e6fc957a0081036a55e6b"></a>
template<class S > </td></tr>
<tr class="memitem:a0f1cdf01090e6fc957a0081036a55e6b"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><b>ReturnValue</b> (const <a class="el" href="classv8_1_1ReturnValue.html">ReturnValue</a>< S > &that)</td></tr>
<tr class="separator:a0f1cdf01090e6fc957a0081036a55e6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a852de19bf776c8ed9b5a0c40abe1f011"><td class="memTemplParams" colspan="2"><a class="anchor" id="a852de19bf776c8ed9b5a0c40abe1f011"></a>
template<typename S > </td></tr>
<tr class="memitem:a852de19bf776c8ed9b5a0c40abe1f011"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE </td><td class="memTemplItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use <a class="el" href="classv8_1_1Global.html">Global</a><> instead", void <a class="el" href="classv8_1_1Set.html">Set</a>(const <a class="el" href="classv8_1_1Persistent.html">Persistent</a>< S > &handle))</td></tr>
<tr class="separator:a852de19bf776c8ed9b5a0c40abe1f011"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acd7bacd0c0c42de6d7bc904b66fab5d6"><td class="memTemplParams" colspan="2"><a class="anchor" id="acd7bacd0c0c42de6d7bc904b66fab5d6"></a>
template<typename S > </td></tr>
<tr class="memitem:acd7bacd0c0c42de6d7bc904b66fab5d6"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (const <a class="el" href="classv8_1_1Global.html">Global</a>< S > &handle)</td></tr>
<tr class="separator:acd7bacd0c0c42de6d7bc904b66fab5d6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a865bc8fbded0b17338d7109d8e63be7b"><td class="memTemplParams" colspan="2"><a class="anchor" id="a865bc8fbded0b17338d7109d8e63be7b"></a>
template<typename S > </td></tr>
<tr class="memitem:a865bc8fbded0b17338d7109d8e63be7b"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > handle)</td></tr>
<tr class="separator:a865bc8fbded0b17338d7109d8e63be7b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a74d13d68c48028d14934cf076b21fa70"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74d13d68c48028d14934cf076b21fa70"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Set</b> (bool value)</td></tr>
<tr class="separator:a74d13d68c48028d14934cf076b21fa70"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a28bc181b8f64fd21a331bf42d97fe41f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a28bc181b8f64fd21a331bf42d97fe41f"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Set</b> (double i)</td></tr>
<tr class="separator:a28bc181b8f64fd21a331bf42d97fe41f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab214555052e3d03b8c44a7e8779bcbc2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab214555052e3d03b8c44a7e8779bcbc2"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Set</b> (int32_t i)</td></tr>
<tr class="separator:ab214555052e3d03b8c44a7e8779bcbc2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e190fff3c0396656e752ee916c715dc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9e190fff3c0396656e752ee916c715dc"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Set</b> (uint32_t i)</td></tr>
<tr class="separator:a9e190fff3c0396656e752ee916c715dc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aba8480ee94ea905ad0850b3ceaf1b9b1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba8480ee94ea905ad0850b3ceaf1b9b1"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>SetNull</b> ()</td></tr>
<tr class="separator:aba8480ee94ea905ad0850b3ceaf1b9b1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af73d4ed15f126a214efe583ac56ff19d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af73d4ed15f126a214efe583ac56ff19d"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>SetUndefined</b> ()</td></tr>
<tr class="separator:af73d4ed15f126a214efe583ac56ff19d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ed4f59f726eafae53525bb68512b93e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ed4f59f726eafae53525bb68512b93e"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>SetEmptyString</b> ()</td></tr>
<tr class="separator:a3ed4f59f726eafae53525bb68512b93e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8744931ca4536bcc2f95e344072a3f03"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8744931ca4536bcc2f95e344072a3f03"></a>
V8_INLINE <a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td><td class="memItemRight" valign="bottom"><b>GetIsolate</b> ()</td></tr>
<tr class="separator:a8744931ca4536bcc2f95e344072a3f03"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acbfa5f2c7cf2e95b42a4dcf79874fbe5"><td class="memTemplParams" colspan="2"><a class="anchor" id="acbfa5f2c7cf2e95b42a4dcf79874fbe5"></a>
template<typename S > </td></tr>
<tr class="memitem:acbfa5f2c7cf2e95b42a4dcf79874fbe5"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (S *whatever)</td></tr>
<tr class="separator:acbfa5f2c7cf2e95b42a4dcf79874fbe5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2ff02f4be7d7fdcf0e21be43dfd4fe43"><td class="memTemplParams" colspan="2"><a class="anchor" id="a2ff02f4be7d7fdcf0e21be43dfd4fe43"></a>
template<typename S > </td></tr>
<tr class="memitem:a2ff02f4be7d7fdcf0e21be43dfd4fe43"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (const <a class="el" href="classv8_1_1Persistent.html">Persistent</a>< S > &handle)</td></tr>
<tr class="separator:a2ff02f4be7d7fdcf0e21be43dfd4fe43"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a57c4b962cf2ca387d3fb9a2f8e47a963"><td class="memTemplParams" colspan="2"><a class="anchor" id="a57c4b962cf2ca387d3fb9a2f8e47a963"></a>
template<typename S > </td></tr>
<tr class="memitem:a57c4b962cf2ca387d3fb9a2f8e47a963"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (const <a class="el" href="classv8_1_1Global.html">Global</a>< S > &handle)</td></tr>
<tr class="separator:a57c4b962cf2ca387d3fb9a2f8e47a963"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a69d99ab0e0c12d68291d425287532799"><td class="memTemplParams" colspan="2"><a class="anchor" id="a69d99ab0e0c12d68291d425287532799"></a>
template<typename S > </td></tr>
<tr class="memitem:a69d99ab0e0c12d68291d425287532799"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > handle)</td></tr>
<tr class="separator:a69d99ab0e0c12d68291d425287532799"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a766f60aa4d7d86bfb949d3c40b147ef7"><td class="memTemplParams" colspan="2"><a class="anchor" id="a766f60aa4d7d86bfb949d3c40b147ef7"></a>
template<typename S > </td></tr>
<tr class="memitem:a766f60aa4d7d86bfb949d3c40b147ef7"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Set</b> (S *whatever)</td></tr>
<tr class="separator:a766f60aa4d7d86bfb949d3c40b147ef7"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a53f604d3d6f2dc0647df33c9979f116a"></a>
template<class F > </td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>ReturnValue</b></td></tr>
<tr class="separator:a53f604d3d6f2dc0647df33c9979f116a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memTemplParams" colspan="2"><a class="anchor" id="a76786e6fa2d0eac5e2d4f647659d0d23"></a>
template<class F > </td></tr>
<tr class="memitem:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>FunctionCallbackInfo</b></td></tr>
<tr class="separator:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5018adab21fade2b42f4f60e45fa1083"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5018adab21fade2b42f4f60e45fa1083"></a>
template<class F > </td></tr>
<tr class="memitem:a5018adab21fade2b42f4f60e45fa1083"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PropertyCallbackInfo</b></td></tr>
<tr class="separator:a5018adab21fade2b42f4f60e45fa1083"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a08e2b8f164392d71811ce6cc134f33e3"></a>
template<class F , class G , class H > </td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueMapBase</b></td></tr>
<tr class="separator:a08e2b8f164392d71811ce6cc134f33e3"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <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 | 0a43697/html/classv8_1_1ReturnValue.html | HTML | mit | 15,339 |
<!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>140462-76-6.smi.png.html</title>
</head>
<body>ID140462-76-6<br/>
<img border="0" src="140462-76-6.smi.png" alt="140462-76-6.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>140462-76-6</td><td>11723</td><td>C21H24ClNO3</td><td>373.8732 (337.4122+36.4609)</td><td>26486</td><td>81657</td><td>46486</td><td>6338</td><td>Olopatadine hydrochloride</td><td></td><td>140462-76-6</td><td>primary</td><td>single chemical compound</td><td>stereochem; parent [113806-05-6]</td><td>tested chemical</td><td>C21H24ClNO3</td><td>373.8732</td><td>defined organic</td><td>complex</td><td>{(11Z)-11-[3-(dimethylamino)propylidene]-6,11-dihydrodibenzo[b,e]oxepin-2-yl}acetic acid hydrochloride (1:1)</td><td>Cl.O=C(O)Cc1ccc2OCc3ccccc3C(=C\CCN(C)C)\c2c1</td><td>O=C(O)Cc1ccc2OCc3ccccc3C(=C\CCN(C)C)\c2c1</td><td>20110812</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 04:02:28 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/140462-76-6.smi.png.html | HTML | mit | 1,814 |
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta http-equiv="refresh" content="0; URL=http://mog.com/">
</head>
<body>
</body>
</html> | mesadynamics/hypercube-all | web/hypercube/providers/pages/MOG.html | HTML | mit | 182 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Categories | Classic</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<header>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<nav>
<ul>
<li class="pull-left ">
<a href="/">/home/classic</a>
</li>
<li class="pull-left ">
<a href="/">~/home</a>
</li>
<li class="pull-left current">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<h1>Categories</h1>
<ul class="terms">
<li>
<a href="/categories/blog">
Blog
</a>
(1)
</li>
<li>
<a href="/categories/bullhorn">
Bullhorn
</a>
(1)
</li>
<li>
<a href="/categories/code">
Code
</a>
(1)
</li>
<li>
<a href="/categories/example">
Example
</a>
(2)
</li>
</ul>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://github.com/goodroot/hugo-classic">Github</a> | <a href="https://twitter.com/thegoodroot">Twitter</a>
</footer>
</body>
</html>
| oneshadab/oneshadab.github.io | categories/index.html | HTML | mit | 2,393 |
<!--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>Bones 2007</title>
<link href="../stylesheets/bones.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table>
<tr>
<td class="boneLogoCell">
<pre> __________/|<br />(_|__|_____\|________<br /> ,|_|____________)</pre>
</td>
<!--<img src=images/logo_sm.gif width=150 height=55 alt="Go to MMBones" border=0 vspace=12>//-->
<td style="vertical-align: top; height: 14">
<table cellpadding="4">
<tr>
<td class="topLinkBar">
<a href="../index.html">Web</a> <b>Bones</b>
<a href="../bonebabes.html">Bonebabes</a>
<a href="../bassbones.html">Bass Bones</a>
<a href="../fossils.html">Fossils</a>
<a href="../maps.html">Maps</a>
<a href="../money.html">Money</a>
<a href="http://mmb.music.umich.edu/joinTheBand/">Join Us</a>
<a href="../links.html">Links</a>
<b><a href="mailto:trombones@umich.edu">contact us »</a></b>
</td>
</tr>
</table>
<!--form name="gs" action="">
<table>
<tr>
<td>
<input type="hidden" name="hl" value="en" />
<input type="hidden" name="lr" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="topLinkBar" size="41" maxlength="2048" value="Gimme the Money!" />
<font size="-1">
<input type="submit" name="btnG" value="Search" />
<span id="hf"></span>
</font>
</td>
<td style="white-space: nowrap">
<font size="-2">
<a href="/advanced_search?hl=en&lr=&ie=UTF-8">Advanced Search</a><br />
<a href="/preferences?hl=en&lr=&ie=UTF-8">Preferences</a>
</font>
</td>
</tr>
</table>
</form-->
</td>
</tr>
</table>
<table class="blueHeader">
<tr>
<td style="white-space: nowrap">
<a href="bones13.html">2013</a> -
<a href="bones12.html">2012</a> -
<a href="bones11.html">2011</a> -
<a href="bones10.html">2010</a> -
<a href="bones09.html">2009</a> -
<a href="bones08.html">2008</a> -
<b style="font-size: 18">Bones - 2007 Roster</b> -
<a href="bones06.html">2006</a> -
<a href="bones05.html">2005</a> -
<a href="bones04.html">2004</a> -
<a href="bones03.html">2003</a> -
<a href="bones02.html">2002</a> -
<a href="bones01.html">2001</a> -
<a href="bones00.html">2000</a>
</td>
<td class="resultText" style="white-space: nowrap">
Results <b>1</b> - <b>45</b> of exactly <b>45</b> for <b><b>bones</b> </b>[<a href="http://dictionary.reference.com/search?q=trombone"
title="Look up bone on dictionary.com">definition</a>]. (<b>0.24</b> seconds)
</td>
</tr>
</table>
<!--Start Page Content //-->
<table style="width: 100%">
<tr>
<td valign="top">
<br />
<table style="width: 80%; border:0">
<tr>
<td class="classHeading" colspan="2">
5th Year Seniors
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCellHeader">
Name
</p>
</td>
<td>
<p class="dataCellHeader">
Hometown
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Duane Breijak</b>
</p>
</td>
<td>
<p class="dataCells">
Stockbridge, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Paul Sutherland</b>
</p>
</td>
<td>
<p class="dataCells">
Canton, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
</tr>
<tr>
<td class="classHeading" colspan="2">
Seniors
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCellHeader">
Name
</p>
</td>
<td>
<p class="dataCellHeader">
Hometown
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>David Aguilar</b>
</p>
</td>
<td>
<p class="dataCells">
El Paso, TX
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Greg Baker</b>
</p>
</td>
<td>
<p class="dataCells">
New Boston, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Melissa Beams</b>
</p>
</td>
<td>
<p class="dataCells">
Vicksburg, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Mitch Bradley<label class="badgeLeader">†</label></b>
</p>
</td>
<td>
<p class="dataCells">
Harrison Twp., MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jen Cisler<label class="badgeLeader">†</label></b>
</p>
</td>
<td>
<p class="dataCells">
Grand Rapids, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Lewis Ezekiel</b>
</p>
</td>
<td>
<p class="dataCells">
Ann Arbor, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Allen Fisher</b>
</p>
</td>
<td>
<p class="dataCells">
Howard City, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Nick Gasperoni</b>
</p>
</td>
<td>
<p class="dataCells">
Rochester Hills, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Matthew Hoffman</b>
</p>
</td>
<td>
<p class="dataCells">
Hastings, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Victoria Langford<label class="badgeLeader">†</label></b>
</p>
</td>
<td>
<p class="dataCells">
Scottsdale, AZ
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Tomoyuki Matsushima</b>
</p>
</td>
<td>
<p class="dataCells">
Glendale, CA
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>DeAndre McCall</b>
</p>
</td>
<td>
<p class="dataCells">
Inglewood, CA
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Daniel Roberts<label class="badgeLeader">†</label></b>
</p>
</td>
<td>
<p class="dataCells">
Dexter, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Chris Rodgers<label class="badgeLeader">‡</label></b>
</p>
</td>
<td>
<p class="dataCells">
Novi, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>
Matthew Rodriguez<label class="badgeLeader">†</label>
<label class="badgeBassBone"> Bass</label>
</b>
</p>
</td>
<td>
<p class="dataCells">
Belleville, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Aaron Schoeff<label class="badgeBassBone"> Bass</label></b>
</p>
</td>
<td>
<p class="dataCells">
South Lyon, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Becky Shapiro</b>
</p>
</td>
<td>
<p class="dataCells">
Columbus, OH
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
</tr>
<tr>
<td class="classHeading" colspan="2">
Juniors
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCellHeader">
Name
</p>
</td>
<td>
<p class="dataCellHeader">
Hometown
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Nathan Bennett</b>
</p>
</td>
<td>
<p class="dataCells">
Rapid River, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Catherine Castellana<label class="badgeLeader">†</label></b>
</p>
</td>
<td>
<p class="dataCells">
Birmingham, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Timothy Collins</b>
</p>
</td>
<td>
<p class="dataCells">
Parma, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Bryan DeGrendel</b>
</p>
</td>
<td>
<p class="dataCells">
Dublin, OH
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Michael Harlow</b>
</p>
</td>
<td>
<p class="dataCells">
Moraga, CA
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Bill Melville</b>
</p>
</td>
<td>
<p class="dataCells">
Walker, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Amy Rydleski</b>
</p>
</td>
<td>
<p class="dataCells">
Stevensville, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jon Tap</b>
</p>
</td>
<td>
<p class="dataCells">
Livonia, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jeffrey Zebrowski</b>
</p>
</td>
<td>
<p class="dataCells">
Rochester Hills, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
</tr>
<tr>
<td class="classHeading" colspan="2">
Sophomores
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCellHeader">
Name
</p>
</td>
<td>
<p class="dataCellHeader">
Hometown
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Taylor Gast</b>
</p>
</td>
<td>
<p class="dataCells">
Watervliet, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jack Hall</b>
</p>
</td>
<td>
<p class="dataCells">
Wooster, OH
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Christian Hatfield</b>
</p>
</td>
<td>
<p class="dataCells">
Vicksburg, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Brian Herrick</b>
</p>
</td>
<td>
<p class="dataCells">
Malvern, PA
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jake Hoernschemeyer</b>
</p>
</td>
<td>
<p class="dataCells">
Novi, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Abby Johnson</b>
</p>
</td>
<td>
<p class="dataCells">
Ann Arbor, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Whitaker Martin</b>
</p>
</td>
<td>
<p class="dataCells">
Grand Rapids, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Ryan McKown</b>
</p>
</td>
<td>
<p class="dataCells">
Brooklyn, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>K. Scott Tripp</b>
</p>
</td>
<td>
Redford, MI
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Kelsy Wilson</b>
</p>
</td>
<td>
<p class="dataCells">
Ann Arbor, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
</tr>
<tr>
<td class="classHeading" colspan="2">
Freshmen
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCellHeader">
Name
</p>
</td>
<td>
<p class="dataCellHeader">
Hometown
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Ikenna Anyanetu</b>
</p>
</td>
<td>
<p class="dataCells">
Taylor, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Jason Bies<label class="badgeBassBone"> Bass</label></b>
</p>
</td>
<td>
<p class="dataCells">
Hastings, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Sierra Cain</b>
</p>
</td>
<td>
<p class="dataCells">
Detroit, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Andrew Lapin</b>
</p>
</td>
<td>
<p class="dataCells">
Huntington Woods, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Kaili McKnight</b>
</p>
</td>
<td>
<p class="dataCells">
Jerome, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Antoinette Ruffolo</b>
</p>
</td>
<td>
<p class="dataCells">
New Boston, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<p class="dataCells">
<b>Matthew Vujovich</b>
</p>
</td>
<td>
<p class="dataCells">
Warren, MI
</p>
</td>
</tr>
<tr>
<td class="tableLeftBuffer">
</td>
<td>
<label class="badgeLeader"> ‡</label>
<label style="font-size:8pt;"> - denotes section leader</label><br />
<label class="badgeLeader"> †</label>
<label style="font-size:8pt;"> - denotes rank leader</label><br />
<label class="badgeBassBone">Bass</label>
<label style="font-size:8pt;"> - denotes bass trombone</label>
</td>
</tr>
</table>
<!--br />
<iframe src="../XML/Bones07.xml" style="width: 80%; height: 1300" frameborder="0" scrolling="no">
<a href="../XML/Bones07.xml">Hmm, you are using a very old browser. Click here to go
directly to included content.</a> </iframe-->
</td>
<td class="imageTable">
<br />
<img src="../Images/bones06a.jpg" alt="" /><br />
<br />
<img src="../Images/bones06b.jpg" alt="" /><br />
<br />
<img src="../Images/bones06d.jpg" alt="" /><br />
<br />
<img src="../Images/bones06e.jpg" alt="" /><br />
<br />
<img src="../Images/bones07b.jpg" alt="" /><br />
<br />
<img src="../Images/bones07c.jpg" alt="" />
</td>
<td style="width: 10">
</td>
</tr>
</table>
<br />
<table id="nav" align="center" style="border-collapse: collapse; margin: auto; text-align: center; direction: ltr; margin-bottom: 1.4em">
<tr valign="top">
<td class="b">
<a href="bones08.html">
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px"></span>
Newer
</a>
</td>
<td class="b">
<span class="csb" style="background-position: -26px 0; width: 18px">M</span>
</td>
<td>
<a href="bones13.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'13
</a>
</td>
<td>
<a href="bones12.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'12
</a>
</td>
<td>
<a href="bones11.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'11
</a>
</td>
<td>
<a href="bones10.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'10
</a>
</td>
<td>
<a href="bones09.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'09
</a>
</td>
<td>
<a href="bones08.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'08
</a>
</td>
<td class="cur">
<span class="csb" style="background-position: -44px 0; width: 16px">M</span>
'07
</td>
<td>
<a href="bones06.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'06
</a>
</td>
<td>
<a href="bones05.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'05
</a>
</td>
<td>
<a href="bones04.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'04
</a>
</td>
<td>
<a href="bones03.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'03
</a>
</td>
<td>
<a href="bones02.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'02
</a>
</td>
<td>
<a href="bones01.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'01
</a>
</td>
<td>
<a href="bones00.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight:bold; text-decoration: none">M</span>
'00
</a>
</td>
<td>
<span class="csb ch" style="background-position: -60px 0; width: 16px; font-weight: bold">Bones</span>
</td>
<td class="b">
<a href="bones06.html">
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px"></span>
Older
</a>
</td>
</tr>
</table>
<!--table id="Table1" align="center" style="border-collapse: collapse; margin: auto; text-align: center; direction: ltr; margin-bottom: 1.4em">
<tr valign="top">
<td class="b">
<a href="bones08.html">
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
Newer
</a>
</td>
<td class="b">
<span class="csb" style="background-position: -26px 0; width: 51px; height: 15px"> _____</span>
<span class="csb" style="background-position: -26px 0; width: 51px; height: 15px">(_|__|_</span>
<span class="csb" style="text-align:right; background-position: -26px 0; width: 51px; height: 15px">,|_</span>
</td>
<td>
<a href="bones08.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
'09
</a>
</td>
<td>
<a href="bones08.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
'08
</a>
</td>
<td class="cur">
<span class="csb" style="background-position: -44px 0; width: 12px; height: 15px">_/</span>
<span class="csb" style="background-position: -44px 0; width: 12px; height: 19px">_\</span>
<span class="csb" style="background-position: -44px 0; width: 12px; height: 15px">|_</span>
'07
</td>
<td>
<a href="bones06.html" style="color: Black">
<span class="csb ch" style="text-align: left; background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">| </span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">|_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
'06
</a>
</td>
<td>
<a href="bones05.html" style="color: Black">
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none"></span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
<span class="csb ch" style="background-position: -60px 0; width: 12px; height: 15px; font-weight:bold; text-decoration: none">_</span>
'05
</a>
</td>
<td>
<span class="csb ch" style="background-position: -60px 0; width: 23px; height: 15px; font-weight: bold; text-decoration: none"></span>
<span class="csb ch" style="text-align:left; background-position: -60px 0; width: 23px; height: 15px; font-weight: bold">_________</span>
<span class="csb ch" style="background-position: -60px 0; width: 23px; height: 15px; font-weight: bold">_________)</span>
</td>
<td class="b">
<a href="bones06.html">
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
<span class="csb ch" style="background-position: -76px 0; margin-right: 34px; width: 50px; height: 15px"></span>
Older
</a>
</td>
</tr>
</table-->
<!--End Page Content //-->
<center>
<table class="blueFooter">
<tr>
<td>
</td>
</tr>
<tr>
<td align="center">
The Homepage of The Michigan Marching Band Trombone Section </td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<br />
<div>
<a href="../index.html">MMBones Home</a> - <a href="http://mmb.music.umich.edu">The Michigan Marching Band</a>
- <a href="http://www.mgoblue.com">The Michigan Athletic Department</a>
- <a href="http://www.umich.edu">The University of Michigan</a>
<br />
<br />
©2004-2013 MMBones
</div>
</center>
</body>
</html>
| tahoeWolverine/mmbones | bones/bones07.html | HTML | mit | 27,237 |
<link rel="import" href="../../bower_components/polymer/polymer-element.html">
<link rel="import" href="../views/fragments/main-view.html">
<link rel="import" href="../views/page404-view.html">
<link rel="import" href="../app-fragment.html">
<link rel="import" href="home-fragment.html">
<link rel="import" href="image-details-fragment.html">
<dom-module id="main-fragment">
<template>
<style>
:host {
display: block;
height: 100%;
width: 100%;
}
</style>
<main-view id="view">
<home-fragment id="home"
data-route="^/$"></home-fragment>
<image-details-fragment id="details"
data-route="^/photos/([0-9]+):imageId$"></image-details-fragment>
<page404-view
data-route=".*"></page404-view>
</main-view>
</template>
<script>
class MainFragment extends AppFragment(Polymer.Element) {
static get is() {
return 'main-fragment';
}
static get properties() {
return {
path: {
notify: true,
observer: '_pathChanged',
type: String
}
};
}
get fragments() {
return Array.prototype.slice.call(this.$.view.children);
}
// Override this method to avoid [databinding-calls-must-be-functions] warning when running `polymer lint`
_pathChanged(path) {
super._pathChanged(path);
}
}
window.customElements.define(MainFragment.is, MainFragment);
</script>
</dom-module>
| flawyte/test-pwa | src/fragments/main-fragment.html | HTML | mit | 1,516 |
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vitess / Presentations and Videos</title>
<!-- Webfont -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!--<link rel="shortcut icon" type="image/png" href="/favicon.png">-->
<!-- Bootstrap -->
<link href="/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/css/site.css" />
<!-- Font Awesome icons -->
<link href="/libs/font-awesome-4.4.0/css/font-awesome.min.css"
rel="stylesheet"
type="text/css">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/libs/bootstrap/js/bootstrap.min.js"></script>
<!-- metadata -->
<meta name="og:title" content="Vitess / Presentations and Videos"/>
<meta name="og:image" content="/images/vitess_logo_with_border.svg"/>
<meta name="og:description" content="Vitess is a database clustering system for horizontal scaling of MySQL."/>
<link rel="icon" href="/images/vitess_logo_icon_size.png" type="image/png">
<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-60219601-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="docs" id="top_of_page">
<span id="toc-depth" data-toc-depth="h2,h3"></span>
<nav id="common-nav" class="navbar navbar-fixed-top inverse">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img class="logo" src="/images/vitess_logo_with_border.svg" alt="Vitess">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="standard-menu-links">
<li><a href="/overview/">Overview</a></li>
<li><a href="/user-guide/introduction.html">Guides</a></li>
<li><a href="/reference/vitess-api.html">Reference</a></li>
<li><a href="http://blog.vitess.io">Blog</a></li>
<li><a href="https://github.com/youtube/vitess"><i class="fa fa-github"></i> GitHub</a></li>
<!-- Hide link to blog unless we have actual posts -->
<!-- <li><a href="/blog/" title="">Blog</a></li> -->
</ul>
<ul class="nav nav-stacked mobile-left-nav-menu" id="collapsed-left-menu">
<li class="submenu">
<h4 class="arrow-r no-top-margin">Overview</h4>
<ul style="display: none">
<li><a href="/overview/">What is Vitess</a></li>
<li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li>
<li><a href="/overview/concepts.html">Key Concepts</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Getting Started</h4>
<ul style="display: none">
<li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a>
<ul style="display: block">
<li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li>
</ul>
</li>
<li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">User Guide</h4>
<ul style="display: none">
<li><a href="/user-guide/introduction.html">Introduction</a>
<li><a href="/user-guide/client-libraries.html">Client Libraries</a>
<li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a>
<li><a href="/user-guide/reparenting.html">Reparenting</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li>
<ul style="display: block">
<li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li>
</ul>
<li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a>
<ul style="display: block">
<li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Codelab)</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Codelab)</a></li>
</ul>
</li>
<li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li>
<li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li>
<li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li>
<li><a href="/user-guide/update-stream.html">Update Stream</a></li>
<li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li>
<li><a href="/user-guide/topology-service.html">Topology Service</a></li>
<li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a>
<ul style="display: block">
<li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li>
<li><a href="/user-guide/production-planning.html">Production Planning</a></li>
<li><a href="/user-guide/server-configuration.html">Server Configuration</a></li>
<li><a href="/user-guide/twopc.html">2PC Guide</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
<li><a href="/user-guide/upgrading.html">Upgrading</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Reference Guides</h4>
<ul style="display: none">
<li><a href="/reference/vitess-api.html">Vitess API</a>
<li><a href="/reference/vtctl.html">vtctl Commands</a>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Other Resources</h4>
<ul style="display: none">
<li><a href="/resources/presentations.html">Presentations</a>
<li><a href="http://blog.vitess.io/">Blog</a>
<li><a href="/resources/roadmap.html">Roadmap</a>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Contributing</h4>
<ul style="display: none">
<li><a href="/contributing/">Contributing to Vitess</a>
<li><a href="/contributing/github-workflow.html">GitHub Workflow</a>
<li><a href="/contributing/code-reviews.html">Code Reviews</a>
</ul>
</li>
<div>
<form method="get" action="/search/">
<input id="search-form" name="q" type="text" placeholder="Search">
</form>
</div>
<li><a href="https://github.com/youtube/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div id="masthead">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Presentations and Videos</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row scroll-margin" id="toc-content-row">
<div class="col-md-2" id="leftCol">
<ul class="nav nav-stacked mobile-left-nav-menu" id="sidebar">
<li class="submenu">
<h4 class="arrow-r no-top-margin">Overview</h4>
<ul style="display: none">
<li><a href="/overview/">What is Vitess</a></li>
<li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li>
<li><a href="/overview/concepts.html">Key Concepts</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Getting Started</h4>
<ul style="display: none">
<li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a>
<ul style="display: block">
<li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li>
</ul>
</li>
<li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">User Guide</h4>
<ul style="display: none">
<li><a href="/user-guide/introduction.html">Introduction</a>
<li><a href="/user-guide/client-libraries.html">Client Libraries</a>
<li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a>
<li><a href="/user-guide/reparenting.html">Reparenting</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li>
<ul style="display: block">
<li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li>
</ul>
<li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a>
<ul style="display: block">
<li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Codelab)</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Codelab)</a></li>
</ul>
</li>
<li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li>
<li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li>
<li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li>
<li><a href="/user-guide/update-stream.html">Update Stream</a></li>
<li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li>
<li><a href="/user-guide/topology-service.html">Topology Service</a></li>
<li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a>
<ul style="display: block">
<li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li>
<li><a href="/user-guide/production-planning.html">Production Planning</a></li>
<li><a href="/user-guide/server-configuration.html">Server Configuration</a></li>
<li><a href="/user-guide/twopc.html">2PC Guide</a></li>
<li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
<li><a href="/user-guide/upgrading.html">Upgrading</a></li>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Reference Guides</h4>
<ul style="display: none">
<li><a href="/reference/vitess-api.html">Vitess API</a>
<li><a href="/reference/vtctl.html">vtctl Commands</a>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Other Resources</h4>
<ul style="display: none">
<li><a href="/resources/presentations.html">Presentations</a>
<li><a href="http://blog.vitess.io/">Blog</a>
<li><a href="/resources/roadmap.html">Roadmap</a>
</ul>
</li>
<li class="submenu">
<h4 class="arrow-r">Contributing</h4>
<ul style="display: none">
<li><a href="/contributing/">Contributing to Vitess</a>
<li><a href="/contributing/github-workflow.html">GitHub Workflow</a>
<li><a href="/contributing/code-reviews.html">Code Reviews</a>
</ul>
</li>
<div>
<form method="get" action="/search/">
<input id="search-form" name="q" type="text" placeholder="Search">
</form>
</div>
</ul>
</div>
<div class="col-md-3" id="rightCol">
<div class="nav nav-stacked" id="tocSidebar">
<div id="toc"></div>
</div>
</div>
<div class="col-md-7" id="centerCol">
<div id="centerTextCol">
<h2 id="percona-live-2016">Percona Live 2016</h2>
<p><a href="https://github.com/sougou">Sugu</a> and <a href="https://github.com/enisoc">Anthony</a>
showed what it looks like to use Vitess now that
<a href="http://vitess.io/overview/concepts.html#keyspace-id">Keyspace IDs</a> can be
completely hidden from the application. They gave a live demo of
<a href="http://vitess.io/user-guide/sharding-kubernetes.html">resharding the Guestbook sample app</a>,
which now knows nothing about shards, and explained how new features in VTGate
make all of this possible.</p>
<iframe src="http://docs.google.com/gview?url=http://vitess.io/resources/percona-2016.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="http://vitess.io/resources/percona-2016.pdf">download slides</a></div>
<h2 id="coreos-meetup-january-2016">CoreOS Meetup, January 2016</h2>
<p>Vitess team member <a href="https://github.com/enisoc">Anthony Yeh</a>'s talk at
the <a href="http://www.meetup.com/coreos/events/228233948/">January 2016 CoreOS Meetup</a>
discussed challenges and techniques for running distributed databases
within Kubernetes, followed by a deep dive into the design trade-offs
of the <a href="https://github.com/youtube/vitess/tree/master/examples/kubernetes">Vitess on Kubernetes</a>
deployment templates.</p>
<iframe src="http://docs.google.com/gview?url=http://vitess.io/resources/coreos-meetup-2016-01-27.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="http://vitess.io/resources/coreos-meetup-2016-01-27.pdf">download slides</a></div>
<h2 id="oracle-openworld-2015">Oracle OpenWorld 2015</h2>
<p>Vitess team member <a href="https://github.com/enisoc">Anthony Yeh</a>'s talk at
Oracle OpenWorld 2015 focused on
what the <a href="http://cncf.io">Cloud Native Computing</a> paradigm means when
applied to MySQL in the cloud. The talk also included a deep dive into
<a href="http://vitess.io/user-guide/sharding.html#resharding">transparent, live resharding</a>, one of the key
features of Vitess that makes it well-adapted for a Cloud Native environment.</p>
<iframe src="http://docs.google.com/gview?url=http://vitess.io/resources/openworld-2015-vitess.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="http://vitess.io/resources/openworld-2015-vitess.pdf">download slides</a></div>
<h2 id="percona-live-2015">Percona Live 2015</h2>
<p>Vitess team member <a href="https://github.com/enisoc">Anthony Yeh</a>'s talk at
Percona Live 2015 provided an overview of Vitess as well as an explanation
of how Vitess has evolved to live in a containerized world with
Kubernetes and Docker.</p>
<iframe src="http://docs.google.com/gview?url=http://vitess.io/resources/percona-2015-vitess-and-kubernetes.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="https://github.com/youtube/vitess/blob/master/doc/slides/Percona2015.pptx?raw=true">download slides</a></div>
<h2 id="google-i-o-2014-scaling-with-go-youtube-39-s-vitess">Google I/O 2014 - Scaling with Go: YouTube's Vitess</h2>
<p>In this talk, <a href="https://github.com/sougou">Sugu Sougoumarane</a>
from the Vitess team talks about how Vitess
solved YouTube's scalability problems as well as about tips and techniques
used to scale with Go.<br><br></p>
<iframe width="640" height="360" src="https://www.youtube.com/embed/midJ6b1LkA0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="page-spacer"></div>
<footer role="contentinfo" id="site-footer">
<nav role="navigation" class="menu bottom-menu">
<a href="https://groups.google.com/forum/#!forum/vitess" target="_blank">Contact: vitess@googlegroups.com</a> <b>·</b>
<a href="https://groups.google.com/forum/#!forum/vitess-announce" target="_blank">Announcements</a> <b>·</b>
© 2017 <a href="/">Vitess</a> powered by <a href="https://developers.google.com/open-source/">Google Inc</a>
</nav>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--
<script src="/libs/bootstrap/js/bootstrap.min.js"></script>
-->
<!-- Include the common site javascript -->
<script src="/js/common.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
| derekstavis/bluntly | vendor/github.com/youtube/vitess/docs/resources/presentations.html | HTML | mit | 18,944 |
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viweport" content="width=device-width,user-scalable=0,initial-scale=1,maxiuum-scale=1">
<link rel="stylesheet" type="text/css" href="../css/common.css">
<link rel="stylesheet" type="text/css" href="../css/global.css">
<script type="text/javascript">
//设置全局语言
var language="ara"
var version='2.0.1'
//加载远程js函数
function requestjs(url){
var script=document.createElement("script")
script.setAttribute("src",url)
document.body.appendChild(script)
}
</script>
<!-- 加载配置文件,会引入一个全局变量config -->
<script type="text/javascript" src="../js/config.js"></script>
<!-- 加载控制函数 -->
<script type="text/javascript" src="../js/controller.js"></script>
<script type="text/javascript">
//注入相应语言单词列表
var words=config[language].words
var phonetics=config[language].phonetics
var trans=config[language].trans
var wordIndex=0//单词索引
</script>
</head>
<body>
<h1></h1>
<div class="container">
<div class="content card" id="content"></div>
<div class="controller" id="controller"></div>
</div>
<script type="text/javascript" src="../js/onload.js"></script>
</body>
</html> | ecator/anki-theme-baiduplay | demo/ara.html | HTML | mit | 1,265 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::operator!=</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="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="operator__star_.html" title="ip::basic_resolver_iterator::operator *">
<link rel="next" href="operator_plus__plus_.html" title="ip::basic_resolver_iterator::operator++">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator__star_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_plus__plus_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::basic_resolver_iterator::operator!=">ip::basic_resolver_iterator::operator!=</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp80678432"></a>
Test two iterators for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
<span class="keyword">const</span> <span class="identifier">basic_resolver_iterator</span> <span class="special">&</span> <span class="identifier">a</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">basic_resolver_iterator</span> <span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<h6>
<a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.h0"></a>
<span><a name="boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.ip__basic_resolver_iterator.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/ip/basic_resolver_iterator.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator__star_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_plus__plus_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| calvinfarias/IC2015-2 | BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html | HTML | mit | 4,423 |
Date: Tue, 14 Jan 1997 23:52:29 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Thu, 01 Aug 1996 19:31:34 GMT
Content-length: 2398
<HTML>
<HEAD>
<TITLE>Software Evolution Lab Projects for Undergraduate and Graduate Students</TITLE>
</HEAD>
<BODY>
<H2>Software Evolution Lab Projects for Undergraduate and Graduate Students<HR></H2>
I have a variety of projects in <em>software engineering</em> and
<em>compilers</em> for both undergraduates (e.g., <b>CSE 199</b>) and graduates
(e.g., <b>CSE 293</b>). Some of these projects could also
serve as the basis for a <b>Master's thesis</b>.
<P>
For more in-depth information about these projects, you may wish to look
at <!WA0><A href="http://www-cse.ucsd.edu/users/wgg/swevolution.html">my lab's research page</A>, which provides
information about <!WA1><A href="http://www-cse.ucsd.edu/users/wgg/research.html">current research
projects</A> and <!WA2><A href="http://www-cse.ucsd.edu/users/wgg/papers.html">recent papers</A>.
<H3>Beneficial Background</H1>
Compilers Classes such as CSE 131B, CSE 231.
<H3>Beneficial Skills</H1>
Proficiency with C, C++, Common Lisp,
or Tcl/Tk programming languages; proficiency with lex/flex, yacc/bison
compiler tools.
<H3>Examples of Smaller Projects</H3>
<UL>
<LI>Enhancement of <!WA3><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/starplan.html">C star diagram</A>
or <!WA4><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/tawk.html">CAWK</A> programming tools to read
and print source code with comments and related constructs. Most programming tools cannot
handle comments because they are stripped out by the lexer.
<P>
<LI>Design and implementation of an object-oriented
<!WA5><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/starplan.html">star diagram planning tool</A> for Java.
<P>
<LI>Improve the performance of the tree-drawing algorithm of our
<!WA6><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/starplan.html">C star diagram tool</A>. The current
implementation is probably slow because it is run in the interpreted
Tcl/Tk environment.
<P>
<LI>Redesign parts of a large system (e.g., gcc) using our <!WA7><A
href="http://www-cse.ucsd.edu/users/wgg/Abstracts/starplan.html">C star diagram tool</A> and/or
<!WA8><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/tawk.html">CAWK</A>.
<P>
<LI>Develop program metric scripts using
<!WA9><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/tawk.html">CAWK tool</A>.
<P>
<LI>Add transformational capability to the
<!WA10><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/starplan.html">C star diagram planning tool</A>.
<P>
<LI>Design and implementation of pseudo-syntactic pattern matching tool.
See the <!WA11><A href="http://www-cse.ucsd.edu/users/wgg/Abstracts/tawk.html">CAWK paper</A> for examples
of related tools.
</UL>
<HR>
<PRE>
<!WA12><A href="http://www-cse.ucsd.edu/users/wgg"><AUTHOR><em>wgg@cs.ucsd.edu</em></AUTHOR></A>
<TIMESTAMP>August 1, 1996</TIMESTAMP>
</PRE>
| ML-SWAT/Web2KnowledgeBase | webkb/other/misc/http:^^www-cse.ucsd.edu^users^wgg^projects.html | HTML | mit | 3,033 |
<html>
<head>
</head>
<body>
<input type="file" class="j-file"></input>
<script src="https://rawgit.com/emn178/js-md5/master/build/md5.min.js"></script>
<script>
var chunkSize = 1024 * 1024;
var button = document.querySelector('.j-file');
var slice = File.prototype.slice || File.prototype.mozSlice || File.prototype.webkitSlice
var queues = [];
var startTime;
var endTime;
var readChunkCount = 0;
function postData(data) {
var url = '/chunk_file_uploader.php';
var method = 'POST';
var headers = {};
var formData = new FormData();
for (var name in data) {
formData.append(name, data[name]);
};
queues.push({
url: url,
method: method,
headers: headers,
credentials: 'include',
body: formData
});
send(data);
}
var count = 0;
function send(request) {
if (count > 100) {
setTimeout(function() {
send(request);
}, 1000);
return;
}
count++;
var data = queues.shift();
var method = data.method;
var url = data.url;
var method = data.method;
var headers = data.headers;
var credentials = data.credentials;
var formData = data.body;
fetch(url, {
method: method,
headers: headers,
credentials: credentials,
body: formData
})
.then(function (response) {
count--;
console.log(response);
readChunkCount++;
if (readChunkCount == request.maxIndex) {
endTime = new Date().getTime();
console.log({
startTime,
endTime,
duration: endTime - startTime
});
}
});
}
button.addEventListener('change', function () {
if (!this.files.length) {
return;
}
var file = this.files[0];
var chunks = [];
var maxIndex = Math.ceil(file.size / chunkSize);
readChunkCount = 0;
startTime = new Date().getTime();
for (var i = 0; i < maxIndex; i++) {
var start = i * chunkSize;
var end = Math.min(file.size, (i + 1) * chunkSize);
var chunk = slice.call(file, start, end);
var fileReader = new FileReader();
fileReader.onload = function(i) {
return function (event) {
var checksum = md5(event.target.result);
var data = {
'index': i,
'maxIndex': maxIndex,
'checksum': checksum,
'data': new File([event.target.result], "filename")
};
postData(data);
};
}(i);
// fileReader.readAsBinaryString(chunk);
// fileReader.readAsText(chunk);
fileReader.readAsArrayBuffer(chunk);
}
});
</script>
</body>
</html>
| at-ishikawa/samples | programming/javascript/browser/file/chunk_file_uploader.html | HTML | mit | 3,092 |
<!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::StackTrace 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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_stack_trace.html">StackTrace</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_stack_trace-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::StackTrace Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></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:a9704e4a37949eb8eb8ccddbddf161492"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTraceOptions</a> { <br />
  <b>kLineNumber</b> = 1,
<b>kColumnOffset</b> = 1 << 1 | kLineNumber,
<b>kScriptName</b> = 1 << 2,
<b>kFunctionName</b> = 1 << 3,
<br />
  <b>kIsEval</b> = 1 << 4,
<b>kIsConstructor</b> = 1 << 5,
<b>kScriptNameOrSourceURL</b> = 1 << 6,
<b>kOverview</b> = kLineNumber | kColumnOffset | kScriptName | kFunctionName,
<br />
  <b>kDetailed</b> = kOverview | kIsEval | kIsConstructor | kScriptNameOrSourceURL
<br />
}</td></tr>
<tr class="separator:a9704e4a37949eb8eb8ccddbddf161492"><td class="memSeparator" colspan="2"> </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:a6fd5ba809b5d87032d70d32f0b1a80e8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_stack_trace.html#a6fd5ba809b5d87032d70d32f0b1a80e8">GetFrame</a> (uint32_t index) const </td></tr>
<tr class="separator:a6fd5ba809b5d87032d70d32f0b1a80e8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aafafebce6c034f1f6f4a870e8f52431e"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_stack_trace.html#aafafebce6c034f1f6f4a870e8f52431e">GetFrameCount</a> () const </td></tr>
<tr class="separator:aafafebce6c034f1f6f4a870e8f52431e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abd36f712b3ab986b572aa259b06bf5bd"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_stack_trace.html#abd36f712b3ab986b572aa259b06bf5bd">AsArray</a> ()</td></tr>
<tr class="separator:abd36f712b3ab986b572aa259b06bf5bd"><td class="memSeparator" colspan="2"> </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:a1fe0944a73e18aaab8437bbc72a194c7"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_stack_trace.html">StackTrace</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_stack_trace.html#a1fe0944a73e18aaab8437bbc72a194c7">CurrentStackTrace</a> (int frame_limit, <a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTraceOptions</a> options=kOverview)</td></tr>
<tr class="separator:a1fe0944a73e18aaab8437bbc72a194c7"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Representation of a JavaScript stack trace. The information collected is a snapshot of the execution stack and the information remains valid after execution continues. </p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a class="anchor" id="a9704e4a37949eb8eb8ccddbddf161492"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">v8::StackTrace::StackTraceOptions</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Flags that determine what information is placed captured for each <a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a> when grabbing the current stack trace. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abd36f712b3ab986b572aa259b06bf5bd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_array.html">Array</a>> v8::StackTrace::AsArray </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns <a class="el" href="classv8_1_1_stack_trace.html">StackTrace</a> as a <a class="el" href="classv8_1_1_array.html">v8::Array</a> that contains <a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a> objects. </p>
</div>
</div>
<a class="anchor" id="a1fe0944a73e18aaab8437bbc72a194c7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_stack_trace.html">StackTrace</a>> v8::StackTrace::CurrentStackTrace </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>frame_limit</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTraceOptions</a> </td>
<td class="paramname"><em>options</em> = <code>kOverview</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Grab a snapshot of the current JavaScript execution stack.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">frame_limit</td><td>The maximum number of stack frames we want to capture. </td></tr>
<tr><td class="paramname">options</td><td>Enumerates the set of things we will capture for each <a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a6fd5ba809b5d87032d70d32f0b1a80e8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a>> v8::StackTrace::GetFrame </td>
<td>(</td>
<td class="paramtype">uint32_t </td>
<td class="paramname"><em>index</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a <a class="el" href="classv8_1_1_stack_frame.html">StackFrame</a> at a particular index. </p>
</div>
</div>
<a class="anchor" id="aafafebce6c034f1f6f4a870e8f52431e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::StackTrace::GetFrameCount </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the number of StackFrames. </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  <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_stack_trace.html | HTML | mit | 12,657 |
<html>
<head>
<title>Geoff Hoon's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Geoff Hoon's panel show appearances</h1>
<p>Geoff Hoon (born 1953-12-06<sup><a href="https://en.wikipedia.org/wiki/Geoff_Hoon">[ref]</a></sup>) has appeared in <span class="total">16</span> episodes between 2000-2009. <a href="https://en.wikipedia.org/wiki/Geoff_Hoon">Geoff Hoon on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2000</span></td>
<td><div style="height:50px;" class="performances male" title="1"></div><span class="year">2001</span></td>
<td><div style="height:50px;" class="performances male" title="1"></div><span class="year">2002</span></td>
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2003</span></td>
<td><div style="height:50px;" class="performances male" title="1"></div><span class="year">2004</span></td>
<td><div style="height:50px;" class="performances male" title="1"></div><span class="year">2005</span></td>
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2006</span></td>
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2007</span></td>
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2008</span></td>
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2009</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2009-07-23</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2009-02-05</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2008-10-16</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2008-05-29</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2007-09-20</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2007-01-25</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2006-11-09</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2006-05-25</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2005-11-10</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2004-09-30</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2003-04-24</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2003-03-27</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2002-09-12</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2001-09-20</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2000-11-16</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2000-04-27</strong> / <a href="../shows/question-time.html">Question Time</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/69x8764f.html | HTML | mit | 3,508 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Simple Agenda</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<script type="text/python">
from browser.local_storage import storage
from browser import doc, win, html
import datetime
import json
try:
storage['contactlist']
except:
storage['contactlist'] = json.dumps({})
def get_date():
date = datetime.datetime.now()
return date.strftime('%Y/%m/%d-%H:%M:%S')
def get_form_data():
contact = doc["contact"].value
number = doc["number"].value
return contact, number
class ToDo:
def __init__(self):
self.contacts = json.loads(storage['contactlist'])
for key in self.contacts:
self.add_contact_row(key)
def add_contact(self, ev):
key = get_date()
contact, number = get_form_data()
self.contacts[key] = [contact, number]
self._save()
self.add_contact_row(key)
def _del_contact(self,event):
# get row
elt = event.target
while elt.parent and elt.tagName != 'TR':
elt = elt.parent
key = elt.id
del self.contacts[key]
del doc[key]
self._save()
def add_contact_row(self, key):
if self.contacts[key][1] == "High":
color = "danger"
elif self.contacts[key][1] == "Medium":
color = "warning"
else:
color = "success"
row = html.TR(Class = color)
row.id = key
self._temp_key = key
link = html.A(html.IMG(src = "./img/remove.png"))
link.href = "#"
link.bind('click', self._del_contact)
row <= html.TD(self.contacts[key][0]) + \
html.TD(self.contacts[key][1]) + \
html.TD(key) + \
html.TD(link)
doc['tablebody'] <= row
def clear(self, ev):
for key in self.contacts:
del doc[key]
self.contacts = {}
self._save()
def _save(self):
storage['contactlist'] = json.dumps(self.contacts)
todo = ToDo()
add_contact = getattr(todo,'add_contact')
clear_all = getattr(todo,'clear')
doc["button-add"].bind("click", add_contact)
doc["link-clear"].bind("click", clear_all)
</script>
</head>
<body onload="brython()">
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Simple Agenda</a>
</div>
</div>
</div>
<div class="container">
<div class="starter-template">
<h1>Add contact</h1>
<p class="lead"></p>
<form class="form-horizontal" role="form">
<div class="form-group">
<label for="contact" class="col-lg-2 control-label">Contact</label>
<div class="col-lg-10">
<input id="contact" type="text" class="form-control" placeholder="Text input">
</div>
</div>
<div class="form-group">
<label for="number" class="col-lg-2 control-label">Number</label>
<div class="col-lg-10">
<input id="number" type="text" class="form-control" placeholder="Text input">
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button id="button-add" type="button" class="btn btn-default">Add</button>
</div>
</div>
</form>
<table id="mytable" class="table table-striped table-bordered table-hover table-responsive">
<thead class="header">
<tr>
<th class="text-center">Contact</th>
<th class="text-center">Number</th>
<th class="text-center">Created</th>
<th class="text-center">Done</th>
</tr>
</thead>
<tbody id="tablebody">
</tbody>
</table>
<div><a id="link-clear" href="#">Clear all!</a></div>
</div><!-- /.starter-template -->
</div><!-- /.container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="./js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/bootstrap.min.js"></script>
<!-- Brython scripts
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="./js/brython_dist.js"></script>
</body>
</html> | kikocorreoso/SimpleAgenda | assets/www/index.html | HTML | mit | 5,382 |
@import java.time.OffsetDateTime
@import controllers.sugar.Requests.OreRequest
@import models.querymodels.{FlagActivity, ReviewActivity}
@import ore.OreConfig
@import util.StringFormatterUtils._
@(username: String, activities: Seq[Either[FlagActivity, ReviewActivity]])(implicit messages: Messages, request: OreRequest[_], config: OreConfig, flash: Flash, assetsFinder: AssetsFinder)
@layout.base(messages("activity.title") + username) {
<div class="row">
<div class="col-md-12 header-flags">
<div class="clearfix">
<h1 class="pull-left">@messages("activity.title") <i>@username</i></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title pull-left">@messages("activity.title")</h4>
<div class="clearfix"></div>
</div>
<table class="table table-condensed setting-no-border table-review-log">
<tbody>
@if(activities.isEmpty) {
<tr><td>No activities founds</td></tr>
}
@activities.map {
case Right(review) => {
<tr>
<td>Review approved</td>
<td>@prettifyDateAndTime(review.endedAt.getOrElse(OffsetDateTime.MIN)))</td>
<td>for:
<a href="@controllers.routes.Reviews.showReviews(review.project.ownerName, review.project.slug, review.id.toString)">
@review.project.ownerName / @review.project.slug
</a>
</td>
</tr>
}
case Left(flag) => {
<tr>
<td>Flag resolved</td>
<td>@prettifyDateAndTime(flag.resolvedAt.getOrElse(OffsetDateTime.MIN)))</td>
<td>for:
<a href="@controllers.project.routes.Projects.show(flag.project.ownerName, flag.project.slug)">
@flag.project.ownerName / @flag.project.slug
</a>
</td>
</tr>
}
}
</tbody>
</table>
</div>
</div>
</div>
}
| SpongePowered/Ore | ore/app/views/users/admin/activity.scala.html | HTML | mit | 2,807 |
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sito::Login as buyer</title>
<link rel="stylesheet" type="text/css" href="/assets/sito-like-shadow/css/style.css" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
</head> <body>
<header id="header"></header>
<div id="wrapper">
<div id="header_back"></div>
<article>
<div class="module_top_left">
<a href="index.html"><span class="big red">Sito</span> is like <span class="big shadow">shadow</span></a>
</div>
<div class="module_bot_right lineheight_text">
<form name="login_form" action="login.html" method="get" >
<input type="email" name="email" placeholder="email" required = "required" ><br>
<input type="password" name="password" placeholder="password" required = "required" ><br>
<input type="submit" name="login" value="enter" >
</form> <p>If you already have <span class="big red">Sito</span> buyer account</p>
<p class="big shadow">OR</p>
<p>Use this form for <span class="big white">new</span> buyer:</p>
<form name="new_buyer_form" action="login.html" method="get" >
<input type="text" name="name" placeholder="displayed name" required = "required"><br>
<input type="email" name="email" placeholder="email" required = "required"><br>
<input type="password" name="password" placeholder="password" required = "required"><br>
<input type="submit" name="create_new_buyer" value="create new buyer">
</form> <div class="pusher"></div>
</div>
<div class="module_bot_left">
<p><span class="big red">4</span> - Count of sellers</p>
</div> </article>
<div id="footer_back"></div>
</div>
<footer id="footer"></footer>
</body>
</html> | PaulLebedev/site | public/articles/sito-like-shadow/login-as-buyer.html | HTML | mit | 2,281 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Custom sep options</title>
<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container bs-docs-container">
<!-- post -->
<p>
<a class="anchor" href="#alpha"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="alpha">Post title: Alpha</h3>
<p class="post-content">This is content from from alpha.md. Title: Alpha.</p>
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: alpha</span>
<span class="filepath">filepath: test/fixtures/posts/alpha.md</span>
<span class="index">index: 1</span>
<span class="number">number: 2</span>
<span class="first">first:</span>
<span class="prev">prev: 0</span>
<span class="next">next: 2</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>small</li>
<li>medium</li>
<li>large</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#beta"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="beta">Post title: Beta</h3>
<p class="post-content">This is content from Beta, which should be inserted.</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: beta</span>
<span class="filepath">filepath: test/fixtures/posts/beta.md</span>
<span class="index">index: 2</span>
<span class="number">number: 3</span>
<span class="first">first:</span>
<span class="prev">prev: 1</span>
<span class="next">next: 3</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>square</li>
<li>circle</li>
<li>triangle</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#colors"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="colors">Post title: Colors</h3>
<p class="post-content">
<ul class="Colors">
Content from Colors.
<li>blue</li>
<li>green</li>
<li>red</li>
</ul>
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: colors</span>
<span class="filepath">filepath: test/fixtures/posts/colors.md</span>
<span class="index">index: 3</span>
<span class="number">number: 4</span>
<span class="first">first:</span>
<span class="prev">prev: 2</span>
<span class="next">next: 4</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>blue</li>
<li>green</li>
<li>red</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#gamma"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="gamma">Post title: GAMMA title from gamma.json</h3>
<p class="post-content">This is content from GAMMA title from gamma.json, which should be inserted.
<p>This is content from the description property in the YFM of GAMMA title from gamma.json</p>
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: gamma</span>
<span class="filepath">filepath: test/fixtures/posts/gamma.md</span>
<span class="index">index: 4</span>
<span class="number">number: 5</span>
<span class="first">first:</span>
<span class="prev">prev: 3</span>
<span class="next">next: 5</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>ss</li>
<li>extra-medium</li>
<li>ll</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#markdown"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="markdown">Post title: Example Markdown</h3>
<p class="post-content">> Below this line should be HTML converted from Markdown ### Body Copy Body copy written as normal, plain text will be wrapped with <code><p></p></code> tags in the rendered HTML. So this body copy:
<code>markdown
Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.</code>
renders to this HTML:
<code>html
<p>Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.</p></code>
### Blockquotes For quoting blocks of content from another source within your document. Add <code>></code> before any text you want to quote.
<code>markdown
Add `>` before any text you want to quote.</code>
Renders to: > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. and this HTML:
<code>html
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
</blockquote></code>
Blockquotes can also be nested:
<code>markdown
> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor
odio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.
>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.</code>
Renders to: > Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi. >> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor odio non est
accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam. >>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: markdown</span>
<span class="filepath">filepath: test/fixtures/posts/markdown.md</span>
<span class="index">index: 5</span>
<span class="number">number: 6</span>
<span class="first">first:</span>
<span class="prev">prev: 4</span>
<span class="next">next: 6</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>ss</li>
<li>extra-medium</li>
<li>ll</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#post-1"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="post-1">Post title: Alpha post</h3>
<p class="post-content">This is the Alpha post, which should be inserted in the composed result.
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: post-1</span>
<span class="filepath">filepath: test/fixtures/posts/post-1.md</span>
<span class="index">index: 6</span>
<span class="number">number: 7</span>
<span class="first">first:</span>
<span class="prev">prev: 5</span>
<span class="next">next: 7</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>happy</li>
<li>gregarious</li>
<li>sad</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#post-2"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="post-2">Post title: Beta post</h3>
<p class="post-content">This is the Beta post, which should be inserted in the composed result.
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: post-2</span>
<span class="filepath">filepath: test/fixtures/posts/post-2.md</span>
<span class="index">index: 7</span>
<span class="number">number: 8</span>
<span class="first">first:</span>
<span class="prev">prev: 6</span>
<span class="next">next: 8</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>paper</li>
<li>rock</li>
<li>scissors</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#post-3"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="post-3">Post title: Gamma post</h3>
<p class="post-content">This is the Gamma post, which should be inserted in the composed result.
<p>This is content from the description property in the YFM of Gamma post</p>
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: post-3</span>
<span class="filepath">filepath: test/fixtures/posts/post-3.md</span>
<span class="index">index: 8</span>
<span class="number">number: 9</span>
<span class="first">first:</span>
<span class="prev">prev: 7</span>
<span class="next">next: 9</span>
<span class="last">last: true</span>
</div>
<ul class="tags">
<li>white</li>
<li>gray</li>
<li>black</li>
</ul>
<!-- CUSTOM SEPARATOR -->
<a class="anchor" href="#shapes"></a>
<h2 class="blog-title">My Brilliant Blog</h2>
<h3 class="post-title" id="shapes">Post title: Shapes</h3>
<p class="post-content">
<ul class="Shapes">
Content from Shapes.
<li>up</li>
<li>down</li>
<li>middle</li>
</ul>
</p>
<div class="root-context">
<span class="filename">filename: custom_sep_opts.html</span>
<span class="pagename">pagename: custom_sep_opts.html</span>
<span class="basename">basename: custom_sep_opts</span>
<span class="ext">ext: .html</span>
</div>
<div class="data-object">
<span class="id">id: shapes</span>
<span class="filepath">filepath: test/fixtures/posts/shapes.md</span>
<span class="index">index: 9</span>
<span class="number">number: 10</span>
<span class="first">first:</span>
<span class="prev">prev: 8</span>
<span class="next">next: 10</span>
<span class="last">last:</span>
</div>
<ul class="tags">
<li>up</li>
<li>down</li>
<li>middle</li>
</ul>
</div>
</body>
</html>
| helpers/handlebars-helper-compose | test/actual/custom_separator_opts/custom_sep_opts.html | HTML | mit | 13,078 |
{% extends "AppWeb/base.html" %}
{% load i18n %}
{% block head %}
<link href="{{STATIC_URL}}css/taxiexpress.css" rel="stylesheet" type="text/css">
{% endblock %}
{% block content %}
<div class="bg titulo">
</div>
<div class="bg">
<div class="contenido wrap">
<h3 class="resetpass">{% trans 'expiredpage' %}</h3>
</div>
</div>
{% endblock %}
{% block scripts %}
{% endblock %} | TaxiExpress/server | web/templates/AppWeb/expiredPage.html | HTML | mit | 410 |
<!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 class="active"><a href="">8.5beta1 / contrib:cats-in-zfc 8.4.dev</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:cats-in-zfc <small>8.4.dev</small></h1>
<table class="table table-striped text-center">
<thead>
<tr>
<td>Date</td>
<td>Time</td>
<td>Relative</td>
<td>Status</td>
</tr>
</thead>
<tbody>
<tr>
<td>2015-01-29</td>
<td>21:10:17</td>
<td><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td>
<td class="info"><a href="2015-01-29_21-10-17.html">Not compatible with this Coq</a></td>
</tr>
<tr>
<td>2015-01-28</td>
<td>21:06:44</td>
<td><script>document.write(moment("2015-01-28 21:06:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td>
<td class="info"><a href="2015-01-28_21-06-44.html">Not compatible with this Coq</a></td>
</tr>
</tbody>
</table>
</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.01.0-1.2.0/unstable/8.5beta1/contrib:cats-in-zfc/8.4.dev/index.html | HTML | mit | 3,690 |
<!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
9c4bf939-63bb-4e9e-bc84-3fcc832ecaef
</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="#InputManagement">InputManagement</a></strong></td>
<td class="text-center">57.14 %</td>
<td class="text-center">57.14 %</td>
<td class="text-center">57.14 %</td>
<td class="text-center">57.14 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="InputManagement"><h3>InputManagement</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Game</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.GameComponent</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(Microsoft.Xna.Framework.Game)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.GameTime</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.Buttons</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.ButtonState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.GamePad</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetState(Microsoft.Xna.Framework.PlayerIndex)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.GamePadState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ThumbSticks</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsButtonDown(Microsoft.Xna.Framework.Input.Buttons)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsButtonUp(Microsoft.Xna.Framework.Input.Buttons)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.GamePadThumbSticks</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Left</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Right</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.Keyboard</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.KeyboardState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsKeyDown(Microsoft.Xna.Framework.Input.Keys)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsKeyUp(Microsoft.Xna.Framework.Input.Keys)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.Keys</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.Mouse</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">SetPosition(System.Int32,System.Int32)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Input.MouseState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_LeftButton</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_MiddleButton</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_RightButton</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ScrollWheelValue</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_X</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_XButton1</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_XButton2</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Y</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.PlayerIndex</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Point</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">X</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Y</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Int32,System.Int32)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.Xna.Framework.Vector2</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/in/inputmanagement.1.0.0/InputManagement-net40-client.html | HTML | mit | 33,178 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>algebra: 1 m 26 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / algebra - 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>
algebra
<small>
8.5.0
<span class="label label-success">1 m 26 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 12:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 12:27:18 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.2~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: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/algebra"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Algebra"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:algebra" "category:Mathematics/Algebra" "date:1999-03" ]
authors: [ "Loïc Pottier <>" ]
bug-reports: "https://github.com/coq-contribs/algebra/issues"
dev-repo: "git+https://github.com/coq-contribs/algebra.git"
synopsis: "Basics notions of algebra"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/algebra/archive/v8.5.0.tar.gz"
checksum: "md5=9ef1b5f1f670d56a55aef37d8c511df9"
}
</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-algebra.8.5.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-algebra.8.5.0 coq.8.5.2~camlp4</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-algebra.8.5.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 26 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 4 M</p>
<ul>
<li>470 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Complex_field.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fraction_field.vo</code></li>
<li>111 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group.vo</code></li>
<li>101 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Complex_field.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/ZUP.vo</code></li>
<li>73 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_of_group_hom.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fraction_field.glob</code></li>
<li>56 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_quotient.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart2.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group_facts.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fmap.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_cat.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_cat.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ideal.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sets.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group_facts.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_module.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Zring.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_hom_factor.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_kernel.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_module.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart2.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_facts.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fmap.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_quotient.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Hom_module.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_power.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Tiroirs.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Subcat.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Qfield.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/ZUP.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_facts.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sets.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_facts.glob</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts2.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_kernel.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_group.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cantor_Bernstein.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_group.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_monoid.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_facts.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories2.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_util.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_monoid.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_util.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_util.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cartesian.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra_facts.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Complex_field.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_module.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_facts.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Hom_module.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_facts.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_util.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Union.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_facts.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_facts.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_sgroup.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_kernel.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_cat.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_cat.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts2.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Inter.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_facts.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts3.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fraction_field.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_module.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_kernel.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_facts.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sets.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_util.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_cat.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_group.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ideal.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_hom_factor.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_group.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_facts.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_of_group_hom.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_facts.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fmap.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_facts.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Fpart2.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_monoid.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_util.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_group.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cantor_Bernstein.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_util.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Z_group_facts.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_util.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cartesian.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_cat.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_cat.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Subcat.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_monoid.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Tiroirs.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_facts.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_cat.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_group.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_monoid.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra_facts.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_module.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_cat.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_monoid.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts3.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Inter.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Union.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_cat.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_quotient.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_cat.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Endo_set.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_sgroup.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts2.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/ZUP.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Diff.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_cat.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cantor_Bernstein.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_facts.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Hom_module.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Operation_of_monoid.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_facts.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_module.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_util.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Singleton.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_facts.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories2.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_facts.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_util.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ideal.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_facts.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_group.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Operation_of_monoid.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_cat.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_group.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_facts.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Zring.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Set_cat.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_monoid.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Parts3.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_kernel.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Union.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_module.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_hom_factor.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_facts.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cartesian.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_of_group_hom.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_cat.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_facts.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Tiroirs.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Zring.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_kernel.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_module.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Subcat.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_monoid.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Ring_util.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_util.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_cat.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_module.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_group.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Inter.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra_facts.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_abelian_monoid.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_facts.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_group.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_power.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_group.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_cat.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Free_monoid.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_kernel.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Generated_monoid.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_cat.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_cat.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Endo_set.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_sgroup.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Singleton.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_facts.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_cat.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_group.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Diff.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_facts.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Abelian_group_cat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Singleton.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sub_monoid.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_cat.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Diff.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Module_kernel.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_kernel.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Categories2.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_power.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Operation_of_monoid.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Algebra.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Group_cat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_cat.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Endo_set.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Monoid_facts.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Sgroup_facts.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Field_cat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Integral_domain_cat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Set_cat.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_cat.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Qfield.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Set_cat.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Qfield.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Algebra/Cfield_cat.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-algebra.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2~camlp4/algebra/8.5.0.html | HTML | mit | 31,378 |
<html>
<head>
<title>Menu Blog Cosillas de Juansal</title>
<link href="menu.css" rel="stylesheet" type="text/css">
</head>
<body id="menuPanel">
<div id="menuv">
<ul>
<li><a href="http://blog.juansal.com/" target="_blank" class="menu">Página principal</a></li>
<li>
<ul>
<li><a href="http://blog.juansal.com/p/indice.html" target="_blank" class="menu">Índice por etiqueta</a></li>
<li><a href="http://blog.juansal.com/p/links-interesantes.html" target="_blank" class="menu">Links interesantes</a></li>
<li><a href="http://blog.juansal.com/p/documentos-compartidos.html" target="_blank" class="menu">Documentos compartidos</a></li>
<li><a href="http://blog.juansal.com/p/plugins-de-firefox.html" target="_blank" class="menu">Plugins de navegadores</a></li>
<li><a href="http://blog.juansal.com/p/proyectos.html" target="_blank" class="menu">Proyectos</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>
| juaalta/firefox-addon-icono-blog | data/menu.html | HTML | mit | 940 |
<!doctype html>
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Draggable Help Button</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/help.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet"/>
</head>
<body>
<!--<div class="title">San <span>Diego</span></div>-->
<div class="col-md-12 col-sm-12 col-xs-12" id="main"></div>
<div class="help inactive" id="help">
<p class="help-text">?</p>
<div class="helpbox">
<i class="icon ion-close-round x"></i>
<div class="help-form">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email" required>
</div>
<textarea class="form-control" rows="5" id="message" placeholder="Message" required></textarea>
<button type="submit" id="help-submit" class="btn btn-lg btn-block">SEND</button>
</div>
</div>
</div>
<!--<footer> <p>© Mike Fix 2015</p></footer>-->
<script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>');</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/help.js"></script>
<script src="js/jquery.browser.js"></script>
<!-- TODO fix so it does this before load-->
<script>
// $('.help').draggable({
// containment: 'parent',
// cursor: 'move'
// });
var options = {
color: "salmon",
send: function(){
alert("HELLO");
}
};
set(options);
</script>
<!--<script>
var options = {
draggable : false,
top: '50%',
left: '50%',
send: function(){
alert("Hello");
},
color: "blue",
background_color: "salmon"
};
set(options);
</script>-->
</body>
</html>
| mfix22/floating_help_button | index.html | HTML | mit | 2,859 |
<!DOCTYPE html>
<html>
<head>
<title>MMCX Chat bot' Privacy Policy</title>
</head>
<body>
<h2>
Myanmar Currency Exchange (MMCX) Chat bot' Privacy Policy
</h2>
<p>
Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.
</p>
<ul>
<li>
Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
</li>
<li>
We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.
</li>
<li>
We will only retain personal information as long as necessary for the fulfillment of those purposes.
</li>
<li>
We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.
</li>
<li>
Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.
</li>
<li>
We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.
</li>
<li>
We will make readily available to customers information about our policies and practices relating to the management of personal information.
</li>
</ul>
<p>
We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
</p>
</body>
</html> | nyinyi164/mmcx | public/privacy-policy.html | HTML | mit | 1,830 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / compcert - 3.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
compcert
<small>
3.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "Matej Košík <matej.kosik@inria.fr>"
homepage: "http://compcert.inria.fr/"
dev-repo: "git+https://github.com/AbsInt/CompCert.git"
bug-reports: "https://github.com/AbsInt/CompCert/issues"
license: "INRIA Non-Commercial License Agreement"
build: [
[
"./configure"
"ia32-linux" {os = "linux"}
"ia32-macosx" {os = "macos"}
"ia32-cygwin" {os = "cygwin"}
"-bindir"
"%{bin}%"
"-libdir"
"%{lib}%/compcert"
"-clightgen"
]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "%{bin}%/ccomp"]
["rm" "%{bin}%/clightgen"]
["rm" "-R" "%{lib}%/compcert"]
["rm" "%{share}%/compcert.ini"]
["rm" "%{share}%/man/man1/ccomp.1"]
["sh" "-c" "rmdir -p %{share}%/man/man1 || true"]
]
depends: [
"ocaml"
"coq" {>= "8.5.2" & < "8.6~"}
"menhir" {>= "20160303" & < "20180530"}
]
synopsis: "The CompCert C compiler"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
url {
src: "https://github.com/AbsInt/CompCert/archive/v3.0.tar.gz"
checksum: "md5=8590239f6219f8bbc48c4e91f5d16921"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-compcert.3.0.0 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't be met:
- coq-compcert -> coq >= 8.5.2 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert.3.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/compcert/3.0.0.html | HTML | mit | 7,348 |
{{ $currentPage := . }}
<ul class="list pa0 justify-center flex mw7 center flex-wrap mr0-ns ttu f6">
{{ range .Site.Menus.main }}
<li class="h-100"><a href="{{.URL}}" class="pv3 b ph2 ph3-m ph4-l h-100 black-70 link hover-pink flex items-center">{{ .Name }}</a></li>
{{ end }}
</ul> | Jayphen/happeatravels | site/layouts/partials/nav.html | HTML | mit | 290 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class PipeExpressionException
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class PipeExpressionException
">
<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.Expressions.PipeExpressions.PipeExpressionException">
<h1 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException" class="text-break">Class PipeExpressionException
</h1>
<div class="markdown level0 summary"><p>Thrown when a TALES pipe expression raises an exception during its evaluation.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">System.Exception</span></div>
<div class="level2"><a class="xref" href="ZptSharp.ZptRenderingException.html">ZptRenderingException</a></div>
<div class="level3"><a class="xref" href="ZptSharp.Expressions.EvaluationException.html">EvaluationException</a></div>
<div class="level4"><span class="xref">PipeExpressionException</span></div>
<div class="level5"><a class="xref" href="ZptSharp.Expressions.PipeExpressions.CannotParsePipeExpressionException.html">CannotParsePipeExpressionException</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.Serialization.ISerializable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
<div>
<span class="xref">System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)</span>
</div>
<div>
<span class="xref">System.Exception.GetType()</span>
</div>
<div>
<span class="xref">System.Exception.ToString()</span>
</div>
<div>
<span class="xref">System.Exception.Data</span>
</div>
<div>
<span class="xref">System.Exception.HelpLink</span>
</div>
<div>
<span class="xref">System.Exception.HResult</span>
</div>
<div>
<span class="xref">System.Exception.InnerException</span>
</div>
<div>
<span class="xref">System.Exception.Message</span>
</div>
<div>
<span class="xref">System.Exception.Source</span>
</div>
<div>
<span class="xref">System.Exception.StackTrace</span>
</div>
<div>
<span class="xref">System.Exception.TargetSite</span>
</div>
<div>
<span class="xref">System.Exception.SerializeObjectState</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ZptSharp.Expressions.PipeExpressions.html">ZptSharp.Expressions.PipeExpressions</a></h6>
<h6><strong>Assembly</strong>: ZptSharp.dll</h6>
<h5 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Serializable]
public class PipeExpressionException : EvaluationException, ISerializable</code></pre>
</div>
<h3 id="constructors">Constructors
</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_Expressions_PipeExpressions_PipeExpressionException__ctor.md&value=---%0Auid%3A%20ZptSharp.Expressions.PipeExpressions.PipeExpressionException.%23ctor%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/master/ZptSharp/Expressions/PipeExpressions/PipeExpressionException.cs/#L12">View Source</a>
</span>
<a id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor*"></a>
<h4 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor">PipeExpressionException()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.html">PipeExpressionException</a> class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PipeExpressionException()</code></pre>
</div>
<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_Expressions_PipeExpressions_PipeExpressionException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_.md&value=---%0Auid%3A%20ZptSharp.Expressions.PipeExpressions.PipeExpressionException.%23ctor(System.Runtime.Serialization.SerializationInfo%2CSystem.Runtime.Serialization.StreamingContext)%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/master/ZptSharp/Expressions/PipeExpressions/PipeExpressionException.cs/#L32">View Source</a>
</span>
<a id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor*"></a>
<h4 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">PipeExpressionException(SerializationInfo, StreamingContext)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.html">PipeExpressionException</a> class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected PipeExpressionException(SerializationInfo info, StreamingContext context)</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.Runtime.Serialization.SerializationInfo</span></td>
<td><span class="parametername">info</span></td>
<td><p>The object that holds the serialized object data.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Runtime.Serialization.StreamingContext</span></td>
<td><span class="parametername">context</span></td>
<td><p>The contextual information about the source or destination.</p>
</td>
</tr>
</tbody>
</table>
<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_Expressions_PipeExpressions_PipeExpressionException__ctor_System_String_.md&value=---%0Auid%3A%20ZptSharp.Expressions.PipeExpressions.PipeExpressionException.%23ctor(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/master/ZptSharp/Expressions/PipeExpressions/PipeExpressionException.cs/#L18">View Source</a>
</span>
<a id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor*"></a>
<h4 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_System_String_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor(System.String)">PipeExpressionException(String)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.html">PipeExpressionException</a> class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PipeExpressionException(string message)</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">message</span></td>
<td><p>A <span class="xref">System.String</span> that describes the exception.</p>
</td>
</tr>
</tbody>
</table>
<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_Expressions_PipeExpressions_PipeExpressionException__ctor_System_String_System_Exception_.md&value=---%0Auid%3A%20ZptSharp.Expressions.PipeExpressions.PipeExpressionException.%23ctor(System.String%2CSystem.Exception)%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/master/ZptSharp/Expressions/PipeExpressions/PipeExpressionException.cs/#L25">View Source</a>
</span>
<a id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor*"></a>
<h4 id="ZptSharp_Expressions_PipeExpressions_PipeExpressionException__ctor_System_String_System_Exception_" data-uid="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.#ctor(System.String,System.Exception)">PipeExpressionException(String, Exception)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="ZptSharp.Expressions.PipeExpressions.PipeExpressionException.html">PipeExpressionException</a> class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public PipeExpressionException(string message, Exception inner)</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">message</span></td>
<td><p>A <span class="xref">System.String</span> that describes the exception.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Exception</span></td>
<td><span class="parametername">inner</span></td>
<td><p>The exception that is the cause of the current exception.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.Serialization.ISerializable</span>
</div>
</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_Expressions_PipeExpressions_PipeExpressionException.md&value=---%0Auid%3A%20ZptSharp.Expressions.PipeExpressions.PipeExpressionException%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/master/ZptSharp/Expressions/PipeExpressions/PipeExpressionException.cs/#L6" 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/_vnext/api/ZptSharp.Expressions.PipeExpressions.PipeExpressionException.html | HTML | mit | 17,102 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Steven Erdmanczyk Jr.">
<meta name="description" content="software engineer / adventurer">
<meta name="generator" content="Hugo 0.26" />
<title>One server to host them all, subdomains to find them, docker-compose to bring them all, and a reverse proxy to bind them · Steven Erdmanczyk Jr.</title>
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Steven Erdmanczyk Jr." />
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1973924135031597",
enable_page_level_ads: true
});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<nav class="main-nav">
<a href='/'> <span class="arrow">←</span>Home</a>
<a href='/post'>Archive</a>
<a href='/tags'>Tags</a>
<a href='/about'>About</a>
<a class="cta" href="/index.xml">Subscribe</a>
</nav>
<section id="wrapper">
<article class="post">
<header>
<h1>
One server to host them all, subdomains to find them, docker-compose to bring them all, and a reverse proxy to bind them
</h1>
<h2 class="headline">
Aug 25, 2017 20:00
· 903 words
· 5 minutes read
<span class="tags">
</span>
</h2>
</header>
<section id="post-body">
<p>Yes that title is a Lord of the Rings reference.</p>
<p>I’ve settled on a solution for hosting my personal projects that strikes(for me) a happy balance of cheap, configurable, and easy.</p>
<p>The setup is simple:</p>
<ul>
<li>A single VM running docker</li>
<li>A domain with DNS A records pointing it and sub-domains at the VM’s IP</li>
<li>A container running <a href="https://traefik.io/">Traefik</a> monitoring docker</li>
<li>For each new project: apply the appropriate docker container labels so Traefik knows how to route its traffic based on sub-domain.</li>
</ul>
<p>I’ve dubbed my setup <a href="https://en.wikipedia.org/wiki/Yggdrasil">Yggdrasil</a> after the tree that joins the nine worlds in Norse mythology.</p>
<p><img src="/images/yggdrasil/yggdrasil.png" alt="yggdrasil" /></p>
<h3 id="pro-s">Pro’s</h3>
<p>The main advantage to this implementation is that it’s only one server. I pay as little as possible for hosting, but while still maintaining a large degree of control (ssh access, etc.).</p>
<ul>
<li>Cheap</li>
<li>Flexible</li>
<li>Docker isolation</li>
<li>Automatic SSL certs</li>
<li>Fast/minimal spin-up for a new project</li>
</ul>
<h3 id="con-s">Con’s</h3>
<p>The main downside to the current implementation is that <em>it’s only one serevr</em>. Once the number of people accessing my demo’s scales up, the server will be overloaded. For now I’m pretty unpopular, so yay…</p>
<p>Luckily this approach can also be applied to a Kubernetes cluster. I’ll cross that bridge when I get to it.</p>
<ul>
<li>Doesn’t scale</li>
<li>Could be <em>more</em> automatic</li>
<li>Docker knowledge required to manage</li>
</ul>
<h2 id="the-setup">The Setup</h2>
<h3 id="hosting">Hosting</h3>
<p>For my hosting I use a single VM (droplet) hosted by Digital Ocean. At $5/month it’s one of the cheapest offerings you can find. There may be something cheaper but I’m happy for now.</p>
<p>I created my VM using docker-machine (<a href="https://www.digitalocean.com/community/tutorials/how-to-provision-and-manage-remote-docker-hosts-with-docker-machine-on-ubuntu-16-04">Digital Ocean instructions</a>). This auto-spins up a VM running the docker-daemon and makes it simple to dive in interacting with the daemon remotely using <code>docker</code> commands.</p>
<h3 id="dns">DNS</h3>
<p>All of my projects are hosted as sub-domains of <code>erdmanczyk.com</code> (I personally purchased my domain from <a href="https://www.gandi.net/">gandi.net</a>).</p>
<p>I wanted <em>all</em> requests for <code>erdmanczyk.com</code> and subdomains to route to my single Digital Ocean droplet, so I configured <code>@</code> and <code>*</code>(wildcard) A records for its IP address.</p>
<ul>
<li><code>@</code> routes requests for <code>erdmanczyk.com</code></li>
<li><code>*</code> requests for any subdomains e.g. <code>foo.erdmanczyk.com</code>, <code>bar.erdmanczyk.com</code>.</li>
</ul>
<p>How to do that with your DNS provider will vary, but for those using ghandi.net here’s <a href="https://wiki.gandi.net/en/dns/zone/a-record">A-record</a> instructions.</p>
<h3 id="traefik-reverse-proxy">Traefik Reverse Proxy</h3>
<p>At the heart of it all is the <a href="https://traefik.io/">Traefik</a> reverse proxy and docker.</p>
<p>Traefik is an open source reverse proxy written in Go chosen for a couple features that empower this setup:</p>
<ul>
<li>Automatically obtaining/renewing (free) SSL certs for backends via LetsEncrypt</li>
<li>Route requests to exposed containers based on container labels</li>
</ul>
<p>The first means free SSL certificates and nearly zero effort to manage them. The latter means if I want a project on a new sub-domain I simply apply the correct host label to the container I want to expose, then traefik will automatically handle routing requests for the new <code><foo>.erdmanczyk.com</code> subdomain to that container.</p>
<p>Less ops, more time writing code.</p>
<p>Traefik itself is also runs in a docker container, with a minimal configuration file.</p>
<p>Luckily I didn’t need how to configure Traefik for this setup myself, the work below is piggybacked from the repo <a href="https://github.com/containerize-my-server/reverse-proxy">containerize-my-server/reverse-proxy</a>. Forked into <a href="https://github.com/serdmanczyk/reverse-proxy">my implementation</a>.</p>
<p>Here’s a snippet of the docker-compose file.</p>
<pre><code class="language-json">version: '3.2'
services:
traefik:
build: .
command: --logLevel=DEBUG
ports:
- "80:80"
- "443:443"
- "8080:8080"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- reverseproxy
cap_drop:
- all
cap_add:
- net_bind_service
networks:
reverseproxy:
driver: bridge
</code></pre>
<p>Of note here is a few things:</p>
<ul>
<li>The docker socket is mounted so Traefik can monitor containers spinning up/down</li>
<li>A network is used for allowing other docker-compose configurations to connect to the same network as Traefik (so Traefik can route)
<ul>
<li><em>docker-compose by default isolates separate projects into different networks, this curcumvents that</em></li>
</ul></li>
</ul>
<p>And the traefik configuration is in <code>config.toml</code></p>
<pre><code class="language-python"># defaultEntryPoints must be at the top because it should not be in any table below
defaultEntryPoints = ["http", "https"]
[web]
# Port for the status page
address = ":8080"
# Entrypoints, http and https
[entryPoints]
# http should be redirected to https
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
# https is the default
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
# Enable ACME (Let's Encrypt): automatic SSL
[acme]
# caServer = "https://acme-staging.api.letsencrypt.org/directory"
email = "<your email>"
storage = "acme.json"
entryPoint = "https"
onDemand = false
OnHostRule = true
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "<your domain>"
watch = true
exposedbydefault = false
</code></pre>
<p>A few things of note in <code>config/toml</code>:</p>
<ul>
<li>all http is redirected to https</li>
<li>The <code>[acme]</code> section instructs Traefik to automatically obtain/renew certs from LetsEncrypt</li>
<li>The <code>[docker]</code> section instructs Traefik to monitor docker</li>
</ul>
<h3 id="docker-compose-my-project">Docker-Compose my project</h3>
<p>The last step is to actually spin up my projects.</p>
<p>For any new projects I just need to apply a few labels:</p>
<ul>
<li>traefik.enable=true</li>
<li>traefik.backend=<project name></li>
<li>traefik.frontend.rule=Host:<fully qualified domain domain></li>
<li>traefik.docker.network=reverseproxy_reverseproxy</li>
</ul>
<p>These indicate the Traefik the network, subdomain, etc. to use for routing traffic to this instance. It’s also important that port 80 is exposed by the container (but not externally to the host). The server within the container should listen on port 80 with no TLS.</p>
<p>As an example, I’ve created a template Go project with a minimal config that’s deployable via the Yggdrasil setup. Named <a href="https://github.com/serdmanczyk/twig">twig</a>, because of the whole Norse tree thing. The Go server simply listens on port 80 and repeats back the route requested. Check it out at <a href="https://twig.erdmanczyk.com">https://twig.erdmanczyk.com</a></p>
<h2 id="in-summary">In summary</h2>
<p>If you want something cheap but with some degree of control maybe this setup is for you. This post is here to share to hopefully save those with the same whims some searching.</p>
</section>
</article>
<footer id="footer">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1973924135031597"
data-ad-slot="8096837598"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p class="small">
Like what you read, did a post save you valuable time? <a href="https://cash.me/$serdmanczyk">Spare a 1$ or 2$</a>. All $ will support extra beer, coffee, software licenses, or toys for my kid(s).
</p>
<div id="social">
<a class="symbol" href="mailto:serdmanczyk@gmail.com">
<i class="fa fa-envelope"></i>
</a>
<a class="symbol" href="https://github.com/serdmanczyk">
<i class="fa fa-github"></i>
</a>
<a class="symbol" href="https://www.linkedin.com/in/sjerdmanczykjr/">
<i class="fa fa-linkedin"></i>
</a>
<a class="symbol" href="https://stackoverflow.com/users/2406040/serdmanczyk">
<i class="fa fa-stack-overflow"></i>
</a>
<a class="symbol" href="https://twitter.com/serdmanczyk">
<i class="fa fa-twitter"></i>
</a>
</div>
<p class="small">
© Copyright 2017 <i class="fa fa-heart" aria-hidden="true"></i> Steven Erdmanczyk Jr.
</p>
<p class="small">
Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
</p>
</footer>
</section>
<script src="/js/jquery-2.2.4.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</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-51048910-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| serdmanczyk/serdmanczyk.github.io | post/2017-08-25-Server/index.html | HTML | mit | 12,433 |
<!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
0c0c2fee-aee1-488e-b327-947dc274580f
</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="#M16.DataSharer.Plugin.Abstractions">M16.DataSharer.Plugin.Abstractions</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/xa/xam.plugin.datasharer.1.0.0/M16.DataSharer.Plugin.Abstractions-wp8.html | HTML | mit | 9,683 |
<!doctype html>
<html>
<title>npm-load</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/api/npm-load.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../api/npm-load.html">npm-load</a></h1> <p>Load config settings</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm.load(conf, cb)
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>npm.load() must be called before any other function call. Both parameters are
optional, but the second is recommended.</p>
<p>The first parameter is an object containing command-line config params, and the
second parameter is a callback that will be called when npm is loaded and ready
to serve.</p>
<p>The first parameter should follow a similar structure as the package.json
config object.</p>
<p>For example, to emulate the --dev flag, pass an object that looks like this:</p>
<pre><code>{
"dev": true
}
</code></pre><p>For a list of all the available command-line configs, see <code>npm help config</code></p>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-load — npm@2.14.16</p>
| kalomj/Pollution | node_modules/meanio/node_modules/mean-cli/node_modules/npm/html/doc/api/npm-load.html | HTML | mit | 3,331 |
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<p>Dear {{name}},</p>
<p></p>
<p>This is a confirmation that the password for your account has just been changed</p>
</body>
</html> | rhansma/uva-goalsetting | app/views/templates/reset-password-confirm-email.server.view.html | HTML | mit | 227 |
<div class="btn" (click)="play($event)">►</div> | Vic229/Player | app/Songs/song.component.html | HTML | mit | 49 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / three-gap - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
three-gap
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/three-gap"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ThreeGap"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: real numbers"
"keyword: Steinhaus"
"keyword: Three Gap Theorem"
"category: Mathematics/Geometry"
"category: Mathematics/Arithmetic and Number Theory/Miscellaneous"
]
authors: [ "Micaela Mayero" ]
bug-reports: "https://github.com/coq-contribs/three-gap/issues"
dev-repo: "git+https://github.com/coq-contribs/three-gap.git"
synopsis: "A Proof of the Three Gap Theorem (Steinhaus Conjecture)"
description: "This proof uses the real numbers. It is a classical proof."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/three-gap/archive/v8.7.0.tar.gz"
checksum: "md5=84ca55affc358bbd206a996d94d3cf6a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-three-gap.8.7.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-three-gap -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-three-gap.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.1/three-gap/8.7.0.html | HTML | mit | 6,986 |
<header id="header">
<div class="headerWrap clearfix">
<a class="myFont title css2dcc4b9955748" href="{{ "/home/" | prepend: site.baseurl }}">{{ site.title }}</a>
<nav>
<ul>
<li><a href="{{ "/home/" | prepend: site.baseurl }}" class="myFont css2dcc4b9955748">Home</a></li>
<li><a href="{{ "/index" | prepend: site.baseurl }}" class="myFont css2dcc4b9955748">Blog</a></li>
<li><a href="{{ "/about/" | prepend: site.baseurl }}" class="myFont css2dcc4b9955748">About</a></li>
</ul>
</nav>
<div class="search-tool" style="float: left;height: 45px;line-height: 45px;margin-left: 12px;">
<input type="text" class="form-control search-content" id="search-content" style="display: inline-block !important;
color: #49525c;
font-size: 14px;
line-height: 17px;
background-color: #e1eaf2;
border: 1px solid #045bb2;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.1);
outline: 0;
box-sizing: border-box;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;" placeholder="Search for what you are interested in...." />
</div>
<link rel="stylesheet" href="{{ "/search/css/cb-search.css" | prepend: site.baseurl }}">
<script src="{{ "/search/js/bootstrap3-typeahead.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "/search/js/cb-search.js" | prepend: site.baseurl }}"></script>
<a href="{{ site.resume }}" class="master">
<div class="avatarWrap">
<img src="{{ "/assets/avatar.jpg" | prepend: site.baseurl }}" alt="{{ site.author }}" style="max-width: 27px;" />
</div><span class="myFont css2dcc4b9955748">{{ site.author }}</span>
</a>
</div>
</header>
<main class="clearfix">
<div class="content">
<div class="content-inner"> | kinshines/kinshines.github.io | _includes/header.html | HTML | mit | 1,866 |
<!-- http://www.w3.org/TR/ATAG10-TECHS/ -->
<?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 profile="http://www.w3.org/2000/08/w3c-synd/#">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Techniques for Authoring Tool Accessibility Guidelines 1.0</title>
<link href="#Full" rel="TOC" />
<link href="imp1" rel="next" />
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-NOTE" type="text/css"/>
</head>
<body>
<div class="techniques">
<div class="head">
<p>[ <a href="#Brief" accesskey="c">contents of this page</a> ] [ <a
href="#Full" accesskey="h">full contents</a> ] [ <a href="imp1"
accesskey="n">next</a> ]</p>
<p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C"
src="http://www.w3.org/Icons/w3c_home" /></a></p>
<h1 class="notoc"><a name="title" id="title">Techniques for Authoring Tool Accessibility Guidelines 1.0</a></h1>
<h2 class="notoc"><a name="date" id="date">W3C Note 29 October 2002</a></h2>
<dl>
<dt>This version:</dt>
<dd><a
href="http://www.w3.org/TR/2002/NOTE-ATAG10-TECHS-20021029/">http://www.w3.org/TR/2002/NOTE-ATAG10-TECHS-20021029/</a></dd>
<dt>Latest version:</dt>
<dd><a
href="http://www.w3.org/TR/ATAG10-TECHS/">http://www.w3.org/TR/ATAG10-TECHS/</a></dd>
<dt>Previous version:</dt>
<dd><a href="http://www.w3.org/TR/2000/NOTE-ATAG10-TECHS-20000504/">http://www.w3.org/TR/2000/NOTE-ATAG10-TECHS-20000504/</a></dd>
</dl>
<dl>
<dt>Editors:</dt>
<dd>Jutta Treviranus - <abbr
title="Adaptive Technology Research Center">ATRC</abbr>, University of
Toronto</dd>
<dd>Charles McCathieNevile - <a href="http://www.w3.org/"><abbr
title="the World Wide Web Consortium">W3C</abbr></a></dd>
<dd>Jan Richards - University of Toronto</dd>
<dd>Gregory Rosmaita</dd>
</dl>
<p class="copyright"><a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright">Copyright</a>
©1999 - 2002 <a href="http://www.w3.org/"><abbr
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
href="http://www.lcs.mit.edu/"><abbr
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
href="http://www.inria.fr/"><abbr xml:lang="fr" lang="fr"
title="Institut National de Recherche en Informatique et Automatique">INRIA</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>,
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>,
<a href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document
use</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software
licensing</a> rules apply.</p>
</div>
<hr />
<h2 class="nonb"><a name="abstract">Abstract</a></h2>
<p>This document provides information to authoring tool developers who wish to satisfy the checkpoints of "Authoring Tool Accessibility Guidelines 1.0" <a href="refs#ref-ATAG10" title="Link to reference ATAG10">[ATAG10]</a>. It includes suggested techniques, sample strategies in deployed tools, and references to other accessibility resources (such as platform-specific software accessibility guidelines) that provide additional information on how a tool may satisfy each checkpoint.</p>
<p>This document is part of a series of accessibility documents published by
the <abbr title="the World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/WAI/">Web Accessibility Initiative</a>
(<abbr>WAI</abbr>).</p>
<h2 class="nonb" id="status"><a name="Status">Status of this document</a></h2>
<p><em>This section describes the status of this document at the time of its
publication. Other documents may supersede this document. The latest status
of this document series is maintained at the <abbr
title="the World Wide Web Consortium">W3C</abbr>.</em></p>
<p>This document is published as an informative appendix to
the <a href="http://www.w3.org/TR/ATAG10/">Authoring Tool Accessibility Guidelines</a>.
The document represents an attempt to make it clearer how to use the
techniques for different types of tools.
</p>
</div>
<p>For further information about Working Group decisions, please consult the
<a href="http://www.w3.org/WAI/AU/meetings/minutes.html">minutes of <abbr
title="Authoring Tool Accessibility Guidelines Working Group">AUWG</abbr>
Meetings</a>.</p>
<p>This document has been produced by the <a
href="http://www.w3.org/WAI/AU/">Authoring Tool Accessibility Guidelines
Working Group (<abbr
title="Authoring Tool Accessibility Guidelines Working Group">AUWG</abbr>)</a>
as part of the <a href="http://www.w3.org/WAI/">Web Accessibility Initiative
(<abbr title="Web Accessibility Initiative">WAI</abbr>)</a>. The goals of the
Working Group are discussed in the <a
href="http://www.w3.org/WAI/AU/charter.html">AUWG charter</a>. The AUWG is part of the <a href="http://www.w3.org/WAI/Technical/Activity">WAI Technical Activity</a>.</p>
<p>Please send comments about this document to the public mailing list: <a
href="mailto:w3c-wai-au@w3.org">w3c-wai-au@w3.org</a> (<a
href="http://lists.w3.org/Archives/Public/w3c-wai-au/">public archives</a>).
</p>
<p>A list of current W3C Recommendations and other technical documents
including Working Drafts and Notes can be found at <a href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>.</p>
<div class="toc" id="toc">
<h2 class="notoc"><a name="Brief">Table of Contents</a></h2>
<ul>
<li><a href="#Status">Status of this document</a></li>
<li>Brief contents</li>
<li><a href="#Introducti">Introduction</a>
<ul>
<li><a href="#Organised">How this document is organized</a></li>
<li><a href="#Applicability">Applicability of techniques</a></li>
<li><a href="#Authoring">Authoring tool categories</a></li>
</ul>
</li>
<li><strong><a href="#Implementa">Implementation techniques by guideline
and checkpoint</a></strong>
<ul><li><a href="#Full">Full Table of Contents</a></li>
</ul>
</li>
<li><a href="glossary">Glossary</a></li>
<li><a href="refs">References</a></li>
<li><a href="appa.html">Appendix A: Techniques for user prompting</a></li>
</ul>
</div>
<hr />
<h2><a name="Introducti" id="Introducti">Introduction</a></h2>
<h3><a name="Organised" id="Organised">How this document is organized</a></h3>
<p>This document has been divided into a multi-part hypertext document to
keep individual pages to a manageable size. There are publishing conventions
used to identify various features and parts of the document. Some of these
will be used to provide multiple views of the techniques - for example
implementation techniques for a particular kind of tool, or references for
particular techniques. Other conventions are used to ensure that this
document is compatible with ATAG version 1.0 or will be compatible with ATAG
wombat with a minimum of difficulty or change.</p>
<h3><a name="Applicability" id="Applicability">Applicability of
techniques</a></h3>
<p><strong>Note on applicability of techniques:</strong> The following
techniques are applicable to all kinds of authoring tools, including those
that are insertable components of other authoring tools. For example, if an
authoring tool for designing on-line courses (courseware) has a prefabricated
chat facility that the instructor can drag on to their page, this component
must comply with all the techniques for accessible output (guidelines 1-6)
and accessible user interface (guideline 7).</p>
<h3><a name="Authoring" id="Authoring">Authoring tool categories</a></h3>
<p>Note: Many checkpoints may not apply to a given category of authoring tool (e.g., markup tools, but not multimedia tools). Each section contains a link to a version with icons representing relevant tool categories for each checkpoint. These versions can be viewed by selecting the "turn on icons" link found at the top of each section.</p>
<h2><a name="Implementa" id="Implementa"></a>Implementation techniques by
guideline and checkpoint</h2>
<a name="Full" id="Full"></a>
<ol>
<li><a href="imp1">Support accessible authoring practices:</a>
<ul>
<li><span class="checkpoint"><a name="check-support-access-features"
id="check-support-access-features"></a></span><span
class="noprint"><a
href="imp1#check-support-access-features">Techniques for checkpoint
1.1</a></span>: Ensure that the author can produce <a rel="glossary"
href="glossary#def-Accessible">accessible content</a> in the <a
rel="glossary" href="glossary#def-Markup-Language">markup
language(s)</a> supported by the tool. <span
class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-leave-access-content"
id="check-leave-access-content"></a></span><span class="noprint"><a
href="imp1#check-leave-access-content">Techniques for checkpoint
1.2</a></span>: Ensure that the tool preserves all <a rel="glossary"
href="glossary#def-Access-info">accessibility information</a> during
authoring, <a rel="glossary"
href="glossary#def-Transformation">transformations</a>, and <a
rel="glossary" href="glossary#def-conversion-tool">conversions</a>.
<span class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-generate-access-markup"
id="check-generate-access-markup"></a></span><span class="noprint"><a
href="imp1#check-generate-access-markup">Techniques for checkpoint
1.3</a></span>: Ensure that when the tool automatically generates
markup it conforms to the <abbr
title="the World Wide Web Consortium">W3C</abbr>'s Web Content
Accessibility Guidelines 1.0 <a href="refs#ref-WCAG10"
title="Link to reference WCAG10">[WCAG10]</a>. <span
class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-use-accessible-templates"
id="check-use-accessible-templates"></a></span><span
class="noprint"><a
href="imp1#check-use-accessible-templates">Techniques for checkpoint
1.4</a></span><span class="checkpoint">:</span>Ensure that templates
provided by the tool conform to the Web Content Accessibility
Guidelines 1.0 <a href="refs#ref-WCAG10"
title="Link to reference WCAG10">[WCAG10]</a>. <span
class="priorityR">[Relative Priority]</span></li>
</ul>
</li>
<li><a href="imp2">Generate standard markup:</a>
<ul>
<li><span class="noprint"><a name="check-prefer-w3c"
id="check-prefer-w3c"></a><a href="imp2#check-prefer-w3c">Techniques
for checkpoint 2.1</a></span>: Use the latest versions of <abbr
title="the World Wide Web Consortium">W3C</abbr> Recommendations when
they are available and appropriate for a task. <span
class="priority2">[Priority 2]</span>.</li>
<li><span class="checkpoint"><a name="check-ensure-published-DTD"
id="check-ensure-published-DTD"></a></span><span class="noprint"><a
href="imp2#check-ensure-published-DTD">Techniques for checkpoint
2.2</a></span><span class="checkpoint">:</span> Ensure that the tool
automatically generates valid markup. <span
class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-declare-extended-DTD"
id="check-declare-extended-DTD"></a></span><span class="noprint"><a
href="imp2#check-declare-extended-DTD">Techniques for checkpoint
2.3</a></span><span class="checkpoint">:</span> If markup produced by
the tool does not conform to W3C specifications, <a rel="glossary"
href="glossary#def-inform">inform</a> the author. <span
class="priority3">[Priority 3</span></li>
</ul>
</li>
<li><a href="imp3">Support the creation of accessible content:</a>
<ul>
<li><span class="checkpoint"><a name="check-provide-missing-alt"
id="check-provide-missing-alt"></a></span><span class="noprint"><a
href="imp3#check-provide-missing-alt">Techniques for checkpoint
3.1</a></span><span class="checkpoint">:</span><a rel="glossary"
href="glossary#def-prompt">Prompt</a> the author to provide <a
rel="glossary" href="glossary#def-alt-eq">equivalent alternative
information</a> (e.g., <a rel="glossary"
href="glossary#def-video-captions">captions</a>, <a rel="glossary"
href="glossary#def-Auditory">auditory descriptions</a>, and <a
rel="glossary" href="glossary#def-transcript">collated text
transcripts</a> for video). <span
class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-help-provide-structure"
id="check-help-provide-structure"></a></span><span class="noprint"><a
href="imp3#check-help-provide-structure">Techniques for checkpoint
3.2</a></span><span class="checkpoint">:</span> Help the author
create structured content and separate information from its
presentation. <span
class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-include-pro-descs"
id="check-include-pro-descs"></a></span><span class="noprint"><a
href="imp3#check-include-pro-descs">Techniques for checkpoint
3.3</a></span><span class="checkpoint">:</span> Ensure that
prepackaged content conforms to the Web Content Accessibility
Guidelines 1.0 <a href="refs#ref-WCAG10"
title="Link to reference WCAG10">[WCAG10]</a>. <span
class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-no-default-alt"
id="check-no-default-alt"></a></span><span class="noprint"><a
href="imp3#check-no-default-alt">Techniques for checkpoint
3.4</a></span><span class="checkpoint">:</span> Do not automatically
generate <a rel="glossary" href="glossary#def-alt-eq">equivalent
alternatives</a>. Do not reuse previously authored alternatives
without author confirmation, except when the function is known with
certainty. <span class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-have-alt-registry"
id="check-have-alt-registry"></a></span><span class="noprint"><a
href="imp3#check-have-alt-registry">Techniques for checkpoint
3.5</a></span><span class="checkpoint">:</span> Provide functionality
for managing, editing, and reusing <a rel="glossary"
href="glossary#def-alt-eq">alternative equivalents</a> for multimedia
objects. <span class="priority3">[Priority 3]</span></li>
</ul>
</li>
<li><a href="imp4">Provide ways of checking and correcting inaccessible
content:</a>
<ul>
<li><span class="checkpoint"><a name="check-notify-on-schedule"
id="check-notify-on-schedule"></a></span><span class="noprint"><a
href="imp4#check-notify-on-schedule">Techniques for checkpoint
4.1</a></span><span class="checkpoint">:</span> <a rel="glossary"
href="glossary#def-check-for">Check for</a> and <a rel="glossary"
href="glossary#def-inform">inform</a> the author of <a rel="glossary"
href="glossary#def-accessibility-problem">accessibility problems</a>.
<span class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-dont-require-knowledge"
id="check-dont-require-knowledge"></a></span><span class="noprint"><a
href="imp4#check-dont-require-knowledge">Techniques for checkpoint
4.2</a></span><span class="checkpoint">:</span> Assist authors in
correcting <a rel="glossary"
href="glossary#def-accessibility-problem">accessibility problems</a>.
<span class="priorityR">[Relative Priority]</span></li>
<li><span class="checkpoint"><a name="check-notify-changes"
id="check-notify-changes"></a></span><span class="noprint"><a
href="imp4#check-notify-changes">Techniques for checkpoint
4.3</a></span><span class="checkpoint">:</span> Allow the author to
preserve markup not recognized by the tool. <span
class="priority2">[Priority 2]</span></li>
<li><span class="checkpoint"><a name="check-progress-feedback"
id="check-progress-feedback"></a></span><span class="noprint"><a
href="imp4#check-progress-feedback">Techniques for checkpoint
4.4</a></span><span class="checkpoint">:</span> Provide the author
with a summary of the document's accessibility status. <span
class="priority3">[Priority 3]</span></li>
<li><span class="checkpoint"><a name="check-allow-transformation"
id="check-allow-transformation"></a></span><span class="noprint"><a
href="imp4#check-allow-transformation">Techniques for checkpoint
4.5</a></span><span class="checkpoint">:</span> Allow the author to
transform <a rel="glossary"
href="glossary#def-presentation-markup">presentation markup</a> that
is misused to convey structure into <a rel="glossary"
href="glossary#def-structural-markup">structural markup</a>, and to
transform presentation markup used for style into style sheets. <span
class="priority3">[Priority 3]</span></li>
</ul>
</li>
<li><a href="imp5">Integrate accessibility solutions into the overall "look
and feel":</a>
<ul>
<li><span class="checkpoint"><a name="check-integrate-features"
id="check-integrate-features"></a></span><span class="noprint"><a
href="imp5#check-integrate-features">Techniques for checkpoint
5.1</a></span><span class="checkpoint">:</span>Ensure that
functionality related to <a rel="glossary"
href="glossary#def-accessible-au-practice">accessible authoring
practices</a> is naturally integrated into the overall look and feel
of the tool. <span class="priority2">[Priority 2]</span></li>
<li><span class="checkpoint"><a name="check-visible-means"
id="check-visible-means"></a></span><span class="noprint"><a
href="imp5#check-visible-means">Techniques for checkpoint
5.2</a></span><span class="checkpoint">:</span>Ensure that <a
rel="glossary" href="glossary#def-accessible-au-practice">accessible
authoring practices</a> supporting Web Content Accessibility
Guidelines 1.0 <a href="refs#ref-WCAG10"
title="Link to reference WCAG10">[WCAG10]</a> Priority 1 checkpoints
are among the most obvious and easily initiated by the author. <span
class="priority2">[Priority 2]</span></li>
</ul>
</li>
<li><a href="imp6">Promote accessibility in help and documentation:</a>
<ul>
<li><span class="checkpoint"><a name="check-document-features"
id="check-document-features"></a></span><span class="noprint"><a
href="imp6#check-document-features">Techniques for checkpoint
6.1</a></span><span class="checkpoint">:</span> Document all features
that promote the production of accessible content. <span
class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-accessibility-everywhere"
id="check-accessibility-everywhere"></a></span><span
class="noprint"><a
href="imp6#check-accessibility-everywhere">Techniques for checkpoint
6.2</a></span><span class="checkpoint">:</span> Ensure that creating
accessible content is a naturally integrated part of the
documentation, including examples. <span
class="priority2">[Priority 2]</span></li>
<li><span class="checkpoint"><a
name="check-emphasize-universal-benefit"
id="check-emphasize-universal-benefit"></a></span><span
class="noprint"><a
href="imp6#check-emphasize-universal-benefit">Techniques for
checkpoint 6.3</a></span><span class="checkpoint">:</span> In a
dedicated section, document all features of the tool that promote the
production of accessible content. <span
class="priority3">[Priority 3]</span></li>
</ul>
</li>
<li><a href="imp7">Ensure that the authoring tool is accessible to authors
with disabilities:</a>
<ul>
<li><span class="checkpoint"><a name="check-use-system-conventions"
id="check-use-system-conventions"></a></span><span class="noprint"><a
href="imp7#check-use-system-conventions">Techniques for checkpoint
7.1</a></span><span class="checkpoint">:</span> Use all applicable
operating system and accessibility standards and conventions
[Priority 1 for standards and conventions that are essential to
accessibility; Priority 2 for those that are important to
accessibility; Priority 3 for those that are beneficial to
accessibility].</li>
<li><span class="checkpoint"><a name="check-independent-styles"
id="check-independent-styles"></a></span><span class="noprint"><a
href="imp7#check-independent-styles">Techniques for checkpoint
7.2</a></span><span class="checkpoint">:</span> Allow the author to
change the presentation within <a rel="glossary"
href="glossary#def-Editing">editing views</a> without affecting the
document markup. <span class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-edit-elements"
id="check-edit-elements"></a></span><span class="noprint"><a
href="imp7#check-edit-elements">Techniques for checkpoint
7.3</a></span><span class="checkpoint">:</span> Allow the author to
edit all <a rel="glossary"
href="glossary#def-Property">properties</a> of each <a rel="glossary"
href="glossary#def-element">element</a> and object in an accessible
fashion. <span class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-navigation-access"
id="check-navigation-access"></a></span><span class="noprint"><a
href="imp7#check-navigation-access">Techniques for checkpoint
7.4</a></span><span class="checkpoint">:</span> Ensure that the <a
rel="glossary" href="glossary#def-Editing">editing view</a> allows
navigation via the structure of the document in an accessible
fashion. <span class="priority1">[Priority 1]</span></li>
<li><span class="checkpoint"><a name="check-edit-structure"
id="check-edit-structure"></a></span><span class="noprint"><a
href="imp7#check-edit-structure">Techniques for checkpoint
7.5</a></span><span class="checkpoint">:</span> Enable editing of the
structure of the document in an accessible fashion. <span
class="priority2">[Priority 2]</span></li>
<li><span class="checkpoint"><a name="check-have-search"
id="check-have-search"></a></span><span class="noprint"><a
href="imp7#check-have-search">Techniques for checkpoint
7.6</a></span><span class="checkpoint">:</span> Allow the author to
search within <a rel="glossary" href="glossary#def-Editing">editing
views</a>. <span class="priority2">[Priority 2]</span></li>
</ul>
</li>
</ol>
</body>
</html>
| azu/reference-promises-spec | _downloads/www.w3.org_tr_atag10_techs_.html | HTML | mit | 23,729 |
<!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.9.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.9.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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1StdGlobalValueMap.html">StdGlobalValueMap</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::StdGlobalValueMap< K, V, Traits > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1StdGlobalValueMap.html">v8::StdGlobalValueMap< K, V, Traits ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a1bf074e7a7c24713c9a3d40ddce89e74">Clear</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ClearAndLeak</b>(Global< V > *persistent) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a8c68e5f99c4042541c6d32232c97282a">Contains</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>FromVal</b>(PersistentContainerValue v) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a16b8f906ea42036c2f37d44813bf2a72">Get</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetIsolate</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a52e74c69b94c7ce77a65af9f32d68af4">GetReference</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GlobalValueMap</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>impl</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>isolate</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a9f824b13dd30605589508db2740dd678">IsWeak</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Leak</b>(Global< V > *persistent) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>PersistentValueMapBase</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PersistentValueReference</b> typedef (defined in <a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a7d1cd63172b997dfaac9d0f009edd709">RegisterExternallyReferencedObject</a>(K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#ae23de36a1194ff1c009ebd6e9c527667">RegisterExternallyReferencedObject</a>(EmbedderReachableReferenceReporter *reporter, K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a9ffa7a4e0c59121c0471d71c04112966">Release</a>(PersistentContainerValue v)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#abd75a4c050416712167ba0bb9eace097">Remove</a>(const K &key)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>RemoveWeak</b>(const K &key) (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html#aa13f7914642c705b8e96824747ea115a">Set</a>(const K &key, Local< V > value)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html#ac2b02a0105393e6e3ab7e0aeeed9a294">Set</a>(const K &key, Global< V > value)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html#aaa5fa26f751c8608716ad5578cd6c1d0">Set</a>(const K &key, Global< V > value, PersistentValueReference *reference)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a6fa5f720b283dd9fa626a67e7687dcd0">SetReference</a>(const K &key, const Persistent< Object > &parent)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#a85201649d2bbd0ffdebe8be3d5c6447a">SetReturnValue</a>(const K &key, ReturnValue< Value > returnValue)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html#aad73de3912571a2f245454d3edea4a41">SetUnique</a>(const K &key, Global< V > *persistent)</td><td class="entry"><a class="el" href="classv8_1_1GlobalValueMap.html">v8::GlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html#ade5c5db2a968fdabe073649e85b837eb">Size</a>()</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StdGlobalValueMap</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1StdGlobalValueMap.html">v8::StdGlobalValueMap< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdGlobalValueMap.html">v8::StdGlobalValueMap< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~PersistentValueMapBase</b>() (defined in <a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a>)</td><td class="entry"><a class="el" href="classv8_1_1PersistentValueMapBase.html">v8::PersistentValueMapBase< K, V, Traits ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <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 | 9f73df5/html/classv8_1_1StdGlobalValueMap-members.html | HTML | mit | 15,754 |
<!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 v9.9.0: 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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v9.9.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 Page</span></a></li>
<li><a href="pages.html"><span>Related 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1String.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1String_1_1Value.html">Value</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1String_1_1Value-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 <<a class="el" href="v8_8h_source.html">v8.h</a>></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:a465c54a27e4c84d8814e033aa3fdd106"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a465c54a27e4c84d8814e033aa3fdd106"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use <a class="el" href="classv8_1_1Isolate.html">Isolate</a> version", explicit <a class="el" href="classv8_1_1String_1_1Value.html">Value</a>(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">v8::Value</a> > obj))</td></tr>
<tr class="separator:a465c54a27e4c84d8814e033aa3fdd106"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9254394df4e1c4a8d9749cc0a5b55601"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9254394df4e1c4a8d9749cc0a5b55601"></a>
 </td><td class="memItemRight" valign="bottom"><b>Value</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">v8::Value</a> > obj)</td></tr>
<tr class="separator:a9254394df4e1c4a8d9749cc0a5b55601"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae4f44b1977968de2e9f2ff703437fde3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4f44b1977968de2e9f2ff703437fde3"></a>
uint16_t * </td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr>
<tr class="separator:ae4f44b1977968de2e9f2ff703437fde3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1cf21001f92284f290a6e550d567e757"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1cf21001f92284f290a6e550d567e757"></a>
const uint16_t * </td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr>
<tr class="separator:a1cf21001f92284f290a6e550d567e757"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5014d7d4d0f60d39f37e421ae2eb91"></a>
int </td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr>
<tr class="separator:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac7ef41f1e6890bb36bde462a11ea4de1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac7ef41f1e6890bb36bde462a11ea4de1"></a>
 </td><td class="memItemRight" valign="bottom"><b>Value</b> (const <a class="el" href="classv8_1_1String_1_1Value.html">Value</a> &)=delete</td></tr>
<tr class="separator:ac7ef41f1e6890bb36bde462a11ea4de1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb46ab85e1def9411012c67cbefb3385"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adb46ab85e1def9411012c67cbefb3385"></a>
void </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classv8_1_1String_1_1Value.html">Value</a> &)=delete</td></tr>
<tr class="separator:adb46ab85e1def9411012c67cbefb3385"><td class="memSeparator" colspan="2"> </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 (UTF-16-encoded) 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 by  <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 | 36f664e/html/classv8_1_1String_1_1Value.html | HTML | mit | 8,486 |
<!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.5.0~camlp4 / mathcomp-analysis - 0.2.3</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.2.3
<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: "2.0"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/analysis"
bug-reports: "https://github.com/math-comp/analysis/issues"
dev-repo: "git+https://github.com/math-comp/analysis.git"
license: "CeCILL-C"
authors: [
"Reynald Affeldt"
"Cyril Cohen"
"Assia Mahboubi"
"Damien Rouhling"
"Pierre-Yves Strub"
]
build: [
[make "INSTMODE=global" "config"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" { (>= "8.8" & < "8.12~") | (= "dev") }
"coq-mathcomp-field" {(>= "1.8.0" & <= "1.10.0")}
"coq-mathcomp-finmap" {(>= "1.2.0" & <= "1.4.1")}
]
synopsis: "An analysis library for mathematical components"
description: """
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.
"""
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword: analysis"
"keyword: topology"
"keyword: real numbers"
"logpath: mathcomp-analysis"
"date:2019-12-03"
]
url {
http: "https://github.com/math-comp/analysis/archive/0.2.3.tar.gz"
checksum: "sha512=10eb050e9d43af3c0cc4798bf93010ec73d2cf9a149380ae524f1051361888ca8a7caf0428047ca18986b9484fce93fa9a491545d0382c6784275618e3a1b0b5"
}
</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.2.3 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't be met:
- coq-mathcomp-analysis -> coq >= dev -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can'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.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">
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/mathcomp-analysis/0.2.3.html | HTML | mit | 7,741 |
{% extends "./inc/base.html" %}
{% block style%}
{% endblock %}
{% block content %}
<!-- CART -->
<section>
<div class="container">
{% if setp == 3%}
<div class="row process-wizard process-wizard-primary">
<div class="col-xs-3 process-wizard-step complete">
<div class="text-center process-wizard-stepnum">第一步</div>
<div class="progress">
<div class="progress-bar"></div>
</div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">购物车</div>
</div>
<div class="col-xs-3 process-wizard-step complete"><!-- complete -->
<div class="text-center process-wizard-stepnum">第二步</div>
<div class="progress">
<div class="progress-bar"></div>
</div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">确认订单信息</div>
</div>
<div class="col-xs-3 process-wizard-step active"><!-- complete -->
<div class="text-center process-wizard-stepnum">第三步</div>
<div class="progress">
<div class="progress-bar"></div>
</div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">选择支付</div>
</div>
<div class="col-xs-3 process-wizard-step disabled"><!-- active -->
<div class="text-center process-wizard-stepnum">第四步</div>
<div class="progress">
<div class="progress-bar"></div>
</div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">订购完成</div>
</div>
</div>
<hr/>
<div class="alert alert-mini alert-success margin-bottom-20"><!-- SUCCESS -->
<button data-dismiss="alert" class="close" type="button"><span aria-hidden="true">×</span><span
class="sr-only">Close</span></button>
<strong> <i class="fa fa-check "></i> 尊敬的 {{controller.user.username}},</strong> 订单已成功提交!
</div>
{%endif%}
<div class="panel panel-default margin-bottom-20">
<div class="panel-body ">
<div class="heading-title heading-dotted text-center margin-bottom-20">
<h4><span>{% if order.payment == 1001%}货到付款方式,等待订单审核…… {%else%}<i class="fa fa-check-circle"></i> [支付成功,订购已完成!]</span>{%endif%}</h4>
</div>
<div class="table-responsive">
<table class="table">
<tbody>
<tr >
<td class="text-right">订单编号:</td>
<td>{{order.order_no}}</td>
</tr>
<tr >
<td class="text-right">订单金额:</td>
<td class="text-danger size-18">¥{{order.amount|formatCurrency}}</td>
</tr>
<tr >
<td class="text-right">支付方式:</td>
<td>
{{order.channel}}
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="callout alert alert-default noborder">
<div class="text-center">
<a class="btn btn-3d btn-reveal btn-green " href="/index">
<i class="fa fa-credit-card"></i>
<span>返回首页</span>
</a>
<a class="btn btn-3d btn-reveal btn-teal " href="/center/index">
<i class="fa fa-credit-card"></i>
<span>用户中心</span>
</a>
</div>
</div>
</div>
</section>
<!-- /CART -->
{% endblock %}
{% block script%}
<!-- PAGE LEVEL SCRIPTS -->
<script type="text/javascript" src="/static/assets/js/view/demo.shop.js"></script>
{% endblock %} | arterli/CmsWing | view/center/pay_payres.html | HTML | mit | 4,801 |
<!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
edbe9f5f-3acb-4b81-9bc6-c4a27f3a6897
</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="#MocaWeb">MocaWeb</a></strong></td>
<td class="text-center">58.21 %</td>
<td class="text-center">53.98 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">53.98 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="MocaWeb"><h3>MocaWeb</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>Microsoft.VisualBasic.ApplicationServices.ApplicationBase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.ApplicationServices.User</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.CompilerServices.Versioned</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">CallByName(System.Object,System.String,Microsoft.VisualBasic.CallType,System.Object[])</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.Devices.Computer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.Information</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">IsArray(System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.Interaction</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">IIf(System.Boolean,System.Object,System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.MyGroupCollectionAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String,System.String,System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Microsoft.VisualBasic.MyServices.Internal.ContextValue`1</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Value</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_Value(`0)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Collections.ArrayList</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td 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.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Count</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ToArray</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">ToArray(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Collections.Hashtable</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Add(System.Object,System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ContainsKey(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Keys</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Remove(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_Item(System.Object,System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Collections.Specialized.NameValueCollection</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.BindableAttribute</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.Boolean)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.CategoryAttribute</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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.DefaultPropertyAttribute</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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.DescriptionAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Design.HelpKeywordAttribute</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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.DesignerAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.EditorAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type,System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.IComponent</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.MarshalByValueComponent</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_Disposed(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Finalize</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ApplicationSettingsBase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.SettingsBase</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">Synchronized(System.Configuration.SettingsBase)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Convert</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">GetTypeCode(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Drawing.ToolboxBitmapAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.FileInfo</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.MarshalByRefObject</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage: Remoting is no longer available</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.Binder</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use an overload that does not take a Binder.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.BindingFlags</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.PropertyInfo</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.SetMethod property</td>
</tr>
<tr>
<td style="padding-left:2em">GetGetMethod</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.GetMethod property</td>
</tr>
<tr>
<td style="padding-left:2em">GetSetMethod</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use PropertyInfo.SetMethod property</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsInterface</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsInterface</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsPrimitive</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsPrimitive</td>
</tr>
<tr>
<td style="padding-left:2em">GetFields(System.Reflection.BindingFlags)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetProperties</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetProperty(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[])</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Find member and use appropriate invocation method based off BindingFlags values used in original call (varies by type of member)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.TypeCode</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Type or RuntimeTypeHandle instead.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Uri</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">SchemeDelimiter</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Configuration.HttpCapabilitiesBase</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_Browser</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpApplication</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_AcquireRequestState(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_AuthenticateRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_AuthorizeRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_BeginRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_EndRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostAcquireRequestState(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostAuthenticateRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostAuthorizeRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostMapRequestHandler(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostReleaseRequestState(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostRequestHandlerExecute(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostResolveRequestCache(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PostUpdateRequestCache(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PreRequestHandlerExecute(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_ReleaseRequestState(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_ResolveRequestCache(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_UpdateRequestCache(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Application</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Context</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Session</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpApplicationState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Remove(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_Item(System.String,System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpBrowserCapabilities</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpContext</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Current</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Handler</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_IsDebuggingEnabled</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 style="padding-left:2em">get_Response</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Server</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpCookie</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpCookieCollection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </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_ApplicationPath</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_AppRelativeCurrentExecutionFilePath</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_Browser</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_ContentLength</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_ContentType</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_Cookies</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_CurrentExecutionFilePath</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_FilePath</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_HttpMethod</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_IsAuthenticated</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_IsLocal</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_IsSecureConnection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Path</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_PathInfo</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_PhysicalApplicationPath</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_PhysicalPath</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_RawUrl</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_RequestType</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_ServerVariables</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_TotalBytes</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 style="padding-left:2em">get_UrlReferrer</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_UserHostAddress</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpResponse</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Cookies</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">Redirect(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpServerUtility</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">MapPath(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpUtility</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">UrlEncode(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.IHttpHandler</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.IHttpModule</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Dispose</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">Init(System.Web.HttpApplication)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Security.FormsAuthentication</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_DefaultUrl</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">HashPasswordForStoringInConfigFile(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Services.WebService</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Application</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Context</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Session</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.SessionState.HttpSessionState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_SessionID</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">GetEnumerator</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Remove(System.String)</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_Item(System.String,System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.AttributeCollection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Add(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.ClientScriptManager</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">GetWebResourceUrl(System.Type,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">RegisterClientScriptResource(System.Type,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.Control</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_Init(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_PreRender(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">FindControl(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ClientID</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Context</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Controls</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_ID</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_Page</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_ViewState</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_ID(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_Visible(System.Boolean)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.ControlCollection</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Add(System.Web.UI.Control)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Count</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Remove(System.Web.UI.Control)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.Design.ControlDesigner</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Initialize(System.ComponentModel.IComponent)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.HtmlTextWriter</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">AddAttribute(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">AddAttribute(System.Web.UI.HtmlTextWriterAttribute,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">AddStyleAttribute(System.Web.UI.HtmlTextWriterStyle,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">RenderBeginTag(System.Web.UI.HtmlTextWriterTag)</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">RenderEndTag</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">Write(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.HtmlTextWriterAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.HtmlTextWriterStyle</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.HtmlTextWriterTag</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.MasterPage</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Master</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.Page</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Application</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_ClientScript</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_IsCrossPagePostBack</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_Master</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_PreviousPage</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 style="padding-left:2em">get_Response</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Session</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.StateBag</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Remove(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_Item(System.String,System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.TagPrefixAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.ToolboxDataAttribute</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> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.UserControl</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Application</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 style="padding-left:2em">get_Response</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Session</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.BaseDataBoundControl</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">DataBind</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_DataSource(System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.Button</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.Calendar</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.CheckBox</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Checked</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_Text</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_Checked(System.Boolean)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.CheckBoxList</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.DropDownList</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_SelectedIndex(System.Int32)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.FileUpload</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.HiddenField</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Value</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.HyperLink</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.Label</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_Text(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.LinkButton</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.ListBox</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.ListControl</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Items</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_DataTextField(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_DataValueField(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_SelectedIndex(System.Int32)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.ListItemCollection</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">Clear</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">GetEnumerator</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">Insert(System.Int32,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.Literal</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_Text(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.Panel</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.RadioButton</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.RadioButtonList</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.TextBox</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_TextMode</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.TextBoxMode</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebControls.WebControl</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Attributes</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_CssClass(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.UI.WebResourceAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/mo/moca.netwebapp.2.0.1/MocaWeb-net40-full.html | HTML | mit | 162,416 |
<!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 / extra-dev</a></li>
<li class="active"><a href="">dev / menhirlib - 20190613</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
menhirlib
<small>
20190613
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-06 20:47:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 20:47:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "A support library for verified Coq parsers produced by Menhir"
maintainer: "francois.pottier@inria.fr"
authors: [
"Jacques-Henri Jourdan <jacques-henri.jourdan@lri.fr>"
]
homepage: "https://gitlab.inria.fr/fpottier/menhir"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "jacques-henri.jourdan@lri.fr"
build: [
[make "-C" "coq-menhirlib" "-j%{jobs}%"]
]
install: [
[make "-C" "coq-menhirlib" "install"]
]
depends: [
"coq" { >= "8.8.1" & < "8.9" }
]
conflicts: [
"menhir" { != "20190613" }
]
tags: [
"date:2019-06-13"
"logpath:MenhirLib"
]
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/repository/20190613/archive.tar.gz"
checksum: [
"md5=23c380e23903e1974c923f3a6ff25ad4"
"sha512=0a929803068771bcc785abd94d37966fdb84f515f7f82393e685d44cc6e18144f62f2e00e0a7bf9b69f87c2c4bb9e33435878322d26b8fc37f7756fd84bc6f46"
]
}
</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.20190613 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-menhirlib -> coq < 8.9 -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-menhirlib.20190613</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/extra-dev/dev/menhirlib/20190613.html | HTML | mit | 6,990 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graphs: 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 / graphs - 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>
graphs
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-05 18:22:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 18:22: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
conf-gmp 3 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.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/graphs"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Graphs"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-int-map" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: graphs"
"keyword: graph theory"
"keyword: cycle detection"
"keyword: paths"
"keyword: constraints"
"keyword: inequalities"
"keyword: reflection"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [
"Jean Goubault"
]
bug-reports: "https://github.com/coq-contribs/graphs/issues"
dev-repo: "git+https://github.com/coq-contribs/graphs.git"
synopsis: "Satisfiability of inequality constraints and detection of cycles with negative weight in graphs"
description: """
*******************************************************************"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graphs/archive/v8.9.0.tar.gz"
checksum: "md5=14a46fb8f6df9f5bb6758ae29c5aa64d"
}
</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-graphs.8.9.0 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't be met:
- coq-graphs -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-graphs.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/graphs/8.9.0.html | HTML | mit | 7,362 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 7 m 29 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.2 / mathcomp-field - 1.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-field
<small>
1.10.0
<span class="label label-success">7 m 29 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-11 16:27:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-11 16:27:45 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/field" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/field" "install" ]
depends: [ "coq-mathcomp-solvable" { = version } ]
tags: [ "keyword:algebra" "keyword:field" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.field" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on Fields"
description:"""
This library contains definitions and theorems about field extensions,
galois theory, algebraic numbers, cyclotomic polynomials...
"""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz"
checksum: "sha256=3f8a88417f3456da05e2755ea0510c1bd3fd13b13c41e62fbaa3de06be040166"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-field.1.10.0 coq.8.11.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 2h opam install -y --deps-only coq-mathcomp-field.1.10.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 m 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-mathcomp-field.1.10.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 m 29 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.vo</code></li>
<li>845 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.vo</code></li>
<li>718 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo</code></li>
<li>554 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.vo</code></li>
<li>523 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.glob</code></li>
<li>519 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.vo</code></li>
<li>490 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.vo</code></li>
<li>477 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.glob</code></li>
<li>468 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.vo</code></li>
<li>445 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.glob</code></li>
<li>423 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.vo</code></li>
<li>409 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.vo</code></li>
<li>391 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.glob</code></li>
<li>376 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob</code></li>
<li>336 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.glob</code></li>
<li>310 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.glob</code></li>
<li>286 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.glob</code></li>
<li>227 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.glob</code></li>
<li>172 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo</code></li>
<li>108 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob</code></li>
<li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.v</code></li>
<li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.v</code></li>
<li>53 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.v</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.v</code></li>
<li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.v</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.v</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.v</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-field.1.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.2/mathcomp-field/1.10.0.html | HTML | mit | 11,334 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>canon-bdds: 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 / canon-bdds - 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>
canon-bdds
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.0~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/canon-bdds"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CanonBDDs"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: BDD"
"keyword: BDT"
"keyword: Finite Sets"
"keyword: Model-Checking"
"keyword: binary decision diagrams"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category: Miscellaneous/Extracted Programs/Decision procedures"
]
authors: [
"Emmanuel Ledinot"
]
bug-reports: "https://github.com/coq-contribs/canon-bdds/issues"
dev-repo: "git+https://github.com/coq-contribs/canon-bdds.git"
synopsis: "Canonicity of Binary Decision Dags"
description: """
A proof of unicity and canonicity of Binary Decision Trees and
Binary Decision Dags. This contrib contains also a development on finite sets."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/canon-bdds/archive/v8.9.0.tar.gz"
checksum: "md5=07a6b5831b9e904725e3fdf2d5d55d7a"
}
</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-canon-bdds.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't be met:
- coq-canon-bdds -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can'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-canon-bdds.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">
<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.02.3-2.0.1/released/8.5.0~camlp4/canon-bdds/8.9.0.html | HTML | mit | 7,479 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v2.5.2</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-2.5.2/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-2.5.2/jasmine.css">
<script src="lib/jasmine-2.5.2/jasmine.js"></script>
<script src="lib/jasmine-2.5.2/jasmine-html.js"></script>
<script src="lib/jasmine-2.5.2/boot.js"></script>
<!-- include source files here... -->
<script src="src/complex.js"></script>
<!-- include spec files here... -->
<script src="spec/complex-spec.js"></script>
</head>
<body>
</body>
</html>
| b06sd/bc-20-complexnumber-lib | SpecRunner.html | HTML | mit | 623 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>amm11262: 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 / amm11262 - 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>
amm11262
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-27 14:06:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 14:06:13 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.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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/amm11262"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AMM11262"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: american mathematical monthly problem 11262" "date: 2007-04" ]
authors: [ "Milad Niqui (Coq files) <milad@cs.ru.nl> [http://www.cs.ru.nl/~milad]" "Tonny Hurkens (paper proof) <hurkens@sci.kun.nl>" ]
bug-reports: "https://github.com/coq-contribs/amm11262/issues"
dev-repo: "git+https://github.com/coq-contribs/amm11262.git"
synopsis: "Problem 11262 of The American Mathematical Monthly"
description: """
http://www.cs.ru.nl/~milad/AMM11262
Formalisation of Tonny Hurkens' proof of the problem
11262 of The American Mathematical Monthly 113(10), Dec. 2006
(see the README files)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/amm11262/archive/v8.8.0.tar.gz"
checksum: "md5=9683baec9a575dbdffad28f058c9128a"
}
</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-amm11262.8.8.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't be met:
- coq-amm11262 -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-amm11262.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.07.1-2.0.6/released/8.12.2/amm11262/8.8.0.html | HTML | mit | 6,966 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>search-trees: 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 / search-trees - 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>
search-trees
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-13 19:21:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-13 19:21:44 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/search-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: binary search trees"
"category: Computer Science/Data Types and Data Structures"
"category: Miscellaneous/Extracted Programs/Data structures"
]
authors: [
"Pierre Castéran"
]
bug-reports: "https://github.com/coq-contribs/search-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/search-trees.git"
synopsis: "Binary Search Trees"
description: """
Algorithms for collecting, searching, inserting and deleting elements in binary search trees on nat"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/search-trees/archive/v8.9.0.tar.gz"
checksum: "md5=036ffbe269122582f4c2c29820f66c4a"
}
</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-search-trees.8.9.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't be met:
- coq-search-trees -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-search-trees.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.2/search-trees/8.9.0.html | HTML | mit | 6,879 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>whichbrowser/parser<br /><small>/tests/data/mobile/manufacturer-nokia-series60.yaml</small></td><td> </td><td>Series60 3.1</td><td>Webkit 413</td><td style="border-left: 1px solid #555">Nokia</td><td>6124 classic</td><td>mobile:smart</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[headers] => User-Agent: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
[result] => Array
(
[engine] => Array
(
[name] => Webkit
[version] => 413
)
[os] => Array
(
[name] => Series60
[family] => Array
(
[name] => Symbian
[version] => 6124 classic
)
[version] => 9.2
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Nokia
[model] => 3.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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Safari </td><td> </td><td>SymbianOS </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.023</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*symbianos.*\) applewebkit\/.* \(khtml, like gecko\).*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*symbianos*) applewebkit/* (khtml, like gecko)*safari*
[parent] => Safari Generic for SymbianOS
[comment] => Safari Generic
[browser] => Safari
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Apple Inc
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => SymbianOS
[platform_version] => unknown
[platform_description] => Symbian OS
[platform_bits] => 32
[platform_maker] => Symbian Foundation
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 1
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => general Mobile Phone
[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.0</small></td><td>Safari 413</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => Safari
[version] => 413
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Nokia Web Browser </td><td><i class="material-icons">close</i></td><td>Symbian OS 9.2</td><td style="border-left: 1px solid #555">Nokia</td><td>6124 classic</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20102</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 320
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Nokia
[mobile_model] => 6124 classic
[version] =>
[is_android] =>
[browser_name] => Nokia Web Browser
[operating_system_family] => Symbian OS
[operating_system_version] => 9.2
[is_ios] =>
[producer] => Nokia
[operating_system] => Symbian OS
[mobile_screen_width] => 240
[mobile_browser] => Safari
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Nokia OSS Browser 3.1</td><td>WebKit </td><td>Symbian OS Series 60 3.1</td><td style="border-left: 1px solid #555">Nokia</td><td>6124c</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Nokia OSS Browser
[short_name] => NO
[version] => 3.1
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Symbian OS Series 60
[short_name] => S60
[version] => 3.1
[platform] =>
)
[device] => Array
(
[brand] => NK
[brandName] => Nokia
[model] => 6124c
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Nokia S60 OSS Browser 4.34;</td><td><i class="material-icons">close</i></td><td>Nokia </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
)
[name:Sinergi\BrowserDetector\Browser:private] => Nokia S60 OSS Browser
[version:Sinergi\BrowserDetector\Browser:private] => 4.34;
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Nokia
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
)
)
[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 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Nokia OSS Browser 3.1</td><td><i class="material-icons">close</i></td><td>Symbian OS 9.2</td><td style="border-left: 1px solid #555">Nokia</td><td>6124c</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-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 3
[minor] => 1
[patch] =>
[family] => Nokia OSS Browser
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 9
[minor] => 2
[patch] =>
[patchMinor] =>
[family] => Symbian OS
)
[device] => UAParser\Result\Device Object
(
[brand] => Nokia
[model] => 6124c
[family] => Nokia 6124c
)
[originalUserAgent] => Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Browser for S60 OSS 3.1</td><td><i class="material-icons">close</i></td><td>SymbianOS 9.2</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.06701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Browser for S60
[agent_version] => OSS 3.1
[os_type] => SymbianOS
[os_name] => SymbianOS
[os_versionName] =>
[os_versionNumber] => 9.2
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser </td><td>WebKit 413</td><td>NokiaOS </td><td style="border-left: 1px solid #555">Nokia</td><td>Nokia 6124c</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.41004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => NokiaOS
[simple_sub_description_string] =>
[simple_browser_string] => Android Browser on NokiaOS 9.2
[browser_version] =>
[extra_info] => stdClass Object
(
[20] => Array
(
[0] => Series 60
)
)
[operating_platform] => Nokia 6124c
[extra_info_table] => stdClass Object
(
[Series 60] => 3.1
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => android-browser
[operating_system_version] => 9.2
[simple_operating_platform_string] => Nokia 6124c
[is_abusive] =>
[layout_engine_version] => 413
[browser_capabilities] => Array
(
[0] => MIDP v2.0
[1] => CLDC v1.1
)
[operating_platform_vendor_name] => Nokia
[operating_system] => NokiaOS 9.2
[operating_system_version_full] =>
[operating_platform_code] => 6124c
[browser_name] => Android Browser
[operating_system_name_code] => nokiaos
[user_agent] => Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia6124c/4.34; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
[browser_version_full] =>
[browser] => Android Browser
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td> </td><td>Webkit 413</td><td>Series60 3.1</td><td style="border-left: 1px solid #555">Nokia</td><td>6124 classic</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[engine] => Array
(
[name] => Webkit
[version] => 413
)
[os] => Array
(
[name] => Series60
[family] => Array
(
[name] => Symbian
[version] => 9.2
)
[version] => 3.1
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Nokia
[model] => 6124 classic
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>mobilephone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => UNKNOWN
[category] => mobilephone
[os] => SymbianOS
[os_version] => 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>Wurfl<br /><small>1.6.4</small></td><td>Symbian S60 Browser </td><td><i class="material-icons">close</i></td><td>Symbian S60 9.2</td><td style="border-left: 1px solid #555">Nokia</td><td>6124 classic</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.018</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Symbian S60
[advertised_device_os_version] => 9.2
[advertised_browser] => Symbian S60 Browser
[advertised_browser_version] =>
[complete_device_name] => Nokia 6124 classic
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Nokia
[model_name] => 6124 classic
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => true
[uaprof] => http://nds1.nds.nokia.com/uaprof/N6124cr100-3G.xml
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 60
[nokia_edition] => 3
[device_os] => Symbian OS
[mobile_browser] => Safari
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] =>
[release_date] => 2008_march
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 1
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => true
[built_in_back_button_support] => true
[card_title_support] => true
[softkey_support] => true
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => true
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => true
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => true
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => true
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => 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] => wtai://wp/mc;
[xhtmlmp_preferred_mime_type] => application/xhtml+xml
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mmsto:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => plain
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => true
[wml_1_2] => true
[wml_1_3] => true
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => 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] => true
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 240
[resolution_height] => 320
[columns] => 17
[max_image_width] => 234
[max_image_height] => 280
[rows] => 13
[physical_screen_width] => 31
[physical_screen_height] => 41
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[bmp] => true
[epoc_bmp] => true
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => true
[transparent_png_alpha] => true
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 16777216
[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] => true
[wta_voice_call] => true
[wta_phonebook] => true
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 1200
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 357000
[max_url_length_in_requests] => 255
[max_url_length_homepage] => 100
[max_url_length_bookmark] => 255
[max_url_length_cached_page] => 128
[max_no_of_connection_settings] => 5
[max_no_of_bookmarks] => 25
[max_length_of_username] => 32
[max_length_of_password] => 20
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => true
[oma_support] => true
[ringtone] => true
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => true
[ringtone_midi_polyphonic] => true
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => true
[ringtone_xmf] => true
[ringtone_amr] => true
[ringtone_awb] => true
[ringtone_aac] => false
[ringtone_wav] => true
[ringtone_mp3] => true
[ringtone_spmidi] => true
[ringtone_qcelp] => false
[ringtone_voices] => 24
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 61440
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => true
[wallpaper_max_width] => 174
[wallpaper_max_height] => 143
[wallpaper_preferred_width] => 176
[wallpaper_preferred_height] => 144
[wallpaper_resize] => none
[wallpaper_wbmp] => true
[wallpaper_bmp] => true
[wallpaper_gif] => true
[wallpaper_jpg] => true
[wallpaper_png] => true
[wallpaper_tiff] => true
[wallpaper_greyscale] => false
[wallpaper_colors] => 12
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => true
[screensaver_max_width] => 176
[screensaver_max_height] => 208
[screensaver_preferred_width] => 176
[screensaver_preferred_height] => 208
[screensaver_resize] => none
[screensaver_wbmp] => true
[screensaver_bmp] => true
[screensaver_gif] => true
[screensaver_jpg] => true
[screensaver_png] => true
[screensaver_greyscale] => false
[screensaver_colors] => 12
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => true
[picture_max_width] => 176
[picture_max_height] => 293
[picture_preferred_width] => 174
[picture_preferred_height] => 263
[picture_resize] => none
[picture_wbmp] => true
[picture_bmp] => true
[picture_gif] => true
[picture_jpg] => true
[picture_png] => true
[picture_greyscale] => false
[picture_colors] => 24
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => true
[oma_v_1_0_forwardlock] => true
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => true
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => 10
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 1
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => heaac2
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => true
[connectionless_service_indication] => true
[connectionless_service_load] => false
[connectionless_cache_operation] => true
[connectionoriented_unconfirmed_service_indication] => true
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => true
[connectionoriented_confirmed_service_indication] => true
[connectionoriented_confirmed_service_load] => true
[connectionoriented_confirmed_cache_operation] => true
[utf8_support] => false
[ascii_support] => true
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => true
[j2me_cldc_1_1] => true
[j2me_midp_1_0] => true
[j2me_midp_2_0] => true
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => true
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => true
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => true
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => true
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 12582912
[j2me_max_jar_size] => 12582912
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 240
[j2me_screen_height] => 320
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => true
[j2me_wav] => false
[j2me_amr] => true
[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] => true
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => -6
[j2me_right_softkey_code] => -7
[j2me_middle_softkey_code] => -5
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => -8
[j2me_datefield_no_accepts_null_date] => true
[j2me_datefield_broken] => false
[receiver] => true
[sender] => true
[mms_max_size] => 307200
[mms_max_height] => 1200
[mms_max_width] => 1600
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => true
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => true
[mms_png] => true
[mms_bmp] => true
[mms_wbmp] => true
[mms_amr] => true
[mms_wav] => true
[mms_midi_monophonic] => true
[mms_midi_polyphonic] => true
[mms_midi_polyphonic_voices] => 24
[mms_spmidi] => true
[mms_mmf] => false
[mms_mp3] => true
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => true
[mms_nokia_operatorlogo] => true
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => true
[mms_rmf] => true
[mms_xmf] => true
[mms_symbian_install] => true
[mms_jar] => true
[mms_jad] => true
[mms_vcard] => true
[mms_vcalendar] => false
[mms_wml] => true
[mms_wbxml] => true
[mms_wmlc] => true
[mms_video] => true
[mms_mp4] => true
[mms_3gpp] => true
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => true
[picturemessage] => true
[operatorlogo] => true
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => true
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => true
[sp_midi] => true
[rmf] => true
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => true
[imelody] => false
[au] => true
[amr] => true
[awb] => true
[aac] => true
[mp3] => true
[voices] => 24
[qcelp] => false
[evrc] => false
[flash_lite_version] => 2_0
[fl_wallpaper] => true
[fl_screensaver] => true
[fl_standalone] => true
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => false
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 1
[playback_real_media] => 10
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => wb
[playback_acodec_aac] => lc
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => html4
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:40:03</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/d0/a9/d0a9f57d-c1a5-47d5-9133-27eb5a1c0f3c.html | HTML | mit | 47,197 |
<os-head-bar prevUrl="../.." [nav]="false">
<!-- Title -->
<div class="title-slot">
<h2 translate>Call list</h2>
</div>
<!-- Export menu -->
<div class="menu-slot">
<button type="button" mat-icon-button [matMenuTriggerFor]="downloadMenu">
<mat-icon>more_vert</mat-icon>
</button>
</div>
</os-head-bar>
<mat-card>
<button mat-button (click)="expandCollapseAll(true)">{{ 'Expand all' | translate }}</button>
<button mat-button (click)="expandCollapseAll(false)">{{ 'Collapse all' | translate }}</button>
<os-sorting-tree
#sorter
(sort)="sort($event)"
parentIdKey="sort_parent_id"
weightKey="weight"
[modelsObservable]="motionsObservable"
[expandCollapseAll]="expandCollapse"
>
</os-sorting-tree>
</mat-card>
<mat-menu #downloadMenu="matMenu">
<button mat-menu-item (click)="pdfExportCallList()">
<mat-icon>picture_as_pdf</mat-icon>
<span translate>Export as PDF</span>
</button>
<button mat-menu-item (click)="csvExportCallList()">
<mat-icon>archive</mat-icon>
<span translate>Export as CSV</span>
</button>
</mat-menu>
| emanuelschuetze/OpenSlides | client/src/app/site/motions/modules/call-list/call-list.component.html | HTML | mit | 1,198 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>interval: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / interval - 3.1.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
interval
<small>
3.1.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-26 01:44:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 01:44:44 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://coqinterval.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git"
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues"
license: "CeCILL-C"
build: [
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.4.6" & < "8.7"}
"coq-flocq" {>= "2.5.0" & < "3.0~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"coq-coquelicot" {< "3.0"}
]
tags: [
"keyword:interval arithmetic"
"keyword:decision procedure"
"keyword:floating-point arithmetic"
"keyword:reflexive tactic"
"keyword:Taylor models"
"category:Mathematics/Real Calculus and Topology"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq tactic for proving bounds on real-valued expressions automatically"
url {
src: "https://coqinterval.gitlabpages.inria.fr/releases/interval-3.1.1.tar.gz"
checksum: "md5=0d1cfc6cfb5e549a58830411bb7045a4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-interval.3.1.1 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1).
The following dependencies couldn't be met:
- coq-interval -> coq < 8.7 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' 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-interval.3.1.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/interval/3.1.1.html | HTML | mit | 7,017 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concurrency-pluto: 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.10.dev / concurrency-pluto - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
concurrency-pluto
<small>
1.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-08-11 14:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-11 14:39:01 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/coq-concurrency/pluto"
dev-repo: "git+https://github.com/coq-concurrency/pluto.git"
bug-reports: "https://github.com/coq-concurrency/pluto/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
[make "-C" "extraction"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-error-handlers"
"coq-function-ninjas"
"coq-iterable"
"coq-list-string" {>= "2.0.0"}
"coq-moment"
"coq-concurrency-proxy"
"coq-concurrency-system" {>= "1.1.0"}
"base64" {= "1.0.0"}
]
synopsis: "A web server written in Coq"
extra-files: [
"coq-concurrency-pluto.install" "md5=c191e439136807d785f0d582e0b8783e"
]
url {
src: "https://github.com/coq-concurrency/pluto/archive/1.1.0.tar.gz"
checksum: "md5=8e141f1b8981f5a018c31adb90052b0a"
}
</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-concurrency-pluto.1.1.0 coq.8.10.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.10.dev).
The following dependencies couldn't be met:
- coq-concurrency-pluto -> base64 < 1.1.0 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' 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-concurrency-pluto.1.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.dev/concurrency-pluto/1.1.0.html | HTML | mit | 6,848 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>abp: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / abp - 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>
abp
<small>
8.5.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-11 07:20:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-11 07:20:54 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.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/abp"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ABP"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:alternating bit protocol" "keyword:process calculi" "keyword:reactive systems" "keyword:coinductive types" "keyword:coinduction" "category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols" ]
authors: [ "Eduardo Giménez <>" ]
bug-reports: "https://github.com/coq-contribs/abp/issues"
dev-repo: "git+https://github.com/coq-contribs/abp.git"
synopsis: "A verification of the alternating bit protocol expressed in CBS"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/abp/archive/v8.5.0.tar.gz"
checksum: "md5=9df2a01467f74d04c7eaeec6ebf6d2d9"
}
</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-abp.8.5.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn't be met:
- coq-abp -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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-abp.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">
<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.2/abp/8.5.0.html | HTML | mit | 6,895 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zsearch-trees: 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 / zsearch-trees - 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>
zsearch-trees
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-05 18:22:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 18:22: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
conf-gmp 3 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.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/zsearch-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZSearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: binary search trees" "category: Computer Science/Data Types and Data Structures" "category: Miscellaneous/Extracted Programs/Data structures" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/zsearch-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/zsearch-trees.git"
synopsis: "Binary Search Trees"
description:
"Algorithms for collecting, searching, inserting and deleting elements in binary search trees on Z"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zsearch-trees/archive/v8.6.0.tar.gz"
checksum: "md5=fca201467e21f6c236d51b3801924ce7"
}
</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-zsearch-trees.8.6.0 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't be met:
- coq-zsearch-trees -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' 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-zsearch-trees.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/zsearch-trees/8.6.0.html | HTML | mit | 6,960 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sudoku: 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 / sudoku - 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>
sudoku
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-03 17:13:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-03 17:13:05 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.6 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/sudoku"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Sudoku"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:sudoku" "keyword:puzzles" "keyword:davis putnam" "category:Miscellaneous/Logical Puzzles and Entertainment" "date:2006-02" ]
authors: [ "Laurent Théry <thery@sophia.inria.fr>" ]
bug-reports: "https://github.com/coq-contribs/sudoku/issues"
dev-repo: "git+https://github.com/coq-contribs/sudoku.git"
synopsis: "A certified Sudoku solver"
description: """
A formalisation of Sudoku in Coq. It implements a naive
Davis-Putnam procedure to solve sudokus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/sudoku/archive/v8.5.0.tar.gz"
checksum: "md5=7b87491f0d76c6d573bf686b68829739"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-sudoku.8.5.0 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.6).
The following dependencies couldn't be met:
- coq-sudoku -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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-sudoku.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.6/sudoku/8.5.0.html | HTML | mit | 7,028 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.