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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cantor: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / cantor - 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> cantor <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-14 07:23:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-14 07:23: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 conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cantor&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Cantor&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: ordinals&quot; &quot;keyword: well-foundedness&quot; &quot;keyword: termination&quot; &quot;keyword: rpo&quot; &quot;keyword: Goodstein sequences&quot; &quot;category: Mathematics/Logic/See also&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2006-05-22&quot; ] authors: [ &quot;Pierre Castéran &lt;pierre.casteran@labri.fr&gt; [http://www.labri.fr/~casteran/]&quot; &quot;Évelyne Contejean &lt;contejea@lri.fr&gt; [http://www.lri.fr/~contejea]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cantor/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cantor.git&quot; synopsis: &quot;On Ordinal Notations&quot; description: &quot;&quot;&quot; This contribution contains data structures for ordinals less than Gamma0 under Cantor and Veblen normal forms. Well-foundedness is established thanks to RPO with status for generic terms. This contribution also includes termination proofs of Hydra battles and Goodstein sequences as well as a computation of the length of the Goodstein sequence starting from 4 in base 2. This work is supported by INRIA-Futurs (Logical project-team), CNRS and the French ANR via the A3PAT project (http://www3.iie.cnam.fr/~urbain/a3pat/).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cantor/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=06d84560777ad83488f3446815841a8d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-cantor.8.7.0 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-cantor -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-cantor.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"> <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.0-2.0.6/extra-dev/8.11.dev/cantor/8.7.0.html
HTML
mit
7,561
--- redirect_from: /docs/latest/interfaces/transition.transitioncreatehookfn.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>TransitionCreateHookFn | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angularjs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angularjs</a> </li> <li> <a href="../modules/transition.html">transition</a> </li> <li> <a href="transition.transitioncreatehookfn.html">TransitionCreateHookFn</a> </li> </ul> <h1>Interface TransitionCreateHookFn</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The signature for Transition onCreate Hooks.</p> </div> <p>Transition onCreate Hooks are callbacks that allow customization or preprocessing of a Transition before it is returned from <a href="../classes/transition.transitionservice.html#create">TransitionService.create</a></p> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">TransitionCreateHookFn</span> </li> </ul> </section> <section class="tsd-panel"> <h3 class="tsd-before-signature">Callable</h3> <ul class="tsd-signatures tsd-kind-interface tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">__call<span class="tsd-signature-symbol">(</span>transition<span class="tsd-signature-symbol">: </span><a href="../classes/transition.transition-1.html" class="tsd-signature-type">Transition</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> <li class="tsd-header"> <p> The signature for Transition onCreate Hooks. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The signature for Transition onCreate Hooks.</p> </div> <p>Transition onCreate Hooks are callbacks that allow customization or preprocessing of a Transition before it is returned from <a href="../classes/transition.transitionservice.html#create">TransitionService.create</a></p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>transition <a href="../classes/transition.transition-1.html" class="tsd-signature-type">Transition</a></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>the <a href="../classes/transition.transition-1.html">Transition</a> that was just created</p> </div> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> : <p>a <a href="../classes/transition.transition-1.html">Transition</a> which will then be returned from <a href="../classes/transition.transitionservice.html#create">TransitionService.create</a></p> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in private/var/folders/4n/ys7v20b52y9gyyx7kfdb93580000gp/T/tmp-531520k5WmpgJSf63/ui-router-core/src/transition/interface.ts:249</li> </ul> </aside> </li> </ul> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/angularjs</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/_ui_router_core_src_common_safeconsole_.html">&quot;ui-<wbr>router-<wbr>core/src/common/safe<wbr>Console&quot;</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/_ui_router_core_src_common_trace_.html">&quot;ui-<wbr>router-<wbr>core/src/common/trace&quot;</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-enum tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../enums/transition.rejecttype.html" class="tsd-kind-icon">Reject<wbr>Type</a> </li> <li class=" tsd-kind-enum tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../enums/transition.transitionhookphase.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Phase</a> </li> <li class=" tsd-kind-enum tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../enums/transition.transitionhookscope.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Scope</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/transition.hookbuilder.html" class="tsd-kind-icon">Hook<wbr>Builder</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/transition.registeredhook.html" class="tsd-kind-icon">Registered<wbr>Hook</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/transition.rejection.html" class="tsd-kind-icon">Rejection</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/transition.transition-1.html" class="tsd-kind-icon">Transition</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/transition.transitioneventtype.html" class="tsd-kind-icon">Transition<wbr>Event<wbr>Type</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/transition.transitionservice.html" class="tsd-kind-icon">Transition<wbr>Service</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.hookmatchcriteria.html" class="tsd-kind-icon">Hook<wbr>Match<wbr>Criteria</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.hookregoptions.html" class="tsd-kind-icon">Hook<wbr>Reg<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="transition.hooktuple.html" class="tsd-kind-icon">Hook<wbr>Tuple</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.ihookregistry.html" class="tsd-kind-icon">IHook<wbr>Registry</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.imatchingnodes.html" class="tsd-kind-icon">IMatching<wbr>Nodes</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.transitioncreatehookfn.html" class="tsd-kind-icon">Transition<wbr>Create<wbr>Hook<wbr>Fn</a> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.transitionhookfn.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Fn</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="transition.transitionhookoptions.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.transitionoptions.html" class="tsd-kind-icon">Transition<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="transition.transitionservicepluginapi.html" class="tsd-kind-icon">Transition<wbr>Service<wbr>PluginAPI</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.transitionstatehookfn.html" class="tsd-kind-icon">Transition<wbr>State<wbr>Hook<wbr>Fn</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="transition.treechanges.html" class="tsd-kind-icon">Tree<wbr>Changes</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#errorhandler" class="tsd-kind-icon">Error<wbr>Handler</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#geterrorhandler" class="tsd-kind-icon">Get<wbr>Error<wbr>Handler</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#getresulthandler" class="tsd-kind-icon">Get<wbr>Result<wbr>Handler</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#hookfn" class="tsd-kind-icon">Hook<wbr>Fn</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#hookmatchcriterion" class="tsd-kind-icon">Hook<wbr>Match<wbr>Criterion</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#hookresult" class="tsd-kind-icon">Hook<wbr>Result</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#ihookregistration" class="tsd-kind-icon">IHook<wbr>Registration</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#istatematch" class="tsd-kind-icon">IState<wbr>Match</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/transition.html#resulthandler" class="tsd-kind-icon">Result<wbr>Handler</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/transition.html#tuplesort" class="tsd-kind-icon">tuple<wbr>Sort</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/transition.html#defaultoptions" class="tsd-kind-icon">default<wbr>Options</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="../modules/transition.html#defaulttransopts" class="tsd-kind-icon">default<wbr>Trans<wbr>Opts</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_ng1_docs/latest/interfaces/transition.transitioncreatehookfn.html
HTML
mit
20,216
<div id="anchor_01"><script src="spec/fixtures/javascripts/jasmine_javascript_click.js"></script><script src="spec/fixtures/javascripts/jasmine_javascript_hover.js"></script></div>
quantumlicht/collarbone
public/js/libs/jasmine-jquery/spec/fixtures/fixture_with_javascript.html
HTML
mit
182
<!DOCTYPE html> <html class="theme-next gemini use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta name="google-site-verification" content="8df1kGxKl77ts3Y_6huryVjNQJWbf8mTVXeBvHNGtZk" /> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=6.0.5" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-z.png?v=6.0.5"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-z.png?v=6.0.5"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-z.png?v=6.0.5"> <link rel="mask-icon" href="/images/safari-pinned-tab-z.svg?v=6.0.5" color="#222"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Gemini', version: '6.0.5', sidebar: {"position":"left","display":"post","offset":12,"b2t":true,"scrollpercent":true,"onmobile":false}, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, algolia: { applicationID: 'USQASS7PS3', apiKey: 'b2fc1956207dad6c82679e86986cfead', indexName: 'blog', hits: {"per_page":3}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <script data-ad-client="ca-pub-4904947778245344" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <meta name="keywords" content="Zack, blog, Zack说码" /> <meta property="og:type" content="website"> <meta property="og:title" content="Zack&#39;s Blog"> <meta property="og:url" content="http://zackku.com/tags/拜占庭将军问题/index.html"> <meta property="og:site_name" content="Zack&#39;s Blog"> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Zack&#39;s Blog"> <link rel="alternate" href="/rss2.xml" title="Zack's Blog" type="application/atom+xml" /> <link rel="canonical" href="http://zackku.com/tags/拜占庭将军问题/"/> <script type="text/javascript" id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>标签: 拜占庭将军问题 | Zack's Blog</title> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?877c602c29f8404e400126d43bc86593"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <noscript> <style type="text/css"> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion { .logo-line-before i { left: initial; } .logo-line-after i { right: initial; } } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"> <div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Zack's Blog</span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description">这里应该有一句格言,但我们没有写</h1> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br />首页</a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br />归档</a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br />分类</a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br />标签</a> </li> <li class="menu-item menu-item-about"> <a href="/about/" rel="section"> <i class="menu-item-icon fa fa-fw fa-user"></i> <br />公众号:Zack说码</a> </li> <li class="menu-item menu-item-search"> <a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br />搜索</a> </li> </ul> <div class="site-search"> <div class="algolia-popup popup search-popup"> <div class="algolia-search"> <div class="algolia-search-input-icon"> <i class="fa fa-search"></i> </div> <div class="algolia-search-input" id="algolia-search-input"></div> </div> <div class="algolia-results"> <div id="algolia-stats"></div> <div id="algolia-hits"></div> <div id="algolia-pagination" class="algolia-pagination"></div> </div> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block tag"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2>拜占庭将军问题<small>标签</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h3 class="post-title"> <a class="post-title-link" href="/consensus/" itemprop="url"> <span itemprop="name">什么是拜占庭将军问题?比特币是如何解决的?——深入浅出分布式共识性(一)</span> </a> </h3> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2019-11-09T10:37:36+08:00" content="2019-11-09" > 11-09 </time> </div> </header> </article> </div> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar2.jpeg" alt="Zack Ku" /> <p class="site-author-name" itemprop="name">Zack Ku</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">41</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">13</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">41</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/rss2.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/zack-ku" target="_blank" title="GitHub" rel="external nofollow"><i class="fa fa-fw fa-github"></i></a> </span> <span class="links-of-author-item"> <a href="mailto:gza_scnu@163.com" target="_blank" title="E-Mail" rel="external nofollow"><i class="fa fa-fw fa-envelope"></i></a> </span> <span class="links-of-author-item"> <a href="https://zack-blog.oss-cn-shenzhen.aliyuncs.com/image/blog-common/%E6%89%AB%E7%A0%81_%E6%90%9C%E7%B4%A2%E8%81%94%E5%90%88%E4%BC%A0%E6%92%AD%E6%A0%B7%E5%BC%8F-%E5%BE%AE%E4%BF%A1%E6%A0%87%E5%87%86%E7%BB%BF%E7%89%88.png" target="_blank" title="WeChat" rel="external nofollow"><i class="fa fa-fw fa-wechat"></i></a> </span> </div> <div class="links-of-blogroll motion-element links-of-blogroll-block"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-link"></i> Links </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="https://blog.luhuancheng.com/" title="luhuancheng" target="_blank">luhuancheng</a> </li> </ul> </div> </div> </section> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> <span id="scrollpercent"><span>0</span>%</span> </div> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2021</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Zack Ku</span> </div> <div class="footer-custom"><div class="BbeiAn-info">粤ICP备 -<a target="_blank" href="https://beian.miit.gov.cn/">18124360号</a></a></div></div> </div> </footer> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/js/src/utils.js?v=6.0.5"></script> <script type="text/javascript" src="/js/src/motion.js?v=6.0.5"></script> <script type="text/javascript" src="/js/src/affix.js?v=6.0.5"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=6.0.5"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.5"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.4.1/dist/instantsearch.min.css"> <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@2.4.1/dist/instantsearch.js"></script> <script src="/js/src/algolia-search.js?v=6.0.5"></script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body> </html>
Zack-Ku/Zack-Ku.github.io
tags/拜占庭将军问题/index.html
HTML
mit
17,194
<!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_77) on Sun Aug 13 19:07:17 PKT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType (WorkdayIntegrator-HR 1.0.0 API)</title> <meta name="date" content="2017-08-13"> <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="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType (WorkdayIntegrator-HR 1.0.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">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-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?com/hikmat30ce/workday/integrator/hr/generated/class-use/OrganizationDataType.html" target="_top">Frames</a></li> <li><a href="OrganizationDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType" class="title">Uses of Class<br>com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.hikmat30ce.workday.integrator.hr.generated">com.hikmat30ce.workday.integrator.hr.generated</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.hikmat30ce.workday.integrator.hr.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a> in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> declared as <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">OrganizationType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationType.html#organizationData">organizationData</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">OrganizationAddUpdateType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationAddUpdateType.html#organizationData">organizationData</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/ObjectFactory.html#createOrganizationDataType--">createOrganizationDataType</a></span>()</code> <div class="block">Create an instance of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated"><code>OrganizationDataType</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">OrganizationType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationType.html#getOrganizationData--">getOrganizationData</a></span>()</code> <div class="block">Gets the value of the organizationData property.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></code></td> <td class="colLast"><span class="typeNameLabel">OrganizationAddUpdateType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationAddUpdateType.html#getOrganizationData--">getOrganizationData</a></span>()</code> <div class="block">Gets the value of the organizationData property.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> with parameters of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">OrganizationType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationType.html#setOrganizationData-com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType-">setOrganizationData</a></span>(<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a>&nbsp;value)</code> <div class="block">Sets the value of the organizationData property.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">OrganizationAddUpdateType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationAddUpdateType.html#setOrganizationData-com.hikmat30ce.workday.integrator.hr.generated.OrganizationDataType-">setOrganizationData</a></span>(<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">OrganizationDataType</a>&nbsp;value)</code> <div class="block">Sets the value of the organizationData property.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/OrganizationDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">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-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?com/hikmat30ce/workday/integrator/hr/generated/class-use/OrganizationDataType.html" target="_top">Frames</a></li> <li><a href="OrganizationDataType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.spring.io">Pivotal Software, Inc.</a>. All rights reserved.</small></p> </body> </html>
hikmat30ce/WorkdayIntegrator-HR
docs/com/hikmat30ce/workday/integrator/hr/generated/class-use/OrganizationDataType.html
HTML
mit
12,979
{% extends "base.html" %} {% load static %} {% block title %} People {% endblock %} {% block body_class %}about{% endblock %} {% block header %} {{ block.super }} <nav aria-label="Topics for NMT-4" class="sub-nav horizontal"> <li> <a href="#summary">Summary</a> </li> <li> <a href="#persons">Persons Involved</a> </li> <li> <a href="#chronology_overview">Chronology Overview</a> </li> <li> <a href="#indictment">Indictment</a> </li> <li> <a href="#wvha">WVHA Organisation</a> </li> <li> <a href="#concentration_camps">Concentration Camps</a> </li> <li> <a href="#ef_groups">Evidence File Groups</a> </li> <li> <a href="#chronology_detailed">Detailed Chronology</a> </li> </nav> {% endblock %} {% block content %} <div id="content"></div> <section class="theme-light"> <div class="partial-width"> <h1>NMT Case 4</h1> <p class="intro">U.S.A. v. Pohl et al.<p> </div> </section> <section class="theme-light"> <div class="anchor" id="summary"></div> <h2>Summary</h2><br /> <p>In NMT Case 4, U.S.A. v. Pohl et al., Oswald Pohl and seventeen other officials of the SS Economic and Administrative Main Office (Wirtschafts und Verwaltungshauptant, WVHA) were charged with conspiracy to commit war crimes and crimes against humanity, war crimes, crimes against humanity, and membership in a criminal organization. The crimes occurred in the concentration camps and labor camps of the SS in Germany and the occupied territories, which the WVHA managed from 1942 to 1945. According to the prosecution, approximately 10,000,000 persons were imprisoned in these camps. Specific charges included: imprisonment of civilians, nationals of foreign countries, and prisoners of war; exploitation of inmates as laborers; medical experiments conducted on prisoners; extermination of the Jews; sterilization; mistreatment of prisoners of war; euthanasia; and deportation of foreign nationals and plundering of their property. (These charges reflected two different forces in the SS system, which sometimes overlapped and sometimes competed against each other: The program of generating revenue for the SS by exploiting captive labor for profit, and the program of punishing and exterminating those considered enemies of the Nazi state.) Pohl was the chief of the WVHA, with August Frank and Georg Loerner as deputies. The other defendants were officials in the Amtsgruppen and Aemter (office groups and offices) responsible for specific aspects of the concentration camps and related operations of the SS. A few defendants were also charged with responsibility for crimes allegedly committed by their military units while they were on active military duty.</p> </section> <section class="theme-light"> <div class="anchor" id="persons"></div> <h2>Persons Involved</h2> <h3>Military Tribunal II</h3> <p class="list"> Robert M. Toms, presiding (Third Judicial Circuit, Detroit, Michigan)<br /> Fitzroy D. Phillips (Superior Court, 13th District, North Carolina)<br /> Michael A. Musmanno (Court of Common Pleas, Allegheny County, Pennsylvania)<br /> John J. Speight, alternate (attorney, Alabama)<br /> <h3>Prosecution</h3> <p class="list"> Telford Taylor, Chief of Counsel for War Crimes<br /> James M. McHaney, chief, SS division<br /> Jack W. Robbins, chief prosecutor for Case 4<br /> Hans Froelich, prosecutor<br /> Baucum Fulkerson, prosecutor<br /> William I. Hart, prosecutor<br /> James R. Higgins, prosecutor<br /> Julius I. Rudolph, Jr., prosecutor<br /> Daniel J. Shiller, deputy director, SS division<br /> Peter W. Walton, prosecutor<br /> Erik Ortmann, interrogator<br /> Kurt Ponger, interrogator<br /> Paul Siebenschein, research and analysis<br /> Howell Webb, research and analysis<br /> Larry Wolff, interrogator<br /> Hans Wolffsohn, research and analysis<br /> Frank Young, research and analysis</li> </p> <h3>Defendants (WVHA Amtsgruppe = Office Group; Aemter = Offices)</h3> <p class="list"> Hans Hienrich Baier, executive officer of Amtsgruppe W, WVHA, SS Oberfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: 10 years, commuted to time served (1951).<br /> Dr. Hans Bobermin, Chief of Office 2 of Amtsgruppe W, WVHA, SS Obersturmbannfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: 20 years, reduced to 15 years.<br /> Franz Eirenschmalz</b>, Chief of Office 6 of Amtsgruppe C, WVHA, SS Standartenfuehrer. Verdict: Guilty on counts 2, 3, 4. Death penalty; commuted to 9 years.<br /> Heinz Karl Fanslau</b>, Chief of Amtsgruppe A, WVHA, SS Brigadefuehrer, Waffen SS. Verdict: Guilty on counts 2, 3, 4. Prison term: 25 years, reduced to 20 years, commuted to 15 years.<br /> August Frank</b>, Deputy Chief of WVHA, Chief of Amtsgruppe A, WVHA, SS Obergruppen- fuehrer, Waffen SS. Verdict: Guilty on counts 2, 3, 4. Life in prison, commuted to 15 years.<br /> Dr. Hans Hohberg</b>, auditor for executive office of Amtsgruppe W, WVHA. Verdict: Guilty on counts 2 and 3. Prison term: 10 years, commuted to time served (1951).<br /> Max Kiefer</b>, Deputy chief of Amtsgruppe C, Chief of Office 2 of Amtsgruppe C, WVHA, SS Obersturmbannfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: life in prison, reduced to 20 years, commuted to time served (1951).<br /> Horst Klein</b>, Chief of Office 8 of Amtsgruppe W, WVHA, SS Obersturmbannfuehrer. Verdict: Acquitted on counts 2, 3, 4.<br /> Georg Loerner</b>, Deputy Chief of WVHA, Chief of Amtsgruppe B, WVHA, SS Gruppenfuehrer, Waffen SS. Verdict: Guilty on counts 2, 3, 4. Death penalty, reduced to life in prison, commuted to 15 years.<br /> Hans Loerner</b>, Chief of Office 1 of Amtsgruppe A, WVHA, SS Oberfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: 10 years, commuted to time served (1951).<br /> Karl Mummenthey</b>, Chief of Office 1 of Amtsgruppe W, WVHA, SS Obersturmbannfuehrer. Verdict: Guilty on counts 2, 3, 4. Life in prison, commuted to 20 years.<br /> Oswald Pohl</b>, Chief of WVHA and Amtsgruppe W, WVHA, SS Obergruppenfuehrer, Waffen SS. Verdict: Guilty on counts 2, 3, 4. Death penalty.<br /> Dr. Hermann Pook</b>, Office 3 (chief dentist) of Amtsgruppe D, WVHA, Waffen SS Obersturmbannfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: 10 years, commuted to time served (1951).<br /> Rudolf Scheide</b>, Chief of Office 5 of Amtsgruppe B, WVHA, SS Standartenfuehrer. Verdict: Acquitted on counts 2, 3, 4.<br /> Karl Sommer</b>, Deputy Chief of Office 2 of Amtsgruppe D, WVHA, SS Sturmbannfuehrer. Verdict: Guilty on counts 2, 3, 4. Death penalty, commuted to life in prison, then reduced to 20 years.<br /> Erwin Tschentscher</b>, Deputy Chief of Amtsgruppe B, Chief of Office 1 of Amtsgruppe B, WVHA, SS Standartenfuehrer. Verdict: Guilty on counts 2, 3, 4. Prison term: 10 years, commuted to time served (1951).<br /> Josef Vogt</b>, Chief of Office 4 of Amtsgruppe A, WVHA, SS Standartenfuehrer. Verdict: Acquitted on counts 2, 3, 4.<br /> Dr. Leo Volk</b>, adviser to Pohl, head of legal section in executive office of Amtsgruppe W, WVHA, SS Hauptsturmfuehrer. Verdict: Guilty on counts 2 and 3; acquitted on count 4. Prison term: 10 years, commuted to 8 years. </p> <h3>Defense attorneys (in defendant order)</h3> <p class="list"> Baier: Dr. Stefan Fritsch and Dr. Georg Menzel; Menzel and Dr. Oskar von Jagwitz<br /> Bobermin: Dr. Hans Gawlik and Dr. Gerhard Klinnert<br /> Eirenschmalz: Dr. Bolko von Stein and Dr. Oskar von Jagwitz; Dr. Robert Servatius<br /> Fanslau: Dr. Curt-Ferdinand von Stakelberg<br /> Frank: Dr. Gerhard Rauschenbach and Johann Schaetzler<br /> Hohberg: Dr. Willi Heim and Dr. Wilhelm Maas; Dr. Ernst Schulte<br /> Kiefer: Dr. Erich Mayer and Dr. Ferdinand Leis<br /> Klein: Dr. Friedrich Bergold and Dr. Oskar Ficht<br /> G. Loerner: Dr. Carl Haensel and Dr. Heinz Mueller-Torgow<br /> H. Loerner: Dr. Gerhard Rauschenbach and Johann Schaetzler; Dr. Wilhelm Schmidt<br /> Mummenthey, Karl: Dr. Georg Froeschmann and Dr. Karl Pracht<br /> Pohl: Dr. Alfred Seidl and Dr. Georg Gierl<br /> Pook: Dr. Paul Ratz<br /> Scheide: Dr. Karl Hoffmann<br /> Sommer: Dr. Eduard Belzer and Dr. Joseph Mayer; Dr. Karl Hoffman<br /> Tsentscher: Dr. Hans Pribilla and Helmut Eisenblaetter<br /> Vogt: Dr. Wilhelm Schmidt<br /> Volk: Dr. Hans Gawlik and Dr. Gerhard Klinnert<br /> </p> </section> <section class="theme-light"> <div class="anchor" id="chronology_overview"></div> <h2>Chronology Overview</h2> <table class="table-trial-chronology"><br /> <tr><td> 13 Jan 1947</td><td>Indictment submitted</td></tr> <tr><td> 10 Mar 1947</td><td>Arraignment</td></tr> <tr><td> 8 Apr 1947</td><td>Prosecution opening statement; Pros. doc book 1 (defendants)</td></tr> <tr><td> 9 Apr 1947</td><td>Pros. doc books 2-3 (WVHA ), 4 (concentration camps)</td></tr> <tr><td> 10 Apr 1947</td><td>Pros. doc books 5-6 (concentration camps), 7 (medical experiments)</td></tr> <tr><td> 11 Apr 1947</td><td>Pros. doc book 9 (medical experiments)</td></tr> <tr><td> 16 Apr 1947</td><td>Pros. doc books 8 (medical experiments), 10 (euthanasia)</td></tr> <tr><td>17-18 Apr 1947</td><td>Pros. doc books 11-13 (forced labor)</td></tr> <tr><td>18-25 Apr 1947</td><td>Pros. doc books 14-17 (SS industries)</td></tr> <tr><td> 25 Apr 1947</td><td>Pros. doc book 18, 18A, 19 (extermination and expropriation of the Jews), 20 Warsaw ghetto</td></tr> <tr><td> 14 May 1947</td><td>Pros. doc. book 21 (additional documents)</td></tr> <tr><td>14-15 May 1947</td><td>Defense opening statements</td></tr> <tr><td> 16 May - 5 Jun 1947</td><td>Pohl defense</td></tr> <tr><td> 5-10 Jun 1947</td><td>Frank defense</td></tr> <tr><td>10-12 Jun 1947</td><td>Fanslau defense</td></tr> <tr><td>12-13 June 1947</td><td>H. Loerner defense</td></tr> <tr><td>13-17 June 1947</td><td>Vogt defense</td></tr> <tr><td>17-20 June 1947</td><td>G. Loerner defense</td></tr> <tr><td>20-24 June 1947</td><td>Tschentscher defense</td></tr> <tr><td>24-26 June 1947</td><td>Kiefer defense</td></tr> <tr><td>26-28 June 1947</td><td>Eirenschmalz defense</td></tr> <tr><td> 8 June - 2 July 1947</td><td>Sommer defense</td></tr> <tr><td> 2-10 July 1947</td><td>Pook defense</td></tr> <tr><td>10-11 July 1947</td><td>Scheide defense</td></tr> <tr><td>11-21 July 1947</td><td>Hohberg defense</td></tr> <tr><td> 18 July 1947</td><td>Tribunal ruling on Count One</td></tr> <tr><td>21-25 July 1947</td><td>Baier defense</td></tr> <tr><td>25-30 July 1947</td><td>Volk defense</td></tr> <tr><td> 30 July - 7 Aug 1947</td><td>Mummenthey defense</td></tr> <tr><td> 7-12 Aug 1947</td><td>Bobermin defense</td></tr> <tr><td>12-15 Aug 1947</td><td>Klein defense</td></tr> <tr><td> 18 Aug -</td></tr> <tr><td> 16 Sep 1947</td><td>Additional witnesses and documents (prosecution and defense)</td></tr> <tr><td> 17 Sep 1947</td><td>Prosecution closing statement</td></tr> <tr><td>17-20 Sep 1947</td><td>Defense closing statements (attorneys)</td></tr> <tr><td> 22 Sep 1947</td><td>Defendants' final statements</td></tr> <tr><td> 3 Oct 1947</td><td>Prosecution closing briefs (in English) submitted</td></tr> <tr><td> 3 Nov 1947</td><td>Judgments and sentences</td></tr> <tr><td> 7 June 1948</td><td>Military Governor order to reconvene for revision of judgment</td></tr> <tr><td> 14 July 1948</td><td>Tribunal order authorizing additional defense briefs</td></tr> <tr><td> 11 Aug 1948</td><td>Supplementary judgments and sentences</td></tr> <tr><td> 30 Apr, 11 May 1949</td><td>Confirmation and revision of sentences by Military Governor</td></tr> <tr><td> 2 May 1949</td><td>Denial of writ of habeas corpus by U.S.S.C.</td></tr> <tr><td> 31 Jan 1951</td><td>Sentences revised by U.S. High Commissioner McCloy</td></tr> </table> </section> <section class="theme-light"> <div class="anchor" id="indictment"></div> <h2>Indictment</h2> <strong>Count 1</strong> <ol> <li>Conspiracy to commit war crimes and crimes against humanity, including: financing the SS; operation of concentration camps and labor camps, and the imprisonment, enslavement, torture, and murder of inmates; supply of inmate labor to German enterprises; use of inmates for medical experiments (epidemic jaundice, food, freezing, high altitude, malaria, phlegmon, poison gas, polygal, seawater, sterilization, sulfanilamide, typhus);</li> <li>participation in the extermination of the Jews;</li> <li>sterilization of targeted groups;</li> <li>mistreatment of prisoners of war;</li> <li>participation in the euthanasia program;</li> <li>deportation of citizens of occupied territories, plundering of their property, and exploitation of their labor.</li> </ol> <br /> <strong>Count 2</strong> <ol> <li>War crimes.</li> <li>Crimes against citizens of occupied territories and prisoners of war between Sep 1939 and Apr 1945, including: imprisonment in concentration and labor camps; excessive work and inadequate care in the camps; mistreatment in transports and marches; murder, torture, and ill-treatment of inmates; medical experiments on inmates; sterilization of inmates; plundering of property; deportation of civilians and resettlement of "Aryans" in occupied territories; mass executions of Jews, Poles, and Russians; and persecution of clergymen, intellectuals, and other elements of targeted nationalities.</li> </ol> <br /> <strong>Count 3</strong> <ol> <li>Crimes against humanity.</li> <li>Crimes against German civilians and nationals of other countries under German civil government between Sep 1939 and April 1945, including the acts specified in counts 1 and 2.</li> </ol> <br /> <strong>Count 4</strong> <ol> <li>Membership in a criminal organization. All of the defendants except Hohberg were charged with membership in the SS.</li> </ol> </section> <section class="theme-light"> <div class="anchor" id="wvha"></div> <h3>WVHA Organization and Officials</h3><br /> <p>The SS Wirtschafts und Verwaltungshauptamt (WVHA; Economic and Administrative Main Office) was established in March 1942, with Pohl as its chief. It took the place of several previous offices, including the Administrative Department (Verwaltungsamt) of the SS Central Office (SS Hauptamt), the Department of Budget and Buildings (Hauptamt Haushalt und Bauten), and the Inspector of Concentration Camps (Inspekteur der Konzentrationslager). The WVHA had five Amtsgruppen (office groups), each divided into Aemter (offices). Amtsgruppe A, headed first by Frank and later by Fanslau, was responsible for finance and administration of the WVHA and other elements of the SS. Amtsgruppe B, headed by Georg Loerner, was responsible for food, supplies, raw materials, and equipment for the SS and concentration camps. Amtsgruppe C, headed by SS Gen. Hans Kammler, was responsible for buildings, grounds, and construction, including those in concentration camps. Amtsgruppe D, headed by SS Gen. Richard Gluecks, was responsible for the administration of the concentration camps. Amtsgruppe W, headed by Pohl and Georg Loerner, was responsible for the business enterprises of the SS.</p> </section> <section class="theme-light"> <h2>WVHA organizational chart and outline</h2><br /> <pre> Chief of WVHA Oswald Pohl deputies: A. Frank (until 1943) G. Loerner (1943-45) Amtsgr. A Amtsgr. B Amtsgr. C Amtsgr. D Amtsgr. W Administration Supplies Construction Conc. camps Econ. enterprises A. Frank (-1944) G. Loerner Kammler Gluecks Pohl Fanslau (1944-45) dep. Tsentscher dep. Schleiff, dep. Liebehenschel dep. G. Loerner asst. Manzen- Kiefer dep. Maurer staff W: Hohberg, berger asst. Harbaum Baier, Volk Amt. A-1 Amt. B-1 Amt. C-1 Amt. D-1 Amt. W-1 Budgets Food General Central office Minerals-Reich H. Loerner Tsentscher Sesemann Liebehenschel Mummenthey Rall R. Hoess 43-45 Amt. A-2 Amt. B-2 Amt. C-2 Amt. D-2 Amt. W-2 Finance/payroll Clothing Special Inmate labor Minerals-East Kukatsch (1942) Lechler Kiefer Maurer Bobermin H. Loerner (43-45) dep. Sommer Amt. A-3 Amt. B-3 Amt. C-3 Amt. D-3 Amt. W-3 Legal Housing Technical Medical Food Salpeter (1942) Koberlein Floto Lolling Rabineck (1942) Frank Wirtz dental: Pook Moeckel Amt. A-4 Amt. B-4 Amt. C-4 Amt. D-4 Amt. W-4 Audits Raw materials Art projects Camp admin. Timber Vogt Weggel Schneider Burger (1942) May Blaschek Kaindl Opperbeck Amt. A-5 Amt. B-5 Amt. C-5 Legal Dept. Amt. W-5 Personnel Transport Inspectorate Wiener Agric./forest/fish. Fanslau Scheide Noell Vogel Lenzer Amt. C-6 Amt. W-6 Maintenance Textiles/leather Eirenschmalz Lechler Amt. W-7 Books/pictures Mischke Amt. W-8 Special projects Salpeter Klein </font> </pre> </section> <section class="theme-light"> <h2>Defendants associated with WVHA and its Office Groups</h2> <ul class="list"> <li><b>WVHA</b>: Pohl (chief), Frank (deputy), G. Loerner (deputy).</li> <li><b>Amtsgruppe A (SS administration/finance)</b>: Frank (chief), Fanslau (chief), H. Loerner, Vogt.</li> <li><b>Amtsgruppe B (SS supplies)</b>: G. Loerner (chief), Tschentscher (deputy), Scheide.</li> <li><b>Amtsgruppe C (SS construction)</b>: Kiefer, Eirenschmalz.</li> <li><b>Amtsgruppe D (concentration camp administration)</b>: Sommer, Pook.</li> <li><b>Amtsgruppe W (SS businesses)</b>: Pohl (chief), G. Loerner (deputy), Hohberg (auditor), Baier (exec. asst.), Volk (legal dept.), Mummenthey, Bobermin, Klein.</li> </ul> </li> </ul> </section> <section class="theme-list"> <h2>Other persons and institutions involved in the WVHA and its activities</h2> <ul class="list"> <li><b>Burger, Wilhelm</b>, Office 4 (administration) in Amtsgruppe D, WVHA</li> <li><b>DAW</b> (Deutsche Ausruestungwerke), German Equipment Works</li> <li><b>DWB</b> (Deutsche Wirtschaftsbetriebe), German Economic Enterprises</li> <li><b>DEST</b> (Deutsche Erd und Steinwerke), German Earth and Stone Works</li> <li><b>Eichmann, K. Adolf</b>, Chief of Office IV-B-4 ("Jewish Questions"), RSHA (Reich Security Main Office)</li> <li><b>Eicke, Theodor</b>, commandant at Dachau, 1933, Inspector of Concentration Camps, 1934-39</li> <li><b>Globocnik, Odilo</b>, Austrian. SS chief in Lublin, Poland; manager of OSTI and chief of Polish concentration camps.</li> <li><b>Gluecks, Richard, Gen.</b>, Inspector of Concentration Camps, 1939-45, Chief of Amts. D, WVHA</li> <li><b>Heydrich, Reinhard</b>, Chief of the Reich Security Main Office (SS police and security agencies), 1939-42; chief of Gestapo, 1934-39</li> <li><b>Himmler, Heinrich</b>, Reichsfuehrer-SS and Chief of Police</li> <li><b>Hoess, Rudolf</b>, Office 1 in Amts. D, WVHA, 1943-45; officer at Dauchau 1934-38, at Sachsenhausen, 1938-40, commandant at Auschwitz 1940-43</li> <li><b>Horn, Max, Dr.</b>, manager of OSTI</li> <li><b>Kaltenbrunner, Ernst</b>, chief of Reich Security Main Office (RSHA), 1943-45.</li> <li><b>Kammler, Hans, Dr.</b>, Chief of Amts. C, WVHA (construction)</li> <li><b>Krueger, Friedrich</b>, SS Police commander in Poland</li> <li><b>Liebehenschel</b>, camp inspectorate, Chief of Office 1, Amts. D; Auschwitz</li> <li><b>Lolling, Enno, Dr.</b>, Office 3 (medical dept.) in Amts. D</li> <li><b>Maurer, Gerhardt</b>, Office 2 in Amts. D, WVHA (allocation of inmate labor), 1942-45</li> <li><b>Mueller, Heinrich</b>, Chief of Secret State Police (Gestapo), office IV in RSHA</li> <li><b>Opperbeck, Josef</b>, Chief of Office 4, Amts. W, WVHA OSTI, Ost Industrie Work (East Industries), established to exploit Polish-Jewish labor and property, 1943-44</li> <li><b>Pister, Hermann</b>, Commandant of Buchenwald 1941-44</li> <li><b>Reinhard Action</b>, program of confiscating Jewish wealth; also applied to the extermination of the Jews. Named after Reinhard Heydrich, chief of RSHA. In case 4, the term is applied to the confiscation program.</li> <li><b>RSHA</b>, Reich Security Main Office. Primary SS security and police agencies, including the Gestapo. Chiefs: Reinhard Heydrich, 1939-42; Heinrich Himmler, 1942-43; Ernst Kaltenbrunner, 1943-45.</li> <li><b>Salpeter, Dr. Walter</b>, Office 3 (legal) in Amts. A, WVHA</li> <li><b>Vogel, Heinrich</b>, chief of office W-5 (agricultural enterprises), WVHA</li> </ul> </section> <section class="theme-light"> <div class="anchor" id="concentration_camps"></div> <h2>Concentration Camps</h2> <p>Central administration: See Amtsgruppe D in WVHA chart (above). All of the camps except Herzogenbusch were within the wartime expanded Reich borders. Information drawn from L. L. Snyder, Encyclopedia of the Third Reich (1976) and C. Zentner and F. Beduerftig, Encyclopedia of the Third Reich (1997). The SS also maintained over 150 labor camps during the war. Most of the concentration camps employed forced labor for construction work, armaments work, manufacturing, and agriculture, including some work-to-death regimes (notably in the quarry operations); many of the camps were the site of medical experiments and euthanasia operations. The large camps had many satellite sub-camps for work projects. The Polish camps were extermination camps, but selective executions (including the killing of Jews, Poles, Russians, and disabled persons) were also conducted at camps within Germany. The commandants and other senior officers of the camps were generally prosecuted at local war crimes trials, notably the trial of Rudolf Hoess and his subordinates at Auschwitz.</p> <ul class="list"> <li><b>Auschwitz</b>, Poland; labor and extermination camp, est 1940. Commandant: Rudolf Hoess, Arthur Liebehenschel, Josef Kramer, Heinrich Schwarz, Fritz Hartjenstein, Richard Baer. Sub-camps: Auschwitz 1: political prisoners. Auschwitz 2: Birkenau (extermination). Auschwitz 3: Monowitz (labor camp "Buna" for I. G. Farben). The 3 camps were administratively separated in 1943. 1.1 - 1.5 million killed.</li> <li><b>Belzec</b>, Poland; extermination camp, 1941-1943. Commandants: Christian Wirth, Gottfried Hering. 600,000 killed. Bergen-Belsen, 1943-45. Commandants: Rudolf Haas, Josef Kramer. Primarily a holding camp for Jews awaiting transfer or exchange; at end of war received inmates evacuated from other camps.</li> <li><b>Buchenwald</b>, near Weimar, est 1937. Commandants: Karl Koch, Hermann Pister. Chief admin. officer: Barnewald. Camp doctor: W. Hoven. Labor camp; medical experiments; selective executions.</li> <li><b>Chelmno</b> (or <b>Kulmhof</b>), Poland; extermination camp, 1941-1944. Commandants: Herbert Lange, Hans Bothmann. 150,000 killed.</li> <li><b>Dachau</b>, near Munich; est Mar 1933. Commandants: Hilmar Waeckerle, Theodor Eicke. 150 branches in southern Germany and Austria. Primarily for political prisoners. Training center for SS and concentration camp officials. Medical experiments. 32,000 killed.</li> <li><b>Flossenburg</b>, near Weiden; est 1938. Commandants: Jakob Weiseborn, Egon Zill, Max Koenig, Karl Kuenster. Labor camp, including work-to-death quarry operation.</li> <li><b>Gross-Rosen</b>, near Striegau. Commandants: Johannes Hassebroek, Arthur Roedl, Wilhelm Gideon. Labor camp, primarily in munitions industry.</li> <li><b>Herzogenbusch</b>, the Netherlands, 1943-44. Sub-camp for women: Vught. Camp for Dutch prisoners and hostages; transit camp for Jews shipped to extermination camps.</li> <li><b>Maidanek</b> or <b>Majdanek</b> (Lublin), Poland, 1941-44; extermination camp. Commandants: Karl Koch, Hermann Florstedt, Martin Weiss, Max Koegel. More than 200,000 killed.</li> <li><b>Mauthausen</b>, Austria, 1938-45. Commandants: Albert Sauer, Franz Ziereis, 1944-45. Work camp. More than 71,000 killed.</li> <li><b>Natzweiler</b>, near Strasbourg, 1941-44. Work camp; medical experiments. Commandants: Egon Zill, Fritz Hartjenstein, Hans Huettig, Heinrich Schwarz. More than 5,000 killed.</li> <li><b>Neuengamme</b> near Hamburg, 1938-45. Commandants: Martin Weiss, Max Pauly. Labor camp for armaments. 56,000 killed.</li> <li><b>Papenburg</b> or <b>Emsland camps</b>, near the Netherlands, 1934-45. Camp for criminals and later political prisoners. Managed by the Justice Ministry rather than the concentration camp administration.</li> <li><b>Ravensbrueck</b>, near Fuerstenberg, 1939-45. Camp for women, with a small sub-camp for men. Commandants: Max Koegel, Fritz Suhren. Work camp; medical experiments; selective executions.</li> <li><b>Sachsenhausen</b>, including Oranienburg, near Berlin; est 1936. Commandants: Hermann Baranowski, Hans Loritz, Walter Eisfeld, Anton Kaindl. Work camp; selective executions; medical experiments.</li> <li><b>Sobibor</b>, Poland, 1942-43. Commandants: Richard Thomalla, Franz Stangl, Franz Reichleitner. Extermination camp. More than 150,000 killed.</li> <li><b>Stutthof</b>, Poland, 1942-45. Commandants: Max Pauly, Paul Hoppe. Labor and extermination camp.</li> <li><b>Theresienstadt</b> (or <b>Terezin</b>), Czechoslovakia. 1941-45. Commandants: Siegfried Seidl, Anton Burger, Karl Rahm. Created as a model or "show" camp; became transit camp for extermination of Jews.</li> <li><b>Treblinka</b>, Poland. extermination camp, 1941-1943. Commandants: Irmfried Eberl, Franz Stangl, Kurt Franz. 750,000 - 900,000 killed.</li> </ul> </section> <section class="list"> <div class="anchor" id="ef_groups"></div> <h2>Evidence File Groups Used in the Trial</h2> <ul class="list"> <li><b>L</b> London (collected in London)</li> <li><b>NG</b> Nuremberg Government</li> <li><b>NI</b> Nuremberg Industrialists</li> <li><b>NO</b> Nuremberg Organizations (primarily the SS and its agencies)</li> <li><b>PS</b> Paris-Storey (U.S. evidence used in the IMT)</li> <li><b>R</b> Rothschild</li> </ul> </section> <section class="theme-light"> <div class="anchor" id="chronology_detailed"></div> <h2>Detailed Chronology</h2> <table class="table-trial-chronology"> <tr><td> 13 Jan 1947</td><td>Indictment submitted</td><td></td></tr> <tr><td> 10 Mar 1947</td><td>Arraignment: indictment read </td><td>1-12</td></tr> <tr><td> </td><td>Arraignment: pleas </td><td>12-19</td></tr> <tr><td> 8 Apr 1947</td><td>Prosecution opening statement</td><td>1-88</td></tr> <tr><td> 8 Apr 1947</td><td>Pros. doc book 1: Documents, persons, and organizations </td><td>90-102</td></tr> <tr><td> 9 Apr 1947</td><td>Pros. doc. books 2-3: WVHA organization </td><td>103-125, 126-153</td></tr> <tr><td> 9 Apr 1947</td><td>Pros. doc. books 2-3: doc. book 4 (concentration camps)</td><td>153-169</td></tr> <tr><td> 10 Apr 1947</td><td>Karl Kahr (P) </td><td>173-207</td></tr> <tr><td> 10 Apr 1947</td><td>Pros. doc books 5-6 (concentration camps) </td><td>208-223, 223-231</td></tr> <tr><td> </td><td>doc. book 7 (medical experiments)</td><td>232-275</td></tr> <tr><td> 11 Apr 1947</td><td>Victor Abend (P) </td><td>252-273</td></tr> <tr><td> 11 Apr 1947</td><td>Bernhard Lauber (P) </td><td>282-297</td></tr> <tr><td>11, 14 Apr 1947</td><td>Jerzy Bielski (P) </td><td>302-19, 341-399</td></tr> <tr><td>11, 15 Apr 1947</td><td>Pros. doc book 9 (medical experiments) </td><td>320-333, 511-529</td></tr> <tr><td> 14 Apr 1947</td><td>Joseph Krysiak </td><td>399-440</td></tr> <tr><td> 15 Apr 1947</td><td>Albert H. Kruse (P) </td><td>442-510</td></tr> <tr><td> 16 Apr 1947</td><td>Pros. doc books 8 (medical experiments), 10 (euthanasia) </td><td>530-551, 552-570</td></tr> <tr><td> 17 Apr 1947</td><td>Pros. doc books 11-12 (forced labor) </td><td>571-595, 596-625</td></tr> <tr><td> 18 Apr 1947</td><td>Pros. doc books 13 (forced labor), 14 (SS industries) </td><td>625-653, 653-56</td></tr> <tr><td> 18 Apr 1947</td><td>Chaim Balizki (P) </td><td>631-641</td></tr> <tr><td> 21 Apr 1947</td><td>Herbert Engler (P) </td><td>659-720</td></tr> <tr><td> 21-23 Apr 1947</td><td>Eugen Kogon (P) </td><td>720-923</td></tr> <tr><td> 23-24 Apr 1947</td><td>Josef Ackerman (P) </td><td>929-992</td></tr> <tr><td> 24-25 Apr 1947</td><td>Pros doc books 14</td><td>cont., 993-999</td></tr> <tr><td> </td><td>15-17 (SS industries) </td><td>999-1031</td></tr> <tr><td> 25 Apr 1947</td><td>Pros doc book 18, 18A, 19 (Extermination of the Jews) </td><td>1032-1070</td></tr> <tr><td> </td><td>doc. book 20 (Warsaw ghetto)</td><td>1075-1084</td></tr> <tr><td> 14 May 1947</td><td>Pros doc book 21 (additional documents) </td><td>1088-1092</td></tr> <tr><td> 14 May 1947</td><td>Defense begins </td><td>1092</td></tr> <tr><td> </td><td>Opening statements:</td><td></td></tr> <tr><td></td><td class="cell-indent">Pohl</td><td>1099-1121</td></tr> <tr><td></td><td class="cell-indent">Fanslau</td><td>1122-31</td></tr> <tr><td></td><td class="cell-indent">Eirenschmalz</td><td>1132-33</td></tr> <tr><td></td><td class="cell-indent">Sommer</td><td>1133-40</td></tr> <tr><td></td><td class="cell-indent">Hohberg</td><td>1143-50</td></tr> <tr><td></td><td class="cell-indent">Frank</td><td>1150-61</td></tr> <tr><td></td><td class="cell-indent">H. Loerner</td><td>1161-63</td></tr> <tr><td></td><td class="cell-indent">Tschentscher</td><td>1164-69</td></tr> <tr><td></td><td class="cell-indent">Vogt</td><td>1170-75</td></tr> <tr><td></td><td class="cell-indent">G. Loerner</td><td>1176-84 </td></tr> <tr><td> 15 May 1947</td><td>Defense opening statements:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Scheide</td><td>1187-1200</td></tr> <tr><td> </td><td class="cell-indent">Klein</td><td>1200-07</td></tr> <tr><td> </td><td class="cell-indent">Volk</td><td>1207-16</td></tr> <tr><td> </td><td class="cell-indent">Bobermin</td><td>1216-22</td></tr> <tr><td> </td><td class="cell-indent">Kiefer</td><td>1223-29</td></tr> <tr><td> </td><td class="cell-indent">Baier</td><td>1230-32</td></tr> <tr><td> </td><td class="cell-indent">Mummenthey</td><td>1233-35</td></tr> <tr><td> </td><td class="cell-indent">Pook</td><td>1237-1251</td></tr> <tr><td> 16 May - 5 June 1947</td><td>Oswald Pohl defense </td><td>1253-2230</td></tr> <tr><td> 16 May - 3 June 1947</td><td>O. Pohl (D) </td><td>1253-2040</td></tr> <tr><td> 3 June 1947</td><td>Kurt Schmidt-Klevenow (D) </td><td>2041-2090</td></tr> <tr><td> 3-5 June 1947</td><td>Karl Wolff (D) </td><td>2090-2206</td></tr> <tr><td> 5 June 1947</td><td>Rudolf Brandt (D) </td><td>2207-2229</td></tr> <tr><td> 5-10 June 1947</td><td>August Frank defense </td><td>2231-2487</td></tr> <tr><td> 5-10 June 1947</td><td>A. Frank (D) </td><td>2231-2487; 7410-7417</td></tr> <tr><td> 10-12 June 1947</td><td>Heinz Fanslau defense </td><td>2488-2675</td></tr> <tr><td> 10 June 1947</td><td>Johann Stein (D) </td><td>2489-2530</td></tr> <tr><td> 11-12 June 1947</td><td>H. Fanslau (D) </td><td>2531-2675</td></tr> <tr><td> 12-13 June 1947</td><td>Hans Loerner defense </td><td>2675-2756</td></tr> <tr><td> 12-13 June 1947</td><td>Hans Loerner (D) </td><td>2675-2756</td></tr> <tr><td> 13-17 June 1947</td><td>Josef Vogt defense </td><td>2756-2916</td></tr> <tr><td> 13-17 June 1947</td><td>Josef Vogt (D) </td><td>2757-2916</td></tr> <tr><td> 17-20 June 1947</td><td>Georg Loerner defense </td><td>2916-3151</td></tr> <tr><td> 17-20 June 1947</td><td>Georg Loerner (D) </td><td>2916-3151</td></tr> <tr><td> 20-24 June 1947</td><td>Erwin Tschentscher defense </td><td>3151-3297</td></tr> <tr><td> 20-24 June 1947</td><td>Erwin Tschentscher (D) </td><td>3152-3261</td></tr> <tr><td> 24 June 1947</td><td>Walter Hoyer (D) </td><td>3262-3278</td></tr> <tr><td> 24 June 1947</td><td>Arnold J. H. Ertel (D) </td><td>3279-3295</td></tr> <tr><td> 24-26 June 1947</td><td>Max Kiefer defense </td><td>3297-3419</td></tr> <tr><td> 24-26 June 1947</td><td>Max Kiefer (D) </td><td>3297-3417</td></tr> <tr><td> 26-28 June 1947</td><td>Franz Eirenschmalz defense </td><td>3419-3598</td></tr> <tr><td> 26-27 June 1947</td><td>Franz Eirenschmalz (D) </td><td>3421-3564</td></tr> <tr><td> 27-28 June 1947</td><td>Wolfgang Grosch (D) </td><td>3565-3597</td></tr> <tr><td> 28 June - 2 July 1947</td><td>Karl Sommer defense </td><td>3598-3878</td></tr> <tr><td> 28 June 1947</td><td>Georg Rammler (D) </td><td>3600-3639</td></tr> <tr><td> 28 June 1947</td><td>Joachim Caesar (D) </td><td>3639-3652</td></tr> <tr><td> 30 June - 2 July 1947</td><td>Karl Sommer (D) </td><td>3653-3878</td></tr> <tr><td> 2-10 July 1947</td><td>Hermann Pook defense </td><td>3878-4091</td></tr> <tr><td> 2-9 July 1947</td><td>Hermann Pook (D) </td><td>3879-4067</td></tr> <tr><td> 9-10 July 1947</td><td>Paul Reutter (D) </td><td>4067-4091</td></tr> <tr><td> 10-11 July 1947</td><td>Rudolf Scheide defense, with Scheide documents </td><td>4091-4213</td></tr> <tr><td> 10-11 July 1947</td><td>Rudolf Scheide (D) </td><td>4091-4203</td></tr> <tr><td> 11-21 July 1947</td><td>Hans Hohberg defense </td><td>4214-4657</td></tr> <tr><td> 11-18 July 1947</td><td>Hans K. Hohberg (D) </td><td>4215-4584</td></tr> <tr><td> 18 July 1947</td><td>Tribunal ruling on Count One </td><td>4589-4590</td></tr> <tr><td> 18 July 1947</td><td>Max Wolf (D) </td><td>4591-4629</td></tr> <tr><td> 18 July 1947</td><td>Heinrich Tenbergen (D) </td><td>4632-4655</td></tr> <tr><td> 21-25 July 1947</td><td>Hans Baier defense </td><td>4657-4995</td></tr> <tr><td> 21-22 July 1947</td><td>Hermann Karoli (D) </td><td>4658-4769</td></tr> <tr><td> 22-25 July 1947</td><td>Hans Baier (D) </td><td>4770-4995</td></tr> <tr><td> 25-30 July 1947</td><td>Leo Volk defense </td><td>4995-5282</td></tr> <tr><td> 25-30 July 1947</td><td>Leo Volk (D) </td><td>4995-5282</td></tr> <tr><td> 30 July - 7 Aug 1947</td><td>Karl Mummenthey defense </td><td>5283-5772</td></tr> <tr><td> 30-31 July 1947</td><td>Heinz Schwarz (D) </td><td>5284-5381</td></tr> <tr><td> 31 July, 4 Aug 1947</td><td>Helmut Bickel (D) </td><td>5381-5512</td></tr> <tr><td> 4-7 Aug 1947</td><td>Karl Mummenthey (D) </td><td>5512-5769</td></tr> <tr><td> 7-12 Aug 1947</td><td>Hans Bobermin defense </td><td>5772-6029</td></tr> <tr><td> 7 Aug 1947</td><td>Max Winkler (D) </td><td>5773-5815</td></tr> <tr><td> 7-12 Aug 1947</td><td>Hans Bobermin (D) </td><td>5816-6029</td></tr> <tr><td> 12-15 Aug 1947</td><td>Horst Klein defense </td><td>6029-6307</td></tr> <tr><td> 12 Aug 1947</td><td>Helga von Rouppert (D) </td><td>6034-6068</td></tr> <tr><td> 12-13 Aug 1947</td><td>H. Klein documents </td><td>6068-6089</td></tr> <tr><td> 13-15 Aug 1947</td><td>Horst Klein (D) </td><td>6090-6115, 6125-6237, 6264-6307</td></tr> <tr><td> 13 Aug 1947</td><td>Larry Wolff (T) </td><td>6115-6125</td></tr> <tr><td> 15 Aug 1947</td><td>Discussion of final arguments and briefs </td><td>6238-6264</td></tr> <tr><td> 18 Aug 1947</td><td>Friedrich Bergold (D) </td><td>6312</td></tr> <tr><td> 18 Aug 1947</td><td>Hubert Karl (P) </td><td>6316-6347, 6352-6371</td></tr> <tr><td> 18-20 Aug 1947</td><td>Guenther Otto (P) </td><td>6371-6501, 6527-6562</td></tr> <tr><td> 20 Aug 1947</td><td>Wolfgang Sanner (P) </td><td>6503-6527</td></tr> <tr><td> 20-21 Aug 1947</td><td>Arnold Sauer (P) </td><td>6563-6607</td></tr> <tr><td> 21 Aug 1947</td><td>Camille Sachs (P) </td><td>6610-6639</td></tr> <tr><td> 21 Aug 1947</td><td>Heinrich Ebbers (P) </td><td>6640-6646</td></tr> <tr><td> 21 Aug 1947</td><td>Heinrich Schwartz (T) </td><td>6647-6669</td></tr> <tr><td> 21-22 Aug 1947</td><td>Konrad Morgen (D, for Scheide) </td><td>6669-6753</td></tr> <tr><td> 25 Aug 1947</td><td>Oswald Pohl (D) </td><td>6759-6786</td></tr> <tr><td> 25 Aug 1947</td><td>Karl Steichele (D, for Fanslau) </td><td>6787-6814</td></tr> <tr><td> 25 Aug 1947</td><td>Franz Freitag (D) </td><td>6815-6826</td></tr> <tr><td> 25 Aug 1947</td><td>Pros. doc. books 22-25 (exhibits 522-619) </td><td>6833-6834</td></tr> <tr><td> 25-26 Aug 1947</td><td>Defense documents:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Fanslau </td><td>6835-42</td></tr> <tr><td> </td><td class="cell-indent">Frank</td><td>6843-52</td></tr> <tr><td> </td><td class="cell-indent">H. Loerner</td><td>6852-55</td></tr> <tr><td> </td><td class="cell-indent">G. Loerner</td><td>6855-64</td></tr> <tr><td> </td><td class="cell-indent">Sommer</td><td>6865-77</td></tr> <tr><td> </td><td class="cell-indent">Hohberg</td><td>6878-6888</td></tr> <tr><td> </td><td class="cell-indent">Mummenthey</td><td>6891-6910</td></tr> <tr><td> 27 Aug 1947</td><td>Karl Wiedenfeldt (P) </td><td>6911-6973</td></tr> <tr><td> 27-28 Aug, 3 Sep 1947</td><td>Heinz Fanslau (D) </td><td>6973-7048, 7357-7366</td></tr> <tr><td> 28-29 Aug 1947</td><td>Erwin Tschentscher (D) </td><td>7049-7103, 7127-7133</td></tr> <tr><td> 29 Aug 1947</td><td>Anton Goldstein (P) </td><td>7106-7126</td></tr> <tr><td> 29 Aug 1947</td><td>Willi Schaefer (D) </td><td>7134-7154</td></tr> <tr><td> 29 Aug 1947</td><td>Erich Mueller (D) </td><td>7159-7171</td></tr> <tr><td> 2 Sep 1947</td><td>Pros. doc books 26-28 (exhibits 620-683) </td><td>7178-7200</td></tr> <tr><td> 2 Sep 1947</td><td>Georg Staminger (D) </td><td>7202-7225</td></tr> <tr><td> 2 Sep 1947</td><td>Felix Steiner (D) </td><td>7226-7257</td></tr> <tr><td> 2 Sep 1947</td><td>Hans K. Hohberg (D) </td><td>7258-7269</td></tr> <tr><td> 3 Sep 1947</td><td>Hermann Karoli (D) </td><td>7270-7273</td></tr> <tr><td> 3 Sep 1947</td><td>Hans Fritzsche (D) </td><td>7273-7308</td></tr> <tr><td> 3 Sep 1947</td><td>Solomon Jollek (P) </td><td>7310-7329</td></tr> <tr><td> 3 Sep 1947</td><td>Wilhelm Krause (D) </td><td>7332-7341</td></tr> <tr><td> 3 Sep 1947</td><td>Albert Schiatowsky (D) </td><td>7342-7344</td></tr> <tr><td> 3 Sep 1947</td><td>Ernst Specht (D) </td><td>7344-7345</td></tr> <tr><td> 3 Sep 1947</td><td>Pros. doc. book 28 (ex 684-696) </td><td>7347-7357</td></tr> <tr><td> 3 Sep 1947</td><td>Fanslau (D) </td><td>7357-7366</td></tr> <tr><td> 4 Sep 1947</td><td>Pros. doc. books 29-31 (ex 697-726, 635-639) </td><td>7368-7392, 7418</td></tr> <tr><td> 4 Sep 1947</td><td>Defense documents:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Pohl </td><td>7401-7409</td></tr> <tr><td> </td><td class="cell-indent">Tschentscher</td><td>7418-7421</td></tr> <tr><td> </td><td class="cell-indent">Mummenthey</td><td>7424-7434</td></tr> <tr><td> </td><td class="cell-indent">Baier</td><td>7451-7463</td></tr> <tr><td> </td><td class="cell-indent">Eirenschmalz</td><td>7464-7469</td></tr> <tr><td> </td><td class="cell-indent">Kiefer</td><td>7469-7470</td></tr> <tr><td> 4 Sep 1947</td><td>Frank (D) </td><td>7410-7417</td></tr> <tr><td> 4 Sep 1947</td><td>Georg Loerner (D) </td><td>7423-7424</td></tr> <tr><td> 4 Sep 1947</td><td>Horst Klein (D) </td><td>7436-7442</td></tr> <tr><td> 4 Sep 1947</td><td>Leo Volk (D) </td><td>7442-7450</td></tr> <tr><td> 15 Sep 1947</td><td>Pros. doc. book 33 (ex 727-735) </td><td>7471-7474</td></tr> <tr><td> 15 Sep 1947</td><td>Defense documents:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Frank </td><td>7474-7477</td></tr> <tr><td> </td><td class="cell-indent">H. Loerner</td><td>7477-7478</td></tr> <tr><td> </td><td class="cell-indent">Pohl</td><td>7478-7483</td></tr> <tr><td> </td><td class="cell-indent">Fanslau</td><td>7483-7485, 7495-7496</td></tr> <tr><td> </td><td class="cell-indent">Vogt</td><td>7485-7494</td></tr> <tr><td> </td><td class="cell-indent">G. Loerner</td><td>7496-7500</td></tr> <tr><td> </td><td class="cell-indent">Tschentscher</td><td>7501-7503</td></tr> <tr><td> </td><td class="cell-indent">Eirenschmalz</td><td>7503-7511)</td></tr> <tr><td> 16 Sep 1947</td><td>Defense documents:</td></tr> <tr><td> </td><td class="cell-indent">Sommer </td><td>7513-7515</td></tr> <tr><td> </td><td class="cell-indent">Pook</td><td>7515-7523</td></tr> <tr><td> </td><td class="cell-indent">Hohberg</td><td>7523-7526</td></tr> <tr><td> </td><td class="cell-indent">Bobermin</td><td>7528-7542</td></tr> <tr><td> </td><td class="cell-indent">Volk</td><td>7542-7545, 7552-7563</td></tr> <tr><td> </td><td class="cell-indent">Mummenthey</td><td>7545-7551</td></tr> <tr><td> 17 Sep 1947</td><td>Prosecution closing statement </td><td>7565-7637</td></tr> <tr><td> 17 Sep 1947</td><td>Defense closing statements (by attorneys): </td></tr> <tr><td> </td><td class="cell-indent">Pohl </td><td>7640-7724</td></tr> <tr><td> </td><td class="cell-indent">Frank</td><td>7725-7756</td></tr> <tr><td> 18 Sep 1947</td><td>Defense closing statements:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Fanslau </td><td>7758-7792</td></tr> <tr><td> </td><td class="cell-indent">Sommer</td><td>7793-7827</td></tr> <tr><td> </td><td class="cell-indent">Bobermin and Volk</td><td>7829</td></tr> <tr><td> </td><td class="cell-indent">Hohberg</td><td>7831-7868</td></tr> <tr><td> </td><td class="cell-indent">Pook</td><td>7868-7882</td></tr> <tr><td> 19 Sep 1947</td><td>Defense closing statements:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Pook </td><td>7883-7908</td></tr> <tr><td> </td><td class="cell-indent">G. Loerner</td><td>7909-7924</td></tr> <tr><td> </td><td class="cell-indent">Scheide</td><td>7925-7937</td></tr> <tr><td> </td><td class="cell-indent">Vogt</td><td>7937-7939</td></tr> <tr><td> </td><td class="cell-indent">Kiefer</td><td>7940</td></tr> <tr><td> </td><td class="cell-indent">Tschentscher</td><td>7940</td></tr> <tr><td> 20 Sep 1947</td><td>Defense closing statements:</td><td></td></tr> <tr><td> </td><td class="cell-indent">Mummenthey </td><td>7944-7977</td></tr> <tr><td> </td><td class="cell-indent">Klein</td><td>7978-8009</td></tr> <tr><td> 22 Sep 1947</td><td>Defendants' final statements </td><td>8011-8047</td></tr> <tr><td> 3 Oct 1947</td><td>Prosecution closing briefs (in English) submitted</td><td></td></tr> <tr><td> 3 Nov 1947</td><td>Judgments and sentences </td><td>8049-8201 (end of transcript)</td><td></td></tr> <tr><td> 7 June 1948</td><td>Military Governor order to reconvene for revision of judgment</td><td></td></tr> <tr><td> 14 July 1948</td><td>Tribunal order authorizing additional defense briefs</td><td></td></tr> <tr><td> 11 Aug 1948</td><td>Supplementary judgments and sentences</td><td></td></tr> <tr><td> 30 Apr, 11 May 1949</td><td>Confirmation and revision of sentences by Military Governor</td><td></td></tr> <tr><td> 2 May 1949</td><td>Denial of writ of habeas corpus by U.S. Supreme Court</td><td></td></tr> <tr><td> 31 Jan 1951</td><td>Sentences revised by High Commissioner McCloy</td><td></td></tr> </table> </section> {% endblock %}
harvard-lil/nuremberg
nuremberg/content/templates/content/nmt_4_intro.html
HTML
mit
48,619
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="mfupload.js.html#">Sign Up &#187;</a> <a href="mfupload.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="mfupload.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
user-tony/photon-rails
lib/assets/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/mfupload.js.html
HTML
mit
14,223
<!DOCTYPE html> <head> <script src="sudoku.js"></script> <script> var puzzle = ""; var solution = ""; var generatePuzzle = function(difficulty){ if(difficulty == ""){ alert("Please select the difficulty level to generate the puzzle"); return 0; } puzzle = sudoku.generate(difficulty); display(puzzle); } var solvePuzzle = function(){ if(puzzle == ""){ alert("Please select the difficulty level to generate the puzzle"); return 0; } solution = sudoku.solve(puzzle); display(solution); } var display = function(board){ var boardEle = document.getElementById("board"); if(document.getElementsByTagName("sudoku")[0]) boardEle.removeChild(document.getElementsByTagName("sudoku")[0]) var brd = document.createElement('sudoku'); //brd.style.width = '100%'; //brd.setAttribute('border', '1'); var tBody = document.createElement('sudokuBody'); var row, cell; for(var i=0; i<9; i++){ row = document.createElement('tr'); for(var j=(i*9); j<(9*(i+1)); j++){ cell = document.createElement('td'); cell.setAttribute('class','given'); cell.appendChild(document.createTextNode(board[j])) row.appendChild(cell) } tBody.appendChild(row); } brd.appendChild(tBody); boardEle.appendChild(brd); console.log(board); } </script> </head> <body> <div id="container"> <table> <tr> <td> <select name="difficulty" value="Medium" onchange="generatePuzzle(value)"> <option value="">Select Difficulty</option> <option value="easy">Easy</option> <option value="medium">Medium</option> <option value="hard">Hard</option> <option value="very-hard">Very Hard</option> <option value="insane">Insane</option> <option value="inhuman">Robot</option> </select> </td> <td><button id="solve" onclick="solvePuzzle()">Solve!</button></td> </tr> <tr colspan=2><td /></tr> <tr colspan=2> <td> <div id="board"></div> </td> </tr> </table> </div> </body> </html>
chandanv89/sudokuGit
index.html
HTML
mit
2,828
<!doctype html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline --> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <title>162</title> <meta name="description" content=""> <meta name="author" content="adnan."> <!-- Mobile viewport optimized: j.mp/bplateviewport --> <meta name="viewport" content="width=device-width,initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> <!-- CSS: implied media=all --> <!-- CSS concatenated and minified via ant build script--> <link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet/less" href="/css/local.less"> <!--[if lt IE 9 ]><link rel="stylesheet" href="./css/720_grid.css" type="text/css"><![endif]--> <link rel="stylesheet" href="/css/720_grid.css" type="text/css" media="screen and (min-width: 720px)"> <link rel="stylesheet" href="/css/986_grid.css" type="text/css" media="screen and (min-width: 986px)"> <link rel="stylesheet" href="/css/1236_grid.css" media="screen and (min-width: 1236px)" > <!-- end CSS--> <!--Fonts from Google's Web font directory at http://google.com/webfonts --> <link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> <!-- More ideas for your <head> here: h5bp.com/d/head-Tips --> <!-- All JavaScript at the bottom, except for Modernizr / Respond. Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ --> <script src="/js/libs/modernizr-2.0.6.min.js"></script> <script src="/js/less.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="/js/libs/jquery-1.6.2.min.js"><\/script>')</script> <!-- http://t.co/y1jPVnT --> <link rel="canonical" href="/aphorisms/162/"> </head> <body> <header class="site-header"> <div class="grid"> <div class="row"> <div class="slot-0-1-2-3-4-5"> <h1><a href="/">nothing much</a></h1> <h2>just some words</h2> </div> </div> </div> </header> <div id="container"> <div id="main" role="main" class="grid"> <div class="row"> <aside class="slot-0"> &nbsp; </aside> <article class="slot-1-2-3 post"> <header> <h2>162</h2> </header> <div id="post"> <p>Even time might not tell.</p> </div> </article> <div class="slot-0-1-2-3-4-5 prev_next post_nav"> </div> <aside class="slot-4-5"> &nbsp; </aside> </div> </div> </div> <!--! end of #container --> <footer> <div class="grid"> <div class="row"> <div class="slot-0-1-2-3 nav"> <div class="row"> <h1 class="slot-0"><a href="/aphorisms">aphorisms</a></h1> <h1 class="slot-1"><a href="/poems">poems</a></h1> <h1 class="slot-2"><a href="/shorts">shorts</a></h1> </div> </div> <div class="slot-4-5 email"> <h1 class="slot-4"><a href="/about">colophon</a></h1> <p>adnan.ali@gmail.com</p> </div> <hr style="clear: both;" /> </div> </div> </footer> <!-- JavaScript at the bottom for fast page loading --> <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline --> <script src="http://cdnjs.cloudflare.com/ajax/libs/noisy/1.1/jquery.noisy.min.js"></script> <!-- scripts concatenated and minified via ant build script--> <script defer src="/js/plugins.js"></script> <script defer src="/js/script.js"></script> <!-- end scripts--> <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6. chromium.org/developers/how-tos/chrome-frame-getting-started --> <!--[if lt IE 7 ]> <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> <![endif]--> </body> </html>
thisduck/nothing
_site/aphorisms/162/index.html
HTML
mit
5,463
--- layout: default disqus: true archive: false --- <main class="content" role="main"> <article class="post"> <header class="post-header"> <a id="blog-logo" href="{{site.url}}"> {% if site.logo %} <img src="{{site.logo}}" alt="{{ site.name }}" /> {% else %} <span class="blog-title">{{ site.name }}</span> {%endif%} </a> </header> <span class="post-meta"> <time datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time> </span> <h1 class="post-title">{{ page.title }}</h1> <section class="post-content"> {{content}} </section> {% if page.archive %} <section class="archive"> <h5>Archive</h5> <ul> {% for post in site.posts %} <li><span>{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a></li> {% endfor %} </ul> </section> {% endif %} <footer class="post-footer"> <!-- If we want to display author's name and bio --> {% if site.author %} <section class="author"> <header> <a href="{{ site.baseurl }}"> <img class="profile" src="/assets/images/profile.jpg" alt="Author's profile picture"></a></header> <article> <!-- Author Name --> <h4> {{ site.author }} </h4> <!-- Author Bio --> <p> Sean is a Ruby on Rails developer living in Philadelphia, PA. He loves warm weather, road trips, nollie flips, and Wawa. </p> <p> You can follow him on <a href="https://github.com/seanpdoyle">GitHub</a>. </p> </article> </section> {% endif %} <section class="share"> <h4>Share this post</h4> <a class="icon-twitter" href="http://twitter.com/share?text={{page.title}}&amp;url={{site.url}}{{ page.url }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <span class="hidden">Twitter</span> </a> <a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u={{site.url}}{{page.url}}" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <span class="hidden">Facebook</span> </a> <a class="icon-google-plus" href="https://plus.google.com/share?url={{site.url}}{{page.url}}" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> <span class="hidden">Google+</span> </a> </section> {% if page.disqus %} <section class="disqus"> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'builtbychief'; var disqus_developer = 0; // developer mode is on (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </section> {% endif %} </footer> </article> </main>
seanpdoyle/seanpdoyle.github.io
_layouts/post.html
HTML
mit
4,177
<div class="commune_descr limited"> <p> Moussey est un village situé dans le département des Vosges en Lorraine. Elle comptait 744 habitants en 2008.</p> <p>La ville propose quelques équipements, elle propose entre autres trois boucles de randonnée.</p> <p>Le parc de logements, à Moussey, était réparti en 2011 en 88 appartements et 334 maisons soit un marché plutôt équilibré.</p> <p>À coté de Moussey sont positionnées géographiquement les communes de <a href="{{VLROOT}}/immobilier/petite-raon_88346/">La&nbsp;Petite-Raon</a> localisée à 3&nbsp;km, 881 habitants, <a href="{{VLROOT}}/immobilier/senones_88451/">Senones</a> à 4&nbsp;km, 2&nbsp;781 habitants, <a href="{{VLROOT}}/immobilier/vermont_88501/">Le&nbsp;Vermont</a> à 5&nbsp;km, 52 habitants, <a href="{{VLROOT}}/immobilier/saulcy_88444/">Le&nbsp;Saulcy</a> à 2&nbsp;km, 318 habitants, <a href="{{VLROOT}}/immobilier/vieux-moulin_88506/">Vieux-Moulin</a> localisée à 4&nbsp;km, 305 habitants, <a href="{{VLROOT}}/immobilier/belval_88053/">Belval</a> située à 3&nbsp;km, 172 habitants, entre autres. De plus, Moussey est située à seulement 17&nbsp;km de <a href="{{VLROOT}}/immobilier/saint-die-des-vosges_88413/">Saint-Dié-des-Vosges</a>.</p> <p>Si vous pensez demenager à Moussey, vous pourrez facilement trouver une maison à acheter. </p> <p>À Moussey, le prix moyen à la vente d'un appartement se situe à 664 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 687 &euro; du m². À la location la valeur moyenne se situe à 0 &euro; du m² mensuel.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/88317.html
HTML
mit
1,604
<div class="messageBox"> <form class="form-horizontal" style="width:500px;"> <div class="modal-header" style="border:none; padding-bottom:10px; padding-left:20px;"> <h3 data-bind="text: game.name ? 'Edit Game' : 'New Game'" style="border:none;"></h3> </div> <div class="modal-body" style="border:none; padding-top:0px; padding-bottom:0px;"> <div class="form-group"> <label for="inputName" class="control-label col-xs-2">Name</label> <div class="col-xs-10"> <input type="text" class="form-control" id="inputName" placeholder="Name" data-bind="value: game.name"> </div> </div> <div class="form-group"> <label for="inputScoring" class="control-label col-xs-2">Scoring</label> <div class="col-xs-10"> <select class="btn btn-default dropdown-toggle" style="height:30px;" data-bind="value: game.scoring, options: scoringTypes"> </select> <!-- <div class="btn-group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Scoring <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> --> </div> </div> <div class="form-group"> <label for="inputRules" class="control-label col-xs-2">Rules</label> <div class="col-xs-10"> <textarea style="height:200px;" class="form-control" id="inputRules" placeholder="Rules" data-bind="value: game.rules"></textarea> </div> </div> </div> <div class="modal-footer" style="border:none; padding-top:5px;"> <button class="btn btn-primary btn-success" data-bind="click: ok">Save</button> <button class="btn btn-primary btn-danger" data-bind="click: cancel">Cancel</button> </div> </form> </div>
sports-corp-hackathon/admin-panel
app/views/newGame.html
HTML
mit
2,292
<!DOCTYPE html> <html class="theme-next pisces use-motion" lang="zh-CN"> <head> <!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"/> <meta name="theme-color" content="#222"> <link rel="stylesheet" media="all" href="/lib/Han/dist/han.min.css?v=3.3"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=6.0.6" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/favicon.ico?v=6.0.6"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico?v=6.0.6"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico?v=6.0.6"> <link rel="mask-icon" href="/favicon.ico?v=6.0.6" color="#222"> <link rel="manifest" href="/favicon.ico"> <meta name="msapplication-config" content="/favicon.ico" /> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Pisces', version: '6.0.6', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <meta name="keywords" content="BlueRhino, Blog" /> <meta property="og:type" content="website"> <meta property="og:title" content="闲情记趣"> <meta property="og:url" content="http://bluerhino.github.io/categories/Javav/多线程/index.html"> <meta property="og:site_name" content="闲情记趣"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="闲情记趣"> <link rel="canonical" href="http://bluerhino.github.io/categories/Javav/多线程/"/> <script type="text/javascript" id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>分类: 多线程 | 闲情记趣</title> <noscript> <style type="text/css"> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion { .logo-line-before i { left: initial; } .logo-line-after i { right: initial; } } </style> </noscript><!-- hexo-inject:begin --><!-- hexo-inject:end --> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN"> <!-- hexo-inject:begin --><!-- hexo-inject:end --><div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"> <div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">闲情记趣</span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description">Not a porter but a programmer</h1> </div> <div class="site-nav-toggle"> <button aria-label="Toggle navigation bar"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br />首页</a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br />标签<span class="badge">28</span> </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br />分类<span class="badge">8</span> </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br />归档<span class="badge">12</span> </a> </li> <li class="menu-item menu-item-about"> <a href="/about/" rel="section"> <i class="menu-item-icon fa fa-fw fa-user"></i> <br />关于</a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block category"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2>多线程<small>分类</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h3 class="post-title"> <a class="post-title-link" href="/2018/09/19/Java线程池简单总结/" itemprop="url"> <span itemprop="name">Java线程池简单总结</span> </a> </h3> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-09-19T22:04:44+08:00" content="2018-09-19" > 09-19 </time> </div> </header> </article> </div> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/favicon.ico" alt="BlueRhino" /> <p class="site-author-name" itemprop="name">BlueRhino</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">12</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">7</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">26</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/bluerhino" target="_blank" title="GitHub" rel="external nofollow"><i class="fa fa-fw fa-github"></i>GitHub</a> </span> </div> <div class="links-of-blogroll motion-element links-of-blogroll-block"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-link"></i> Links </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="https://bluerhino.github.io" title="红杏" target="_blank">红杏</a> </li> <li class="links-of-blogroll-item"> <a href="https://segmentfault.com/u/bluerhino/articles" title="segmentfault" target="_blank">segmentfault</a> </li> </ul> </div> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2018</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">BlueRhino</span> </div> <div class="powered-by">由 <a class="theme-link" target="_blank" rel="external nofollow" href="https://hexo.io">Hexo</a> 强力驱动</div> <span class="post-meta-divider">|</span> <div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" rel="external nofollow" href="https://github.com/theme-next/hexo-theme-next">NexT.Pisces</a> v6.0.6</div> <div class="footer-custom"><div>京ICP备18009292号</div><div style="width:300px;margin:0 auto;"><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802025491" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="http://p2amq694a.bkt.clouddn.com/%E5%A4%87%E6%A1%88/%E5%A4%87%E6%A1%88%E5%9B%BE%E6%A0%87.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">京公网安备 11010802025491号</p></a> </div></div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/js/src/utils.js?v=6.0.6"></script> <script type="text/javascript" src="/js/src/motion.js?v=6.0.6"></script> <script type="text/javascript" src="/js/src/affix.js?v=6.0.6"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=6.0.6"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.6"></script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script> <script>AV.initialize("SGljHq6ulYIA95YgGVzDPfMK-gzGzoHsz", "u7I1ArXHev94oiflA9cDPvh2");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); var entries = []; var $visitors = $(".leancloud_visitors"); $visitors.each(function () { entries.push( $(this).attr("id").trim() ); }); query.containedIn('url', entries); query.find() .done(function (results) { var COUNT_CONTAINER_REF = '.leancloud-visitors-count'; if (results.length === 0) { $visitors.find(COUNT_CONTAINER_REF).text(0); return; } for (var i = 0; i < results.length; i++) { var item = results[i]; var url = item.get('url'); var time = item.get('time'); var element = document.getElementById(url); $(element).find(COUNT_CONTAINER_REF).text(time); } for(var i = 0; i < entries.length; i++) { var url = entries[i]; var element = document.getElementById(url); var countSpan = $(element).find(COUNT_CONTAINER_REF); if( countSpan.text() == '') { countSpan.text(0); } } }) .fail(function (object, error) { console.log("Error: " + error.code + " " + error.message); }); } function addCount(Counter) { var $visitors = $(".leancloud_visitors"); var url = $visitors.attr('id').trim(); var title = $visitors.attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(counter.get('time')); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); /* Set ACL */ var acl = new AV.ACL(); acl.setPublicReadAccess(true); acl.setPublicWriteAccess(true); newcounter.setACL(acl); /* End Set ACL */ newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(newcounter.get('time')); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script><!-- hexo-inject:begin --><!-- hexo-inject:end --> </body> </html>
BlueRhino/BlueRhino.github.io
categories/Javav/多线程/index.html
HTML
mit
18,244
<div class="component is-3d is-pointer-events-none" [style.width.px]="width * gridSize" [style.height.px]="depth * gridSize" appMovable [movable.option]="movableOption" [movable.disable]="isLocked" (movable.ondragstart)="onMove()" (movable.ondragend)="onMoved()"> <div class="component-content is-3d is-pointer-events-auto" [ngClass]="{'is-grab': !isLocked}" appRotable [rotable.option]="rotableOption" (rotable.ondragstart)="onMove()" (rotable.ondragend)="onMoved()" [rotable.disable]="isLocked"> <ng-container *ngIf="hasFloor && isVisibleFloor && 0 < floorImage?.url.length"> <div class="texture" [ngClass]="{'blinking-animation': !isLocked}" [ngStyle]="{'transform': 'translateZ(' + height * gridSize +'px)'}" [style.background-image]="'url(' + floorImage.url + ')' | safe: 'style'"></div> </ng-container> <ng-container *ngIf="hasWall && 0 < wallImage?.url.length"> <div *ngIf="isVisibleWallTopBottom" [ngClass]="{'blinking-animation': !isLocked}" class="texture of-wall-top" [style.background-image]="'url(' + wallImage.url + ')' | safe: 'style'" [style.width.px]="width * gridSize" [style.height.px]="height * gridSize"></div> <div *ngIf="isVisibleWallTopBottom" [ngClass]="{'blinking-animation': !isLocked}" class="texture of-wall-bottom" [style.background-image]="'url(' + wallImage.url + ')' | safe: 'style'" [style.width.px]="width * gridSize" [style.height.px]="height * gridSize"></div> <div *ngIf="isVisibleWallLeftRight" [ngClass]="{'blinking-animation': !isLocked}" class="texture of-wall-left" [style.background-image]="'url(' + wallImage.url + ')' | safe: 'style'" [style.width.px]="depth * gridSize" [style.height.px]="height * gridSize"></div> <div *ngIf="isVisibleWallLeftRight" [ngClass]="{'blinking-animation': !isLocked}" class="texture of-wall-right" [style.background-image]="'url(' + wallImage.url + ')' | safe: 'style'" [style.width.px]="depth * gridSize" [style.height.px]="height * gridSize"></div> </ng-container> <ng-container *ngIf="!isLocked"> <div class="pedestal-grab rotate-grab"></div> <div class="rotate-grab of-left-top rotate-grab-icon"> <i class="material-icons">autorenew</i> </div> <div class="rotate-grab of-left-bottom rotate-grab-icon"> <i class="material-icons">autorenew</i> </div> <div class="rotate-grab of-right-bottom rotate-grab-icon"> <i class="material-icons">autorenew</i> </div> <div class="rotate-grab of-right-top rotate-grab-icon"> <i class="material-icons">autorenew</i> </div> </ng-container> </div> </div>
TK11235/udonarium
src/app/component/terrain/terrain.component.html
HTML
mit
2,691
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Object3D] &rarr; [page:Line] &rarr; [page:LineSegments] &rarr; <h1>[name]</h1> <p class="desc"> 用于图形化地展示对象世界轴心对齐的包围盒的辅助对象。The actual bounding box is handled with [page:Box3], this is just a visual helper for debugging. It can be automatically resized with the [page:BoxHelper.update] method when the object it's created from is transformed. 注意:要想能正常运行,目标对象必须包含 [page:Geometry] 或 [page:BufferGeometry] , 所以当目标对象是精灵 [page:Sprite Sprites] 时将不能正常运行. </p> <h2>例子</h2> <p> [example:webgl_helpers WebGL / helpers]<br/> [example:webgl_loader_nrrd WebGL / loader / nrrd]<br/> [example:webgl_buffergeometry_drawrange WebGL / buffergeometry / drawrange] </p> <code> var sphere = new THREE.SphereGeometry(); var object = new THREE.Mesh( sphere, new THREE.MeshBasicMaterial( 0xff0000 ) ); var box = new THREE.BoxHelper( object, 0xffff00 ); scene.add( box ); </code> <h2>构造函数</h2> <h3>[name]( [param:Object3D object], [param:Color color] )</h3> <p> [page:Object3D object] -- (可选的) 被展示世界轴心对齐的包围盒的对象.<br /> [page:Color color] -- (可选的) 线框盒子的16进制颜色值. 默认为 0xffff00.<br /><br /> 创建一个新的线框盒子包围指定的对象. 内部使用 [page:Box3.setFromObject] 方法来计算尺寸. 注意:此线框盒子将包围对象的所有子对象. </p> <h2>属性</h2> <p>请到基类 [page:LineSegments] 页面查看公共属性.</p> <h2>方法</h2> <p>请到基类 [page:LineSegments] 页面查看公共方法.</p> <h3>[method:null update]()</h3> <p> 更新辅助对象的几何体,与目标对象尺寸 保持一致, 包围目标对象所有子对象. 请查看 [page:Box3.setFromObject]. </p> <h3>[method:BoxHelper setFromObject]( [param:Object3D object] )</h3> <p> [page:Object3D object] - 用于创建辅助对象的目标 [page:Object3D] 对象.<br /><br /> 更新指定对象的线框盒子. </p> <h2>源码</h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </p> </body> </html>
aardgoose/three.js
docs/api/zh/helpers/BoxHelper.html
HTML
mit
2,496
<?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>ActiveRecord::ConnectionAdapters::MysqlAdapter</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.2.2</span><br /> <h1> <span class="type">Class</span> ActiveRecord::ConnectionAdapters::MysqlAdapter <span class="parent">&lt; <a href="AbstractMysqlAdapter.html">ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter</a> </span> </h1> <ul class="files"> <li><a href="../../../files/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_2/lib/active_record/connection_adapters/mysql_adapter_rb.html">/Users/benfreeman/.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <div class="description"> <p>The MySQL adapter will work with both Ruby/MySQL, which is a Ruby-based MySQL adapter that comes bundled with Active Record, and with the faster C-based MySQL/Ruby adapter (available both as a gem and from <a href="http://www.tmtm.org/en/mysql/ruby">www.tmtm.org/en/mysql/ruby</a>/).</p> <p>Options:</p> <ul><li> <p><code>:host</code> - Defaults to “localhost”.</p> </li><li> <p><code>:port</code> - Defaults to 3306.</p> </li><li> <p><code>:socket</code> - Defaults to “/tmp/mysql.sock”.</p> </li><li> <p><code>:username</code> - Defaults to “root”</p> </li><li> <p><code>:password</code> - Defaults to nothing.</p> </li><li> <p><code>:database</code> - The name of the database. No default, must be provided.</p> </li><li> <p><code>:encoding</code> - (Optional) Sets the client encoding by executing “SET NAMES &lt;encoding&gt;” after connection.</p> </li><li> <p><code>:reconnect</code> - Defaults to false (See MySQL documentation: <a href="http://dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html">dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html</a>).</p> </li><li> <p><code>:strict</code> - Defaults to true. Enable STRICT_ALL_TABLES. (See MySQL documentation: <a href="http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html">dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html</a>)</p> </li><li> <p><code>:variables</code> - (Optional) A hash session variables to send as <code>SET @@SESSION.key = value</code> on each database connection. Use the value <code>:default</code> to set a variable to its DEFAULT value. (See MySQL documentation: <a href="http://dev.mysql.com/doc/refman/5.0/en/set-statement.html">dev.mysql.com/doc/refman/5.0/en/set-statement.html</a>).</p> </li><li> <p><code>:sslca</code> - Necessary to use MySQL with an SSL connection.</p> </li><li> <p><code>:sslkey</code> - Necessary to use MySQL with an SSL connection.</p> </li><li> <p><code>:sslcert</code> - Necessary to use MySQL with an SSL connection.</p> </li><li> <p><code>:sslcapath</code> - Necessary to use MySQL with an SSL connection.</p> </li><li> <p><code>:sslcipher</code> - Necessary to use MySQL with an SSL connection.</p> </li></ul> </div> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="MysqlAdapter/Fields.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::Fields</a> </li> <li> <span class="type">CLASS</span> <a href="MysqlAdapter/StatementPool.html">ActiveRecord::ConnectionAdapters::MysqlAdapter::StatementPool</a> </li> </ul> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>A</dt> <dd> <ul> <li> <a href="#method-i-active-3F">active?</a> </li> </ul> </dd> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-clear_cache-21">clear_cache!</a>, </li> <li> <a href="#method-i-client_encoding">client_encoding</a> </li> </ul> </dd> <dt>D</dt> <dd> <ul> <li> <a href="#method-i-disconnect-21">disconnect!</a> </li> </ul> </dd> <dt>E</dt> <dd> <ul> <li> <a href="#method-i-exec_query">exec_query</a> </li> </ul> </dd> <dt>L</dt> <dd> <ul> <li> <a href="#method-i-last_inserted_id">last_inserted_id</a> </li> </ul> </dd> <dt>N</dt> <dd> <ul> <li> <a href="#method-c-new">new</a> </li> </ul> </dd> <dt>R</dt> <dd> <ul> <li> <a href="#method-i-reconnect-21">reconnect!</a>, </li> <li> <a href="#method-i-reset-21">reset!</a> </li> </ul> </dd> <dt>S</dt> <dd> <ul> <li> <a href="#method-i-select_rows">select_rows</a>, </li> <li> <a href="#method-i-supports_statement_cache-3F">supports_statement_cache?</a> </li> </ul> </dd> </dl> <!-- Section constants --> <div class="sectiontitle">Constants</div> <table border='0' cellpadding='5'> <tr valign='top'> <td class="attr-name">ADAPTER_NAME</td> <td>=</td> <td class="attr-value">&#39;MySQL&#39;.freeze</td> </tr> <tr valign='top'> <td>&nbsp;</td> <td colspan="2" class="attr-desc"></td> </tr> <tr valign='top'> <td class="attr-name">ENCODINGS</td> <td>=</td> <td class="attr-value">{ &quot;armscii8&quot; =&gt; nil, &quot;ascii&quot; =&gt; Encoding::US_ASCII, &quot;big5&quot; =&gt; Encoding::Big5, &quot;binary&quot; =&gt; Encoding::ASCII_8BIT, &quot;cp1250&quot; =&gt; Encoding::Windows_1250, &quot;cp1251&quot; =&gt; Encoding::Windows_1251, &quot;cp1256&quot; =&gt; Encoding::Windows_1256, &quot;cp1257&quot; =&gt; Encoding::Windows_1257, &quot;cp850&quot; =&gt; Encoding::CP850, &quot;cp852&quot; =&gt; Encoding::CP852, &quot;cp866&quot; =&gt; Encoding::IBM866, &quot;cp932&quot; =&gt; Encoding::Windows_31J, &quot;dec8&quot; =&gt; nil, &quot;eucjpms&quot; =&gt; Encoding::EucJP_ms, &quot;euckr&quot; =&gt; Encoding::EUC_KR, &quot;gb2312&quot; =&gt; Encoding::EUC_CN, &quot;gbk&quot; =&gt; Encoding::GBK, &quot;geostd8&quot; =&gt; nil, &quot;greek&quot; =&gt; Encoding::ISO_8859_7, &quot;hebrew&quot; =&gt; Encoding::ISO_8859_8, &quot;hp8&quot; =&gt; nil, &quot;keybcs2&quot; =&gt; nil, &quot;koi8r&quot; =&gt; Encoding::KOI8_R, &quot;koi8u&quot; =&gt; Encoding::KOI8_U, &quot;latin1&quot; =&gt; Encoding::ISO_8859_1, &quot;latin2&quot; =&gt; Encoding::ISO_8859_2, &quot;latin5&quot; =&gt; Encoding::ISO_8859_9, &quot;latin7&quot; =&gt; Encoding::ISO_8859_13, &quot;macce&quot; =&gt; Encoding::MacCentEuro, &quot;macroman&quot; =&gt; Encoding::MacRoman, &quot;sjis&quot; =&gt; Encoding::SHIFT_JIS, &quot;swe7&quot; =&gt; nil, &quot;tis620&quot; =&gt; Encoding::TIS_620, &quot;ucs2&quot; =&gt; Encoding::UTF_16BE, &quot;ujis&quot; =&gt; Encoding::EucJP_ms, &quot;utf8&quot; =&gt; Encoding::UTF_8, &quot;utf8mb4&quot; =&gt; Encoding::UTF_8, }</td> </tr> <tr valign='top'> <td>&nbsp;</td> <td colspan="2" class="attr-desc"><p>Taken from here:</p> <pre><code>https://github.com/tmtm/ruby-mysql/blob/master/lib/mysql/charset.rb </code></pre> <p>Author: TOMITA Masahiro &lt;tommy@tmtm.org&gt;</p></td> </tr> </table> <!-- Methods --> <div class="sectiontitle">Class Public methods</div> <div class="method"> <div class="title method-title" id="method-c-new"> <b>new</b>(connection, logger, connection_options, config) <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-c-new" name="method-c-new" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a> </p> <div id="method-c-new_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 103</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">connection</span>, <span class="ruby-identifier">logger</span>, <span class="ruby-identifier">connection_options</span>, <span class="ruby-identifier">config</span>) <span class="ruby-keyword">super</span> <span class="ruby-ivar">@statements</span> = <span class="ruby-constant">StatementPool</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@connection</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">type_cast_config_to_integer</span>(<span class="ruby-identifier">config</span>.<span class="ruby-identifier">fetch</span>(<span class="ruby-value">:statement_limit</span>) { <span class="ruby-number">1000</span> })) <span class="ruby-ivar">@client_encoding</span> = <span class="ruby-keyword">nil</span> <span class="ruby-identifier">connect</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-active-3F"> <b>active?</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-active-3F" name="method-i-active-3F" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-active-3F_source')" id="l_method-i-active-3F_source">show</a> </p> <div id="method-i-active-3F_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 144</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">active?</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:stat</span>) <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">stat</span> <span class="ruby-keyword">else</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">query</span> <span class="ruby-string">&#39;select 1&#39;</span> <span class="ruby-keyword">end</span> <span class="ruby-comment"># mysql-ruby doesn&#39;t raise an exception when stat fails.</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:errno</span>) <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">errno</span>.<span class="ruby-identifier">zero?</span> <span class="ruby-keyword">else</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">rescue</span> <span class="ruby-constant">Mysql</span><span class="ruby-operator">::</span><span class="ruby-constant">Error</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-clear_cache-21"> <b>clear_cache!</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-clear_cache-21" name="method-i-clear_cache-21" class="permalink">Link</a> </div> <div class="description"> <p>Clears the prepared statements cache.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-clear_cache-21_source')" id="l_method-i-clear_cache-21_source">show</a> </p> <div id="method-i-clear_cache-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 195</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">clear_cache!</span> <span class="ruby-keyword">super</span> <span class="ruby-ivar">@statements</span>.<span class="ruby-identifier">clear</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-client_encoding"> <b>client_encoding</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-client_encoding" name="method-i-client_encoding" class="permalink">Link</a> </div> <div class="description"> <p>Get the client encoding for this database</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-client_encoding_source')" id="l_method-i-client_encoding_source">show</a> </p> <div id="method-i-client_encoding_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 244</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">client_encoding</span> <span class="ruby-keyword">return</span> <span class="ruby-ivar">@client_encoding</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@client_encoding</span> <span class="ruby-identifier">result</span> = <span class="ruby-identifier">exec_query</span>( <span class="ruby-string">&quot;SHOW VARIABLES WHERE Variable_name = &#39;character_set_client&#39;&quot;</span>, <span class="ruby-string">&#39;SCHEMA&#39;</span>) <span class="ruby-ivar">@client_encoding</span> = <span class="ruby-constant">ENCODINGS</span>[<span class="ruby-identifier">result</span>.<span class="ruby-identifier">rows</span>.<span class="ruby-identifier">last</span>.<span class="ruby-identifier">last</span>] <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-disconnect-21"> <b>disconnect!</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-disconnect-21" name="method-i-disconnect-21" class="permalink">Link</a> </div> <div class="description"> <p>Disconnects from the database if already connected. Otherwise, this method does nothing.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-disconnect-21_source')" id="l_method-i-disconnect-21_source">show</a> </p> <div id="method-i-disconnect-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 169</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">disconnect!</span> <span class="ruby-keyword">super</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">close</span> <span class="ruby-keyword">rescue</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-exec_query"> <b>exec_query</b>(sql, name = &#39;SQL&#39;, binds = []) <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-exec_query" name="method-i-exec_query" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-exec_query_source')" id="l_method-i-exec_query_source">show</a> </p> <div id="method-i-exec_query_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 253</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">exec_query</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-identifier">name</span> = <span class="ruby-string">&#39;SQL&#39;</span>, <span class="ruby-identifier">binds</span> = []) <span class="ruby-keyword">if</span> <span class="ruby-identifier">without_prepared_statement?</span>(<span class="ruby-identifier">binds</span>) <span class="ruby-identifier">result_set</span>, <span class="ruby-identifier">affected_rows</span> = <span class="ruby-identifier">exec_without_stmt</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-identifier">name</span>) <span class="ruby-keyword">else</span> <span class="ruby-identifier">result_set</span>, <span class="ruby-identifier">affected_rows</span> = <span class="ruby-identifier">exec_stmt</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">binds</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">yield</span> <span class="ruby-identifier">affected_rows</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">block_given?</span> <span class="ruby-identifier">result_set</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-last_inserted_id"> <b>last_inserted_id</b>(result) <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-last_inserted_id" name="method-i-last_inserted_id" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-last_inserted_id_source')" id="l_method-i-last_inserted_id_source">show</a> </p> <div id="method-i-last_inserted_id_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 265</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">last_inserted_id</span>(<span class="ruby-identifier">result</span>) <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">insert_id</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-reconnect-21"> <b>reconnect!</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-reconnect-21" name="method-i-reconnect-21" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-reconnect-21_source')" id="l_method-i-reconnect-21_source">show</a> </p> <div id="method-i-reconnect-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 161</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reconnect!</span> <span class="ruby-keyword">super</span> <span class="ruby-identifier">disconnect!</span> <span class="ruby-identifier">connect</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-reset-21"> <b>reset!</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-reset-21" name="method-i-reset-21" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-reset-21_source')" id="l_method-i-reset-21_source">show</a> </p> <div id="method-i-reset-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 174</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">reset!</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:change_user</span>) <span class="ruby-comment"># See http://bugs.mysql.com/bug.php?id=33540 -- the workaround way to</span> <span class="ruby-comment"># reset the connection is to change the user to the same user.</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">change_user</span>(<span class="ruby-ivar">@config</span>[<span class="ruby-value">:username</span>], <span class="ruby-ivar">@config</span>[<span class="ruby-value">:password</span>], <span class="ruby-ivar">@config</span>[<span class="ruby-value">:database</span>]) <span class="ruby-identifier">configure_connection</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-select_rows"> <b>select_rows</b>(sql, name = nil, binds = []) <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-select_rows" name="method-i-select_rows" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-select_rows_source')" id="l_method-i-select_rows_source">show</a> </p> <div id="method-i-select_rows_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 187</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">select_rows</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-identifier">name</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">binds</span> = []) <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">query_with_result</span> = <span class="ruby-keyword">true</span> <span class="ruby-identifier">rows</span> = <span class="ruby-identifier">exec_query</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-identifier">name</span>, <span class="ruby-identifier">binds</span>).<span class="ruby-identifier">rows</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">more_results</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-ivar">@connection</span>.<span class="ruby-identifier">next_result</span> <span class="ruby-comment"># invoking stored procedures with CLIENT_MULTI_RESULTS requires this to tidy up else connection will be dropped</span> <span class="ruby-identifier">rows</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-supports_statement_cache-3F"> <b>supports_statement_cache?</b>() <a href="../../../classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html#method-i-supports_statement_cache-3F" name="method-i-supports_statement_cache-3F" class="permalink">Link</a> </div> <div class="description"> <p>Returns true, since this connection adapter supports prepared statement caching.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-supports_statement_cache-3F_source')" id="l_method-i-supports_statement_cache-3F_source">show</a> </p> <div id="method-i-supports_statement_cache-3F_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_adapters/mysql_adapter.rb, line 113</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">supports_statement_cache?</span> <span class="ruby-keyword">true</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
benfreeman/yammer_training
doc/api/classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html
HTML
mit
30,722
<!DOCTYPE html> <html lang="en-us"> <head> <title>Tag: Arm assembly - Self dot send (Computing Blog)</title> <meta charset="utf-8" /> <meta name="author" content="Pankaj Doharey" /> <link rel="stylesheet" href="/media/css/style.css"> <link rel="stylesheet" href="/media/css/highlight.css"> <style type="text/css"></style> </head> <body class="container"> <nav class="main-nav"> <a href="/">Blog</a> <a href="/blog">Archive</a> <a href="/tags">Tag</a> <a href="/about/">About</a> <a class="cta" href="https://github.com/metacritical"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 499.36" focusable="false"><title>GitHub</title><path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z" fill="currentColor" fill-rule="evenodd"></path></svg> </a> </nav> <div> <div class="post"> <h1>Tag: Arm assembly</h1> <ul class="org-ul"> <li><a href="/blog/2018/07/14/lolcat-in-64-arm-assembly">Lolcat in 64 arm assembly.</a></li> </ul> </div> </div> <div> <section id="wrapper"> <br /> <br /> <script src="https://code.jquery.com/jquery-latest.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script> <script src="/media/js/main.js"></script> <div align="center"> <footer id="footer"> <p class="small"> Copyright &copy; 2012 - <span id="footerYear"></span> <a href="mailto:pankajdoharey &lt;at&gt; Pankajs-MacBook-Air &lt;dot&gt; local">Pankaj Doharey</a> &nbsp;&nbsp;-&nbsp;&nbsp; Powered by <a href="https://github.com/metacritical/AOG" target="_blank">AOG</a> <script type="text/javascript">document.getElementById("footerYear").innerHTML = (new Date()).getFullYear();</script> </p> <br /> </footer> </div> </section> </div> </body> </html>
metacritical/metacritical.github.io
tags/arm-assembly/index.html
HTML
mit
2,735
<div class="header"> <div class="container"> <h1 class="logo"><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1> <nav class="nav-collapse"> <ul class="noList"> {% for link in site.navigation %}{% assign current = nil %}{% if page.url contains link.url %}{% assign current = 'current' %}{% endif %} <li class="element {% if forloop.first %}first{% endif %} {{ current }} {% if forloop.last %}last{% endif %}"> <a href="{{ link.url | prepend: site.baseurl }}">{{ link.title }}</a> </li> {% endfor %} <li> <a href="#!" data-modal="modalSearch">Search</a></li> <li> <a href="https://github.com/vany0114" target="_blank">GitHub</a></li> </ul> </nav> </div> </div><!-- end .header -->
vany0114/vany0114.github.io
_includes/header.html
HTML
mit
890
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>corn: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / corn - 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> corn <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-27 05:16:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 05:16:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;b.a.w.spitters@gmail.com&quot; homepage: &quot;http://corn.cs.ru.nl/&quot; dev-repo: &quot;git+https://github.com/c-corn/corn.git&quot; bug-reports: &quot;https://github.com/c-corn/corn/issues&quot; doc: &quot;http://corn.cs.ru.nl/&quot; authors: &quot;Corn development team&quot; license: &quot;GPL 2&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoRN&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-math-classes&quot; {= &quot;1.0.7&quot;} ] synopsis: &quot;The CoRN library. A library for constructive analysis&quot; flags: light-uninstall url { src: &quot;https://github.com/c-corn/corn/archive/1.2.0.zip&quot; checksum: &quot;md5=00b0a8cc680146bbcb7933172fcbd04e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-corn.1.2.0 coq.8.14.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.14.1). The following dependencies couldn&#39;t be met: - coq-corn -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-corn.1.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.14.1/corn/1.2.0.html
HTML
mit
6,641
<!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> Perma Spec - 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=1492308833648&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=35218&V_SEARCH.docsStart=35217&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35216&amp;V_DOCUMENT.docRank=35217&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492308860239&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456243526&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35218&amp;V_DOCUMENT.docRank=35219&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492308860239&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567048890&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Perma Spec </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Perma Spec</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.permaspec.com" target="_blank" title="Website URL">http://www.permaspec.com</a></p> <p><a href="mailto:info@permaspec.com" title="info@permaspec.com">info@permaspec.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"> 100, rue des Cervidés<br/> SAINT-COLOMBAN, Quebec<br/> J5K 0C7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 100, rue des Cervidés<br/> SAINT-COLOMBAN, Quebec<br/> J5K 0C7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (450) 304-3040 </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> Entrepreneur spécialisé en pierres décorative <br>rénovation général résidenciel, revêtement de pierre de culture et alternative<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> Richard Arsenault </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Président<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 304-3040 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> richardvancouver@videotron.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238110 - Poured Concrete Foundation and Structure Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 236110 - Residential Building Construction<br> 561730 - Landscaping Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Contracteur Spécialisé<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rénovation spécialisé, secteur résidenciel<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> Richard Arsenault </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Président<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 304-3040 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> richardvancouver@videotron.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 238110 - Poured Concrete Foundation and Structure Contractors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 236110 - Residential Building Construction<br> 561730 - Landscaping Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Contracteur Spécialisé<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rénovation spécialisé, secteur résidenciel<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-01-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&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567145653.html
HTML
mit
33,913
<!--@EliasHasle--> <!-- This can test more features by using the trapezoid prism hull instead of the triangular prism hull. Then I need to redo the hand-calculated formulae. --> <!DOCTYPE html> <html> <head> <title>Comparison of manually calculations and library calculations</title> <meta charset="utf-8"> <script type="text/javascript" src="libs/renderjson.js"></script> <script src="../build/vessel.js"></script> </head> <body> <ul id="log"></ul> <script> function logToScreen(s, o) { let log = document.getElementById("log"); let entry = document.createElement("li"); entry.innerHTML = s; if (o !== undefined) { let pre = document.createElement("pre"); pre.appendChild(renderjson(o)); entry.appendChild(pre); } log.appendChild(entry); } function compToScreen(s, man, machine) { let log = document.getElementById("log"); let entry = document.createElement("li"); entry.innerHTML = s + " "; let left = document.createElement("div"); left.style.display = "inline-block"; left.style.verticalAlign = "top"; left.appendChild(document.createTextNode("Man")); let preLeft = document.createElement("pre"); preLeft.appendChild(renderjson(man)); left.appendChild(preLeft); entry.appendChild(left); let right = document.createElement("div"); right.style.display = "inline-block"; right.style.verticalAlign = "top"; right.appendChild(document.createTextNode("Machine")); let preRight = document.createElement("pre"); preRight.appendChild(renderjson(machine)); right.appendChild(preRight); entry.appendChild(right); log.appendChild(entry); } var v; var s; Vessel.loadShip("ship_specs/blockCase.json", useShip); function useShip(ship) { v = ship; //just to have an entry point for debugging. renderjson.set_sort_objects(true); logToScreen("Ship: ", ship); //logToScreen("Design state: ", ship.designState); renderjson.set_show_to_level("all"); let w = ship.getWeight(); logToScreen("Assuming weight from library calculation: ", w); //Weight cannot be compared until the method for calculating it has been specified. Right now the library method is faulty anyway. /*compToScreen("Weight at design state: ", { mass: 1000*disp, cg: { x: undefined, y: undefined, z: KG } }, w);*/ //Some of the hand-calculated values from @MrEranwe //are not calculated by the library yet. //And the library does not account for trim when calculating Cb etc. //Therefore I have made new, simpler, calculations that map to the ones made by the library. //Simplified calculations for triangular prism case, without trim: let ha = ship.structure.hull.attributes; let LOA = ha.LOA; let BOA = ha.BOA; let Depth = ha.Depth; let displacement = w.mass; let rho = 1025; //kg/m^3 //Using: displacement = Vs*rho = 0.5*rho*LOA*(BOA/Depth)*T^2 let T = Math.sqrt(2 * displacement * Depth / (rho * LOA * BOA)); if (T >= Depth) { logToScreen("Invalid calculations, because T>=Depth. T=" + T); } let BWL = (BOA / Depth) * T; let LWL = LOA; let Vs = 0.5 * LWL * BWL * T; //let Vbb = BWL*LWL*T;// = LOA*(BOA/Depth)*T^2 let Cb = 0.5;// = Vs/Vbb let Cp = 1; // because the hull is a prism let Cm = 0.5; //Cb/Cp (what is this?) let Ap = 0.5 * BWL * T; let As = 2 * Ap + 2 * LWL * Math.sqrt(T ** 2 + (0.5 * BWL) ** 2); let Awp = LWL * BWL; let Cwp = 1; let Cv = {x: 0.5 * LOA, y: 0, z: (2 / 3.) * T} let LCB = Cv.x; let KB = Cv.z; let Ixwp = LWL * BWL ** 3 / 12.; let Iywp = BWL * LWL ** 3 / 12.; let BMt = Ixwp / Vs; let BMl = Iywp / Vs; let xcwp = 0.5 * LWL; let ycwp = 0; let LCF = xcwp; let minXs = 0; let maxXs = LWL; let minYs = -0.5 * BWL; let maxYs = 0.5 * BWL; let LBP = LWL - ha.APP; /*let Tc = ship.calculateDraft(); logToScreen("Calculated draft: Man: "+ T + ", Machine: "+ Tc);*/ logToScreen("Assuming draft = " + T + ":"); let hca = v.structure.hull.calculateAttributesAtDraft(T); compToScreen("Calculated hull values at calculated draft: ", { LWL: LWL, BWL: BWL, Ap: Ap, As: As, Awp: Awp, Cwp: Cwp, Cb: Cb, Cm: Cm, Cp: Cp, Cv: Cv,/*{ x: LCBx, y: undefined, z: KB },*/ LCB: LCB, KB: KB, xcwp: xcwp,//LCFx ycwp: ycwp, LCF: LCF, Ixwp: Ixwp, Iywp: Iywp, BMt: BMt, BMl: BMl, Vs: Vs, //Vbb: Vbb, minXs: minXs, maxXs: maxXs, minYs: minYs, maxYs: maxYs, LBP: LBP //more }, hca); //let wl = v.structure.hull.getWaterline(T,3); //logToScreen("Waterline at calculated draft: ", wl); } </script> </body> </html>
shiplab/vesseljs
examples/blockCase_compare_json.html
HTML
mit
4,725
<html><body> <h4>Windows 10 x64 (18362.329)</h4><br> <h2>_PROC_IDLE_POLICY</h2> <font face="arial"> +0x000 PromotePercent : UChar<br> +0x001 DemotePercent : UChar<br> +0x002 PromotePercentBase : UChar<br> +0x003 DemotePercentBase : UChar<br> +0x004 AllowScaling : UChar<br> +0x005 ForceLightIdle : UChar<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.329)/_PROC_IDLE_POLICY.html
HTML
mit
366
<section data-ng-controller="EventsController" data-ng-init="find()"> <div class="events__header"> <md-text-float label="{{ 'Find event for you' | translate}}" ng-model="search"></md-text-float> </div> <div> <div class="events__filter__label" ng-if="!isFilterVisible" ng-click="toggleFilterVisibility()">Show Advanced Filter<span class="caret"></span></div> <div class="events__filter__label dropup" ng-if="isFilterVisible" ng-click="toggleFilterVisibility()">Hide Advanced Filter<span class="caret"></span></div> <div class="events__filters" ng-show="isFilterVisible"> <div> <label class="events__filter__text">Filter by Tags: </label><input class="form-control events__filter__input" type="text" ng-model="tagName" placeholder="Type tag here"/> </div> </div> </div> <div class="list-group"> <a data-ng-repeat="event in events | filter : search | tagSearch : tagName | orderBy: 'startDate'" data-ng-href="#!/events/{{event._id}}" class="list-group-item events-list__item clearfix"> <div class="events-list__item__image"> <img ng-src="/images/event_thumbnail.png"/> </div> <div class="events-list__item__content"> <h4 class="list-group-item-heading event-list__item__header" data-ng-bind="event.title"></h4> <p class="list-group-item-text event-list__item__text" data-ng-bind="event.description"></p> <p class="list-group-item-text event-list__item__text" > <label>Start: {{event.startDate | date:'d MMMM yyyy, hh:mm' : 'UTC' }}</label><br/> <label>End: {{event.endDate | date:'d MMMM yyyy, hh:mm' : 'UTC' }}</label> </p> <p class="list-group-item-text event-list__item__text" > <label class="event-list__item__tags">Tags: {{showTags(event)}}</label><br/> </p> </div> </a> </div> <div class="alert alert-warning text-center" data-ng-if="events.$resolved && !events.length"> <label translate="No events yet, why don't you "></label><a href="/#!/events/create"><label traslate="create one"></label></a>? </div> </section>
freelook/EVENTA
public/modules/events/views/list-events.client.view.html
HTML
mit
2,011
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <script> function codeAddress() { alert('ok'); } window.onload = codeAddress; </script> </head> <body> <script> </script> hi, this is fun </body> </html>
jordan52/angularNonsense
app/debugTest.html
HTML
mit
267
<!DOCTYPE html> <!--[if lt IE 8]> <html class="no-js lt-ie8 lt-ie9" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]--> <!--[if IE 9 ]> <html class="no-js ie9" lang="en"> <![endif]--> <!--[if !(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Test: [-replace-name-]</title> <script type="text/javascript"> var $html=document.documentElement;if($html.classList)$html.classList.remove("no-js"),$html.classList.add("js");else{var className="no-js";$html.className=$html.className.replace(new RegExp("(^|\\b)"+className.split(" ").join("|")+"(\\b|$)","gi")," "),$html.className+=" js"} </script> <link rel="stylesheet" href="./../site/style.css"> </head> <body> <noscript> <p role="alert">This website needs JavaScript to work properly.</p> </noscript> <a class="test-link" href="../">&larr; back to the module index</a> <h1>React test: [-replace-name-]</h1> <div id='root'></div> <script src="bundle.js"></script> </body> </html>
govau/uikit
.templates/new-module/tests/react/index.html
HTML
mit
1,097
<html> <head> <title>Example minimum receiver</title> <script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js"></script> </head> <body> <audio id='media'/> <script> window.onload = function() { window.mediaElement = document.getElementById('media'); window.mediaManager = new cast.receiver.MediaManager(window.mediaElement); window.castReceiverManager = cast.receiver.CastReceiverManager.getInstance(); window.castReceiverManager.start(); } window.castReceiverManager.onSenderDisconnected = function(event) { if(window.castReceiverManager.getSenders().length == 0 && event.reason = cast.receiver.system.DisconnectReason.REQUESTED_BY_SENDER) { window.close(); } } </script> </body> </html>
hansolo669/Demos
reciver.html
HTML
mit
749
<div class="container"> <p>Account</p> <form name="accountForm"> <label> Name: <input type="text" ng-model="user.name"> </label> <br> <label> Email: <input type="text" ng-model="user.email"> </label> <br> <!-- <label> Email: <input type="text" ng-model="user.email"> </label> --> <button>Save Changes</button> </form> </div>
gdi2290/client
app/account/account.html
HTML
mit
404
<!doctype html> <html> <head> <title>CMPSC311 Project Submission Portal</title> <link rel="stylesheet" href="css/style.css"/> <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'> </head> <body> <div class="banner"><h1>CMPSC311 Project Submission Portal</h1></div> <div id="container"><h2 class="prompt">Your project was submitted successfully! You should receive an email soon with details of your submission. If you do not receive an email, please send an email to the administrator at 311project@cse.psu.edu.</h2></div> </body> </html>
jcrafts318/Project-Submission-Portal
html/submit_success.html
HTML
mit
597
<!-- include profile.js to add information to bowtie user profiles --> <script type="text/javascript" src="/js/profile.js"></script> <h2 class="panel-heading">Edit Profile</h2> <div class='form-group'> <div id="profile" class="user-profile text-left"> <div class="row img-upload"> <div class="col-xs-4"> <img id="avatar" src='/img/user2.png' class='img img-circle'> </div> <div class="col-xs-8"> <form class="form-inline" role="form"> <div class="form-group"> <label for="exampleInputFile">Profile Pic</label> <input type="file" id="avatar-upload"> <p class="help-block">Select a new img (1MB Max) </p> </div> </form> </div> </div> <div class='form-group'> <div class="input"> <label class="text"> <i class="fa fa-twitter"></i>Twitter ID </label> <input aria-required="true" class="string text form-control" id="profile_twitter_handle" maxlength="255" name="profile[twitter_handle]" placeholder="@example" size="255" type="text" /> </div> </div> <div class='form-group'> <label class="text"> Select Something </label> <div class="select-style"> <div class="input select required"> <select class="select" id="profile_selection" name="profile[selection]" > <option>Example 1</option> <option>Example 2</option> <option>Example 3</option> </select> </div> </div> </div> <div class='form-group'> <div class="field-box"> <label>Message:</label> <small class="pull-right note"> Input Instructions</small> <textarea class="form-control" id="profile_message" rows="4"></textarea> </div> </div> <br> <form class="form-horizontal" role="form"> <div class="form-group row"> <label class="col-xs-2" for="name"> Name: </label> <div class="col-xs-8"> <input type="email" class="form-control disabled" id="user_name" placeholder="user name" disabled="true"> </div> <div class="col-xs-2"> <a class="btn-sm btn btn-primary" href="/users/edit"> Edit </a> </div> </div> <div class="form-group row"> <label class="col-xs-2" for="email"> Email: </label> <div class="col-xs-8"> <input type="email" class="form-control disabled" id="user_email" placeholder="user.email" disabled="true"> </div> <div class="col-xs-2"> <a class="btn-sm btn btn-primary" href="/users/edit"> Edit </a> </div> </div> <div class="form-group row"> <label class="col-xs-2" for="password"> Pswd: </label> <div class="col-xs-8"> <input type="email" class="form-control disabled" id="user_password" placeholder="********" disabled="true"> </div> <div class="col-xs-2"> <a class="btn-sm btn btn-primary" href="/users/edit"> Edit </a> </div> </div> <div class="form-group row"> <label class="col-xs-2" for="plan"> Plan: </label> <div class="col-xs-8"> <input type="email" class="form-control" id="user_plan" placeholder="User Plan Name" disabled> </div> <div class="col-xs-2"> <a class="btn-sm btn btn-primary" href="/users/plan"> Edit </a> </div> </div> </form> <br /> <div class='form-actions text-center'> <input id="update_profile" class="button btn btn-success" name="commit" type="submit" value="Save"> </div> </div> </div> <script type="text/javascript"> bowtie.user.info(function(user){ if(!user){ // There is no user signed in }else{ $("#user_name").val(user.name); $("#user_email").val(user.email); $("#user_plan").val(user.plan_id); } }); bowtie.user.profile(function(profile){ $("#profile_twitter_handle").val(profile.twitter_handle); $("#profile_message").val(profile.message); $("#profile_selection").val(profile.selection); }); </script>
bowtie-io/template-paywall
_includes/profile-modal.html
HTML
mit
4,242
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body data-ng-app="myApp"> Hello World <div ng-view></div> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="build/js/main.js"></script> </body> </html>
sankalplakhina/gulp-server
index.html
HTML
mit
356
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class RubyXL::CT_GradientStop - rubyXL 3.3.23</title> <script type="text/javascript"> var rdoc_rel_prefix = "../"; var index_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/darkfish.js"></script> <link href="../css/fonts.css" rel="stylesheet"> <link href="../css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link"><a href="OOXMLObject.html">RubyXL::OOXMLObject</a> </div> </div> </nav> <main role="main" aria-labelledby="class-RubyXL::CT_GradientStop"> <h1 id="class-RubyXL::CT_GradientStop" class="class"> class RubyXL::CT_GradientStop </h1> <section class="description"> <p><a href="http://www.schemacentral.com/sc/ooxml/e-a_gs-1.html">www.schemacentral.com/sc/ooxml/e-a_gs-1.html</a></p> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
lincoln131/rubyspanishxlsx
Portable/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/rubyXL-3.3.23/rdoc/RubyXL/CT_GradientStop.html
HTML
mit
2,583
{{#if items}} <div class="accordion-block"> <div class="accordion-navigation toggleLink {{#unless ../start_collapsed }} is-open {{/unless}}" role="button" data-collapsible="#facetedSearch-content--{{ facet }}"> <h5 class="accordion-title"> {{ title }} </h5> <div class="accordion-navigation-actions"> {{#if selected}} <a href="{{ remove_url }}" class="facetedSearch-clearLink" data-faceted-search-facet>{{lang 'search.faceted.clear'}}</a> {{/if}} <svg class="icon accordion-indicator toggleLink-text toggleLink-text--off"> <use xlink:href="#icon-add" /> </svg> <svg class="icon accordion-indicator toggleLink-text toggleLink-text--on"> <use xlink:href="#icon-remove" /> </svg> </div> </div> <div id="facetedSearch-content--{{ facet }}" class="accordion-content {{#unless ../start_collapsed }} is-open {{/unless}}"> <ul id="facetedSearch-navList--{{ facet }}" class="navList" data-facet="{{facet}}" data-has-more-results="{{ has_more_results }}"> {{#each items}} <li class="navList-item"> <a href="{{url}}" class="navList-action navList-action--checkbox {{#if selected }} is-selected {{/if}} {{#if has_sub_categories }} has-children {{/if}}" data-id="{{ id }}" data-faceted-search-facet> {{ title }} {{#if ../show_product_counts}} {{#if count}} <span>({{ count }})</span> {{/if}} {{/if}} </a> {{#if children}} {{> components/faceted-search/facets/hierarchy-children children}} {{/if}} </li> {{/each}} </ul> {{#if show_more_toggle}} <a href="#facetedSearch-navList--{{ facet }}" role="button" class="toggleLink"> <span class="toggleLink-text toggleLink-text--off">{{lang 'search.faceted.show-more'}}</span> </a> {{/if}} </div> </div> {{/if}}
diztinct-tim/ESL
templates/components/faceted-search/facets/hierarchy.html
HTML
mit
2,335
<form name="formHolder.schedule" id="formHolder.schedule" novalidate> <p class="tools-editor pull-right"><i class="fa" ng-class="{'fa-pencil': btns.ok.disabled, 'fa-ban': !btns.ok.disabled}" ng-click="form.edit(this)"></i></p> <div class="clearfix"></div> <h4><strong>Schedule Info</strong></h4> <div class="ln_solid"></div> <div class="row"> <div class="col-md-4 col-sm-12 col-xs-12 form-group" ng-class="{'has-error': formHolder.schedule.description.$touched && formHolder.schedule.description.$invalid}"> <label>Description</label> <input type="text" placeholder="" class="form-control" name="description" ng-model="schedule.description" ng-disabled="btns.ok.disabled" required> <span class="help-block" ng-show="formHolder.schedule.description.$touched && formHolder.schedule.description.$invalid">Description is required</span> </div> <div class="col-md-4 col-sm-12 col-xs-12 form-group"> <label>For Student</label> <select class="form-control" name="for_student" ng-model="schedule.for_student" ng-disabled="btns.ok.disabled"> <option value="0">No</option> <option value="1">Yes</option> </select> </div> <div class="col-md-4 col-sm-12 col-xs-12 form-group" ng-class="{'has-error': formHolder.schedule.section.$touched && formHolder.schedule.section.$invalid}" ng-show="schedule.for_student == '1'"> <label>Section</label> <select class="form-control" name="section" ng-model="schedule.section" ng-options="s.description for s in sections track by s.id" ng-disabled="btns.ok.disabled" ng-required="schedule.for_student == '1'"></select> <span class="help-block" ng-show="formHolder.schedule.section.$touched && formHolder.schedule.section.$invalid">Section is required</span> </div> </div> <div class="ln_solid"></div> <h4><strong>Schedule Details</strong></h4> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <table class="table"> <thead> <tr><th>Day</th><th>Duration</th><th>Morning In/Out</th><th>Afternoon In/Out</th><th>Morning Cutoff</th><th>Lunch Cutoff</th><th>Afternoon Cutoff</th><th ng-show="!btns.ok.disabled">Action</th></tr> </thead> <tbody> <tr ng-repeat="schedule_item in schedule_details"> <td class="form-group"> <input type="text" class="form-control" ng-model="schedule_item.schedule_day" ng-disabled="true"> </td> <td class="form-group"> <select class="form-control" name="duration" ng-model="schedule_item.duration" ng-disabled="btns.ok.disabled"> <option value="Wholeday">Wholeday</option> <option value="AM">AM</option> <option value="PM">PM</option> </select> </td> <td> <div class="form-group" ng-class="{'has-error': formHolder.schedule.morning_in{{$index}}['$touched'] && formHolder.schedule.morning_in{{$index}}['$invalid']}"> <input type="time" class="form-control" name="morning_in{{$index}}" ng-model="schedule_item.morning_in" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.morning_in{{$index}}['$touched'] && formHolder.schedule.morning_in{{$index}}['$invalid']">Required</span> </div> <div class="form-group" ng-class="{'has-error': formHolder.schedule.morning_out{{$index}}['$touched'] && formHolder.schedule.morning_out{{$index}}['$invalid']}"> <input type="time" class="form-control" name="morning_out{{$index}}" ng-model="schedule_item.morning_out" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.morning_out{{$index}}['$touched'] && formHolder.schedule.morning_out{{$index}}['$invalid']">Required</span> </div> </td> <td> <div class="form-group" ng-class="{'has-error': formHolder.schedule.afternoon_in{{$index}}['$touched'] && formHolder.schedule.afternoon_in{{$index}}['$invalid']}"> <input type="time" class="form-control" name="afternoon_in{{$index}}" ng-model="schedule_item.afternoon_in" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.afternoon_in{{$index}}['$touched'] && formHolder.schedule.afternoon_in{{$index}}['$invalid']">Required</span> </div> <div class="form-group" ng-class="{'has-error': formHolder.schedule.afternoon_out{{$index}}['$touched'] && formHolder.schedule.afternoon_out{{$index}}['$invalid']}"> <input type="time" class="form-control" name="afternoon_out{{$index}}" ng-model="schedule_item.afternoon_out" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.afternoon_out{{$index}}['$touched'] && formHolder.schedule.afternoon_out{{$index}}['$invalid']">Required</span> </div> </td> <td> <div class="form-group" ng-class="{'has-error': formHolder.schedule.morning_cutoff{{$index}}['$touched'] && formHolder.schedule.morning_cutoff{{$index}}['$invalid']}"> <input type="time" class="form-control" name="morning_cutoff{{$index}}" ng-model="schedule_item.morning_cutoff" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.morning_cutoff{{$index}}['$touched'] && formHolder.schedule.morning_cutoff{{$index}}['$invalid']">Required</span> </div> </td> <td class="form-group" ng-class="{'has-error': formHolder.schedule.lunch_break_cutoff{{$index}}['$touched'] && formHolder.schedule.lunch_break_cutoff{{$index}}['$invalid']}"> <input type="time" class="form-control" name="lunch_break_cutoff{{$index}}" ng-model="schedule_item.lunch_break_cutoff" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.lunch_break_cutoff{{$index}}['$touched'] && formHolder.schedule.lunch_break_cutoff{{$index}}['$invalid']">Required</span> </td> <td class="form-group" ng-class="{'has-error': formHolder.schedule.afternoon_cutoff{{$index}}['$touched'] && formHolder.schedule.afternoon_cutoff{{$index}}['$invalid']}"> <input type="time" class="form-control" name="afternoon_cutoff{{$index}}" ng-model="schedule_item.afternoon_cutoff" ng-disabled="schedule_item.disabled" required> <span class="help-block" ng-show="formHolder.schedule.afternoon_cutoff{{$index}}['$touched'] && formHolder.schedule.afternoon_cutoff{{$index}}['$invalid']">Required</span> </td> <td class="last list-action" ng-show="!btns.ok.disabled"> <a href="javascript:;" ng-show="$index>0" ng-click="form.schedule_clone(this,schedule_item)" ng-disabled="schedule_item.disabled"><i class="fa fa-clone"></i></a> <a href="javascript:;" ng-click="form.schedule_item(this,schedule_item)"><i class="fa" ng-class="{'fa-pencil': schedule_item.disabled, 'fa-check': !schedule_item.disabled}"></i></a> </td> </tr> </tbody> </table> </div> </div> <div class="ln_solid"></div> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12 col-md-offset-5 form-group"> <button type="button" class="btn btn-primary" type="button" ng-click="form.list(this)">{{btns.cancel.label}}</button> <button type="button" class="btn btn-success" ng-click="form.save(this,'schedule')">{{btns.ok.label}}</button> </div> </div> </form>
sly14flores/lzds
forms/schedule.html
HTML
mit
7,213
<HTML><HEAD> <TITLE>Review for I've Gotta Horse (1965)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0059300">I've Gotta Horse (1965)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Roger+Mellor">Roger Mellor</A></H3><HR WIDTH="40%" SIZE="4"> <P>Roger Mellor (<A HREF="mailto:roger@mellor48.freeserve.co.uk">roger@mellor48.freeserve.co.uk</A>)</P> <PRE>I've Gotta Horse (1965) (UK)</PRE> <P>Billy (Fury) is mad about animals. Already the proud possesser of a Great Dane (Rusty),an Alsatian,(Sheba), a Doberman Pinscher(Dibby), and a Chihuahua (Speedy), he goes to a country auction with his dresser Bert to buy a sheep dog. Instead he returns to the theatre in Great Yarmouth where he is rehearsing his summer show singing, for all the world to hear , 'I've gotta horse'. For behind the Landrover, spilling over with dogs, he is towing a horse box containing Armitage, a horse with a bleak future, which Billy considers a bargain 40 Guineas. In the stalls of the theatre, Billy's manager (Hymie, played by Michael Medwin),his secretary (Jo, Amanda Barrie) and the producer(Bartholomew, Bill Fraser) watch Billy singing a tender love song with mixed feelings. Bartholomew is simmering with rage over Billy's unpunctuality; Hymie is anxious for his client - and as for Jo - she is lost in world of dreams in which the words of love are being sung only for her.</P> <P>Meanwhile Billy has vanished from the theatre to arrange for the beach donkey man and his grandson to stable and feed Armitage at his farm. Hymie's warning to Billy that his preoccupation with his dogs and now with his horse could have a dramatic effect on his contract with Bartholomew falls on stony ground. For,on the the same day, in spite of the protest of the stage manager Jock, Billy brings Armitage backstage to shelter from the rain. Chaos rensues when the horse becomes entangled with the lighting system to which his rein had been tied. Hymie, a racing man at heart, takes a new interest in Armitage, when, after being groomed and properly cared for, the horse is pronounced good enough to enter for the Yarmouth races. When Armitage comes in 3rd at tremendous odds, Jo, loyal to the core wins a small fortune from Hymie, who has backed the winner but taken her bet.</P> <P>Billy invites the whole company of the show to a barbeque to celebrate Armitag's success. Jo is mortified when Billy fails to notice the eye catching gown she had brought with her winnings for his benefit. She relents later when he tells her in a quiet corner of the barn how his early life has led to his attachment to animals. Bert breaks the news that Armitage has caught pneumonia, and depressed, Billy loses all interest in his work. To lift his spirits, Hymie buys a Derby runner called 'Anselmo' with the proceeds of Billy's recording royalties. Billy announces that he intends to go to Epsom to see Anselmo run, even though the date coincides with the opening night of the show. Hymie's misgivings are matched by the prospect of having a front seat at the Derby as an owner's friend, and finally the whole company turns up at Epsom in a vintage coach, having stopped en route in London to be fitted out for the occasion. Bartholomew almost has a fit when he sees on tv his entire cast playing truant, so many miles away. Billy is a proud owner indeed when Anselmo, a complete outsider, comes 4th. On the return to Yarmouth, it is touch and go whether they will make it to the theatre on time. But they do, and Bartholomew is too relieved to see them to raise any objection. They open the show, still in their Derby suits, with Billy triumphantly singing "I'VE GOTTA HORSE"..............</P> <P>Directed by Kenneth Hume, 'I've Gotta Horse'' is simply designed as a vehicle for early sixties pop singer BuIlly Fury and produced by his manager Larry Parnes, and whether you like it or not depends entirely on whether you like Fury or not. At the peak of his fame, Billy Fury used to play a summer season at the Windmill Theatre, Great Yarmouth in a Rock and Roll Revue with Marty Wilde and other Larry Parnes acts. Much of 'I've Gotta Horse' was actually shot in Great Yarmouth while Billy was appearing in the stage show during the evenings. The theatre used in the movie is the 'Royal Aquarium', a larger venue than the Windmill , and hence more suited to filming. Billy Fury's Stage show was much more rock and roll orientated than the movie, which is clearly designed to follow the precedent of the ABPC Cliff Richard musicals, and move Billy Fury more into the 'family entertainer' field. (see also Joe Brown in "Three Hats For Lisa" another British musical movie of this period, with songs by Leslie Bricusse). The songs (with music and lyrics mainly by David Heneker and John Taylor) include: "I've Gotta Horse" (Billy Fury), Stand by Me (BF), Do the Old Soft Shoe (BF, Sheila O'Neill ), I Cried All Night (The Gamblers),Far Far Away (The Bachelors), I Like Animals (BF), Find Your Dream (BF) (by John Taylor), Dressed Up for a Man (Amanda Barrie, Sheila O'Neill), He's Got The Whole World In His Hands (The Bachelors), Won't Somebody Tell Me Why? (BF) , Problems (Michael Medwin and Amanda Barrie), You've Got To Look Right For The Part (Billy Fury, Jon Pertwee, Amanda Barrie, Michael Medwin) and Wonderful Day (Song By Michael Leander). The pop material is blended with some attractive musical comedy songs by David Heneker and John Taylor, of which for me the standout number is "You've Got To Look Right For The Part" set in a studio fashion store, with a nifty bit of product placement for 'Cecil Gee' of Shaftesbury Avenue (a store where the really trendy young men of the sixties obtained their kit). Choreography is by Ross Taylor. It is an enjoyable mix of 60's pop and musical comedy mumbers, well photographed in attractive colour. As for Billy Fury: well, he does not always look entirely comfortable in the musical comedy numbers, as he always has the lean and hungry look of the rock and roller about him! Not charismatic outside of the pop numbers, he comes across as quite natural (he cannot act at all!) and shy, and this, together with handsome boyish looks, clearly accounted for the large number of teenage girls who wanted to mother him in the early 1960's. He receives excellent support from such reliable actors as Michael Medwin and Bill Fraser, both on excellent form, And Amanda Barrie performs well in an underwritten part - it is surely no co-incidence that Amanda Barrie resembles Una Stubbs (in Summer Holiday) hairstyle and everything! It was filmed on location in and near Great Yarmouth, Norfolk, at the Royal Aquarium Theatre Great Yarmouth, Great Yarmouth racecourse, Epsom racecourse (Derby Scenes) and at Shepperton Studios.</P> <P>Roger Mellor (<A HREF="mailto:roger@mellor48.freeserve.co.uk">roger@mellor48.freeserve.co.uk</A>) Check out the British Musical Movies website at: <A HREF="http://britmusicalfilm.webjump.com">http://britmusicalfilm.webjump.com</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/19279.html
HTML
mit
8,018
<!-----------------------------------------------------------------> <!-- AUTOMATICALLY GENERATED CODE - PLEASE EDIT TEMPLATE INSTEAD --> <!-----------------------------------------------------------------> <div id="chartContainer"> <script src="/lib/d3.v3.4.8.js"></script> <script src="/dist/dimple.v2.1.3.js"></script> <script type="text/javascript"> // Create the svg and set the dimensions var svg = dimple.newSvg("#chartContainer", 590, 400); d3.tsv("/data/example_data.tsv", function (data) { // Add a bullet chart to the svg function addBullet(x, y, height, width, measure, lowMark, highMark, compareField, keyVal, compareVal, color) { // This is a custom algorithm to lighten the passed color, I find I can't // get the results I want from the d3.rgb.brighter method. function lighten(color, pct) { return d3.rgb( d3.rgb(color).r + pct * (255 - d3.rgb(color).r), d3.rgb(color).g + pct * (255 - d3.rgb(color).g), d3.rgb(color).b + pct * (255 - d3.rgb(color).b) ); } // Create a single data row for bullet data. Dimple doesn't // quite handle bullets out of the box so we need to do some // data manipulation here var bData = [ { "Metric":measure, "Value":0, "Low Value":lowMark, "High Value":highMark, "Compare Value":0 } ]; // Add the key and compare values for coloring and pop-ups bData[0][keyVal] = keyVal; bData[0][compareVal] = compareVal; // Iterate the data and put numbers into the low key or compare // value fields or exclude if in neither value data.forEach(function (d) { if (d[compareField] === keyVal) { bData[0]["Value"] += parseFloat(d[measure]); } else if (d[compareField] === compareVal) { bData[0]["Compare Value"] += parseFloat(d[measure]); } }, this); // Create the bullet chart itself at the passed bounds var bullet = new dimple.chart(svg, bData); bullet.setBounds(x, y, height, width); // Add the x and y for the main bar var bY = bullet.addCategoryAxis("y", "Metric"); var bX = bullet.addMeasureAxis("x", "Value"); // Add a separate x axis for each measure, this is required // where we want to do a series for each measure. By passing // another axis in place of the position we combine them to create // a 4 measure composite. var lX = bullet.addMeasureAxis(bX, "Low Value"); var hX = bullet.addMeasureAxis(bX, "High Value"); var cX = bullet.addMeasureAxis(bX, "Compare Value"); // Add a series for the marks first (the order defines) // document z position - first at back, last on top // NB. High/Low Mark here doesn't refer to a field in the data // rather it tags the total value with a name we can use to color var hm = bullet.addSeries("High Mark", dimple.plot.bar, [bY, hX]); var lm = bullet.addSeries("Low Mark", dimple.plot.bar, [bY, lX]); // Add the main series - keyVal is for color and tooltip var b = bullet.addSeries(keyVal, dimple.plot.bar, [bY, bX]); // Add the comparison series - compareVal is for color and tooltip var m = bullet.addSeries(compareVal, dimple.plot.bar, [bY, cX]); // Configure the markers as floating bars m.stacked = false; cX.floatingBarWidth = 2; // Set the gaps for the bar series with a narrow main series and full // width for the markers hm.barGap = 0; lm.barGap = 0; b.barGap = 0.75; // Assign the colors as different shades of the passed color bullet.assignColor(keyVal, color); bullet.assignColor(compareVal, d3.rgb(color).darker(0.5)); bullet.assignColor("Low Mark", lighten(color, 0.4)); bullet.assignColor("High Mark", lighten(color, 0.6)); // Draw the chart bullet.draw(); // Once drawn we can remove titles bX.titleShape.remove(); bY.titleShape.remove(); } // Draw the chart for each financial metric in the data to compare // Black Mesa with rival brand owner Aperture. We are coloring most // measures blue, but the costs are red as they should be interperated // as "less is better". Typically the high and low marks would be target // KPI bounds, the values are just hard coded for this example. A smarter // means to determine axis bounds would be better but I don't want to // bloat this example. addBullet(100, 30, 430, 30, "Unit Sales", 2300000, 2800000, "Owner", "Aperture", "Black Mesa", "#80B1D3"); addBullet(100, 90, 430, 30, "Sales Value", 135000000, 145000000, "Owner", "Aperture", "Black Mesa", "#80B1D3"); addBullet(100, 150, 430, 30, "Cost of Sales", 200000, 300000, "Owner", "Aperture", "Black Mesa", "#FB8072"); addBullet(100, 210, 430, 30, "Gross Profit", 140000000, 170000000, "Owner", "Aperture", "Black Mesa", "#80B1D3"); addBullet(100, 270, 430, 30, "Indirect Costs", 100000000, 150000000, "Owner", "Aperture", "Black Mesa", "#FB8072"); addBullet(100, 330, 430, 30, "Operating Profit", 12000000, 16000000, "Owner", "Aperture", "Black Mesa", "#80B1D3"); }); </script> </div>
ganeshchand/dimple
examples/advanced_bullet.html
HTML
mit
5,637
<!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:shuffle 8.4.dev</a></li> <li class="active"><a href="">2014-11-20 13:31:52</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:shuffle <small> 8.4.dev <span class="label label-success">2 s</span> </small> </h1> <p><em><script>document.write(moment("2014-11-20 13:31:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-20 13:31:52 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:shuffle/coq:contrib:shuffle.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:shuffle.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:shuffle.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:shuffle.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:shuffle.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:shuffle.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:shuffle.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:shuffle.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:shuffle] Fetching git://clarus.io/shuffle#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:shuffle.8.4.dev/.git/ [master (root-commit) 5a26ff3] opam-git-init warning: no common commits From git://clarus.io/shuffle * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 Alternate.v Gilbreath.v LICENSE Make Makefile Opposite.v Paired.v Shuffle.v Words.v bench.log description shuffle.dvi.gz HEAD is now at 760e287 Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:shuffle.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Words.v&quot; &gt; &quot;Words.v.d&quot; || ( RV=$?; rm -f &quot;Words.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Shuffle.v&quot; &gt; &quot;Shuffle.v.d&quot; || ( RV=$?; rm -f &quot;Shuffle.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Paired.v&quot; &gt; &quot;Paired.v.d&quot; || ( RV=$?; rm -f &quot;Paired.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Opposite.v&quot; &gt; &quot;Opposite.v.d&quot; || ( RV=$?; rm -f &quot;Opposite.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Gilbreath.v&quot; &gt; &quot;Gilbreath.v.d&quot; || ( RV=$?; rm -f &quot;Gilbreath.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . Shuffle &quot;Alternate.v&quot; &gt; &quot;Alternate.v.d&quot; || ( RV=$?; rm -f &quot;Alternate.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . Shuffle Words &quot;coqc&quot; -q -R . Shuffle Alternate &quot;coqc&quot; -q -R . Shuffle Paired &quot;coqc&quot; -q -R . Shuffle Opposite &quot;coqc&quot; -q -R . Shuffle Shuffle &quot;coqc&quot; -q -R . Shuffle Gilbreath for i in Alternate.vo Gilbreath.vo Opposite.vo Paired.vo Shuffle.vo Words.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Shuffle/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Shuffle/$i; \ done Installing coq:contrib:shuffle.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:shuffle.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:shuffle.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:shuffle] Fetching git://clarus.io/shuffle#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:shuffle.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/Shuffle </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:shuffle/8.4.dev/2014-11-20_13-31-52.html
HTML
mit
8,922
<!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.5beta1 / plouffe 1.0.0</a></li> <li class="active"><a href="">2015-01-31 01:41:06</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> plouffe <small> 1.0.0 <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-31 01:41:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-31 01:41:06 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb stable ../stable/packages/coq:plouffe/coq:plouffe.1.0.0</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:plouffe.1.0.0 coq.8.5beta1</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5beta1). The following dependencies couldn&#39;t be met: - coq:plouffe -&gt; coq:coquelicot -&gt; coq &lt;= 8.4.dev+ltacprof Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:plouffe.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.5beta1 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.5beta1. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing The following actions will be performed: - install coq.8.4.dev [required by coq:plouffe] - install coq:ssreflect.1.5.0 [required by coq:plouffe] - install coq:coquelicot.2.0.1 [required by coq:plouffe] - install coq:plouffe.1.0.0 === 4 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.8.4.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.8.4.dev. Building coq:ssreflect.1.5.0: make -j4 make install Installing coq:ssreflect.1.5.0. Building coq:coquelicot.2.0.1: ./configure ./remake -j4 ./remake install Installing coq:coquelicot.2.0.1. Building coq:plouffe.1.0.0: ./configure.sh make -j4 make install Installing coq:plouffe.1.0.0. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>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>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.5beta1/plouffe/1.0.0/2015-01-31_01-41-06.html
HTML
mit
7,135
<body> <!-- 页头-start --> <div njy-pageheader refresh="updataCar" delbtn-fn="delCarGoods(id)"></div> <!-- 页头-end --> <!-- logo层,右侧可以是 search-搜索框,backToIndex-返回首页图标,step-结算页中的步骤 --> <div njy-pagelogo data-title="购物车" data-right="{{have?'search':'backToIndex'}}"></div> <!-- logo层-end --> <table ng-show="have"> <thead class="bg-f1"> <tr> <td class="td-lf" style="width: 140px"> <input id="All" ng-disabled="!allCheck" type="checkbox"> <label ng-model="all" ng-class="allCheck?(all?'bg-yes':''):'bg-e'" ng-click="allCheck?allSel():''" for="All"></label> 全选 </td> <td style="width: 430px">商品</td> <td style="width: 200px">单价/规格</td> <td style="width: 200px">数量</td> <td style="width: 140px">小计</td> <td style="width: 80px">操作</td> </tr> </thead> <tbody ng-repeat="(key,temp) in cartList"> <tr> <td class="td-lf"> <input ng-disabled="temp.canCheck" id="{{key}}" type="checkbox"> <label ng-click="partSel(key)" ng-model="temp.isActive" ng-class="!temp.canCheck?'bg-e':temp.isActive?'bg-yes':''" for="{{key}}"></label> {{temp.supplierName}} </td> </tr> <tr ng-repeat="(key1,list) in temp.carGoods" ng-class="!list.isPublish?'bg-f5':list.isActive?'bg-f6':''" class="tr-h120"> <td class="td-lf td-w120"> <input id="{{key+key1}}" class="vat" type="checkbox" ng-disabled="!list.isPublish"> <label ng-click="!list.isPublish?'':someSel(key,key1)" ng-model="list.isActive" ng-class="{'bg-yes':list.isActive,'bg-e':!list.isPublish}" for="{{key+key1}}"></label> <a style="" ng-click="list.isPublish?toXqym(list.goodsId):''"><img height="80" width="80" ng-src="{{list.goodsImage}}" alt=""></a> </td> <td class="td-w400"> <a ng-click="list.isPublish?toXqym(list.goodsId):''"><span class="s-w290 h80">{{list.goodsName}}</span></a> <span style="color:#ff0000;font-weight: bold;padding-left: 20px;" class="vat" ng-show="!list.isPublish">已下架</span> </td> <td> <div class="h80"> <p ng-show="list.price1" ng-class="!list.isPublish?'bg-f5':list.initialVolume2&&list.price2?(list.amount>=list.initialVolume1&&list.amount<list.initialVolume2?'ft-3':''):list.amount>=list.initialVolume1?'ft-3':''"> {{list.initialVolume1+(list.up?'':(list.unit+'以上'))}} <b>{{'¥'+list.price1}}</b> {{list.packSpec}}</p> <p ng-show="list.price2&&list.initialVolume2" ng-class="!list.isPublish?'bg-f5':list.amount>=list.initialVolume2&&list.amount<list.initialVolume3?'ft-3':''"> {{list.initialVolume2+(list.unit+'以上')}} <b>{{'¥'+list.price2}}</b> {{list.packSpec}}</p> <p ng-show="list.price3&&list.initialVolume3" ng-class="!list.isPublish?'bg-f5':list.amount>=list.initialVolume3?'ft-3':''"> {{list.initialVolume3+(list.unit+'以上')}} <b>{{'¥'+list.price3}}</b> {{list.packSpec}}</p> </div> </td> <td> <div class="h80 rel"> <div class="numb"> <span ng-click="!list.isPublish?'':red(key,key1)" class="s-btn">-</span><input ng-blur="inpCg(list.amount,list.initialVolume1,key,key1,list.isActive,list.goodsId,list.supplierId)" ng-disabled="!list.isPublish" ng-model="list.amount" type="text" class="s-val" njy-input-number><span ng-click="!list.isPublish?'':(list.amount>=9999999?'':add(key,key1))" class="s-btn">+</span> </div> <p class="less" ng-show="list.less">最小批量{{list.initialVolume1}}{{list.unit}}</p> <p class="less" ng-show="list.most">超出最大数量9999999</p> </div> </td> <td class="td-xj"><p class="h80" ng-class="!list.isPublish?'bg-f5':''"> ¥{{list.xj | number : 2}}</p> </td> <td> <div class="h80"> <a ng-click="remove(key,key1,list.goodsId)">删除</a> </div> </td> </tr> </tbody> </table> <div ng-show="have" id="total"> <div class="total-lf"> <input id="cmp-all" ng-disabled="!allCheck" type="checkbox"> <label ng-model="all" ng-class="allCheck?(all?'bg-yes':''):'bg-e'" ng-click="allCheck?allSel():''" for="cmp-all"></label> <span>全选</span> <a ng-click="removeSome($event)">删除选中的商品</a> </div> <div class="total-rt" ng-class="haveChecked?'':'cantBal'" ng-click="haveChecked?balance():''">结算</div> <p class="fl-r">合计(不含运费):<b class="bg-ec1818">¥{{total | number : 2}}</b></p> </div> <!--空购物车--> <div id="no-cart" ng-show="!have"> <img src="img/images/little_03.png" alt=""> <p>您的购物车还是空的,去看看心仪的商品吧 <a href="{{$parent.njyPageUrl.productList}}">去购物 ></a></p> </div> <div njy-pagefoot></div> </body>
souths/njy2
view/front/shopcart.html
HTML
mit
5,399
<script type="text/ng-template" id="cartModal.html"> <div class="modal-header"> <button type="button" class="close" data-ng-click="dismiss()"><span>&times;</span></button> <h3 class="modal-title"><span class="glyphicon glyphicon-shopping-cart" ></span>ตะกร้าสินค้า </h3> <p class="edit-cart-header"><a href="" ui-sref="cart" data-ng-click="dismiss()" ><span class="glyphicon glyphicon-pencil" ><span>แก้ไขจำนวนสินค้า</a><p> </div> <div class="modal-body" ng-init="initCart()" > <div flash-message="5000"></div> <div class="table-responsive" data-ng-if="productsInCart.length && productsInCart" > <table class="table" > <thead> <tr> <th colspan="2">สินค้า</th> <th>ราคาต่อชิ้น (บาท)</th> <th >จำนวน</th> <th colspan="2" >มูลค่าสินค้า (บาท)</th> <tr> </thead> <tbody> <tr data-ng-repeat="cart in productsInCart track by $index" > <td><img src="{{cart.product.photos[0].url}}" width="80" height="80" /></td> <td class="col-md-6" > <span><a data-ng-click="dismiss()" href="#" ui-sref="product({productSlug:cart.product.slug})" >{{cart.product.name}} </a> </span> </td> <td> {{(cart.product.sale.onSale?cart.product.sale.salePrice:cart.product.price) | currency:'' }} <br> <span style="font-size:12px;" data-ng-if="cart.product.sale.onSale" > ราคาปกติ <del>{{cart.product.price |currency:'':0 }} บาท</del> </span> </td> <td > {{cart.quantity}} </td> <td>{{(cart.product.sale.onSale?cart.product.sale.salePrice:cart.product.price) * cart.quantity | currency:'' }}</td> </tr> </tbody> </table> </div> <div class="row" > <div class="col-md-12 modal-cart-sum" data-ng-if="productsInCart.length && productsInCart"> <div class="col-md-6 pull-right" > <h5 class="summary-header summary-box" >สรุปการสั่งซื้อ</h5> <p class="summary-box" >จำนวน (ชิ้น): {{totalQuantity}}</p> <p class="summary-box" > ค่าจัดส่ง ค่าจัดส่ง (บาท): <span ng-if="shippingCost" >{{shippingCost}}</span> <span ng-if="!shippingCost" class="text-success" >ฟรี</span> </p> <p class="summary-box" >มูลค่าสินค้า (บาท): {{totalPrice | currency:''}}</p> <p class="summary-box " ><b>ยอดสุทธิ</b> (รวมภาษีมูลค่าเพิ่ม): <span class="net-sum-box" ><b>{{netTotalPrice | currency:''}} </b></span>บาท</p> </div> </div> </div> <p class="text-center text-muted" style="font-size:20px;" data-ng-if="!(productsInCart.length && productsInCart)" ><strong>ไม่มีสินค้าในตะกร้า</strong></p> </div> <div class="modal-footer"> <button class="btn btn-primary" type="button" data-ng-click="dismiss()" >กลับไปช็อปต่อ</button> <button class="btn btn-success" type="button" data-ng-click="pay()" >ชำระค่าสินค้า</button> </div> </script>
siriwut/gadgetboy
public/modules/shop/directives/templates/cart.html
HTML
mit
3,863
<!DOCTYPE html> <html lang="en"> <head> <title>Basic Windows CI Web Interface</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <meta charset="UTF-8"> </head> <body> <div id="root"></div> </body> </html>
xontab/basic-node-ci
web/index.html
HTML
mit
336
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>random: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / random - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> random <small> 8.10.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/random&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Random&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: randomized algorithms&quot; &quot;keyword: monads&quot; &quot;keyword: probability&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/random/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/random.git&quot; synopsis: &quot;Interpretation of random programs&quot; description: &quot;&quot;&quot; This contribution is a modelisation of random programs as measures in Coq. It started in 2004 in the context of the AVERROES project (http://www-verimag.imag.fr/AVERROES/). It is based on comon work with Philippe Audebaud (ENS Lyon). It was last updated in february 2007. It contains the following elements - an axiomatisation of the interval [0,1] and derived properties (files Ubase.v and Uprop.v); - a definition of measures on a type A as functions of type (A-&gt;[0,1])-&gt;[0,1] enjoying special stability properties (files Monads.v and Probas.v); proofs that these constructions have a monadic structure; - an interpretation of programs of type A as measures, in particular a fixpoint construction; the definition of an axiomatic semantic for deriving judgements such as ``the probability of an expression e to evaluate to a result satisfying property q belongs to an interval [p,q]&#39;&#39; (file Prog.v); - Proof of probabilistic termination of a linear random walk (file Iterflip.v); - Proof of a program implementing a bernoulli distribution (Proba(bernouilli(p)=true)=p) using a coin flip and the derived binomial law (Proba(binomial p n=k)=C(n,k)p^k(1-p)^{n-k}) (file Bernoulli.v); - Proof of estimation of the combination of two random executions (file Choice.v) - Proof of partial termination of parameterized random walk (file Ycart.v) - Definition of a measure on traces from a mesure on transitions steps (file Nelist.v, Transitions.v) The document random.pdf contains a short introduction to the library associated to the Gallina source code of the library.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/random/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=e0d9709f1ed8622c07d9b28ca1330564&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-random.8.10.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-random -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-random.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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.8.1/random/8.10.0.html
HTML
mit
8,465
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>presburger: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / presburger - 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> presburger <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-12 05:26:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-12 05:26:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.3 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/presburger&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Presburger&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: integers&quot; &quot;keyword: arithmetic&quot; &quot;keyword: decision procedure&quot; &quot;keyword: Presburger&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Miscellaneous&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date: March 2002&quot; ] authors: [ &quot;Laurent Théry&quot; ] bug-reports: &quot;https://github.com/coq-contribs/presburger/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/presburger.git&quot; synopsis: &quot;Presburger&#39;s algorithm&quot; description: &quot;&quot;&quot; A formalization of Presburger&#39;s algorithm as stated in the initial paper by Presburger.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/presburger/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=f3c4e9c316149a8bc03bde86b6c4a2bf&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-presburger.8.9.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-presburger -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-presburger.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.3/presburger/8.9.0.html
HTML
mit
7,222
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lin-alg: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / lin-alg - 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> lin-alg <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lin-alg&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LinAlg&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-algebra&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: linear algebra&quot; &quot;category: Mathematics/Algebra&quot; &quot;date: 19 spetember 2003&quot; ] authors: [ &quot;Jasper Stein &lt;jasper@cs.kun.nl&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lin-alg/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lin-alg.git&quot; synopsis: &quot;Linear Algebra&quot; description: &quot;&quot;&quot; A development of some preliminary linear algebra based on Chapter 1 of &quot;Linear Algebra&quot; by Friedberg, Insel and Spence&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lin-alg/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=91ad67b59d2e256a95f4a9426a353e32&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-lin-alg.8.9.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-lin-alg -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lin-alg.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.2/lin-alg/8.9.0.html
HTML
mit
6,924
{% extends "v11/permissions/added_user.html" %} {% block wendy_reg_next_page %} {% endblock %}
christinagyles-ea/water
app/v6/views/bin/first_log_in/added_user.html
HTML
mit
95
<html> <body> <audio controls> <source src="https://www.asdo3IRJ395295jsingrkrg4.com" type="audio/mpeg"> </audio> </html>
gjtorikian/html-proofer
spec/html-proofer/fixtures/links/source.html
HTML
mit
130
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: Digest::Class</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">Digest::Class</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../files/lib/openssl_rb.html"> lib/openssl.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> Object </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000064">==</a>&nbsp;&nbsp; <a href="#M000061">digest</a>&nbsp;&nbsp; <a href="#M000063">digest</a>&nbsp;&nbsp; <a href="#M000060">hexdigest</a>&nbsp;&nbsp; <a href="#M000062">hexdigest</a>&nbsp;&nbsp; <a href="#M000067">length</a>&nbsp;&nbsp; <a href="#M000066">size</a>&nbsp;&nbsp; <a href="#M000065">to_s</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> <div id="method-M000061" class="method-detail"> <a name="M000061"></a> <div class="method-heading"> <a href="Class.src/M000061.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000061.html');return false;"> <span class="method-name">digest</span><span class="method-args">(data, name)</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000060" class="method-detail"> <a name="M000060"></a> <div class="method-heading"> <a href="Class.src/M000060.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000060.html');return false;"> <span class="method-name">hexdigest</span><span class="method-args">(name, data)</span> </a> </div> <div class="method-description"> </div> </div> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000064" class="method-detail"> <a name="M000064"></a> <div class="method-heading"> <a href="Class.src/M000064.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000064.html');return false;"> <span class="method-name">==</span><span class="method-args">(oth)</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000063" class="method-detail"> <a name="M000063"></a> <div class="method-heading"> <a href="Class.src/M000063.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000063.html');return false;"> <span class="method-name">digest</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000062" class="method-detail"> <a name="M000062"></a> <div class="method-heading"> <a href="Class.src/M000062.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000062.html');return false;"> <span class="method-name">hexdigest</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000067" class="method-detail"> <a name="M000067"></a> <div class="method-heading"> <a href="Class.src/M000067.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000067.html');return false;"> <span class="method-name">length</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000066" class="method-detail"> <a name="M000066"></a> <div class="method-heading"> <a href="Class.src/M000066.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000066.html');return false;"> <span class="method-name">size</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> <div id="method-M000065" class="method-detail"> <a name="M000065"></a> <div class="method-heading"> <a href="Class.src/M000065.html" target="Code" class="method-signature" onclick="popupCode('Class.src/M000065.html');return false;"> <span class="method-name">to_s</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
enzor/jror-example
doc/jruby-openssl-0.7/rdoc/classes/Digest/Class.html
HTML
mit
6,739
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="robots" content="index,follow"/> <meta name="googlebot" content="index,follow"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title>Weather App</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <link href="/styles/app.2233bc598e525538b5ba.css" rel="stylesheet"></head> <body> <div id="root"></div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script type="text/javascript" src="/scripts/app.2233bc598e525538b5ba.js"></script></body> </html>
yasirhossain/weather-app
public/index.html
HTML
mit
1,404
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="David Egan" > <link rel="icon" href="../../assets/ico/favicon.ico"> <title>Narrow Jumbotron Template for Bootstrap</title> <!-- Bootstrap core CSS --> <link href="dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="jumbotron-narrow.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy this line! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <li class="active"><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> <h3 class="text-muted">Project name</h3> </div> <div class="jumbotron"> <h1>Jumbotron heading</h1> <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> <p><a class="btn btn-lg btn-success" href="#" role="button">Sign up today</a></p> </div> <div class="row marketing"> <div class="col-lg-6"> <h4>Subheading</h4> <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p> <h4>Subheading</h4> <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p> <h4>Subheading</h4> <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p> </div> <div class="col-lg-6"> <h4>Subheading</h4> <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p> <h4>Subheading</h4> <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p> <h4>Subheading</h4> <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p> </div> </div> <div class="footer"> <p>&copy; Company 2014</p> </div> </div> <!-- /container --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> </body> </html>
DavidCWebs/drawing-gym-wire
jumbotron-narrow.html
HTML
mit
3,037
<HTML> <HEAD> <TITLE>Listing of C:\Users\GRODAN~1\AppData\Local\Temp\s40g.as</TITLE> <LINK rel=stylesheet href="udf_styles.css" type="text/css"> </HEAD> <BODY> <table class=""> <tr><td><code><i> 1</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 2</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Microchip&nbsp MPLAB&nbsp XC8&nbsp C&nbsp Compiler&nbsp V1.21</code></td></tr> <tr><td><code><i> 3</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Copyright&nbsp (C)&nbsp 1984-2013&nbsp HI-TECH&nbsp Software</code></td></tr> <tr><td><code><i> 4</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 5</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Auto-generated&nbsp runtime&nbsp startup&nbsp code&nbsp for&nbsp final&nbsp link&nbsp stage.</code></td></tr> <tr><td><code><i> 6</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 7</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 8</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Compiler&nbsp options:</code></td></tr> <tr><td><code><i> 9</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 10</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --chip=18F2580&nbsp -G&nbsp \</code></td></tr> <tr><td><code><i> 11</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -mdist/Relocated/production/kelvin_ntc.X.production.map&nbsp --double=32&nbsp \</code></td></tr> <tr><td><code><i> 12</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --float=24&nbsp --emi=wordwrite&nbsp \</code></td></tr> <tr><td><code><i> 13</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --opt=default,+asm,-asmfile,+speed,-space,-debug&nbsp --addrqual=ignore&nbsp \</code></td></tr> <tr><td><code><i> 14</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --mode=pro&nbsp -DENABLE_WRITE_2PROTECTED_LOCATIONS&nbsp -DRELEASE&nbsp -P&nbsp -N255&nbsp \</code></td></tr> <tr><td><code><i> 15</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -I../&nbsp -I../../vscp_firmware/pic/common&nbsp -I../../vscp_firmware/common&nbsp \</code></td></tr> <tr><td><code><i> 16</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -I../../vscp_software/src/vscp/common&nbsp --warn=0&nbsp --asmlist&nbsp \</code></td></tr> <tr><td><code><i> 17</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --summary=default,-psect,-class,+mem,-hex,+file&nbsp --html&nbsp \</code></td></tr> <tr><td><code><i> 18</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --codeoffset=0x200&nbsp --output=default,-inhx032&nbsp \</code></td></tr> <tr><td><code><i> 19</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,+plib&nbsp \</code></td></tr> <tr><td><code><i> 20</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --output=-mcof,+elf&nbsp --errformat=%f:%l:&nbsp error:&nbsp (%n)&nbsp %s&nbsp \</code></td></tr> <tr><td><code><i> 21</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --warnformat=%f:%l:&nbsp warning:&nbsp (%n)&nbsp %s&nbsp \</code></td></tr> <tr><td><code><i> 22</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --msgformat=%f:%l:&nbsp advisory:&nbsp (%n)&nbsp %s&nbsp \</code></td></tr> <tr><td><code><i> 23</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -odist/Relocated/production/kelvin_ntc.X.production.elf&nbsp \</code></td></tr> <tr><td><code><i> 24</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Relocated/production/_ext/1472/main.p1&nbsp \</code></td></tr> <tr><td><code><i> 25</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Relocated/production/_ext/1472/ntc.p1&nbsp \</code></td></tr> <tr><td><code><i> 26</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Relocated/production/_ext/1472/ECAN.p1&nbsp \</code></td></tr> <tr><td><code><i> 27</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Relocated/production/_ext/1554471087/eeprom.p1&nbsp \</code></td></tr> <tr><td><code><i> 28</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Relocated/production/_ext/1935753226/vscp_firmware.p1</code></td></tr> <tr><td><code><i> 29</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 30</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 31</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 32</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp processor&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 18F2580</code></td></tr> <tr><td><code><i> 33</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 34</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp _main,start</code></td></tr> <tr><td><code><i> 35</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp FNROOT&nbsp _main</code></td></tr> <tr><td><code><i> 36</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 37</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp pic18cxx&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp equ&nbsp&nbsp&nbsp&nbsp 1</code></td></tr> <tr><td><code><i> 38</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 39</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 40</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 41</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp const,class=CODE,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 42</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp smallconst,class=SMALLCONST,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 43</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp mediumconst,class=MEDIUMCONST,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 44</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rbss,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 45</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bss,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 46</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rdata,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 47</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp irdata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 48</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bss,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 49</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp data,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 50</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 51</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvrram,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 52</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvbit,class=COMRAM,bit,space=1,noexec</code></td></tr> <tr><td><code><i> 53</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp temp,ovrld,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 54</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp struct,ovrld,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 55</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rbit,class=COMRAM,bit,space=1,noexec</code></td></tr> <tr><td><code><i> 56</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bigbss,class=BIGRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 57</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bigdata,class=BIGRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 58</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp ibigdata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 59</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp farbss,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 60</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvFARRAM,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 61</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp fardata,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 62</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp ifardata,class=CODE,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 63</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 64</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp reset_vec,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 65</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp powerup,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 66</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcode,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 67</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcode_body,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 68</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcodelo,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 69</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intret,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 70</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intentry,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 71</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 72</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intsave_regs,class=BIGRAM,space=1</code></td></tr> <tr><td><code><i> 73</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp init,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 74</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp text,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 75</i> </code></td><td><code>&nbsp GLOBAL&nbsp intlevel0,intlevel1,intlevel2</code></td></tr> <tr><td><code><i> 76</i> </code></td><td><code>&nbsp intlevel0:</code></td></tr> <tr><td><code><i> 77</i> </code></td><td><code>&nbsp intlevel1:</code></td></tr> <tr><td><code><i> 78</i> </code></td><td><code>&nbsp intlevel2:</code></td></tr> <tr><td><code><i> 79</i> </code></td><td><code>&nbsp GLOBAL&nbsp intlevel3</code></td></tr> <tr><td><code><i> 80</i> </code></td><td><code>&nbsp intlevel3:</code></td></tr> <tr><td><code><i> 81</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp end_init,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 82</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp clrtext,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 83</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 84</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp eeprom_data,class=EEDATA,delta=1,noexec</code></td></tr> <tr><td><code><i> 85</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp smallconst</code></td></tr> <tr><td><code><i> 86</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __smallconst</code></td></tr> <tr><td><code><i> 87</i> </code></td><td><code>&nbsp __smallconst:</code></td></tr> <tr><td><code><i> 88</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp mediumconst</code></td></tr> <tr><td><code><i> 89</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __mediumconst</code></td></tr> <tr><td><code><i> 90</i> </code></td><td><code>&nbsp __mediumconst:</code></td></tr> <tr><td><code><i> 91</i> </code></td><td><code>&nbsp wreg&nbsp&nbsp&nbsp EQU 0FE8h</code></td></tr> <tr><td><code><i> 92</i> </code></td><td><code>&nbsp fsr0l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE9h</code></td></tr> <tr><td><code><i> 93</i> </code></td><td><code>&nbsp fsr0h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FEAh</code></td></tr> <tr><td><code><i> 94</i> </code></td><td><code>&nbsp fsr1l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE1h</code></td></tr> <tr><td><code><i> 95</i> </code></td><td><code>&nbsp fsr1h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE2h</code></td></tr> <tr><td><code><i> 96</i> </code></td><td><code>&nbsp fsr2l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FD9h</code></td></tr> <tr><td><code><i> 97</i> </code></td><td><code>&nbsp fsr2h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FDAh</code></td></tr> <tr><td><code><i> 98</i> </code></td><td><code>&nbsp postinc0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FEEh</code></td></tr> <tr><td><code><i> 99</i> </code></td><td><code>&nbsp postdec0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FEDh</code></td></tr> <tr><td><code><i> 100</i> </code></td><td><code>&nbsp postinc1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FE6h</code></td></tr> <tr><td><code><i> 101</i> </code></td><td><code>&nbsp postdec1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FE5h</code></td></tr> <tr><td><code><i> 102</i> </code></td><td><code>&nbsp postinc2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FDEh</code></td></tr> <tr><td><code><i> 103</i> </code></td><td><code>&nbsp postdec2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FDDh</code></td></tr> <tr><td><code><i> 104</i> </code></td><td><code>&nbsp tblptrl EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF6h</code></td></tr> <tr><td><code><i> 105</i> </code></td><td><code>&nbsp tblptrh EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF7h</code></td></tr> <tr><td><code><i> 106</i> </code></td><td><code>&nbsp tblptru EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF8h</code></td></tr> <tr><td><code><i> 107</i> </code></td><td><code>&nbsp tablat&nbsp &nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FF5h</code></td></tr> <tr><td><code><i> 108</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 109</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp PSECT&nbsp&nbsp ramtop,class=RAM,noexec</code></td></tr> <tr><td><code><i> 110</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __S1&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp top&nbsp of&nbsp RAM&nbsp usage</code></td></tr> <tr><td><code><i> 111</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __ramtop</code></td></tr> <tr><td><code><i> 112</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __LRAM,__HRAM</code></td></tr> <tr><td><code><i> 113</i> </code></td><td><code>&nbsp __ramtop:</code></td></tr> <tr><td><code><i> 114</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 115</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp reset_vec</code></td></tr> <tr><td><code><i> 116</i> </code></td><td><code>&nbsp reset_vec:</code></td></tr> <tr><td><code><i> 117</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp No&nbsp powerup&nbsp routine</code></td></tr> <tr><td><code><i> 118</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp global&nbsp start</code></td></tr> <tr><td><code><i> 119</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 120</i> </code></td><td><code>&nbsp ;&nbsp jump&nbsp to&nbsp start</code></td></tr> <tr><td><code><i> 121</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp goto&nbsp start</code></td></tr> <tr><td><code><i> 122</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __accesstop</code></td></tr> <tr><td><code><i> 123</i> </code></td><td><code>&nbsp __accesstop&nbsp EQU&nbsp 96</code></td></tr> <tr><td><code><i> 124</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 125</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 126</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp init</code></td></tr> <tr><td><code><i> 127</i> </code></td><td><code>&nbsp start:</code></td></tr> <tr><td><code><i> 128</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp end_init</code></td></tr> <tr><td><code><i> 129</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp global&nbsp start_initialization</code></td></tr> <tr><td><code><i> 130</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp goto&nbsp start_initialization&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;jump&nbsp to&nbsp C&nbsp runtime&nbsp clear&nbsp &&nbsp initialization</code></td></tr> <tr><td><code><i> 131</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 132</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC0&nbsp @&nbsp 0x200000</code></td></tr> <tr><td><code><i> 133</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 134</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 135</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 136</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x0</code></td></tr> <tr><td><code><i> 137</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 138</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 139</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC1&nbsp @&nbsp 0x200001</code></td></tr> <tr><td><code><i> 140</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 141</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 142</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 143</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x1</code></td></tr> <tr><td><code><i> 144</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 145</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 146</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC2&nbsp @&nbsp 0x200002</code></td></tr> <tr><td><code><i> 147</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 148</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 149</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 150</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x2</code></td></tr> <tr><td><code><i> 151</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 152</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 153</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC3&nbsp @&nbsp 0x200003</code></td></tr> <tr><td><code><i> 154</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 155</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 156</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 157</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x3</code></td></tr> <tr><td><code><i> 158</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 159</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 160</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC4&nbsp @&nbsp 0x200004</code></td></tr> <tr><td><code><i> 161</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 162</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 163</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 164</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x4</code></td></tr> <tr><td><code><i> 165</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 166</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 167</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC5&nbsp @&nbsp 0x200005</code></td></tr> <tr><td><code><i> 168</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 169</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 170</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 171</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x5</code></td></tr> <tr><td><code><i> 172</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 173</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 174</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC6&nbsp @&nbsp 0x200006</code></td></tr> <tr><td><code><i> 175</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 176</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 177</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 178</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x6</code></td></tr> <tr><td><code><i> 179</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 180</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 181</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC7&nbsp @&nbsp 0x200007</code></td></tr> <tr><td><code><i> 182</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 183</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 184</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 185</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x7</code></td></tr> <tr><td><code><i> 186</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 187</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 188</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 189</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 190</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x0</code></td></tr> <tr><td><code><i> 191</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 192</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 193</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG1H&nbsp @&nbsp 0x300001</code></td></tr> <tr><td><code><i> 194</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Internal/External&nbsp Oscillator&nbsp Switchover&nbsp bit</code></td></tr> <tr><td><code><i> 195</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp IESO&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 196</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Oscillator&nbsp Selection&nbsp bits</code></td></tr> <tr><td><code><i> 197</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp OSC&nbsp =&nbsp HSPLL,&nbsp HS&nbsp oscillator,&nbsp PLL&nbsp enabled&nbsp (Clock&nbsp Frequency&nbsp =&nbsp 4&nbsp x&nbsp FOSC1)</code></td></tr> <tr><td><code><i> 198</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Fail-Safe&nbsp Clock&nbsp Monitor&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 199</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp FCMEN&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 200</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 201</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 202</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x1</code></td></tr> <tr><td><code><i> 203</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x6</code></td></tr> <tr><td><code><i> 204</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 205</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG2L&nbsp @&nbsp 0x300002</code></td></tr> <tr><td><code><i> 206</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Brown-out&nbsp Reset&nbsp Enable&nbsp bits</code></td></tr> <tr><td><code><i> 207</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BOREN&nbsp =&nbsp BOACTIVE,&nbsp Brown-out&nbsp Reset&nbsp enabled&nbsp in&nbsp hardware&nbsp only&nbsp and&nbsp disabled&nbsp in&nbsp Sleep&nbsp mode&nbsp (SBOREN&nbsp is&nbsp disabled)</code></td></tr> <tr><td><code><i> 208</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Brown-out&nbsp Reset&nbsp Voltage&nbsp bits</code></td></tr> <tr><td><code><i> 209</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BORV&nbsp =&nbsp 3,&nbsp VBOR&nbsp set&nbsp to&nbsp 2.1V</code></td></tr> <tr><td><code><i> 210</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Power-up&nbsp Timer&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 211</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp PWRT&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 212</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 213</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 214</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x2</code></td></tr> <tr><td><code><i> 215</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x1D</code></td></tr> <tr><td><code><i> 216</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 217</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG2H&nbsp @&nbsp 0x300003</code></td></tr> <tr><td><code><i> 218</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Watchdog&nbsp Timer&nbsp Postscale&nbsp Select&nbsp bits</code></td></tr> <tr><td><code><i> 219</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WDTPS&nbsp =&nbsp 128,&nbsp 1:128</code></td></tr> <tr><td><code><i> 220</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Watchdog&nbsp Timer&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 221</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WDT&nbsp =&nbsp ON,&nbsp WDT&nbsp enabled</code></td></tr> <tr><td><code><i> 222</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 223</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 224</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x3</code></td></tr> <tr><td><code><i> 225</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 226</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 227</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 228</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 229</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x4</code></td></tr> <tr><td><code><i> 230</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 231</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 232</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG3H&nbsp @&nbsp 0x300005</code></td></tr> <tr><td><code><i> 233</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 234</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 235</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 236</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x5</code></td></tr> <tr><td><code><i> 237</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x82</code></td></tr> <tr><td><code><i> 238</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 239</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG4L&nbsp @&nbsp 0x300006</code></td></tr> <tr><td><code><i> 240</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Background&nbsp Debugger&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 241</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp DEBUG&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 242</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Stack&nbsp Full/Underflow&nbsp Reset&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 243</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp STVREN&nbsp =&nbsp ON,&nbsp Stack&nbsp full/underflow&nbsp will&nbsp cause&nbsp Reset</code></td></tr> <tr><td><code><i> 244</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Extended&nbsp Instruction&nbsp Set&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 245</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp XINST&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 246</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Size&nbsp Select&nbsp bit</code></td></tr> <tr><td><code><i> 247</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BBSIZ&nbsp =&nbsp 1024,&nbsp 1K&nbsp words&nbsp (2K&nbsp bytes)&nbsp boot&nbsp block</code></td></tr> <tr><td><code><i> 248</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Single-Supply&nbsp ICSP&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 249</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp LVP&nbsp =&nbsp ON,&nbsp Single-Supply&nbsp ICSP&nbsp enabled</code></td></tr> <tr><td><code><i> 250</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 251</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 252</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x6</code></td></tr> <tr><td><code><i> 253</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x85</code></td></tr> <tr><td><code><i> 254</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 255</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 256</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 257</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x7</code></td></tr> <tr><td><code><i> 258</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 259</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 260</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG5L&nbsp @&nbsp 0x300008</code></td></tr> <tr><td><code><i> 261</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 262</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 263</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 264</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x8</code></td></tr> <tr><td><code><i> 265</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 266</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 267</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG5H&nbsp @&nbsp 0x300009</code></td></tr> <tr><td><code><i> 268</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Data&nbsp EEPROM&nbsp Code&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 269</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp CPD&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 270</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Code&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 271</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp CPB&nbsp =&nbsp ON,&nbsp Boot&nbsp block&nbsp (000000-0007FFh)&nbsp code-protected</code></td></tr> <tr><td><code><i> 272</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 273</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 274</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x9</code></td></tr> <tr><td><code><i> 275</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x80</code></td></tr> <tr><td><code><i> 276</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 277</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG6L&nbsp @&nbsp 0x30000A</code></td></tr> <tr><td><code><i> 278</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 279</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 280</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 281</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xA</code></td></tr> <tr><td><code><i> 282</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 283</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 284</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG6H&nbsp @&nbsp 0x30000B</code></td></tr> <tr><td><code><i> 285</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 286</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTB&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 287</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Configuration&nbsp Register&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 288</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTC&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 289</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Data&nbsp EEPROM&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 290</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTD&nbsp =&nbsp OFF,&nbsp Data&nbsp EEPROM&nbsp not&nbsp write-protected</code></td></tr> <tr><td><code><i> 291</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 292</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 293</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xB</code></td></tr> <tr><td><code><i> 294</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xE0</code></td></tr> <tr><td><code><i> 295</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 296</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG7L&nbsp @&nbsp 0x30000C</code></td></tr> <tr><td><code><i> 297</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 298</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR0&nbsp =&nbsp OFF,&nbsp Block&nbsp 0&nbsp (000800-001FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 299</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 300</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR1&nbsp =&nbsp OFF,&nbsp Block&nbsp 1&nbsp (002000-003FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 301</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 302</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR2&nbsp =&nbsp OFF,&nbsp Block&nbsp 2&nbsp (004000-005FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 303</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 304</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR3&nbsp =&nbsp OFF,&nbsp Block&nbsp 3&nbsp (006000-007FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 305</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 306</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 307</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xC</code></td></tr> <tr><td><code><i> 308</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 309</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 310</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG7H&nbsp @&nbsp 0x30000D</code></td></tr> <tr><td><code><i> 311</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 312</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTRB&nbsp =&nbsp OFF,&nbsp Boot&nbsp block&nbsp (000000-0007FFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 313</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 314</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 315</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xD</code></td></tr> <tr><td><code><i> 316</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x40</code></td></tr> <tr><td><code><i> 317</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 318</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 319</i> </code></td><td><code>&nbsp psect&nbsp comram,class=COMRAM,space=1</code></td></tr> <tr><td><code><i> 320</i> </code></td><td><code>&nbsp psect&nbsp abs1,class=ABS1,space=1</code></td></tr> <tr><td><code><i> 321</i> </code></td><td><code>&nbsp psect&nbsp bigram,class=BIGRAM,space=1</code></td></tr> <tr><td><code><i> 322</i> </code></td><td><code>&nbsp psect&nbsp ram,class=RAM,space=1</code></td></tr> <tr><td><code><i> 323</i> </code></td><td><code>&nbsp psect&nbsp bank0,class=BANK0,space=1</code></td></tr> <tr><td><code><i> 324</i> </code></td><td><code>&nbsp psect&nbsp bank1,class=BANK1,space=1</code></td></tr> <tr><td><code><i> 325</i> </code></td><td><code>&nbsp psect&nbsp bank2,class=BANK2,space=1</code></td></tr> <tr><td><code><i> 326</i> </code></td><td><code>&nbsp psect&nbsp bank3,class=BANK3,space=1</code></td></tr> <tr><td><code><i> 327</i> </code></td><td><code>&nbsp psect&nbsp bank4,class=BANK4,space=1</code></td></tr> <tr><td><code><i> 328</i> </code></td><td><code>&nbsp psect&nbsp bank5,class=BANK5,space=1</code></td></tr> <tr><td><code><i> 329</i> </code></td><td><code>&nbsp psect&nbsp sfr,class=SFR,space=1</code></td></tr> <tr><td><code><i> 330</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 331</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 332</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp end&nbsp&nbsp&nbsp&nbsp start</code></code></BODY> </HTML>
grodansparadis/can4vscp_kelvin_1wire
kelvin_1wire.X/html/s40g.as.html
HTML
mit
46,527
<link rel="import" href="example-text.html"> <link rel="import" href="example-widget.html">
vcl/size-modulation
demo/example.html
HTML
mit
92
<html> <head> <title>Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3 <p> Detected by 7 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td> <td 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>Safari 534.3</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Windows [browser] => Safari [version] => 534.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Safari </td><td>WebKit </td><td>Windows 7</td><td></td><td></td><td>desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Safari [short_name] => SF [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Windows [short_name] => WIN [version] => 7 [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Safari </td><td><i class="material-icons">close</i></td><td>Windows 7</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3 ) [name:Sinergi\BrowserDetector\Browser:private] => Safari [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Windows [version:Sinergi\BrowserDetector\Os:private] => 7 [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Safari </td><td><i class="material-icons">close</i></td><td>Windows 7 </td><td></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></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Safari ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows 7 ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (Windows; U; Windows NT 6.1; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBowserM/3.0 Safari/534.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>MiniBrowser 3.0</td><td>Webkit 534.3</td><td>Series60 </td><td></td><td></td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => MiniBrowser [version] => 3.0 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 534.3 ) [os] => Array ( [name] => Series60 ) [device] => Array ( [type] => mobile [subtype] => smart ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari </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>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => UNKNOWN [category] => pc [os] => Windows 7 [os_version] => NT 6.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td></td><td></td><td>Desktop</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => true [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => generic web browser [form_factor] => Desktop [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => generic web browser [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => mouse [release_date] => 1994_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => none [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 800 [resolution_height] => 600 [columns] => 120 [max_image_width] => 800 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => false [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => true [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:39:00</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.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
v3/user-agent-detail/df/38/df38b370-bbab-47fe-903e-ac1a4bc7eaeb.html
HTML
mit
36,322
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./37cd6b5aa4db39357e3c330a58ad975bea49906127f5113e770e8e4b0d8caabe.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/70ca9b9ae7330b23864b883c15e4fa257687155c1b26b7ebafb1b76f9fdf6333.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Helveticards - 100% CSS playing cards</title> <link rel="stylesheet" href="css/master.css" media="all" /> <script src="js/jquery-1.4.2.min.js"></script> <script src="js/main.js"></script> </head> <body> <h1>Helveticards</h1> <div id="table"> <div id="cards"> <div class="card two"> <div class="front"> <div class="corner top"> <span class="number">2</span> <span>&#9827;</span> </div> <span class="suit top_center">&#9827;</span> <span class="suit bottom_center">&#9827;</span> <div class="corner bottom"> <span class="number">2</span> <span>&#9827;</span> </div> </div> <div class="back"> </div> </div> <div class="card three"> <div class="corner top"> <span class="number">3</span> <span>&#9827;</span> </div> <span class="suit top_center">&#9827;</span> <span class="suit middle_center">&#9827;</span> <span class="suit bottom_center">&#9827;</span> <div class="corner bottom"> <span class="number">3</span> <span>&#9827;</span> </div> </div> <div class="card four"> <div class="corner top"> <span class="number">4</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">4</span> <span>&#9827;</span> </div> </div> <div class="card five"> <div class="corner top"> <span class="number">5</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_center">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">5</span> <span>&#9827;</span> </div> </div> <div class="card six"> <div class="corner top"> <span class="number">6</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_left">&#9827;</span> <span class="suit middle_right">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">6</span> <span>&#9827;</span> </div> </div> <div class="card seven"> <div class="corner top"> <span class="number">7</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_left">&#9827;</span> <span class="suit middle_top">&#9827;</span> <span class="suit middle_right">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">7</span> <span>&#9827;</span> </div> </div> <div class="card eight"> <div class="corner top"> <span class="number">8</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_left">&#9827;</span> <span class="suit middle_top">&#9827;</span> <span class="suit middle_right">&#9827;</span> <span class="suit middle_bottom">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">8</span> <span>&#9827;</span> </div> </div> <div class="card nine"> <div class="corner top"> <span class="number">9</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_top_left">&#9827;</span> <span class="suit middle_center">&#9827;</span> <span class="suit middle_top_right">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <span class="suit middle_bottom_left">&#9827;</span> <span class="suit middle_bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">9</span> <span>&#9827;</span> </div> </div> <div class="card ten"> <div class="corner top"> <span class="number">10</span> <span>&#9827;</span> </div> <span class="suit top_left">&#9827;</span> <span class="suit top_right">&#9827;</span> <span class="suit middle_top_left">&#9827;</span> <span class="suit middle_top_center">&#9827;</span> <span class="suit middle_top_right">&#9827;</span> <span class="suit bottom_left">&#9827;</span> <span class="suit bottom_right">&#9827;</span> <span class="suit middle_bottom_center">&#9827;</span> <span class="suit middle_bottom_left">&#9827;</span> <span class="suit middle_bottom_right">&#9827;</span> <div class="corner bottom"> <span class="number">10</span> <span>&#9827;</span> </div> </div> <div class="card jack"> <div class="corner top"> <span class="number">J</span> <span>&#9827;</span> </div> <span class="suit middle_center">&#9827;</span> <div class="corner bottom"> <span class="number">J</span> <span>&#9827;</span> </div> </div> <div class="card queen"> <div class="corner top"> <span class="number">Q</span> <span>&#9827;</span> </div> <span class="suit middle_center">&#9827;</span> <div class="corner bottom"> <span class="number">Q</span> <span>&#9827;</span> </div> </div> <div class="card king"> <div class="corner top"> <span class="number">K</span> <span>&#9827;</span> </div> <span class="suit middle_center">&#9827;</span> <div class="corner bottom"> <span class="number">K</span> <span>&#9827;</span> </div> </div> <div class="card ace"> <div class="corner top"> <span class="number">A</span> <span>&#9827;</span> </div> <span class="suit middle_center">&#9827;</span> <div class="corner bottom"> <span class="number">A</span> <span>&#9827;</span> </div> </div> <div class="card diamond two"> <div class="corner top"> <span class="number">2</span> <span>&#9830;</span> </div> <span class="suit top_center">&#9830;</span> <span class="suit bottom_center">&#9830;</span> <div class="corner bottom"> <span class="number">2</span> <span>&#9830;</span> </div> </div> <div class="card diamond three"> <div class="corner top"> <span class="number">3</span> <span>&#9830;</span> </div> <span class="suit top_center">&#9830;</span> <span class="suit middle_center">&#9830;</span> <span class="suit bottom_center">&#9830;</span> <div class="corner bottom"> <span class="number">3</span> <span>&#9830;</span> </div> </div> <div class="card diamond four"> <div class="corner top"> <span class="number">4</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">4</span> <span>&#9830;</span> </div> </div> <div class="card diamond five"> <div class="corner top"> <span class="number">5</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_center">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">5</span> <span>&#9830;</span> </div> </div> <div class="card diamond six"> <div class="corner top"> <span class="number">6</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_left">&#9830;</span> <span class="suit middle_right">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">6</span> <span>&#9830;</span> </div> </div> <div class="card diamond seven"> <div class="corner top"> <span class="number">7</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_left">&#9830;</span> <span class="suit middle_top">&#9830;</span> <span class="suit middle_right">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">7</span> <span>&#9830;</span> </div> </div> <div class="card diamond eight"> <div class="corner top"> <span class="number">8</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_left">&#9830;</span> <span class="suit middle_top">&#9830;</span> <span class="suit middle_right">&#9830;</span> <span class="suit middle_bottom">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">8</span> <span>&#9830;</span> </div> </div> <div class="card diamond nine"> <div class="corner top"> <span class="number">9</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_top_left">&#9830;</span> <span class="suit middle_center">&#9830;</span> <span class="suit middle_top_right">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <span class="suit middle_bottom_left">&#9830;</span> <span class="suit middle_bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">9</span> <span>&#9830;</span> </div> </div> <div class="card diamond ten"> <div class="corner top"> <span class="number">10</span> <span>&#9830;</span> </div> <span class="suit top_left">&#9830;</span> <span class="suit top_right">&#9830;</span> <span class="suit middle_top_left">&#9830;</span> <span class="suit middle_top_center">&#9830;</span> <span class="suit middle_top_right">&#9830;</span> <span class="suit bottom_left">&#9830;</span> <span class="suit bottom_right">&#9830;</span> <span class="suit middle_bottom_center">&#9830;</span> <span class="suit middle_bottom_left">&#9830;</span> <span class="suit middle_bottom_right">&#9830;</span> <div class="corner bottom"> <span class="number">10</span> <span>&#9830;</span> </div> </div> <div class="card diamond jack"> <div class="corner top"> <span class="number">J</span> <span>&#9830;</span> </div> <span class="suit middle_center">&#9830;</span> <div class="corner bottom"> <span class="number">J</span> <span>&#9830;</span> </div> </div> <div class="card diamond queen"> <div class="corner top"> <span class="number">Q</span> <span>&#9830;</span> </div> <span class="suit middle_center">&#9830;</span> <div class="corner bottom"> <span class="number">Q</span> <span>&#9830;</span> </div> </div> <div class="card diamond king"> <div class="corner top"> <span class="number">K</span> <span>&#9830;</span> </div> <span class="suit middle_center">&#9830;</span> <div class="corner bottom"> <span class="number">K</span> <span>&#9830;</span> </div> </div> <div class="card diamond ace"> <div class="corner top"> <span class="number">A</span> <span>&#9830;</span> </div> <span class="suit middle_center">&#9830;</span> <div class="corner bottom"> <span class="number">A</span> <span>&#9830;</span> </div> </div> <div class="card two"> <div class="corner top"> <span class="number">2</span> <span>&#9824;</span> </div> <span class="suit top_center">&#9824;</span> <span class="suit bottom_center">&#9824;</span> <div class="corner bottom"> <span class="number">2</span> <span>&#9824;</span> </div> </div> <div class="card three"> <div class="corner top"> <span class="number">3</span> <span>&#9824;</span> </div> <span class="suit top_center">&#9824;</span> <span class="suit middle_center">&#9824;</span> <span class="suit bottom_center">&#9824;</span> <div class="corner bottom"> <span class="number">3</span> <span>&#9824;</span> </div> </div> <div class="card four"> <div class="corner top"> <span class="number">4</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">4</span> <span>&#9824;</span> </div> </div> <div class="card five"> <div class="corner top"> <span class="number">5</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_center">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">5</span> <span>&#9824;</span> </div> </div> <div class="card six"> <div class="corner top"> <span class="number">6</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_left">&#9824;</span> <span class="suit middle_right">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">6</span> <span>&#9824;</span> </div> </div> <div class="card seven"> <div class="corner top"> <span class="number">7</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_left">&#9824;</span> <span class="suit middle_top">&#9824;</span> <span class="suit middle_right">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">7</span> <span>&#9824;</span> </div> </div> <div class="card eight"> <div class="corner top"> <span class="number">8</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_left">&#9824;</span> <span class="suit middle_top">&#9824;</span> <span class="suit middle_right">&#9824;</span> <span class="suit middle_bottom">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">8</span> <span>&#9824;</span> </div> </div> <div class="card nine"> <div class="corner top"> <span class="number">9</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_top_left">&#9824;</span> <span class="suit middle_center">&#9824;</span> <span class="suit middle_top_right">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <span class="suit middle_bottom_left">&#9824;</span> <span class="suit middle_bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">9</span> <span>&#9824;</span> </div> </div> <div class="card ten"> <div class="corner top"> <span class="number">10</span> <span>&#9824;</span> </div> <span class="suit top_left">&#9824;</span> <span class="suit top_right">&#9824;</span> <span class="suit middle_top_left">&#9824;</span> <span class="suit middle_top_center">&#9824;</span> <span class="suit middle_top_right">&#9824;</span> <span class="suit bottom_left">&#9824;</span> <span class="suit bottom_right">&#9824;</span> <span class="suit middle_bottom_center">&#9824;</span> <span class="suit middle_bottom_left">&#9824;</span> <span class="suit middle_bottom_right">&#9824;</span> <div class="corner bottom"> <span class="number">10</span> <span>&#9824;</span> </div> </div> <div class="card jack"> <div class="corner top"> <span class="number">J</span> <span>&#9824;</span> </div> <span class="suit middle_center">&#9824;</span> <div class="corner bottom"> <span class="number">J</span> <span>&#9824;</span> </div> </div> <div class="card queen"> <div class="corner top"> <span class="number">Q</span> <span>&#9824;</span> </div> <span class="suit middle_center">&#9824;</span> <div class="corner bottom"> <span class="number">Q</span> <span>&#9824;</span> </div> </div> <div class="card king"> <div class="corner top"> <span class="number">K</span> <span>&#9824;</span> </div> <span class="suit middle_center">&#9824;</span> <div class="corner bottom"> <span class="number">K</span> <span>&#9824;</span> </div> </div> <div class="card ace"> <div class="corner top"> <span class="number">A</span> <span>&#9824;</span> </div> <span class="suit middle_center">&#9824;</span> <div class="corner bottom"> <span class="number">A</span> <span>&#9824;</span> </div> </div> <div class="card heart two"> <div class="corner top"> <span class="number">2</span> <span>&#9829;</span> </div> <span class="suit top_center">&#9829;</span> <span class="suit bottom_center">&#9829;</span> <div class="corner bottom"> <span class="number">2</span> <span>&#9829;</span> </div> </div> <div class="card heart three"> <div class="corner top"> <span class="number">3</span> <span>&#9829;</span> </div> <span class="suit top_center">&#9829;</span> <span class="suit middle_center">&#9829;</span> <span class="suit bottom_center">&#9829;</span> <div class="corner bottom"> <span class="number">3</span> <span>&#9829;</span> </div> </div> <div class="card heart four"> <div class="corner top"> <span class="number">4</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">4</span> <span>&#9829;</span> </div> </div> <div class="card heart five"> <div class="corner top"> <span class="number">5</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_center">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">5</span> <span>&#9829;</span> </div> </div> <div class="card heart six"> <div class="corner top"> <span class="number">6</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_left">&#9829;</span> <span class="suit middle_right">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">6</span> <span>&#9829;</span> </div> </div> <div class="card heart seven"> <div class="corner top"> <span class="number">7</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_left">&#9829;</span> <span class="suit middle_top">&#9829;</span> <span class="suit middle_right">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">7</span> <span>&#9829;</span> </div> </div> <div class="card heart eight"> <div class="corner top"> <span class="number">8</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_left">&#9829;</span> <span class="suit middle_top">&#9829;</span> <span class="suit middle_right">&#9829;</span> <span class="suit middle_bottom">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">8</span> <span>&#9829;</span> </div> </div> <div class="card heart nine"> <div class="corner top"> <span class="number">9</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_top_left">&#9829;</span> <span class="suit middle_center">&#9829;</span> <span class="suit middle_top_right">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <span class="suit middle_bottom_left">&#9829;</span> <span class="suit middle_bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">9</span> <span>&#9829;</span> </div> </div> <div class="card heart ten"> <div class="corner top"> <span class="number">10</span> <span>&#9829;</span> </div> <span class="suit top_left">&#9829;</span> <span class="suit top_right">&#9829;</span> <span class="suit middle_top_left">&#9829;</span> <span class="suit middle_top_center">&#9829;</span> <span class="suit middle_top_right">&#9829;</span> <span class="suit bottom_left">&#9829;</span> <span class="suit bottom_right">&#9829;</span> <span class="suit middle_bottom_center">&#9829;</span> <span class="suit middle_bottom_left">&#9829;</span> <span class="suit middle_bottom_right">&#9829;</span> <div class="corner bottom"> <span class="number">10</span> <span>&#9829;</span> </div> </div> <div class="card heart jack"> <div class="corner top"> <span class="number">J</span> <span>&#9829;</span> </div> <span class="suit middle_center">&#9829;</span> <div class="corner bottom"> <span class="number">J</span> <span>&#9829;</span> </div> </div> <div class="card heart queen"> <div class="corner top"> <span class="number">Q</span> <span>&#9829;</span> </div> <span class="suit middle_center">&#9829;</span> <div class="corner bottom"> <span class="number">Q</span> <span>&#9829;</span> </div> </div> <div class="card heart king"> <div class="corner top"> <span class="number">K</span> <span>&#9829;</span> </div> <span class="suit middle_center">&#9829;</span> <div class="corner bottom"> <span class="number">K</span> <span>&#9829;</span> </div> </div> <div class="card heart ace"> <div class="corner top"> <span class="number">A</span> <span>&#9829;</span> </div> <span class="suit middle_center">&#9829;</span> <div class="corner bottom"> <span class="number">A</span> <span>&#9829;</span> </div> </div> <br class="clear" /> </div><!-- #cards --> </div><!-- #table --> </body> </html>
zachwaugh/Helveticards
index.html
HTML
mit
30,389
<!DOCTYPE html> <html data-require="math"> <head> <title>Algorithm analysis prelim exercise</title> <script src="../../lib/jquery.min.js"></script> <script src="../../lib/jquery-ui.min.js"></script> <script src="../../ODSAkhan-exercises/khan-exercise.js"></script> </head> <body> <div class="exercise"> <div class="problems"> <div id="problem-type-or-description"> <p class="problem">Answer TRUE or FALSE.</p> <p class="question"> A problem is an instance of an algorithm implemented in a specific programming language. </p> <div class="solution"><var>"False"</var></div> <ul class="choices" data-category="true"> <li><var>"True"</var></li> <li><var>"False"</var></li> </ul> </div> </div> </div> </body> </html>
hosamshahin/OpenDSA
Exercises/AlgAnalTest/ProblemAlgorithmProgramTF5.html
HTML
mit
811
<!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> Dime 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=1492280804278&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=13912&V_SEARCH.docsStart=13911&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=13910&amp;V_DOCUMENT.docRank=13911&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492280823129&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567097273&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=13912&amp;V_DOCUMENT.docRank=13913&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492280823129&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456229255&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Dime Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Dime Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.dimeinc.com" target="_blank" title="Website URL">http://www.dimeinc.com</a></p> <p><a href="mailto:info@dimeinc.com" title="info@dimeinc.com">info@dimeinc.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"> 24-260 Brownlow Ave<br/> DARTMOUTH, Nova Scotia<br/> B3B 1V9 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 24-260 Brownlow Ave<br/> DARTMOUTH, Nova Scotia<br/> B3B 1V9 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (902) 404-3463 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (866) 546-7302</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=234567090576&amp;graphFileName=dime_logo_H.gif&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Simply put, we&#39;re in the digitial signage business. We&#39;ve married the old-fashioned billboard concept with our own technology to create digital billboards. These attractive digital displays have the ability to show full-motion advertising at a fraction of the price of conventional printed media.<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> Steven Morrison </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 404-3463 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (902) 454-5927 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@dimeinc.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 323115 - Digital Printing </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> 541850 - Display Advertising<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Holographic Digital Signage<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Our most feature-rich offering, POPi Holographic™ technology allows full motion video to be projected on any glass or Plexiglas surface. Integration options include large areas of storefront windows, interior window surfaces or portable glass holders which also lend themselves very well to a tradeshow configuration.<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> Steven Morrison </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--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 404-3463 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (902) 454-5927 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@dimeinc.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 323115 - Digital Printing </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> 541850 - Display Advertising<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Holographic Digital Signage<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Our most feature-rich offering, POPi Holographic™ technology allows full motion video to be projected on any glass or Plexiglas surface. Integration options include large areas of storefront windows, interior window surfaces or portable glass holders which also lend themselves very well to a tradeshow configuration.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-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&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567090576.html
HTML
mit
36,443
{% extends 'base.html' %} {% load compress staticfiles %} {% block page_css %} {{ block.super }} {% compress css %} <!-- Candy CSS --> {# <link rel="stylesheet" type="text/css" href="{% static 'css/webchat.css' %}" />#} <link rel="stylesheet" type="text/css" href="{% static 'vendor/bower/candy-plugins/inline-images/candy.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'vendor/bower/candy-plugins/replies/candy.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'vendor/bower/candy-plugins/timeago/candy.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'vendor/bower/candy-plugins/typingnotifications/typingnotifications.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'candy-plugins/auto_domain/candy.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'candy-plugins/bootstrapify/candy.css' %}"/> <link rel="stylesheet" type="text/css" href="{% static 'css/webchat.css' %}"/> {% endcompress %} {% endblock %} {% block page_js %} {{ block.super }} {% compress js %} <!-- Candy JS --> <script type="text/javascript" src="{% static 'vendor/bower/candy/libs/libs.min.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy/candy.bundle.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy-plugins/inline-images/candy.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy-plugins/notifications/candy.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy-plugins/replies/candy.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy-plugins/timeago/candy.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/candy-plugins/typingnotifications/typingnotifications.js' %}"></script> <script type="text/javascript" src="{% static 'candy-plugins/auto_domain/candy.js' %}"></script> <script type="text/javascript" src="{% static 'candy-plugins/bootstrapify/candy.js' %}"></script> <script type="text/javascript" src="{% static 'vendor/bower/jquery-cookie/jquery.cookie.js' %}"></script> <script type="text/javascript" src="{% static 'js/webchat.js' %}"></script> {% endcompress %} <script type="text/javascript"> window.webchat = { assets: '{% static "vendor/bower/candy/res/" %}', {% if user.is_authenticated %} user: { username: '{{ user.username }}', nickname: '{{ user.first_name }} {{ user.last_name }}'.trim() }, {% endif %} xmpp_server: '{{ xmpp_server }}', xmpp_bosh_url: '{{ xmpp_bosh_url }}', session_cookie_name: '{{ session_cookie_name }}' }; </script> {% endblock %} {% block content %} <div class="webchat-wrapper"> <div id="candy"></div> </div> {% endblock %}
hds-lab/dsechatweb
dsechat/templates/web/chat.html
HTML
mit
3,077
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>../src/components/VRCameraController.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="icon" href="../assets/favicon.ico"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="" width="117" height="52"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: </em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/LS.Animation.html">LS.Animation</a></li> <li><a href="../classes/LS.Animation.Take.html">LS.Animation.Take</a></li> <li><a href="../classes/LS.Animation.Track.html">LS.Animation.Track</a></li> <li><a href="../classes/LS.BaseComponent.html">LS.BaseComponent</a></li> <li><a href="../classes/LS.Collision.html">LS.Collision</a></li> <li><a href="../classes/LS.ComponentContainer.html">LS.ComponentContainer</a></li> <li><a href="../classes/LS.Components.Camera.html">LS.Components.Camera</a></li> <li><a href="../classes/LS.Components.CameraController.html">LS.Components.CameraController</a></li> <li><a href="../classes/LS.Components.CameraDirector.html">LS.Components.CameraDirector</a></li> <li><a href="../classes/LS.Components.CameraFX.html">LS.Components.CameraFX</a></li> <li><a href="../classes/LS.Components.Canvas3D.html">LS.Components.Canvas3D</a></li> <li><a href="../classes/LS.Components.CustomData.html">LS.Components.CustomData</a></li> <li><a href="../classes/LS.Components.FollowNode.html">LS.Components.FollowNode</a></li> <li><a href="../classes/LS.Components.FrameFX.html">LS.Components.FrameFX</a></li> <li><a href="../classes/LS.Components.FXGraphComponent.html">LS.Components.FXGraphComponent</a></li> <li><a href="../classes/LS.Components.FXStack.html">LS.Components.FXStack</a></li> <li><a href="../classes/LS.Components.GeometricPrimitive.html">LS.Components.GeometricPrimitive</a></li> <li><a href="../classes/LS.Components.GraphComponent.html">LS.Components.GraphComponent</a></li> <li><a href="../classes/LS.Components.Light.html">LS.Components.Light</a></li> <li><a href="../classes/LS.Components.LightFX.html">LS.Components.LightFX</a></li> <li><a href="../classes/LS.Components.LinesRenderer.html">LS.Components.LinesRenderer</a></li> <li><a href="../classes/LS.Components.MeshRenderer.html">LS.Components.MeshRenderer</a></li> <li><a href="../classes/LS.Components.MorphDeformer.html">LS.Components.MorphDeformer</a></li> <li><a href="../classes/LS.Components.NodeManipulator.html">LS.Components.NodeManipulator</a></li> <li><a href="../classes/LS.Components.ParticlesEmissor.html">LS.Components.ParticlesEmissor</a></li> <li><a href="../classes/LS.Components.PlayAnimation.html">LS.Components.PlayAnimation</a></li> <li><a href="../classes/LS.Components.Poser.html">LS.Components.Poser</a></li> <li><a href="../classes/LS.Components.RealtimeReflector.html">LS.Components.RealtimeReflector</a></li> <li><a href="../classes/LS.Components.Rotator.html">LS.Components.Rotator</a></li> <li><a href="../classes/LS.Components.SceneInclude.html">LS.Components.SceneInclude</a></li> <li><a href="../classes/LS.Components.Script.html">LS.Components.Script</a></li> <li><a href="../classes/LS.Components.SkinDeformer.html">LS.Components.SkinDeformer</a></li> <li><a href="../classes/LS.Components.Skybox.html">LS.Components.Skybox</a></li> <li><a href="../classes/LS.Components.Spline.html">LS.Components.Spline</a></li> <li><a href="../classes/LS.Components.SVGRenderer.html">LS.Components.SVGRenderer</a></li> <li><a href="../classes/LS.Components.Target.html">LS.Components.Target</a></li> <li><a href="../classes/LS.Components.Transform.html">LS.Components.Transform</a></li> <li><a href="../classes/LS.Components.VRCameraController.html">LS.Components.VRCameraController</a></li> <li><a href="../classes/LS.CompositePattern.html">LS.CompositePattern</a></li> <li><a href="../classes/LS.DebugRender.html">LS.DebugRender</a></li> <li><a href="../classes/LS.Draw.html">LS.Draw</a></li> <li><a href="../classes/LS.Formats.html">LS.Formats</a></li> <li><a href="../classes/LS.GLSLCode.html">LS.GLSLCode</a></li> <li><a href="../classes/LS.GraphCode.html">LS.GraphCode</a></li> <li><a href="../classes/LS.GUI.html">LS.GUI</a></li> <li><a href="../classes/LS.Input.html">LS.Input</a></li> <li><a href="../classes/LS.InteractiveController.html">LS.InteractiveController</a></li> <li><a href="../classes/LS.Knob.html">LS.Knob</a></li> <li><a href="../classes/LS.LS.html">LS.LS</a></li> <li><a href="../classes/LS.LScript.html">LS.LScript</a></li> <li><a href="../classes/LS.Material.html">LS.Material</a></li> <li><a href="../classes/LS.oldStandardMaterial.html">LS.oldStandardMaterial</a></li> <li><a href="../classes/LS.Pack.html">LS.Pack</a></li> <li><a href="../classes/LS.Particle.html">LS.Particle</a></li> <li><a href="../classes/LS.Physics.html">LS.Physics</a></li> <li><a href="../classes/LS.PhysicsInstance.html">LS.PhysicsInstance</a></li> <li><a href="../classes/LS.Picking.html">LS.Picking</a></li> <li><a href="../classes/LS.Player.html">LS.Player</a></li> <li><a href="../classes/LS.Prefab.html">LS.Prefab</a></li> <li><a href="../classes/LS.Project.html">LS.Project</a></li> <li><a href="../classes/LS.Ray.html">LS.Ray</a></li> <li><a href="../classes/LS.Renderer.html">LS.Renderer</a></li> <li><a href="../classes/LS.RenderFrameContext.html">LS.RenderFrameContext</a></li> <li><a href="../classes/LS.RenderInstance.html">LS.RenderInstance</a></li> <li><a href="../classes/LS.RenderSettings.html">LS.RenderSettings</a></li> <li><a href="../classes/LS.RenderState.html">LS.RenderState</a></li> <li><a href="../classes/LS.Resource.html">LS.Resource</a></li> <li><a href="../classes/LS.ResourcesManager.html">LS.ResourcesManager</a></li> <li><a href="../classes/LS.Scene.html">LS.Scene</a></li> <li><a href="../classes/LS.SceneNode.html">LS.SceneNode</a></li> <li><a href="../classes/LS.ShaderBlock.html">LS.ShaderBlock</a></li> <li><a href="../classes/LS.ShaderCode.html">LS.ShaderCode</a></li> <li><a href="../classes/LS.ShaderMaterial.html">LS.ShaderMaterial</a></li> <li><a href="../classes/LS.Shaders.html">LS.Shaders</a></li> <li><a href="../classes/LS.SpatialContainer.html">LS.SpatialContainer</a></li> <li><a href="../classes/LS.StandardMaterial.html">LS.StandardMaterial</a></li> <li><a href="../classes/LS.Tween.html">LS.Tween</a></li> <li><a href="../classes/LS.UnityMaterial.html">LS.UnityMaterial</a></li> <li><a href="../classes/LS.WBin.html">LS.WBin</a></li> <li><a href="../classes/LSQ.html">LSQ</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/LS.html">LS</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: ../src/components/VRCameraController.js</h1> <div class="file"> <pre class="code prettyprint linenums"> ///@INFO: UNCOMMON //WORK IN PROGRESS: NOT FINISHED /** * This component allow to integrate with WebVR to use VR Headset * @class VRCameraController * @namespace LS.Components * @param {Object} o object with the serialized info */ function VRCameraController(o) { this.enabled = true; this.eye_distance = 1; if(o) this.configure(o); } VRCameraController.icon = &quot;mini-icon-graph.png&quot;; //Remove this VRCameraController.rift_server_url = &quot;http://tamats.com/uploads/RiftServer_0_3.zip&quot;; VRCameraController.prototype.onAddedToNode = function(node) { var scene = node.scene; LEvent.bind(scene,&quot;start&quot;, this.onStart, this ); LEvent.bind(scene,&quot;finish&quot;, this.onStop, this ); LEvent.bind(scene,&quot;beforeRender&quot;, this.onBeforeRender, this ); LEvent.bind(scene,&quot;afterRender&quot;, this.onAfterRender, this ); LEvent.bind(node, &quot;collectCameras&quot;, this.onCollectCameras, this ); } VRCameraController.prototype.onRemovedFromNode = function(node) { var scene = this._root.scene; LEvent.unbind(scene,&quot;start&quot;, this.onStart, this ); LEvent.unbind(scene,&quot;finish&quot;, this.onStop, this ); LEvent.unbind(scene,&quot;beforeRender&quot;, this.onBeforeRender, this ); LEvent.unbind(scene,&quot;afterRender&quot;, this.onAfterRender, this ); LEvent.unbind(node, &quot;collectCameras&quot;, this.onCollectCameras, this ); Renderer.color_rendertarget = null; } VRCameraController.prototype.onCollectCameras = function(e, cameras) { var main_camera = Renderer.main_camera; if(this._orientation) main_camera.setOrientation(this._orientation, true); var right_vector = main_camera.getLocalVector([ this.eye_distance * 0.5, 0, 0]); var left_vector = vec3.scale( vec3.create(), right_vector, -1); if(!this._left_camera) { this._left_camera = new LS.Camera(); this._right_camera = new LS.Camera(); } var main_info = main_camera.serialize(); this._left_camera.configure(main_info); this._right_camera.configure(main_info); this._left_camera.eye = vec3.add(vec3.create(), main_camera.eye, left_vector); this._right_camera.eye = vec3.add(vec3.create(), main_camera.eye, right_vector); this._left_camera._viewport.set([0,0,0.5,1]); this._right_camera._viewport.set([0.5,0,0.5,1]); this._right_camera._ignore_clear = true; cameras.push( this._left_camera, this._right_camera ); } VRCameraController.prototype.onStart = function(e) { var ws = new WebSocket(&quot;ws://localhost:1981&quot;); ws.onopen = function() { console.log(&quot;VR connection stablished&quot;); } ws.onmessage = this.onMessage.bind(this); ws.onclose = function() { console.log(&quot;OVR connection lost&quot;); } ws.onerror = function() { console.error(&quot;Oculus Server not found in your machine. To run an app using Oculus Rift you need to use a client side app, you can download it from: &quot; + OculusController.rift_server_url ); } this._ws = ws; } VRCameraController.prototype.onMessage = function(e) { var data = e.data; data = JSON.parse(&quot;[&quot; + data + &quot;]&quot;); var q = quat.create(); q.set( data ); var q2 = quat.fromValues(-1,0,0,0); quat.multiply(q,q2,q); this._orientation = q; if(this._root.scene) this._root.scene.requestFrame(); } VRCameraController.prototype.onStop = function(e) { if(this._ws) { this._ws.close(); this._ws = null; } } VRCameraController.prototype.onBeforeRender = function(e,dt) { var width = 1024; var height = 512; var viewport = gl.viewport_data; width = v[2]; height = v[3]; if(!this._color_texture || this._color_texture.width != width || this._color_texture.height != height) { this._color_texture = new GL.Texture( width, height,{ format: gl.RGB, filter: gl.LINEAR }); LS.ResourcesManager.textures[&quot;:vr_color_buffer&quot;] = this._color_texture; } //CHANGE THIS TO USE RENDERFRAMECONTEXT if(this.enabled) { LS.Renderer.color_rendertarget = this._color_texture; } else { LS.Renderer.color_rendertarget = null; } //Renderer.disable_main_render } VRCameraController.prototype.onAfterRender = function(e,dt) { if(this._color_texture) this._color_texture.toViewport(); } /* not finished LS.registerComponent(VRCameraController); window.VRCameraController = VRCameraController; */ </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
jagenjo/litescene.js
doc/files/.._src_components_VRCameraController.js.html
HTML
mit
16,852
<!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_161-google-v7) on Fri Nov 09 17:55:37 PST 2018 --> <title>ShadowMotionEvent</title> <meta name="date" content="2018-11-09"> <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="ShadowMotionEvent"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":9,"i45":9,"i46":9,"i47":9,"i48":9,"i49":9,"i50":9,"i51":9,"i52":9,"i53":9,"i54":9,"i55":9,"i56":9,"i57":9,"i58":9,"i59":9,"i60":9,"i61":9,"i62":9,"i63":9,"i64":9,"i65":9,"i66":9,"i67":9,"i68":9,"i69":9,"i70":9,"i71":9,"i72":9,"i73":9,"i74":9,"i75":9,"i76":9,"i77":9,"i78":42,"i79":42,"i80":42,"i81":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated 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="../../../org/robolectric/shadows/ShadowMimeTypeMap.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowNativeAllocationRegistry.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowMotionEvent.html" target="_top">Frames</a></li> <li><a href="ShadowMotionEvent.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.shadows</div> <h2 title="Class ShadowMotionEvent" class="title">Class ShadowMotionEvent</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowMotionEvent</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=android.view.MotionEvent.class) public class <span class="typeNameLabel">ShadowMotionEvent</span> extends java.lang.Object</pre> <div class="block"><p>Shadow of MotionEvent.</p> <p>The Android framework stores motion events in a pool of native objects. All motion event data is stored natively, and accessed via a series of static native methods following the pattern nativeGetXXXX(mNativePtr, &hellip;)</p> <p>This shadow mirrors this design, but has java equivalents of each native object. Most of the contents of this class were transliterated from oreo-mr1 (SDK 27) frameworks/base/core/jni/android_view_MotionEvent.cpp</p></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://android.googlesource.com/platform/frameworks/base/+/oreo-mr1-release/core/jni/android_view_MotionEvent.cpp">core/jni/android_view_MotionEvent.cpp</a> Tests should not reference this class directly. MotionEvents should be created via one of the MotionEvent.obtain methods or via MotionEventBuilder.</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#ShadowMotionEvent--">ShadowMotionEvent</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeAddBatch-int-long-android.view.MotionEvent.PointerCoords:A-int-">nativeAddBatch</a></span>(int&nbsp;nativePtr, long&nbsp;eventTimeNanos, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray, int&nbsp;metaState)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeAddBatch-long-long-android.view.MotionEvent.PointerCoords:A-int-">nativeAddBatch</a></span>(long&nbsp;nativePtr, long&nbsp;eventTimeNanos, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray, int&nbsp;metaState)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeAxisFromString-java.lang.String-">nativeAxisFromString</a></span>(java.lang.String&nbsp;label)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>protected static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeAxisToString-int-">nativeAxisToString</a></span>(int&nbsp;axis)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeCopy-int-int-boolean-">nativeCopy</a></span>(int&nbsp;destNativePtr, int&nbsp;sourceNativePtr, boolean&nbsp;keepHistory)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeCopy-long-long-boolean-">nativeCopy</a></span>(long&nbsp;destNativePtr, long&nbsp;sourceNativePtr, boolean&nbsp;keepHistory)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeDispose-int-">nativeDispose</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeDispose-long-">nativeDispose</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeFindPointerIndex-int-int-">nativeFindPointerIndex</a></span>(int&nbsp;nativePtr, int&nbsp;pointerId)</code>&nbsp;</td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeFindPointerIndex-long-int-">nativeFindPointerIndex</a></span>(long&nbsp;nativePtr, int&nbsp;pointerId)</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetAction-int-">nativeGetAction</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetAction-long-">nativeGetAction</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetActionButton-long-">nativeGetActionButton</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetAxisValue-int-int-int-int-">nativeGetAxisValue</a></span>(int&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetAxisValue-long-int-int-int-">nativeGetAxisValue</a></span>(long&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetButtonState-int-">nativeGetButtonState</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetButtonState-long-">nativeGetButtonState</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetDeviceId-int-">nativeGetDeviceId</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetDeviceId-long-">nativeGetDeviceId</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetDownTimeNanos-int-">nativeGetDownTimeNanos</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetDownTimeNanos-long-">nativeGetDownTimeNanos</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetEdgeFlags-int-">nativeGetEdgeFlags</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetEdgeFlags-long-">nativeGetEdgeFlags</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetEventTimeNanos-int-int-">nativeGetEventTimeNanos</a></span>(int&nbsp;nativePtr, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetEventTimeNanos-long-int-">nativeGetEventTimeNanos</a></span>(long&nbsp;nativePtr, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i25" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetFlags-int-">nativeGetFlags</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i26" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetFlags-long-">nativeGetFlags</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i27" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetHistorySize-int-">nativeGetHistorySize</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i28" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetHistorySize-long-">nativeGetHistorySize</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i29" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetMetaState-int-">nativeGetMetaState</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i30" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetMetaState-long-">nativeGetMetaState</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i31" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerCoords-int-int-int-android.view.MotionEvent.PointerCoords-">nativeGetPointerCoords</a></span>(int&nbsp;nativePtr, int&nbsp;pointerIndex, int&nbsp;historyPos, android.view.MotionEvent.PointerCoords&nbsp;outPointerCoordsObj)</code>&nbsp;</td> </tr> <tr id="i32" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerCoords-long-int-int-android.view.MotionEvent.PointerCoords-">nativeGetPointerCoords</a></span>(long&nbsp;nativePtr, int&nbsp;pointerIndex, int&nbsp;historyPos, android.view.MotionEvent.PointerCoords&nbsp;outPointerCoordsObj)</code>&nbsp;</td> </tr> <tr id="i33" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerCount-int-">nativeGetPointerCount</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i34" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerCount-long-">nativeGetPointerCount</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i35" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerId-int-int-">nativeGetPointerId</a></span>(int&nbsp;nativePtr, int&nbsp;pointerIndex)</code>&nbsp;</td> </tr> <tr id="i36" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerId-long-int-">nativeGetPointerId</a></span>(long&nbsp;nativePtr, int&nbsp;pointerIndex)</code>&nbsp;</td> </tr> <tr id="i37" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerProperties-int-int-android.view.MotionEvent.PointerProperties-">nativeGetPointerProperties</a></span>(int&nbsp;nativePtr, int&nbsp;pointerIndex, android.view.MotionEvent.PointerProperties&nbsp;outPointerPropertiesObj)</code>&nbsp;</td> </tr> <tr id="i38" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetPointerProperties-long-int-android.view.MotionEvent.PointerProperties-">nativeGetPointerProperties</a></span>(long&nbsp;nativePtr, int&nbsp;pointerIndex, android.view.MotionEvent.PointerProperties&nbsp;outPointerPropertiesObj)</code>&nbsp;</td> </tr> <tr id="i39" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetRawAxisValue-int-int-int-int-">nativeGetRawAxisValue</a></span>(int&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i40" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetRawAxisValue-long-int-int-int-">nativeGetRawAxisValue</a></span>(long&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</code>&nbsp;</td> </tr> <tr id="i41" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetSource-int-">nativeGetSource</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i42" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetSource-long-">nativeGetSource</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i43" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetToolType-int-int-">nativeGetToolType</a></span>(int&nbsp;nativePtr, int&nbsp;pointerIndex)</code>&nbsp;</td> </tr> <tr id="i44" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetToolType-long-int-">nativeGetToolType</a></span>(long&nbsp;nativePtr, int&nbsp;pointerIndex)</code>&nbsp;</td> </tr> <tr id="i45" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetXOffset-int-">nativeGetXOffset</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i46" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetXOffset-long-">nativeGetXOffset</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i47" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetXPrecision-int-">nativeGetXPrecision</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i48" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetXPrecision-long-">nativeGetXPrecision</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i49" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetYOffset-int-">nativeGetYOffset</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i50" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetYOffset-long-">nativeGetYOffset</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i51" class="rowColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetYPrecision-int-">nativeGetYPrecision</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i52" class="altColor"> <td class="colFirst"><code>protected static float</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeGetYPrecision-long-">nativeGetYPrecision</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i53" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeInitialize-int-int-int-int-int-int-int-int-float-float-float-float-long-long-int-android.view.MotionEvent.PointerProperties:A-android.view.MotionEvent.PointerCoords:A-">nativeInitialize</a></span>(int&nbsp;nativePtr, int&nbsp;deviceId, int&nbsp;source, int&nbsp;action, int&nbsp;flags, int&nbsp;edgeFlags, int&nbsp;metaState, int&nbsp;buttonState, float&nbsp;xOffset, float&nbsp;yOffset, float&nbsp;xPrecision, float&nbsp;yPrecision, long&nbsp;downTimeNanos, long&nbsp;eventTimeNanos, int&nbsp;pointerCount, android.view.MotionEvent.PointerProperties[]&nbsp;pointerIds, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoords)</code>&nbsp;</td> </tr> <tr id="i54" class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeInitialize-long-int-int-int-int-int-int-int-float-float-float-float-long-long-int-android.view.MotionEvent.PointerProperties:A-android.view.MotionEvent.PointerCoords:A-">nativeInitialize</a></span>(long&nbsp;nativePtr, int&nbsp;deviceId, int&nbsp;source, int&nbsp;action, int&nbsp;flags, int&nbsp;edgeFlags, int&nbsp;metaState, int&nbsp;buttonState, float&nbsp;xOffset, float&nbsp;yOffset, float&nbsp;xPrecision, float&nbsp;yPrecision, long&nbsp;downTimeNanos, long&nbsp;eventTimeNanos, int&nbsp;pointerCount, android.view.MotionEvent.PointerProperties[]&nbsp;pointerPropertiesObjArray, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray)</code>&nbsp;</td> </tr> <tr id="i55" class="rowColor"> <td class="colFirst"><code>protected static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeIsTouchEvent-int-">nativeIsTouchEvent</a></span>(int&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i56" class="altColor"> <td class="colFirst"><code>protected static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeIsTouchEvent-long-">nativeIsTouchEvent</a></span>(long&nbsp;nativePtr)</code>&nbsp;</td> </tr> <tr id="i57" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeOffsetLocation-int-float-float-">nativeOffsetLocation</a></span>(int&nbsp;nativePtr, float&nbsp;deltaX, float&nbsp;deltaY)</code>&nbsp;</td> </tr> <tr id="i58" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeOffsetLocation-long-float-float-">nativeOffsetLocation</a></span>(long&nbsp;nativePtr, float&nbsp;deltaX, float&nbsp;deltaY)</code>&nbsp;</td> </tr> <tr id="i59" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeReadFromParcel-int-android.os.Parcel-">nativeReadFromParcel</a></span>(int&nbsp;nativePtr, android.os.Parcel&nbsp;parcelObj)</code>&nbsp;</td> </tr> <tr id="i60" class="altColor"> <td class="colFirst"><code>protected static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeReadFromParcel-long-android.os.Parcel-">nativeReadFromParcel</a></span>(long&nbsp;nativePtr, android.os.Parcel&nbsp;parcelObj)</code>&nbsp;</td> </tr> <tr id="i61" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeScale-int-float-">nativeScale</a></span>(int&nbsp;nativePtr, float&nbsp;scale)</code>&nbsp;</td> </tr> <tr id="i62" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeScale-long-float-">nativeScale</a></span>(long&nbsp;nativePtr, float&nbsp;scale)</code>&nbsp;</td> </tr> <tr id="i63" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetAction-int-int-">nativeSetAction</a></span>(int&nbsp;nativePtr, int&nbsp;action)</code>&nbsp;</td> </tr> <tr id="i64" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetAction-long-int-">nativeSetAction</a></span>(long&nbsp;nativePtr, int&nbsp;action)</code>&nbsp;</td> </tr> <tr id="i65" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetActionButton-long-int-">nativeSetActionButton</a></span>(long&nbsp;nativePtr, int&nbsp;button)</code>&nbsp;</td> </tr> <tr id="i66" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetButtonState-long-int-">nativeSetButtonState</a></span>(long&nbsp;nativePtr, int&nbsp;buttonState)</code>&nbsp;</td> </tr> <tr id="i67" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetDownTimeNanos-int-long-">nativeSetDownTimeNanos</a></span>(int&nbsp;nativePtr, long&nbsp;downTimeNanos)</code>&nbsp;</td> </tr> <tr id="i68" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetDownTimeNanos-long-long-">nativeSetDownTimeNanos</a></span>(long&nbsp;nativePtr, long&nbsp;downTimeNanos)</code>&nbsp;</td> </tr> <tr id="i69" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetEdgeFlags-int-int-">nativeSetEdgeFlags</a></span>(int&nbsp;nativePtr, int&nbsp;edgeFlags)</code>&nbsp;</td> </tr> <tr id="i70" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetEdgeFlags-long-int-">nativeSetEdgeFlags</a></span>(long&nbsp;nativePtr, int&nbsp;edgeFlags)</code>&nbsp;</td> </tr> <tr id="i71" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetFlags-int-int-">nativeSetFlags</a></span>(int&nbsp;nativePtr, int&nbsp;flags)</code>&nbsp;</td> </tr> <tr id="i72" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetFlags-long-int-">nativeSetFlags</a></span>(long&nbsp;nativePtr, int&nbsp;flags)</code>&nbsp;</td> </tr> <tr id="i73" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetSource-int-int-">nativeSetSource</a></span>(int&nbsp;nativePtr, int&nbsp;source)</code>&nbsp;</td> </tr> <tr id="i74" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeSetSource-long-int-">nativeSetSource</a></span>(long&nbsp;nativePtr, int&nbsp;source)</code>&nbsp;</td> </tr> <tr id="i75" class="rowColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeWriteToParcel-int-android.os.Parcel-">nativeWriteToParcel</a></span>(int&nbsp;nativePtr, android.os.Parcel&nbsp;parcel)</code>&nbsp;</td> </tr> <tr id="i76" class="altColor"> <td class="colFirst"><code>protected static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#nativeWriteToParcel-long-android.os.Parcel-">nativeWriteToParcel</a></span>(long&nbsp;nativePtr, android.os.Parcel&nbsp;parcel)</code>&nbsp;</td> </tr> <tr id="i77" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#reset--">reset</a></span>()</code>&nbsp;</td> </tr> <tr id="i78" class="altColor"> <td class="colFirst"><code>android.view.MotionEvent</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#setPointer2-float-float-">setPointer2</a></span>(float&nbsp;pointer1X, float&nbsp;pointer1Y)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>androidx.test.core.view.MotionEventBuilder</code> to create a MotionEvent with desired data.</span></div> </div> </td> </tr> <tr id="i79" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#setPointerIds-int-int-">setPointerIds</a></span>(int&nbsp;index0PointerId, int&nbsp;index1PointerId)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>MotionEventBuilder</code> to create a MotionEvent with desired data</span></div> </div> </td> </tr> <tr id="i80" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#setPointerIndex-int-">setPointerIndex</a></span>(int&nbsp;pointerIndex)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>androidx.test.core.view.MotionEventBuilder#setPointerAction(int, int)</code> to create a MotionEvent with desired data.</span></div> </div> </td> </tr> <tr id="i81" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html#transform-android.graphics.Matrix-">transform</a></span>(android.graphics.Matrix&nbsp;matrix)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, 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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ShadowMotionEvent--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ShadowMotionEvent</h4> <pre>public&nbsp;ShadowMotionEvent()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="reset--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reset</h4> <pre><a href="../../../org/robolectric/annotation/Resetter.html" title="annotation in org.robolectric.annotation">@Resetter</a> public static&nbsp;void&nbsp;reset()</pre> </li> </ul> <a name="nativeInitialize-int-int-int-int-int-int-int-int-float-float-float-float-long-long-int-android.view.MotionEvent.PointerProperties:A-android.view.MotionEvent.PointerCoords:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeInitialize</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeInitialize(int&nbsp;nativePtr, int&nbsp;deviceId, int&nbsp;source, int&nbsp;action, int&nbsp;flags, int&nbsp;edgeFlags, int&nbsp;metaState, int&nbsp;buttonState, float&nbsp;xOffset, float&nbsp;yOffset, float&nbsp;xPrecision, float&nbsp;yPrecision, long&nbsp;downTimeNanos, long&nbsp;eventTimeNanos, int&nbsp;pointerCount, android.view.MotionEvent.PointerProperties[]&nbsp;pointerIds, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoords)</pre> </li> </ul> <a name="nativeInitialize-long-int-int-int-int-int-int-int-float-float-float-float-long-long-int-android.view.MotionEvent.PointerProperties:A-android.view.MotionEvent.PointerCoords:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeInitialize</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21, <a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=28) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeInitialize(long&nbsp;nativePtr, int&nbsp;deviceId, int&nbsp;source, int&nbsp;action, int&nbsp;flags, int&nbsp;edgeFlags, int&nbsp;metaState, int&nbsp;buttonState, float&nbsp;xOffset, float&nbsp;yOffset, float&nbsp;xPrecision, float&nbsp;yPrecision, long&nbsp;downTimeNanos, long&nbsp;eventTimeNanos, int&nbsp;pointerCount, android.view.MotionEvent.PointerProperties[]&nbsp;pointerPropertiesObjArray, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray)</pre> </li> </ul> <a name="nativeDispose-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeDispose</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeDispose(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeDispose-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeDispose</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeDispose(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeAddBatch-int-long-android.view.MotionEvent.PointerCoords:A-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeAddBatch</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeAddBatch(int&nbsp;nativePtr, long&nbsp;eventTimeNanos, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray, int&nbsp;metaState)</pre> </li> </ul> <a name="nativeAddBatch-long-long-android.view.MotionEvent.PointerCoords:A-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeAddBatch</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeAddBatch(long&nbsp;nativePtr, long&nbsp;eventTimeNanos, android.view.MotionEvent.PointerCoords[]&nbsp;pointerCoordsObjArray, int&nbsp;metaState)</pre> </li> </ul> <a name="nativeGetPointerCoords-int-int-int-android.view.MotionEvent.PointerCoords-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerCoords</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeGetPointerCoords(int&nbsp;nativePtr, int&nbsp;pointerIndex, int&nbsp;historyPos, android.view.MotionEvent.PointerCoords&nbsp;outPointerCoordsObj)</pre> </li> </ul> <a name="nativeGetPointerCoords-long-int-int-android.view.MotionEvent.PointerCoords-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerCoords</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeGetPointerCoords(long&nbsp;nativePtr, int&nbsp;pointerIndex, int&nbsp;historyPos, android.view.MotionEvent.PointerCoords&nbsp;outPointerCoordsObj)</pre> </li> </ul> <a name="nativeGetPointerProperties-int-int-android.view.MotionEvent.PointerProperties-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerProperties</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeGetPointerProperties(int&nbsp;nativePtr, int&nbsp;pointerIndex, android.view.MotionEvent.PointerProperties&nbsp;outPointerPropertiesObj)</pre> </li> </ul> <a name="nativeGetPointerProperties-long-int-android.view.MotionEvent.PointerProperties-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerProperties</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeGetPointerProperties(long&nbsp;nativePtr, int&nbsp;pointerIndex, android.view.MotionEvent.PointerProperties&nbsp;outPointerPropertiesObj)</pre> </li> </ul> <a name="nativeReadFromParcel-int-android.os.Parcel-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeReadFromParcel</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeReadFromParcel(int&nbsp;nativePtr, android.os.Parcel&nbsp;parcelObj)</pre> </li> </ul> <a name="nativeReadFromParcel-long-android.os.Parcel-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeReadFromParcel</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeReadFromParcel(long&nbsp;nativePtr, android.os.Parcel&nbsp;parcelObj)</pre> </li> </ul> <a name="nativeWriteToParcel-int-android.os.Parcel-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeWriteToParcel</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeWriteToParcel(int&nbsp;nativePtr, android.os.Parcel&nbsp;parcel)</pre> </li> </ul> <a name="nativeWriteToParcel-long-android.os.Parcel-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeWriteToParcel</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeWriteToParcel(long&nbsp;nativePtr, android.os.Parcel&nbsp;parcel)</pre> </li> </ul> <a name="nativeAxisToString-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeAxisToString</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;java.lang.String&nbsp;nativeAxisToString(int&nbsp;axis)</pre> </li> </ul> <a name="nativeAxisFromString-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeAxisFromString</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeAxisFromString(java.lang.String&nbsp;label)</pre> </li> </ul> <a name="nativeGetPointerId-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerId</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetPointerId(int&nbsp;nativePtr, int&nbsp;pointerIndex)</pre> </li> </ul> <a name="nativeGetPointerId-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerId</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetPointerId(long&nbsp;nativePtr, int&nbsp;pointerIndex)</pre> </li> </ul> <a name="nativeGetToolType-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetToolType</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetToolType(int&nbsp;nativePtr, int&nbsp;pointerIndex)</pre> </li> </ul> <a name="nativeGetToolType-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetToolType</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetToolType(long&nbsp;nativePtr, int&nbsp;pointerIndex)</pre> </li> </ul> <a name="nativeGetEventTimeNanos-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetEventTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeGetEventTimeNanos(int&nbsp;nativePtr, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeGetEventTimeNanos-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetEventTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeGetEventTimeNanos(long&nbsp;nativePtr, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeGetRawAxisValue-int-int-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetRawAxisValue</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetRawAxisValue(int&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeGetRawAxisValue-long-int-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetRawAxisValue</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetRawAxisValue(long&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeGetAxisValue-int-int-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetAxisValue</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetAxisValue(int&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeGetAxisValue-long-int-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetAxisValue</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetAxisValue(long&nbsp;nativePtr, int&nbsp;axis, int&nbsp;pointerIndex, int&nbsp;historyPos)</pre> </li> </ul> <a name="nativeCopy-int-int-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeCopy</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeCopy(int&nbsp;destNativePtr, int&nbsp;sourceNativePtr, boolean&nbsp;keepHistory)</pre> </li> </ul> <a name="nativeCopy-long-long-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeCopy</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeCopy(long&nbsp;destNativePtr, long&nbsp;sourceNativePtr, boolean&nbsp;keepHistory)</pre> </li> </ul> <a name="nativeGetDeviceId-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetDeviceId</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetDeviceId(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetDeviceId-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetDeviceId</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetDeviceId(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetSource-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetSource</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetSource(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetSource-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetSource</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetSource(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetSource-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetSource</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeSetSource(int&nbsp;nativePtr, int&nbsp;source)</pre> </li> </ul> <a name="nativeSetSource-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetSource</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetSource(long&nbsp;nativePtr, int&nbsp;source)</pre> </li> </ul> <a name="nativeGetAction-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetAction</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetAction(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetAction-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetAction</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetAction(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetAction-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetAction</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetAction(int&nbsp;nativePtr, int&nbsp;action)</pre> </li> </ul> <a name="nativeSetAction-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetAction</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetAction(long&nbsp;nativePtr, int&nbsp;action)</pre> </li> </ul> <a name="nativeGetActionButton-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetActionButton</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=23) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetActionButton(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetActionButton-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetActionButton</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=23) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetActionButton(long&nbsp;nativePtr, int&nbsp;button)</pre> </li> </ul> <a name="nativeIsTouchEvent-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeIsTouchEvent</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;boolean&nbsp;nativeIsTouchEvent(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeIsTouchEvent-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeIsTouchEvent</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;boolean&nbsp;nativeIsTouchEvent(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetFlags-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetFlags(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetFlags-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetFlags(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetFlags-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetFlags(int&nbsp;nativePtr, int&nbsp;flags)</pre> </li> </ul> <a name="nativeSetFlags-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetFlags(long&nbsp;nativePtr, int&nbsp;flags)</pre> </li> </ul> <a name="nativeGetEdgeFlags-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetEdgeFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetEdgeFlags(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetEdgeFlags-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetEdgeFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetEdgeFlags(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetEdgeFlags-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetEdgeFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetEdgeFlags(int&nbsp;nativePtr, int&nbsp;edgeFlags)</pre> </li> </ul> <a name="nativeSetEdgeFlags-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetEdgeFlags</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetEdgeFlags(long&nbsp;nativePtr, int&nbsp;edgeFlags)</pre> </li> </ul> <a name="nativeGetMetaState-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetMetaState</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetMetaState(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetMetaState-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetMetaState</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetMetaState(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetButtonState-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetButtonState</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetButtonState(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetButtonState-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetButtonState</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetButtonState(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetButtonState-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetButtonState</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=23) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetButtonState(long&nbsp;nativePtr, int&nbsp;buttonState)</pre> </li> </ul> <a name="nativeOffsetLocation-int-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeOffsetLocation</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeOffsetLocation(int&nbsp;nativePtr, float&nbsp;deltaX, float&nbsp;deltaY)</pre> </li> </ul> <a name="nativeOffsetLocation-long-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeOffsetLocation</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeOffsetLocation(long&nbsp;nativePtr, float&nbsp;deltaX, float&nbsp;deltaY)</pre> </li> </ul> <a name="nativeGetXOffset-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetXOffset</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetXOffset(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetXOffset-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetXOffset</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetXOffset(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetYOffset-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetYOffset</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetYOffset(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetYOffset-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetYOffset</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetYOffset(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetXPrecision-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetXPrecision</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetXPrecision(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetXPrecision-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetXPrecision</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetXPrecision(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetYPrecision-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetYPrecision</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetYPrecision(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetYPrecision-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetYPrecision</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;float&nbsp;nativeGetYPrecision(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetDownTimeNanos-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetDownTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeGetDownTimeNanos(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetDownTimeNanos-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetDownTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;long&nbsp;nativeGetDownTimeNanos(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeSetDownTimeNanos-int-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetDownTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetDownTimeNanos(int&nbsp;nativePtr, long&nbsp;downTimeNanos)</pre> </li> </ul> <a name="nativeSetDownTimeNanos-long-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeSetDownTimeNanos</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeSetDownTimeNanos(long&nbsp;nativePtr, long&nbsp;downTimeNanos)</pre> </li> </ul> <a name="nativeGetPointerCount-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerCount</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetPointerCount(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetPointerCount-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetPointerCount</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetPointerCount(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeFindPointerIndex-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeFindPointerIndex</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeFindPointerIndex(int&nbsp;nativePtr, int&nbsp;pointerId)</pre> </li> </ul> <a name="nativeFindPointerIndex-long-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeFindPointerIndex</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeFindPointerIndex(long&nbsp;nativePtr, int&nbsp;pointerId)</pre> </li> </ul> <a name="nativeGetHistorySize-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetHistorySize</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetHistorySize(int&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeGetHistorySize-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeGetHistorySize</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;int&nbsp;nativeGetHistorySize(long&nbsp;nativePtr)</pre> </li> </ul> <a name="nativeScale-int-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeScale</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#maxSdk--">maxSdk</a>=20) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeScale(int&nbsp;nativePtr, float&nbsp;scale)</pre> </li> </ul> <a name="nativeScale-long-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nativeScale</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>(<a href="../../../org/robolectric/annotation/Implementation.html#minSdk--">minSdk</a>=21) <a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> protected static&nbsp;void&nbsp;nativeScale(long&nbsp;nativePtr, float&nbsp;scale)</pre> </li> </ul> <a name="transform-android.graphics.Matrix-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>transform</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> protected final&nbsp;void&nbsp;transform(android.graphics.Matrix&nbsp;matrix)</pre> </li> </ul> <a name="setPointer2-float-float-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPointer2</h4> <pre>@Deprecated public&nbsp;android.view.MotionEvent&nbsp;setPointer2(float&nbsp;pointer1X, float&nbsp;pointer1Y)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>androidx.test.core.view.MotionEventBuilder</code> to create a MotionEvent with desired data.</span></div> </li> </ul> <a name="setPointerIndex-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setPointerIndex</h4> <pre>@Deprecated public&nbsp;void&nbsp;setPointerIndex(int&nbsp;pointerIndex)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>androidx.test.core.view.MotionEventBuilder#setPointerAction(int, int)</code> to create a MotionEvent with desired data.</span></div> </li> </ul> <a name="setPointerIds-int-int-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setPointerIds</h4> <pre>@Deprecated public&nbsp;void&nbsp;setPointerIds(int&nbsp;index0PointerId, int&nbsp;index1PointerId)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <code>MotionEvent.obtain()</code> or <code>MotionEventBuilder</code> to create a MotionEvent with desired data</span></div> </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"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowMimeTypeMap.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowNativeAllocationRegistry.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowMotionEvent.html" target="_top">Frames</a></li> <li><a href="ShadowMotionEvent.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.0/org/robolectric/shadows/ShadowMotionEvent.html
HTML
mit
99,889
--- layout: default single: true --- <div> <article class="hentry" role="article"> {% include article.html %} <footer> <p class="meta"> {% include post/author.html %} {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %} {% include post/categories.html %} </p> {% unless page.sharing == false %} {% include post/sharing.html %} {% endunless %} <p class="meta"> {% if page.previous.url %} <a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">&laquo; {{page.previous.title}}</a> {% endif %} {% if page.next.url %} <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} &raquo;</a> {% endif %} </p> </footer> </article> {% if site.disqus_short_name and page.comments == true %} <section> <h1>Comments</h1> <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> </section> {% endif %} {% if site.juvia_site_key and page.comments == true %} <section> <h1>Comments</h1> <div id="juvia_thread" aria-live="polite">{% include post/juvia_thread.html %}</div> </section> {% endif %} </div>
haya14busa/mjolvim-octotheme
source/_layouts/post.html
HTML
mit
1,282
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta name="author" content="Oleh Zasadnyy, GDG Lviv"> <meta name="description" content=" Estado Democrático de Direito e o Respeito a Diversidade"> <meta name="keywords" content="evento, anpuh, anpuh-am, manaus, "> <meta name="google-site-verification" content="b9imDOrFawXaBXCC4r3uJDdswSYcalD-wWpMYhFq-no" /> <link rel="canonical" href="https://kirmayrtomaz.github.io"> <!-- Social: Twitter --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content=""> <meta name="twitter:title" content="Hello World!"> <meta name="twitter:description" content=" Estado Democrático de Direito e o Respeito a Diversidade"> <meta name="twitter:image:src" content="https://kirmayrtomaz.github.io/zeppelin/img/seo/sharing-twitter.png"> <!-- Social: Facebook / Open Graph --> <meta property="og:title" content="Hello World!" /> <meta property="og:site_name" content="III ANPUH-AM" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://kirmayrtomaz.github.io" /> <meta property="og:image" content="https://kirmayrtomaz.github.io/zeppelin/img/seo/sharing-facebook.png" /> <meta property="og:description" content=" Estado Democrático de Direito e o Respeito a Diversidade" /> <title>Hello World! &bull; III ANPUH-AM</title> <link rel="shortcut icon" href="/zeppelin/img/favicons/favicon.ico"> <link rel="apple-touch-icon" sizes="152x152" href="/zeppelin/img/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="144x144" href="/zeppelin/img/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="120x120" href="/zeppelin/img/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="114x114" href="/zeppelin/img/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="76x76" href="/zeppelin/img/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="72x72" href="/zeppelin/img/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="60x60" href="/zeppelin/img/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="57x57" href="/zeppelin/img/favicons/apple-touch-icon-57x57.png"> <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-196x196.png"> <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-160x160.png"> <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-96x96.png"> <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" href="/zeppelin/img/favicons/favicon-16x16.png"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-TileImage" content="/zeppelin/img/favicons/mstile-144x144.png"> <meta name="msapplication-config" content="/zeppelin/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#2b5797"> <link href="/zeppelin/css/main.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="preloader" class="preloader"> <div class="loader-gplus"></div> </div> <div id="st-container" class="st-container"> <div class="st-pusher"> <div class="st-content"> <!-- Begin Top Section --> <section id="top-section" class="top-section image-section " style=""> <div class="overlay gradient-overlay"></div> <header id="top-header" class="top-header"> <div class="overlay white-solid"></div> <svg id="menu-trigger" class="menu-trigger icon icon-menu visible-xs" viewBox="0 0 32 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-menu"></use> </svg> <a href="/zeppelin/" id="logo-header" class="logo-header"> <div class="logo logo-light"></div> </a> <nav class="st-menu st-effect" id="menu"> <div class="logo-navbar logo logo-dark visible-xs"></div> <ul> <li> <a class="" href=" /zeppelin/ " >Início</a> </li> <li> <a class="" href=" /zeppelin/programacao/ " >Programação</a> </li> <li> <a class="" href=" /zeppelin/speakers/ " >Palestrantes</a> </li> </ul> <ul id="bottom-navlinks" class="bottom-navlinks visible-xs"> <li> <a href=" https://bit.ly/dfua-c4p " target="_blank">Comprar Ticket</a> </li> </ul> <a href=" https://bit.ly/dfua-c4p " class="right-nav-button right-nav-button-hidden btn btn-primary waves-effect waves-button waves-light waves-float pull-right hidden-xs hidden-sm" target="_blank"> Comprar Ingresso </a> </nav> </header> <div class="content-wrapper"> <div class="jumbotron text-left"> <div class="animated hiding" data-animation="fadeInLeft" data-delay="500"> <h1>Hello World!</h1> </div> </div> </div> </section> <!-- End Top Section --> <!-- Begin Post--> <section id="post-section" class="post-section"> <div class="content-wrapper text-left"> <div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1"> <div class="col-lg-8 col-md-10 col-xs-12"> <article class="row post"> <div class="post-header"> <div class="published col-md-6 col-xs-6 pull-left"> <span class="caption">Posted:</span> <span class="publish-date" itemprop="datePublished">Jul 21, 2014</span> </div> <div class="share col-md-6 col-xs-6 pull-right"> <ul class="social-links"> <li> <a href="#" onclick="window.open('https://plus.google.com/share?url=https://kirmayrtomaz.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;"> <svg class="icon icon-google-plus" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use> </svg> </a> </li> <li> <a href="#" onclick="window.open('https://twitter.com/home?status=https://kirmayrtomaz.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=250'); return false;"> <svg class="icon icon-twitter" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use> </svg> </a> </li> <li> <a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=https://kirmayrtomaz.github.io/zeppelin/blog/hello-world', 'newwindow', 'width=600, height=500'); return false;"> <svg class="icon icon-facebook" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use> </svg> </a> </li> </ul> </div> </div> <div class="post-body"><p>We’re very excited - not just because of the inordinate amount of caffeine based products consumed - but also because our team are putting together the final missing parts to the biggest Google related event in Ukraine - <a href="http://devfest.gdg.org.ua/">GDG DevFest 2014</a>.</p> <p>This year event will take place in cultural capital of Ukraine - Lviv. Being a unique European city in Ukraine, Lviv is among top 10 cities of the world to visit in 2014 according to the travel group “The Rough Guide” and is among top 10 cities for spending weekends in Europe according to Lonely Planet. So take your time to spend weeked in last hidden gem in the Europe in company of experts and technical geeks.</p> <p>So should you also be excited? Well yes… and here’s why!</p> <ul> <li><strong>Attendance</strong>: we’re expecting over 350 attendees</li> <li><strong>Topic</strong>: more than 48 hours of pure Google technologies</li> <li><strong>Date</strong>: 24-25 of October, expect hackathon and workshops on a first day and conference on the second</li> <li><strong>Venue</strong>: Kinopalace Cinema - for a first time we’ll make technical event in real cinema directly in the heart of the ancient city of Lviv</li> <li><strong>Speakers</strong>: we’re in the process of finalising the list of speakers</li> </ul> <p>but we’ve already secured a first batch of experts:</p> <ul> <li><strong>Dawid Ostrowski</strong> - Developer Relation from Google, who excited about cloud technologies<br /></li> <li><strong>Mateusz Herych</strong> - Android GDE and GDG organizer from Krakow<br /></li> <li><strong>Dmytro Danylyk</strong> - developer, blogger, speaker, author of open source 1000+ star libraries <br /></li> <li><strong>Roman Mazur</strong> - speaker on various international conferences like Droidcon Eastern Europe and Ankara Developer Days<br /></li> </ul> <p>More details about speakers, DevFest Hackathon and Lviv will appear in subsequent posts, meantime like us on <a href="https://facebook.com/GDGLviv">Facebook</a>, follow on <a href="https://twitter.com/intent/user?screen_name=GDGLviv">Twitter</a>, add to circles in <a href="https://plus.google.com/b/102444623953913144164">Google+</a> or subcribe to our <a href="http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&amp;id=ae0fb459fc">mailing list</a> and <a href="http://devfest.gdg.org.ua/feed.xml">RSS feed</a> in order not to miss any cool stuff about festival.</p> </div> <div id="page-navigation" class="page-navigation"> <div class="next col-xs-6"> <a href="/zeppelin/blog/call-for-papers" title="Call for Papers">&laquo; Call for Papers</a> </div> <div class="previous col-xs-6 text-right"> </div> </div> <div class="comments"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'devfestua'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </script> </div> </article> <div class="row text-center"> <p class="rss-subscribe">Subscribe <a href="/zeppelin/feed.xml" target="_blank">via RSS</a> </p> </div> </div> </div> </div> </section> <!-- End Post --> <!-- Begin Footer --> <footer id="footer" class="footer"> <div class="row"> <div class="pull-left col-md-6 col-xs-6"> <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="https://kirmayrtomaz.github.io"></div> </div> <div class="logo logo-footer logo-gray pull-right"></div> </div> <div class="row"> <div class="col-md-4 col-xs-6"> <h5>Links</h5> <ul> <li><a href=" http://gdg.org.ua " target="_blank">GDG.org.ua</a></li> <li><a href=" https://developers.google.com " target="_blank">Google Developers</a></li> </ul> </div> <div class="col-md-4 col-xs-6"> <h5>Contacts</h5> <ul> <li><a href=" mailto:lviv@gdg.org.ua " target="_blank">lviv@gdg.org.ua</a></li> </ul> </div> <div class="col-md-4 col-xs-6"> <h5>FAQ</h5> <ul> <li><a href=" /zeppelin/cod/ " >Code of Conduct</a></li> </ul> </div> </div> <div class="row"> <div class="col-md-6 col-xs-12"> <ul class="social-links"> <li> <a href=" https://plus.google.com/b/102444623953913144164 " target="_blank"> <svg class="icon icon-google-plus" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-google-plus"></use> </svg> </a> </li> <li> <a href=" https://twitter.com/intent/user?screen_name=GDGLviv " target="_blank"> <svg class="icon icon-twitter" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-twitter"></use> </svg> </a> </li> <li> <a href=" https://facebook.com/GDGLviv " target="_blank"> <svg class="icon icon-facebook" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-facebook"></use> </svg> </a> </li> <li> <a href=" /zeppelin/feed.xml " target="_blank"> <svg class="icon icon-rss" viewBox="0 0 30 32"> <use xlink:href="/zeppelin/img/sprites/sprites.svg#icon-rss"></use> </svg> </a> </li> </ul> </div> </div> <div class="row"> <!-- Please don't delete this line--> <div class="col-md-6"> <p class="copyright"> &copy; 2014 Based on <a href="https://github.com/gdg-x/zeppelin" target="_blank">Project Zeppelin</a>. Designed and created by <a href="https://plus.google.com/+OlehZasadnyy/about" target="_blank">Oleh Zasadnyy</a> &middot; <a href="http://lviv.gdg.org.ua" target="_blank">GDG Lviv</a> </p> </div> </div> </footer> <!-- End Footer --> </div> </div> </div> <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-43643469-5', 'gdg-x.github.io'); ga('send', 'pageview'); </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> window.jQuery || document.write('<script src="/zeppelin/js/jquery-2.1.1.min.js ><\/script>') </script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script> if (typeof ($.fn.modal) === 'undefined') { document.write('<script src="/zeppelin/js/bootstrap.min.js ><\/script>') } </script> <script src="/zeppelin/js/default.js"></script> <script>Waves.displayEffect();</script> <script src="/zeppelin/js/scripts.min.js"></script> <script type="application/ld+json"> [{ "@context" : "http://schema.org", "@type" : "Event", "name" : "III ANPUH-AM", "description": " Estado Democrático de Direito e o Respeito a Diversidade", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/seo/sharing-google-plus.png", "url" : "https://kirmayrtomaz.github.io", "startDate" : "2016-11-17T18:00", "doorTime" : "21:00", "endDate" : "2016-11-18T21:00", "location" : { "@type" : "Place", "name" : "Teatro Uninorte", "sameAs" : "http://cabinet.kinopalace.lviv.ua/showtimes/", "address" : { "@type" : "PostalAddress", "streetAddress" : "Av. Joaquim Nabuco, 1232 - Centro, Manaus - AM, 69020-031", "addressLocality" : "Centro", "addressRegion" : "", "postalCode" : "69020-031", "addressCountry" : "Manaus" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "-3.1307273", "longitude" : "-60.0187562" } }, // Not supported yet // "organizer" : { // "@type" : "Organization", // "name" : "", // "alternateName" : "ANPUH-AM", // "description" : "Open and volunteer geek communities who create exciting projects and share experience about Google technology with passion.", // "logo" : "https://kirmayrtomaz.github.io/zeppelin/img/seo/organizer-logo.png", // "email" : "ANPUH-AM", // "sameAs" : "http://lviv.gdg.org.ua/" // }, "subEvent" : { "@type" : "Event", "name" : "Hackathon", "description": "The front doors will be locked because this is after hours, please park behind the building and come to the door nearest the parking lot.<br><br>Our last meeting showed that there was a lot of interest in Android Wear so we decided to put on an Android Wear Hackathon to see what you could come up with! We realize that this is pretty short notice so we hope you can help us spread the word! There will be pizza, prizes and a great group of geeks to spend the evening coding with! Even if you don't have an app idea come on in and lend a hand to someone else or maybe find inspiration once you're here!", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/seo/sharing-google-plus.png", "url" : "https://kirmayrtomaz.github.io/zeppelin/hackathon/", "startDate" : "2014-10-24T10:00", "doorTime" : "09:00", "endDate" : "2014-10-25T00:00", "location" : { "@type" : "Place", "name" : "Communa", "sameAs" : "http://communa.net.ua/", "address" : { "@type" : "PostalAddress", "streetAddress" : "1 Halytska St", "addressLocality" : "Lviv", "addressRegion" : "Lvivska", "postalCode" : "79000", "addressCountry" : "Ukraine" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "49.840999", "longitude" : " 24.031144" } } }, "offers" : [ { "@type" : "Offer", "name" : "Early Bird", "url" : "http://dfua.ticketforevent.com/", "price" : "350", "priceCurrency" : "UAH", "validFrom" : "2014-08-25T10:00", "validThrough" : "2014-09-30T23:59" }, { "@type" : "Offer", "name" : "Last Chance", "url" : "http://dfua.ticketforevent.com/", "price" : "450", "priceCurrency" : "UAH", "validFrom" : "2014-10-01T00:00", "validThrough" : "2014-10-23T23:59" }, { "@type" : "Offer", "name" : "Student", "url" : "http://dfua.ticketforevent.com/", "price" : "200", "priceCurrency" : "UAH", "validFrom" : "2014-08-20T10:00", "validThrough" : "2014-10-23T23:59" } ], "performer" : [ { "@type" : "Person", "name" : "José Maia Bezerra Neto ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Escravidão Negra no Grão-Pará (séculos XVII e XIX)", "worksFor" : { "@type" : "Organization", "name" : "Universidade Federal do Para" }, "sameAs" : "https://plus.google.com/+DawidOstrowski/" }, { "@type" : "Person", "name" : "Patrícia Sampaio ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "", "worksFor" : { "@type" : "Organization", "name" : "Universidade Federal do Amazonas" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Jaime Ricardo Teixeira Gouveia Jaime", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor", "worksFor" : { "@type" : "Organization", "name" : "Universidade Federal do Amazonas" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Júlio Santos Silva Júlio", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor", "worksFor" : { "@type" : "Organization", "name" : "uninilton lins" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Hilderaldo Lima da Costa Hilderaldo", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor", "worksFor" : { "@type" : "Organization", "name" : "Universidade Federal do Amazonas" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Lídia Helena de Oliveira Lídia", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "Coordenadora da Diversidade", "worksFor" : { "@type" : "Organization", "name" : "SEMED" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Bruno Miranda Braga Bruno", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Pesquisador", "worksFor" : { "@type" : "Organization", "name" : "CAHIA" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Maria de Jesus do Carmo de Araújo Maria", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "Professora", "worksFor" : { "@type" : "Organization", "name" : "SEDUC" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Tarcísio Serpa ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor", "worksFor" : { "@type" : "Organization", "name" : "IFAM" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Letícia Alves ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "Professora", "worksFor" : { "@type" : "Organization", "name" : "IFAM" }, "sameAs" : "" }, { "@type" : "Person", "name" : " Nasthya Garcia ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "Professora", "worksFor" : { "@type" : "Organization", "name" : "Uninorte" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Marcelo Kosawa ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor", "worksFor" : { "@type" : "Organization", "name" : "UFAM" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Lídia Moreira ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "", "worksFor" : { "@type" : "Organization", "name" : "SEMED, SEDUC" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Tarcísio Serpa Normando ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor Doutor", "worksFor" : { "@type" : "Organization", "name" : "IFAM" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Cristiane Manique ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem2.jpg", "jobTitle" : "Professora Mestre", "worksFor" : { "@type" : "Organization", "name" : "Uninorte" }, "sameAs" : "" }, { "@type" : "Person", "name" : "Raimundo Nonato Pereira da Silva ", "image" : "https://kirmayrtomaz.github.io/zeppelin/img/people/lorem1.jpg", "jobTitle" : "Professor Doutor", "worksFor" : { "@type" : "Organization", "name" : "IFAM" }, "sameAs" : "" } ], "eventStatus" : "EventScheduled", "typicalAgeRange" : "16+" }] </script> </body> </html>
Kirmayrtomaz/anpuh-am
_site/blog/hello-world.html
HTML
mit
27,490
<HTML><HEAD> <TITLE>Review for Men in Black (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119654">Men in Black (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ben+Hoffman">Ben Hoffman</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> MEN IN BLACK A film review by Ben Hoffman Copyright 1997 Ben Hoffman</PRE> <P>OUT OF THIS WORLD! EXTRATERRESTRIAL AND EXTRA-HILARIOUS! The Sci-Fi genre has never been this funny. With some witty lines written by screen story and screenplay writer Ed Solomon, free rein is given to Tommy Lee Jones in his role of K, the man in black who works for the unofficial government agency that monitors aliens on Earth. There credo is "Protecting the Earth from the scum of the universe." K spouts some very funny lines despite his tongue never leaving his cheek. Jones is terrific. Look for lots of belly-laughs. Why are these agents called "MEN IN BLACK?" Because they dress in black, why else?</P> <P>When Zed (Rip Torn), the chief of the agency, learns that inhabitants of another planet are planning on conquering Earth, he assigns J (Will Smith) to help K save us. It is good to see Smith again on the large screen after that fine performance in SIX DEGREES OF SEPARATION of a few years ago. Casting could not have chosen a better actor for the role of J.</P> <P>The evil extraterrestrial, Edgar, (Vincent D'Onofrio) visits a farmhouse, takes over the farmer's body and for the rest of the movie grimaces and walks around like a Dr. Frankenstein's monster reject . . . except that Edgar is a takeoff on monsters and a funny takeoff it is.</P> <P>When some strange deaths occur, the bodies are turned over to a medical examiner, Dr. Laura Weaver (the pretty Linda Fiorentino) who becomes involved with the monsters and with trying to save the planet.</P> <P>Special effects include the gelatinous slime that the aliens squirt at the Earthlings. There is an alien, Mikey, whose exterior is that of a Mexican immigrant but he cannot fool our hero, K, who rips off his false face to expose his hideous, slimy real self while immigration border patrol police are shocked. Then there is the High Priest of Baltia who likewise uses a human disguise.</P> <P>The visual special effects were supervised by Eric Brevig; (Industrial Light & Magic) the alien make-up by Rick Baker. These are all excellent. The film is based on the Malibu Comic by Lowell Cunningham.</P> <PRE>Directed by Barry Sonnenfeld.</PRE> <PRE>4 Bytes</PRE> <PRE>4 bytes = Superb 3 bytes = Too good to miss 2 bytes = Average 1 byte = Save your money</PRE> <PRE>Ben Hoffman</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/7927.html
HTML
mit
3,660
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mini-compiler: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6.1 / mini-compiler - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mini-compiler <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 08:01:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 08:01:35 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/mini-compiler&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniCompiler&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: compilation&quot; &quot;keyword: correctness&quot; &quot;keyword: arithmetic&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; &quot;date: 2003&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/mini-compiler/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/mini-compiler.git&quot; synopsis: &quot;Correctness of a tiny compiler for arithmetic expressions&quot; description: &quot;&quot;&quot; Tutorial correctness proof of a tiny compiler from simple arithmetic expressions (constants, variables and additions) to simple assembly-like code (one accumulator, infinitly many registers and addition)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/mini-compiler/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=435a68bd17a447f53614a54cc5f304ca&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mini-compiler.8.10.0 coq.8.6.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1). The following dependencies couldn&#39;t be met: - coq-mini-compiler -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mini-compiler.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6.1/mini-compiler/8.10.0.html
HTML
mit
7,177
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: 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 / euler-formula - 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> euler-formula <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-17 01:15:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 01:15:45 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.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/euler-formula&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/EulerFormula&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: polyhedron&quot; &quot;keyword: hypermap&quot; &quot;keyword: genus&quot; &quot;keyword: Euler formula&quot; &quot;keyword: assisted proofs&quot; &quot;category: Mathematics/Geometry/See also&quot; &quot;date: 2006-09&quot; ] authors: [ &quot;Jean-François Dufourd &lt;dufourd@dpt-info.u-strasbg.fr&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euler-formula/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euler-formula.git&quot; synopsis: &quot;Hypermaps, Genus Theorem and Euler Formula&quot; description: &quot;This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euler-formula/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=b0764bf83063699c2ce7b8b0c0673abc&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-euler-formula.8.7.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&#39;t be met: - coq-euler-formula -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euler-formula.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/extra-dev/8.10.dev/euler-formula/8.7.0.html
HTML
mit
7,164
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bits: 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 / bits - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> bits <small> 1.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-19 20:43:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-19 20:43:27 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.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;anton.a.trunov@gmail.com&quot; homepage: &quot;https://github.com/coq-community/bits&quot; dev-repo: &quot;git+https://github.com/coq-community/bits.git&quot; bug-reports: &quot;https://github.com/coq-community/bits/issues&quot; license: &quot;Apache-2.0&quot; synopsis: &quot;A bit vector library&quot; description: &quot;&quot;&quot; A formalization of bitset operations in Coq and the corresponding axiomatization and extraction to OCaml native integers&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.13~&quot;)} &quot;coq-mathcomp-algebra&quot; {(&gt;= &quot;1.7&quot; &amp; &lt; &quot;1.12~&quot;)} ] tags: [ &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;keyword:bit arithmetic&quot; &quot;keyword:bitset&quot; &quot;keyword:bit vector&quot; &quot;keyword:extraction&quot; &quot;logpath:Bits&quot; &quot;date:2020-02-04&quot; ] authors: [ &quot;Andrew Kennedy &lt;akenn@microsoft.com&gt;&quot; &quot;Arthur Blot &lt;arthur.blot@ens-lyon.fr&gt;&quot; &quot;Pierre-Évariste Dagand &lt;pierre-evariste.dagand@lip6.fr&gt;&quot; ] url { src: &quot;https://github.com/coq-community/bits/archive/1.0.0.tar.gz&quot; checksum: &quot;sha512=4eb9932c7dee8ae5edf8ba80f8706a813eb02c41d52653c3947e9b6566e87d765a1ca2c4c78118e924bfaf3930e24c9bc36c6168f4c3192f2bb4cd60fd2bf6b7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-bits.1.0.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&#39;t be met: - coq-bits -&gt; coq &lt; 8.13~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-bits.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.0/bits/1.0.0.html
HTML
mit
7,318
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>maple-mode: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / maple-mode - 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> maple-mode <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-31 07:04:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 07:04:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/maple-mode&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MapleMode&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Maple&quot; &quot;keyword: simplification&quot; &quot;keyword: field tactic&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2002-03&quot; ] authors: [ &quot;David Delahaye&quot; &quot;Micaela Mayero&quot; ] bug-reports: &quot;https://github.com/coq-contribs/maple-mode/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/maple-mode.git&quot; synopsis: &quot;A Maple Mode for Coq&quot; description: &quot;&quot;&quot; This contribution is an interface between Coq and Maple. In particular, this exports the functions simplify/factor/expand/normal giving the corresponding tactics Simplify/Factor/Expand/Normal. The manipulations carried out by these tactics are proved thanks to the tactic Field. These tactics can be also used as functions by means of the Eval ... In command.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/maple-mode/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=d7e2a1cd70d207b92ed004a0c59e880d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-maple-mode.8.9.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-maple-mode -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-maple-mode.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.05.0-2.0.6/released/8.7.0/maple-mode/8.9.0.html
HTML
mit
7,235
<!DOCTYPE html> <html ng-app='app'> <head> <title>Some title</title> <link rel="stylesheet" type="text/css" href="/assets/styles/app.css"> </head> <body> <div ui-view></div> <script type="text/javascript" src="/libs.js"></script> <script type="text/javascript" src="/app/app.js"></script> </body> </html>
raphaelhovsepyan/angular1-boilerplate
src/app/index.html
HTML
mit
309
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="https://just2us.com/img/favicon-180.png" /> <link rel="apple-touch-icon" href="https://just2us.com/img/favicon-192.png"/> <!-- CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/clean-blog.min.css"> <link rel="stylesheet" href="/css/syntax.css"> <!-- Fonts --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link type="application/atom+xml" rel="alternate" href="https://just2me.com/feed.xml" title="Just2me" /> <!-- Begin Jekyll SEO tag v2.6.1 --> <title>Officially An Inventor | Just2me</title> <meta name="generator" content="Jekyll v4.0.0" /> <meta property="og:title" content="Officially An Inventor" /> <meta name="author" content="Junda Ong" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="US Patent Number 8462670" /> <meta property="og:description" content="US Patent Number 8462670" /> <link rel="canonical" href="https://just2me.com/2013/06/24/officially-inventor/" /> <meta property="og:url" content="https://just2me.com/2013/06/24/officially-inventor/" /> <meta property="og:site_name" content="Just2me" /> <meta property="og:image" content="https://just2me.com/img/jewel-fountain.jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2013-06-24T22:03:00+08:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:image" content="https://just2me.com/img/jewel-fountain.jpeg" /> <meta property="twitter:title" content="Officially An Inventor" /> <meta name="twitter:site" content="@samwize" /> <meta name="twitter:creator" content="@Junda Ong" /> <meta property="fb:admins" content="704185456" /> <script type="application/ld+json"> {"description":"US Patent Number 8462670","@type":"BlogPosting","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://just2us.com/img/favicon-192.png"},"name":"Junda Ong"},"image":"https://just2me.com/img/jewel-fountain.jpeg","url":"https://just2me.com/2013/06/24/officially-inventor/","headline":"Officially An Inventor","dateModified":"2013-06-24T22:03:00+08:00","datePublished":"2013-06-24T22:03:00+08:00","author":{"@type":"Person","name":"Junda Ong"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://just2me.com/2013/06/24/officially-inventor/"},"@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Just2me</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/stories">Stories</a> </li> <li> <a href="https://just2us.com/apps">Apps</a> </li> <li> <a href="/quotes">Quotes</a> </li> <li> <a href="/about">About</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Post Header --> <header class="intro-header" style="background-image: url('/img/jewel-fountain.jpeg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>Officially An Inventor</h1> <span class="meta">Published on June 24, 2013</span> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p><a href="https://www.google.com/patents/US8462670"><img src="http://1.bp.blogspot.com/-EFKTyAWxd0I/UchRU_QNLUI/AAAAAAAAOGI/01E099qolqM/s640/Screen+Shot+2013-06-24+at+10.01.32+PM.png" alt="" /></a><br /> <a href="https://www.google.com/patents/US8462670">US Patent Number 8462670</a></p> <hr> <div class="post-tags"> <div class="label"> <span>TAGGED WITH</span> </div> <div class="tags"> <a href="/stories/#achievements">achievements</a> </div> </div> <ul class="pager"> <li class="next"> <a href="/2013/07/02/bought-ipad-mini-and-loaded-ios-7/" data-toggle="tooltip" data-placement="top" title="Next Post">Bought iPad Mini and loaded iOS 7 &rarr;</a> </li> <li class="previous"> <a href="/2013/06/09/using-flickr-to-store-all-my-photos-and/" data-toggle="tooltip" data-placement="top" title="Previous Post">&larr; Using Flickr to store all my photos and videos</a> </li> </ul> <!-- Adsense--> <div class="ads"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Just2me.com --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8504591086876220" data-ad-slot="7773704700" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- Disqus --> <hr> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'just2me2'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </div> </div> </article> <hr> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.facebook.com/ongjunda"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="mailto:junda@just2me.com"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Junda Ong 1983-2021</p> </div> </div> </div> </footer> <!-- JS --> <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/clean-blog.min.js"></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-3313418-3', 'auto'); ga('send', 'pageview'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8504591086876220", enable_page_level_ads: true }); </script> </body> </html>
samwize/just2me.com
2013/06/24/officially-inventor/index.html
HTML
mit
11,542
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>PieChart - YUI 3</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.17.2</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Anim.html">Anim</a></li> <li><a href="../classes/App.html">App</a></li> <li><a href="../classes/App.Base.html">App.Base</a></li> <li><a href="../classes/App.Content.html">App.Content</a></li> <li><a href="../classes/App.Transitions.html">App.Transitions</a></li> <li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="../classes/AreaSeries.html">AreaSeries</a></li> <li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="../classes/Array.html">Array</a></li> <li><a href="../classes/ArrayList.html">ArrayList</a></li> <li><a href="../classes/ArraySort.html">ArraySort</a></li> <li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="../classes/Attribute.html">Attribute</a></li> <li><a href="../classes/AttributeCore.html">AttributeCore</a></li> <li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="../classes/AttributeLite.html">AttributeLite</a></li> <li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li> <li><a href="../classes/AutoComplete.html">AutoComplete</a></li> <li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="../classes/Axis.html">Axis</a></li> <li><a href="../classes/AxisBase.html">AxisBase</a></li> <li><a href="../classes/BarSeries.html">BarSeries</a></li> <li><a href="../classes/Base.html">Base</a></li> <li><a href="../classes/BaseCore.html">BaseCore</a></li> <li><a href="../classes/BaseObservable.html">BaseObservable</a></li> <li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="../classes/Button.html">Button</a></li> <li><a href="../classes/ButtonCore.html">ButtonCore</a></li> <li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="../classes/Cache.html">Cache</a></li> <li><a href="../classes/CacheOffline.html">CacheOffline</a></li> <li><a href="../classes/Calendar.html">Calendar</a></li> <li><a href="../classes/CalendarBase.html">CalendarBase</a></li> <li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li> <li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="../classes/CanvasPath.html">CanvasPath</a></li> <li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="../classes/CanvasRect.html">CanvasRect</a></li> <li><a href="../classes/CanvasShape.html">CanvasShape</a></li> <li><a href="../classes/CartesianChart.html">CartesianChart</a></li> <li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li> <li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li> <li><a href="../classes/Chart.html">Chart</a></li> <li><a href="../classes/ChartBase.html">ChartBase</a></li> <li><a href="../classes/ChartLegend.html">ChartLegend</a></li> <li><a href="../classes/Circle.html">Circle</a></li> <li><a href="../classes/CircleGroup.html">CircleGroup</a></li> <li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="../classes/ClickableRail.html">ClickableRail</a></li> <li><a href="../classes/Color.html">Color</a></li> <li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li> <li><a href="../classes/Color.HSL.html">Color.HSL</a></li> <li><a href="../classes/Color.HSV.html">Color.HSV</a></li> <li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="../classes/ComboSeries.html">ComboSeries</a></li> <li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="../classes/config.html">config</a></li> <li><a href="../classes/Console.html">Console</a></li> <li><a href="../classes/ContentEditable.html">ContentEditable</a></li> <li><a href="../classes/Controller.html">Controller</a></li> <li><a href="../classes/Cookie.html">Cookie</a></li> <li><a href="../classes/CurveUtil.html">CurveUtil</a></li> <li><a href="../classes/CustomEvent.html">CustomEvent</a></li> <li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="../classes/DataTable.html">DataTable</a></li> <li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li> <li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li> <li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li> <li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li> <li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li> <li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li> <li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li> <li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="../classes/Date.html">Date</a></li> <li><a href="../classes/DD.DDM.html">DD.DDM</a></li> <li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="../classes/DD.Drag.html">DD.Drag</a></li> <li><a href="../classes/DD.Drop.html">DD.Drop</a></li> <li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="../classes/Dial.html">Dial</a></li> <li><a href="../classes/Do.html">Do</a></li> <li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="../classes/Do.Error.html">Do.Error</a></li> <li><a href="../classes/Do.Halt.html">Do.Halt</a></li> <li><a href="../classes/Do.Method.html">Do.Method</a></li> <li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="../classes/DOM.html">DOM</a></li> <li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="../classes/Drawing.html">Drawing</a></li> <li><a href="../classes/Easing.html">Easing</a></li> <li><a href="../classes/EditorBase.html">EditorBase</a></li> <li><a href="../classes/EditorSelection.html">EditorSelection</a></li> <li><a href="../classes/Ellipse.html">Ellipse</a></li> <li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="../classes/Escape.html">Escape</a></li> <li><a href="../classes/Event.html">Event</a></li> <li><a href="../classes/EventFacade.html">EventFacade</a></li> <li><a href="../classes/EventHandle.html">EventHandle</a></li> <li><a href="../classes/EventTarget.html">EventTarget</a></li> <li><a href="../classes/Features.html">Features</a></li> <li><a href="../classes/File.html">File</a></li> <li><a href="../classes/FileFlash.html">FileFlash</a></li> <li><a href="../classes/FileHTML5.html">FileHTML5</a></li> <li><a href="../classes/Fills.html">Fills</a></li> <li><a href="../classes/Frame.html">Frame</a></li> <li><a href="../classes/Get.html">Get</a></li> <li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="../classes/Graph.html">Graph</a></li> <li><a href="../classes/Graphic.html">Graphic</a></li> <li><a href="../classes/GraphicBase.html">GraphicBase</a></li> <li><a href="../classes/Gridlines.html">Gridlines</a></li> <li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="../classes/GroupRect.html">GroupRect</a></li> <li><a href="../classes/Handlebars.html">Handlebars</a></li> <li><a href="../classes/Highlight.html">Highlight</a></li> <li><a href="../classes/Histogram.html">Histogram</a></li> <li><a href="../classes/HistoryBase.html">HistoryBase</a></li> <li><a href="../classes/HistoryHash.html">HistoryHash</a></li> <li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="../classes/InlineEditor.html">InlineEditor</a></li> <li><a href="../classes/Intl.html">Intl</a></li> <li><a href="../classes/IO.html">IO</a></li> <li><a href="../classes/JSON.html">JSON</a></li> <li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="../classes/Lang.html">Lang</a></li> <li><a href="../classes/LazyModelList.html">LazyModelList</a></li> <li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="../classes/Lines.html">Lines</a></li> <li><a href="../classes/LineSeries.html">LineSeries</a></li> <li><a href="../classes/Loader.html">Loader</a></li> <li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="../classes/Matrix.html">Matrix</a></li> <li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="../classes/Model.html">Model</a></li> <li><a href="../classes/ModelList.html">ModelList</a></li> <li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li> <li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/NodeList.html">NodeList</a></li> <li><a href="../classes/Number.html">Number</a></li> <li><a href="../classes/NumericAxis.html">NumericAxis</a></li> <li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li> <li><a href="../classes/NumericImpl.html">NumericImpl</a></li> <li><a href="../classes/Object.html">Object</a></li> <li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li> <li><a href="../classes/Overlay.html">Overlay</a></li> <li><a href="../classes/Paginator.html">Paginator</a></li> <li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li> <li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li> <li><a href="../classes/Panel.html">Panel</a></li> <li><a href="../classes/Parallel.html">Parallel</a></li> <li><a href="../classes/Path.html">Path</a></li> <li><a href="../classes/PieChart.html">PieChart</a></li> <li><a href="../classes/PieSeries.html">PieSeries</a></li> <li><a href="../classes/Pjax.html">Pjax</a></li> <li><a href="../classes/PjaxBase.html">PjaxBase</a></li> <li><a href="../classes/PjaxContent.html">PjaxContent</a></li> <li><a href="../classes/Plots.html">Plots</a></li> <li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li> <li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li> <li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li> <li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="../classes/Pollable.html">Pollable</a></li> <li><a href="../classes/Promise.html">Promise</a></li> <li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li> <li><a href="../classes/QueryString.html">QueryString</a></li> <li><a href="../classes/Queue.html">Queue</a></li> <li><a href="../classes/RangeSeries.html">RangeSeries</a></li> <li><a href="../classes/Record.html">Record</a></li> <li><a href="../classes/Recordset.html">Recordset</a></li> <li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="../classes/Rect.html">Rect</a></li> <li><a href="../classes/Renderer.html">Renderer</a></li> <li><a href="../classes/Resize.html">Resize</a></li> <li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="../classes/Router.html">Router</a></li> <li><a href="../classes/ScrollView.html">ScrollView</a></li> <li><a href="../classes/Selector.html">Selector</a></li> <li><a href="../classes/SeriesBase.html">SeriesBase</a></li> <li><a href="../classes/Shape.html">Shape</a></li> <li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="../classes/Slider.html">Slider</a></li> <li><a href="../classes/SliderBase.html">SliderBase</a></li> <li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="../classes/Sortable.html">Sortable</a></li> <li><a href="../classes/SplineSeries.html">SplineSeries</a></li> <li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="../classes/StackedAxis.html">StackedAxis</a></li> <li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li> <li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="../classes/StackedImpl.html">StackedImpl</a></li> <li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="../classes/StackingUtil.html">StackingUtil</a></li> <li><a href="../classes/State.html">State</a></li> <li><a href="../classes/StyleSheet.html">StyleSheet</a></li> <li><a href="../classes/Subscriber.html">Subscriber</a></li> <li><a href="../classes/SVGCircle.html">SVGCircle</a></li> <li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="../classes/SVGPath.html">SVGPath</a></li> <li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="../classes/SVGRect.html">SVGRect</a></li> <li><a href="../classes/SVGShape.html">SVGShape</a></li> <li><a href="../classes/SWF.html">SWF</a></li> <li><a href="../classes/SWFDetect.html">SWFDetect</a></li> <li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="../classes/Tab.html">Tab</a></li> <li><a href="../classes/TabView.html">TabView</a></li> <li><a href="../classes/Template.html">Template</a></li> <li><a href="../classes/Template.Micro.html">Template.Micro</a></li> <li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="../classes/Test.Assert.html">Test.Assert</a></li> <li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="../classes/Test.Console.html">Test.Console</a></li> <li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="../classes/Test.Mock.html">Test.Mock</a></li> <li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="../classes/Test.Results.html">Test.Results</a></li> <li><a href="../classes/Test.Runner.html">Test.Runner</a></li> <li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="../classes/Test.Wait.html">Test.Wait</a></li> <li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="../classes/TimeAxis.html">TimeAxis</a></li> <li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li> <li><a href="../classes/TimeImpl.html">TimeImpl</a></li> <li><a href="../classes/ToggleButton.html">ToggleButton</a></li> <li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="../classes/Transition.html">Transition</a></li> <li><a href="../classes/Tree.html">Tree</a></li> <li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li> <li><a href="../classes/Tree.Node.html">Tree.Node</a></li> <li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li> <li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li> <li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li> <li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li> <li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li> <li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li> <li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li> <li><a href="../classes/UA.html">UA</a></li> <li><a href="../classes/Uploader.html">Uploader</a></li> <li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="../classes/ValueChange.html">ValueChange</a></li> <li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="../classes/View.html">View</a></li> <li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="../classes/VMLCircle.html">VMLCircle</a></li> <li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="../classes/VMLPath.html">VMLPath</a></li> <li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="../classes/VMLRect.html">VMLRect</a></li> <li><a href="../classes/VMLShape.html">VMLShape</a></li> <li><a href="../classes/Widget.html">Widget</a></li> <li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="../classes/WidgetChild.html">WidgetChild</a></li> <li><a href="../classes/WidgetModality.html">WidgetModality</a></li> <li><a href="../classes/WidgetParent.html">WidgetParent</a></li> <li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="../classes/WidgetStack.html">WidgetStack</a></li> <li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="../classes/XML.html">XML</a></li> <li><a href="../classes/YQL.html">YQL</a></li> <li><a href="../classes/YQLRequest.html">YQLRequest</a></li> <li><a href="../classes/YUI.html">YUI</a></li> <li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/align-plugin.html">align-plugin</a></li> <li><a href="../modules/anim.html">anim</a></li> <li><a href="../modules/anim-base.html">anim-base</a></li> <li><a href="../modules/anim-color.html">anim-color</a></li> <li><a href="../modules/anim-curve.html">anim-curve</a></li> <li><a href="../modules/anim-easing.html">anim-easing</a></li> <li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="../modules/anim-scroll.html">anim-scroll</a></li> <li><a href="../modules/anim-shape.html">anim-shape</a></li> <li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="../modules/anim-xy.html">anim-xy</a></li> <li><a href="../modules/app.html">app</a></li> <li><a href="../modules/app-base.html">app-base</a></li> <li><a href="../modules/app-content.html">app-content</a></li> <li><a href="../modules/app-transitions.html">app-transitions</a></li> <li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="../modules/array-extras.html">array-extras</a></li> <li><a href="../modules/array-invoke.html">array-invoke</a></li> <li><a href="../modules/arraylist.html">arraylist</a></li> <li><a href="../modules/arraylist-add.html">arraylist-add</a></li> <li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="../modules/arraysort.html">arraysort</a></li> <li><a href="../modules/async-queue.html">async-queue</a></li> <li><a href="../modules/attribute.html">attribute</a></li> <li><a href="../modules/attribute-base.html">attribute-base</a></li> <li><a href="../modules/attribute-complex.html">attribute-complex</a></li> <li><a href="../modules/attribute-core.html">attribute-core</a></li> <li><a href="../modules/attribute-extras.html">attribute-extras</a></li> <li><a href="../modules/attribute-observable.html">attribute-observable</a></li> <li><a href="../modules/autocomplete.html">autocomplete</a></li> <li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="../modules/axis.html">axis</a></li> <li><a href="../modules/axis-base.html">axis-base</a></li> <li><a href="../modules/axis-category.html">axis-category</a></li> <li><a href="../modules/axis-category-base.html">axis-category-base</a></li> <li><a href="../modules/axis-numeric.html">axis-numeric</a></li> <li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li> <li><a href="../modules/axis-stacked.html">axis-stacked</a></li> <li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li> <li><a href="../modules/axis-time.html">axis-time</a></li> <li><a href="../modules/axis-time-base.html">axis-time-base</a></li> <li><a href="../modules/base.html">base</a></li> <li><a href="../modules/base-base.html">base-base</a></li> <li><a href="../modules/base-build.html">base-build</a></li> <li><a href="../modules/base-core.html">base-core</a></li> <li><a href="../modules/base-observable.html">base-observable</a></li> <li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="../modules/button.html">button</a></li> <li><a href="../modules/button-core.html">button-core</a></li> <li><a href="../modules/button-group.html">button-group</a></li> <li><a href="../modules/button-plugin.html">button-plugin</a></li> <li><a href="../modules/cache.html">cache</a></li> <li><a href="../modules/cache-base.html">cache-base</a></li> <li><a href="../modules/cache-offline.html">cache-offline</a></li> <li><a href="../modules/cache-plugin.html">cache-plugin</a></li> <li><a href="../modules/calendar.html">calendar</a></li> <li><a href="../modules/calendar-base.html">calendar-base</a></li> <li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="../modules/charts.html">charts</a></li> <li><a href="../modules/charts-base.html">charts-base</a></li> <li><a href="../modules/charts-legend.html">charts-legend</a></li> <li><a href="../modules/classnamemanager.html">classnamemanager</a></li> <li><a href="../modules/clickable-rail.html">clickable-rail</a></li> <li><a href="../modules/collection.html">collection</a></li> <li><a href="../modules/color.html">color</a></li> <li><a href="../modules/color-base.html">color-base</a></li> <li><a href="../modules/color-harmony.html">color-harmony</a></li> <li><a href="../modules/color-hsl.html">color-hsl</a></li> <li><a href="../modules/color-hsv.html">color-hsv</a></li> <li><a href="../modules/console.html">console</a></li> <li><a href="../modules/console-filters.html">console-filters</a></li> <li><a href="../modules/content-editable.html">content-editable</a></li> <li><a href="../modules/cookie.html">cookie</a></li> <li><a href="../modules/createlink-base.html">createlink-base</a></li> <li><a href="../modules/dataschema.html">dataschema</a></li> <li><a href="../modules/dataschema-array.html">dataschema-array</a></li> <li><a href="../modules/dataschema-base.html">dataschema-base</a></li> <li><a href="../modules/dataschema-json.html">dataschema-json</a></li> <li><a href="../modules/dataschema-text.html">dataschema-text</a></li> <li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="../modules/datasource.html">datasource</a></li> <li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="../modules/datasource-cache.html">datasource-cache</a></li> <li><a href="../modules/datasource-function.html">datasource-function</a></li> <li><a href="../modules/datasource-get.html">datasource-get</a></li> <li><a href="../modules/datasource-io.html">datasource-io</a></li> <li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="../modules/datasource-local.html">datasource-local</a></li> <li><a href="../modules/datasource-polling.html">datasource-polling</a></li> <li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="../modules/datatable.html">datatable</a></li> <li><a href="../modules/datatable-base.html">datatable-base</a></li> <li><a href="../modules/datatable-body.html">datatable-body</a></li> <li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="../modules/datatable-core.html">datatable-core</a></li> <li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="../modules/datatable-foot.html">datatable-foot</a></li> <li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li> <li><a href="../modules/datatable-head.html">datatable-head</a></li> <li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li> <li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li> <li><a href="../modules/datatable-message.html">datatable-message</a></li> <li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li> <li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="../modules/datatable-sort.html">datatable-sort</a></li> <li><a href="../modules/datatable-table.html">datatable-table</a></li> <li><a href="../modules/datatype.html">datatype</a></li> <li><a href="../modules/datatype-date.html">datatype-date</a></li> <li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="../modules/datatype-number.html">datatype-number</a></li> <li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="../modules/datatype-xml.html">datatype-xml</a></li> <li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="../modules/dd.html">dd</a></li> <li><a href="../modules/dd-constrain.html">dd-constrain</a></li> <li><a href="../modules/dd-ddm.html">dd-ddm</a></li> <li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="../modules/dd-delegate.html">dd-delegate</a></li> <li><a href="../modules/dd-drag.html">dd-drag</a></li> <li><a href="../modules/dd-drop.html">dd-drop</a></li> <li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="../modules/dd-gestures.html">dd-gestures</a></li> <li><a href="../modules/dd-plugin.html">dd-plugin</a></li> <li><a href="../modules/dd-proxy.html">dd-proxy</a></li> <li><a href="../modules/dd-scroll.html">dd-scroll</a></li> <li><a href="../modules/dial.html">dial</a></li> <li><a href="../modules/dom.html">dom</a></li> <li><a href="../modules/dom-base.html">dom-base</a></li> <li><a href="../modules/dom-screen.html">dom-screen</a></li> <li><a href="../modules/dom-style.html">dom-style</a></li> <li><a href="../modules/dump.html">dump</a></li> <li><a href="../modules/editor.html">editor</a></li> <li><a href="../modules/editor-base.html">editor-base</a></li> <li><a href="../modules/editor-bidi.html">editor-bidi</a></li> <li><a href="../modules/editor-br.html">editor-br</a></li> <li><a href="../modules/editor-inline.html">editor-inline</a></li> <li><a href="../modules/editor-lists.html">editor-lists</a></li> <li><a href="../modules/editor-para.html">editor-para</a></li> <li><a href="../modules/editor-para-base.html">editor-para-base</a></li> <li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="../modules/editor-tab.html">editor-tab</a></li> <li><a href="../modules/escape.html">escape</a></li> <li><a href="../modules/event.html">event</a></li> <li><a href="../modules/event-base.html">event-base</a></li> <li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="../modules/event-custom.html">event-custom</a></li> <li><a href="../modules/event-custom-base.html">event-custom-base</a></li> <li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="../modules/event-delegate.html">event-delegate</a></li> <li><a href="../modules/event-flick.html">event-flick</a></li> <li><a href="../modules/event-focus.html">event-focus</a></li> <li><a href="../modules/event-gestures.html">event-gestures</a></li> <li><a href="../modules/event-hover.html">event-hover</a></li> <li><a href="../modules/event-key.html">event-key</a></li> <li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="../modules/event-move.html">event-move</a></li> <li><a href="../modules/event-outside.html">event-outside</a></li> <li><a href="../modules/event-resize.html">event-resize</a></li> <li><a href="../modules/event-simulate.html">event-simulate</a></li> <li><a href="../modules/event-synthetic.html">event-synthetic</a></li> <li><a href="../modules/event-tap.html">event-tap</a></li> <li><a href="../modules/event-touch.html">event-touch</a></li> <li><a href="../modules/event-valuechange.html">event-valuechange</a></li> <li><a href="../modules/exec-command.html">exec-command</a></li> <li><a href="../modules/features.html">features</a></li> <li><a href="../modules/file.html">file</a></li> <li><a href="../modules/file-flash.html">file-flash</a></li> <li><a href="../modules/file-html5.html">file-html5</a></li> <li><a href="../modules/frame.html">frame</a></li> <li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="../modules/get.html">get</a></li> <li><a href="../modules/get-nodejs.html">get-nodejs</a></li> <li><a href="../modules/graphics.html">graphics</a></li> <li><a href="../modules/graphics-group.html">graphics-group</a></li> <li><a href="../modules/handlebars.html">handlebars</a></li> <li><a href="../modules/handlebars-base.html">handlebars-base</a></li> <li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="../modules/highlight.html">highlight</a></li> <li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="../modules/highlight-base.html">highlight-base</a></li> <li><a href="../modules/history.html">history</a></li> <li><a href="../modules/history-base.html">history-base</a></li> <li><a href="../modules/history-hash.html">history-hash</a></li> <li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="../modules/history-html5.html">history-html5</a></li> <li><a href="../modules/imageloader.html">imageloader</a></li> <li><a href="../modules/intl.html">intl</a></li> <li><a href="../modules/io.html">io</a></li> <li><a href="../modules/io-base.html">io-base</a></li> <li><a href="../modules/io-form.html">io-form</a></li> <li><a href="../modules/io-nodejs.html">io-nodejs</a></li> <li><a href="../modules/io-queue.html">io-queue</a></li> <li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="../modules/io-xdr.html">io-xdr</a></li> <li><a href="../modules/json.html">json</a></li> <li><a href="../modules/json-parse.html">json-parse</a></li> <li><a href="../modules/json-stringify.html">json-stringify</a></li> <li><a href="../modules/jsonp.html">jsonp</a></li> <li><a href="../modules/jsonp-url.html">jsonp-url</a></li> <li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="../modules/loader.html">loader</a></li> <li><a href="../modules/loader-base.html">loader-base</a></li> <li><a href="../modules/loader-yui3.html">loader-yui3</a></li> <li><a href="../modules/matrix.html">matrix</a></li> <li><a href="../modules/model.html">model</a></li> <li><a href="../modules/model-list.html">model-list</a></li> <li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="../modules/node.html">node</a></li> <li><a href="../modules/node-base.html">node-base</a></li> <li><a href="../modules/node-core.html">node-core</a></li> <li><a href="../modules/node-data.html">node-data</a></li> <li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="../modules/node-event-html5.html">node-event-html5</a></li> <li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="../modules/node-flick.html">node-flick</a></li> <li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="../modules/node-load.html">node-load</a></li> <li><a href="../modules/node-menunav.html">node-menunav</a></li> <li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="../modules/node-screen.html">node-screen</a></li> <li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="../modules/node-style.html">node-style</a></li> <li><a href="../modules/oop.html">oop</a></li> <li><a href="../modules/overlay.html">overlay</a></li> <li><a href="../modules/paginator.html">paginator</a></li> <li><a href="../modules/paginator-core.html">paginator-core</a></li> <li><a href="../modules/paginator-url.html">paginator-url</a></li> <li><a href="../modules/panel.html">panel</a></li> <li><a href="../modules/parallel.html">parallel</a></li> <li><a href="../modules/pjax.html">pjax</a></li> <li><a href="../modules/pjax-base.html">pjax-base</a></li> <li><a href="../modules/pjax-content.html">pjax-content</a></li> <li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="../modules/plugin.html">plugin</a></li> <li><a href="../modules/pluginhost.html">pluginhost</a></li> <li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="../modules/promise.html">promise</a></li> <li><a href="../modules/querystring.html">querystring</a></li> <li><a href="../modules/querystring-parse.html">querystring-parse</a></li> <li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="../modules/queue-promote.html">queue-promote</a></li> <li><a href="../modules/range-slider.html">range-slider</a></li> <li><a href="../modules/recordset.html">recordset</a></li> <li><a href="../modules/recordset-base.html">recordset-base</a></li> <li><a href="../modules/recordset-filter.html">recordset-filter</a></li> <li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="../modules/recordset-sort.html">recordset-sort</a></li> <li><a href="../modules/resize.html">resize</a></li> <li><a href="../modules/resize-contrain.html">resize-contrain</a></li> <li><a href="../modules/resize-plugin.html">resize-plugin</a></li> <li><a href="../modules/resize-proxy.html">resize-proxy</a></li> <li><a href="../modules/rollup.html">rollup</a></li> <li><a href="../modules/router.html">router</a></li> <li><a href="../modules/scrollview.html">scrollview</a></li> <li><a href="../modules/scrollview-base.html">scrollview-base</a></li> <li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="../modules/scrollview-list.html">scrollview-list</a></li> <li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="../modules/selection.html">selection</a></li> <li><a href="../modules/selector-css2.html">selector-css2</a></li> <li><a href="../modules/selector-css3.html">selector-css3</a></li> <li><a href="../modules/selector-native.html">selector-native</a></li> <li><a href="../modules/series-area.html">series-area</a></li> <li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li> <li><a href="../modules/series-areaspline.html">series-areaspline</a></li> <li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li> <li><a href="../modules/series-bar.html">series-bar</a></li> <li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li> <li><a href="../modules/series-base.html">series-base</a></li> <li><a href="../modules/series-candlestick.html">series-candlestick</a></li> <li><a href="../modules/series-cartesian.html">series-cartesian</a></li> <li><a href="../modules/series-column.html">series-column</a></li> <li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li> <li><a href="../modules/series-combo.html">series-combo</a></li> <li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li> <li><a href="../modules/series-combospline.html">series-combospline</a></li> <li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li> <li><a href="../modules/series-curve-util.html">series-curve-util</a></li> <li><a href="../modules/series-fill-util.html">series-fill-util</a></li> <li><a href="../modules/series-histogram.html">series-histogram</a></li> <li><a href="../modules/series-line.html">series-line</a></li> <li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li> <li><a href="../modules/series-line-util.html">series-line-util</a></li> <li><a href="../modules/series-marker.html">series-marker</a></li> <li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li> <li><a href="../modules/series-ohlc.html">series-ohlc</a></li> <li><a href="../modules/series-pie.html">series-pie</a></li> <li><a href="../modules/series-plot-util.html">series-plot-util</a></li> <li><a href="../modules/series-range.html">series-range</a></li> <li><a href="../modules/series-spline.html">series-spline</a></li> <li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li> <li><a href="../modules/series-stacked.html">series-stacked</a></li> <li><a href="../modules/shim-plugin.html">shim-plugin</a></li> <li><a href="../modules/slider.html">slider</a></li> <li><a href="../modules/slider-base.html">slider-base</a></li> <li><a href="../modules/slider-value-range.html">slider-value-range</a></li> <li><a href="../modules/sortable.html">sortable</a></li> <li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="../modules/stylesheet.html">stylesheet</a></li> <li><a href="../modules/substitute.html">substitute</a></li> <li><a href="../modules/swf.html">swf</a></li> <li><a href="../modules/swfdetect.html">swfdetect</a></li> <li><a href="../modules/tabview.html">tabview</a></li> <li><a href="../modules/template.html">template</a></li> <li><a href="../modules/template-base.html">template-base</a></li> <li><a href="../modules/template-micro.html">template-micro</a></li> <li><a href="../modules/test.html">test</a></li> <li><a href="../modules/test-console.html">test-console</a></li> <li><a href="../modules/text.html">text</a></li> <li><a href="../modules/text-accentfold.html">text-accentfold</a></li> <li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="../modules/timers.html">timers</a></li> <li><a href="../modules/transition.html">transition</a></li> <li><a href="../modules/transition-timer.html">transition-timer</a></li> <li><a href="../modules/tree.html">tree</a></li> <li><a href="../modules/tree-labelable.html">tree-labelable</a></li> <li><a href="../modules/tree-lazy.html">tree-lazy</a></li> <li><a href="../modules/tree-node.html">tree-node</a></li> <li><a href="../modules/tree-openable.html">tree-openable</a></li> <li><a href="../modules/tree-selectable.html">tree-selectable</a></li> <li><a href="../modules/tree-sortable.html">tree-sortable</a></li> <li><a href="../modules/uploader.html">uploader</a></li> <li><a href="../modules/uploader-flash.html">uploader-flash</a></li> <li><a href="../modules/uploader-html5.html">uploader-html5</a></li> <li><a href="../modules/uploader-queue.html">uploader-queue</a></li> <li><a href="../modules/view.html">view</a></li> <li><a href="../modules/view-node-map.html">view-node-map</a></li> <li><a href="../modules/widget.html">widget</a></li> <li><a href="../modules/widget-anim.html">widget-anim</a></li> <li><a href="../modules/widget-autohide.html">widget-autohide</a></li> <li><a href="../modules/widget-base.html">widget-base</a></li> <li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="../modules/widget-buttons.html">widget-buttons</a></li> <li><a href="../modules/widget-child.html">widget-child</a></li> <li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="../modules/widget-modality.html">widget-modality</a></li> <li><a href="../modules/widget-parent.html">widget-parent</a></li> <li><a href="../modules/widget-position.html">widget-position</a></li> <li><a href="../modules/widget-position-align.html">widget-position-align</a></li> <li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="../modules/widget-skin.html">widget-skin</a></li> <li><a href="../modules/widget-stack.html">widget-stack</a></li> <li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="../modules/widget-uievents.html">widget-uievents</a></li> <li><a href="../modules/yql.html">yql</a></li> <li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li> <li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="../modules/yql-winjs.html">yql-winjs</a></li> <li><a href="../modules/yui.html">yui</a></li> <li><a href="../modules/yui-base.html">yui-base</a></li> <li><a href="../modules/yui-later.html">yui-later</a></li> <li><a href="../modules/yui-log.html">yui-log</a></li> <li><a href="../modules/yui-throttle.html">yui-throttle</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>PieChart Class</h1> <div class="box meta"> <div class="extends"> Extends <a href="../classes/ChartBase.html" class="crosslink">ChartBase</a> </div> <div class="foundat"> Defined in: <a href="../files/charts_js_PieChart.js.html#l1"><code>charts&#x2F;js&#x2F;PieChart.js:1</code></a> </div> Module: <a href="../modules/charts-base.html">charts-base</a><br> Parent Module: <a href="../modules/charts.html">charts</a> </div> <div class="box intro"> <p>The PieChart class creates a pie chart</p> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_PieChart" class="method item"> <h3 class="name"><code>PieChart</code></h3> <span class="paren">()</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l1"><code>charts&#x2F;js&#x2F;PieChart.js:1</code></a> </p> </div> <div class="description"> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> <li class="api-class-tab methods"><a href="#methods">Methods</a></li> <li class="api-class-tab properties"><a href="#properties">Properties</a></li> <li class="api-class-tab attrs"><a href="#attrs">Attributes</a></li> <li class="api-class-tab events"><a href="#events">Events</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods extends"> <li class="index-item method private"> <a href="#method__addAxes">_addAxes</a> </li> <li class="index-item method private"> <a href="#method__addSeries">_addSeries</a> </li> <li class="index-item method private inherited"> <a href="#method__addTooltip">_addTooltip</a> </li> <li class="index-item method private inherited"> <a href="#method__buildSeriesKeys">_buildSeriesKeys</a> </li> <li class="index-item method private inherited"> <a href="#method__dataProviderChangeHandler">_dataProviderChangeHandler</a> </li> <li class="index-item method inherited"> <a href="#method__getAllKeys">_getAllKeys</a> </li> <li class="index-item method"> <a href="#method__getAriaMessage">_getAriaMessage</a> </li> <li class="index-item method private inherited"> <a href="#method__getAxisClass">_getAxisClass</a> </li> <li class="index-item method private"> <a href="#method__getDefaultAxes">_getDefaultAxes</a> </li> <li class="index-item method private inherited"> <a href="#method__getGraph">_getGraph</a> </li> <li class="index-item method private"> <a href="#method__getSeriesCollection">_getSeriesCollection</a> </li> <li class="index-item method private inherited"> <a href="#method__getTooltip">_getTooltip</a> </li> <li class="index-item method private inherited"> <a href="#method__groupMarkersChangeHandler">_groupMarkersChangeHandler</a> </li> <li class="index-item method private inherited"> <a href="#method__itemRendered">_itemRendered</a> </li> <li class="index-item method private inherited"> <a href="#method__markerEventDispatcher">_markerEventDispatcher</a> </li> <li class="index-item method private"> <a href="#method__parseAxes">_parseAxes</a> </li> <li class="index-item method private"> <a href="#method__parseSeriesAxes">_parseSeriesAxes</a> </li> <li class="index-item method private inherited"> <a href="#method__planarLabelFunction">_planarLabelFunction</a> </li> <li class="index-item method private inherited"> <a href="#method__positionTooltip">_positionTooltip</a> </li> <li class="index-item method private"> <a href="#method__redraw">_redraw</a> </li> <li class="index-item method private inherited"> <a href="#method__setAriaElements">_setAriaElements</a> </li> <li class="index-item method private inherited"> <a href="#method__setDataValues">_setDataValues</a> </li> <li class="index-item method private inherited"> <a href="#method__setOffscreen">_setOffscreen</a> </li> <li class="index-item method private inherited"> <a href="#method__setText">_setText</a> </li> <li class="index-item method private inherited"> <a href="#method__showTooltip">_showTooltip</a> </li> <li class="index-item method private"> <a href="#method__sizeChanged">_sizeChanged</a> </li> <li class="index-item method private inherited"> <a href="#method__tooltipChangeHandler">_tooltipChangeHandler</a> </li> <li class="index-item method private inherited"> <a href="#method__tooltipLabelFunction">_tooltipLabelFunction</a> </li> <li class="index-item method private inherited"> <a href="#method__updateTooltip">_updateTooltip</a> </li> <li class="index-item method private inherited"> <a href="#method__wereSeriesKeysExplicitlySet">_wereSeriesKeysExplicitlySet</a> </li> <li class="index-item method private inherited"> <a href="#method_bindUI">bindUI</a> </li> <li class="index-item method protected"> <a href="#method_destructor">destructor</a> </li> <li class="index-item method inherited"> <a href="#method_getAxisByKey">getAxisByKey</a> </li> <li class="index-item method inherited"> <a href="#method_getCategoryAxis">getCategoryAxis</a> </li> <li class="index-item method inherited"> <a href="#method_getSeries">getSeries</a> </li> <li class="index-item method"> <a href="#method_getSeriesItem">getSeriesItem</a> </li> <li class="index-item method inherited"> <a href="#method_hideTooltip">hideTooltip</a> </li> <li class="index-item method private inherited"> <a href="#method_initializer">initializer</a> </li> <li class="index-item method private inherited"> <a href="#method_renderUI">renderUI</a> </li> <li class="index-item method private inherited"> <a href="#method_syncUI">syncUI</a> </li> <li class="index-item method inherited"> <a href="#method_toggleTooltip">toggleTooltip</a> </li> </ul> </div> <div class="index-section properties"> <h3>Properties</h3> <ul class="index-list properties extends"> <li class="index-item property private inherited"> <a href="#property__axes">_axes</a> </li> <li class="index-item property private inherited"> <a href="#property__axisClass">_axisClass</a> </li> <li class="index-item property private inherited"> <a href="#property__dataProvider">_dataProvider</a> </li> <li class="index-item property private inherited"> <a href="#property__direction">_direction</a> </li> <li class="index-item property private inherited"> <a href="#property__seriesCollection">_seriesCollection</a> </li> <li class="index-item property private inherited"> <a href="#property__setSeriesCollection">_setSeriesCollection</a> </li> </ul> </div> <div class="index-section attrs"> <h3>Attributes</h3> <ul class="index-list attrs extends"> <li class="index-item attr inherited"> <a href="#attr_ariaDescription">ariaDescription</a> </li> <li class="index-item attr inherited"> <a href="#attr_ariaLabel">ariaLabel</a> </li> <li class="index-item attr"> <a href="#attr_axes">axes</a> </li> <li class="index-item attr inherited"> <a href="#attr_axesCollection">axesCollection</a> </li> <li class="index-item attr inherited"> <a href="#attr_categoryKey">categoryKey</a> </li> <li class="index-item attr inherited"> <a href="#attr_categoryType">categoryType</a> </li> <li class="index-item attr inherited"> <a href="#attr_dataProvider">dataProvider</a> </li> <li class="index-item attr inherited"> <a href="#attr_graph">graph</a> </li> <li class="index-item attr inherited"> <a href="#attr_groupMarkers">groupMarkers</a> </li> <li class="index-item attr inherited"> <a href="#attr_interactionType">interactionType</a> </li> <li class="index-item attr"> <a href="#attr_seriesCollection">seriesCollection</a> </li> <li class="index-item attr inherited"> <a href="#attr_seriesKeys">seriesKeys</a> </li> <li class="index-item attr inherited"> <a href="#attr_tooltip">tooltip</a> </li> <li class="index-item attr"> <a href="#attr_type">type</a> </li> </ul> </div> <div class="index-section events"> <h3>Events</h3> <ul class="index-list events extends"> <li class="index-item event inherited"> <a href="#event_markerEvent:click">markerEvent:click</a> </li> <li class="index-item event inherited"> <a href="#event_markerEvent:mousedown">markerEvent:mousedown</a> </li> <li class="index-item event inherited"> <a href="#event_markerEvent:mouseout">markerEvent:mouseout</a> </li> <li class="index-item event inherited"> <a href="#event_markerEvent:mouseover">markerEvent:mouseover</a> </li> <li class="index-item event inherited"> <a href="#event_markerEvent:mouseup">markerEvent:mouseup</a> </li> </ul> </div> </div> <div id="methods" class="api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method__addAxes" class="method item private"> <h3 class="name"><code>_addAxes</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l105"><code>charts&#x2F;js&#x2F;PieChart.js:105</code></a> </p> </div> <div class="description"> <p>Adds axes to the chart.</p> </div> </div> <div id="method__addSeries" class="method item private"> <h3 class="name"><code>_addSeries</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l145"><code>charts&#x2F;js&#x2F;PieChart.js:145</code></a> </p> </div> <div class="description"> <p>Renders the Graph.</p> </div> </div> <div id="method__addTooltip" class="method item private inherited"> <h3 class="name"><code>_addTooltip</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__addTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l969"><code>charts&#x2F;js&#x2F;ChartBase.js:969</code></a> </p> </div> <div class="description"> <p>Adds a tooltip to the dom.</p> </div> </div> <div id="method__buildSeriesKeys" class="method item private inherited"> <h3 class="name"><code>_buildSeriesKeys</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>dataProvider</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__buildSeriesKeys">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1297"><code>charts&#x2F;js&#x2F;ChartBase.js:1297</code></a> </p> </div> <div class="description"> <p>Constructs seriesKeys if not explicitly specified.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">dataProvider</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>The dataProvider for the chart.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Array</p> </div> </div> </div> <div id="method__dataProviderChangeHandler" class="method item private inherited"> <h3 class="name"><code>_dataProviderChangeHandler</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__dataProviderChangeHandler">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l848"><code>charts&#x2F;js&#x2F;ChartBase.js:848</code></a> </p> </div> <div class="description"> <p>Event handler for dataProviderChange.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__getAllKeys" class="method item inherited"> <h3 class="name"><code>_getAllKeys</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>dp</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__getAllKeys">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1269"><code>charts&#x2F;js&#x2F;ChartBase.js:1269</code></a> </p> </div> <div class="description"> <p>Returns all the keys contained in a <code>dataProvider</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">dp</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Collection of objects to be parsed.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method__getAriaMessage" class="method item"> <h3 class="name"><code>_getAriaMessage</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>key</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l328"><code>charts&#x2F;js&#x2F;PieChart.js:328</code></a> </p> </div> <div class="description"> <p>Returns the appropriate message based on the key press.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">key</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The keycode that was pressed.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>String</p> </div> </div> </div> <div id="method__getAxisClass" class="method item private inherited"> <h3 class="name"><code>_getAxisClass</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>t</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__getAxisClass">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l463"><code>charts&#x2F;js&#x2F;ChartBase.js:463</code></a> </p> </div> <div class="description"> <p>Helper method that returns the axis class that a key references.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">t</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>The type of axis.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Axis</p> </div> </div> </div> <div id="method__getDefaultAxes" class="method item private"> <h3 class="name"><code>_getDefaultAxes</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l209"><code>charts&#x2F;js&#x2F;PieChart.js:209</code></a> </p> </div> <div class="description"> <p>Generates and returns a key-indexed object containing <code>Axis</code> instances or objects used to create <code>Axis</code> instances.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method__getGraph" class="method item private inherited"> <h3 class="name"><code>_getGraph</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__getGraph">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l308"><code>charts&#x2F;js&#x2F;ChartBase.js:308</code></a> </p> </div> <div class="description"> <p>Default value function for the <code>Graph</code> attribute.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Graph</p> </div> </div> </div> <div id="method__getSeriesCollection" class="method item private"> <h3 class="name"><code>_getSeriesCollection</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l10"><code>charts&#x2F;js&#x2F;PieChart.js:10</code></a> </p> </div> <div class="description"> <p>Calculates and returns a <code>seriesCollection</code>.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Array</p> </div> </div> </div> <div id="method__getTooltip" class="method item private inherited"> <h3 class="name"><code>_getTooltip</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__getTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1048"><code>charts&#x2F;js&#x2F;ChartBase.js:1048</code></a> </p> </div> <div class="description"> <p>Default getter for <code>tooltip</code> attribute.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method__groupMarkersChangeHandler" class="method item private inherited"> <h3 class="name"><code>_groupMarkersChangeHandler</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__groupMarkersChangeHandler">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l275"><code>charts&#x2F;js&#x2F;ChartBase.js:275</code></a> </p> </div> <div class="description"> <p>Handles groupMarkers change event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__itemRendered" class="method item private inherited"> <h3 class="name"><code>_itemRendered</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__itemRendered">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l292"><code>charts&#x2F;js&#x2F;ChartBase.js:292</code></a> </p> </div> <div class="description"> <p>Handler for itemRendered event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__markerEventDispatcher" class="method item private inherited"> <h3 class="name"><code>_markerEventDispatcher</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__markerEventDispatcher">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l707"><code>charts&#x2F;js&#x2F;ChartBase.js:707</code></a> </p> </div> <div class="description"> <p>Event handler for marker events.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__parseAxes" class="method item private"> <h3 class="name"><code>_parseAxes</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l52"><code>charts&#x2F;js&#x2F;PieChart.js:52</code></a> </p> </div> <div class="description"> <p>Creates <code>Axis</code> instances.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object containing <code>Axis</code> instances or objects in which to construct <code>Axis</code> instances.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method__parseSeriesAxes" class="method item private"> <h3 class="name"><code>_parseSeriesAxes</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>c</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l164"><code>charts&#x2F;js&#x2F;PieChart.js:164</code></a> </p> </div> <div class="description"> <p>Parse and sets the axes for the chart.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">c</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>A collection <code>PieSeries</code> instance.</p> </div> </li> </ul> </div> </div> <div id="method__planarLabelFunction" class="method item private inherited"> <h3 class="name"><code>_planarLabelFunction</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>categoryAxis</code> </li> <li class="arg"> <code>valueItems</code> </li> <li class="arg"> <code>index</code> </li> <li class="arg"> <code>seriesArray</code> </li> <li class="arg"> <code>seriesIndex</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__planarLabelFunction">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1101"><code>charts&#x2F;js&#x2F;ChartBase.js:1101</code></a> </p> </div> <div class="description"> <p>Formats tooltip text when <code>interactionType</code> is <code>planar</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">categoryAxis</code> <span class="type"><a href="../classes/Axis.html" class="crosslink">Axis</a></span> <div class="param-description"> <p>Reference to the categoryAxis of the chart.</p> </div> </li> <li class="param"> <code class="param-name">valueItems</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Array of objects for each series that has a data point in the coordinate plane of the event. Each object contains the following data: <dl> <dt>axis</dt><dd>The value axis of the series.</dd> <dt>key</dt><dd>The key for the series.</dd> <dt>value</dt><dd>The value for the series item.</dd> <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> </dl></p> </div> </li> <li class="param"> <code class="param-name">index</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The index of the item within its series.</p> </div> </li> <li class="param"> <code class="param-name">seriesArray</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Array of series instances for each value item.</p> </div> </li> <li class="param"> <code class="param-name">seriesIndex</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The index of the series in the <code>seriesCollection</code>.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a></span>: </div> </div> </div> <div id="method__positionTooltip" class="method item private inherited"> <h3 class="name"><code>_positionTooltip</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__positionTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l932"><code>charts&#x2F;js&#x2F;ChartBase.js:932</code></a> </p> </div> <div class="description"> <p>Positions the tooltip</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__redraw" class="method item private"> <h3 class="name"><code>_redraw</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l270"><code>charts&#x2F;js&#x2F;PieChart.js:270</code></a> </p> </div> <div class="description"> <p>Redraws the chart instance.</p> </div> </div> <div id="method__setAriaElements" class="method item private inherited"> <h3 class="name"><code>_setAriaElements</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>cb</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__setAriaElements">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l532"><code>charts&#x2F;js&#x2F;ChartBase.js:532</code></a> </p> </div> <div class="description"> <p>Creates an aria <code>live-region</code>, <code>aria-label</code> and <code>aria-describedby</code> for the Chart.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">cb</code> <span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span> <div class="param-description"> <p>Reference to the Chart&#39;s <code>contentBox</code> attribute.</p> </div> </li> </ul> </div> </div> <div id="method__setDataValues" class="method item private inherited"> <h3 class="name"><code>_setDataValues</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__setDataValues">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l410"><code>charts&#x2F;js&#x2F;ChartBase.js:410</code></a> </p> </div> <div class="description"> <p>Setter method for <code>dataProvider</code> attribute.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Array to be set as <code>dataProvider</code>.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Array</p> </div> </div> </div> <div id="method__setOffscreen" class="method item private inherited"> <h3 class="name"><code>_setOffscreen</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__setOffscreen">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l562"><code>charts&#x2F;js&#x2F;ChartBase.js:562</code></a> </p> </div> <div class="description"> <p>Sets a node offscreen for use as aria-description or aria-live-regin.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Node</p> </div> </div> </div> <div id="method__setText" class="method item private inherited"> <h3 class="name"><code>_setText</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>label</code> </li> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__setText">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1242"><code>charts&#x2F;js&#x2F;ChartBase.js:1242</code></a> </p> </div> <div class="description"> <p>Updates the content of text field. This method writes a value into a text field using <code>appendChild</code>. If the value is a <code>String</code>, it is converted to a <code>TextNode</code> first.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">label</code> <span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a></span> <div class="param-description"> <p>label to be updated</p> </div> </li> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>value with which to update the label</p> </div> </li> </ul> </div> </div> <div id="method__showTooltip" class="method item private inherited"> <h3 class="name"><code>_showTooltip</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>msg</code> </li> <li class="arg"> <code>x</code> </li> <li class="arg"> <code>y</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__showTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l909"><code>charts&#x2F;js&#x2F;ChartBase.js:909</code></a> </p> </div> <div class="description"> <p>Shows a tooltip</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">msg</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Message to dispaly in the tooltip.</p> </div> </li> <li class="param"> <code class="param-name">x</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>x-coordinate</p> </div> </li> <li class="param"> <code class="param-name">y</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>y-coordinate</p> </div> </li> </ul> </div> </div> <div id="method__sizeChanged" class="method item private"> <h3 class="name"><code>_sizeChanged</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l258"><code>charts&#x2F;js&#x2F;PieChart.js:258</code></a> </p> </div> <div class="description"> <p>Handler for sizeChanged event.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__tooltipChangeHandler" class="method item private inherited"> <h3 class="name"><code>_tooltipChangeHandler</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__tooltipChangeHandler">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l1217"><code>charts&#x2F;js&#x2F;ChartBase.js:1217</code></a> </p> </div> <div class="description"> <p>Event handler for the tooltipChange.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> <div id="method__tooltipLabelFunction" class="method item private"> <h3 class="name"><code>_tooltipLabelFunction</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>categoryItem</code> </li> <li class="arg"> <code>valueItem</code> </li> <li class="arg"> <code>itemIndex</code> </li> <li class="arg"> <code>series</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__tooltipLabelFunction"> ChartBase </a> but overwritten in <a href="../files/charts_js_PieChart.js.html#l290"><code>charts&#x2F;js&#x2F;PieChart.js:290</code></a> </p> </div> <div class="description"> <p>Formats tooltip text for a pie chart.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">categoryItem</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object containing the following: <dl> <dt>axis</dt><dd>The axis to which the category is bound.</dd> <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided)</dd> <dt>key</dt><dd>The key of the category.</dd> <dt>value</dt><dd>The value of the category</dd> </dl></p> </div> </li> <li class="param"> <code class="param-name">valueItem</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>An object containing the following: <dl> <dt>axis</dt><dd>The axis to which the item&#39;s series is bound.</dd> <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> <dt>key</dt><dd>The key for the series.</dd> <dt>value</dt><dd>The value for the series item.</dd> </dl></p> </div> </li> <li class="param"> <code class="param-name">itemIndex</code> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> <div class="param-description"> <p>The index of the item within the series.</p> </div> </li> <li class="param"> <code class="param-name">series</code> <span class="type"><a href="../classes/CartesianSeries.html" class="crosslink">CartesianSeries</a></span> <div class="param-description"> <p>The <code>PieSeries</code> instance of the item.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a></span>: </div> </div> </div> <div id="method__updateTooltip" class="method item private inherited"> <h3 class="name"><code>_updateTooltip</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__updateTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l990"><code>charts&#x2F;js&#x2F;ChartBase.js:990</code></a> </p> </div> <div class="description"> <p>Updates the tooltip attribute.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object containing properties for the tooltip.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method__wereSeriesKeysExplicitlySet" class="method item private inherited"> <h3 class="name"><code>_wereSeriesKeysExplicitlySet</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method__wereSeriesKeysExplicitlySet">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l260"><code>charts&#x2F;js&#x2F;ChartBase.js:260</code></a> </p> </div> <div class="description"> <p>Utility method to determine if <code>seriesKeys</code> was explicitly provided (for example during construction, or set by the user), as opposed to being derived from the dataProvider for example.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>boolean true if the <code>seriesKeys</code> attribute was explicitly set.</p> </div> </div> </div> <div id="method_bindUI" class="method item private inherited"> <h3 class="name"><code>bindUI</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_bindUI">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l591"><code>charts&#x2F;js&#x2F;ChartBase.js:591</code></a> </p> </div> <div class="description"> </div> </div> <div id="method_destructor" class="method item protected"> <h3 class="name"><code>destructor</code></h3> <span class="paren">()</span> <span class="flag protected">protected</span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l384"><code>charts&#x2F;js&#x2F;PieChart.js:384</code></a> </p> </div> <div class="description"> <p>Destructor implementation for the PieChart class.</p> </div> </div> <div id="method_getAxisByKey" class="method item inherited"> <h3 class="name"><code>getAxisByKey</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_getAxisByKey">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l352"><code>charts&#x2F;js&#x2F;ChartBase.js:352</code></a> </p> </div> <div class="description"> <p>Returns an <code>Axis</code> instance by key reference. If the axis was explicitly set through the <code>axes</code> attribute, the key will be the same as the key used in the <code>axes</code> object. For default axes, the key for the category axis is the value of the <code>categoryKey</code> (<code>category</code>). For the value axis, the default key is <code>values</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Key reference used to look up the axis.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Axis</p> </div> </div> </div> <div id="method_getCategoryAxis" class="method item inherited"> <h3 class="name"><code>getCategoryAxis</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_getCategoryAxis">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l373"><code>charts&#x2F;js&#x2F;ChartBase.js:373</code></a> </p> </div> <div class="description"> <p>Returns the category axis for the chart.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Axis</p> </div> </div> </div> <div id="method_getSeries" class="method item inherited"> <h3 class="name"><code>getSeries</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>val</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_getSeries">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l327"><code>charts&#x2F;js&#x2F;ChartBase.js:327</code></a> </p> </div> <div class="description"> <p>Returns a series instance by index or key value.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>CartesianSeries</p> </div> </div> </div> <div id="method_getSeriesItem" class="method item"> <h3 class="name"><code>getSeriesItem</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>series</code> </li> <li class="arg"> <code>index</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"></span> </span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l233"><code>charts&#x2F;js&#x2F;PieChart.js:233</code></a> </p> </div> <div class="description"> <p>Returns an object literal containing a categoryItem and a valueItem for a given series index.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">series</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Reference to a series.</p> </div> </li> <li class="param"> <code class="param-name">index</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Index of the specified item within a series.</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <p>Object</p> </div> </div> </div> <div id="method_hideTooltip" class="method item inherited"> <h3 class="name"><code>hideTooltip</code></h3> <span class="paren">()</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_hideTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l953"><code>charts&#x2F;js&#x2F;ChartBase.js:953</code></a> </p> </div> <div class="description"> <p>Hides the default tooltip</p> </div> </div> <div id="method_initializer" class="method item private inherited"> <h3 class="name"><code>initializer</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_initializer">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l499"><code>charts&#x2F;js&#x2F;ChartBase.js:499</code></a> </p> </div> <div class="description"> </div> </div> <div id="method_renderUI" class="method item private inherited"> <h3 class="name"><code>renderUI</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_renderUI">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l511"><code>charts&#x2F;js&#x2F;ChartBase.js:511</code></a> </p> </div> <div class="description"> </div> </div> <div id="method_syncUI" class="method item private inherited"> <h3 class="name"><code>syncUI</code></h3> <span class="paren">()</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_syncUI">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l582"><code>charts&#x2F;js&#x2F;ChartBase.js:582</code></a> </p> </div> <div class="description"> </div> </div> <div id="method_toggleTooltip" class="method item inherited"> <h3 class="name"><code>toggleTooltip</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>e</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#method_toggleTooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l889"><code>charts&#x2F;js&#x2F;ChartBase.js:889</code></a> </p> </div> <div class="description"> <p>Event listener for toggling the tooltip. If a tooltip is visible, hide it. If not, it will create and show a tooltip based on the event object.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Event object.</p> </div> </li> </ul> </div> </div> </div> <div id="properties" class="api-class-tabpanel"> <h2 class="off-left">Properties</h2> <div id="property__axes" class="property item private inherited"> <h3 class="name"><code>_axes</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__axes">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l490"><code>charts&#x2F;js&#x2F;ChartBase.js:490</code></a> </p> </div> <div class="description"> <p>Collection of axes.</p> </div> </div> <div id="property__axisClass" class="property item private inherited"> <h3 class="name"><code>_axisClass</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__axisClass">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l476"><code>charts&#x2F;js&#x2F;ChartBase.js:476</code></a> </p> </div> <div class="description"> <p>Key value pairs of axis types.</p> </div> </div> <div id="property__dataProvider" class="property item private inherited"> <h3 class="name"><code>_dataProvider</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__dataProvider">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l401"><code>charts&#x2F;js&#x2F;ChartBase.js:401</code></a> </p> </div> <div class="description"> <p>Storage for the <code>dataProvider</code> attribute.</p> </div> </div> <div id="property__direction" class="property item private inherited"> <h3 class="name"><code>_direction</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__direction">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l391"><code>charts&#x2F;js&#x2F;ChartBase.js:391</code></a> </p> </div> <div class="description"> <p>Default direction of the chart.</p> </div> <p><strong>Default:</strong> horizontal</p> </div> <div id="property__seriesCollection" class="property item private inherited"> <h3 class="name"><code>_seriesCollection</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__seriesCollection">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l443"><code>charts&#x2F;js&#x2F;ChartBase.js:443</code></a> </p> </div> <div class="description"> <p>Storage for <code>seriesCollection</code> attribute.</p> </div> </div> <div id="property__setSeriesCollection" class="property item private inherited"> <h3 class="name"><code>_setSeriesCollection</code></h3> <span class="type">Unknown</span> <span class="flag private">private</span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#property__setSeriesCollection">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l452"><code>charts&#x2F;js&#x2F;ChartBase.js:452</code></a> </p> </div> <div class="description"> <p>Setter method for <code>seriesCollection</code> attribute.</p> </div> <h4>Sub-properties:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">val</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Array of either <code>CartesianSeries</code> instances or objects containing series attribute key value pairs.</p> </div> </li> </ul> </div> </div> <div id="attrs" class="api-class-tabpanel"> <h2 class="off-left">Attributes</h2> <div id="attr_ariaDescription" class="attr item"> <a name="config_ariaDescription"></a> <h3 class="name"><code>ariaDescription</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_ariaDescription"> ChartBase </a> but overwritten in <a href="../files/charts_js_PieChart.js.html#l434"><code>charts&#x2F;js&#x2F;PieChart.js:434</code></a> </p> </div> <div class="description"> <p>Sets the aria description for the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>ariaDescriptionChange</code></h4> <p> Fires when the value for the configuration attribute <code>ariaDescription</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_ariaLabel" class="attr item inherited"> <a name="config_ariaLabel"></a> <h3 class="name"><code>ariaLabel</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_ariaLabel">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l67"><code>charts&#x2F;js&#x2F;ChartBase.js:67</code></a> </p> </div> <div class="description"> <p>Sets the <code>aria-label</code> for the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>ariaLabelChange</code></h4> <p> Fires when the value for the configuration attribute <code>ariaLabel</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_axes" class="attr item"> <a name="config_axes"></a> <h3 class="name"><code>axes</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l453"><code>charts&#x2F;js&#x2F;PieChart.js:453</code></a> </p> </div> <div class="description"> <p>Axes to appear in the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>axesChange</code></h4> <p> Fires when the value for the configuration attribute <code>axes</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_axesCollection" class="attr item inherited"> <a name="config_axesCollection"></a> <h3 class="name"><code>axesCollection</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_axesCollection">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l229"><code>charts&#x2F;js&#x2F;ChartBase.js:229</code></a> </p> </div> <div class="description"> <p>Reference to all the axes in the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>axesCollectionChange</code></h4> <p> Fires when the value for the configuration attribute <code>axesCollection</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_categoryKey" class="attr item inherited"> <a name="config_categoryKey"></a> <h3 class="name"><code>categoryKey</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_categoryKey">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l185"><code>charts&#x2F;js&#x2F;ChartBase.js:185</code></a> </p> </div> <div class="description"> <p>The key value used for the chart&#39;s category axis.</p> </div> <p><strong>Default:</strong> category</p> <div class="emits box"> <h4>Fires event <code>categoryKeyChange</code></h4> <p> Fires when the value for the configuration attribute <code>categoryKey</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_categoryType" class="attr item inherited"> <a name="config_categoryType"></a> <h3 class="name"><code>categoryType</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_categoryType">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l196"><code>charts&#x2F;js&#x2F;ChartBase.js:196</code></a> </p> </div> <div class="description"> <p><p>Indicates the type of axis to use for the category axis.</p> <dl> <dt>category</dt><dd>Specifies a <code>CategoryAxis</code>.</dd> <dt>time</dt><dd>Specifies a `TimeAxis</dd> </dl></p> </div> <p><strong>Default:</strong> category</p> <div class="emits box"> <h4>Fires event <code>categoryTypeChange</code></h4> <p> Fires when the value for the configuration attribute <code>categoryType</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_dataProvider" class="attr item inherited"> <a name="config_dataProvider"></a> <h3 class="name"><code>dataProvider</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_dataProvider">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l11"><code>charts&#x2F;js&#x2F;ChartBase.js:11</code></a> </p> </div> <div class="description"> <p>Data used to generate the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>dataProviderChange</code></h4> <p> Fires when the value for the configuration attribute <code>dataProvider</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_graph" class="attr item inherited"> <a name="config_graph"></a> <h3 class="name"><code>graph</code></h3> <span class="type"><a href="../classes/Graph.html" class="crosslink">Graph</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_graph">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l237"><code>charts&#x2F;js&#x2F;ChartBase.js:237</code></a> </p> </div> <div class="description"> <p>Reference to graph instance.</p> </div> <div class="emits box"> <h4>Fires event <code>graphChange</code></h4> <p> Fires when the value for the configuration attribute <code>graph</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_groupMarkers" class="attr item inherited"> <a name="config_groupMarkers"></a> <h3 class="name"><code>groupMarkers</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_groupMarkers">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l247"><code>charts&#x2F;js&#x2F;ChartBase.js:247</code></a> </p> </div> <div class="description"> <p>Indicates whether or not markers for a series will be grouped and rendered in a single complex shape instance.</p> </div> <div class="emits box"> <h4>Fires event <code>groupMarkersChange</code></h4> <p> Fires when the value for the configuration attribute <code>groupMarkers</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_interactionType" class="attr item inherited"> <a name="config_interactionType"></a> <h3 class="name"><code>interactionType</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_interactionType">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l212"><code>charts&#x2F;js&#x2F;ChartBase.js:212</code></a> </p> </div> <div class="description"> <p><p>Indicates the the type of interactions that will fire events.</p> <dl> <dt>marker</dt><dd>Events will be broadcasted when the mouse interacts with individual markers.</dd> <dt>planar</dt><dd>Events will be broadcasted when the mouse intersects the plane of any markers on the chart.</dd> <dt>none</dt><dd>No events will be broadcasted.</dd> </dl></p> </div> <p><strong>Default:</strong> marker</p> <div class="emits box"> <h4>Fires event <code>interactionTypeChange</code></h4> <p> Fires when the value for the configuration attribute <code>interactionType</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_seriesCollection" class="attr item"> <a name="config_seriesCollection"></a> <h3 class="name"><code>seriesCollection</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l471"><code>charts&#x2F;js&#x2F;PieChart.js:471</code></a> </p> </div> <div class="description"> <p>Collection of series to appear on the chart. This can be an array of Series instances or object literals used to describe a Series instance.</p> </div> <div class="emits box"> <h4>Fires event <code>seriesCollectionChange</code></h4> <p> Fires when the value for the configuration attribute <code>seriesCollection</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_seriesKeys" class="attr item inherited"> <a name="config_seriesKeys"></a> <h3 class="name"><code>seriesKeys</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_seriesKeys">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l41"><code>charts&#x2F;js&#x2F;ChartBase.js:41</code></a> </p> </div> <div class="description"> <p>A collection of keys that map to the series axes. If no keys are set, they will be generated automatically depending on the data structure passed into the chart.</p> </div> <div class="emits box"> <h4>Fires event <code>seriesKeysChange</code></h4> <p> Fires when the value for the configuration attribute <code>seriesKeys</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_tooltip" class="attr item inherited"> <a name="config_tooltip"></a> <h3 class="name"><code>tooltip</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#attr_tooltip">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l106"><code>charts&#x2F;js&#x2F;ChartBase.js:106</code></a> </p> </div> <div class="description"> <p>Reference to the default tooltip available for the chart.</p> <p><p>Contains the following properties:</p> <dl> <dt>node</dt><dd>Reference to the actual dom node</dd> <dt>showEvent</dt><dd>Event that should trigger the tooltip</dd> <dt>hideEvent</dt><dd>Event that should trigger the removal of a tooltip (can be an event or an array of events)</dd> <dt>styles</dt><dd>A hash of style properties that will be applied to the tooltip node</dd> <dt>show</dt><dd>Indicates whether or not to show the tooltip</dd> <dt>markerEventHandler</dt><dd>Displays and hides tooltip based on marker events</dd> <dt>planarEventHandler</dt><dd>Displays and hides tooltip based on planar events</dd> <dt>markerLabelFunction</dt><dd>Reference to the function used to format a marker event triggered tooltip&#39;s text. The method contains the following arguments: <dl> <dt>categoryItem</dt><dd>An object containing the following: <dl> <dt>axis</dt><dd>The axis to which the category is bound.</dd> <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided).</dd> <dt>key</dt><dd>The key of the category.</dd> <dt>value</dt><dd>The value of the category.</dd> </dl> </dd> <dt>valueItem</dt><dd>An object containing the following: <dl> <dt>axis</dt><dd>The axis to which the item&#39;s series is bound.</dd> <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> <dt>key</dt><dd>The key for the series.</dd> <dt>value</dt><dd>The value for the series item.</dd> </dl> </dd> <dt>itemIndex</dt><dd>The index of the item within the series.</dd> <dt>series</dt><dd> The <code>CartesianSeries</code> instance of the item.</dd> <dt>seriesIndex</dt><dd>The index of the series in the <code>seriesCollection</code>.</dd> </dl> The method returns an <code>HTMLElement</code> which is written into the DOM using <code>appendChild</code>. If you override this method and choose to return an html string, you will also need to override the tooltip&#39;s <code>setTextFunction</code> method to accept an html string. </dd> <dt>planarLabelFunction</dt><dd>Reference to the function used to format a planar event triggered tooltip&#39;s text <dl> <dt>categoryAxis</dt><dd> <code>CategoryAxis</code> Reference to the categoryAxis of the chart. <dt>valueItems</dt><dd>Array of objects for each series that has a data point in the coordinate plane of the event. Each object contains the following data: <dl> <dt>axis</dt><dd>The value axis of the series.</dd> <dt>key</dt><dd>The key for the series.</dd> <dt>value</dt><dd>The value for the series item.</dd> <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> </dl> </dd> <dt>index</dt><dd>The index of the item within its series.</dd> <dt>seriesArray</dt><dd>Array of series instances for each value item.</dd> <dt>seriesIndex</dt><dd>The index of the series in the <code>seriesCollection</code>.</dd> </dl> </dd> </dl> The method returns an <code>HTMLElement</code> which is written into the DOM using <code>appendChild</code>. If you override this method and choose to return an html string, you will also need to override the tooltip&#39;s <code>setTextFunction</code> method to accept an html string. </dd> <dt>setTextFunction</dt><dd>Method that writes content returned from <code>planarLabelFunction</code> or <code>markerLabelFunction</code> into the the tooltip node. Has the following signature: <dl> <dt>label</dt><dd>The <code>HTMLElement</code> that the content is to be added.</dd> <dt>val</dt><dd>The content to be rendered into tooltip. This can be a <code>String</code> or <code>HTMLElement</code>. If an HTML string is used, it will be rendered as a string.</dd> </dl> </dd> </dl></p> </div> <div class="emits box"> <h4>Fires event <code>tooltipChange</code></h4> <p> Fires when the value for the configuration attribute <code>tooltip</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> <div id="attr_type" class="attr item"> <a name="config_type"></a> <h3 class="name"><code>type</code></h3> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="meta"> <p> Defined in <a href="../files/charts_js_PieChart.js.html#l492"><code>charts&#x2F;js&#x2F;PieChart.js:492</code></a> </p> </div> <div class="description"> <p>Type of chart when there is no series collection specified.</p> </div> <div class="emits box"> <h4>Fires event <code>typeChange</code></h4> <p> Fires when the value for the configuration attribute <code>type</code> is changed. You can listen for the event using the <code>on</code> method if you wish to be notified before the attribute's value has changed, or using the <code>after</code> method if you wish to be notified after the attribute's value has changed. </p> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> An Event Facade object with the following attribute-specific properties added: </div> <ul class="params-list"> <li class="param"> <code class="param-name">prevVal</code> <span class="type">Any</span> <div class="param-description">The value of the attribute, prior to it being set.</div> </li> <li class="param"> <code class="param-name">newVal</code> <span class="type">Any</span> <div class="param-description">The value the attribute is to be set to.</div> </li> <li class="param"> <code class="param-name">attrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">The name of the attribute being set.</div> </li> <li class="param"> <code class="param-name">subAttrName</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="events" class="api-class-tabpanel"> <h2 class="off-left">Events</h2> <div id="event_markerEvent:click" class="events item inherited"> <h3 class="name"><code>markerEvent:click</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#event_markerEvent:click">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l812"><code>charts&#x2F;js&#x2F;ChartBase.js:812</code></a> </p> </div> <div class="description"> <p>Broadcasts when <code>interactionType</code> is set to <code>marker</code> and a series marker has received a click event.</p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event facade with the following additional properties: <dl> <dt>categoryItem</dt><dd>Hash containing information about the category <code>Axis</code>.</dd> <dt>valueItem</dt><dd>Hash containing information about the value <code>Axis</code>.</dd> <dt>node</dt><dd>The dom node of the marker.</dd> <dt>x</dt><dd>The x-coordinate of the mouse in relation to the Chart.</dd> <dt>y</dt><dd>The y-coordinate of the mouse in relation to the Chart.</dd> <dt>pageX</dt><dd>The x location of the event on the page (including scroll)</dd> <dt>pageY</dt><dd>The y location of the event on the page (including scroll)</dd> <dt>series</dt><dd>Reference to the series of the marker.</dd> <dt>index</dt><dd>Index of the marker in the series.</dd> <dt>seriesIndex</dt><dd>The <code>order</code> of the marker&#39;s series.</dd> <dt>originEvent</dt><dd>Underlying dom event.</dd> </dl></p> </div> </li> </ul> </div> </div> <div id="event_markerEvent:mousedown" class="events item inherited"> <h3 class="name"><code>markerEvent:mousedown</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#event_markerEvent:mousedown">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l776"><code>charts&#x2F;js&#x2F;ChartBase.js:776</code></a> </p> </div> <div class="description"> <p>Broadcasts when <code>interactionType</code> is set to <code>marker</code> and a series marker has received a mousedown event.</p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event facade with the following additional properties: <dl> <dt>categoryItem</dt><dd>Hash containing information about the category <code>Axis</code>.</dd> <dt>valueItem</dt><dd>Hash containing information about the value <code>Axis</code>.</dd> <dt>node</dt><dd>The dom node of the marker.</dd> <dt>x</dt><dd>The x-coordinate of the mouse in relation to the Chart.</dd> <dt>y</dt><dd>The y-coordinate of the mouse in relation to the Chart.</dd> <dt>series</dt><dd>Reference to the series of the marker.</dd> <dt>index</dt><dd>Index of the marker in the series.</dd> <dt>seriesIndex</dt><dd>The <code>order</code> of the marker&#39;s series.</dd> </dl></p> </div> </li> </ul> </div> </div> <div id="event_markerEvent:mouseout" class="events item inherited"> <h3 class="name"><code>markerEvent:mouseout</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#event_markerEvent:mouseout">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l758"><code>charts&#x2F;js&#x2F;ChartBase.js:758</code></a> </p> </div> <div class="description"> <p>Broadcasts when <code>interactionType</code> is set to <code>marker</code> and a series marker has received a mouseout event.</p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event facade with the following additional properties: <dl> <dt>categoryItem</dt><dd>Hash containing information about the category <code>Axis</code>.</dd> <dt>valueItem</dt><dd>Hash containing information about the value <code>Axis</code>.</dd> <dt>node</dt><dd>The dom node of the marker.</dd> <dt>x</dt><dd>The x-coordinate of the mouse in relation to the Chart.</dd> <dt>y</dt><dd>The y-coordinate of the mouse in relation to the Chart.</dd> <dt>series</dt><dd>Reference to the series of the marker.</dd> <dt>index</dt><dd>Index of the marker in the series.</dd> <dt>seriesIndex</dt><dd>The <code>order</code> of the marker&#39;s series.</dd> </dl></p> </div> </li> </ul> </div> </div> <div id="event_markerEvent:mouseover" class="events item inherited"> <h3 class="name"><code>markerEvent:mouseover</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#event_markerEvent:mouseover">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l739"><code>charts&#x2F;js&#x2F;ChartBase.js:739</code></a> </p> </div> <div class="description"> <p>Broadcasts when <code>interactionType</code> is set to <code>marker</code> and a series marker has received a mouseover event.</p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event facade with the following additional properties: <dl> <dt>categoryItem</dt><dd>Hash containing information about the category <code>Axis</code>.</dd> <dt>valueItem</dt><dd>Hash containing information about the value <code>Axis</code>.</dd> <dt>node</dt><dd>The dom node of the marker.</dd> <dt>x</dt><dd>The x-coordinate of the mouse in relation to the Chart.</dd> <dt>y</dt><dd>The y-coordinate of the mouse in relation to the Chart.</dd> <dt>series</dt><dd>Reference to the series of the marker.</dd> <dt>index</dt><dd>Index of the marker in the series.</dd> <dt>seriesIndex</dt><dd>The <code>order</code> of the marker&#39;s series.</dd> </dl></p> </div> </li> </ul> </div> </div> <div id="event_markerEvent:mouseup" class="events item inherited"> <h3 class="name"><code>markerEvent:mouseup</code></h3> <span class="type"></span> <div class="meta"> <p>Inherited from <a href="../classes/ChartBase.html#event_markerEvent:mouseup">ChartBase</a>: <a href="../files/charts_js_ChartBase.js.html#l794"><code>charts&#x2F;js&#x2F;ChartBase.js:794</code></a> </p> </div> <div class="description"> <p>Broadcasts when <code>interactionType</code> is set to <code>marker</code> and a series marker has received a mouseup event.</p> </div> <div class="params"> <h4>Event Payload:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">e</code> <span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span> <div class="param-description"> <p>Event facade with the following additional properties: <dl> <dt>categoryItem</dt><dd>Hash containing information about the category <code>Axis</code>.</dd> <dt>valueItem</dt><dd>Hash containing information about the value <code>Axis</code>.</dd> <dt>node</dt><dd>The dom node of the marker.</dd> <dt>x</dt><dd>The x-coordinate of the mouse in relation to the Chart.</dd> <dt>y</dt><dd>The y-coordinate of the mouse in relation to the Chart.</dd> <dt>series</dt><dd>Reference to the series of the marker.</dd> <dt>index</dt><dd>Index of the marker in the series.</dd> <dt>seriesIndex</dt><dd>The <code>order</code> of the marker&#39;s series.</dd> </dl></p> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
billwiliams/Yui
client/yui-3.17.2/api/classes/PieChart.html
HTML
mit
240,488
<ion-view style="background-image: url(img/fondotcc.jpg);background-position: center;background-size: cover" > <ion-content > <div class="padding"> <div class="row"> <div class="" > <img src="img/logo_todos.png" style="width: 100%;margin-left: -20px"> </div> </div> <form class="form-login" style="margin-top: -40px;margin-left: 20px;margin-right: 20px"> <div style=""> <div class="list list-inset form-input-login" style="background: transparent;margin-top: -10px;padding: 20px"> <label class="item item-input input-login"> <i class="icon ion-ios-person-outline color-tcc"></i> <input type="text" placeholder="Usuario" class="font-tcc input-back txt-user black" required=""> </label> <label class="item item-input input-login" style="margin-top: 10px"> <i class="icon ion-ios-unlocked-outline placeholder-icon color-tcc"></i> <input type="password" placeholder="Contraseña" class="font-tcc input-back txt-pass black" required=""> </label> </div> <div class="row" style="padding: 27px;margin-top: -60px"> <button type="submit" ui-sref="app.principalPublico" class="button button-block btn-login-accesar back-tcc ">Ingresar</button> </div> <div class="color-tcc font-tcc " style="padding: 27px;margin-top: -50px;text-align: center!important"> Olvide mi contraseña? </div> <div class="row" style="padding: 27px;"> <div class="col col-99"> <a ui-sref="auth.registro" class="font-tcc color-tcc " style="text-decoration: none">Nuevo usuario?</a> <a href="" ng-click="loginFacebook()" hidden=""> <img src="img/login/i-facebook.png" style="width: 140px;height: 30px"> </a> <a href="" ng-click="googleSignIn()" hidden=""> <img src="img/login/i-google.png" style="width: 140px;height: 30px"> </a> </div> </div> </div> </form> </div> </ion-content> </ion-view>
bienTICS/LuchaVSCancerInfantil
app/www/templates/inicio.html
HTML
mit
2,594
{% extends path+"/_layout-case-baseline.html" %} {% block actioncolumn %} <!-- <p class="returnRef"><a href="/{{path }}/scenario11/referrals-fme" class="link-back">Return to case list</a></p> --> <div class="caseStatus"> <h2 class="main-status"><span>Current case status</span>Ready for review</h2> </div> {% endblock %} {% block citizen_detail %} Harvey Chamberlain {% endblock %} {% block citizen_content %} <div class="container"> <div class="grid-row"> <div class="column-full"> <p class="no-kdBar"><a href="javascript: history.go(-1)" class="link-back">Back</a></p> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large">Request evidence</h1> <!-- <div class="evidence-requests mt30"> --> <h2 class="heading-medium">Factual report</h2> <legend class="heading-small mb10">What information are you requesting</legend> <label>Evidence of specific medical condition</label> <legend class="heading-small mb10">Reason for request</legend> <label>Insufficient evidence to support claimant's statements</label> <legend class="heading-small mb10">You are requesting this evidence from</legend> <label>GP: Gregory Cooper</label><br> <label>Hospital consultant: HCP</label> <br> <br> <h2 class="heading-medium">Before continuing please print the report requests below</h2> <table> <caption class="visually-hidden">Contact information</caption> <tbody> <tr> <td><a href="#" class="link">Print GP report request</a></td> <td> <strong class="govuk-tag govuk-phase-banner__content__tag"> COMPLETED </strong></td> </tr> <tr> <td><a href="#" class="link">Print Hospital consultant report request</a></td> <td><strong class="govuk-tag govuk-phase-banner__content__tag"> COMPLETED </strong></td> </tr> </tbody> </table> <!-- <div class="notice"> <i class="icon icon-important"> <span class="visually-hidden">Warning</span> </i> <strong class="bold-small"> --> <!--You need to print a {% if data['evidenceChoice']=='ev-gp'%}GP report request{% else %}factual report request{% endif %} and post it to the relevant person--> <!-- To complete the evidence request process:<br>you need to print off a GP report request and send it to the relevant person</strong> </div> --> <br> <p class="mt30"><a href="/fha/scrutiny-scenarios/scenario14c/evidence-step1" class="button">Save and continue</a></p> </div> </div><!-- column-full --> </div> </div><!-- column --> </div><!-- row --> </div><!-- container --> {% endblock %} {# {% block page_script %} <script type="text/javascript"> $(document).ready(function(){ $('#status_status').combobox(); $('#app_adviser').combobox(); $('#app_team').combobox(); }); </script> {% endblock %} #}
dwpdigitaltech/healthanddisability
app/views/fha/scrutiny-scenarios/baseline/evidence-step-print2.html
HTML
mit
2,913
<!DOCTYPE html> <html lang='vi'> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='description' content=''> <meta name='theme-color' content='#ffcd00'> <meta property='og:title' content='dangkhoasdc • Dang-Khoa&#39;s blog '> <meta property='og:description' content=''> <meta property='og:url' content='http://dangkhoasdc.github.io/vi/page/about/'> <meta property='og:site_name' content='Dang-Khoa&#39;s blog '> <meta property='og:type' content='article'><meta property='article:section' content='Page'><meta name='twitter:card' content='summary'> <meta name="generator" content="Hugo 0.53" /> <title>dangkhoasdc • Dang-Khoa&#39;s blog </title> <link rel='canonical' href='http://dangkhoasdc.github.io/vi/page/about/'> <link rel='alternate' hreflang='vi' href='http://dangkhoasdc.github.io/vi/page/about/'><link rel='alternate' hreflang='en' href='http://dangkhoasdc.github.io/page/about/'><link rel='alternate' hreflang='x-default' href='http://dangkhoasdc.github.io/page/about/'> <link rel='icon' href='/favicon.ico'> <link rel='stylesheet' href='/assets/css/main.809149b6.css'><style> :root{--color-accent:#ffcd00;} </style> <script type="application/javascript"> var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-2381283-3', 'auto'); ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> </head> <body class='page type-page'> <div class='site'> <a class='screen-reader-text' href='#content'>Skip to Content</a> <div class='main'> <nav id='main-menu' class='menu main-menu' aria-label='Main Menu'> <div class='container'> <ul><li class='item'> <a href='/vi/' class=""> <span>Trang chủ</span> </a> </li><li class='item'> <a href='/vi/docs/' class=""> <span>Docs</span> </a> </li><li class='item current'> <a aria-current='page' href='/vi/page/about/' class=""> <span>dangkhoasdc</span> </a> </li><li class='item'> <a href='#posts' class=""> <span>Posts</span> </a> </li><li class='item'> <a href='#about' class=""> <span>Home</span> </a> </li><li class='item'> <a href='#projects' class=""> <span>Projects</span> </a> </li><li class='item'> <a href='#publications_selected' class=""> <span>Publications</span> </a> </li><li class='item'> <a href='/about/' class=""> <span>About</span> </a> </li><li class='item'> <a href='/tags/notes/' class=""> <span>Notes</span> </a> </li></ul> </div> </nav> <header id='header' class='header site-header'> <div class='container sep-after'> <div class='header-info'><p class='site-title title'>Dang-Khoa&#39;s blog </p><p class='desc site-desc'></p> </div> </div> </header> <main id='content'> <article lang='vi' class='entry'> <header class='header entry-header'> <div class='container sep-after'> <div class='header-info'> <h1 class='title'>dangkhoasdc</h1> </div> </div> </header> <div class='container entry-content'> </div> </article> <nav class='entry-nav'> <div class='container'><div class='prev-entry sep-before'> <a href='/vi/page/search/'> <span aria-hidden='true'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <line x1="20" y1="12" x2="4" y2="12"/> <polyline points="10 18 4 12 10 6"/> </svg> Previous</span> <span class='screen-reader-text'>Previous post: </span>Search</a> </div></div> </nav> </main> <footer id='footer' class='footer'> <div class='container sep-before'><div class='copyright'> <p>&amp;copy; 2017 Dang-Khoa</p> </div> </div> </footer> </div> </div><script>window.__public_path__='http:\/\/dangkhoasdc.github.io\/assets\/js\/'</script> <script src='http://dangkhoasdc.github.io/assets/js/main.68cb493a.js'></script><script type='text/x-mathjax-config'> MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"processEscapes":true}}) </script> <script type='text/javascript' async src='//unpkg.com/mathjax/MathJax.js?config=TeX-MML-AM_CHTML'></script> </body> </html>
dangkhoasdc/dangkhoasdc.github.io
vi/page/about/index.html
HTML
mit
4,623
{{extend 'layout.html'}} <div class="contentleft"> <h2> The web2py&trade; Team </h2> <h3> Lead Developer </h3> <ul> <li> <a target="_blank" href="http://mycti.cti.depaul.edu/people/facultyinfo_mycti.asp?id=343">Massimo Di Pierro</a> (Associate Professor in Computer Science at DePaul University in Chicago) </li> </ul> <h3> Contributor Agreement </h3> <p> By contributing to web2py you implicitly agree to the <a target="_blank" href="{{=URL(r=request,c='static',f='web2py_contributor_agreement.pdf')}}">web2py contributor agreement</a>. Please also send us a signed copy by fax or, scanned, by email. <p/> <h3> Main Contributors </h3> <ul> <li>Alexey Nezhdanov (GAE and database performance) </li><li>Alan Etkin (DAL IMAP adapter) </li><li>Alvaro Justen (dynamical translations) </li><li>Anders Roos (file locking) </li><li>Andrew Willimott (documentation, TeraData support) </li><li>Andriy Kornatskyy (benchmarks and profiling) </li><li>Angelo Compagnucci (mobile devices) </li><li>Anthony Bastardi (book, poweredby site, multiple contributions) </li><li>Arun K. Rajeevan (plugin_wiki) </li><li>Attila Csipa (cron job) </li><li>Ben Goosman (keyed table and Oracle adapter) </li><li>Bill Ferrett (modular DAL design) </li><li>Boris Manojlovic (ajax edit) </li><li>Branko Vukelic (new admin app) </li><li>Brian Meredyk (SQLite, executesql and scheduler) </li><li><a href="http://www.blouweb.com">Bruno Rocha</a> (book, new website, better forms, grid layout) </li><li>Carlos Galindo </li><li>Carsten Haese (Informix) </li><li>Chris Clark (Ingres, Jython support) </li><li>Chris May (new website) </li><li>Chris Steel </li><li>Christian Foster Howes (GAE support) </li><li>Christopher Smiga (Informix) </li><li>CJ Lazell (tester) </li><li>Corne Dickens (import mechanism) </li><li>Craig Younkins (Security) </li><li>Daniel Lin (Taiwanese internationalization) </li><li>Dave Stoll (DowCommerce payment API, security) </li><li>David Wagner (security and cryptography expert) </li><li>Denes Lengyel (validators, DB2 support, DAL, custom forms, legacy table support) </li><li>Douglas Soares de Andrade (2.4 and 2.6 compliance, docstrings) </li><li>Eric Vicenti (email with ssl) </li><li>Falko Krause (mysql support) </li><li><a href="http://Ourway.ir">Farsheed Ashouri</a> </li><li>Fran Boon (authorization and authentication) </li><li>Francisco Gama (bug fixing) </li><li>Fred Yanowski (XHTML compliance) </li><li><a href="https://github.com/contatogilsonsbf">Gilson Filho</a> </li><li>Graham Dumpleton (WSGI) </li><li>Gyuris Szabolcs (PGP Mail) </li><li>Hamdy Abdel-Badeea (crud) </li><li>Hans Donner (GAE support, Google login, widgets, Sphinx documentation) </li><li>Hans Murx (Database support) </li><li>Hans C. v. Stockhausen (OpenID, Google Wave) </li><li>Ian Reinhart Geiser (html helpers) </li><li>Ionel Anton (Romanian translation) </li><li>Jan Beilicke (markmin) </li><li>Jeremy Dillworth </li><li>Jonathan Benn (is_url validator and tests) </li><li>Jonathan Lundell (multiple contributions) </li><li>Josh Goldfoot (xaml/html sanitizer) </li><li>Jose Jachuf (Firebird support) </li><li>José L. Redrejo Rodríguez (Debian Package, pyfpdf) </li><li>Josh Jaques (web2py_ajax) </li><li>José Vicente de Sousa (Layout for new website) </li><li>Keith Yang (openid) </li><li><a href="http://dev.s-cubism.com/web2py_plugins">Kenji Hosoda</a> (plugins) </li><li>Kyle Smith (javascript) </li><li><a href="http://blog.donews.com/limodou/">Limodou</a> (winservice) </li><li><a href="https://github.com/lucasdavila">Lucas D'Ávila</a> </li><li>Marc Abramowitz (tests and travis continuous integration) </li><li><a href="http://www.mlsystems.ch">Marcel Leuthi</a> (Oracle support) </li><li>Marcel Hellkamp (Bottle developer, multiple web server support) </li><li>Marcello Della Longa (italian translation) </li><li>Mariano Reingart (pysoaplib, debugger, pyfpdf) </li><li>Marin Pranjić (dal) </li><li>Mark Larsen (taskbar widget) </li><li>Mark Moore (databases and daemon scripts) </li><li>Markus Gritsch (bug fixing) </li><li>Martin Hufsky (expressions in DAL) </li><li><a href="http://martin.tecnodoc.com.ar/">Martin Mulone</a> (new welcome app, grid) </li><li>Mateusz Banach (stickers, IS_EMAIL, IS_IMAGE, contenttype) </li><li>Michael Willis (shell) </li><li>Michele Comitini (faceboook) </li><li>Michael Toomim (scheduler) </li><li>Nathan Freeze (admin design, IS_STRONG, DAL features, <a href="http://web2pyslices.com">web2pyslices.com</a>) </li><li>Niall Sweeny (MSSQL support) </li><li>Niccolo Polo (epydoc) </li><li>Nicolas Bruxer (memcache support) </li><li>Olaf Ferger (Informix support) </li><li>Omi Chiba (DB2, MSSQL support and Japanese translation) </li><li>Ondrej Such (MSSQL support) </li><li>Ovidio Marinho Falcao Neto (tests and plugins) </li><li>Pai (internationalization) </li><li>Paolo Caruccio (SQLFORM.grid query) </li><li>Patrick Breitenbach </li><li><a href="mailto:phyo.arkarlwin@star-nix.net">Phyo Arkar Lwin</a> (web hosting and Jython tester) </li><li>Pierre Thibault (<a href="http://code.google.com/p/neo-web2py2eclipse/">Eclipse integration</a> and custom import) </li><li>Robert Valentak (Slovenian translation) </li><li><a href="http://robinbhattacharyya.com/">Robin Bhattacharyya</a> (Google App Engine support) </li><li>Ross Peoples (MSSQL, multiple contributions) </li><li>Ruijun Luo (a.k.a. Iceberg) (setup_exe.py) </li><li>Ryan Seto (template.py) </li><li>Scott Roberts (testing, book) </li><li>Sergey Podlesnyi (Oracle and migrations tester) </li><li>Sharriff Aina (tester and PyAMF integration) </li><li>Simone Bizzotto (scheduler, redis) </li><li>Sriram Durbha (book) </li><li>Sterling Hankins (tester, book) </li><li>Stuart Rackham (MSSQL support) </li><li>Telman Yusupov (Oracle support) </li><li>Thadeus Burgess (validators) </li><li>Tim Michelsen (Sphinx documentation) </li><li>Timothy Farrell (python 2.6 compliance, windows support) </li><li>Yair Eshel (internationalizaiton, DAL improvement) </li><li>Yannis Aribaud (CAS compliance) </li><li>Yarko Tymciurak (design) </li><li>Younghyun Jo (internationalization) </li><li>Vladyslav Kozlovskyy (internationalization, markmin, admin, and mercurial support) </li><li>Vidul Nikolaev Petrov (captcha) </li><li>Vinicius Assef </li><li>Zahariash (memory management) </li> </ul> <h3> Third party software included in web2py </h3> <ul> <li><a href="http://www.python.org">Python</a> created by Guido van Rossum.</li> <li>Rocket Web Server developed by Timothy Farrell.</li> <li><a href="http://www.cdolivet.com/index.php?page=editArea">EditArea</a> developed by Christophe Dolivet</li> <li><a href="http://nicedit.com">nicEdit</a> developed by <a href="http://bkirchoff.com">Brian Kirchoff</a></li> <li><a href="http://cheeseshop.python.org/pypi/simplejson">simplejson</a> developed by Bob Ippolito</li> <li><a href="http://pyrtf.sourceforge.net/">PyRTF</a> developed by Simon Cusack and revised by Grant Edwards</li> <li><a href="http://www.dalkescientific.com/Python/PyRSS2Gen.html">PyRSS2Gen</a> developed by Dalke Scientific Software</li> <li><a href="http://www.feedparser.org/">feedparser</a> developed by Mark Pilgrim</li> <li><a href="http://code.google.com/p/python-markdown2/">markdown2</a> developed by Trent Mick</li> <li><a href="http://svn.saddi.com/py-lib/trunk/fcgi.py">fcgi.py</a> devloped by Allan Saddi (for production Lighttpd servers)</li> <li><a href="http://www.danga.com/memcached/">memcache</a> developed by Evan Martin</li> <li><a href="http://jquery.com/">jQuery</a> developed by John Resig</li> <li>A syntax highlighter inspired by the code of <a href="http://www.petersblog.org/node/763">Peter Wilkinson</a></li> <li><a href="https://github.com/jtauber/pyuca">pyUCA</a> developed by <a href="http://jtauber.com/blog/2006/01/27/python_unicode_collation_algorithm/">James Tauber</a></li> </ul> </div>
andersonsilvade/python_C
Python32/web2py/applications/examples/views/default/who.html
HTML
mit
7,947
{% extends "base.html" %} {% set active_nav = "community" %} {% block page_title %}Community - {{ super() }}{% endblock %}
OpenNews/opennews-source
source/people/templates/people/_base_community.html
HTML
mit
123
Content of the public/404.html file.
kevgo/straides
public/404.html
HTML
mit
37
<!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> DSI Canada Ltd - 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=1492281754971&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=14606&V_SEARCH.docsStart=14605&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/wp-content/plugins/showbiz/temp/update_extract/showbiz/wp-admin/wp-includes//wp-admin/includes/themes.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14604&amp;V_DOCUMENT.docRank=14605&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492281765738&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456009752&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=14606&amp;V_DOCUMENT.docRank=14607&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492281765738&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567091496&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> DSI Canada Ltd </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>DSI Canada Ltd</p> <h2 class="h5 mrgn-bttm-0">Alternate Name:</h2> <p class="mrgn-bttm-0">Stewart Mining Products</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.dsigroundsupport.com" target="_blank" title="Website URL">http://www.dsigroundsupport.com</a></p> <p><a href="mailto:jacques.dallaire@dsiunderground.com" title="jacques.dallaire@dsiunderground.com">jacques.dallaire@dsiunderground.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"> 853 Rideau Blvd<br/> ROUYN-NORANDA, Quebec<br/> J9Y 0G3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 853 Rideau Blvd<br/> ROUYN-NORANDA, Quebec<br/> J9Y 0G3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 762-0901 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (819) 797-1367</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> Mining machinery &amp; equipment<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> Marc St-Pierre </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Directeur<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 762-0901 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 3024 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 797-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> marc.st-pierre@dsiamerica.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Michel Bradley </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 762-0901 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mike.bradley@dsiamerica.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1946 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333130 - Mining and Oil and Gas Field Machinery Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 35&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MINING MACHY &amp; EQUIPMENT, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MINING MACHY &amp; EQUIPMENT, NES, PARTS OF <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Mining, Products, Equipment, Service &amp; Supplies <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Brazil</li> <li>Peru</li> <li>Venezuela, Bolivarian Republic of</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>United States</li> <li>New Mexico</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> Marc St-Pierre </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Directeur<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 762-0901 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 3024 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 797-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> marc.st-pierre@dsiamerica.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Michel Bradley </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 762-0901 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mike.bradley@dsiamerica.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1946 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333130 - Mining and Oil and Gas Field Machinery Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $10,000,000 to $24,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 35&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MINING MACHY &amp; EQUIPMENT, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MINING MACHY &amp; EQUIPMENT, NES, PARTS OF <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Mining, Products, Equipment, Service &amp; Supplies <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Brazil</li> <li>Peru</li> <li>Venezuela, Bolivarian Republic of</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>United States</li> <li>New Mexico</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-01-05 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/107557340001.html
HTML
mit
47,613
<!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.4pl4 / contrib:additions dev</a></li> <li class="active"><a href="">2014-11-21 12:12:52</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:additions <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-21 12:12:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-21 12:12:52 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:additions/coq:contrib:additions.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:additions.dev coq.8.4pl4</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4). The following dependencies couldn&#39;t be met: - coq:contrib:additions -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:additions.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4pl4 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4pl4. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:additions] - install coq:contrib:additions.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler make -j4 make install Installing coq.dev. Building coq:contrib:additions.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:additions.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:additions/dev/2014-11-21_12-12-52.html
HTML
mit
6,952
{template '_header'} <style type='text/css'> .ordertable { width:100%;position: relative;margin-bottom:10px} .ordertable tr td:first-child { text-align: right } .ordertable tr td {padding:8px 5px 0;vertical-align: top} .ordertable1 tr td { text-align: right; } .ops .btn { padding:5px 10px;} {if count($step_array)>4}.ui-step-4 li { width:20%;}{/if} </style> <div class="page-heading"> <h2>维权处理</h2> </div> {if !empty($step_array)} <div class="step-region" > <ul class="ui-step ui-step-4" > {loop $step_array $k1 $v1} <li {if $v1['done']==1}class="ui-step-done"{/if}> <div class="ui-step-title">{$v1['title']}</div> <div class="ui-step-number">{$v1['step']}</div> <div class="ui-step-meta">{if !empty($v1['time'])}{php echo date('Y-m-d',$v1['time'])}<br/>{php echo date('H:i:s',$v1['time'])}{/if}</div> </li> {/loop} </ul> </div> {/if} <form class="form-horizontal form" action="" method="post"> <input type="hidden" name="id" value="{$item['id']}" /> <input type="hidden" name="dispatchid" value="{$dispatch['id']}" /> {if !empty($refund)} <!--div class='panel panel-default'> <div class='panel-body'> <h4 class="m-t-none m-b">退款申请</h4> <table class='ordertable' style='table-layout:fixed'> <tr> <td style='width:80px'>退款原因:</td> <td>{$refund['reason']}</td> </tr> <tr> <td style='width:80px'>退款原因:</td> <td>{$refund['reason']}</td> </tr> {if $refund['status']==1} <tr> <td style='width:80px'>退款时间:</td> <td>{php echo date('Y-m-d H:i:s',$item['refundtime'])}</td> </tr> {/if} {ifp 'order.op.refund'} <tr> <td style='width:80px'></td> <td>{if $refund['status']==0} <a class="btn btn-danger btn-sm" href="javascript:;" onclick="$('#modal-refund').find(':input[name=id]').val('{$item['id']}')" data-toggle="modal" data-target="#modal-refund">处理退款申请</a> {elseif $refund['status']==-1} <span class='label label-default'>已拒绝</span> {elseif $refund['status']==1} <span class='label label-danger'>已退款</span> {/if}</td> </tr> {/if} </table> </div> </div--> {/if} <div class='row order-container' style="overflow: visible"> <div class="order-container-left"> <div class='panel-body' > <h4 class="m-t-none m-b">维权信息</h4> <div class="form-group" style='padding:0 10px;'> <table class='ordertable' style='table-layout:fixed'> <tr> <td style='width:80px'>维权类型:</td> <td>{$r_type[$refund['rtype']]}</td> </tr> {if $refund['rtype']!=2} <tr> <td style='width:80px'>退款金额:</td> <td>{$refund['applyprice']}(元)</td> </tr> <tr> <td style='width:80px'>退还积分:</td> <td>{$item['deductcredit']}(个)</td> </tr> {/if} <tr> <td style='width:80px'>维权原因:</td> <td>{$refund['reason']}</td> </tr> <tr> <td style='width:80px'>维权说明:</td> <td style="white-space: normal;">{$refund['content']}</td> </tr> {if !empty($refund['imgs'])} <tr> <td style='width:80px'>图片凭证:</td> <td style="overflow: visible;"> {loop $refund['imgs'] $k1 $v1} <a target='_blank' href='{php echo tomedia($v1)}'><img style='width:100px;;padding:1px;border:1px solid #ccc' src='{php echo tomedia($v1)}'></a> {php break;} {/loop} &nbsp; {if count($refund['imgs']) > 1} <a data-toggle='popover' data-html='true' data-placement='right' data-content="<table style='width:100%;'> {loop $refund['imgs'] $k1 $v1} <tr> <td style='border:none;text-align:right;padding:5px;'> <a target='_blank' href='{php echo tomedia($v1)}'><img style='width:100px;;padding:1px;border:1px solid #ccc' src='{php echo tomedia($v1)}'></a> </td> </tr> {/loop} </table> ">查看全部</a> {/if} </td> </tr> {/if} <tr> <td style='width:80px'>维权编号:</td> <td>{$refund['refundno']}</td> </tr> <tr> <td style='width:80px'>订单编号:</td> <td><a href="{php echo webUrl('order/detail', array('id' => $item['id']))}" target="_blank" title="">{$item['ordersn']}</a></td> </tr> <tr> <td>订单金额:</td> <td>¥{php echo number_format($item['price'],2)} <a data-toggle='popover' data-html='true' data-placement='right' data-content="<table style='width:100%;'> <tr> <td style='border:none;text-align:right;'>商品小计:</td> <td style='border:none;text-align:right;;'>¥{php echo number_format( $item['goodsprice'] ,2)}</td> </tr> <tr> <td style='border:none;text-align:right;'>运费:</td> <td style='border:none;text-align:right;;'>¥{php echo number_format( $item['olddispatchprice'],2)}</td> </tr> {if $item['taskdiscountprice']>0} <tr> <td style='border:none;text-align:right;'>任务活动优惠:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['taskdiscountprice'],2)}</td> </tr> {/if} {if $item['lotterydiscountprice']>0} <tr> <td style='border:none;text-align:right;'>游戏活动优惠:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['lotterydiscountprice'],2)}</td> </tr> {/if} {if $item['discountprice']>0} <tr> <td style='border:none;text-align:right;'>会员折扣:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['discountprice'],2)}</td> </tr> {/if} {if $item['deductprice']>0} <tr> <td style='border:none;text-align:right;'>积分抵扣:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['deductprice'],2)}</td> </tr> {/if} {if $item['deductcredit2']>0} <tr> <td style='border:none;text-align:right;'>余额抵扣:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['deductcredit2'],2)}</td> </tr> {/if} {if $item['deductenough']>0} <tr> <td style='border:none;text-align:right;'>满额立减:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['deductenough'],2)}</td> </tr> {/if} {if $item['couponprice']>0} <tr> <td style='border:none;text-align:right;'>优惠券优惠:</td> <td style='border:none;text-align:right;;'>-¥{php echo number_format( $item['couponprice'],2)}</td> </tr> {/if} {if intval($item['changeprice'])!=0} <tr> <td style='border:none;text-align:right;'>卖家改价:</td> <td style='border:none;text-align:right;;'><span style='{if 0<$item['changeprice']}color:green{else}color:red{/if}'>{if 0<$item['changeprice']}+{else}-{/if}¥{php echo number_format(abs($item['changeprice']),2)}</span></td> </tr> {/if} {if intval($item['changedispatchprice'])!=0} <tr> <td style='border:none;text-align:right;'>卖家改运费:</td> <td style='border:none;text-align:right;;'><span style='{if 0<$item['changedispatchprice']}color:green{else}color:red{/if}'>{if 0<$item['changedispatchprice']}+{else}-{/if}¥{php echo abs($item['changedispatchprice'])}</span></td> </tr> {/if} <tr> <td style='border:none;text-align:right;'>应收款:</td> <td style='border:none;text-align:right;color:green;'>¥{php echo number_format($item['price'],2)}</td> </tr> </table> "><i class='fa fa-question-circle'></i></a></td> </tr> <tr> <td>买家:</td> <td>{$member['nickname']} <a data-toggle='popover' data-html='true' data-placement='right' data-content="<table style='width:100%;'> <tr> <td style='border:none;text-align:right;' colspan='2'><img src='{$member['avatar']}' style='width:100px;height:100px;padding:1px;border:1px solid #ccc' /></td> </tr> <tr> <td style='border:none;text-align:right;'>昵称:</td> <td style='border:none;text-align:right;'>{$member['nickname']}</td> </tr> <tr> <td style='border:none;text-align:right;'>姓名:</td> <td style='border:none;text-align:right;'>{$member['realname']}</td> </tr> <tr> <td style='border:none;text-align:right;'>ID:</td> <td style='border:none;text-align:right;'>{$member['id']}</td> </tr> <tr> <td style='border:none;text-align:right;'>手机号:</td> <td style='border:none;text-align:right;'>{$member['mobile']}</td> </tr> <tr> <td style='border:none;text-align:right;'>微信号:</td> <td style='border:none;text-align:right;'>{$member['weixin']}</td> </tr> </table> "><i class='fa fa-question-circle'></i></a></td> </tr> <tr> <td style='width:80px'>付款时间:</td> <td>{php echo date('Y-m-d H:i:s', $item['paytime'])}</td> </tr> <tr> <td style='width:80px'>付款方式:</td> <td> {if $item['paytype'] == 0}未支付{/if} {if $item['paytype'] == 1}余额支付{/if} {if $item['paytype'] == 11}后台付款{/if} {if $item['paytype'] == 21}微信支付{/if} {if $item['paytype'] == 22}支付宝支付{/if} {if $item['paytype'] == 23}银联支付{/if} {if $item['paytype'] == 3}货到付款{/if} </td> </tr> </table> </div> </div> </div> <div class="order-container-right" > <div class='panel-body' style='height:450px;' > <div class='row'> <div class='col-sm-3 control-label' style='padding-top:10px;'>维权状态: </div> <div class="col-sm-9 col-xs-12"> <h3 class="form-control-static"> {if $refund['status'] == -2}<span class="text-default">客户取消{$r_type[$refund['rtype']]}</span> {else if $refund['status'] == -1}<span class="text-default">已拒绝{$r_type[$refund['rtype']]}</span> {else if $refund['status'] == 0}<span class="text-warning">等待商家处理申请</span> {else if $refund['status'] == 1}<span class="text-default">{$r_type[$refund['rtype']]}完成</span> {else if $refund['status'] == 3}<span class="text-warning">等待客户退回物品</span> {else if $refund['status'] == 4}<span class="text-warning">客户退回物品,等待商家重新发货</span> {else if $refund['status'] == 5}<span class="text-warning">等待客户收货</span>{/if} </h3> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label"></label> <div class="col-sm-9 col-xs-12"> <p class="form-control-static ops"> {if $item['merchid'] == 0} {if ($refund['status'] == 0 || $refund['status'] > 1)} <a class="btn btn-primary btn-xs" data-toggle="ajaxModal" href="{php echo webUrl('order/op/refund/submit', array('id' => $item['id'],'refundid' => $refund['id']))}">处理申请</a> {/if} {/if} </p> </div> </div> {if $refund['rtype']>0 && !empty($refund['expresssn'])} <div class='row'> <div class='col-sm-3 control-label' style='padding-top:10px;'> 客户退回物品 : </div> <div class="col-sm-9 col-xs-12"> <div class="form-control-static"> 快递公司: {if empty($refund['expresscom'])}其他快递{else}{$refund['expresscom']}{/if}<br> 快递单号: {$refund['expresssn']} &nbsp;&nbsp;&nbsp;<a class='op' data-toggle="ajaxModal" href="{php echo webUrl('util/express', array('id' => $item['id'],'express'=>$refund['express'],'expresssn'=>$refund['expresssn']))}">查看物流</a><br> 退回时间: {php echo date('Y-m-d H:i:s', $refund['sendtime'])} </div> </div> </div> {/if} {if $refund['rtype']==2 && !empty($refund['rexpresssn'])} <div class='row'> <div class='col-sm-3 control-label' style='padding-top:10px;'> 商家寄出物品 : </div> <div class="col-sm-9 col-xs-12"> <div class="form-control-static"> 快递公司: {if empty($refund['rexpresscom'])}其他快递{else}{$refund['rexpresscom']}{/if}<br> 快递单号: {$refund['rexpresssn']} &nbsp;&nbsp;&nbsp;<a class='op' data-toggle="ajaxModal" href="{php echo webUrl('util/express', array('id' => $item['id'],'express'=>$refund['rexpress'],'expresssn'=>$refund['rexpresssn']))}">查看物流</a><br> 发货时间: {php echo date('Y-m-d H:i:s', $refund['returntime'])} </div> </div> </div> {/if} <!--<div class='order-tips'>--> <!--<div class='row order-tips-title'>友情提醒</div>--> <!--<div class='row order-tips-row'>订单为货到付款,请您务必联系买家确认后再进行发货</div>--> <!--</div>--> </div> </div> </div> <br> <div class="panel panel-default"> <div class="panel-heading"> <span>商品信息</span> </div> <div class="panel-body table-responsive"> <table class="table table-hover"> <thead class="navbar-inner"> <tr> <th style="width:15%;">商品标题</th> <th style="width:10%;">商品规格</th> <th style="width:10%;">商品编号</th> <th style="width:10%;">商品条码</th> <th style="width:10%;">单价(元)</th> <th style="width:5%;">数量</th> <th style="width:15%;color:red;">折扣前/折扣后(元)</th> <!--<th style="width:5%;">操作</th>--> </tr> </thead> {loop $item['goods'] $goods} <tr> <td> {if $category[$goods['pcate']]['name']} <span class="text-error">[{$category[$goods['pcate']]['name']}] </span>{/if}{if $children[$goods['pcate']][$goods['ccate']][1]} <span class="text-info">[{$children[$goods['pcate']][$goods['ccate']][1]}] </span> {/if} {$goods['title']} </td> <td>{if !empty($goods['optionname'])}<span class="label label-info">{$goods['optionname']}</span>{/if}</td> <td>{$goods['goodssn']}</td> <td>{$goods['productsn']}</td> <td>{$goods['marketprice']}</td> <td>{$goods['total']}</td> <td style='color:red;font-weight:bold;'>{$goods['orderprice']}/{$goods['realprice']} {if intval($goods['changeprice'])!=0} <br/>(改价{if $goods['changeprice']>0}+{/if}{php echo number_format(abs($goods['changeprice']),2)}) {/if} </td> <!--td> <a href="{php echo webUrl('goods/edit', array('id' => $goods['id']))}" class="btn btn-default btn-sm" title="编辑"><i class="fa fa-edit"></i></a>&nbsp;&nbsp; </td--> </tr> {/loop} </table> </div> </div> </form> {template '_footer'}
Broomspun/shanque
addons/ewei_shopv2/template/web/order/op/refund/index.html
HTML
mit
19,492
--- layout: page title: Home --- {% capture home-content %} {% include_relative _pages/home.md %} {% endcapture %} {{ home-content | markdownify }}
mdinardo/mdinardo.github.io
index.html
HTML
mit
150
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> * { padding: 0; margin: 0; } .wrap { width: 300px; margin: 100px auto 0; } table { border-collapse: collapse; border-spacing: 0; border: 1px solid #c0c0c0; } th, td { border: 1px solid #d0d0d0; color: #404060; padding: 10px; } th { background-color: #09c; font: bold 16px "微软雅黑"; color: #fff; } td { font: 14px "微软雅黑"; } tbody tr { background-color: #f0f0f0; } tbody tr:hover { cursor: pointer; background-color: #fafafa; } </style> <script src="jquery-1.11.1.min.js"></script> <script> $(function () { //点击上面的全选按钮,下面的多选按钮同步 $("#j_cbAll").click(function () { //直接让下面的所有按钮和上面的按钮属性值一样 $("#j_tb input:checkbox").prop("checked",$(this).prop("checked")); }); //点击下面的多选按钮,上面全选按钮同步 $("#j_tb input:checkbox").click(function () { //判断,只有所有多选按钮都被选定,上面的全选按钮才被选定 //【带有checked属性的标签和checkbox个数一样多的时候】 if($("#j_tb input:checkbox").length === $("#j_tb input:checked").length){ $("#j_cbAll").prop("checked",true); }else{ $("#j_cbAll").prop("checked",false); } }); }) </script> </head> <body> <div class="wrap"> <table> <thead> <tr> <th> <input type="checkbox" id="j_cbAll"/> </th> <th>姓名</th> <th>年龄</th> </tr> </thead> <tbody id="j_tb"> <tr> <td> <input type="checkbox"/> </td> <td>sun</td> <td>24</td> </tr> <tr> <td> <input type="checkbox"/> </td> <td>jian</td> <td>24</td> </tr> <tr> <td> <input type="checkbox"/> </td> <td>feng</td> <td>24</td> </tr> <tr> <td> <input type="checkbox"/> </td> <td>sunshine</td> <td>24</td> </tr> </tbody> </table> </div> </body> </html>
csxiaoyaojianxian/JavaScriptStudy
12-前端框架/01-jQuery/16-全选反选.html
HTML
mit
3,143
<!-- HTML header for doxygen 1.8.10--> <!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>SideCar: Utils::Wrapper 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="DoxygenStyleSheet.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">SideCar </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Data&#160;Structures</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>Data&#160;Structures</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Data&#160;Fields</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceUtils.html">Utils</a></li><li class="navelem"><a class="el" href="classUtils_1_1Wrapper.html">Wrapper</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">Utils::Wrapper Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Utility class that will print out a string of text with lines no longer than a certain maximum, breaking the line at spaces. <a href="classUtils_1_1Wrapper.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="Wrapper_8h_source.html">/Users/howes/src/sidecar/Utils/Wrapper.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for Utils::Wrapper:</div> <div class="dyncontent"> <div class="center"><img src="classUtils_1_1Wrapper__inherit__graph.png" border="0" usemap="#Utils_1_1Wrapper_inherit__map" alt="Inheritance graph"/></div> <map name="Utils_1_1Wrapper_inherit__map" id="Utils_1_1Wrapper_inherit__map"> <area shape="rect" id="node2" href="classSideCar_1_1IO_1_1Printable.html" title="SideCar::IO::Printable\l\&lt; Wrapper \&gt;" alt="" coords="5,5,155,54"/> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a53a401d6e0e4d2e9d688b8cf6dded0ee"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUtils_1_1Wrapper.html#a53a401d6e0e4d2e9d688b8cf6dded0ee">Wrapper</a> (const std::string &amp;data, int width, int cursor, const std::string &amp;prefix)</td></tr> <tr class="memdesc:a53a401d6e0e4d2e9d688b8cf6dded0ee"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor. <a href="#a53a401d6e0e4d2e9d688b8cf6dded0ee">More...</a><br /></td></tr> <tr class="separator:a53a401d6e0e4d2e9d688b8cf6dded0ee"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae23c91d23ec6e23252c4bd247d207b48"><td class="memItemLeft" align="right" valign="top">std::ostream &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUtils_1_1Wrapper.html#ae23c91d23ec6e23252c4bd247d207b48">print</a> (std::ostream &amp;os) const </td></tr> <tr class="memdesc:ae23c91d23ec6e23252c4bd247d207b48"><td class="mdescLeft">&#160;</td><td class="mdescRight">Output the text to an output stream, wrapping when necessary. <a href="#ae23c91d23ec6e23252c4bd247d207b48">More...</a><br /></td></tr> <tr class="separator:ae23c91d23ec6e23252c4bd247d207b48"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Utility class that will print out a string of text with lines no longer than a certain maximum, breaking the line at spaces. </p> <p>Definition at line <a class="el" href="Wrapper_8h_source.html#l00014">14</a> of file <a class="el" href="Wrapper_8h_source.html">Wrapper.h</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a53a401d6e0e4d2e9d688b8cf6dded0ee"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">Wrapper::Wrapper </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>data</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>cursor</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>prefix</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Constructor. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">data</td><td>text to print out</td></tr> <tr><td class="paramname">width</td><td>maximum line length to generate</td></tr> <tr><td class="paramname">cursor</td><td>initial value to use for the character count</td></tr> <tr><td class="paramname">prefix</td><td>text to write at the start of new lines </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="Wrapper_8cc_source.html#l00008">8</a> of file <a class="el" href="Wrapper_8cc_source.html">Wrapper.cc</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="ae23c91d23ec6e23252c4bd247d207b48"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">std::ostream &amp; Wrapper::print </td> <td>(</td> <td class="paramtype">std::ostream &amp;&#160;</td> <td class="paramname"><em>os</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Output the text to an output stream, wrapping when necessary. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">os</td><td>stream to write to</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>stream written to </dd></dl> <p>Definition at line <a class="el" href="Wrapper_8cc_source.html#l00015">15</a> of file <a class="el" href="Wrapper_8cc_source.html">Wrapper.cc</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>/Users/howes/src/sidecar/Utils/<a class="el" href="Wrapper_8h_source.html">Wrapper.h</a></li> <li>/Users/howes/src/sidecar/Utils/<a class="el" href="Wrapper_8cc_source.html">Wrapper.cc</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.10--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
bradhowes/sidecar
docs/classUtils_1_1Wrapper.html
HTML
mit
8,499
<div class="tab"> </div>
kardotim/kardotim.github.io
_includes/categories-tab.html
HTML
mit
25
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>PixImGen Gui</title> <style> body { font-family: Helvetica; line-height: 1.45em; font-size: 1em; } .main { width: 400px; margin: 0 auto; } input[type=text], input[type=range] { width: 100%; } #imgout { line-height: 0; text-align:center; } #imgout img { max-width: 196px; margin: 2px; vertical-align: middle; } </style> </head> <body> <div class="main"> <h1>PixImGen GUI</h1> <h2>Settings</h2> <form action="imgout.php" id="settings" method="post"> <p> The same seed creates the same image.<br> If let empty, it generates one for you, different each time. <input type="text" name="seed" id="seed" placeholder="seed"> </p> <p> How big do you want your blocks to be?<br> A blocksize of 25 - which is the default - will make your blocks be 25x25 big. <input type="text" name="blocksize" id="blocksize" placeholder="blocksize"> </p> <p> How many blocks wide do you want your image to be?<br> A width of 10 - which is the default - at a blocksize of 25 will make your image 250 pixels wide. <input type="text" name="width" id="width" placeholder="width"> </p> <p> How many blocks high do you want your image to be?<br> A height of 10 - which is the default - at a blocksize of 25 will make your image 250 pixels high. <input type="text" name="height" id="height" placeholder="height"> </p> <p> Minimum saturation of the color red.<br> Ranges between 0 and 255. Default is 0. <input type="range" min="0" max="255" step="1" value="0" name="minredsaturation"> </p> <p> Maximum saturation of the color red.<br> Ranges between 0 and 255. Default is 255. <input type="range" min="0" max="255" step="1" value="255" name="maxredsaturation"> </p> <p> Minimum saturation of the color green.<br> Ranges between 0 and 255. Default is 0. <input type="range" min="0" max="255" step="1" value="0" name="mingreensaturation"> </p> <p> Maximum saturation of the color green.<br> Ranges between 0 and 255. Default is 255. <input type="range" min="0" max="255" step="1" value="255" name="maxgreensaturation"> </p> <p> Minimum saturation of the color blue.<br> Ranges between 0 and 255. Default is 0. <input type="range" min="0" max="255" step="1" value="0" name="minbluesaturation"> </p> <p> Maximum saturation of the color blue.<br> Ranges between 0 and 255. Default is 255. <input type="range" min="0" max="255" step="1" value="255" name="maxbluesaturation"> </p> <input type="submit" value="Generate Image"> <input type="reset" value="Reset Form"> </form> <h2>Output</h2> <div id="imgout"></div> </div> <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script> <script> $("#settings").submit(function(){ $.post("imgout.php", $(this).serialize(), function(data){ $("#imgout").prepend($("<img>", { "src": "data:image/png;base64,"+data })); } ); return false; }); </script> </body> </html>
thekonz/piximgengui
index.html
HTML
mit
3,301
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- This file documents the GNU C Library. This is The GNU C Library Reference Manual, for version 2.21. Copyright (C) 1993-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Free Software Needs Free Documentation" and "GNU Lesser General Public License", the Front-Cover texts being "A GNU Manual", and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled "GNU Free Documentation License". (a) The FSF's Back-Cover Text is: "You have the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>The GNU C Library: Parsing of Numbers</title> <meta name="description" content="The GNU C Library: Parsing of Numbers"> <meta name="keywords" content="The GNU C Library: Parsing of Numbers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Arithmetic.html#Arithmetic" rel="up" title="Arithmetic"> <link href="Parsing-of-Integers.html#Parsing-of-Integers" rel="next" title="Parsing of Integers"> <link href="Operations-on-Complex.html#Operations-on-Complex" rel="prev" title="Operations on Complex"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Parsing-of-Numbers"></a> <div class="header"> <p> Next: <a href="System-V-Number-Conversion.html#System-V-Number-Conversion" accesskey="n" rel="next">System V Number Conversion</a>, Previous: <a href="Operations-on-Complex.html#Operations-on-Complex" accesskey="p" rel="prev">Operations on Complex</a>, Up: <a href="Arithmetic.html#Arithmetic" accesskey="u" rel="up">Arithmetic</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Parsing-of-Numbers-1"></a> <h3 class="section">20.11 Parsing of Numbers</h3> <a name="index-parsing-numbers-_0028in-formatted-input_0029"></a> <a name="index-converting-strings-to-numbers"></a> <a name="index-number-syntax_002c-parsing"></a> <a name="index-syntax_002c-for-reading-numbers"></a> <p>This section describes functions for &ldquo;reading&rdquo; integer and floating-point numbers from a string. It may be more convenient in some cases to use <code>sscanf</code> or one of the related functions; see <a href="Formatted-Input.html#Formatted-Input">Formatted Input</a>. But often you can make a program more robust by finding the tokens in the string by hand, then converting the numbers one by one. </p> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">&bull; <a href="Parsing-of-Integers.html#Parsing-of-Integers" accesskey="1">Parsing of Integers</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Functions for conversion of integer values. </td></tr> <tr><td align="left" valign="top">&bull; <a href="Parsing-of-Floats.html#Parsing-of-Floats" accesskey="2">Parsing of Floats</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Functions for conversion of floating-point values. </td></tr> </table> </body> </html>
elmerland/elmerland
gnu/Parsing-of-Numbers.html
HTML
mit
4,946
<HTML><HEAD> <TITLE>Review for To Die for (1995)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0114681">To Die for (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Bryant+Frazer">Bryant Frazer</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> TO DIE FOR A film review by Bryant Frazer Copyright 1995 Bryant Frazer</PRE> <PRE>Directed by Gus Van Sant Written by Buck Henry from the novel by Joyce Maynard Music by Danny Elfman Starring Nicole Kidman, Joaquin Phoenix U.S.A., 1995</PRE> <P> TO DIE FOR is an ambitious little flick about the seductive lure of stardom, the suggestive power of Nicole Kidman's lips, and the promise of liberation held by a teenage flunky with a handgun who's willing to lose everything for your love. The movie is ambitious, and sounds terrific on paper, but director Gus Van Sant (MY OWN PRIVATE IDAHO, EVEN COWGIRLS GET THE BLUES) can't pull everything together to make any impact at all. It's enough to make you wonder what he's doing with this script in the first place.</P> <P> Nicole Kidman is TO DIE FOR as Suzanne Stone, the small town TV "weather girl" who makes international tabloid headlines when she's accused of having her husband Larry (Matt Dillon, doing fine) murdered by her teenage lover Jimmy (Joaquin Phoenix) and his friends Russell (Casey Affleck) and Lydia (Alison Folland). Joyce Maynard's novel is apparently a fictionalized version of a very true incident in a small New Hampshire town, but the movie excludes any understanding of that situation by chasing its own tale, a cautionary comic book painted in broad strokes and saturated colors.</P> <P> Screenwriter Buck Henry and director Gus Van Sant go ga-ga over their own technique in the first few shots, when Suzanne and other characters address the camera directly, as though being interviewed for a TV news special report. Janice, Larry's lesbian sister, explains that she knew from the start that Suzanne was a four-letter word beginning with C (we're left to fill this in from the backs of our own filthy little minds, but the word she's looking for is cold). Lydia holds forth for the camera on Suzanne's philosophy and TV-centric world view. Jimmy mumbles half- articulately about how in love he is with Suzanne. And the parents of Suzanne and Larry are guests on a talk show, explaining that they knew the marriage was doomed from the start. All of this is intercut, of course, with objective flashbacks illustrating the events the characters relate. The novelty of this approach wears off almost immediately, and the herky-jerky cutting back and forth from scene to scene becomes tiresome, albeit appropriate to the movie's theme.</P> <P> Maybe it's a shame that the studio has given TO DIE FOR away, both in the marketing campaign (Nicole Kidman = murderous sexpot) and in the movie's own title sequence, which runs headlines and lurid tabloid copy underneath the credits over and over again. There's really only one major event in the whole film, and the surrounding material seems edited by an iron fist wrapped around a machete--Whap! Whap!--no surprises at all.</P> <P> All that's left for the audience is to sit and wait to see the thing itself happen, and it happens pretty much the way you expect. You might expect Suzanne's casual cruelty to be shocking, but her dialogue is strictly rote. Kidman's performance is perfectly vacuous, with the corners of her mouth tugging this way and that as she titters a little over every superficial thing. Her name is suddenly being bandied about as Oscar material, suggesting that critics still love it when a woman can sex it up and play the embodiment of female evil at the same time. She's certainly something to look at, but her performance shares a calculated coldness that turns the movie blue.</P> <P> So it's cold, but it's not quite a corpse. Where is the beating heart of TO DIE FOR? Well, Van Sant still has style to spare, and his sympathy is obviously with the kids, who are better drawn than the other characters. In a funny way, Lydia is allowed to be the smartest person in the whole film, reflecting at length on Suzanne's world view while managing to keep at arm's length, and becoming her own kind of celebrity. Pudgy Lydia is the antithesis of Suzanne, who's clearly Miss America material even if she's not quite wholesome. And when we see Susan in her underwear, it's either to make a point of her distance from Larry or to show her cajoling a promise from her teenaged lover. Meanwhile, the camera lingers on Jimmy's trembling, naked body, obviously far more intrigued by the nature of his lost soul than Suzanne's corrupt one. More lively is a devilish twist near the end of the film, and watch out for Canadian director David Cronenberg in a cameo.</P> <P> The real problem is that for a black comedy, TO DIE FOR is mighty unfunny. Finally, the movie's own cynicism does it in. TO DIE FOR is mainly contemptuous and condescending, with little of the wit or insight that marks a strong comedy. Reviewers have been comparing it, believe it or not, to Pulp Fiction, apparently believing that the two movies share a hip self-awareness. But that's dead wrong. Where Tarantino worked Pulp Fiction through with an honest, burning urgency and some kind of moral message that managed to transcend its own essential brutality (hey, it's more fun than it sounds), Van Sant can't lift TO DIE FOR out of its own narcissistic meanderings. Here's a movie that's very pleased with itself, but doesn't really speak to us. The message here? Every stereotype you've ever heard is absolutely true. If she goes down on you, you'll do whatever she says. Loser children with no future live in trailer parks and listen to abrasive heavy metal. The world is a stupid, superficial place. (Like we needed Gus Van Sant to show us that!)</P> <P>DEEP FOCUS: Movie Reviews by Bryant Frazer <A HREF="http://www.panix.com/~bfrazer/flicker/">http://www.panix.com/~bfrazer/flicker/</A> <A HREF="mailto:bfrazer@panix.com">bfrazer@panix.com</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/4096.html
HTML
mit
7,161
{% extends "../../layout.html" %} {% block page_title %} Service Green {% endblock %} {% block content %} <main id="content" role="main"> <div class="breadcrumbs"> <ol> <li><a href="#1">Home</a></li> <li><a href="#1">Page</a></li> <li>Primary school teacher</li> </ol> </div> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-xlarge">Primary school teacher</h1> <div class="govuk-box-grey"> <p>Primary school teachers look after the educational, social, physical and emotional development of children from ages 5 to 11.</p> </div> <div class="profile"> <div class="sixty"> <span class="salary-icon"> <img alt="Salary, a pound sign" src="/public/images/salary.png"> </span> <span class="visually-hidden">Salary:</span> <span class="bold">£22,500 to £66,750</span> per year </div> <div class="forty"> <span class="hours-icon"> <img alt="Hours, a clock face" src="/public/images/hours.png"> </span> <span class="visually-hidden">Hours:</span> <span class="bold">37 to 40 hours</span> per week </div> </div> <nav aria-label="skip to your documents" class="jump-links" role="navigation"> <div class="grid-row"> <div class="column-one-half"> <ol class="list list-number"> <li> <a href="#how-to-become">How to become</a> </li> <li> <a href="#skills-required">Skills</a> </li> <li> <a href="#what-youll-do">What you'll do</a> </li> <li> <a href="#salary">Salary</a> </li> </ol> </div> <div class="column-one-half"> <ol class="list list-number" start="5"> <li> <a href="#working-hours-patterns-and-environment">Working hours, patterns and environment</a> </li> <li> <a href="#career-path-and-progression">Career path and progression</a> </li> </ol> </div> </div> </nav> <!--section 1--> <section id="how-to-become"> <h2 class="heading-large">1. How to become</h2> <p>You can take different routes to become a primary school teacher. For all of them you'll need:</p> <ul class="list list-bullet"> <li>GCSEs (grade A* to C) in English, maths and science, or equivalent qualifications</li> <li>passes in numeracy and literacy skills tests</li> <li>some school experience to support your application</li> <li>enhanced background checks by the Disclosure and Barring Service (DBS)</li> </ul> <p>On each route you’ll work towards qualified teacher status (QTS).</p> <p>If you’ve got a degree, you can get QTS through a <a href="https://nationalcareersservice.direct.gov.uk/course-directory/course-search-result?k=primary+school+teacher+&attendance=Class&dfe1619Funded=False&location=&StartDate=Anytime&sort=Distance&distance=5&pageNo=1">postgraduate teacher training course</a>. You can do this through a school or university. Both routes give you QTS, and the practical skills and knowledge you need for teaching.</p> <p>If you don’t have a degree, you can qualify by taking a:</p> <ul class="list list-bullet"> <li> <a href="https://digital.ucas.com/search/results?add=&SearchText=BEd&ProviderText=&SubjectText=&AutoSuggestType=&SearchType=searchbarbutton">Bachelor of Education (BEd) degree</a> </li> <li> <a href="">BA (Hons)</a> or <a href="">BSc (Hons)</a> degree with QTS</a> </li> </ul> <p>To get on to a degree course, you'll normally need at least five GCSEs at grades 9 to 4 (A* to C) and two A levels.</p> <p>Some universities may prefer A levels related to national curriculum subjects.</p> <p>Universities may also accept equivalent qualifications, like an <a href="https://nationalcareersservice.direct.gov.uk/course-directory/course-search-result?k=Access+to+Higher+Education+primary+school+teacher&attendance=Class&dfe1619Funded=False&location=&StartDate=Anytime&sort=StartDate&distance=5&pageNo=1">Access to Higher Education</a> course or a <a href="https://nationalcareersservice.direct.gov.uk/course-directory/course-search-result?k=Diploma+primary+school+teacher&attendance=Class&dfe1619Funded=False&location=&StartDate=Anytime&sort=Distance&distance=5&pageNo=1">Level 3 Diploma</a>.</p> <p>Check with training providers for their exact entry requirements.</p> <p>You can find out about other <a href="https://getintoteaching.education.gov.uk/explore-my-options/teacher-training-routes/school-led-training">school-led routes</a> on Get into Teaching.</p> <p>You can get funding to train as a primary school teacher. Depending on the route you take, and the subject you train to teach, you could get a salary, a bursary or a student loan. You can find out more information on <a href="https://getintoteaching.education.gov.uk/">Get Into Teaching</a>.</p> </section> <!--section 2--> <section id="skills-required"> <h2 class="heading-large">2. Skills</h2> <p>You'll need:</p> <ul class="list list-bullet"> <li>the ability to inspire and motivate</li> <li>creativity to design activities and materials</li> <li>IT, organisational and planning skills</li> <li>the ability to manage classes and deal with challenging behaviour</li> </ul> </section> <!--section 3--> <section id="what-youll-do"> <h2 class="heading-large">3. What you'll do</h2> <p>Most teaching jobs are in state schools and academies, but you could also work in independent schools, pupil referral units and hospitals. You could also register with an agency to provide supply cover for other teachers.</p> <p>You'll teach subjects in the primary national curriculum at key stage 1 (ages 5 to 7) and key stage 2 (ages 7 to 11). Subjects include English, maths, science, music and art. </p> <p>With experience you could develop a specialism in a particular subject like computing or art and design.</p> <p>Your day-to-day tasks may include:</p> <ul class="list list-bullet"> <li>planning lessons and preparing teaching materials</li> <li>marking and assessing children's work</li> <li>providing a safe and healthy environment</li> <li>keeping records</li> <li>discussing children's progress with parents and carers</li> <li>working with other professionals like education psychologists and social workers</li> <li>attending meetings and training</li> <li>organising outings, social activities and sports events</li> </ul> <p>You may also work with under 5s in a children's centre or a reception class in a primary school.</p> </section> <!--section 4 --> <section id="salary"> <h2 class="heading-large">4. Salary</h2> <p>Starter: £22,500 to £33,000, increasing to £38,000 in inner London</p> <p>Experienced: £35,500 to £38250, increasing to £47,000 in inner London</p> <p>Highly experienced: £39,000 to £59,250, increasing to £66,750 in inner London</p> <p>Your salary will depend on many factors including location, responsibilities, seniority and class size. <a href="https://getintoteaching.education.gov.uk/funding-and-salary/teacher-salaries">Get Into Teaching</a> offers more details about salaries.<br> <br> These figures are a guide.</p> </section> <!--section 5 --> <section id="working-hours-patterns-and-environment"> <h2 class="heading-large">5. Working hours, patterns and environment</h2> <p>You'll usually work 37 hours a week for 39 weeks a year, split over 3 school terms. You'll spend additional time planning lessons, marking work and taking part in activities like parents' evenings and outings. </p> </section> <!--section 6--> <section id="career-path-and-progression"> <h2 class="heading-large">6. Career path and progression</h2> <p>You could specialise in teaching pupils with special educational needs or move into pastoral care. With experience, you could become a <a href="https://www.gov.uk/guidance/specialist-leaders-of-education-a-guide-for-potential-applicants">specialist leader of education</a> (SLE) supporting teachers in other schools.</p> <p>You could also progress to curriculum leader, deputy head and head teacher, or become a private tutor. </p> <h3 class="heading-medium">Related careers</h3> <p>You may be interested in:</p> <ul class="list list-bullet"> <li><a href="/job-profiles/pe-teacher">PE teacher </a></li> <li><a href="/job-profiles/headteacher">Headteacher </a></li> <li><a href="/job-profiles/montessori-teacher">Montessori teacher </a></li> <li><a href="/job-profiles/early-years-teacher">Early years teacher </a></li> <li><a href="/job-profiles/secondary-school-teacher">Secondary school teacher </a></li> </ul> </section> <p class="grey font-xsmallw100">Last updated: 23 March 2016</p> </div> <div class="column-one-third"> <aside class="govuk-related-items" role="complementary"> <h2 class="heading-medium" id="related-gov-links"> Useful links</h2> <nav aria-labelledby="related-gov-links" role="navigation"> <ul class="font-xsmall"> <li> <a href="https://nationalcareersservice.direct.gov.uk/course-directory/home">Find a course</a> </li> <li> <a href="https://www.gov.uk/apply-apprenticeship">Apprenticeships</a> </li> <li> <a href="https://www.ucas.com/">Thinking about university</a> </li> <li> <a href="https://www.gov.uk/further-education-courses">Help with funding</a> </li> <li> <a href="https://www.gov.uk/volunteering">Become a volunteer</a> </li> <li> <a href="#">Find a job</a> </li> </ul> </nav> </aside> </div> </div> </main> <script src="/public/_sprint8/javascripts/jquery-1.11.3.js"></script> <script src="/public/_sprint8/javascripts/paralegal-dynamic-panels.js"></script> {% endblock %}
citizendigitalalpha/careers_beta
app/views/_sprint8/job-profiles/_archived/primary-school-teacher_v2.html
HTML
mit
11,605
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./b9663df42e97e790baab631e893c375478a1fedc48954f60c71d7acd661db293.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a8e583c13b0bbc1df4ce1788af90c04e8d2ab4f85477bbd317f6463505dacaa8.html
HTML
mit
550
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; ff15eb04-5b6b-49f3-8007-ea89a686e3bd </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="#Fluent.FluentLoans.Api.Consumer">Fluent.FluentLoans.Api.Consumer</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/fl/fluent.fluentloans.api.consumer.1.0.0.2/Fluent.FluentLoans.Api.Consumer-net40.html
HTML
mit
9,677
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>DB Reset</title> </head> <body> <style> p { color: #4800ff; } .paragraph { font-size: 25px; } </style> <p align="center"class="paragraph" >Your Data Reset... {date}</p> <p align="center"><img src="https://wploop.com/app/wp-content/uploads/2016/05/reset-wordpress-database.png" alt="Reset" /></p> <br /> <br /> <br /> <p align="center"> <a href="http://crmbeta.azurewebsites.net"> <img src="https://s3.amazonaws.com/signiant-documentation/desk.com/images/DeskMedia/goBack.png" width="250" height="80" alt=""/> </a></p> </body> </html>
VanHakobyan/CRM_Projects_A
CRM.Project_A/Src/CRM.WebApp/Templates/reset.html
HTML
mit
711
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="author" content="joje.attrs@gmail.com"> <title>action</title> <script type="text/javascript" src="../build/attrs.dom.js"></script> <script type="text/javascript"> var $ = $ || require('attrs.dom'); $.ready(function(e) { console.log('DOM Ready!'); $('#slot').href('javascript:console.log(this, e);'); // href 를 지정, click 시 자동으로 action() 호출 // click 을 통한 호출시는 e(MouseEvent) 전달, 그냥 action() 을 직접 호출할경우 undefined $('#slot').action('#test'); // 아규먼트를 이용한 액션 $('#slot').action(); // href 를 이용해 액션 console.log('$(#slot).href()', $('#slot').href()); }); </script> </head> <body> <div id="slot">slot</div> </body> </html>
attrs/attrs.dom
examples/action.html
HTML
mit
1,004
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Re: [新聞] 中國男子把飛機的緊急出口打開,原因是 - 看板 Gossiping - 批踢踢實業坊</title> <meta name="robots" content="all"> <meta name="keywords" content="Ptt BBS 批踢踢"> <meta name="description" content=" ※ 引述《ulycess (ulycess)》之銘言: : http://news.nicovideo.jp/watch/nw1368181?news_ref=top_crank : 「換気したかった」が理由で、旅客機内の「非常ドア」を開けた乗客・・・「離陸前で : よかった」 「簡単に開くのが問題」など中国ネット民らの声=中国版ツイッター "> <meta property="og:site_name" content="Ptt 批踢踢實業坊"> <meta property="og:title" content="Re: [新聞] 中國男子把飛機的緊急出口打開,原因是"> <meta property="og:description" content=" ※ 引述《ulycess (ulycess)》之銘言: : http://news.nicovideo.jp/watch/nw1368181?news_ref=top_crank : 「換気したかった」が理由で、旅客機内の「非常ドア」を開けた乗客・・・「離陸前で : よかった」 「簡単に開くのが問題」など中国ネット民らの声=中国版ツイッター "> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print"> <script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//images.ptt.cc/v2.10/bbs.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32365737-1']); _gaq.push(['_setDomainName', 'ptt.cc']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="topbar-container"> <div id="topbar" class="bbs-content"> <a id="logo" href="/">批踢踢實業坊</a> <span>›</span> <a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a> <a class="right small" href="/about.html">關於我們</a> <a class="right small" href="/contact.html">聯絡資訊</a> </div> </div> <div id="navigation-container"> <div id="navigation" class="bbs-content"> <a class="board" href="/bbs/Gossiping/index.html">返回看板</a> <div class="bar"></div> <div class="share"> <span>分享</span> <div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419055490.A.91D.html"></div> <div class="g-plusone" data-size="medium"></div> <script type="text/javascript"> window.___gcfg = {lang: 'zh-TW'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </div> </div> <div id="main-container"> <div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">a09619508 (踢死它苔蜿汁腥)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">Re: [新聞] 中國男子把飛機的緊急出口打開,原因是</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 14:04:43 2014</span></div> <span class="f2">※ 引述《ulycess (ulycess)》之銘言: </span><span class="f6">: <a href="http://news.nicovideo.jp/watch/nw1368181?news_ref=top_crank" target="_blank" rel="nofollow">http://news.nicovideo.jp/watch/nw1368181?news_ref=top_crank</a> </span><span class="f6">: 「換気したかった」が理由で、旅客機内の「非常ドア」を開けた乗客・・・「離陸前で </span><span class="f6">: よかった」 「簡単に開くのが問題」など中国ネット民らの声=中国版ツイッター </span><span class="f6">: 簡單翻譯: </span><span class="f6">: 有個中國男子在飛機要起飛前把飛機上的緊急出口打開,原因是要幫飛機通風。這件事情 </span><span class="f6">: 在網路上引起熱議,多數人的意見是「為什麼飛機緊急出口可以這樣簡單打開」 </span><span class="f6">: 心得: </span><span class="f6">: 中國人沒有極限 </span> 看到這個讓我想起,之前在飛機場替公司服務旅客送機作業時,看過一位阿伯鬧過一個小 笑話,一位台南的阿伯在替他掛行李時秤重行李,結束後沒注意他突然踏上輸送帶上,結 果差一點跌倒,我嚇到去扶他,問說阿伯你怎麼踏上去,她才說我以為這是要上飛機的入 口,她老婆才在旁邊說,不好意思她第一次出國不太懂,旁邊的地勤人員通通都傻眼了, 我才跟她:阿伯這是給行李走的,妳是貴賓妳可以走後面的通道,所以看到這個開機門的 新聞其實也覺得見怪不怪了 -- Sent from my Android -- <span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.137.3.178 </span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419055490.A.91D.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419055490.A.91D.html</a> </span><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Change1224</span><span class="f3 push-content">: 不是說外國有肥仔加重價,阿伯還蠻跟得上時代的阿</span><span class="push-ipdatetime"> 12/20 14:06 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">KENT5566</span><span class="f3 push-content">: 有點誇張 排隊時沒看到前面的旅客往哪裡走的嗎</span><span class="push-ipdatetime"> 12/20 14:07 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">annasuiisme</span><span class="f3 push-content">: 我還遇過在起飛前在機艙點線香被請下去的</span><span class="push-ipdatetime"> 12/20 14:14 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">a09619508</span><span class="f3 push-content">: 三樓,那是要去進香的對吧!XDDDD</span><span class="push-ipdatetime"> 12/20 14:17 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">SSSONIC</span><span class="f3 push-content">: 正常人會沒事想去開這種門嗎.. 台灣早晚會被蝗蟲淹沒..</span><span class="push-ipdatetime"> 12/20 14:45 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Khadgar</span><span class="f3 push-content">: 這兩個等級差很多好嗎, 反而你發這篇會讓我認為見怪不怪</span><span class="push-ipdatetime"> 12/20 15:38 </span></div></div> <div id="article-polling" data-pollurl="/poll/Gossiping/M.1419055490.A.91D.html?cacheKey=2052-1349104701&amp;offset=1766&amp;offset-sig=c4f97d2966fbec4c4e0b6b0fd9728428e8b7fda9" data-longpollurl="/v1/longpoll?id=3add82a0e5dac0b5812ebf243f67c9d001b09679" data-offset="1766">推文自動更新已關閉</div> <div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div> </div> </body></html>
iultimatez/PTTScraper
result/M.1419055490.A.91D.html
HTML
mit
8,779
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Mon Sep 19 15:00:49 UTC 2016 --> <title>org.springframework.test.util (Spring Framework 4.3.3.RELEASE API)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <meta name="date" content="2016-09-19"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../org/springframework/test/util/package-summary.html" target="classFrame">org.springframework.test.util</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AopTestUtils.html" title="class in org.springframework.test.util" target="classFrame">AopTestUtils</a></li> <li><a href="AssertionErrors.html" title="class in org.springframework.test.util" target="classFrame">AssertionErrors</a></li> <li><a href="JsonExpectationsHelper.html" title="class in org.springframework.test.util" target="classFrame">JsonExpectationsHelper</a></li> <li><a href="JsonPathExpectationsHelper.html" title="class in org.springframework.test.util" target="classFrame">JsonPathExpectationsHelper</a></li> <li><a href="MatcherAssertionErrors.html" title="class in org.springframework.test.util" target="classFrame">MatcherAssertionErrors</a></li> <li><a href="MetaAnnotationUtils.html" title="class in org.springframework.test.util" target="classFrame">MetaAnnotationUtils</a></li> <li><a href="MetaAnnotationUtils.AnnotationDescriptor.html" title="class in org.springframework.test.util" target="classFrame">MetaAnnotationUtils.AnnotationDescriptor</a></li> <li><a href="MetaAnnotationUtils.UntypedAnnotationDescriptor.html" title="class in org.springframework.test.util" target="classFrame">MetaAnnotationUtils.UntypedAnnotationDescriptor</a></li> <li><a href="ReflectionTestUtils.html" title="class in org.springframework.test.util" target="classFrame">ReflectionTestUtils</a></li> <li><a href="XmlExpectationsHelper.html" title="class in org.springframework.test.util" target="classFrame">XmlExpectationsHelper</a></li> <li><a href="XpathExpectationsHelper.html" title="class in org.springframework.test.util" target="classFrame">XpathExpectationsHelper</a></li> </ul> </div> </body> </html>
piterlin/piterlin.github.io
doc/spring4.3.3-docs/javadoc-api/org/springframework/test/util/package-frame.html
HTML
mit
2,619
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="ko-KR"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Ux | ycnam</title> <link rel="stylesheet" href="/css/style.css"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> </head> <body> <section class="section"> <div class="container"> <nav class="nav"> <div class="nav-left"> <a class="nav-item" href="https://ycnam.github.io/"><h1 class="title is-4">ycnam</h1></a> </div> <div class="nav-right"> <nav class="nav-item level is-mobile"></nav> </div> </nav> <nav class="nav"> </nav> </div> </section> <section class="section"> <div class="container"> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/gui">#GUI</a> | <a class="subtitle is-6" href="/tags/archive">#Archive</a> | <a class="subtitle is-6" href="/tags/apps">#Apps</a> | <a class="subtitle is-6" href="/tags/icon">#Icon</a> | <a class="subtitle is-6" href="/tags/naver">#Naver</a> | <a class="subtitle is-6" href="/tags/daum">#Daum</a> | <a class="subtitle is-6" href="/tags/nate">#Nate</a> | <a class="subtitle is-6" href="/tags/yahoo">#Yahoo</a> | <a class="subtitle is-6" href="/tags/google">#Google</a> | <a class="subtitle is-6" href="/tags/adobe">#Adobe</a> | <a class="subtitle is-6" href="/tags/olleh">#Olleh</a> | <a class="subtitle is-6" href="/tags/visual">#visual</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">July 12, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-07/2011-07-12--olleh-app-/">네이버 다음 네이트 야후 구글 어도비 olleh app 아이콘</a></h1> <div class="content"> 네이버 - 다음 - 네이트 - 야후 - 구글 - 어도비 - Olleh App 아이콘 비교 출처 : http://wegeeked.com/archive/7/2011 </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/info-graphic">#info-graphic</a> | <a class="subtitle is-6" href="/tags/facebook">#Facebook</a> | <a class="subtitle is-6" href="/tags/photo">#Photo</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">July 11, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-07/2011-07-11-link-post/">Link post</a></h1> <div class="content"> http://www.technobuffalo.com/internet/social-networking/facebook/the-life-of-a-facebook-photo-infographic/ by Pixable (a social photo startup) </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/web">#WEB</a> | <a class="subtitle is-6" href="/tags/browser">#Browser</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> | <a class="subtitle is-6" href="/tags/good">#good</a> </div> <h2 class="subtitle is-6">July 4, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-07/2011-07-04-link-post/">Link post</a></h1> <div class="content"> http://www.20thingsilearned.com/en-US/home </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/rank">#Rank</a> | <a class="subtitle is-6" href="/tags/most-visited">#Most-Visited</a> | <a class="subtitle is-6" href="/tags/2011">#2011</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">July 4, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-07/2011-07-04-link-post-2/">Link post</a></h1> <div class="content"> http://www.huffingtonpost.com/2011/06/24/most-visited-sites-2011_n_883756.html#s297621&amp;title=1__Facebookcom 몇몇 사이트들은 의외라는 느낌. </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/tumblr">#Tumblr</a> | <a class="subtitle is-6" href="/tags/iphone">#iPhone</a> | <a class="subtitle is-6" href="/tags/ipad">#iPad</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">July 3, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-07/2011-07-03-link-post/">Link post</a></h1> <div class="content"> http://techland.time.com/2011/06/30/tumblr-gets-much-much-prettier-for-ipad-and-iphone/ 한층 아름다워진 Tumblr 2.0 for iPhone(app) / iPad(web) </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/google">#Google</a> | <a class="subtitle is-6" href="/tags/history">#History</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> | <a class="subtitle is-6" href="/tags/visual">#visual</a> | <a class="subtitle is-6" href="/tags/essay">#essay</a> </div> <h2 class="subtitle is-6">June 29, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-06/2011-06-29-google-main-page-/">google main page 격세지감</a></h1> <div class="content"> Google. Main Page. 격세지감. </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/history">#History</a> | <a class="subtitle is-6" href="/tags/google">#Google</a> | <a class="subtitle is-6" href="/tags/nhn">#NHN</a> | <a class="subtitle is-6" href="/tags/google&#43;">#Google&#43;</a> | <a class="subtitle is-6" href="/tags/line">#LINE</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">June 29, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-06/2011-06-29-history---20110629---google-nhn/">History - 20110629 - Google, NHN</a></h1> <div class="content"> 1-1. Google+ 발표 : 구글의 SNS 재도전 &#13; http://googleblog.blogspot.com/2011/06/introducing-google-project-real-life.html &#13; &#13; 1-2. Google 메인 개편 : 상단 검은 바, 좀 더 작아진 로고. 화면 최하단으로 내려간 Footer &#13; http://googleblog.blogspot.com/2011/06/evolving-google-design-and-experience.html &#13; &#13; 2. LINE 발표 : 일단 '네이버 재팬'에서. 네이트톡보다 가볍게. 카톡에 가깝게. 새로운 모바일 메신저. &#13; http://www.ddaily.co.kr/news/news_view.php?uid=79605 http://www.dt.co.kr/contents.html?article_no=2011062902010831699001 http://www.zdnet.co.kr/news/news_view.asp?artice_id=20110629114039 </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/iphone">#iPhone</a> | <a class="subtitle is-6" href="/tags/sync">#Sync</a> | <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">June 14, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-06/2011-06-14-/"></a></h1> <div class="content"> Only 50% iPhones Have Been Synced At Least Once [Factoid] - http://pulse.me/s/b98z </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">May 30, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-05/2011-05-30--/">요즘 미니홈피 다이어리 관련해서 입력폼에 관한 고민을 많이 하다보니 페이스북의 입력폼도</a></h1> <div class="content"> 요즘 미니홈피 다이어리 관련해서 입력폼에 관한 고민을 많이 하다보니 페이스북의 입력폼도 눈에 들어와서 정리를 해봅니다. (야근하면서 신나게 페북하다가 그런건 절대 아닙니다) 최근 페북의 입력폼이 좀 달라졌는데, 그 컨셉은 명확하다고 봅니다. 그거슨 바로.. &ldquo;더 빠른 댓글&rdquo; 이겠죠? 이젠 입력 버튼을 누르지 않고, 엔터만 치면 그냥 댓글이 등록되게 되었습니다. 아마도 댓글 영역에선 줄바꿈이 많지 않다는 행태를 보고 바꾼것이 아닐까 합니다. 그렇다고 줄바꿈이 불가능한건 아니고요. Shift + Enter를 누르면 줄바꿈이 가능합니다만 과감하게도 아무런 Cue가 없죠. <a class="button is-link" href="https://ycnam.github.io/2011-05/2011-05-30--/" style="height:28px"> Read more <span class="icon is-small"> <i class="fa fa-angle-double-right"></i> </span> </a> </div> </article> <article> <div class="subtitle tags is-6 is-pulled-right"> <a class="subtitle is-6" href="/tags/ux">#ux</a> </div> <h2 class="subtitle is-6">May 11, 2011</h2> <h1 class="title"><a href="https://ycnam.github.io/2011-05/2011-05-11-yahoo-uv-google-uv-in-march-2011/">&#39;Yahoo UV &gt; Google UV&#39; in March, 2011</a></h1> <div class="content"> Yahoo! Sites ranked as the #1 property in March with 179.5 million visitors, followed by Google Sites with 176.8 million and Microsoft Sites with 176.4 million. Sites new to the top 50 in March included FoxNews.com (#41), Time Warner (#49) and BuzzMedia (#50). &#13; 이것은 단지 일시적인 현상? &#13; 혹은 Search Direct와 Yahoo Livestand의 영향? &#13; 그보다, 미국에서 야후와 구글의 순방문자수가 거의 비슷했다는 사실이 더 충격.. &#13; - http://www.comscore.com/Press_Events/Press_Releases/2011/4/comScore_Media_Metrix_Ranks_Top_50_U.S._Web_Properties_for_March_2011http://www.etnews.co.kr/news/detail.html?id=201105060062 </div> </article> </div> </section> <section class="section"> <div class="container"> <nav class="level is-mobile"> <div class="level-left"> <div class="level-item"> <a class="button" href="/tags/ux/page/8/"> <span class="icon is-small is-marginless"> <svg viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <polyline points="15 18 9 12 15 6"/> </svg> </span> Newer </a> </div> </div> <div class="level-right is-marginless"> <div class="level-item"> <a class="button" href="/tags/ux/page/10/"> Older <span class="icon is-small is-marginless"> <svg viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'> <polyline points="14 6 20 12 14 18"/> </svg> </span> </a> </div> </div> </nav> </div> </section> <section class="section"> <div class="container has-text-centered"> <p></p> </div> </section> </body> </html>
limitist-log/limitist-log.github.io
tags/ux/page/9/index.html
HTML
mit
11,990
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> <head> <title>Fixed Positioning</title> <link rel='stylesheet' type='text/css' href='Example_11-3.css' /> <!--[if lt IE 7]> <link rel='stylesheet' type='text/css' href='Example_11-3.ie.css' /> <![endif]--> </head> <body> <div id='fixed-top'> </div> <div id='fixed-bottom'> </div> <p> The concept of fixed positioning is pretty straightforward. Elements with a fixed position stay in place, even when a document is scrolled. Elements with a fixed position are always positioned relative to the browser's viewport, no matter where they appear in a document's structure. </p> <p> IE6 and IE7 in quirks mode do not support fixed positioning, even though IE7 in standards mode does support fixed positioning. Some tricks are employed to make the document work in IE6, in standards mode. </p> <p> Even though fixed positioning technically allows an element to be placed anywhere in the document's structure, the IE hacks that I present here require that fixed position elements always be immediate children of the &lt;body&gt; element. </p> <p id='long'> This element is used to make the document longer, so that scroll bars are invoked. </p> </body> </html>
inest-us/php
css101/c11/Examples/Example 11-3/Example_11-3.html
HTML
mit
1,676
<form class="form-inline" (ngSubmit)="onSubmit(searchForm)" #searchForm="ngForm"> <div class="form-group mr-1"> <input type="text" class="form-control" [(ngModel)]="coursesSearchForm.searchQuery" placeholder="{{ coursesSearchForm.searchPlaceholder }}" name="searchQuery"> </div> <button type="submit" class="btn btn-primary">Search</button> </form>
Jayser/angular2-bootstraping
src/app/features/courses/courses-search/courses-search.template.html
HTML
mit
389
<html><body> <h4>Windows 10 x64 (18362.476)</h4><br> <h2>_DUMMY_FILE_OBJECT</h2> <font face="arial"> +0x000 ObjectHeader : <a href="./_OBJECT_HEADER.html">_OBJECT_HEADER</a><br> +0x038 FileObjectBody : [216] Char<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.476)/_DUMMY_FILE_OBJECT.html
HTML
mit
254
<!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_131-google-v7) on Wed May 09 11:21:01 PDT 2018 --> <title>TextCollectingNodeHandler</title> <meta name="date" content="2018-05-09"> <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="TextCollectingNodeHandler"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance 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="../../../org/robolectric/res/StyleResolver.html" title="class in org.robolectric.res"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/res/ThemeStyleSet.html" title="class in org.robolectric.res"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/res/TextCollectingNodeHandler.html" target="_top">Frames</a></li> <li><a href="TextCollectingNodeHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.res</div> <h2 title="Class TextCollectingNodeHandler" class="title">Class TextCollectingNodeHandler</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.res.TextCollectingNodeHandler</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">TextCollectingNodeHandler</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/res/TextCollectingNodeHandler.html#TextCollectingNodeHandler-java.lang.StringBuilder-">TextCollectingNodeHandler</a></span>(java.lang.StringBuilder&nbsp;buf)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>org.robolectric.res.NodeHandler</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/res/TextCollectingNodeHandler.html#addHandler-java.lang.String-org.robolectric.res.NodeHandler-">addHandler</a></span>(java.lang.String&nbsp;matchExpr, org.robolectric.res.NodeHandler&nbsp;subHandler)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/res/TextCollectingNodeHandler.html#onCharacters-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-">onCharacters</a></span>(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/res/TextCollectingNodeHandler.html#onEnd-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-">onEnd</a></span>(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/res/TextCollectingNodeHandler.html#onStart-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-">onStart</a></span>(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, 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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TextCollectingNodeHandler-java.lang.StringBuilder-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TextCollectingNodeHandler</h4> <pre>public&nbsp;TextCollectingNodeHandler(java.lang.StringBuilder&nbsp;buf)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="onCharacters-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onCharacters</h4> <pre>public&nbsp;void&nbsp;onCharacters(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext) throws javax.xml.stream.XMLStreamException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.stream.XMLStreamException</code></dd> </dl> </li> </ul> <a name="addHandler-java.lang.String-org.robolectric.res.NodeHandler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addHandler</h4> <pre>public&nbsp;org.robolectric.res.NodeHandler&nbsp;addHandler(java.lang.String&nbsp;matchExpr, org.robolectric.res.NodeHandler&nbsp;subHandler)</pre> </li> </ul> <a name="onStart-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onStart</h4> <pre>public&nbsp;void&nbsp;onStart(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext) throws javax.xml.stream.XMLStreamException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.stream.XMLStreamException</code></dd> </dl> </li> </ul> <a name="onEnd-javax.xml.stream.XMLStreamReader-org.robolectric.res.XmlContext-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>onEnd</h4> <pre>public&nbsp;void&nbsp;onEnd(javax.xml.stream.XMLStreamReader&nbsp;xml, <a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res">XmlContext</a>&nbsp;xmlContext) throws javax.xml.stream.XMLStreamException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.stream.XMLStreamException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/res/StyleResolver.html" title="class in org.robolectric.res"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/res/ThemeStyleSet.html" title="class in org.robolectric.res"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/res/TextCollectingNodeHandler.html" target="_top">Frames</a></li> <li><a href="TextCollectingNodeHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.0-alpha/org/robolectric/res/TextCollectingNodeHandler.html
HTML
mit
13,009
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Movie Match</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" /> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" /> <link href="../../webapp/public/css/main.css" th:href="@{public/css/main.css}" rel="stylesheet" /> </head> <body class="background-color"> <div id='root'></div> <script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react.js"></script> <script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react-dom.js"></script> <script type="application/javascript" src="https://npmcdn.com/react-router@2.4.0/umd/ReactRouter.min.js"></script> <script type="application/javascript" src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> <script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script type="application/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.30.6/react-bootstrap.min.js"></script> <script type="text/babel" th:src="@{/public/js/app.js}"></script> </body> </html>
jobachh/movie-match
src/main/resources/templates/match.html
HTML
mit
2,075
--- layout: default title: Home --- {% assign page = site.posts.last %} {% assign content = page.content %} {% include post.html %} <!-- <div class="content" id="home"> <div id="sidebar-button"> <img src="/images/sidebar-button.png"> </div> <div id="post-info"> <div id="cover-photo-container"> <img id="cover-photo" src="/images/neato_front_cover.png"> </div> </div> </div> -->
project-memory/project-memory.github.io
index.html
HTML
mit
408
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Home</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Home</h1> <h3> </h3> <section> <article><h1>periodicjs.ext.oauth2server</h1><p>An extension that creates an OAuth 2 Server that uses oauth2orize and http-bearer for server-to-server authenication and jwt-token-bearer for mobile/javascript client based authentication.</p> <p><a href="https://github.com/typesettin/periodicjs.ext.oauth2server/blob/master/doc/api.md">API Documentation</a></p> <h2>Usage</h2><p>Creating an OAuth2 server allows for your periodic application to restrict access to API endpoints for the authorized user or authorized applications.</p> <h3>Step 1: Installing the Extension</h3><p>Install like any other extension, run <code>npm run install periodicjs.ext.oauth2server</code> from your periodic application directory.</p> <h3>Step 2: Creating Application Clients</h3><p>Login into Async Admin, in the navigation sidebar <em>Extensions -&gt; OAuth 2 Server -&gt; Clients</em></p> <p>Name your new Application Client, a token_id and token_secret will be automatically generated. </p> <h3>Step 3: Obtain an Access Token</h3><p>Navigate to <code>/api/oauth2/authorize</code>, login in and approve access to your account for your application.</p> <p>Example:<br> <code>http://localhost:8786/api/oauth2/authorize?client_id=[client token_id]&amp;response_type=code&amp;redirect_uri=[your redirect url, e.g.: http://localhost:3000]</code></p> <p>If you approve access, you'll be granted a new authorization code to obtain a new OAUTH 2.0 token.</p> <p>Then, you'll have to post (using http basic auth with your client token_id and client secret)</p> <ul> <li>code: [your authorization code]</li> <li>grant_type: 'authorization_code'</li> <li>redirect_url: [your redirect url]</li> </ul> <p>You'll then recieve an OAUTH Token to make API requests with (With HTTP Bearer Authentication)</p> <h4>For mobile applications using JWT Tokens</h4><p>Send a get request to <code>/api/jwt/token</code></p> <p>With either request headers or a request body containing:</p> <ul> <li>username</li> <li>clientid</li> <li>password</li> <li>entitytype (optional if using a different user account model)</li> </ul> <p>You'll then recieve a JWT access_token to make API requests with in either the request body or <code>x-access-token</code> header</p> <h3>Step 4: Make authenticated Requests</h3><ul> <li>Add <code>periodic.app.controller.extension.oauth2server.auth.ensureApiAuthenticated</code> middleware before any API route that requires user authentication.</li> <li>Add <code>periodic.app.controller.extension.oauth2server.auth.isClientAuthenticated</code> middleware before any API route that requires application client authentication.</li> </ul> <h4>A quick note on security</h4><p>When implementing an OAuth2 server you MUST make sure to secure your application. This means running all OAuth2 endpoints over HTTPS, this extension also hashes the client secret, authorization code, and access token. </p> <h2>Installation</h2><pre class="prettyprint source"><code>$ npm install periodicjs.ext.oauth2server</code></pre><h2>Configure</h2><p>The extension configuration is located in <code>content/config/extensions/periodicjs.ext.oauth2server/settings.json</code></p> <pre class="prettyprint source lang-javascript"><code>//default settings jwt: { expire_period :&quot;days&quot;, expire_duration :8, custom_secret :false }</code></pre><p>By default jwt tokens will use the same secret that your periodic application is using for cookie parsing, otherwise you can set environment specific secrets</p> <p>##Development<br><em>Make sure you have grunt installed</em></p> <pre class="prettyprint source"><code>$ npm install -g grunt-cli</code></pre><p>Then run grunt watch</p> <pre class="prettyprint source"><code>$ grunt watch</code></pre><p>For generating documentation</p> <pre class="prettyprint source"><code>$ grunt doc $ jsdoc2md controller/**/*.js index.js install.js uninstall.js > doc/api.md</code></pre><p>##Notes</p> <ul> <li>Check out https://github.com/typesettin/periodicjs for the full Periodic Documentation</li> <li>Special thanks to <a href="http://scottksmith.com/blog/2014/07/02/beer-locker-building-a-restful-api-with-node-oauth2-server/">scott k smith</a></li> </ul></article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-oauth2serverController.html">oauth2serverController</a></li><li><a href="periodicjs.ext.module_clouduploads.html">clouduploads</a></li></ul><h3>Global</h3><ul><li><a href="global.html#checkApiAuthentication">checkApiAuthentication</a></li><li><a href="global.html#configureOAUTH2">configureOAUTH2</a></li><li><a href="global.html#configurePassport">configurePassport</a></li><li><a href="global.html#get_jwt_token">get_jwt_token</a></li><li><a href="global.html#get_user_profile">get_user_profile</a></li><li><a href="global.html#getRandomInt">getRandomInt</a></li><li><a href="global.html#isJWTAuthenticated">isJWTAuthenticated</a></li><li><a href="global.html#limitLoginAttempts">limitLoginAttempts</a></li><li><a href="global.html#loginAttemptsError">loginAttemptsError</a></li><li><a href="global.html#set_client_data">set_client_data</a></li><li><a href="global.html#uid">uid</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Feb 23 2016 15:37:04 GMT-0500 (EST) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
typesettin/periodicjs.ext.oauth2server
__LEGACY/doc/html/index.html
HTML
mit
6,124
<!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> Simpson Installations Limited - 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=1492319103366&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=42318&V_SEARCH.docsStart=42317&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42316&amp;V_DOCUMENT.docRank=42317&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319129773&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567087825&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42318&amp;V_DOCUMENT.docRank=42319&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319129773&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456147218&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Simpson Installations Limited </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Simpson Installations Limited</p> <h2 class="h5 mrgn-bttm-0">Alternate Name:</h2> <p class="mrgn-bttm-0">SIMPSON INSTALLATIONS LIMITED</p> <p><a href="mailto:simpsoninstall@eastlink.ca" title="simpsoninstall@eastlink.ca">simpsoninstall@eastlink.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"> PO Box 369<br/> 46 Pugwash Rd<br/> OXFORD, Nova Scotia<br/> B0M 1P0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 46 Pugwash Rd<br/> OXFORD, Nova Scotia<br/> B0M 1P0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (902) 447-2954 </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> Metal Window &amp; Door Manufacturing <br> <br>We manufacture and install high security hardware for jails, prisons, <br>courthouses and banks. As well as high security commercial applications, including high security doors, hinges, windows, vents and locks. We can supply almost any type of institutional grade security hardware or better.<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> Stephen L. Simpson </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--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 447-2954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> simpsoninstall@eastlink.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> James W. Simpson </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> Telephone: </strong> </div> <div class="col-md-7"> (902) 447-2954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> simpsoninstall@eastlink.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1974 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 332321 - Metal Window and Door Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 332510 - Hardware Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </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&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 4&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY HARDWARE, DOORS &amp; FRAMES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Metal security doors for jails, prisons, court houses, RCMP det.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PREFABRICATED STRUCT NES INCL SECTIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PARTITIONS, METAL, NES, FOR BLDG/STRUCT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> GRILLES SECURITY, METAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Security vents used in jails, prisons, courthouses and RCMP Det.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> WINDOWS/WINDOW FRAMES, I OR S, FOR BUILDINGS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Security Hardware <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We manufacture and install security hardware.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FURNITURE, INSTITUTIONAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Stainless or steel furniture (bed, benches) used in jails and prisons.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY DEVICES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY DOORS, WINDOWS SECURITY DOORS, WINDOWS, GATES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Security doors &amp; windows (steel) used at jails and prisons.<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 --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <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> Stephen L. Simpson </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--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 447-2954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> simpsoninstall@eastlink.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> James W. Simpson </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> Telephone: </strong> </div> <div class="col-md-7"> (902) 447-2954 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> simpsoninstall@eastlink.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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1974 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 332321 - Metal Window and Door Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 332510 - Hardware Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $200,000 to $499,999&nbsp; </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&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 4&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY HARDWARE, DOORS &amp; FRAMES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Metal security doors for jails, prisons, court houses, RCMP det.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PREFABRICATED STRUCT NES INCL SECTIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PARTITIONS, METAL, NES, FOR BLDG/STRUCT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> GRILLES SECURITY, METAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Security vents used in jails, prisons, courthouses and RCMP Det.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> WINDOWS/WINDOW FRAMES, I OR S, FOR BUILDINGS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Security Hardware <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We manufacture and install security hardware.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FURNITURE, INSTITUTIONAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Stainless or steel furniture (bed, benches) used in jails and prisons.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY DEVICES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SECURITY DOORS, WINDOWS SECURITY DOORS, WINDOWS, GATES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Security doors &amp; windows (steel) used at jails and prisons.<br> <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>United States</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-03-03 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/123456099983.html
HTML
mit
66,990