path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.2/rsa/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>rsa: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / rsa - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> rsa <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/rsa&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/RSA&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:rsa&quot; &quot;keyword:chinese remainder&quot; &quot;keyword:Fermat&#39;s little theorem&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date:1999&quot; ] authors: [ &quot;Laurent Théry &lt;&gt;&quot; &quot;Jose C. Almeida &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/rsa/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/rsa.git&quot; synopsis: &quot;Correctness of RSA algorithm&quot; description: &quot;&quot;&quot; This directory contains the proof of correctness of RSA algorithm. It contains a proof of Fermat&#39;s little theorem&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/rsa/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=28a3ed04d2f9259671999c466239b54a&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-rsa.8.5.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-rsa -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-rsa.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/ext-lib/0.9.3.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: 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 / ext-lib - 0.9.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ext-lib <small> 0.9.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git#8.5&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD-2-Clause-FreeBSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.6~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.9.3.tar.gz&quot; checksum: &quot;md5=5c9c13afd1c7629377715091b3e17d23&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-ext-lib.0.9.3 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-ext-lib -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ext-lib.0.9.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
project/app/features/playground-tabs-comments/_views/comments.html
gabrielmayta/playground-milano-app-2.0
<div scrollable-content id="NamespaceComments"> <div ng-if="!toggleCommentPanelStatus && playgroundComments.length > 0" ng-repeat="comment in playgroundComments" ng-class="{'no-border-bottom': $last}" class="listview-two-column"> <div class="listview-two-column-image"> <figure ng-if="!comment.id_user.image" class="header-profile no-image"> </figure> <figure ng-if="comment.id_user.image" style="background-image: url({{comment.id_user.image}})" class="header-profile"> </figure> </div> <div class="listview-two-column-content"> <div class="listview-two-column-content-labeldate"> <div class="listview-two-column-content-label" ng-bind="comment.id_user.fullname"></div> <div class="listview-two-column-content-date" ng-bind="comment.createdAt | date"></div> </div> <div ng-if="userData.id === comment.id_user.id" ng-click="commentToolbar($index)" class="listview-three-column-content-options icon-more-option"></div> <div ng-show="userData.id === comment.id_user.id && comment.toolbarStatus" class="card-three-col-toolbar card-two-col-toolbar"> <div ng-click="editMyComment(comment.id, comment.comment, $index)" class="card-three-col-toolbar-label">Modifica</div> <div ng-click="removeMyComment($index, comment.id)" class="card-three-col-toolbar-label no-margin-bottom">Elimina</div> </div> <div class="listview-two-column-content-comment" ng-bind="comment.comment"></div> </div> </div> <div ng-if="!toggleCommentPanelStatus && playgroundComments.length === 0"> <div class="no-data-content"> <div class="no-data-content-icon icon-talk-chat"></div> <div ng-if="IS_AUTH" class="no-data-content-message"> vuoi essere il primo a lasciare un commento? </div> <div ng-if="!IS_AUTH" class="no-data-content-message"> Non sono presenti commenti, registrati e lascia il primo commento </div> </div> </div> <div ng-show="IS_AUTH && toggleCommentPanelStatus" style="height: {{DEVICE.withHeaderTabButton}}px;" class="panel-comment"> <div class="comment-dim-content"> <div class="comment-dim-content-label">Lascia il tuo commento</div> <div class="comment-dim-content-count">{{userComment.length}} / 400</div> </div> <textarea ng-model="userComment" maxlength="400" class="textarea-for-comment" placeholder="Lascia il tuo commento qui..."> </textarea> </div> </div> <div ng-if="IS_AUTH && toggleCommentPanelStatus" class="btn-inline-button"> <button ng-click="toggleCommentPanel()" class="btn-small-left-inline btn-gray"> Annulla </button> <button ng-if="playgroundComments.length > 0 && userHasComment" ng-click="updateUserComment(userComment)" ng-disabled="(userComment.length === 0 || userComment.length > 400) ? true : false" class="btn-small-right-inline btn-playground"> Commenta </button> <button ng-if="playgroundComments.length > 0 && !userHasComment" ng-click="saveUserComment(userComment)" ng-disabled="(userComment.length === 0 || userComment.length > 400) ? true : false" class="btn-small-right-inline btn-playground"> Commenta </button> <button ng-if="playgroundComments.length === 0" ng-click="saveUserComment(userComment)" ng-disabled="(userComment.length === 0 || userComment.length > 400) ? true : false" class="btn-small-right-inline btn-playground"> Commenta </button> </div> <button ng-if="IS_AUTH && !userHasComment && !toggleCommentPanelStatus" ng-click="toggleCommentPanel()" class="btn-fixed-bottom btn-playground"> Lascia il tuo commento </button> <button ng-if="!IS_AUTH && !toggleCommentPanelStatus" ui-sref="access.social" class="btn-fixed-bottom btn-playground"> Registrati e lascia un commento </button>
keyref/ListBoxFunctionsExtendSelectionToTextItem.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_ExtendSelectionToTextItem'></A>ListBoxFunctions::<BIG>ExtendSelectionToTextItem</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Shift+Click and Verify a selection according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> This extends the current selection to include the specified selection and all other items inbetween.<br> NOTE: This may not work in all environments (Java, Web, etc...) <p> For example, in Java, we can usually verify that an item exists in the list; but we do not seem to be able to verify if a newly added selection to multiple selections is actually selected. </p> <p> So, for Java, we will verify existence in the list, but we cannot verify the selection was successful--we will skip that last check. </p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p> <code class="safs"> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI></OL ></code> <br/> <p><B>Examples:</B></p> <code class="safs"><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, ExtendSelectionToTextItem, "AParticularUserID"</usage></B> <BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. This adds "AParticularUserID" and any items inbetween to any existing items already selected.<br> When possible, we will also attempt to verify the added selection was successful. </detailed_desc><BR/> </DIV> </LI> </UL> </code> <br/> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/> </DIV> </DIV>
clean/Linux-x86_64-4.07.1-2.0.1/released/8.10.0/axiomatic-abp/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>axiomatic-abp: 25 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.0 / axiomatic-abp - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> axiomatic-abp <small> 8.10.0 <span class="label label-success">25 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-25 05:58:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-25 05:58:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/axiomatic-abp&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/AxiomaticABP&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: Alternating Bit Protocol&quot; &quot;keyword: Process Calculi&quot; &quot;keyword: reactive systems&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols&quot; ] authors: [ &quot;Jan Friso Groote&quot; ] bug-reports: &quot;https://github.com/coq-contribs/axiomatic-abp/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/axiomatic-abp.git&quot; synopsis: &quot;Verification of an axiomatisation of the Alternating Bit Protocol&quot; description: &quot;&quot;&quot; The Alternating Bit Protocol is expressed in an axiomatized calculi of process. Correctness is proven.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/axiomatic-abp/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=4e4bbe8c17c26b16809d55b39e7287d8&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-axiomatic-abp.8.10.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-axiomatic-abp.8.10.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>9 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-axiomatic-abp.8.10.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>25 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>929 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem1.glob</code></li> <li>192 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem3.glob</code></li> <li>142 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_defs.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem1.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_defs.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_base.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_proc.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem1.v</code></li> <li>78 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem2.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem25.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem3.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_base.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem25.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem2.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_defs.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_proc.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem3.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_base.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_proc.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem25.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/AxiomaticABP/abp_lem2.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-axiomatic-abp.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.1/regexp/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>regexp: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.1 / regexp - 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> regexp <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-16 00:21:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 00:21:27 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.9.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 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/regexp&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/RegExp&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: regular expressions&quot; &quot;keyword: Kleene algebra&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; ] authors: [ &quot;Takashi Miyamoto &lt;tmiya@bu.iij4u.or.jp&gt; [http://study-func-prog.blogspot.com/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/regexp/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/regexp.git&quot; synopsis: &quot;Regular Expression&quot; description: &quot;&quot;&quot; The Library RegExp is a Coq library for regular expression. The implementation is based on the Janusz Brzozowski&#39;s algorithm (&quot;Derivatives of Regular Expressions&quot;, Journal of the ACM 1964). The RegExp library satisfies the axioms of Kleene Algebra. The proofs are shown in the library.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/regexp/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=ea5fb8370ee2f55d922cdff26faea9c3&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-regexp.8.7.0 coq.8.9.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1). The following dependencies couldn&#39;t be met: - coq-regexp -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-regexp.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/third/index.html
srsudar/bootstrap-baked
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Third</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="shortcut icon" href="../favicon.ico"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css /styles/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css"> <!-- endbower --> <!-- endbuild --> <!-- build:css(.tmp) /styles/main.css --> <link rel="stylesheet" href="/styles/main.css"> <!-- endbuild --> </head> <body> <!--[if lt IE 10]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="container"> <div> <!-- This is the navbar present across all pages. Should be included using grunt-bake or another templating engine. --> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Bootstrap-Baked</a> </div> <nav class="collapse navbar-collapse" role="navigation"> <ul class="nav navbar-nav navbar-right"> <li id='navbar-about'><a href="/">About</a></li> <li id='navbar-first'><a href="/first">First</a></li> <li id='navbar-second'><a href="/second">Second</a></li> <li id='navbar-third'><a href="/third">Third</a></li> </ul> </nav> </div> </div> <script type="text/javascript"> // We're not using jquery because jquery isn't loaded yet. document.getElementById('navbar-third').setAttribute('class', 'active'); </script> </div> <div class="row marketing"> <div> <h1>Third</h1> <p>Here is the third page. You can also see how to use hash navigation here.</p> </div> </div> <div class="page-header"> <h2><a name="section-one" href="#section-one">#</a> Section One</h2> </div> <div> <p class="lead">Click on the # sign and watch how the URL appends the hash and scrolls to this heading. It does this because the anchor element has the matching "name" attribute set. Take a look at the source to see how.</p> </div> <div class="footer"> <p><span class="glyphicon glyphicon-glass"></span> The same footer across all pages! Based on <a href="https://github.com/srsudar/github-baked">srsudar/bootstrap-baked</a>.</p> </div> </div> <!-- build:js /scripts/vendor.js --> <!-- bower:js --> <script src="/bower_components/jquery/dist/jquery.js"></script> <!-- endbower --> <!-- endbuild --> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X');ga('send','pageview'); </script> <!-- build:js /scripts/plugins.js --> <script src="/bower_components/bootstrap/js/affix.js"></script> <script src="/bower_components/bootstrap/js/alert.js"></script> <script src="/bower_components/bootstrap/js/dropdown.js"></script> <script src="/bower_components/bootstrap/js/tooltip.js"></script> <script src="/bower_components/bootstrap/js/modal.js"></script> <script src="/bower_components/bootstrap/js/transition.js"></script> <script src="/bower_components/bootstrap/js/button.js"></script> <script src="/bower_components/bootstrap/js/popover.js"></script> <script src="/bower_components/bootstrap/js/carousel.js"></script> <script src="/bower_components/bootstrap/js/scrollspy.js"></script> <script src="/bower_components/bootstrap/js/collapse.js"></script> <script src="/bower_components/bootstrap/js/tab.js"></script> <!-- endbuild --> <!-- build:js({app,.tmp}) /scripts/main.js --> <script src="/scripts/main.js"></script> <!-- endbuild --> </body> </html>
app/index.html
AlfaroLore/Choosito
<!DOCTYPE html> <html ng-app="app"> <head> <title>My App</title> <!-- bootstrap css --> <link href="//netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" /> <!-- application css --> <link href="app-content/app.css" rel="stylesheet" /> </head> <body> <!-- main app container --> <div class="jumbotron"> <div class="container"> <div class="col-sm-8 col-sm-offset-2"> <ui-view></ui-view> </div> </div> </div> <!-- credits --> <!-- angular scripts --> <script src="bower_components/angular/angular.js"></script> <!--script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script--> <script src="bower_components/angular.uuid2/dist/angular-uuid2.js"></script> <script src="bower_components/angular-jwt/dist/angular-jwt.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular-messages.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.18/angular-ui-router.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.6/ngStorage.min.js"></script> <!-- application scripts --> <script src="app.js"></script> <script src="app-services/authentication.service.js"></script> <script src="home/index.controller.js"></script> <script src="login/index.controller.js"></script> <!-- scripts for fake backend > <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular-mocks.js"></script> <script src="app-helpers/fake-backend.js"></script--> </body> </html>
ekarda/webroot/css/ie.css
laurenceseo99/demo_chat
/************************************************************/ /* File Name: ie.css */ /* Created Date: 19th June 2012 */ /* Developed By: Joy Kapoor */ /* Comment: CSS Fixer for IE */ /************************************************************/ .box h2, .btn{ border-radius: 0; } #view_payent_add_edit input.btn{ height:25px; } /*form select{ height:35px !important; }*/
appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/css/themes/flat-blue.css
Azure-Readiness/hol-azure-machine-learning
.flat-blue { background-color: #F9F9F9; /* small screen */ } .flat-blue a { color: #363c46; } .flat-blue a:hover { color: #09486b; } .flat-blue .app-footer { opacity: 0.7; color: #353d47; } .flat-blue .navbar, .flat-blue .navbar.navbar-default { border-bottom: 0px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); } .flat-blue .navbar > .container-fluid, .flat-blue .navbar.navbar-default > .container-fluid { background-color: #FFF; } .flat-blue .navbar .navbar-header .navbar-brand, .flat-blue .navbar.navbar-default .navbar-header .navbar-brand { color: #F9F9F9; } .flat-blue .navbar .navbar-header .navbar-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-expand-toggle { color: #353d47; } .flat-blue .navbar .navbar-header .navbar-right-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-right-expand-toggle { color: #353d47; } .flat-blue .navbar .navbar-breadcrumb li, .flat-blue .navbar.navbar-default .navbar-breadcrumb li { color: #353d47; } .flat-blue .navbar .navbar-breadcrumb li a, .flat-blue .navbar.navbar-default .navbar-breadcrumb li a { color: #353d47; } .flat-blue .navbar .navbar-nav > li, .flat-blue .navbar.navbar-default .navbar-nav > li { border-left: 1px solid #F9F9F9; } .flat-blue .navbar .navbar-nav > li > a, .flat-blue .navbar.navbar-default .navbar-nav > li > a { color: #353d47; } .flat-blue .navbar .navbar-nav > li:hover > a, .flat-blue .navbar.navbar-default .navbar-nav > li:hover > a { color: #22A7F0; } .flat-blue .navbar .navbar-nav > li.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.open > a { background-color: transparent; color: #22A7F0; } .flat-blue .navbar .navbar-nav > li.danger > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger > a { background-color: transparent; border-bottom: 4px solid #FA2A00; color: #FA2A00; } .flat-blue .navbar .navbar-nav > li.danger.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger.open > a { background-color: #FA2A00; color: #FFF; } .flat-blue .navbar .navbar-nav .dropdown-menu, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu { background-color: #F9F9F9; border-color: #E4E4E4; } .flat-blue .navbar .navbar-nav .dropdown-menu .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title { background-color: #FFF; } .flat-blue .navbar .navbar-nav .dropdown-menu .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title .badge { background-color: #353d47; } .flat-blue .navbar .navbar-nav .dropdown-menu.danger, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger { border-color: #FA2A00; } .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title { background-color: #FA2A00; color: #FFF; } .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title .badge { background-color: #FFF; color: #FA2A00; } .flat-blue .navbar.navbar-inverse { background-color: #353d47; border-bottom: 0px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .flat-blue .navbar.navbar-inverse > .container-fluid { background-color: #353d47; } .flat-blue .navbar.navbar-inverse .navbar-header .navbar-brand { color: #F9F9F9; } .flat-blue .navbar.navbar-inverse .navbar-header .navbar-expand-toggle { color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-header .navbar-right-expand-toggle { color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li { color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li a { color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav > li { border-left: 1px solid #363c46; } .flat-blue .navbar.navbar-inverse .navbar-nav > li > a { color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav > li:hover > a { color: #22A7F0; } .flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a { background-color: transparent; color: #22A7F0; } .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger > a { background-color: transparent; border-bottom: 4px solid #FA2A00; color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger.open > a { background-color: #FA2A00; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu { background-color: #F9F9F9; border-color: #353d47; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title { background-color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title .badge { background-color: #353d47; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger { border-color: #FA2A00; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title { background-color: #FA2A00; color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title .badge { background-color: #FFF; color: #FA2A00; } .flat-blue .side-menu { background-color: #FFF; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); } .flat-blue .side-menu .navbar-header { background-color: #22A7F0; margin-bottom: 4px; } .flat-blue .side-menu .navbar-header .navbar-brand { color: #19B5FE; } .flat-blue .side-menu .navbar-nav { width: 100%; } .flat-blue .side-menu .navbar { background-color: #FFF; border-bottom: 0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .flat-blue .side-menu .navbar li > a { color: #363c46; } .flat-blue .side-menu .navbar li.active { border-left: 0; } .flat-blue .side-menu .navbar li.active > a { border-right: 4px solid #22A7F0; background-color: #FFF; } .flat-blue .side-menu .navbar > li:hover > a { background-color: #FA2A00; color: #FFF; } .flat-blue .side-menu .navbar li.dropdown { background-color: transparent; } .flat-blue .side-menu .navbar li.dropdown > .panel-collapse { background-color: #E4E4E4; } .flat-blue .side-menu .navbar li.dropdown .panel-body { padding: 0 7px; } .flat-blue .side-menu.sidebar-inverse { background-color: #353d47; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); } .flat-blue .side-menu.sidebar-inverse .navbar { background-color: #353d47; border-bottom: 0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .flat-blue .side-menu.sidebar-inverse .navbar li { border-left: 0; } .flat-blue .side-menu.sidebar-inverse .navbar li > a { color: #FFF; } .flat-blue .side-menu.sidebar-inverse .navbar li.active > a { color: #353d47; border-left: 3px solid #22A7F0; border-right: 0px solid #22A7F0; background-color: #FFF; } .flat-blue .side-menu.sidebar-inverse .navbar li.active > a .icon { margin-left: -3px; } .flat-blue .side-menu.sidebar-inverse .navbar > li:hover > a { background-color: #FA2A00; color: #FFF; } .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown > .panel-collapse { background-color: rgba(0, 0, 0, 0.1); } .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown .panel-body { padding: 0 7px; } @media (max-width: 768px) { .flat-blue .navbar.navbar-default .navbar-nav > li { border-left: 0; } .flat-blue .navbar.navbar-default .navbar-right { background-color: #FFF; } .flat-blue .navbar.navbar-inverse .navbar-nav > li { border-left: 0; } .flat-blue .navbar.navbar-inverse .navbar-right { background-color: #353d47; } } .flat-blue .card.red { background-color: #FA2A00; color: #FFF; } .flat-blue .card.yellow { background-color: #ffb400; color: #FFF; } .flat-blue .card.green { background-color: #1ABC9C; color: #FFF; } .flat-blue .card.blue { background-color: #22A7F0; color: #FFF; } .flat-blue .card.dark { background-color: #353d47; color: #FFF; } .flat-blue .card.red, .flat-blue .card.yellow, .flat-blue .card.green, .flat-blue .card.blue, .flat-blue .card.dark { border: 0; } .flat-blue .card.red .card-header, .flat-blue .card.yellow .card-header, .flat-blue .card.green .card-header, .flat-blue .card.blue .card-header, .flat-blue .card.dark .card-header { border-bottom: 0; } .flat-blue .card.red .card-header .title, .flat-blue .card.yellow .card-header .title, .flat-blue .card.green .card-header .title, .flat-blue .card.blue .card-header .title, .flat-blue .card.dark .card-header .title { color: #FFF; } .flat-blue .card { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border: 0px solid #E4E4E4; } .flat-blue .card .card-header { border-bottom: 1px solid #E4E4E4; } .flat-blue .card .card-header .title { color: #353d47; } .flat-blue .card .card-body .sub-title { border-bottom: 1px solid #EAEAEA; } .flat-blue .card .card-header.no-border { border-bottom: 0; } .flat-blue .card .card-jumbotron { background-color: #EAEAEA; } .flat-blue .card.primary .card-jumbotron { background-color: #353d47; color: #FFF; } .flat-blue .card.profile .card-footer { border-top: 1px solid #F9F9F9; } .flat-blue .card.summary-inline.red:hover { background-color: #7c1a06; } .flat-blue .card.summary-inline.yellow:hover { background-color: #85630f; } .flat-blue .card.summary-inline.green:hover { background-color: #006551; } .flat-blue .card.summary-inline.blue:hover { background-color: #353d47; } .flat-blue .card.summary-inline.dark:hover { background-color: #09486b; } .flat-blue .card.card-success .card-header { background-color: #1ABC9C; } .flat-blue .card.card-success .card-header .title { color: #FFF; } .flat-blue .card.card-info .card-header { background-color: #22A7F0; } .flat-blue .card.card-info .card-header .title { color: #FFF; } .flat-blue .panel.panel-default { border: 1px solid #EAEAEA; } .flat-blue .panel.panel-default .panel-heading { border-bottom: 1px solid #EAEAEA; background-color: #F0F0F0; } .flat-blue .panel.panel-primary { border: 1px solid #353d47; } .flat-blue .panel.panel-primary .panel-heading { border-bottom: 1px solid #353d47; background-color: #73849d; color: #FFF; } .flat-blue .panel.panel-success { border: 1px solid #1ABC9C; } .flat-blue .panel.panel-success .panel-heading { border-bottom: 1px solid #1ABC9C; background-color: #99e9d9; color: #006551; } .flat-blue .panel.panel-info { border: 1px solid #22A7F0; } .flat-blue .panel.panel-info .panel-heading { border-bottom: 1px solid #22A7F0; background-color: #91d5fb; color: #09486b; } .flat-blue .panel.panel-warning { border: 1px solid #FABE28; } .flat-blue .panel.panel-warning .panel-heading { border-bottom: 1px solid #FABE28; background-color: #ffe5a2; color: #85630f; } .flat-blue .panel.panel-danger { border: 1px solid #fb927d; } .flat-blue .panel.panel-danger .panel-heading { border-bottom: 1px solid #fb927d; background-color: #ffb8aa; color: #7c1a06; } .flat-blue .panel.fresh-color.panel-primary { border: 1px solid #353d47; } .flat-blue .panel.fresh-color.panel-primary .panel-heading { border-bottom: 1px solid #353d47; background-color: #353d47; color: #FFF; } .flat-blue .panel.fresh-color.panel-success { border: 1px solid #1ABC9C; } .flat-blue .panel.fresh-color.panel-success .panel-heading { border-bottom: 1px solid #1ABC9C; background-color: #1ABC9C; color: #FFF; } .flat-blue .panel.fresh-color.panel-info { border: 1px solid #22A7F0; } .flat-blue .panel.fresh-color.panel-info .panel-heading { border-bottom: 1px solid #22A7F0; background-color: #22A7F0; color: #FFF; } .flat-blue .panel.fresh-color.panel-warning { border: 1px solid #FABE28; } .flat-blue .panel.fresh-color.panel-warning .panel-heading { border-bottom: 1px solid #FABE28; background-color: #FABE28; color: #FFF; } .flat-blue .panel.fresh-color.panel-danger { border: 1px solid #FA2A00; } .flat-blue .panel.fresh-color.panel-danger .panel-heading { border-bottom: 1px solid #FA2A00; background-color: #FA2A00; color: #FFF; } .flat-blue .btn.btn-default { background-color: #F0F0F0; border-color: #EAEAEA; } .flat-blue .btn.btn-default:hover { background-color: #EAEAEA; } .flat-blue .btn.btn-primary { background-color: #353d47; color: #FFF; border-color: #353d47; } .flat-blue .btn.btn-success { background-color: #1ABC9C; color: #FFF; border-color: #1ABC9C; } .flat-blue .btn.btn-warning { background-color: #FABE28; color: #FFF; border-color: #FABE28; } .flat-blue .btn.btn-info { background-color: #22A7F0; color: #FFF; border-color: #22A7F0; } .flat-blue .btn.btn-danger { background-color: #FA2A00; color: #FFF; border-color: #FA2A00; } .flat-blue .btn.btn-link { color: #353d47; } .flat-blue .progress .progress-bar { background-color: #353d47; color: #FFF; } .flat-blue .progress .progress-bar.progress-bar-success { background-color: #1ABC9C; } .flat-blue .progress .progress-bar.progress-bar-info { background-color: #22A7F0; } .flat-blue .progress .progress-bar.progress-bar-warning { background-color: #FABE28; } .flat-blue .progress .progress-bar.progress-bar-danger { background-color: #FA2A00; } .flat-blue .color-white { color: #FFF; } .flat-blue .pagination > li > a { color: #353d47; } .flat-blue .pagination .active > a, .flat-blue .pagination .active > a:focus, .flat-blue .pagination .active > a:hover, .flat-blue .pagination .active span, .flat-blue .pagination .active > span:focus, .flat-blue .pagination .active > span:hover { background-color: #353d47; border-color: #353d47; color: #FFF; } .flat-blue .modal.modal-primary .modal-header { background-color: #353d47; color: #FFF; } .flat-blue .modal.modal-success .modal-header { background-color: #1ABC9C; color: #FFF; } .flat-blue .modal.modal-info .modal-header { background-color: #22A7F0; color: #FFF; } .flat-blue .modal.modal-warning .modal-header { background-color: #FABE28; color: #FFF; } .flat-blue .modal.modal-danger .modal-header { background-color: #FA2A00; color: #FFF; } .flat-blue .alert.alert-success { background-color: #99e9d9; color: #006551; border-color: #1ABC9C; } .flat-blue .alert.alert-success .alert-link { color: #006551; text-decoration: underline; } .flat-blue .alert.alert-success .btn-link { color: #006551; } .flat-blue .alert.alert-info { background-color: #91d5fb; color: #09486b; border-color: #22A7F0; } .flat-blue .alert.alert-info .alert-link { color: #09486b; text-decoration: underline; } .flat-blue .alert.alert-info .btn-link { color: #09486b; } .flat-blue .alert.alert-warning { background-color: #ffe5a2; border-color: #FABE28; color: #85630f; } .flat-blue .alert.alert-warning .alert-link { color: #85630f; text-decoration: underline; } .flat-blue .alert.alert-warning .btn-link { color: #85630f; } .flat-blue .alert.alert-danger { background-color: #ffb8aa; border-color: #fb927d; color: #7c1a06; } .flat-blue .alert.alert-danger .alert-link { color: #7c1a06; text-decoration: underline; } .flat-blue .alert.alert-danger .btn-link { color: #7c1a06; } .flat-blue .alert.fresh-color { color: #FFF; } .flat-blue .alert.fresh-color .alert-link { color: #FFF; text-decoration: underline; } .flat-blue .alert.fresh-color .btn-link { color: #FFF; } .flat-blue .alert.fresh-color.alert-success { background-color: #1ABC9C; } .flat-blue .alert.fresh-color.alert-info { background-color: #22A7F0; } .flat-blue .alert.fresh-color.alert-warning { background-color: #FABE28; } .flat-blue .alert.fresh-color.alert-danger { background-color: #FA2A00; border-color: #FA2A00; } .flat-blue .list-group .list-group-item.active { background-color: #353d47; color: #FFF; border-color: #353d47; } .flat-blue .list-group .list-group-item.active .badge { color: #353d47; } .flat-blue .list-group .list-group-item.list-group-item-success { background-color: #99e9d9; color: #006551; border-color: #99e9d9; } .flat-blue .list-group .list-group-item.list-group-item-success .badge { background-color: #FFF; color: #1ABC9C; } .flat-blue .list-group .list-group-item.list-group-item-info { background-color: #91d5fb; color: #09486b; border-color: #91d5fb; } .flat-blue .list-group .list-group-item.list-group-item-info .badge { background-color: #FFF; color: #22A7F0; } .flat-blue .list-group .list-group-item.list-group-item-warning { background-color: #ffe5a2; color: #85630f; border-color: #ffe5a2; } .flat-blue .list-group .list-group-item.list-group-item-warning .badge { background-color: #FFF; color: #FABE28; } .flat-blue .list-group .list-group-item.list-group-item-danger { background-color: #ffb8aa; color: #7c1a06; border-color: #ffb8aa; } .flat-blue .list-group .list-group-item.list-group-item-danger .badge { background-color: #FFF; color: #FA2A00; } .flat-blue .bootstrap-switch { border-color: #EAEAEA; } .flat-blue .bootstrap-switch .bootstrap-switch-primary { background-color: #353d47; } .flat-blue .table .active td, .flat-blue .table .active th { background-color: #EAEAEA; } .flat-blue .table .success { color: #006551; } .flat-blue .table .success td, .flat-blue .table .success th { background-color: #99e9d9; } .flat-blue .table .info { color: #09486b; } .flat-blue .table .info td, .flat-blue .table .info th { background-color: #91d5fb; } .flat-blue .table .warning { color: #85630f; } .flat-blue .table .warning td, .flat-blue .table .warning th { background-color: #ffe5a2; } .flat-blue .table .danger { color: #7c1a06; } .flat-blue .table .danger td, .flat-blue .table .danger th { background-color: #ffb8aa; } .flat-blue .table > tbody > tr > td, .flat-blue .table > tbody > tr > th, .flat-blue .table > tfoot > tr > td, .flat-blue .table > tfoot > tr > th { border-color: #EAEAEA; } .flat-blue .table > thead > tr > th { border-color: #EAEAEA; } .flat-blue .table.table-striped > tbody > tr:nth-of-type(odd) { background-color: #FDFDFD; } .flat-blue .login-box .login-form .login-header { color: #FFF; } .flat-blue .login-box .login-form .login-body { background-color: #FFF; } .flat-blue .login-box input { background-color: #F9F9F9; border: 1px solid #F9F9F9; } .flat-blue .login-box .login-footer a { color: #FFF; } .flat-blue .login-box .login-footer a:hover { color: #FFF; text-decoration: underline; } .flat-blue .badge.primary { background-color: #353d47; } .flat-blue .badge.success { background-color: #1ABC9C; } .flat-blue .badge.info { background-color: #22A7F0; } .flat-blue .badge.warning { background-color: #FABE28; } .flat-blue .badge.danger { background-color: #FA2A00; } .flat-blue .nav-tabs { background-color: #EAEAEA; } .flat-blue .nav-tabs > li > a:hover { background-color: #EAEAEA; } .flat-blue .nav-tabs > li.active > a:hover { background-color: #FFF; } .flat-blue .tabs-below > .nav-tabs { border-top: 1px solid #E4E4E4; } .flat-blue .tabs-below > .nav-tabs > li > a:hover, .flat-blue .tabs-below > .nav-tabs > li > a:focus { border-top-color: #E4E4E4; border-bottom-color: transparent; } .flat-blue .tabs-below > .nav-tabs > .active > a, .flat-blue .tabs-below > .nav-tabs > .active > a:hover, .flat-blue .tabs-below > .nav-tabs > .active > a:focus { border-color: transparent #E4E4E4 #E4E4E4 #E4E4E4; } .flat-blue .tabs-left > .nav-tabs { border-right: 1px solid #E4E4E4; } .flat-blue .tabs-left > .nav-tabs > li > a:hover, .flat-blue .tabs-left > .nav-tabs > li > a:focus { border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4; } .flat-blue .tabs-left > .nav-tabs .active > a, .flat-blue .tabs-left > .nav-tabs .active > a:hover, .flat-blue .tabs-left > .nav-tabs .active > a:focus { border-color: #E4E4E4 transparent #E4E4E4 #E4E4E4; *border-right-color: #FFF; } .flat-blue .tabs-right > .nav-tabs { border-left: 1px solid #E4E4E4; } .flat-blue .tabs-right > .nav-tabs > li > a:hover, .flat-blue .tabs-right > .nav-tabs > li > a:focus { border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4; } .flat-blue .tabs-right > .nav-tabs .active > a, .flat-blue .tabs-right > .nav-tabs .active > a:hover, .flat-blue .tabs-right > .nav-tabs .active > a:focus { border-color: #E4E4E4 #E4E4E4 #E4E4E4 transparent; *border-left-color: #FFF; } .flat-blue .step .nav-tabs { background-color: #FFF; } .flat-blue .step .nav-tabs > li { border: 1px solid #E4E4E4; border-right: 0; } .flat-blue .step .nav-tabs > li:after { border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #FFF; } .flat-blue .step .nav-tabs > li:before { border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #E4E4E4; } .flat-blue .step .nav-tabs > li.active { background-color: #EAEAEA; } .flat-blue .step .nav-tabs > li.active > a, .flat-blue .step .nav-tabs > li.active > a:focus, .flat-blue .step .nav-tabs > li.active > a:hover { background: transparent; } .flat-blue .step .nav-tabs > li:hover { background-color: #EAEAEA; } .flat-blue .step .nav-tabs > li:hover:after, .flat-blue .step .nav-tabs > li.active:after { border-left: 15px solid #EAEAEA; } .flat-blue .step .nav-tabs > li:last-child { border-right: 1px solid #E4E4E4; } .flat-blue .step .nav-tabs > li.step-success { background-color: #99e9d9; border: 1px solid #1ABC9C; } .flat-blue .step .nav-tabs > li.step-success a { color: #006551; } .flat-blue .step .nav-tabs > li.step-disabled { background-color: #99e9d9; } .flat-blue .step .nav-tabs > li.step-success:after { border-left: 15px solid #99e9d9; } .flat-blue .step .nav-tabs > li.step-success.active:hover:after { border-left: 15px solid #99e9d9; } .flat-blue .step .nav-tabs > li.step-success:hover:after { border-left: 15px solid #EAEAEA; } .flat-blue .step.card-no-padding .nav-tabs > li { border: 0px solid transparent; border-right: 1px solid #E4E4E4; border-bottom: 1px solid #E4E4E4; } .flat-blue .step.card-no-padding .nav-tabs > li:last-child { border-right: 0px solid #E4E4E4; } .flat-blue .step.tabs-left .nav-tabs > li { border: 1px solid #E4E4E4; } .flat-blue .step.tabs-left .nav-tabs > li:after { border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #FFF; } .flat-blue .step.tabs-left .nav-tabs > li:before { border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #E4E4E4; } .flat-blue .step.tabs-left .nav-tabs > li.active { background-color: #EAEAEA; } .flat-blue .step.tabs-left .nav-tabs > li.active > a, .flat-blue .step.tabs-left .nav-tabs > li.active > a:focus, .flat-blue .step.tabs-left .nav-tabs > li.active > a:hover { background: transparent; } .flat-blue .step.tabs-left .nav-tabs > li:hover { background-color: #EAEAEA; } .flat-blue .step.tabs-left .nav-tabs > li:hover:after, .flat-blue .step.tabs-left .nav-tabs > li.active:after { border-left: 15px solid #EAEAEA; } .flat-blue .step.tabs-left.card-no-padding .nav-tabs > li { border: 0px solid transparent; } .flat-blue .pricing-table { box-shadow: 0 1px 1px #CCC; } .flat-blue .pricing-table .pt-header { background-color: #E4E4E4; } .flat-blue .pricing-table .pt-header .plan-pricing .pricing { text-shadow: 0 1px 1px #FFF; } .flat-blue .pricing-table .pt-body { background-color: #F9F9F9; } .flat-blue .pricing-table .pt-body .plan-detail { border-top: 1px dashed rgba(255, 255, 255, 0.6); padding-top: 1em; margin-top: 1em; } .flat-blue .pricing-table .pt-footer { background-color: #F9F9F9; } .flat-blue .pricing-table.dark-blue .pt-header { background-color: #353d47; color: #FFF; } .flat-blue .pricing-table.dark-blue .pt-body { background-color: #9eaabd; color: #363c46; } .flat-blue .pricing-table.green .pt-header { background-color: #1ABC9C; color: #FFF; } .flat-blue .pricing-table.green .pt-body { background-color: #99e9d9; color: #006551; } .flat-blue .pricing-table.blue .pt-header { background-color: #22A7F0; color: #FFF; } .flat-blue .pricing-table.blue .pt-body { background-color: #91d5fb; color: #09486b; } .flat-blue .pricing-table.yellow .pt-header { background-color: #FABE28; color: #FFF; } .flat-blue .pricing-table.yellow .pt-body { background-color: #ffe5a2; color: #85630f; } .flat-blue .pricing-table.red .pt-header { background-color: #FA2A00; color: #FFF; } .flat-blue .pricing-table.red .pt-body { background-color: #ffb8aa; color: #7c1a06; } .flat-blue.landing-page .navbar-inverse .navbar-toggle:focus, .flat-blue.landing-page .navbar-inverse .navbar-toggle:hover { background-color: transparent; } .flat-blue.landing-page .navbar { background-color: transparent; box-shadow: none; } .flat-blue.landing-page .navbar .navbar-nav > .active > a { background-color: transparent; } .flat-blue.landing-page .navbar .navbar-nav > li { border-left: 0px solid #F9F9F9; } .flat-blue.landing-page .navbar .navbar-nav > li > a { color: #FFF; } .flat-blue.landing-page .navbar .navbar-collapse { border: 0; } .flat-blue.landing-page .navbar.affix .navbar-nav > li > a { color: #353d47; } .flat-blue.landing-page .navbar.affix .navbar-nav > li:hover > a { color: #22A7F0; } @media (max-width: 768px) { .flat-blue.landing-page .navbar .navbar-collapse { background-color: #333; } .flat-blue.landing-page .navbar .navbar-right { background-color: transparent; color: #FFF; } .flat-blue.landing-page .navbar.affix .navbar-nav > li > a { color: #FFF; } } .flat-blue.landing-page .navbar.affix .navbar-brand { color: #353d47; } .flat-blue.landing-page .navbar.affix .navbar-toggle .icon-bar { background-color: #353d47; } .flat-blue.landing-page .app-header .app-btn { background-color: transparent; border: 2px solid #FFF; } .flat-blue.landing-page .app-content-a { background-color: #EAEAEA; }
index.html
anhskohbo/anhskohbo.github.io
--- layout: default title: Home --- <section class="posts"> {% for post in paginator.posts %} {% include post.html post=post %} {% endfor %} </section> <section class="pagination"> {% if paginator.previous_page %} <a class="pagination-item older" href="{{paginator.previous_page_path}}">Trang trước</a> {% else %} <span class="pagination-item older">Trang trước</span> {% endif %} {% if paginator.next_page %} <a class="pagination-item newer" href="{{paginator.next_page_path}}">Trang tiếp</a> {% else %} <span class="pagination-item newer">Trang tiếp</span> {% endif %} </section>
public/libraries/javadoc/com/haru/helpcenter/callback/package-summary.html
haruio/haru-admin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ko"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 03:30:38 KST 2014 --> <title>com.haru.helpcenter.callback (Haru Android SDK)</title> <meta name="date" content="2014-11-16"> <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="com.haru.helpcenter.callback (Haru Android SDK)"; } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../package-summary.html">Prev Package</a></li> <li><a href="../../mime/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/haru/helpcenter/callback/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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"> <h1 title="Package" class="title">Package&nbsp;com.haru.helpcenter.callback</h1> <div class="docSummary"> <div class="block">고객센터 API의 호출 결과를 받는 Callback 함수들을 모아놓은 패키지.</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" 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="GetCategoryCallback.html" title="interface in com.haru.helpcenter.callback">GetCategoryCallback</a></td> <td class="colLast"> <div class="block">FAQ 카테고리 목록을 가져오기 위한 콜백이다.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="GetFAQCallback.html" title="interface in com.haru.helpcenter.callback">GetFAQCallback</a></td> <td class="colLast"> <div class="block">FAQ를 가져오기 위한 콜백이다.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="GetNoticeCallback.html" title="interface in com.haru.helpcenter.callback">GetNoticeCallback</a></td> <td class="colLast"> <div class="block">공지사항 목록을 가져오기 위한 콜백이다.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package com.haru.helpcenter.callback Description">Package com.haru.helpcenter.callback Description</h2> <div class="block">고객센터 API의 호출 결과를 받는 Callback 함수들을 모아놓은 패키지.</div> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../package-summary.html">Prev Package</a></li> <li><a href="../../mime/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/haru/helpcenter/callback/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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 ======= --> </body> </html>
src/app/pages/about/about.component.html
lematty/mysite
<div class="container about h-100"> <div class="row justify-content-center align-items-center"> <div class="col-sm-6 text-center info"> <div class="row justify-content-center py-5"> <div class="col-sm-6" id="photo"> <img src="../../../assets/profile.jpeg" alt="" class="img-fluid rounded-circle"> </div> </div> <div class="text-container"> <h4>A bit about me</h4> <div class="text">Full stack JavaScript developer with a background in geographic and spatial sciences. Ready to develop innovative web applications.</div> </div> </div> <div class="col-sm-6 skills"> <div class="skillset-col"> <div class="row pb-4"> <div class="col-12"> <h3 class="text-center">Skillset</h3> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">JavaScript</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">NodeJS</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Angular</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Data Visualization</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">GIS</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Front-end</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Back-end</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Bash</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">HTML/CSS</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> <div class="row align-items-center"> <div class="col-sm-6 col-md-5 col-lg-4">Python</div> <div class="col-sm-6 col-md-7 col-lg-8"> <div class="progress"> <div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> </div> </div> </div> </div>
challenge1.html
Algorithm-Design/Algorithm-Design.github.io
<!doctype html> <!-- Material Design Lite Copyright 2015 Google Inc. All rights reserved. Licensed 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 https://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 --> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="A front-end template that helps you build fast, modern mobile web apps."> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <title>WT Algorithm Design Dashboard</title> <!-- Add to homescreen for Chrome on Android --> <meta name="mobile-web-app-capable" content="yes"> <link rel="icon" sizes="192x192" href="images/android-desktop.png"> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Material Design Lite"> <link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> <!-- Tile icon for Win8 (144x144 + tile color) --> <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> <meta name="msapplication-TileColor" content="#3372DF"> <link rel="shortcut icon" href="images/favicon.png"> <!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones --> <!-- <link rel="canonical" href="http://www.example.com/"> --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.cyan-light_blue.min.css"> <link rel="stylesheet" href="styles.css"> <style> #view-source { position: fixed; display: block; right: 0; bottom: 0; margin-right: 40px; margin-bottom: 40px; z-index: 900; } </style> <script type="text/javascript" src="js/dygraph-combined-dev.js"></script> </head> <body> <div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header"> <header class="demo-header mdl-layout__header mdl-color--grey-100 mdl-color-text--grey-600"> <div class="mdl-layout__header-row"> <span class="mdl-layout-title">WT Algorithm Design</span> <div class="mdl-layout-spacer"></div> <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable"> </div> </div> </header> <div class="demo-drawer mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50"> <header class="demo-drawer-header"> <img src="images/user.jpg" class="demo-avatar"> <div class="demo-avatar-dropdown"> <span>hello@example.com</span> <div class="mdl-layout-spacer"></div> <button id="accbtn" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"> <i class="material-icons" role="presentation">arrow_drop_down</i> <span class="visuallyhidden">Accounts</span> </button> <ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="accbtn"> <li class="mdl-menu__item">hello@example.com</li> <li class="mdl-menu__item">info@example.com</li> <li class="mdl-menu__item"><i class="material-icons">add</i>Add another account...</li> </ul> </div> </header> <nav class="demo-navigation mdl-navigation mdl-color--blue-grey-800"> <a class="mdl-navigation__link" href="index.html"><i class="mdl-color-text--blue-grey-400 material-icons" role="presentation">home</i>Home</a> <a class="mdl-navigation__link mdl-color-text--white" href="challenge1.html"><i class="mdl-color-text--white material-icons" role="presentation">date_range</i>Challenge 1</a> <div class="mdl-layout-spacer"></div> </nav> </div> <main class="mdl-layout__content mdl-color--grey-100"> <div class="mdl-grid demo-content"> <div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-grid"> <div class="mdl-card__title"> <h2 class="mdl-card__title-text">Challenge 1: Birthday Ranks</h2> </div> <div class="mdl-card__supporting-text"> For this challenge you must strive to write the most time-efficient program that accomplishes the following task using the provided data: Create a ranking of birthdays from most popular to least popular days to be born in the United States within in a given year-range. </div> <div class="mdl-card__actions mdl-card--border"> <a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect"> View Full Description </a> </div> </div> <div class="demo-cards mdl-cell mdl-cell--4-col mdl-cell--8-col-tablet mdl-grid mdl-grid--no-spacing"> <div class="demo-updates mdl-card mdl-shadow--2dp mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--12-col-desktop"> <div class="mdl-card__title mdl-card--expand mdl-color--teal-300"> <h2 class="mdl-card__title-text">Results</h2> </div> <div class="mdl-card__supporting-text mdl-color-text--grey-600"> <p> <iframe src="run_times/rankings-challenge1.html"></iframe> </p> <!-- <?php $f = fopen("rankings-challenge1.txt", "r"); while(!feof($f)) { echo fgets($f) . "<br />"; } fclose($f); ?> --> </div> </div> <div class="demo-separator mdl-cell--1-col"></div> </div> <div class="demo-graphs mdl-shadow--2dp mdl-color--white mdl-cell mdl-cell--8-col"> <div class="mdl-card__title"> <div class="mdl-card__title-text"> Graph of Results (Time) </div> </div> <div class="mdl-card__supporting-text"> Highlight an area on the graph to zoom in. </div> <div class="mdl-card__actions mdl-card--border"></div> <div id="graphdiv" style="width:600px"></div> <script type="text/javascript"> g = new Dygraph( // containing div document.getElementById("graphdiv"), // CSV or path to a CSV file. "run_times/challenge1.csv", { xRangePad: 1, xlabel: "Rank", ylabel: "Time (seconds)", fillGraph: true, color: "#4db6ac" } ); </script> </div> </div> </main> </div> <script src="https://code.getmdl.io/1.2.1/material.min.js"></script> </body> </html>
place/finland/procurement/index.html
okfn/opendataindex-2015
<!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="author" content="Open Knowledge"> <meta name="description" content="The state of government open data in Finland for Procurement tenders in 2015 "> <meta name="keywords" content="Finland, Procurement tenders, 2015, Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The state of government open data in Finland for Procurement tenders in 2015"/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Finland / Procurement tenders | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="place_dataset"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li><a href="/place">Places</a></li> <li><a href="/place/finland/">Finland</a></li> <li class="active">Procurement tenders</li> </ol> <section id="data-header"> <div class="row"> <div class="col-md-6"> <h1> <a href="/dataset/procurement/" title="See more data on Procurement tenders in the Open Data Index">Procurement tenders</a> <span class="place-openness" data-score="45">45% open</span> </h1> <h3> <a href="/place/finland/" title="See more data on Finland in the Open Data Index">Finland</a> </h3> <!--div class="col-md-12 place-rank statistics"> <span class="">Finland is ranked #36 for this dataset</span> </div> <div class="row relative"> </div--> <div class="row navigate"> <div class="col-md-12"> <h4 class="inline">See other years</h4> <div class=" inline"> <a class="" href="/place/finland/procurement/2014/" title="2014">2014</a> <a class="" href="/place/finland/procurement/2013/" title="2013">2013</a> </div> </div> <div class="col-md-12"> <h4>Share or embed this page</h4> <div class="btn-group"> <a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions"> <i class="fa fa-code"></i> Embed </a> <a href="http://twitter.com/share?url=/place/finland/procurement/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> <a href="http://www.facebook.com/sharer/sharer.php?u=/place/finland/procurement/" class="btn btn-default facebook" target="_blank"> <i class="fa fa-facebook"></i> Facebook </a> <a href="https://plus.google.com/share?url=/place/finland/procurement/" class="btn btn-default google-plus" target="_blank"> <i class="fa fa-google-plus"></i> Google+ </a> </div> <div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="embedLabel">Map embed code</h4> </div> <div class="modal-body"> <p> Use the following code to embed the map visualisation into your own website. </p> <xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=procurement&panel_tools=false&panel_share=false&embed_title=Finland ; Procurement tenders ; 2015&map_place=fi" frameBorder="0"></iframe></xmp> <p> If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div id="map-container"> <iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=procurement&panel_tools=false&panel_share=false&embed_title=Finland ; Procurement tenders ; 2015&map_place=fi" frameBorder="0"></iframe> </div> </div> </div> </section> <hr /> <section class="dataset-about"> <div class="row"> <div class="col-md-12"> <h3>What data is expected?</h3> <p>All tenders and awards of the national/federal government aggregated by office. Monitoring tenders can help new groups to participate in tenders and increase government compliance. Data submitted in this category must be aggregated by office, updated at least monthly &amp; satisfy the following minimum criteria:</p> <p>Tenders:</p> <ul> <li>tenders name</li> <li>tender description</li> <li>tender status</li> </ul> <p>Awards:</p> <ul> <li>Award title</li> <li>Award description</li> <li>value of the award</li> <li>suppliers name</li> </ul> </div> </div> <div class="row"> <div class="col-md-12"> <h3>What data is available</h3> </div> <div class="col-md-6"> <ul class="availability-single"> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Openly licensed? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.&lt;/p&gt; &lt;p&gt;Licences are commonly found in:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the web page footer&lt;/li&gt; &lt;li&gt;a link to Terms &amp;amp; Conditions&lt;/li&gt; &lt;li&gt;the About section&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-unlock-alt pointer" title="Click for more information"></i>&nbsp; Openly licensed? No (No URL given) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available for free? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The data is free if you don’t have to pay for it.&lt;/p&gt;" data-placement="right"> <i class="fa fa-dollar pointer" title="Click for more information"></i>&nbsp; Is the data available for free? Yes </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data machine readable? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;XLS&lt;/li&gt; &lt;li&gt;CSV&lt;/li&gt; &lt;li&gt;JSON&lt;/li&gt; &lt;li&gt;XML&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The following formats are NOT machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;HTML&lt;/li&gt; &lt;li&gt;PDF&lt;/li&gt; &lt;li&gt;DOC&lt;/li&gt; &lt;li&gt;JIF&lt;/li&gt; &lt;li&gt;JPEG&lt;/li&gt; &lt;li&gt;PPT&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-keyboard-o pointer" title="Click for more information"></i>&nbsp; Is the data machine readable? No (n/a) </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Available in bulk? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.&lt;/p&gt; &lt;p&gt;For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.&lt;/p&gt;" data-placement="right"> <i class="fa fa-copy pointer" title="Click for more information"></i>&nbsp; Available in bulk? No </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data provided on a timely and up to date basis? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the metadata displayed for the data in an open data portal or web page&lt;/li&gt; &lt;li&gt;the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv&lt;/li&gt; &lt;li&gt;metadata tags embedded in the web page that contains the data&lt;/li&gt; &lt;li&gt;date values within the data to find the most recent date value&lt;/li&gt; &lt;li&gt;the timestamp on the data file (although this may not be accurate)&lt;/li&gt; &lt;li&gt;Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.&lt;/p&gt; &lt;p&gt;If you cannot determine a date, answer, &amp;quot;NO&amp;quot; i.e. the data is not timely or up-to-date.&lt;/p&gt;" data-placement="right"> <i class="fa fa-clock-o pointer" title="Click for more information"></i>&nbsp; Is the data provided on a timely and up to date basis? Yes </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Publicly available? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Can the data be accessed by the public without restrictions? Data is considered publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It can be accessed online without the need for a password or permissions.&lt;/li&gt; &lt;li&gt;If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Data is &lt;strong&gt;NOT&lt;/strong&gt; publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It is only made available after making a request.&lt;/li&gt; &lt;li&gt;It was availiable because of FOIA. &lt;/li&gt; &lt;li&gt;It can only be accessed by government officials.&lt;/li&gt; &lt;/ul&gt;" data-placement="right"> <i class="fa fa-eye pointer" title="Click for more information"></i>&nbsp; Publicly available? Yes(as Hilma procurement data published by Edita Publishing</a>) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is data in digital form? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.&lt;/p&gt;" data-placement="right"> <i class="fa fa-save pointer" title="Click for more information"></i>&nbsp; Is data in digital form? Yes </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available online? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.&lt;/p&gt;" data-placement="right"> <i class="fa fa-download pointer" title="Click for more information"></i>&nbsp; Is the data available online? Yes (<a href="http://www.hankintailmoitukset.fi/fi/docs/hakuohje/">Here</a>) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Does the data exist? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.&lt;/p&gt; &lt;p&gt;If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.&lt;/p&gt;" data-placement="right"> <i class="fa fa-file-o pointer" title="Click for more information"></i>&nbsp; Does the data exist? Yes </li> </ul> </div> <div class="col-md-6"> <h4><strong>Details</strong></h4> <p>Hilma data is in <a href="http://www.hankintailmoitukset.fi/fi/">http://www.hankintailmoitukset.fi/fi/</a>, and has been at times obtained through FOI requests, but is not published as open data. Tender and award data over 120,000 Euro is available throught the European tender system TED.</p> <h4><strong>Reviewer comments</strong></h4> <p>Submission updated taking into account the EU level tenders.</p> </div> </div> </section> <section id="place-contributors"> <div class="row"> <h2>Contributors</h2> <div class="col-md-6"> <h4>Reviewers</h4> <ul> <li>Georg Neumann</li> </ul> </div> <div class="col-md-6"> <h4>Submitters</h4> <ul> <li>Mor Rubinstein</li> </ul> </div> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
widgets/common/assets/gradients/glassy/glassySandyBrown/glassySandyBrown6.css
idutta2007/yiigems
.background_glassySandyBrown6, .hover_background_glassySandyBrown6:hover, .active_background_glassySandyBrown6:active:hover { background: #a3510b; background-image: -moz-linear-gradient(top, rgb(147, 73, 10) 0%, rgb(131, 65, 9) 50%, rgb(114, 57, 8) 55%, rgb(163, 81, 11) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(147, 73, 10)), color-stop(50%, rgb(131, 65, 9)), color-stop(55%, rgb(114, 57, 8)), color-stop(100%, rgb(163, 81, 11))); background-image: -webkit-linear-gradient(top, rgb(147, 73, 10) 0%, rgb(131, 65, 9) 50%, rgb(114, 57, 8) 55%, rgb(163, 81, 11) 100%); background-image: -o-linear-gradient(top, rgb(147, 73, 10) 0%, rgb(131, 65, 9) 50%, rgb(114, 57, 8) 55%, rgb(163, 81, 11) 100%); background-image: -ms-linear-gradient(top, rgb(147, 73, 10) 0%, rgb(131, 65, 9) 50%, rgb(114, 57, 8) 55%, rgb(163, 81, 11) 100%); background-image: linear-gradient(to bottom, rgb(147, 73, 10) 0%, rgb(131, 65, 9) 50%, rgb(114, 57, 8) 55%, rgb(163, 81, 11) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93490a', endColorstr='#a3510b',GradientType=0 ); } .background_glassySandyBrown6h, .hover_background_glassySandyBrown6h:hover, .active_background_glassySandyBrown6h:active:hover { background: #a3510b; background-image: -moz-linear-gradient(top, rgb(176, 88, 12) 0%, rgb(157, 78, 11) 50%, rgb(137, 68, 9) 55%, rgb(196, 97, 14) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 88, 12)), color-stop(50%, rgb(157, 78, 11)), color-stop(55%, rgb(137, 68, 9)), color-stop(100%, rgb(196, 97, 14))); background-image: -webkit-linear-gradient(top, rgb(176, 88, 12) 0%, rgb(157, 78, 11) 50%, rgb(137, 68, 9) 55%, rgb(196, 97, 14) 100%); background-image: -o-linear-gradient(top, rgb(176, 88, 12) 0%, rgb(157, 78, 11) 50%, rgb(137, 68, 9) 55%, rgb(196, 97, 14) 100%); background-image: -ms-linear-gradient(top, rgb(176, 88, 12) 0%, rgb(157, 78, 11) 50%, rgb(137, 68, 9) 55%, rgb(196, 97, 14) 100%); background-image: linear-gradient(to bottom, rgb(176, 88, 12) 0%, rgb(157, 78, 11) 50%, rgb(137, 68, 9) 55%, rgb(196, 97, 14) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0580c', endColorstr='#c4610e',GradientType=0 ); } .background_glassySandyBrown6a, .hover_background_glassySandyBrown6a:hover, .active_background_glassySandyBrown6a:active:hover { background: #a3510b; background-image: -moz-linear-gradient(top, rgb(196, 97, 14) 0%, rgb(137, 68, 9) 50%, rgb(157, 78, 11) 55%, rgb(176, 88, 12) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(196, 97, 14)), color-stop(50%, rgb(137, 68, 9)), color-stop(55%, rgb(157, 78, 11)), color-stop(100%, rgb(176, 88, 12))); background-image: -webkit-linear-gradient(top, rgb(196, 97, 14) 0%, rgb(137, 68, 9) 50%, rgb(157, 78, 11) 55%, rgb(176, 88, 12) 100%); background-image: -o-linear-gradient(top, rgb(196, 97, 14) 0%, rgb(137, 68, 9) 50%, rgb(157, 78, 11) 55%, rgb(176, 88, 12) 100%); background-image: -ms-linear-gradient(top, rgb(196, 97, 14) 0%, rgb(137, 68, 9) 50%, rgb(157, 78, 11) 55%, rgb(176, 88, 12) 100%); background-image: linear-gradient(to bottom, rgb(196, 97, 14) 0%, rgb(137, 68, 9) 50%, rgb(157, 78, 11) 55%, rgb(176, 88, 12) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4610e', endColorstr='#b0580c',GradientType=0 ); } .background_glassySandyBrown6s, .hover_background_glassySandyBrown6s:hover, .active_background_glassySandyBrown6s:active:hover { background: #a3510b; background-image: -moz-linear-gradient(top, rgb(221, 110, 15) 0%, rgb(196, 97, 14) 50%, rgb(172, 85, 12) 55%, rgb(239, 122, 23) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(221, 110, 15)), color-stop(50%, rgb(196, 97, 14)), color-stop(55%, rgb(172, 85, 12)), color-stop(100%, rgb(239, 122, 23))); background-image: -webkit-linear-gradient(top, rgb(221, 110, 15) 0%, rgb(196, 97, 14) 50%, rgb(172, 85, 12) 55%, rgb(239, 122, 23) 100%); background-image: -o-linear-gradient(top, rgb(221, 110, 15) 0%, rgb(196, 97, 14) 50%, rgb(172, 85, 12) 55%, rgb(239, 122, 23) 100%); background-image: -ms-linear-gradient(top, rgb(221, 110, 15) 0%, rgb(196, 97, 14) 50%, rgb(172, 85, 12) 55%, rgb(239, 122, 23) 100%); background-image: linear-gradient(to bottom, rgb(221, 110, 15) 0%, rgb(196, 97, 14) 50%, rgb(172, 85, 12) 55%, rgb(239, 122, 23) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6e0f', endColorstr='#ef7a17',GradientType=0 ); } .background_color_glassySandyBrown6, .hover_background_color_glassySandyBrown6:hover, .active_background_color_glassySandyBrown6:active:hover { background-color:#a3510b; } .background_first_color_glassySandyBrown6, .hover_background_first_color_glassySandyBrown6:hover, .active_background_first_color_glassySandyBrown6:active:hover { background-color:#93490a; } .background_last_color_glassySandyBrown6, .hover_background_last_color_glassySandyBrown6:hover, .active_background_color_last_glassySandyBrown6:active:hover { background-color:#a3510b; } /* ------------------------------ color settings -------------------------------*/ .color_glassySandyBrown6, .hover_color_glassySandyBrown6:hover, .active_color_glassySandyBrown6:active:hover { color: #c8c8c8; } .color_glassySandyBrown6h, .hover_color_glassySandyBrown6h:hover, .active_color_glassySandyBrown6h:active:hover { color: #c8c8c8; } .color_glassySandyBrown6a, .hover_color_glassySandyBrown6a:hover, .active_color_glassySandyBrown6a:active:hover { color: #ff0; } .color_glassySandyBrown6s, .hover_color_glassySandyBrown6s:hover, .active_color_glassySandyBrown6s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassySandyBrown6, .hover_border_glassySandyBrown6:hover, .active_border_glassySandyBrown6:active:hover { border-color: #763a08 #623107 #623107 #763a08; } .border_glassySandyBrown6h, .hover_border_glassySandyBrown6h:hover, .active_border_glassySandyBrown6h:active:hover { border-color: #763a08 #623107 #623107 #763a08; } .border_glassySandyBrown6a, .hover_border_glassySandyBrown6a:hover, .active_border_glassySandyBrown6a:active:hover { border-color: #5b2d06 #5b2d06 #5b2d06 #5b2d06; } .border_glassySandyBrown6s, .hover_border_glassySandyBrown6s:hover, .active_border_glassySandyBrown6s:active:hover { border-color: #5b2d06 #5b2d06 #5b2d06 #5b2d06; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassySandyBrown6, .hover_shadow_expand_glassySandyBrown6:hover, .active_shadow_expand_glassySandyBrown6:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(163, 81, 11, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(163, 81, 11, .39); box-shadow: 0em 0em 1em 0.25em rgba(163, 81, 11, .39); } .shadow_expand_glassySandyBrown6h, .hover_shadow_expand_glassySandyBrown6h:hover, .active_shadow_expand_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(196, 97, 14, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(196, 97, 14, .50); box-shadow: 0em 0em 1em 0.25em rgba(196, 97, 14, .50); } .shadow_expand_glassySandyBrown6a, .hover_shadow_expand_glassySandyBrown6a:hover, .active_shadow_expand_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .63); box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .63); } .shadow_expand_glassySandyBrown6s, .hover_shadow_expand_glassySandyBrown6s:hover, .active_shadow_expand_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .78); box-shadow: 0em 0em 1em 0.25em rgba(176, 88, 12, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassySandyBrown6, .hover_shadow_left_glassySandyBrown6:hover, .active_shadow_left_glassySandyBrown6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); } .shadow_left_glassySandyBrown6h, .hover_shadow_left_glassySandyBrown6h:hover, .active_shadow_left_glassySandyBrown6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); } .shadow_left_glassySandyBrown6a, .hover_shadow_left_glassySandyBrown6a:hover, .active_shadow_left_glassySandyBrown6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); } .shadow_left_glassySandyBrown6s, .hover_shadow_left_glassySandyBrown6s:hover, .active_shadow_left_glassySandyBrown6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassySandyBrown6, .hover_shadow_right_glassySandyBrown6:hover, .active_shadow_right_glassySandyBrown6:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(163, 81, 11, .39); -moz-box-shadow: 0.5em 0em 1em rgba(163, 81, 11, .39); box-shadow: 0.5em 0em 1em rgba(163, 81, 11, .39); } .shadow_right_glassySandyBrown6h, .hover_shadow_right_glassySandyBrown6h:hover, .active_shadow_right_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(196, 97, 14, .50); -moz-box-shadow: 0.5em 0em 1em rgba(196, 97, 14, .50); box-shadow: 0.5em 0em 1em rgba(196, 97, 14, .50); } .shadow_right_glassySandyBrown6a, .hover_shadow_right_glassySandyBrown6a:hover, .active_shadow_right_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .63); -moz-box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .63); box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .63); } .shadow_right_glassySandyBrown6s, .hover_shadow_right_glassySandyBrown6s:hover, .active_shadow_right_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .78); -moz-box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .78); box-shadow: 0.5em 0em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassySandyBrown6, .hover_shadow_top_glassySandyBrown6:hover, .active_shadow_top_glassySandyBrown6:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: 0em -0.5em 1em rgba(163, 81, 11, .39); box-shadow: 0em -0.5em 1em rgba(163, 81, 11, .39); } .shadow_top_glassySandyBrown6h, .hover_shadow_top_glassySandyBrown6h:hover, .active_shadow_top_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: 0em -0.5em 1em rgba(196, 97, 14, .50); box-shadow: 0em -0.5em 1em rgba(196, 97, 14, .50); } .shadow_top_glassySandyBrown6a, .hover_shadow_top_glassySandyBrown6a:hover, .active_shadow_top_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .63); box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .63); } .shadow_top_glassySandyBrown6s, .hover_shadow_top_glassySandyBrown6s:hover, .active_shadow_top_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .78); box-shadow: 0em -0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassySandyBrown6, .hover_shadow_bottom_glassySandyBrown6:hover, .active_shadow_bottom_glassySandyBrown6:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: 0em 0.5em 1em rgba(163, 81, 11, .39); box-shadow: 0em 0.5em 1em rgba(163, 81, 11, .39); } .shadow_bottom_glassySandyBrown6h, .hover_shadow_bottom_glassySandyBrown6h:hover, .active_shadow_bottom_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: 0em 0.5em 1em rgba(196, 97, 14, .50); box-shadow: 0em 0.5em 1em rgba(196, 97, 14, .50); } .shadow_bottom_glassySandyBrown6a, .hover_shadow_bottom_glassySandyBrown6a:hover, .active_shadow_bottom_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .63); box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .63); } .shadow_bottom_glassySandyBrown6s, .hover_shadow_bottom_glassySandyBrown6s:hover, .active_shadow_bottom_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .78); box-shadow: 0em 0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassySandyBrown6, .hover_shadow_top_left_glassySandyBrown6:hover, .active_shadow_top_left_glassySandyBrown6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); box-shadow: -0.5em -0.5em 1em rgba(163, 81, 11, .39); } .shadow_top_left_glassySandyBrown6h, .hover_shadow_top_left_glassySandyBrown6h:hover, .active_shadow_top_left_glassySandyBrown6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); box-shadow: -0.5em -0.5em 1em rgba(196, 97, 14, .50); } .shadow_top_left_glassySandyBrown6a, .hover_shadow_top_left_glassySandyBrown6a:hover, .active_shadow_top_left_glassySandyBrown6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .63); } .shadow_top_left_glassySandyBrown6s, .hover_shadow_top_left_glassySandyBrown6s:hover, .active_shadow_top_left_glassySandyBrown6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassySandyBrown6, .hover_shadow_top_right_glassySandyBrown6:hover, .active_shadow_top_right_glassySandyBrown6:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(163, 81, 11, .39); box-shadow: 0.5em -0.5em 1em rgba(163, 81, 11, .39); } .shadow_top_right_glassySandyBrown6h, .hover_shadow_top_right_glassySandyBrown6h:hover, .active_shadow_top_right_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(196, 97, 14, .50); box-shadow: 0.5em -0.5em 1em rgba(196, 97, 14, .50); } .shadow_top_right_glassySandyBrown6a, .hover_shadow_top_right_glassySandyBrown6a:hover, .active_shadow_top_right_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .63); box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .63); } .shadow_top_right_glassySandyBrown6s, .hover_shadow_top_right_glassySandyBrown6s:hover, .active_shadow_top_right_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .78); box-shadow: 0.5em -0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassySandyBrown6, .hover_shadow_bottom_left_glassySandyBrown6:hover, .active_shadow_bottom_left_glassySandyBrown6:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(163, 81, 11, .39); box-shadow: -0.5em 0.5em 1em rgba(163, 81, 11, .39); } .shadow_bottom_left_glassySandyBrown6h, .hover_shadow_bottom_left_glassySandyBrown6h:hover, .active_shadow_bottom_left_glassySandyBrown6h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(196, 97, 14, .50); box-shadow: -0.5em 0.5em 1em rgba(196, 97, 14, .50); } .shadow_bottom_left_glassySandyBrown6a, .hover_shadow_bottom_left_glassySandyBrown6a:hover, .active_shadow_bottom_left_glassySandyBrown6a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .63); box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .63); } .shadow_bottom_left_glassySandyBrown6s, .hover_shadow_bottom_left_glassySandyBrown6s:hover, .active_shadow_bottom_left_glassySandyBrown6s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .78); box-shadow: -0.5em 0.5em 1em rgba(176, 88, 12, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassySandyBrown6, .hover_shadow_bottom_right_glassySandyBrown6:hover, .active_shadow_bottom_right_glassySandyBrown6:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(163, 81, 11, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(163, 81, 11, .39); box-shadow: 0.5em 0.5em 1em rgba(163, 81, 11, .39); } .shadow_bottom_right_glassySandyBrown6h, .hover_shadow_bottom_right_glassySandyBrown6h:hover, .active_shadow_bottom_right_glassySandyBrown6h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(196, 97, 14, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(196, 97, 14, .50); box-shadow: 0.5em 0.5em 1em rgba(196, 97, 14, .50); } .shadow_bottom_right_glassySandyBrown6a, .hover_shadow_bottom_right_glassySandyBrown6a:hover, .active_shadow_bottom_right_glassySandyBrown6a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .63); box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .63); } .shadow_bottom_right_glassySandyBrown6s, .hover_shadow_bottom_right_glassySandyBrown6s:hover, .active_shadow_bottom_right_glassySandyBrown6s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .78); box-shadow: 0.5em 0.5em 1em rgba(176, 88, 12, .78); }
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5295e2e474d44295c03c4ca6ff8f327e387aaac2a8c4454e7564debf47d5d924.html
simonmysun/praxis
<!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="./dee303b1c98cbc04e064772061ef428339713604eecf0bdca73b81e647c0cff0.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>
v3/user-agent-detail/a2/29/a2293564-7453-4f85-8cd2-87bad02a46e4.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60</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"> Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Opera 11.60</td><td>Presto 2.10</td><td>Linux </td><td></td><td>Linux Desktop</td><td>Desktop</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^opera\/9\.80.*\(.*linux.*\).*version\/11\.60.*$/ [browser_name_pattern] => opera/9.80*(*linux*)*version/11.60* [parent] => Opera 11.60 [comment] => Opera 11.60 [browser] => Opera [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Opera Software ASA [browser_modus] => unknown [version] => 11.60 [majorver] => 11 [minorver] => 60 [platform] => Linux [platform_version] => unknown [platform_description] => Linux [platform_bits] => 32 [platform_maker] => Linux Foundation [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Linux Desktop [device_maker] => Various [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Linux Desktop [device_brand_name] => unknown [renderingengine_name] => Presto [renderingengine_version] => 2.10 [renderingengine_description] => For Opera 7 and above, Macromedia Dreamweaver MX and MX 2004 (Mac), and Adobe Creative Suite 2. [renderingengine_maker] => Opera Software ASA ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Opera 11.60</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Linux [browser] => Opera [version] => 11.60 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Opera 11.60</td><td>Presto </td><td>GNU/Linux </td><td>Intek</td><td>VT-100</td><td>tv</td><td></td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Opera [short_name] => OP [version] => 11.60 [engine] => Presto ) [operatingSystem] => Array ( [name] => GNU/Linux [short_name] => LIN [version] => [platform] => ) [device] => Array ( [brand] => IT [brandName] => Intek [model] => VT-100 [device] => 5 [deviceName] => tv ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => 1 [isDesktop] => 1 [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Opera 11.60</td><td><i class="material-icons">close</i></td><td>Linux </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60 ) [name:Sinergi\BrowserDetector\Browser:private] => Opera [version:Sinergi\BrowserDetector\Browser:private] => 11.60 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Linux [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60 ) ) [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] => Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60 ) ) ) </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>HbbTV 1.1.1</td><td><i class="material-icons">close</i></td><td>Linux </td><td>INTEK</td><td>VT-100 HD+</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 1 [minor] => 1 [patch] => 1 [family] => HbbTV ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Linux ) [device] => UAParser\Result\Device Object ( [brand] => INTEK [model] => VT-100 HD+ [family] => HbbTV ) [originalUserAgent] => Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Opera Devices 3.2</td><td>Presto 2.10.250</td><td> </td><td>INTEK</td><td>VT-100 HD+</td><td>television</td><td></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Opera Devices [version] => 3.2 [type] => browser ) [engine] => Array ( [name] => Presto [version] => 2.10.250 ) [device] => Array ( [type] => television [manufacturer] => INTEK [model] => VT-100 HD+ ) ) </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>Opera 11.60</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Opera [vendor] => Opera [version] => 11.60 [category] => pc [os] => Linux [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Opera 12.50</td><td><i class="material-icons">close</i></td><td>Linux armv7l </td><td></td><td>SmartTV</td><td>Smart-TV</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Linux armv7l [advertised_device_os_version] => [advertised_browser] => Opera [advertised_browser_version] => 12.50 [complete_device_name] => Generic SmartTV [form_factor] => Smart-TV [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => SmartTV [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2011_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => none [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => false [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 685 [resolution_height] => 600 [columns] => 120 [max_image_width] => 650 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => false [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => true [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => true [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => true [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:40:15</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.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>
orders.html
QuantumArchive/cookie-stand
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link href="style.css" type='text/css' rel='stylesheet'> <link href="https://fonts.googleapis.com/css?family=Baloo+Paaji" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet"> <title></title> </head> <body> <div id="maincontainer"> <div class="centerblock"> <h1>Pat's Salmon Cookies</h1> <div id="filldivbar"> <img src="salmon.png"> </div> <h2 id="quoteheader">"A delightful treat from the Pacific Northwest!"</h2> </div> <div class="centerblock" id="navbar"> <div id="navtitleholder"> <div id="navimageleft"> <img src="assets/chinook-v2-reverse.png"> </div> <h2 id="navtitle">Site Navigation</h2> <div id="navimageright"> <img src="assets/chinook-v2.png"> </div> </div> <hr> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="sales.html">Sales Information</a></li> <li><a href="locations.html">Locations</a></li> <li><a href="merchandise.html">Merchandise</a></li> <li><a href="hours.html">Store Hours</a></li> <li><a href="contactinfo.html">Contact Information</a></li> <ul> </nav> </div> <div class="centerblock"> <h2>Orders</h2> <hr> <div class="holdblock tableblock"> <main id="orders"></main> </div> </div> </div> <script src="orders.js" type="text/javascript"></script> </body> </html>
v5/user-agent-detail/1e/15/1e155621-8d5e-41b1-b6df-b32afbc50a68.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - OneBrowser/3.0 (SAMSUNG-GT-S5253/S5253DDKJ2)</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"> OneBrowser/3.0 (SAMSUNG-GT-S5253/S5253DDKJ2) </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S5253</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] => OneBrowser/3.0 (SAMSUNG-GT-S5253/S5253DDKJ2) [family] => Samsung GT-S5253 [brand] => Samsung [model] => GT-S5253 ) </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>OneBrowser 3.0</td><td>WebKit </td><td> </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</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] => /^onebrowser\/3\.0.*$/ [browser_name_pattern] => onebrowser/3.0* [parent] => OneBrowser 3.0 [comment] => OneBrowser 3.0 [browser] => OneBrowser [browser_type] => Browser [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 3.0 [majorver] => 3 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [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] => [isfake] => [isanonymized] => [ismodified] => [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>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>OneBrowser 3.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>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.0156</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] => /^onebrowser\/3\.0.*$/ [browser_name_pattern] => onebrowser/3.0* [parent] => OneBrowser 3.0 [comment] => OneBrowser 3.0 [browser] => OneBrowser [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 3.0 [majorver] => 3 [minorver] => 0 [platform] => unknown [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>OneBrowser 3.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] => OneBrowser [version] => 3.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> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => GenericBrowser [browserVersion] => [osName] => [osVersion] => [deviceModel] => Samsung [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>OneBrowser 3.0</td><td><i class="material-icons">close</i></td><td>Bada </td><td style="border-left: 1px solid #555">Samsung</td><td>Wave 525</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.2028</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => Wave 525 [version] => 3.0 [is_android] => [browser_name] => OneBrowser [operating_system_family] => Bada [operating_system_version] => [is_ios] => [producer] => Samsung [operating_system] => Bada [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>ONE Browser 3.0</td><td>WebKit </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S5253</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => ONE Browser [short_name] => OE [version] => 3.0 [engine] => WebKit ) [operatingSystem] => Array ( ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GT-S5253 [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.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>ONE Browser 3.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S5253</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 3 [minor] => 0 [patch] => [family] => ONE Browser ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-S5253 [family] => Samsung GT-S5253 ) [originalUserAgent] => OneBrowser/3.0 (SAMSUNG-GT-S5253/S5253DDKJ2) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UserAgentStringCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>OneBrowser 3.0</td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.234</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => OneBrowser 3 [browser_version] => 3 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => onebrowser [operating_system_version] => [simple_operating_platform_string] => Samsung GT-S5253 [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => [operating_system_version_full] => [operating_platform_code] => GT-S5253 [browser_name] => OneBrowser [operating_system_name_code] => [user_agent] => OneBrowser/3.0 (SAMSUNG-GT-S5253/S5253DDKJ2) [browser_version_full] => 3.0 [browser] => OneBrowser 3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>OneBrowser 3.0</td><td> </td><td>Bada </td><td style="border-left: 1px solid #555">Samsung</td><td>Wave 525</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</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] => OneBrowser [version] => 3.0 [type] => browser ) [os] => Array ( [name] => Bada ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Wave 525 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></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.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => [device_name] => [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => false [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] => 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] => 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] => html_wi_oma_xhtmlmp_1_0 [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] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 90 [resolution_height] => 90 [columns] => 11 [max_image_width] => 90 [max_image_height] => 35 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [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] => 256 [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] => 4000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => 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] => 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] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false ) ) </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>OneBrowser 3.0</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>GT-S5253</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://one-browser.com/ [title] => OneBrowser 3.0 [code] => onebrowser [version] => 3.0 [name] => OneBrowser [image] => img/16/browser/onebrowser.png ) [os] => Array ( [link] => [name] => [version] => [code] => null [x64] => [title] => [type] => os [dir] => os [image] => img/16/os/null.png ) [device] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung GT-S5253 [model] => GT-S5253 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) [platform] => Array ( [link] => http://www.samsungmobile.com/ [title] => Samsung GT-S5253 [model] => GT-S5253 [brand] => Samsung [code] => samsung [dir] => device [type] => device [image] => img/16/device/samsung.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:52:50</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>
docs/Compiler.html
theblacksmith/tsmc
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <title>TSMC Class: Compiler</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> <style> .sideMenu { margin-left: 320px!important; } #main { margin-top: 46px; } #mainMenu { position: fixed; left: 0px; top: 0px; } #searchBox { vertical-align: none !important; padding-right: 0px; width:238px; } .sideMargin { margin-left: 15px; } .sunlight-code-container { border:none!important; } .navTitle { font-size:15px; padding:0px; } .nav-list { width: 100%; } .nav-list { padding-left:20px; } .nav-list li { line-height: 16px; } .handCursor { cursor: pointer; } .nav-pills > li > a { padding-top: 0px; padding-bottom: 0px; } #projectTitle { position: fixed; padding-left: 10px; padding-top: 5px; font-size: 26px; font-weight: lighter; letter-spacing: -1px; background-color: #FFF; width: 100%; height: 35px; line-height: 18px; color: #000; border-bottom: 1px solid rgba(0,0,0,.2); z-index: 10; } h1, h2, h3, h4, h5, h6 { font-family: 'Helvetica Neue'; font-weight: lighter; } h3 { font-size: 22px; font-weight: lighter; } .page-title { font-weight: lighter; font-size: 28px; letter-spacing: -2px; padding-top:0px; } .well { padding: 5px; width:280px; margin-left:0px; } .menuFrame { margin-top: 20px; overflow:hidden; overflow-y:auto; } .menuFrame::-webkit-scrollbar { -webkit-appearance: none; } .menuFrame::-webkit-scrollbar:vertical { width: 11px; } .menuFrame::-webkit-scrollbar:horizontal { height: 11px; } .menuFrame::-webkit-scrollbar-thumb { border-radius: 8px; border: 2px solid white; /* should match background, can't be transparent */ background-color: rgba(0, 0, 0, .5); } .container-fluid { padding-left: 10px; } #side-menu { height: 415px; box-shadow: inset 0 0 10px rgba(0,0,0,.5); border: 1px solid #999; } #menuAside { margin-top:50px; position:fixed; } .member { font-size: 14px; color:#000; background-color:#FFF; border:1px solid #2fa4e7; } .member:hover { background-color:#F6F6F6; } .member-open .paramSignature{ font-size: 14px; color: #2fa4e7; } .member-collapsed .paramSignature{ font-size: 14px; color: #2fa4e7; } .routeTitle{ cursor: pointer; } .genericAnnotation { color:#2fa4e7; } .sourceBar { margin-top: -5px; } .twitter-typeahead { top: -5px; } .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; background-color: #F00; border-radius: 20px; } .tt-hint { top: 2px!important; padding-left: 10px!important; width: 188px; text-indent: 4px; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .tt-suggestion { display: block; padding: 3px 20px; } .tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) } .tt-suggestion.tt-is-under-cursor a { color: #fff; } .tt-suggestion p { margin: 0; } </style> </head> <body> <div id="projectTitle"> <div id="btnCollapse" class="btn collapseSidebarButton btn-primary"><i class="icon-th-list icon-white"></i></div> TSMC </div> <div class="container-fluid"> <div id="menuAside"> <aside class="well span3 oc" id="side-menu" role="navigation"> <div style="margin-left: 10px; margin-top: 10px;"> <input type="text" id="searchBox" class="search-query typeahead" placeholder="Search"> </div> <div class="menuFrame" id="sideMenuFrame"> <ul id="menuContainer" class="nav nav-pills nav-stacked"> <li class="nav-header navTitle"><a href="index.html">INDEX</a></li> <li class="divider"></li> <li id="navTitle_Tutorials" class="nav-header navTitle"> <a class="handCursor" data-toggle="collapse" data-id="T_Tutorials" data-target="#collapse_Tutorials">Tutorials<span class="badge badge-info pull-right">3</span></a> </li> <li id="navContents_Tutorials"> <div id="collapse_Tutorials" class="collapse"> <ul class="nav nav-list" style="width:100%;margin-left:-8px;"> <?j <li> <a href="tutorial-Defining-a-module.html">Defining a module</a> </li> <li> <a href="tutorial-Home.html">Home</a> </li> <li> <a href="tutorial-Quick-Start.html">Quick Start</a> </li> <li class="divider"></li> </ul> </div> </li> <li id="navTitle_Classes" class="nav-header navTitle"> <a class="handCursor" data-toggle="collapse" data-id="T_Classes" data-target="#collapse_Classes">Classes<span class="badge badge-info pull-right">5</span></a> </li> <li id="navContents_Classes"> <div id="collapse_Classes" class="collapse"> <ul class="nav nav-list" style="width:100%;margin-left:-8px;"> <li><a href="CompilationOptions.html">CompilationOptions</a></li><li><a href="Compiler.html">Compiler</a></li><li><a href="Docs.html">Docs</a></li><li><a href="ModuleConfig.html">ModuleConfig</a></li><li><a href="ModuleRef.html">ModuleRef</a></li> </ul> </div> </li> <li id="navTitle_Callbacks" class="nav-header navTitle"> <a class="handCursor" data-toggle="collapse" data-id="T_Callbacks" data-target="#collapse_Callbacks">Callbacks</a> </li> <li id="navContents_Callbacks"> <div id="collapse_Callbacks" class="collapse"> <ul class="nav nav-list" style="width:100%;margin-left:-8px;"> <li><a href="html#Compiler~onError">Compiler~onError</a></li> </ul> </div> </li> </ul> </div> <script> var searchMembers = [{"realName":"CompilationOptions","link":"CompilationOptions"},{"realName":"Compiler","link":"Compiler"},{"realName":"Docs","link":"Docs"},{"realName":"ModuleConfig","link":"ModuleConfig"},{"realName":"ModuleRef","link":"ModuleRef"},{"realName":"Compiler~onError","link":""}]; </script> </aside> </div> <div id="docContents" class="sideMenu sideMargin"> <div style="width:100%"> <div id="main"> <h1 class="page-title"> Class: Compiler </h1> <section> <header> </header> <article> <div class="container-overview"> <dt> <a name="Compiler"></a> <h4 class="name" id="Compiler"><span class="btn btn-mini btn btn-danger">C</span> new Compiler( cwd: <span class="paramSignature">string</span> ) <a href="compiler.ts.html"><div style="font-weight:lighter; float:right;" class="btn sourceBar"><i class="icon-eye-open"></i></div></a> </h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>cwd</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> process.cwd() </td> <td class="description last"><p>The working directory</p></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> <span>Returns:</span> <div class="param-desc"> <p>Compiler</p> </div> </dd> </div> <h3 class="subsection-title">Methods</h3> <dl> <dt> <a name="compile"></a> <h4 class="name" id="compile"><span class="btn btn-mini btn-success" title="public">M</span> compile( tsmPath: <span class="paramSignature">string</span>, onError: <span class="paramSignature">Compiler~onError</span> ) </h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tsmPath</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>onError</code></td> <td class="type"> <span class="param-type"><a href="Compiler.html#onError">Compiler~onError</a></span> </td> <td class="description last"><p>A callback function with the signature (error: string)</p></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> </dd> <dt> <a name="compile"></a> <h4 class="name" id="compile"><span class="btn btn-mini btn-success" title="public">M</span> compile( tsmRef: <span class="paramSignature">ModuleRef</span>, onError: <span class="paramSignature">Compiler~onError</span> ) </h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tsmRef</code></td> <td class="type"> <span class="param-type"><a href="ModuleRef.html">ModuleRef</a></span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>onError</code></td> <td class="type"> <span class="param-type"><a href="Compiler.html#onError">Compiler~onError</a></span> </td> <td class="description last"><p>A callback function with the signature (error: string)</p></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> </dd> <dt> <a name="compile"></a> <h4 class="name" id="compile"><span class="btn btn-mini btn-success" title="public">M</span> compile( tsmConfig: <span class="paramSignature">ModuleConfig</span>, onError: <span class="paramSignature">Compiler~onError</span> ) </h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tsmConfig</code></td> <td class="type"> <span class="param-type"><a href="ModuleConfig.html">ModuleConfig</a></span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>onError</code></td> <td class="type"> <span class="param-type"><a href="Compiler.html#onError">Compiler~onError</a></span> </td> <td class="description last"><p>A callback function with the signature (error: string)</p></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> </dd> <dt> <a name="removeRefsFromFile"></a> <h4 class="name" id="removeRefsFromFile"><span class="btn btn-mini btn-success" title="public">M</span> removeRefsFromFile( ) </h4> </dt> <dd> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> <dt class="tag-todo">To Do:</dt> <dd class="tag-todo"> <ul> <li>The idea is to remove the references to submodules when compiling the supermodule The Problem: We can't actually modify the source files. First idea: Copy them to another place and modify the copies. But, it isn't as simple as that because references in source to files outside the module are usually relative So we need to either replace the relative references with absolute ones.</li> </ul> </dd> </dl> </dd> </dl> <dl><h3 class="subsection-title">Callbacks</h3> <dt> <a name="onError"></a> <h4 class="name" id="onError"><span class="btn btn-mini btn btn-warning">&rarr;</span> onError( error: <span class="paramSignature">string</span> ) </h4> </dt> <dd> <div class="description"> <p>Compiler onError callback</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>error</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> </dd> </dl> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="compiler.ts.html">compiler.ts</a></dt> --> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <link rel='stylesheet' href='styles/custom.css'/> <br /> <span class="copyright"> TSMC Copyright © 2013 TheBlacksmith - Licensed under MIT License </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0</a> on Tue Nov 19 2013 23:24:02 GMT-0200 (BRST) using the <a href="https://github.com/xperiments/TSDoc">TSDoc template</a>. </span> </footer> </div> <!-- <div class="span3"> <div id="toc"></div> </div> --> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap.min.js"></script> <script> Sunlight.highlightAll({lineNumbers:false, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { var searchItems = []; var searchMap = {}; var mapName = ""; for( var i=0; i<searchMembers.length; i++ ) { realName = searchMembers[i].realName; searchItems.push( realName ); searchMap[ realName ] = searchMembers[ i ]; } $('.typeahead').typeahead({ source: searchItems, matcher: function(item) { //console.log('aaa'+item, this.query, item.indexOf( this.query.toLowerCase() )==-1?false:true) // evaluate item variable and return true if the item was matched. return item.toLowerCase().indexOf( this.query.toLowerCase() )==-1?false:true; }, updater: function (item) { window.location.href = searchMap[ item ].link+'.html'; } }); // Move Tutorials to bottom //$('#menuContainer').append($('#navTitle_Tutorials')); //$('#menuContainer').append($('#navContents_Tutorials')); $(window).resize(function() { $('#side-menu').height( $(window).height()-70 ); $('#sideMenuFrame').height( $(window).height()-140 ); if( $(window).width() <480 ) { $('#side-menu').hide(); $('#docContents').removeClass('sideMenu'); } }); $(window).trigger('resize') $('#btnCollapse').click(function() { $('#side-menu').toggle(); $('#docContents').toggleClass('sideMenu'); }) $('#btnHome').click(function() { document.location.href="index.html" }) $('.sourceBar').click(function(){}) var lastMenuSelection = window.localStorage.getItem('lastMenuSelection') || null; if( lastMenuSelection ) $('a[data-id='+lastMenuSelection+']').click(); $('a[data-toggle=collapse]').click(function(){ if( lastMenuSelection == $(this).attr('data-id') ) return; if( lastMenuSelection ) $('a[data-id='+lastMenuSelection+']').click(); lastMenuSelection = $(this).attr('data-id'); window.localStorage.setItem('lastMenuSelection', lastMenuSelection ) }); } ); </script> <script> $( function () { $('#main').localScroll({ offset: { top: 56 } //offset by the height of your header (give or take a few px, see what works for you) }); $(".routeTitle").on('click', function(){ $(this).next().slideToggle(); }); $( "dt h4.name" ).each( function () { var $this = $( this ); //var icon = $( "<i/>" ).addClass( "icon-plus-sign" ).addClass( "pull-right" ); var dt = $this.parents( "dt" ); var children = dt.next( "dd" ); //$this.append( icon ).css( {cursor : "pointer"} ); $this.addClass( "member-collapsed" ).addClass( "member" ); children.hide(); $this.toggle( function () { //icon.addClass( "icon-minus-sign" ).removeClass( "icon-plus-sign" ); $this.addClass( "member-open" ).removeClass( "member-collapsed" ); children.slideDown(); }, function () { //icon.addClass( "icon-plus-sign" ).removeClass( "icon-minus-sign" ); $this.addClass( "member-collapsed" ).removeClass( "member-open" ); children.slideUp(); } ); } ); $('.sourceBar').click(function(event){event.stopPropagation();}) } ); </script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/46103.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Flaugnac est un village géographiquement positionné dans le département de Lot en Midi-Pyrénées. Elle comptait 405 habitants en 2008.</p> <p>Le nombre de logements, à Flaugnac, était réparti en 2011 en quatre appartements et 249 maisons soit un marché plutôt équilibré.</p> <p>À proximité de Flaugnac sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/saint-paul-de-loubressac_46287/">Saint-Paul-de-Loubressac</a> localisée à 4&nbsp;km, 504 habitants, <a href="{{VLROOT}}/immobilier/lhospitalet_46172/">Lhospitalet</a> située à 9&nbsp;km, 441 habitants, <a href="{{VLROOT}}/immobilier/montfermier_82128/">Montfermier</a> localisée à 6&nbsp;km, 111 habitants, <a href="{{VLROOT}}/immobilier/sainte-alauzie_46248/">Sainte-Alauzie</a> située à 7&nbsp;km, 135 habitants, <a href="{{VLROOT}}/immobilier/sauveterre_82177/">Sauveterre</a> localisée à 9&nbsp;km, 167 habitants, <a href="{{VLROOT}}/immobilier/pern_46217/">Pern</a> située à 5&nbsp;km, 396 habitants, entre autres. De plus, Flaugnac est située à seulement 29&nbsp;km de <a href="{{VLROOT}}/immobilier/montauban_82121/">Montauban</a>.</p> <p>Si vous pensez demenager à Flaugnac, vous pourrez aisément trouver une maison à acheter. </p> <p>La ville compte quelques aménagements, elle dispose, entre autres, de un terrain de tennis.</p> </div>
tests/templates/authoredmock_form.html
audiolion/django-behaviors
{% extends 'base.html' %} {% block content %} <form action="" method="post"> {% csrf_token %} <table> {{ form.as_table }} </table> <input type="submit" value="Submit"> </form> {% endblock %}
stylesheets/blog-page.css
kennygeiler/kennygeiler.github.io
body { background-image: url('blog-background.jpg'); } .row1 { margin-right: 180px; margin-left: 180px; font-family: Georgia; background-color: white; margin-top: 80px; margin-bottom: 30px; padding: 20px; } .intro { opacity: .8; color: white; text-align: center; background-color: black; margin-top: 20px; margin-left: 150px; margin-right: 150px; padding: 30px; } .intro h2 { font-size: 400%; font-family: "Courier New", Courier, monospace; }
doc/html/functions_func.html
JamesBremner/simodbus
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <!-- Generated by Doxygen 1.7.6.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> </ul> </div> </div> <div class="contents"> &#160;<ul> <li>cConnectionSerial() : <a class="el" href="classcConnectionSerial.html#a48da15f522e1d51ef994230694955dac">cConnectionSerial</a> </li> <li>Connect() : <a class="el" href="classcConnectionSerial.html#ae210e6cc436e0ecf18668931ca98ea67">cConnectionSerial</a> , <a class="el" href="classcConnectionTCP.html#a242eb84150b6dcd2b60d7b72a58a180e">cConnectionTCP</a> , <a class="el" href="classcConnectionBase.html#a4eaf9374afe165cf2e4a60e03efcc9af">cConnectionBase</a> </li> <li>IsOpened() : <a class="el" href="classcConnectionBase.html#a5ac1e607added0d778042a47e8b5146f">cConnectionBase</a> , <a class="el" href="classcConnectionSerial.html#abd99090c9febde25c02b5a335f377b92">cConnectionSerial</a> </li> <li>Poll() : <a class="el" href="classcModBusSim.html#ae2afd6a296dceac9b89ab9102dab527f">cModBusSim</a> </li> <li>ReadData() : <a class="el" href="classcConnectionBase.html#a0bab2a0bff0cd5b2e4bf8460d17d0cf5">cConnectionBase</a> , <a class="el" href="classcConnectionSerial.html#a6e222534e9219d4784a32a08be0d229b">cConnectionSerial</a> </li> <li>ReadDataWaiting() : <a class="el" href="classcConnectionBase.html#a1827e0c580246611fb2aae33a47107e8">cConnectionBase</a> , <a class="el" href="classcConnectionSerial.html#aa7fb8f03aebce0555c5649b07166b021">cConnectionSerial</a> </li> <li>SendData() : <a class="el" href="classcConnectionBase.html#a7454e8a19827dd5220366c078d3d842b">cConnectionBase</a> , <a class="el" href="classcConnectionTCP.html#a6364bb3ff87ead3a1bf16bd4276628ce">cConnectionTCP</a> , <a class="el" href="classcConnectionSerial.html#ae6206da7cbdfaec75f95ce06170e670d">cConnectionSerial</a> </li> <li>SendQueryRead() : <a class="el" href="classcModBusSim.html#a1d3a5ed378348b95ffac4e7d4b55dd59">cModBusSim</a> </li> <li>Slave() : <a class="el" href="classcModBusSim.html#a79166ebbc1fbb15078c54d63bcea9ef0">cModBusSim</a> </li> <li>WaitForData() : <a class="el" href="classcConnectionBase.html#a45063b3fe13400d60bc60ec419f1b092">cConnectionBase</a> , <a class="el" href="classcConnectionSerial.html#ac473f6d99788eb7ce7589fe7fc7fe2c9">cConnectionSerial</a> </li> <li>~DlgConfiger() : <a class="el" href="classsimodbus_1_1DlgConfiger.html#ad3191deb0aeead1d2f7c7c87853852c4">simodbus::DlgConfiger</a> </li> <li>~Form1() : <a class="el" href="classsimodbus_1_1Form1.html#ac6077bf0d9ddee8cbfb1391e29a13408">simodbus::Form1</a> </li> </ul> </div><!-- contents --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <hr class="footer"/><address class="footer"><small> Generated on Tue Apr 16 2013 08:28:54 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
v4/user-agent-detail/95/91/9591493c-0e37-49ad-a701-691814d14c20.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 </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">Samsung</td><td>SM-N900T</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 [family] => Samsung SM-N900T [brand] => Samsung [model] => SM-N900T ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Chrome 30.0</td><td>Blink </td><td>Android 4.3</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.031</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\.3.*\) applewebkit\/.* \(khtml, like gecko.*\) chrome\/30\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.3*) applewebkit/* (khtml, like gecko*) chrome/30.*safari/* [parent] => Chrome 30.0 for Android [comment] => Chrome 30.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 30.0 [majorver] => 30 [minorver] => 0 [platform] => Android [platform_version] => 4.3 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 30.0.1599.92</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] => Chrome [version] => 30.0.1599.92 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Chrome Mobile 30.0.1599.92</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-N900T</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.27305</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] => 1920 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => SM-N900T [version] => 30.0.1599.92 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.3 Jelly Bean [mobile_screen_width] => 1080 [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>Chrome Mobile 30.0</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555">Samsung</td><td>GALAXY Note 3</td><td>phablet</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] => Chrome Mobile [short_name] => CM [version] => 30.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.3 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GALAXY Note 3 [device] => 10 [deviceName] => phablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => 1 [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.0</small></td><td>Chrome 30.0.1599.92</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 30.0.1599.92 [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.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.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 ) ) [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.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Chrome Mobile 30.0.1599</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-N900T</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 30 [minor] => 0 [patch] => 1599 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 3 [patch] => [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => SM-N900T [family] => Samsung SM-N900T ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 ) </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.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.10702</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.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Chrome 30.0.1599.92</td><td>WebKit 537.36</td><td>Android 4.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.43109</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 30 on Android (Jelly Bean) [browser_version] => 30 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JLS36G ) [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] => Jelly Bean [simple_operating_platform_string] => Samsung SM-N900T [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.3 [operating_platform_code] => SM-N900T [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.3; SM-N900T Build/JLS36G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.92 Mobile Safari/537.36 [browser_version_full] => 30.0.1599.92 [browser] => Chrome 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>WhichBrowser<br /><small>2.0.10</small></td><td>Chrome 30</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy Note 3</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.037</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 30 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.3 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Galaxy Note 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>Woothee<br /><small>v1.2.0</small></td><td>Chrome 30.0.1599.92</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 30.0.1599.92 [category] => smartphone [os] => Android [os_version] => 4.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>Chromium 28</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-N900T</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.19998</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] => 4.3 [advertised_browser] => Chromium [advertised_browser_version] => 28 [complete_device_name] => Samsung SM-N900T (Galaxy Note 3) [form_factor] => Smartphone [is_phone] => true [is_app_webview] => true ) [all] => Array ( [brand_name] => Samsung [model_name] => SM-N900T [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/SM-N900T.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.3 [pointing_method] => touchscreen [release_date] => 2013_august [marketing_name] => Galaxy Note 3 [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] => 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] => 1080 [resolution_height] => 1920 [columns] => 25 [max_image_width] => 360 [max_image_height] => 640 [rows] => 21 [physical_screen_width] => 71 [physical_screen_height] => 127 [dual_orientation] => true [density_class] => 3.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] => true [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] => 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] => 1048576 [mms_max_height] => 2560 [mms_max_width] => 2560 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => false [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => true [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [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] => true [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:35:44</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.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>
techdocs/gofPatterns/uml/adapter.class.violet.html
sputnik27/sputnik27.github.io
<HTML> <HEAD> <META name="description" content="Violet UML Editor cross format document" /> <META name="keywords" content="Violet, UML" /> <META charset="UTF-8" /> <SCRIPT type="text/javascript"> function switchVisibility() { var obj = document.getElementById("content"); obj.style.display = (obj.style.display == "block") ? "none" : "block"; } </SCRIPT> </HEAD> <BODY> This file was generated with Violet UML Editor 2.0.1. &nbsp;&nbsp;(&nbsp;<A href=# onclick="switchVisibility()">View Source</A>&nbsp;/&nbsp;<A href="http://sourceforge.net/projects/violet/files/violetumleditor/" target="_blank">Download Violet</A>&nbsp;) <BR /> <BR /> <SCRIPT id="content" type="text/xml"><![CDATA[<ClassDiagramGraph id="1"> <nodes id="2"> <NoteNode id="3"> <children id="4"/> <location class="Point2D.Double" id="5" x="350.0" y="90.0"/> <id id="6" value="ac92c4b4-2210-477a-ab45-1c1f085ddfd7"/> <revision>1</revision> <backgroundColor id="7"> <red>255</red> <green>255</green> <blue>255</blue> <alpha>255</alpha> </backgroundColor> <borderColor id="8"> <red>0</red> <green>0</green> <blue>0</blue> <alpha>255</alpha> </borderColor> <textColor reference="8"/> <text id="9" justification="0" size="4" underlined="false"> <text>Class-Adapter</text> </text> <color id="10"> <red>255</red> <green>239</green> <blue>213</blue> <alpha>255</alpha> </color> </NoteNode> <ClassNode id="11"> <children id="12"/> <location class="Point2D.Double" id="13" x="350.0" y="150.0"/> <id id="14" value="10251c86-4bd8-47f6-8592-b7b062fc73f6"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="15" justification="1" size="3" underlined="false"> <text>Client</text> </name> <attributes id="16" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="17" justification="0" size="4" underlined="false"> <text></text> </methods> </ClassNode> <ClassNode id="18"> <children id="19"/> <location class="Point2D.Double" id="20" x="540.0" y="160.0"/> <id id="21" value="c95113e8-ca7f-4307-9dfb-44cbf70d587d"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="22" justification="1" size="3" underlined="false"> <text>Target</text> </name> <attributes id="23" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="24" justification="0" size="4" underlined="false"> <text>operation()</text> </methods> </ClassNode> <ClassNode id="25"> <children id="26"/> <location class="Point2D.Double" id="27" x="700.0" y="160.0"/> <id id="28" value="1d258a1a-7b2a-4bd6-9117-eadb47ffddca"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="29" justification="1" size="3" underlined="false"> <text>Adaptee</text> </name> <attributes id="30" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="31" justification="0" size="4" underlined="false"> <text>specialOperation()</text> </methods> </ClassNode> <ClassNode id="32"> <children id="33"/> <location class="Point2D.Double" id="34" x="630.0" y="260.0"/> <id id="35" value="a5c066bc-0337-46a4-a3f0-9accd3ab3dfa"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="36" justification="1" size="3" underlined="false"> <text>Adapter</text> </name> <attributes id="37" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="38" justification="0" size="4" underlined="false"> <text>operation()</text> </methods> </ClassNode> <ClassNode id="39"> <children id="40"/> <location class="Point2D.Double" id="41" x="360.0" y="450.0"/> <id id="42" value="93c13bc7-d274-4b2c-98c7-fda3227ca292"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="43" justification="1" size="3" underlined="false"> <text>Client</text> </name> <attributes id="44" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="45" justification="0" size="4" underlined="false"> <text></text> </methods> </ClassNode> <ClassNode id="46"> <children id="47"/> <location class="Point2D.Double" id="48" x="510.0" y="450.0"/> <id id="49" value="63803b72-b541-4652-b89f-136b2642fad4"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="50" justification="1" size="3" underlined="false"> <text>Target</text> </name> <attributes id="51" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="52" justification="0" size="4" underlined="false"> <text>operation()</text> </methods> </ClassNode> <ClassNode id="53"> <children id="54"/> <location class="Point2D.Double" id="55" x="520.0" y="560.0"/> <id id="56" value="e0524c47-d025-419f-8ccc-7e9aca7760a3"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="57" justification="1" size="3" underlined="false"> <text>Adapter</text> </name> <attributes id="58" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="59" justification="0" size="4" underlined="false"> <text>operation()</text> </methods> </ClassNode> <ClassNode id="60"> <children id="61"/> <location class="Point2D.Double" id="62" x="730.0" y="480.0"/> <id id="63" value="6902c022-65af-4ee2-8fe9-e87161675379"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <name id="64" justification="1" size="3" underlined="false"> <text>Adaptee</text> </name> <attributes id="65" justification="0" size="4" underlined="false"> <text></text> </attributes> <methods id="66" justification="0" size="4" underlined="false"> <text>specialOperation()</text> </methods> </ClassNode> <NoteNode id="67"> <children id="68"/> <location class="Point2D.Double" id="69" x="620.0" y="330.0"/> <id id="70" value="ade38e43-0652-466d-99a9-b4bfd3e4a1b3"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <text id="71" justification="0" size="4" underlined="false"> <text>specialOperation()</text> </text> <color id="72"> <red>255</red> <green>228</green> <blue>181</blue> <alpha>255</alpha> </color> </NoteNode> <NoteNode id="73"> <children id="74"/> <location class="Point2D.Double" id="75" x="360.0" y="390.0"/> <id id="76" value="b45f92eb-7b02-4c92-a26d-e0250917e5b9"/> <revision>1</revision> <backgroundColor id="77"> <red>255</red> <green>255</green> <blue>255</blue> <alpha>255</alpha> </backgroundColor> <borderColor id="78"> <red>0</red> <green>0</green> <blue>0</blue> <alpha>255</alpha> </borderColor> <textColor reference="78"/> <text id="79" justification="0" size="4" underlined="false"> <text>Object-Adapter</text> </text> <color reference="10"/> </NoteNode> <NoteNode id="80"> <children id="81"/> <location class="Point2D.Double" id="82" x="480.0" y="640.0"/> <id id="83" value="f6ecb257-f80b-428a-823e-89e0ad36a5e4"/> <revision>1</revision> <backgroundColor reference="7"/> <borderColor reference="8"/> <textColor reference="8"/> <text id="84" justification="0" size="4" underlined="false"> <text>specialObject.specialOperation()</text> </text> <color reference="72"/> </NoteNode> </nodes> <edges id="85"> <AssociationEdge id="86"> <start class="ClassNode" reference="11"/> <end class="ClassNode" reference="18"/> <startLocation class="Point2D.Double" id="87" x="80.0" y="20.0"/> <endLocation class="Point2D.Double" id="88" x="30.0" y="30.0"/> <transitionPoints id="89"/> <id id="90" value="735c7fa9-ecc5-429e-b9a8-0db5de5e53f0"/> <revision>1</revision> <bentStyle id="91" name="AUTO"/> <startLabel></startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </AssociationEdge> <InheritanceEdge id="92"> <start class="ClassNode" reference="32"/> <end class="ClassNode" reference="18"/> <startLocation class="Point2D.Double" id="93" x="40.0" y="20.0"/> <endLocation class="Point2D.Double" id="94" x="80.0" y="50.0"/> <transitionPoints id="95"/> <id id="96" value="e180d66e-c1dd-47c4-98cd-2b4fc8e12995"/> <revision>1</revision> <bentStyle reference="91"/> <startLabel></startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </InheritanceEdge> <InheritanceEdge id="97"> <start class="ClassNode" reference="32"/> <end class="ClassNode" reference="25"/> <startLocation class="Point2D.Double" id="98" x="80.0" y="40.0"/> <endLocation class="Point2D.Double" id="99" x="40.0" y="50.0"/> <transitionPoints id="100"/> <id id="101" value="3c4cf942-7e25-4f46-8215-dd9051f11501"/> <revision>1</revision> <bentStyle reference="91"/> <startLabel></startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </InheritanceEdge> <NoteEdge id="102"> <start class="NoteNode" reference="67"/> <end class="ClassNode" reference="32"/> <startLocation class="Point2D.Double" id="103" x="20.0" y="20.0"/> <endLocation class="Point2D.Double" id="104" x="90.0" y="50.0"/> <transitionPoints id="105"/> <id id="106" value="cafdb2f7-5387-4d5b-950a-adf98441c933"/> <revision>1</revision> </NoteEdge> <AggregationEdge id="107"> <start class="ClassNode" reference="60"/> <end class="ClassNode" reference="53"/> <startLocation class="Point2D.Double" id="108" x="40.0" y="40.0"/> <endLocation class="Point2D.Double" id="109" x="80.0" y="10.0"/> <transitionPoints id="110"/> <id id="111" value="60f96546-119f-41de-b594-352a04908328"/> <revision>1</revision> <bentStyle reference="91"/> <startLabel>specialObject</startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </AggregationEdge> <NoteEdge id="112"> <start class="NoteNode" reference="80"/> <end class="ClassNode" reference="53"/> <startLocation class="Point2D.Double" id="113" x="130.0" y="20.0"/> <endLocation class="Point2D.Double" id="114" x="60.0" y="30.0"/> <transitionPoints id="115"/> <id id="116" value="48c52a74-c027-4d85-98df-b17e3993c6be"/> <revision>1</revision> </NoteEdge> <InheritanceEdge id="117"> <start class="ClassNode" reference="53"/> <end class="ClassNode" reference="46"/> <startLocation class="Point2D.Double" id="118" x="50.0" y="20.0"/> <endLocation class="Point2D.Double" id="119" x="80.0" y="40.0"/> <transitionPoints id="120"/> <id id="121" value="1a7076e2-b40a-431c-8ea0-d3fcd931fda0"/> <revision>1</revision> <bentStyle reference="91"/> <startLabel></startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </InheritanceEdge> <AssociationEdge id="122"> <start class="ClassNode" reference="39"/> <end class="ClassNode" reference="46"/> <startLocation class="Point2D.Double" id="123" x="90.0" y="30.0"/> <endLocation class="Point2D.Double" id="124" x="20.0" y="30.0"/> <transitionPoints id="125"/> <id id="126" value="20508e06-4d2e-4f9e-9425-f184de581612"/> <revision>1</revision> <bentStyle reference="91"/> <startLabel></startLabel> <middleLabel></middleLabel> <endLabel></endLabel> </AssociationEdge> </edges> </ClassDiagramGraph>]]></SCRIPT> <BR /> <BR /> <IMG alt="embedded diagram image" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAJTAg0DASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDufB3g 7wxdeCNAuLjw5pEs0um27ySSWMTM7GNSSSVyST3ra/4Qfwl/0K+if+C+L/4mjwP/AMiB4c/7Bdt/ 6KWtqSeGJ4kklRHmfZErMAXbaWwPU4VjgdgT2rjbdzoSVjF/4Qfwl/0K+if+C+L/AOJo/wCEH8Jf 9Cvon/gvi/8Aia3qKV2FkYP/AAg/hL/oV9E/8F8X/wATR/wg/hL/AKFfRP8AwXxf/E1vUUXYWRg/ 8IP4S/6FfRP/AAXxf/E0f8IP4S/6FfRP/BfF/wDE1tTzw2tvJcXEqRQxIXkkkYKqKBkkk8AAd6ko uwsjB/4Qfwl/0K+if+C+L/4mj/hB/CX/AEK+if8Agvi/+JreoouwsjB/4Qfwl/0K+if+C+L/AOJr Jfwvp1l460saDbWujXP9mXsiy2duqK7LLagCVFwJEwzAqT3ypVgGHaVQ1LQ9J1nyv7U0uyvvKz5f 2q3SXZnGcbgcZwPyFOMrO7E43Vi7pmp/bvNt7iH7NqFvgXFsW3bc52urYG+NsHa2BnBBCsrKuhXn /wDZml+G/HukyaRpVjZebpt6JhbW6ReYBLa4ztAzjJx9a9ArqjLmVzFqzsFFFFUIKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAPMrTy5Ph54GtrptunXEdnFeZbClDbEq rH0aURKR33Y71p3lhpum6p4attLggt4V1iQvDAAFRvsVxxtHC8YOBjrnvVrwfbw3Xw58PwXEMc0M mlWyvHIoZWHlLwQeDWta6TptlDBDaafaQRW7mSFIoVVY2IKllAHBwzDI7E+tcbZukcZpPiXUJde0 TNxf3Flq7SKj3EVrHCyiJ5A8KoxmA+QDEmeG5IOMy6Xq2trHdw3uoH+05NOlurcziA2TFdo8yN4/ mEYLLkSc4Oc8Gupt9A0a0vDeW2k2EN0XMhmjtkVy5BBbcBnOGYZ9CfWn2ujaXZSXElpptnbvcf69 ooFQy/7xA5/Gi6CzMHQ9W1COPUILuPVb/ULZIZGs5RaiTDlgGR0ZYyp2k4YhhtPXIFc74g1tZdfb V2tNUWbQxD5EUdlLMoZsNcq0katGD5ZVPvYBU84r0Ow0vT9KiaLTrC1s43bcyW8Kxhj6kKBzU0dt BDG8ccMaI7M7qqgBmY5YkdySST60XVx2PPfGd/dah4f8YsmtC0tLGzMUduEjK3CSW4bcxYFvmLlF 2kcr36VY8XeJdQ0t9XvLG4v3j0pQ0kcMVqtureWrhJWlYSMWBHMeMBgACRz1tx4e0S78r7To+nze TF5MXmWyNsjxjYuRwuOMDilvNA0bUbk3N7pNhczlDH5s9sjtsIwVyRnGCePei6FZnJ6nrGqw3Piy 8i1vYuizRm308RRESg28T7HJXed7Myrgg5J68AS2jXmkXXjvVYry6vGtrh5Y7J1j2Mws4HX7qBs9 EHzYwOQWyx3oPDGnJrN9qlza2t1dT3S3MMstupe3xDFHhWOT/wAss5GOvtmtFdOsV1FtRWztxfNH 5TXIiXzCmQdpbGcZA49qLodjgjr3iO10PV7t5LzYNEuL2C4u/sfyzIoKmJYXbch3E/ODjA5O6u60 61urS2KXeoS3szNuMkiIgXgfKoVR8uQcZyeeSaih0DRrdbpYNIsIlu1K3IS2RRMD1D4HzA571o0m 7gkcrrn/ACO+i/8AYNvv/RlrXcVw+uf8jvov/YNvv/RlrXcV00vhRjP4gooorQkKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOT8D/wDIgeHP+wXbf+ilrerFuvh54UuN nl+HNFh25zt06Ln9Krf8Kz8Mf9ATSP8AwXRf4Vg6Pmae0OjornP+FZ+GP+gJpH/gui/wo/4Vn4Y/ 6Amkf+C6L/Cj2PmHtPI6Oiuc/wCFZ+GP+gJpH/gui/wo/wCFZ+GP+gJpH/gui/wo9j5h7TyOjorn P+FZ+GP+gJpH/gui/wAKP+FZ+GP+gJpH/gui/wAKPY+Ye08jo6K5z/hWfhj/AKAmkf8Agui/wo/4 Vn4Y/wCgJpH/AILov8KPY+Ye08jo6K5z/hWfhj/oCaR/4Lov8KP+FZ+GP+gJpH/gui/wo9j5h7Ty INc/5HfRf+wbff8Aoy1ruK5iw8C6Npc7T6fY2FpMy7DJb2aRsVyDjIxxkDj2rp61jHlViG7u4UUU VQgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK5PSde8Vazo1jql voGjLBe28dxGsmsShgrqGAOLYjOD6mrn2zxh/wBALQ//AAczf/ItAHQUVz/2zxh/0AtD/wDBzN/8 i0fbPGH/AEAtD/8ABzN/8i0AdBRXP/bPGH/QC0P/AMHM3/yLR9s8Yf8AQC0P/wAHM3/yLQB0FFc/ 9s8Yf9ALQ/8Awczf/ItH2zxh/wBALQ//AAczf/ItAHQUVz/2zxh/0AtD/wDBzN/8i0fbPGH/AEAt D/8ABzN/8i0AdBRXP/bPGH/QC0P/AMHM3/yLR9s8Yf8AQC0P/wAHM3/yLQB0FFc/ZazrH/CQwaTq 2l2Nt9otJrmOW0v3n/1bxKVIaFMZ80HIJ6GugoAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK KKKACiiigAooooAKKKKACiiigDn/AAJ/yTzw1/2CrX/0UtdBXP8AgT/knnhr/sFWv/opa6CgAooo oAKKKKACiiigAooooAKKKKAOO8S/8jvof/YNvv8A0Za12Ncd4l/5HfQ/+wbff+jLWuxoAKKKKACi iigAooooAKKKKACqeqapaaNYNe3ryLAron7uJ5WLO4RQFQFiSzAYAPWrlc/4y/5Adt/2FdN/9LYa AD/hMtL/AOfXXP8AwRXv/wAZo/4TLS/+fXXP/BFe/wDxmugooA5//hMtL/59dc/8EV7/APGaP+Ey 0v8A59dc/wDBFe//ABmugri9Y8Xa9pXizStBXQtNmfVnuBZzHVHUbYV3kyDyDtJUjgbue/egDU/4 TLS/+fXXP/BFe/8Axmj/AITLS/8An11z/wAEV7/8ZqTUfFOn6HFF/bLPbzeSJZ/IgmuIoR0JaRUw q5zhmC5xnAqK/wDG/h/TdVt9Lmu55b65txdQw2tnNcM8RJAceWjcfKaAF/4TLS/+fXXP/BFe/wDx mj/hMtL/AOfXXP8AwRXv/wAZqtq/xF8LaFPdRahqTobV1juHjtJpY4nYZCs6IVDexOauat4x0HRL xrS/vvLnjjEsqpDJIIUJwGkKKQi57tgUAM/4TLS/+fXXP/BFe/8Axmj/AITLS/8An11z/wAEV7/8 Zqi/j21T4hJ4VFlcyK9il2t5FDLIpZnCgYVCNmCCZd2wHIJBBrrqAOf/AOEy0v8A59dc/wDBFe// ABmj/hMtL/59dc/8EV7/APGa6CigDP0nWrLW4p5LJp/9Hl8mZJ7aSB0far4KSKrfddT071oVyWhT yL4x8TQBv3bakhIwOv2K3/wrraACiiigAooooAKp6pqlpo1g17evIsCuifu4nlYs7hFAVAWJLMBg A9auVz/jL/kB23/YV03/ANLYaAD/AITLS/8An11z/wAEV7/8Zo/4TLS/+fXXP/BFe/8AxmugooA5 /wD4TLS/+fXXP/BFe/8Axmj/AITLS/8An11z/wAEV7/8ZrM+Ifj9fAlnZPFpjald3TSFbdJfLIjj QvI+drcKMdu/Xiti58W6NZ6Xp2oz3TCHUQhtFjieWSbcu4BUQFm49BQBF/wmWl/8+uuf+CK9/wDj NH/CZaX/AM+uuf8Agivf/jNZPg7x2Nf0bXtWvQiWdhq01pbtBby73hXZsJTly539AAc8YFaknjrw 5Bo1/q01+0Npp7rHd+bbSpJAzEBQ0ZXeMlh/D3oAd/wmWl/8+uuf+CK9/wDjNH/CZaX/AM+uuf8A givf/jNU7r4h6Img6vqVk09zNptp9qe0e2mhkZSModrJu2H+/gqByeBU+m+N9Lu/B1t4kvjJp9tL HGXW4hkXDuqnam5QZRlsBlBDdqAJf+Ey0v8A59dc/wDBFe//ABmj/hMtL/59dc/8EV7/APGantvF WiXWm3t+l+sdvYki6NwjQtAQM4dHAZePUc07R/E+ka9LLDp90zzRIsjxSwyQvsb7rBXUEqezAYoA rf8ACZaX/wA+uuf+CK9/+M0f8Jlpf/Prrn/givf/AIzXQUUAc/8A8Jlpf/Prrn/givf/AIzR/wAJ lpf/AD665/4Ir3/4zXQUUAc//wAJlpf/AD665/4Ir3/4zR/wmWl/8+uuf+CK9/8AjNdBRQBz/wDw mWl/8+uuf+CK9/8AjNaGk61Za3FPJZNP/o8vkzJPbSQOj7VfBSRVb7rqenetCuS0KeRfGPiaAN+7 bUkJGB1+xW/+FAHW0UUUAFFFFAHP+BP+SeeGv+wVa/8Aopa6Cuf8Cf8AJPPDX/YKtf8A0UtdBQAU EgAknAFFZ2v2E2qeHNT0+3l8qe6tJYI5D/AzIVB/AmgCpp/i/RNVvI7axupZzKzJFMlrL5EjKCWC zbfLbAB6N2qnoPjiz8R2eh3lhpeqta6v9o2TG3BS28okHzmDEJuIIXrn2qp4F1JrLw/onh670fU7 S/tbZbacNZv5KNGmC/nY8shivGGJywrgvA+haxaf8Kp+06VfQ/Yf7X+1+Zbuv2ffu2eZkfLu7Zxn tQB7hRXiPhbw1rkOq6dLqklzba7bao011cRaPM73UZchla7MnlGIoRxjK44Ukc0tT8HXX/CH+PtV g0C6PiI+I5JdOnS1f7QYvPjIaLjdtIaQ5XgjPpQB7Xaa3p19rGo6TbXG++03yvtcWxh5fmLuTkjB yBngnHetCvNvD+h22mfGXxReXOhFPtptpdNvFsGaMN5LeeRKFKxsxJzkgsT3zXpNABRRRQBx3iX/ AJHfQ/8AsG33/oy1rsa47xL/AMjvof8A2Db7/wBGWtdjQAUUUUAFFFFABRRRQAUUUUAFc/4y/wCQ Hbf9hXTf/S2GtySeGF4UlljR5n2RKzAF22lsL6narHA7AntXP+OY2m8NxxJNJA76np6rLGFLITeQ /MNwIyOvII9QaAOkorn/APhHtU/6HPXP+/Nl/wDI9H/CPap/0Oeuf9+bL/5HoA6CuX1zw3ean478 Ka5DJAtrpH2z7QjsQ7ebEEXaAMHBHOSPxqx/wj2qf9Dnrn/fmy/+R6P+Ee1T/oc9c/782X/yPQBz HjLwd4q12+1oWmoQzWF9aLBawTalcWqWh2lXJjiUrNuzn5zjtgirfhvwVqWj+KtI1S5ntHhsvC8O jyLG7FjMjhiwyoGzAPOQfatz/hHtU/6HPXP+/Nl/8j0f8I9qn/Q565/35sv/AJHoA8l+IGm3ul6N 4p8Nadc6bePrurJepbGVxe75GjYqkWwhlBUfPuAADDrxXba38Prm78Waxq0Kx3tprEEUVzay6nc2 QXYuz/ljkSKV6qwHfB5NdJ/wj2qf9Dnrn/fmy/8Akej/AIR7VP8Aoc9c/wC/Nl/8j0AY1t4Q1LSv G+k61p62Elpb6JHo80DzSRmNVkDb48q5bAGArEH1bvXc1z//AAj2qf8AQ565/wB+bL/5Ho/4R7VP +hz1z/vzZf8AyPQB0FFc/wD8I9qn/Q565/35sv8A5Ho/4R7VP+hz1z/vzZf/ACPQBnaH/wAjx4k/ 7CSf+kVvXY1w3ha3ltPFniGCa9nvZF1JczzhA75s4DyEVV46cAdPXmu5oAKKKKACiiigArn/ABl/ yA7b/sK6b/6Ww10Fc345jabw3HEk0kDvqenqssYUshN5D8w3AjI68gj1BoA6Siuf/wCEe1T/AKHP XP8AvzZf/I9H/CPap/0Oeuf9+bL/AOR6AMXWPA1/4g8dS6xeao1pYRWH2O0S0EbyHfnzS4ljZRkH HHOB1HSsrTPh/wCIdJsvDEiXVhdXvhu5ultkmmdUntpRtAZghKuo6YUjiuv/AOEe1T/oc9c/782X /wAj0f8ACPap/wBDnrn/AH5sv/kegDkLDwN4utPDOqW8ep2VpqN/4gfVZls7mVEkhcLuh80IHQkg /MAeg9a5Xxl4R1fQPAXxB1TU2tguqtp5hiivp7t4xHMqnfJMoZjgjn+QAFes/wDCPap/0Oeuf9+b L/5Ho/4R7VP+hz1z/vzZf/I9AHOy+Ctb1vUtb1TWZdPtLq90FtFhis5HlRQ2S0jFlU/ePAA4Hem3 ngXV9X+HmiaFeSWdtqGizW0lu9vdStHP5KBRuYKjx7st93JXggnt0n/CPap/0Oeuf9+bL/5Ho/4R 7VP+hz1z/vzZf/I9AHNXHw3OqeGfEenzRw6fdaykIeZNQuL5i0RyheSbBI4AwAOO54xqeF/Clxpm tNq19Z28d59j+yGddVu713XcGwPOwEXIJ2gMeevXOj/wj2qf9Dnrn/fmy/8Akej/AIR7VP8Aoc9c /wC/Nl/8j0AdBRXP/wDCPap/0Oeuf9+bL/5Ho/4R7VP+hz1z/vzZf/I9AHQUVz//AAj2qf8AQ565 /wB+bL/5Ho/4R7VP+hz1z/vzZf8AyPQB0FFc/wD8I9qn/Q565/35sv8A5Ho/4R7VP+hz1z/vzZf/ ACPQB0Fcdof/ACPHiT/sJJ/6RW9aP/CPap/0Oeuf9+bL/wCR6xvC1vLaeLPEME17PeyLqS5nnCB3 zZwHkIqrx04A6evNAHc0UUUAFFFFAHP+BP8Aknnhr/sFWv8A6KWugrn/AAJ/yTzw1/2CrX/0UtdB QAUUUUAFFFFABRRRQAUUUUAFFFFAHCeM5L+PxhoR0+2trib7BfArcXDQqF8y15yEfnOOMfjW39s8 Yf8AQC0P/wAHM3/yLWd4l/5HfQ/+wbff+jLWuxoA5/7Z4w/6AWh/+Dmb/wCRaPtnjD/oBaH/AODm b/5FroKKAOf+2eMP+gFof/g5m/8AkWj7Z4w/6AWh/wDg5m/+Ra6CigDn/tnjD/oBaH/4OZv/AJFo +2eMP+gFof8A4OZv/kWugooA5/7Z4w/6AWh/+Dmb/wCRaPtnjD/oBaH/AODmb/5FroKKAOXvk8Sa nZyWd/4Y8OXdrJjfDPqskiNggjKm1wcEA/hXn9zqviSa40u3sI4Lzw02q2H2m5GoyXyQYuoinkzy RxmXc+Q3zTbcbf3eAD65qWlWOsW622o20d1bhw5gl+aNyAQN6dHAzkBgQCAeoBGP45mW28NxzuJC kep6e7CONnYgXkJ4VQSx9gCT2oA6Siuf/wCEy0v/AJ9dc/8ABFe//GaP+Ey0v/n11z/wRXv/AMZo A6Ciuf8A+Ey0v/n11z/wRXv/AMZo/wCEy0v/AJ9dc/8ABFe//GaAOgorn/8AhMtL/wCfXXP/AARX v/xmj/hMtL/59dc/8EV7/wDGaAOgorn/APhMtL/59dc/8EV7/wDGaP8AhMtL/wCfXXP/AARXv/xm gDoKK5//AITLS/8An11z/wAEV7/8Zo/4TLS/+fXXP/BFe/8AxmgDoKK5/wD4TLS/+fXXP/BFe/8A xmj/AITLS/8An11z/wAEV7/8ZoAztD/5HjxJ/wBhJP8A0it67GuG8LXsWoeLPEN1Ck6RvqS4E8Dw uMWcA5RwGHTuOevSu5oAKKKKACiiigArn/GX/IDtv+wrpv8A6Ww10Fc345mW28NxzuJCkep6e7CO NnYgXkJ4VQSx9gCT2oA6Siuf/wCEy0v/AJ9dc/8ABFe//GaP+Ey0v/n11z/wRXv/AMZoA6Ciuf8A +Ey0v/n11z/wRXv/AMZo/wCEy0v/AJ9dc/8ABFe//GaAOgorn/8AhMtL/wCfXXP/AARXv/xmj/hM tL/59dc/8EV7/wDGaAOgorn/APhMtL/59dc/8EV7/wDGaP8AhMtL/wCfXXP/AARXv/xmgDoKK5// AITLS/8An11z/wAEV7/8Zo/4TLS/+fXXP/BFe/8AxmgDoKK5/wD4TLS/+fXXP/BFe/8Axmj/AITL S/8An11z/wAEV7/8ZoA6Ciuf/wCEy0v/AJ9dc/8ABFe//GaP+Ey0v/n11z/wRXv/AMZoA6Ciuf8A +Ey0v/n11z/wRXv/AMZo/wCEy0v/AJ9dc/8ABFe//GaAOgrjtD/5HjxJ/wBhJP8A0it60f8AhMtL /wCfXXP/AARXv/xmsbwtexah4s8Q3UKTpG+pLgTwPC4xZwDlHAYdO4569KAO5ooooAKKKKAOf8Cf 8k88Nf8AYKtf/RS10FcvdfDzwpcbPL8OaLDtznbp0XP6VW/4Vn4Y/wCgJpH/AILov8KAOxorjv8A hWfhj/oCaR/4Lov8KP8AhWfhj/oCaR/4Lov8KAOxorjv+FZ+GP8AoCaR/wCC6L/Cj/hWfhj/AKAm kf8Agui/woA7GiuO/wCFZ+GP+gJpH/gui/wo/wCFZ+GP+gJpH/gui/woA7GiuO/4Vn4Y/wCgJpH/ AILov8KP+FZ+GP8AoCaR/wCC6L/CgDsaK47/AIVn4Y/6Amkf+C6L/Cj/AIVn4Y/6Amkf+C6L/CgA 8S/8jvof/YNvv/RlrXY1zFh4F0bS52n0+xsLSZl2GS3s0jYrkHGRjjIHHtXT0AFFFFABRRRQAUUU UAFFFFABXP8AjL/kB23/AGFdN/8AS2Gugrn/ABl/yA7b/sK6b/6Ww0AXNV8RaXosqRX08iyMhk2x QSSlUHV2CKdqj+82B71Xv/F+h6ddfZri7dpfs6XREFvLMBCxYCQlFIC5Vsk8DjOMjMOp6brEWuTa po62Er3VmlpKl5I6CPY0jK67Vbd/rWypxnA+YVgWWm6vo/iWbTNEFjcraeHtOtGe9do/uvcqrjar Z6HK8ZyPmGKAOr1HxLpOliE3FyzebH5yi3hknPl/3z5attTn7xwPeiTxNpMeqQ6aLiSW7mijmRIL eSUeXIzKrlkUgLlTlicDjJGRXNXPga5tW09tPke5FtpkGmujapc2GVi3bX3QZ3E72yrD0wRznb0P w++j6k0oEC2w0qysIo4yx2mEzE/eyduJFxkk8HPqQCWHxbo9xK0cU1w58tpYyLObbOqjJ8ltmJTj nCFie1VtE8Xwa3pGhX6W8ludUdY/KuI5YyrmBpiELRgSABfvcKQCQxICnF03wlr8ev6NfajdRzfY J3kuJ21O5lNzuhljDLAwEURy4OFzgZww6NoaT4d1W20vwrZXf2Nf7CnCl4pmfzoVtJIFbBQbXLSA leQAD8x6UAa9j4n0jUb/AOxWt0zzHdsLQuqS7ThvLcqFkx32k4qHSvGGh61LbR2F3LJ9qTzLd3tp Y0mGMkI7KFYgdQDkYORwazdH8OatavoVldtZDT9Cz9mmhdmluMRNCm9SoCYVyThmyQDxU+n+G7y0 0bwZZvJAZNE8v7SVY4fbaSwnZxz8zg844z34oAT/AISO/wD+EQ/4SPy7b7N5v2nZtbP2Hd97Ofv+ X+8z07Y/irqa47+xtT/4QD/hGPsvb+zPM8xcfY87PN65z5Xbru9ua7GgAooooA47Q/8AkePEn/YS T/0it67GuO0P/kePEn/YST/0it67GgAooooAKKKKACuf8Zf8gO2/7Cum/wDpbDXQVz/jL/kB23/Y V03/ANLYaALeo+ItM0q7W1uppRMYxKyxW8kvloSQHcopCLkHlsDg+lQXHi/Q7XU59Pmu3W4t5Ein xbylIWdVZd7hdqgh1wSQO3UGqPijQNS1O9W50oW1vc+SIlvvtc0EsBBJBKoCsyjOQj4Gc+vGRLpu r6xqPjbS7UWK6ff3qW880rsJYQ1lbhyqhSHO08ZZcEZ56UAdXfeJtJ02+FndXLLKNu8rDI6Rbjhf MdVKx57biM0+41/TbbVU02SaQ3TbQVjgd1j3HC73VSqZPTcRntXM654Kub/V9UmiVbm11TaZ45dV u7ZYyI1jIMUR2yqVQcHaeozjGNqPTtWsPEN7cWQspbHUZ4552mkdZYWWNI2CqFIcFY1xkrgknnpQ BJ/wlGnxWgmndmZri4hSK0hluHbyZWjYhFTdwQNxC4BOMkYJrz+K7WO+s5Y5om0mXS7y/ln2ncoh aEfhxI+QRnIHTBrMuPDGtpZQQW08ckQvb64mt01CezEgmuGljbzYlL5VWIK4wSx54GYtN8C3a6fB Y6ncQvCbLVbS4McsjsRd3CSKQz5Y4VTksSc45bk0Abdjr+oNfWUGq6QLBL8N9lZbnzW3BS/lyDaN j7QxwCw+VufWTSPF+h67JAmn3byfaI/NgZ7eWNZlGM7GdQGIzyASR3xVe103XbzUtNm1trAR6azS Rtau7NcSmNo97BlAjG13+UFuWHPHOF4G03V73w54MnvhYx2OnWUVxA0Ds0sxa3MahlKgIAsjZwzZ IB46UAdXZ+JtJ1DUPsNtcs8x3bCYZFjl28N5chUK+O+0nFVrXxpoV7pwv7a4uJbV9nlOtlP++LAk CMbMyHCtkJkjBzisXw54KudFv9NSZVmttN3CC4fVbuViPLaMEW7HykbaxBIJHJwBkYtnw7rFv4F0 LRrS5jFzYQwRXSR3UlutwqRbGUTIu9Buw2QMnbjjJoAmvvHWmWv9lNFDe3MV9dyWzeVZTtJAUidz ujEZYNlVGwgHBLdFNaMviKxtBqLXcqIlndJa4jV5HZ2jjcLsC5LHzBhU3cYOc5C8xp/hLXNNT7VH 9jmu49ZOoxQTX88ilDZ/ZyjTSK75BJOSCCAOFzhdO68Oaj9vvNRtXtWuRq6alaxSuwR1FmlsyOQp Kn75BAbHyn1FAGhJ4u0SKwt717txFcXBtY1+zyGQzBWYxmPbvDYRuCAeg6kZguvE8Vzp9s+jMslz dXq2SLcQuhjfBZ98bbWBWNWbBxnA7HNVbXw3qJv7PUbt7Vbg6w+pXUUTMURTZvbKiEqCx+4SSFz8 x9BReaDfw313qluiTzDWotRt4VfBaP7LHbSKS2AG2+aRzj7vIzwAa6ajcJ4ol0u4WPyZbUXNo6gh iFYLKrc84LRkEY+/jtk6tYy2VzP4wOoTReXbWlkbe3YsCZGlZWkOB0A8qMDPfd25OzQAVx2h/wDI 8eJP+wkn/pFb12Ncdof/ACPHiT/sJJ/6RW9AHY0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAF FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFZ+taSmt6YbKS5ntv3sUyTQbd6PHIsikblZfvIOoNaFFA HJT6F4jWZhB4s1lo+MExWOf/AERUf9h+KP8AoatX/wC/Vj/8YrsaKAOO/sPxR/0NWr/9+rH/AOMU f2H4o/6GrV/+/Vj/APGK7GigDjv7D8Uf9DVq/wD36sf/AIxWdrVp4r0+wH2fxVqhvbiRbe0R4bIh pm4UkCDcVXl2xyERz2r0Kuf1nRtYvtcsdRsNUsbeO0ikVILqwe4HmPgGTImTDBQVBxkB5BkhsAA5 +xs/FFxfajYzeK9UFzZ3BGFhsgHhbLROAYMkFflLYxvjkA+7V/8AsPxR/wBDVq//AH6sf/jFM8Kw a9rD6N4svtS01Uu9MUzWlrp7xl1kVZEDOZmyUbO0leA8mAN2R2lAHHf2H4o/6GrV/wDv1Y//ABij +w/FH/Q1av8A9+rH/wCMV2NFAHHf2H4o/wChq1f/AL9WP/xij+w/FH/Q1av/AN+rH/4xXY0UAcxo GgXel39xc3Nzc3c11P5889wYgxbyljHEaqANqL2rp6KKACiiigAooooAKz9a0lNb0w2UlzPbfvYp kmg270eORZFI3Ky/eQdQa0KKAOSn0LxGszCDxZrLR8YJisc/+iKj/sPxR/0NWr/9+rH/AOMV2NFA HHf2H4o/6GrV/wDv1Y//ABij+w/FH/Q1av8A9+rH/wCMV2NFAHHf2H4o/wChq1f/AL9WP/xij+w/ FH/Q1av/AN+rH/4xXY0UAcd/Yfij/oatX/79WP8A8Yo/sPxR/wBDVq//AH6sf/jFdjUc4ma3lW3k jjnKERvIhdVbHBKggkZ7ZGfUUAeZXEniuI3l8nivUf7JsruO2nkMFmWxhhNIrCDZsjd4QzEjb5dx nlRXQf2H4o/6GrV/+/Vj/wDGKoW+m+JNNl0/wkdU0O6tbjT7iSWW50eRzNsaJX8wfaMO0hnZmY9T nIO7jsNDsrzTdDsrG/v/ALfdW8SxPdlChm28BmBZjuIxk5OTk8ZwADnv7D8Uf9DVq/8A36sf/jFH 9h+KP+hq1f8A79WP/wAYrsaKAOO/sPxR/wBDVq//AH6sf/jFH9h+KP8AoatX/wC/Vj/8YrsaKAOO /sPxR/0NWr/9+rH/AOMUf2H4o/6GrV/+/Vj/APGK7GigDjv7D8Uf9DVq/wD36sf/AIxVrQNAu9Lv 7i5ubm5u5rqfz557gxBi3lLGOI1UAbUXtXT0UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBw/hPxJaaZ4N0OwvLHXI7q10 +3hmT+w7w7XWNQwyIsHBB6Vsf8Jlpf8Az665/wCCK9/+M10FFAHP/wDCZaX/AM+uuf8Agivf/jNH /CZaX/z665/4Ir3/AOM10FFAHP8A/CZaX/z665/4Ir3/AOM0f8Jlpf8Az665/wCCK9/+M10FFAHP /wDCZaX/AM+uuf8Agivf/jNH/CZaX/z665/4Ir3/AOM10FFAHPjxnpHmwxyJqsPnSpCjz6PdxJvd gigu0QUZZgOSOtdBXP8AjL/kB23/AGFdN/8AS2GugoAKKKKACqeqapaaNYNe3ryLAron7uJ5WLO4 RQFQFiSzAYAPWrlc/wCMv+QHbf8AYV03/wBLYaAD/hMtL/59dc/8EV7/APGaP+Ey0v8A59dc/wDB Fe//ABmugooA5/8A4TLS/wDn11z/AMEV7/8AGaP+Ey0v/n11z/wRXv8A8ZroKKAOf/4TLS/+fXXP /BFe/wDxmj/hMtL/AOfXXP8AwRXv/wAZroKKAOf/AOEy0v8A59dc/wDBFe//ABmj/hMtL/59dc/8 EV7/APGa6CigDk7bUo9Z8dadcWlrqSwW+mXiSyXWnT2yhnltioBlRQSQjnAz0NdZRRQAUUUUAFFF FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRXF+GtP1rWfCukapceMNZWe9sobiRY4LIKGd AxAzbk4yfU0AdpRXP/8ACPap/wBDnrn/AH5sv/kej/hHtU/6HPXP+/Nl/wDI9AB4y/5Adt/2FdN/ 9LYa6CuXvfCF3qECw3Xi7XJI1ljmA8uzGHjdZEPFv2ZVPvjnii60y4sfI+2ePdVt/PlWCHzlsE8y Rvuoubfljg4A5NAHUUVz/wDwj2qf9Dnrn/fmy/8Akej/AIR7VP8Aoc9c/wC/Nl/8j0AdBXP+Mv8A kB23/YV03/0tho/4R7VP+hz1z/vzZf8AyPVe98IXeoQLDdeLtckjWWOYDy7MYeN1kQ8W/ZlU++Oe KAOoorn/APhHtU/6HPXP+/Nl/wDI9H/CPap/0Oeuf9+bL/5HoA6Ciuf/AOEe1T/oc9c/782X/wAj 1TjkvtE8X2NleeIL6/tLqwupWS7igG145LcKQYokPSR+uR0oA6yiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAK5/wJ/yTzw1/wBgq1/9FLXQVwfgvxZp1t4F8PQP bayXj0y2RjHot46kiJRwyxEMPcEg9qAO8qhreqwaHod9qtyf3NpA8zDPXaM4Huen41nf8Jlpf/Pr rn/givf/AIzUF54l0DUbSS0vtL1a6tpMB4Z/D146Ng55Uw4PIFAHlfwwurjQfGlhNfG93+KrWSW7 NxaSwoLsO0i7WdQGBRsfKTyevIpb3WNV8Sab4G1zU9XbfdeLIkOkiKJVttkrKMELvyAOdzH744HF eo3HiHw7dm2NzpGqTG1cSQeZ4dvG8px0Zcw/KR6iqT3Pgp9SGpP4XuWvxIJRdHwtcmXeDkNv8jOc 85zmgDmPGnxEvdNi1jVtEutRkh0m9SzlieG1W0MgZRIhLHz2bk8pwOOMAmna54l8QJ4n8frB4max t/D9nBc2dp9ngZZGaEOQxZCxBYY4IOXHPQV0d7L4H1K6e6vvCk91cP8Afln8K3Lu31JgyayYbDws 3jLXPEWpabqGovqJtzDFc+FrtzamKPYSrNEfvcHgDoOtAFLSmvdY+NOl6lLe3VnLdeE4LySBFiwu ZlLQfMhOwnJP8eScMBgBtx4w8ZXeqeI5tMgmK6PqX2ZLVjaR2zQqRuaV5XEoLKSwK/L06847C71n wvf3dvd3mh6hc3NswaCabw1du8RByCrGHKnIB4plzqnhO8v0v7rw/fT3keNlxL4ZumkXHTDGDIoA o6Vfa5rHxU8Uae2u3FvpWjmyaKzhggxJ5kQdgzshbaSp6EH5uCMV31cvD4j8P295c3kOlarHdXW3 7RMnh28Dy7RhdzCHLYHAz0qx/wAJlpf/AD665/4Ir3/4zQB0Fcd4l/5HfQ/+wbff+jLWtH/hMtL/ AOfXXP8AwRXv/wAZrntS1m11fxvpH2aK+j8rTb3d9rsJ7bOZLXGPNRd3TtnHGeooA9BooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACuf8Cf8k88Nf9gq1/8ARS10 Fc/4E/5J54a/7BVr/wCiloA6CiiigAooooAKKKKACiiigAooooAK47xL/wAjvof/AGDb7/0Za12N cd4l/wCR30P/ALBt9/6MtaAOxooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiig AooooAKKKKACuD8F6FqM3gXw9KnizWYEfTLZlijisyqAxL8o3QE4HTkk+pNd5XB6Ve3Vt8OfA1ra 3X2M39vZ2z3YVWMK/Zi+QGBXcSgQZBGXHBoA3P8AhHtU/wChz1z/AL82X/yPR/wj2qf9Dnrn/fmy /wDkeuen1rVt1npq675WPEB0xtR8mItNH9leXGCuwOHwmQMbk6dRS3niLWLTTZbOK4nvZU1oaaL6 FIBK0ZhEu4BysW8MfK5wMjoTxQB0H/CPap/0Oeuf9+bL/wCR6P8AhHtU/wChz1z/AL82X/yPWDHq XiSeLTLCW7uLCebWns2nmS2kuHgFpJN86xlo1fcuBjH3VJXBINbxT4j1PRItUuLO/wBUuhosSecV hs0gLiNXxOXKuzNkHMIUDcAFJGCAdP8A8I9qn/Q565/35sv/AJHo/wCEe1T/AKHPXP8AvzZf/I9c veQ3Vjp3xOvv7SnnEfnlbWeGB4c/YYHDEeXlsD5MElSo5BOSb+u61qkEniO+t9U+zDRNnk2HlRlb vMSSfOWBb52YxrtK8qevSgDZ/wCEe1T/AKHPXP8AvzZf/I9QS6XcwSPHN481aN0iMzK62AKxjq5B t+FHr0rJ1fUdcii8ZapBrUkMOhuXtrRbeIpIEtIZmV2KliCWboQRk8ngDd0YCTxR4mkmAM6zQQpn /ngIEZfw8x5v1oAbHoOoyxrJH411t0cBlZYrEgg9CD9np3/CPap/0Oeuf9+bL/5HpfBfHheCNf8A URT3EVt/1wWd1ix7eWErfoA5/wD4R7VP+hz1z/vzZf8AyPXPalp11YeN9I+06zfalv0292/a0gXy 8SWuceVGnXPfPQYxzn0GuO8S/wDI76H/ANg2+/8ARlrQB2NFFFABRRRQAUUUUAFFFFABRRRQAUUU UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQ AUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV59oOvaNbeA9G0bXNM1QmPToLe4trjQbt0LLGoZSPKK tgj3Feg1DPaw3O3zU3benJFAHCX+p+Eb2HSbUWV7Hp+n3DTfYx4cujFIphli2bfKwB+93dD06c5G gvifwiumf2Yum3o0/bs+yjw9deVt642eTjH4V039mWf/ADx/8eP+NH9mWf8Azx/8eP8AjQBzFr4l 8IWUMENppl5bxW7mSFIvD10ixMQVLKBDwcMwyOxI71Fe654I1K6N1faLcXVwUMfmz+G7l32EEFcm HOME8e9dZ/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jQBy83iPwfcXU91NpV3JcXEBtppX8O3ReSI9Y2J hyVP908U2fxX4LvdVjnuLC5n1G0VXjkk0C6aaFSTggmHKglWwfY+ldV/Zln/AM8f/Hj/AI1XvtGS ezkjtJPstxwY5Su8Agg4ZSeVOMEAg4JwVOCADFfxd4XkiuopLLUHju8/aUbQLsibKhDvHk/N8oC8 9gB0qOTxT4YlvJrswaytxNb/AGaSRNJvlLRgkgcRjkFmweoycEZrehh0ue8ubSNf9IttpljJZSAw yrDPVTggMMjKsM5UgWP7Ms/+eP8A48f8aAOftPGXhyxs4LS1g1aK3gjWOKNdEvMKqjAA/degqb/h PND/ALur/wDgkvP/AI1W1/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jQBi/8ACeaH/d1f/wAEl5/8arEv dYttd8YaZPYw3/k21hdpLJcWE9uoZ5LcqMyIuSQjcD0rtf7Ms/8Anj/48f8AGj+zLP8A54/+PH/G gC3RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVzPj6CK58LCCeJJY ZdR09JI5FDK6m8hBBB4II7V01c544/5F2L/sJ6d/6WQ0pbMa3M3/AIQrwp/0LGi/+AEX/wATR/wh XhT/AKFjRf8AwAi/+JrdoryeaXc7bIwv+EK8Kf8AQsaL/wCAEX/xNH/CFeFP+hY0X/wAi/8Aia3a KOaXcLIwv+EK8Kf9Cxov/gBF/wDE0f8ACFeFP+hY0X/wAi/+JrdqMzxLcJAZUEzqzrGWG5lUgMQO pALLk9tw9aOaXcLIxv8AhCvCn/QsaL/4ARf/ABNH/CFeFP8AoWNF/wDACL/4mt2ijml3CyML/hCv Cn/QsaL/AOAEX/xNH/CFeFP+hY0X/wAAIv8A4mt2ijml3CyML/hCvCn/AELGi/8AgBF/8TR/whXh T/oWNF/8AIv/AImt2ijml3CyML/hCvCn/QsaL/4ARf8AxNH/AAhXhT/oWNF/8AIv/ia3ajnuIbWF priaOGJPvPIwVR9SaOaXcLIxv+EK8Kf9Cxov/gBF/wDE0f8ACFeFP+hY0X/wAi/+JrZS4hkmlhjm jaWLHmIrAsmRkZHbIqSjml3CyOW8M6XJo+oeJJ9Bt0SGDU1STS4tscUqfZLdj5Y4WOUFmIPAfO1/ 4Xj7mxvrfUbOO6tZPMhfIBKlSCCQyspwVYEEFSAQQQQCK5m88L+H9Ru3u77QtMurmTG+ae0jd2wM DJIyeAB+FVfBUdvpet+I9NsbWC2s/wC0lKQwRhFQ/ZLcnAAxyc130Kyl7vZHNUhy6ncUUUV0GQUU UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRR QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFc544/wCRdi/7Cenf+lkNdHXOeOP+Rdi/7Cen f+lkNTL4WNbnO+KNR1PTr9rhLyeDS7e1EszWiwO8Z3Nl5Uk+Yx4Ax5eGyG9qo6nq+qQ3Piq8i1rY ujTRmDTxFGRKDbxPscldx3szBcEHJPXgDr7vSdNv54Z7zT7W5mgOYpJoVdoz/skjI/CqUHhrT01i 91O5trW5uZ7pbmGSS3Uvb4ijjwrHJ/5Z5yMdfbNeYpR6nY0znNb13X11nV49Ohu9um+X5aRm0WCX MauTM0rhwpJK5TAG0nLHIGzHdXl74j1BDqv2KDT54YltQkZE6uiNuYsN3Jcou0jlT16VrXekaZf3 ENxeadaXM8P+qkmgV2T/AHSRkfhT59MsLm9hvZ7G2lu4P9TPJErPH/usRkfhS5l2CzOOXVLv7DDa 2012lzPf6kRFptvbiV1junXdmXEYAyN2QWYtnOck0Y9a1LUrS01OAFtSTRdZSEgKS8kU8KIcISuS UB+UkZPBIru7nRNJvbcW93pllPAsjSiOW3RlDsSzNgjGSSST1JJqWDT7K1MZt7O3hMYcIY4lXaHY M4GBxuYAn1IBNPnXYOVnLWllpGnav4dk0Dy83u/z3ibJubfyWbzZD/GfMEQ3Hn5yO9VvDGr6pNae Fry61r+0TrEOJ4PKjVYiIWcuuxQeGUI2SRl+MdK6+00rTrCeaez0+1tpZzmWSGFUaQ+rEDn8apeH vDWn+HtPtIYLa1+1w2sVtLeJbrHJPsULliOecZwSaOZWCzOc8M67r+pXml3dzDdi1v8Af5yTm0WG HCMwEWxzKWBUKQwJ6khcYpbHUdWXwZot/d61e3F9q8dvtS3trcNuaJnKxbgqqSBklyw+U4AyK66L SNMg1CTUIdOtI72T79ykCiRvqwGTTptK06405dOnsLWWxRVRbZ4VaMKvQBSMYGOKHJX2CzPP47vU ddu9Jhm1LULSWx16W08zbamU/wCgvIC+1Xj3DcU+XjBOQGxt2LjUbuPU9StILhLP7TrsdobpIk3R KbKKTPIwzFgEBYH7wHQAV0TaBoz2L2LaRYG0dg7W5tk8tmAABK4wSAoGfQD0qxNp1jcQ3EM9lbyx XLbp0eJWWU4AywI+Y4VRz2A9KHNdg5WcidS1iaa10yHVmDDW3sGvlhjLSxC0eY8Y2hgw25AxlOnU UPcXU15BpuoXTXcFpr8cDzyIqtIv2UTx7goC5ErRjgDoOK66HTrG3ht4YLK3iitm3QIkSqsRwRlQ B8pwzDjsT60y50uxvIJ4ZrZCs8iyylPkZnXbtcsuDuGxMHORtHpRzLsFmZzgJ48g8rrLpkn2nH+z KnlZ/wC+5v1rdqvFY28N7cXiR4uLhUWRyxJKrnaOegG48DuSe9WKhspBWB4Z/wCRv8Rf9hJf/SK3 rfrA8M/8jf4i/wCwkv8A6RW9dGF+N+hjW+E7eiiivQOYKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACuc8cf8i7F/2E9O/wDSyGujqvfWFnqdnJZ39pBd2smN8M8YkRsEEZU8HBAP4Umrqw1o Z9FZU/w38LSzM6aBo0anGFGnRYH6VH/wrPwx/wBATSP/AAXRf4VyfVPM39v5GzRWN/wrPwx/0BNI /wDBdF/hR/wrPwx/0BNI/wDBdF/hR9U8w9v5GzRWN/wrPwx/0BNI/wDBdF/hR/wrPwx/0BNI/wDB dF/hR9U8w9v5GzRWN/wrPwx/0BNI/wDBdF/hR/wrPwx/0BNI/wDBdF/hR9U8w9v5GzRWN/wrPwx/ 0BNI/wDBdF/hR/wrPwx/0BNI/wDBdF/hR9U8w9v5GzRWN/wrPwx/0BNI/wDBdF/hR/wrPwx/0BNI /wDBdF/hR9U8w9v5GzRWN/wrPwx/0BNI/wDBdF/hR/wrPwx/0BNI/wDBdF/hR9U8w9v5GzRWN/wr Pwx/0BNI/wDBdF/hR/wrPwx/0BNI/wDBdF/hR9U8w9v5GzWB4Z/5G/xF/wBhJf8A0it6m/4Vn4Y/ 6Amkf+C6L/CtbR/DFhoRA0+C2todxcxW9usSliMZwO+Mc+1aUqHs5XuROpzK1jboooroMgooooAK KKKACiiigAooooAKKKKACiiigAoormJNf1yfWNUs9M0fTpobC4W3aW51J4WdjDHLkKsDgDEoHXsa TaW40rnT0VzX9qeLf+gDon/g5l/+RaP7U8W/9AHRP/BzL/8AItT7SPcfKzpaK5r+1PFv/QB0T/wc y/8AyLR/ani3/oA6J/4OZf8A5Fo9pHuHKzpaK5r+1PFv/QB0T/wcy/8AyLR/ani3/oA6J/4OZf8A 5Fo9pHuHKzpaK5r+1PFv/QB0T/wcy/8AyLR/ani3/oA6J/4OZf8A5Fo9pHuHKzpaK5r+1PFv/QB0 T/wcy/8AyLR/ani3/oA6J/4OZf8A5Fo9pHuHKzpaK5r+1PFv/QB0T/wcy/8AyLR/ani3/oA6J/4O Zf8A5Fo9pHuHKzpaK5r+1PFv/QB0T/wcy/8AyLRofiqW/wBUvNL1SwSwvLe48iNorgzQ3DeSkpVH Kod4VwdpUZAJXcFfa1JPYTTW50tFFFUIKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAK5bRf+Q/4r/7Ckf/AKRW1dTXH2V3Dp+o+M725fZBb36yyN/dVbG2JP5Cs6vwlw3OiorA stev2vrODVNJFil+G+ysLjzG3BS+yQbRsfaGOAWHynn1g8KeMLLxDpels8m3ULqzSd0EEiRs+0GQ Rsww20kggMSO9c1ma3OmorBHi7S49L0+8uZiDeWq3SrbQyzgRlQS5wm4Jz95lX3x0q1e+ItL09oB NcsxnTzUEETzfu/752A7U5+8cD3oswualFYuk+JINV1rVtMS2uo5NPuPJ3vbyqkgCRsTvKBQcyYC 5JIAYZUg1H4k8Sr4e+yf6KbjzXLzYfb5FumPMmPByF3Lxx160WewXN6iszU/EGm6RNHDeTusjoZN scLylUHV22Kdqj+82B71maf4wtD4c0i+1JnW6vLCG8mjtLWWYRh0BLEIGKJndgtxweeDRZhc6ais S98W6JYXIt5rt2kNul1iG3kmAhYsBISikBflOSeBxnGRlLfxRa3PimbQ44bhiltDOlykEjRP5nmH 74XYBhBhi2GLFRypFFmFzcorKs/EmlX9/wDYra5Zpju2Ewuscu3htjkBXx32k4p2ja/p3iC3+0aZ LNNBtV1la3kjRw2cbWZQG6c4zg8HFKzHc065afTdZju9cij0rS76w1K7S5VptSlt5IysMKDG2Ftr BotysrAg4IwRXU0U4ycXdCavuZXhHVtRvoL+w1lYBqWm3P2eR4Zd4lUxpIrk7E+bbIobCgbgSAoI A6OuL8O/8jn4j/7CS/8ApFb12ldkXdJmD3CiiimIKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigArjIdPi1a58cadOSIbu98hyvXa9jbKcfga7OuW0X/kP+K/+wpH/wCkVtWdX4S4bkFt p2t3mo6dNrLWIj05mkja1dma4lMbR72BUCMbXf5QW5Yc8c5ejaLq2laboMeuzaXBZeHoN5uIJmPm FYGiywZVCKFZiTk5IB+XpXbUVzXNbHnGmeFb6fQvD1/ArtN/YdpaT276nc2OzYpIOYc7jl2BVh2G COc78Oh6no9xazaPHp7AadBYSwzySKsQiLFGQ4YsP3jAqxBOF+auooocmFjDtdKvIdX1wSiI6dqb ifzYrh450byYoSoCgYGIywcOCCRx3rNl8FzXF/ct/bOoW1p9m+xwxpKtw7xMS0nmPcJI2SzY4PRV +g66ii7CxyFponiHTDDNbSWF3ctYx2E7XMrrgRNIY5RhDuYiQ7l+UE9GqmPCmuw6Xo1ilzHJFaaZ BaOkepXFoscyLhpAYgDKDwNrFcbe2Tju6KOZhY880jTte0jVl02xTTZ7i18OadaztPK6qHVrhd6k ISwBB+Uhc5HIre0fQLzQtUtRbmC4sF0u20+WSSQpKnkebtZVCkNu8wA5ZcYzz0rpaKHK4WOJ8PeD LjR77TklVZrbTsiC4fVLqRj8jICLdj5aHaxBIJHXAGeOj8OadLo/hfSdMnaNprOzht5GjJKlkQKS MgHGR6Vp0UNtglYKKKKQzmfDv/I5+I/+wkv/AKRW9dpXF+Hf+Rz8R/8AYSX/ANIreu0rsj8KOeW4 UUUVQgooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACuPuLbxFpGq63e2Vhpd3aXt0 lwhm1CSGRcQRREFRC46xk53dDXYUUmk1ZjTtscP/AG54n/6AWkf+DeX/AORqP7c8T/8AQC0j/wAG 8v8A8jV3FFR7KPYfPI4f+3PE/wD0AtI/8G8v/wAjUf254n/6AWkf+DeX/wCRq7iij2Uewc8jh/7c 8T/9ALSP/BvL/wDI1H9ueJ/+gFpH/g3l/wDkau4oo9lHsHPI4f8AtzxP/wBALSP/AAby/wDyNR/b nif/AKAWkf8Ag3l/+Rq7iij2Uewc8jh/7c8T/wDQC0j/AMG8v/yNR/bnif8A6AWkf+DeX/5GruKK PZR7BzyOH/tzxP8A9ALSP/BvL/8AI1H9ueJ/+gFpH/g3l/8Akau4oo9lHsHPI4f+3PE//QC0j/wb y/8AyNR/bnif/oBaR/4N5f8A5GruKKPZR7BzyOK8LW9+ut6heahFbQzX1354it5mlVFFvHH94ouT mMnp3rtaKK0StoSFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFcXp/hr QdZ8SeKrjVNE02+nXU40WS6tUlYL9jtjgFgTjJJx7mgDtKK5/wD4QTwf/wBCpof/AILof/iaP+EE 8H/9Cpof/guh/wDiaAOgorn/APhBPB//AEKmh/8Aguh/+Jo/4QTwf/0Kmh/+C6H/AOJoA6Ciuf8A +EE8H/8AQqaH/wCC6H/4mj/hBPB//QqaH/4Lof8A4mgDoKK5/wD4QTwf/wBCpof/AILof/iaP+EE 8H/9Cpof/guh/wDiaAOgorn/APhBPB//AEKmh/8Aguh/+Jo/4QTwf/0Kmh/+C6H/AOJoA6Ciuf8A +EE8H/8AQqaH/wCC6H/4msTxV4W8N6PpNtf2Hh7SrW6h1PT2SWCzjjdf9LhBwwXIyCR+NAHd0VDa z/abdJdu3dnjOe+KmoAKKKKACiiigAorg/BfgvwrdeBfD1xceGtGmnl0y2eSSSwiZnYxKSSSuSSe c1uf8IJ4P/6FTQ//AAXQ/wDxNAHQUVz/APwgng//AKFTQ/8AwXQ//E1h6/ZfDfwujS6x4Z02CBUD tOugGWJAW2jdIkRUHPGCc8j1FAHeUVyem+F/BGq27T2/hDTURXKEXWhi3bOAeFkjUkc9cY6+hq5/ wgng/wD6FTQ//BdD/wDE0AdBRXP/APCCeD/+hU0P/wAF0P8A8TR/wgng/wD6FTQ//BdD/wDE0AdB RXH6r4f+H+ifYv7R8OaHD9uu47K3/wCJXG2+Z87V4Q4zg8nA960P+EE8H/8AQqaH/wCC6H/4mgDo KK5//hBPB/8A0Kmh/wDguh/+Jo/4QTwf/wBCpof/AILof/iaAOgorh5dM0fwz490qTSdHsbPz9Mv VkFpAkO/EtrjO0c4yevqa7igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo oAKKKKACiiigAooooAKKKKACiiigAooooAK5/wAPf8hzxZ/2FY//AEita6Cuf8Pf8hzxZ/2FY/8A 0itaAOgooooAKKKKACiiigAooooAKKKKACua8ef8iwv/AGEtP/8ASyGulrmvHn/IsL/2EtP/APSy GgDa0z/kHRfj/M1bqppn/IOi/H+Zq3QAUUUUAFFFFAHP+BP+SeeGv+wVa/8Aopa6CuD8F3XipfAv h5bfRtGkgGmWwjeTVpUZl8pcEqLYgHHbJx6mtz7Z4w/6AWh/+Dmb/wCRaAOgrh/i/YXmp/C3WbOw tJ7u6k8jZDBGZHbE8ZOFHJwAT+FbH2zxh/0AtD/8HM3/AMi0fbPGH/QC0P8A8HM3/wAi0AZXxClv GXSbJNFh1DT552N3NPYS3yW+1coTbxkM+SSPQYz6V5tb6DrGseDtN03UNG1B7NfG6MttJYywiOwK nJ8tsmOL5mHJIXOM8V699s8Yf9ALQ/8Awczf/ItH2zxh/wBALQ//AAczf/ItAHHeJ/D1lZ+MLAXv h2S88JQ6TNFBY2Fg00cN20m4t5UYO0spIDY4POR1rj/D+marf/CzwBJbw/aNIguLxtQgNm92pzLJ 5bPAjK0ig5yAe4OD0r1DVtP8Q63Gkd9oGkkKGUGHxFdQkq2Nykx26kqcDIPBxVmwTxLpdhBY2Phv w/b2sChI4o9YlCqP/AWgDzrVfCU3/CKaF5tldavbWXieO5KPpDo0Ni3MkaQMXk8rOPlPJwMggAn2 WwFuunWws4PItREghh8kxeWmBtXYQCmBgbSBjpgVj/bPGH/QC0P/AMHM3/yLR9s8Yf8AQC0P/wAH M3/yLQB0FFc/9s8Yf9ALQ/8Awczf/ItH2zxh/wBALQ//AAczf/ItAGd4l/5HfQ/+wbff+jLWuxrz 7UptYl8b6R/a1jY2uNNvfL+yXj3G795a5zuiTHbpnOT0xz6DQAUUUUAFFFFABRRRQAUUUUAFFFFA BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFc/4e/wCQ54s/7Csf /pFa10Fc/wCHv+Q54s/7Csf/AKRWtAHQUUUUAFcHo+oa54w1PxFJba1LpNppmoSabbxQW8Uhd4wN zyGRWJBLcBSvHeu8rm5/Blv/AGnfX2napqWlPfkNdpZPGEmYDG7Do21sdSm0n60Aed+KvEF5YXnx Saa+1U2tj/ZP2eOzvzA8O8Lu8piGCZJ+bC88jvmuo8TfFOy8P65qWmJBaSPpkCT3X2m/S2d9w3BI VIJlfbzjjqBnJFaGsfDjR9b/AOEl+03N8n/CQ/Zftflug2fZ8bNmVOM45zn2xWhd+EreXXbjWbLU b/TL26jSK6a0aPFwqfd3B0YZAJAIwcd6AMaXx7e3niew0bQNFhvxeaOmrrcXF6bcLEzFQCBG5z93 /vr2zWCvxE13XdZ8B3Og2tvFY63FemW0ubjb5jxKQVZxExUKRkFfvZwQoGT3cHhayt/FUfiJZ7p7 yPTRpgWSQMpiD79xyNxfPfP4d6xrT4ZaVp+naBa2GpanbS6E05srtHiaUecSZAwaMoQc4+7QB2tF FFABXLfEKVYPCLTOHKx39gxCIXYgXcJ4UAkn2Aya6mua8ef8iwv/AGEtP/8ASyGgCLTvGGmJYRqb XW8jPTQ70jqe4iq1/wAJlpf/AD665/4Ir3/4zWrpn/IOi/H+Zq3QBz//AAmWl/8APrrn/givf/jN H/CZaX/z665/4Ir3/wCM10FFAHNz+LNJubeWB7bxAEkQoxj0W/RgCMcMsQKn3BBHaubvviC3hSzk vL86rqmlRY3zT6NcWtzHkgDLGJIZMswH/LLaB/y0Y16JOJmt5Vt5I45yhEbyIXVWxwSoIJGe2Rn1 FZdj4bs7W8jv7qSfUtSjzsvL5g7x5BB8tQAkWV4Plqu7A3ZPNAFfwJ/yTzw1/wBgq1/9FLXQVz/g T/knnhr/ALBVr/6KWugoAKKKKACiiigAooooAKKKKACiiigDjvEv/I76H/2Db7/0Za12Ncd4l/5H fQ/+wbff+jLWuxoAKKKKACiiigAooooAKKKKACiiigAooooAKy9V8Qafo1xb2939rae4R3ijtbKa 5YqhUMSIkYgAugycdRWpXP3n/JQ9G/7BV/8A+jbSgA/4TLS/+fXXP/BFe/8Axmj/AITLS/8An11z /wAEV7/8ZroKKAOf/wCEy0v/AJ9dc/8ABFe//GaP+Ey0v/n11z/wRXv/AMZrE1P4mW2m/Ea18KHT 2kgkeKCe/EuFgnlVmjjK7eSwUfxDqeOKv+MPHem+GdP1SNJ/M1a1snuY4FtpZlU4Pl+aUGEUtgZY r160AXP+Ey0v/n11z/wRXv8A8Zo/4TLS/wDn11z/AMEV7/8AGaisPF1uvhPQ9W1USrPqNlFcslna TTAExqzEKisQo3dT7c0688eeG7GHSpZNQaRdWDGx+zW8s5n24ztEascjcOD/AENAD/8AhMtL/wCf XXP/AARXv/xmj/hMtL/59dc/8EV7/wDGaydb+Jmlabp+iX1hFNqVvqmpLY7oopQYckhiVCE7wekZ AZucdDW3qHi3RtKW0+2XE0cl1EZooBayvMUAyWMSqXUAddwGO+KAIv8AhMtL/wCfXXP/AARXv/xm j/hMtL/59dc/8EV7/wDGanufFeh2mm2WoPfo9vfELaGBGlackZAREBZj7AVc0rV7DW7Bb3TrlZ7d iV3AEEMDgqQcFSD1BANAGZ/wmWl/8+uuf+CK9/8AjNH/AAmWl/8APrrn/givf/jNdBRQBz//AAmW l/8APrrn/givf/jNH/CZaX/z665/4Ir3/wCM10FFAHP/APCZaX/z665/4Ir3/wCM0f8ACZaX/wA+ uuf+CK9/+M10FFAHP/8ACZaX/wA+uuf+CK9/+M1sWF9b6np1tf2cnmWt1Ek0L7SNyMAVODyMgjrV iuS+G88kvgXREdsrHptqFGBwPKH+FAHW1z/h7/kOeLP+wrH/AOkVrXQVz/h7/kOeLP8AsKx/+kVr QB0FFFFABRRRQAUUUUAFFFFABRRRQAVzXjz/AJFhf+wlp/8A6WQ10tc148/5Fhf+wlp//pZDQBta Z/yDovx/mat1U0z/AJB0X4/zNW6ACiiigAooooA4PwX4L8K3XgXw9cXHhrRpp5dMtnkkksImZ2MS kkkrkknnNbn/AAgng/8A6FTQ/wDwXQ//ABNc5a2xufhf4K821mvNOjtrN9QtoozIZYfsxAGwcuBI Y2KgHIU8HpWdf2dtHa6StzpF2dDk8Rs9pp/2dt62/wBilyPJxuC+YJG8vGdpxt5xQB2n/CCeD/8A oVND/wDBdD/8TR/wgng//oVND/8ABdD/APE1yd1pV/J4akTTrKS30Y6x5yWM9i8mLPygCptgyOV8 7L+XkHb/AAn7pWy8PfbLTRbS5tnudN/t2Scwf2ZJZwww/Y5RtELszLGZOzYBLkYwRkA6v/hBPB// AEKmh/8Aguh/+JqmPDHgVhqBTwvo0h099lyseko7K3lrJgKEyx2upwuc5x14rk/G1hcxy6pHpegx x3FpbqNMeLRprqQ7Yl2+RMrqlvtYbQgHJXO1t2De1PQ7aCH4ix22hMup6ha3EltPDp7Znje0iUos qrgs0wc7M7ictjnNAHVf8IJ4P/6FTQ//AAXQ/wDxNH/CCeD/APoVND/8F0P/AMTXM+JdOebUtc8z Sru51mfZ/YV7Hbs6237pQMSgYh2yh2bJXcCPvdKXWvDUd1a+PNSOlPNqodpNMm8otIHSyh2ND3z5 gIyvUrg5xigDVbw14LOpXVhD4N0qea1t1nk8vTYMfNnagJA+c7ScdAMZIyMzab4U8Earpttf23hX RDDcRiRN2mxBgCOhG3gjoR2NT6dPFp3ibxJFdyLGZWi1BHc4HkiFIjz6K0TE+m8evM3g5HXwzBK6 MguZp7uNGGCkc0zyopHbCuox2xQAz/hBPB//AEKmh/8Aguh/+Jo/4QTwf/0Kmh/+C6H/AOJroKKA PPtS0LR9E8b6R/ZOlWNh52m3vmfZLdIt+JLXGdoGcZPX1Neg1x3iX/kd9D/7Bt9/6Mta7GgAoooo AjuLiC0t5Li5mjhhjG55JGCqo9STwBVEeItEOnpfjWdP+xSMUS4+1J5bMAWIDZwSArH6A+lM8R2I 1LQri2NtLcktG6xwyiN9yurAqzcbgVBAPBIweDXF3sWsQr4fk1DTZLyf/hIDLDBObdbiSNbKbBkK YiMgKsRggYVMkHJoA70avpp0v+1BqNodP27vtYmXytucZ35xjPvSDV9MbS/7UGo2h0/bu+1idfKx nGd+cYz71xl54c1i802S8ignsZn1oamtjC8BlVBCItoLhot5YebzkZPUH5qkg0DUYdOhvPsV9czx 6x/aMtnfS2wlnHk+Xx5QWJSGIcDPLLktk8AHXQ6tZ3M1qltPFPHcwSTxTRTIyMiFASPmyw+ccgED uQSuc+98WaXF4f1jVdNvbPUzpltLPLFbXKtyiFtrFc7c7ccis+/07U9QuoLy30iCBjpGowfZ7pkZ BNLJA0ayBSQQ2xi2MjqMnIzzd1oHifUl1VpbbUnE/h2+sUW+kslJnfy/LRRAB8vD4Lscc/dz8wB2 2peJ4NPvJ7dNPv737Kgku5LWNWW3UjI3ZYFjgZ2oGbGOORlj+L9Jg1iSyu72ztoPsltcwXM1yqCf zmlAVQcZwIgeCc7ugxzWmTWdG1bWJNP0k6gmpyJcRSCZEWGURJERJuIOzEanKhjy3HTOPDoOoaBq Kxw6AdZtV8P2mlpMJYkJaMzbgwdgdhDIWIz2wG5wAdsdQgW8ubd2VPs8CTyO0iYCsXGSM7gB5Z5I APYnDYbZ6vpmoWT3tlqNpc2iZ3zwzq6Ljk5YHAxXAy+HL+ePUdBjut97b6Fo8bSgj960U1wzDLAj 5gpHzAj5uQRVpPDmqXmnaxLLDqLXVy1o3lapLajzxBLvKYt12gMvybmJJBAIAWgDfvfHPhmwTTpZ dasDb38zwxXC3UflgojMxLbsYGAuRn5nQd6W8/5KHo3/AGCr/wD9G2lU9QXUroaTqkXh25ikstSN xLZCWDz5ENtLDuzv8vOZF4L/AHV9eKNesp77x1okVvqd3p7jTL5jLarEzEebafKfMRxjnPTPA565 AOsorn/+Ee1T/oc9c/782X/yPR/wj2qf9Dnrn/fmy/8AkegDhbr4UaxqOh63Jda75Wt6hfG/RIdh tlkVv3WXaLzRtHHBHXoec6Gr+C/E0tx4luNPbSZJPEumw214LmeRBbSpGYyY8RtvUhj12nOD7V1X /CPap/0Oeuf9+bL/AOR6P+Ee1T/oc9c/782X/wAj0AcxN4O8VQ2WgW9rqEMttp+jx2U1kupXFkhu FUDzhJCu914xtO38M1ykXh3W/CGq/CvRUGn3Wq2jaqSGmdYHDDeRv2Fh8jHB2nn2r1L/AIR7VP8A oc9c/wC/Nl/8j0f8I9qn/Q565/35sv8A5HoA5B/hxrA0K2KXNi+rL4nHiKaIu6wFsnMSvtLAYxzt /CtPxB4M1LVPFGn+JYfK+1Jp/wBiubNdTuLVfvb8pPCoY4YkYK4IwcA4xuf8I9qn/Q565/35sv8A 5Ho/4R7VP+hz1z/vzZf/ACPQBzF/8NZDpvhldMEFtLock7JZxXtxDG6TZ3KJ1JlUjj5u/PABxXUe EtAHh/TrmL7LDbPdXT3UiRXU1zl2CglpJfmZiRknA+mckp/wj2qf9Dnrn/fmy/8Akej/AIR7VP8A oc9c/wC/Nl/8j0AdBRXP/wDCPap/0Oeuf9+bL/5Ho/4R7VP+hz1z/vzZf/I9AHQUVz//AAj2qf8A Q565/wB+bL/5Ho/4R7VP+hz1z/vzZf8AyPQB0FFc/wD8I9qn/Q565/35sv8A5Ho/4R7VP+hz1z/v zZf/ACPQB0Fcd8M/+RI0f/sG2v8A6LFaP/CPap/0Oeuf9+bL/wCR6zvhn/yJGj/9g21/9FigDsa5 OSPxFomp65eWWn6Xd2l9dpco02oSQyLiCGIqVEDjrGTnd0NdZRQBx3/CS+J/+hf0j/wcS/8AyNR/ wkvif/oX9I/8HEv/AMjV2NFAHHf8JL4n/wChf0j/AMHEv/yNR/wkvif/AKF/SP8AwcS//I1djRQB x3/CS+J/+hf0j/wcS/8AyNR/wkvif/oX9I/8HEv/AMjV2NFAHHf8JL4n/wChf0j/AMHEv/yNR/wk vif/AKF/SP8AwcS//I1djRQBx3/CS+J/+hf0j/wcS/8AyNR/wkvif/oX9I/8HEv/AMjV2NFAHHf8 JL4n/wChf0j/AMHEv/yNVDWL3xFrtlFYz6TpdrD9rtp3lTU5JWCxTJKcKYFySEx1HWvQKKAKmmf8 g6L8f5mrdFFABRRRQAUUUUAcPpkvivwz4e0rSZNH0Wf7JaR2wlXVpV3+Wirux9m4zjOMmkuNX1+7 ntJp/DekPJaSmaA/2zKNjlGjJ4tufldhz6+uK7migDjv+El8T/8AQv6R/wCDiX/5Go/4SXxP/wBC /pH/AIOJf/kauxooA47/AISXxP8A9C/pH/g4l/8Akaj/AISXxP8A9C/pH/g4l/8AkauxrD8Wtqf/ AAj8sGk2l3cXFy6wObSWOOWGJjiSRGd1AcJu2nJ+fbkYzQBzVj488Q38qInhrToxLCZ4Hl1aQLPG JHj3Rn7P8w+VWyONssR/iFaH/CS+J/8AoX9I/wDBxL/8jVQn1a7u57UaJ4N1WC60K7jt2jD2ccaR MiGSHiflfKdHVR8u9Is/dIr0CgDjv+El8T/9C/pH/g4l/wDkaj/hJfE//Qv6R/4OJf8A5GrsaKAO O/4SXxP/ANC/pH/g4l/+RqP+El8T/wDQv6R/4OJf/kauxooA4CSTWdV8RWeoahY2FnDa2lxAFt71 52dpHhbvEmABEfXrXf0UUAFFFFABUckEMzxPLEjvC++JmUEo20rlfQ7WYZHYkd6kooAKKKKAMfXt WvNMbTILCygu7q/uzbIs9yYEXEUkpYsEc9IiMY71X+2eMP8AoBaH/wCDmb/5Fo8Q/wDIc8J/9hWT /wBIrqugoA5/7Z4w/wCgFof/AIOZv/kWj7Z4w/6AWh/+Dmb/AORa6CigDmom8TwzzzxeG/D0cs7B ppE1aUNIQAoLH7LyQABz2FS/bPGH/QC0P/wczf8AyLXQUUAc/wDbPGH/AEAtD/8ABzN/8i1n282s S/EPS/7WsbG1xpV95f2S8e43fvbTOd0SY7dM5yemOewrk9e1ODSvHWiT3Ed26Npl8gFraS3DZ820 PKxqxA464x09RQB1lFc//wAJlpf/AD665/4Ir3/4zR/wmWl/8+uuf+CK9/8AjNAHQUVz/wDwmWl/ 8+uuf+CK9/8AjNH/AAmWl/8APrrn/givf/jNAHQUVz//AAmWl/8APrrn/givf/jNH/CZaX/z665/ 4Ir3/wCM0AdBRXP/APCZaX/z665/4Ir3/wCM0f8ACZaX/wA+uuf+CK9/+M0AdBRXP/8ACZaX/wA+ uuf+CK9/+M0f8Jlpf/Prrn/givf/AIzQB0FFc/8A8Jlpf/Prrn/givf/AIzR/wAJlpf/AD665/4I r3/4zQB0FFc//wAJlpf/AD665/4Ir3/4zR/wmWl/8+uuf+CK9/8AjNAHQUVz/wDwmWl/8+uuf+CK 9/8AjNH/AAmWl/8APrrn/givf/jNAHQVx3wz/wCRI0f/ALBtr/6LFaP/AAmWl/8APrrn/givf/jN Z3wz/wCRI0f/ALBtr/6LFAHY0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAc/4e/5Dniz/ALCsf/pFa10Fc/4e/wCQ54s/7Csf/pFa10FABRRRQAUUUUAF FFFABRRRQAUUUUAFFFFAHP8AiH/kOeE/+wrJ/wCkV1XQVz/iH/kOeE/+wrJ/6RXVdBQAUUUUAFFF FABXP3n/ACUPRv8AsFX/AP6NtK6CufvP+Sh6N/2Cr/8A9G2lAFu38RaZdam2nwTSvOsjxbvs8giL rncgl27CwwcgNkYPpUGkeL9D12SBNPu3k+0R+bAz28sazKMZ2M6gMRnkAkjviqNpoGpW3iv7dCLa 0sTNLLOILuZhdBg2A0BHlo24hi6kklT03GsjwNpur3vhzwZPfCxjsdOsoriBoHZpZi1uY1DKVAQB ZGzhmyQDx0oA6uz8TaTqGofYba5Z5ju2EwyLHLt4by5CoV8d9pOKrTeL9KFjqdxbT+Z9gt5bhnki lSFxGDuKyBCGAPBKByPQ9KxfDngq50W/01JlWa203cILh9Vu5WI8towRbsfKRtrEEgkcnAGRiYeH dc/4Qi/8Kk6d9mGly6fZ3IlffISmyNpF24TA+9gtk88dKANy98TaTp14bW5uJVdGVZHS3keOEtjA kkVSkeQQfmI4IPeqEvie4hudVtxaJcXEWqR6fYwo2wylraKYl2OcY3SEkD7q9CeuP4w8Ja/r51iG 3uo2gvIDHbNJqdzbrbZj2lWhiG2UFsnLH+LG0gYOpc+G783t/qFtLbC7/tZNRsxIW2kC0jt2R8Dj IEgyM4yp56UAWF8WQ2MF8fEESabNYtCJtkjTRlZm2RurBQSpbK8qMFTnjmrlv4m0i4sbu8F00UVp /wAfAuIXheLjIyjqGGe3HPbNct4j03VRpN5qd2bOPU7y+0qCKKNmkhiSO8QoCxCl/mkck4HBA7ZN 298Lalrltq82pSW1peXq2qRR2k8jJGLeRpUJkAR8szEEqAQMYORmgDWPi/RF0241CW6kggtpI4ph PbSxPG0jBU3IyhgCWGDjHfoDRN4u0i3gjlla9XehkKf2fcGSNMkb3QJujXKthmABwSOKxIPCF6bW 4MkMEFzNd2EjF9Uub0tHb3IlILzDI43YUADJ5PPF3xJoes6nqiS2k4az8gRiL+0riz8mTcxMn7nm XIKjaWXG3g8mgC3a+K7S78VzaFFDcuUtYLiO5S3laJxJ5h++E2AYjGGLYYsVHKkUg8ZaTFpenXl1 Pg3tol2q20Ms4WMqCXOE3KnP3nVffHSqXhrw9qugXGmh/sc0K6NZ6dduJmDRvbiX5kGz5wxlxyVw BnnpVfTfDevaDY6d/Z5024uk0a10y5FxK6ojQhsSIQhLDMj5Uhc4XkUAbV94u0XT7r7NNcyvN9nS 62W9tLP+5YsBJ+7Vvlyjc9BxnGRl0esNe+ILazsGhktPsQvJ5uWyrnEIQg4+bbIcnPC++RW8P+G3 0K+yJllto9JsdPjY53kwGbLEdACJF7+vtmr4c0G/8PzaNG6JMq6LBp15JG/ypJACUYZwSp8yUdM/ d49ADX0LUbi/gu4rxY1vLK6e2mEQIUkYZGAJJGUdGxnjPetWsbw9ZXNumoXd7F5NzqF69w8W4NsU KsaAkZGfLjQnHcnr1rZoAK474Z/8iRo//YNtf/RYrsa474Z/8iRo/wD2DbX/ANFigDsaKKKACiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAOf8AD3/Ic8Wf9hWP /wBIrWugrn/D3/Ic8Wf9hWP/ANIrWugoAKKKKACiiigAooooAKKKKACiiigAooooA5/xD/yHPCf/ AGFZP/SK6roK5/xD/wAhzwn/ANhWT/0iuq6CgAooooAKKKKACsfVtBOp6jaX8Gq32nXVrFLCr2gh O5JDGWBEsbjrEvTHetiigDjv7D8Uf9DVq/8A36sf/jFH9h+KP+hq1f8A79WP/wAYrsaKAOO/sPxR /wBDVq//AH6sf/jFH9h+KP8AoatX/wC/Vj/8YrsaKAOO/sPxR/0NWr/9+rH/AOMUf2H4o/6GrV/+ /Vj/APGK7GigDjv7D8Uf9DVq/wD36sf/AIxR/Yfij/oatX/79WP/AMYrsaKAOO/sPxR/0NWr/wDf qx/+MUf2H4o/6GrV/wDv1Y//ABiuxooA47+w/FH/AENWr/8Afqx/+MUf2H4o/wChq1f/AL9WP/xi uxooA47+w/FH/Q1av/36sf8A4xR/Yfij/oatX/79WP8A8YrsaKAOO/sPxR/0NWr/APfqx/8AjFH9 h+KP+hq1f/v1Y/8AxiuxooA47+w/FH/Q1av/AN+rH/4xWt4Y0c6FpUOngP5NtBFBGzsCxVF2jOO+ MVt0UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABWHc+LdKtb+5smXUp p7Vwk32XS7mdUYorgFo42XO11OM9xW5XP+Hv+Q54s/7Csf8A6RWtAB/wmWl/8+uuf+CK9/8AjNH/ AAmWl/8APrrn/givf/jNdBRQBz//AAmWl/8APrrn/givf/jNH/CZaX/z665/4Ir3/wCM1ian8TLb TfiNa+FDp7SQSPFBPfiXCwTyqzRxldvJYKP4h1PHFX/GHjvTfDOn6pGk/mata2T3McC20syqcHy/ NKDCKWwMsV69aAKejeJLS01XxDNPY64kd3qCTQH+w7w70FrBGTxFx8yMOfT0xWx/wmWl/wDPrrn/ AIIr3/4zUVh4ut18J6Hq2qiVZ9Rsorlks7SaYAmNWYhUViFG7qfbmnXnjzw3Yw6VLJqDSLqwY2P2 a3lnM+3GdojVjkbhwf6GgB//AAmWl/8APrrn/givf/jNH/CZaX/z665/4Ir3/wCM1k638TNK03T9 EvrCKbUrfVNSWx3RRSgw5JDEqEJ3g9IyAzc46GtvUPFujaUtp9suJo5LqIzRQC1leYoBksYlUuoA 67gMd8UARf8ACZaX/wA+uuf+CK9/+M0f8Jlpf/Prrn/givf/AIzTb/x14c02PSnm1BpF1YMbH7Nb y3BnxjO0Rqx/iHFb0Ey3NvFOgkCSIHUSRsjAEZ5VgCp9iAR3oAw/+Ey0v/n11z/wRXv/AMZoHjPS PNhjkTVYfOlSFHn0e7iTe7BFBdogoyzAckda6Cub8dMU8Nxupwy6lp5B9/tkNAHSUVXsZXms45JD ljnJx7mrFABRRRQAUUUUAc/4h/5DnhP/ALCsn/pFdV0Fc/4h/wCQ54T/AOwrJ/6RXVdBQAUUUUAF FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU UUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFc/4e/wCQ54s/7Csf/pFa10FcXp+lXl94k8VS2/iD UtPQanGpitY7dlJ+x23zHzInOecdccDjrkA7Siuf/wCEe1T/AKHPXP8AvzZf/I9H/CPap/0Oeuf9 +bL/AOR6AOFuvhRrGo6Hrcl1rvla3qF8b9Eh2G2WRW/dZdovNG0ccEdeh5zoav4L8TS3HiW409tJ kk8S6bDbXguZ5EFtKkZjJjxG29SGPXac4PtXVf8ACPap/wBDnrn/AH5sv/kej/hHtU/6HPXP+/Nl /wDI9AHMTeDvFUNloFva6hDLbafo8dlNZLqVxZIbhVA84SQrvdeMbTt/DNcpF4d1vwhqvwr0VBp9 1qto2qkhpnWBww3kb9hYfIxwdp59q9S/4R7VP+hz1z/vzZf/ACPR/wAI9qn/AEOeuf8Afmy/+R6A OQf4cawNCtilzYvqy+Jx4imiLusBbJzEr7SwGMc7fwrT8QeDNS1TxRp/iWHyvtSaf9iubNdTuLVf vb8pPCoY4YkYK4IwcA4xuf8ACPap/wBDnrn/AH5sv/kej/hHtU/6HPXP+/Nl/wDI9AGBaeAZ7HWP BM9mljbWOg/bvOt0llfHnrhRGXyWwTyWI9h2Hf1z/wDwj2qf9Dnrn/fmy/8Akej/AIR7VP8Aoc9c /wC/Nl/8j0AdBXNePP8AkWF/7CWn/wDpZDUv/CPap/0Oeuf9+bL/AOR6wvF+jX9pocM83ibVb2Nd SsMwTx2oR83cI5KQq3HXgjp6cUAdlpn/ACDovx/mat1Qs54bXRvtFxLHDBEjvJJIwVUUEkkk8AAc 5q/QAUUUUAFFFFAHP+If+Q54T/7Csn/pFdV0Fc/4h/5DnhP/ALCsn/pFdV0FABRRRQAUUUUAFFFF ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA FFFFABRRRQAUUUUAFFFFABRRRQAVz/h7/kOeLP8AsKx/+kVrXQVxen6/Z6V4k8VQXEOpO7anG4Nr ptxcLj7HbDlo0YA8dM56eooA7Siuf/4TLS/+fXXP/BFe/wDxmj/hMtL/AOfXXP8AwRXv/wAZoA6C iuf/AOEy0v8A59dc/wDBFe//ABmj/hMtL/59dc/8EV7/APGaAOgorn/+Ey0v/n11z/wRXv8A8Zo/ 4TLS/wDn11z/AMEV7/8AGaAOgorn/wDhMtL/AOfXXP8AwRXv/wAZo/4TLS/+fXXP/BFe/wDxmgDo KK5//hMtL/59dc/8EV7/APGaP+Ey0v8A59dc/wDBFe//ABmgDoK5T4jtMnguVrdS04vrExgIGy32 uHHBZQeexZfqOtW/+Ey0v/n11z/wRXv/AMZrC8X+JbDUNDhtYbfVUkfUrDBn0m6hQYu4Ty7xhR07 nnp1oAseHING1SeEajdz32s24E4s9RTyvsxVh88Vv93arkhZh5h5KiVgKWaJdF1QWXg+3k89XUXW npGxsYkOD1LKlu/IJEe5iJC5ik4I3RpVjq+jQQX9tHOiOZIy3DROCQHRhyjjJwykEdiKv2NhZ6ZZ x2dhaQWlrHnZDBGI0XJJOFHAyST+NAGP9s8Yf9ALQ/8Awczf/ItH2zxh/wBALQ//AAczf/ItdBRQ Bz/2zxh/0AtD/wDBzN/8i0fbPGH/AEAtD/8ABzN/8i10FFAHLva+JNT1rRZ7/T9KtLWwu3uXaDUJ J3bMEsQUKYEHWUHOe1dRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFc7oUiQ6v4v lldUjTVEZmY4CgWVrkk10VclbacusDx5pbyNGl5eG3Z16qHsLZcj86ANGHxhoc9neXa3ciQ2dubq Yy20sZ8kAkyKGUF1wDyoINTaf4l0nU2mW2umBhj85vOheHMf/PRd4G5OPvDI965TxRpusS+Gdf1P WFsIntfD17aRJZyM4k3oGZ23Ku3/AFS4UZxk/Ma05vDmqa611/bb2dsraXPpkf2F2csJtu+Q7lXb /q1wo3YyfmNAGlD4w0Oa0vLoXciQ2du11K0ttLGfJAJMiBlBdeDyuRSnxZpH2ZLgPeOsjMsaJYTt JKAASyIE3OnzL86gryOa5o+CdSn0vV4Jo7dLu40m40+CeTV7u7BMqgZ2y5ES5VSQNx4HPHO94n0r VdReyOnyg28QcT2v2+ay8wnbtbzYQW+XDfL0O7rwKAGnxpp7a7pWnQR3NxFqNtJcR3MNtM6qVkjQ KdqEDl23EkbNo3Y3CrJ8U6dBZLcXMpy91PbRx20Us7u0Ujo2EVN5I2HOFIHPJGGOJoXhfWdEfRpd 1ncyWxv4rkPcy/6u5uVm3qzKzOyhAMMeSTl+5nh8O6vpslrfWP2Ge8guNRJgnmeON4rq584fOEYq 67U/hI+8PegDUuPF2iW8di5u3l+3xPLarb28kzSqhUNhUUnI3rkYz144OGN4hW9utGi0h4pkvzJK 8jq3yQR4DnHBDb2RMHoWORxiqujeGrvTdS0y6mngk8i3vxcbMj97c3EU3yD+6Crjk5+774js9Bv9 KvtNu0RJ3jvdQEwjfG23urhpg3zYyVKxZH+9jOOQDX07UbifV9U027WMS2rJJE0YI3wSA7Cck87k kU9jtzxnA1axtMsrn/hINX1O6i8rzvKtYF3AloYtxDHHTLyycdcYz6DZoAK5rx5/yLC/9hLT/wD0 shrpa5rx5/yLC/8AYS0//wBLIaANrTP+QdF+P8zVuqmmf8g6L8f5mrdABRRRQAUUUUAFFFFABRRR QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVzd54au1vNRvtM8QapZSXsqzSQQpbNHvEaR5Hm RMw+WNf4utdJRQBx39h+KP8AoatX/wC/Vj/8Yo/sPxR/0NWr/wDfqx/+MV2NFAHHf2H4o/6GrV/+ /Vj/APGKP7D8Uf8AQ1av/wB+rH/4xXY0UAcd/Yfij/oatX/79WP/AMYqrf6P40igWWz8SapOyNue Ex2IaRMHIRjCAG6EZ4OMErncvd0UAcVDpfiK5QvB4v1SVA7IWRLFgGVirDiDqGBBHYgipP7D8Uf9 DVq//fqx/wDjFbt5bTWLz6hpdrHLcSujXUG4qbhVUr8mSEWXG3DMPmCKjFRhk1KAOO/sPxR/0NWr /wDfqx/+MUf2H4o/6GrV/wDv1Y//ABiuxooA47+w/FH/AENWr/8Afqx/+MVDc+F9cv0jiv8AxBql 1bpPFOYXW0VXaORZFyUiDY3KOhFdvRQBXsYnhs445BhhnIz7mrFFFABRRRQAUUUUAFFFFABRRRQA UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR RRQAUUUUAFFFFABRRRQAUUUUAYN34w0ey1C5sZP7QkntmCTC20y5nVGKq4BaOMrnaynGe9Rf8Jxo /wDzx1r/AMEd7/8AGqp6X/yMXiv/ALCcf/pHbVr1yTxLjJqxvGkmr3Kn/CcaP/zx1r/wR3v/AMao /wCE40f/AJ461/4I73/41Vuio+ty7FewXcqf8Jxo/wDzx1r/AMEd7/8AGqP+E40f/njrX/gjvf8A 41Vuij63LsHsF3Kn/CcaP/zx1r/wR3v/AMao/wCE40f/AJ461/4I73/41Vuij63LsHsF3Kn/AAnG j/8APHWv/BHe/wDxqj/hONH/AOeOtf8Agjvf/jVW6KPrcuwewXcqf8Jxo/8Azx1r/wAEd7/8ao/4 TjR/+eOtf+CO9/8AjVW6KPrcuwewXcqf8Jxo/wDzx1r/AMEd7/8AGqz7jxho9h9s1DT9L1qe7m2N LCuk3sfnbeMjMW3zNnAJxu2orMFAK7dFH1uXYPYLuVP+E40f/njrX/gjvf8A41R/wnGj/wDPHWv/ AAR3v/xqrdFH1uXYPYLuVP8AhONH/wCeOtf+CO9/+NUf8Jxo/wDzx1r/AMEd7/8AGqt0UfW5dg9g u5U/4TjR/wDnjrX/AII73/41R/wnGj/88da/8Ed7/wDGqt0UfW5dg9gu5U/4TjR/+eOtf+CO9/8A jVH/AAnGj/8APHWv/BHe/wDxqrdFH1uXYPYLuVP+E40f/njrX/gjvf8A41R/wnGj/wDPHWv/AAR3 v/xqrdFH1uXYPYLuVP8AhONH/wCeOtf+CO9/+NUf8Jxo/wDzx1r/AMEd7/8AGqt0UfW5dg9gu5Rl 8f8Ah63USXUuoWkJdUM93pd1BEhZgo3SPGFUZIGSQK6auM8Vbl0aKVYZpRDqFjM6wRNK+xLqJmIV QWOFUngHpUGn+KtN0jUrXT7aLUxpF1KsECzaVdQrYyMQqIGeML5LMQqjOUYgDKECLopVedXZlOHK 9DuqKKK2MwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigDkNL/5GLxX/ANhOP/0jtq165xoftN144gzOPNu9mbc4lGbG 3Hyf7Xp71x9xapB4V1G3Gk7bT7ZpoD22nyWL3J+1JuXymOd4GPnGN24f3a82pG9R+p1xdoo9Torz 6TTriXSteXw5YTWFhKtsIbdrV4N7K5NwViOxgGj2rj5dxBwec1HY6XdroesrYxuLeVrYm0tdLl05 SiyZnEaSOSXeP5SRgHAxkkmo5F3K5j0GSZY3iRg5MrbF2ozAHBPJAwowDycDOB1IBkrkIbWzabw+ 2jaTPZ2UWqySPGbN4Ao+yTLv2MAUUsVXJAyx75ycHQoL1fFGjXMek/Y3eWRL8R6XNG6L5MhCy3Lu RP8AOE+YA5OORnDHIHMdkvivSzpenXztcKuoW63MEKW7yy7CobJSMMQBuGT0GetW4tZs7i9sraBz ML21kuoZY8FCiGMHnPU+auPofx5Pw79o8P2ejXV9p980cug2dqRDavK8EsQYsrIoLLu8wc4wCnOO Kpy6VFFdaDJrmiXN1ZeVqUskCWrXK25mnjkjR0QHOFJXAB5XI4XIfIri5meiGZVuEhIfe6s4IRiu AQDlsYB+YYBOTzjODiSvPIbPVFWwtbfzbe/bRdWFksrfPCGng8hWPYqpQH0xUWi6VqEcWpf2WPsd 0+lyxBI9IlslNwceW7vJIwkcHd8y56nLdKXIu4+Y9Bu7y3sIVmuZNkbSxwg4J+eRwiDj1ZgPx5qe vPr7SNEvfDDpZeGZ0SG7sp7iGfT23PsmUyEKwzI/l+YGZQdwbGW6V08zW91o93plpaX1tbDTlMTQ QeSVR1dQkYONsihR8pA27k9eE4jTNqivLLi1SDwrqNuNJ22n2zTQHttPksXuT9qTcvlMc7wMfOMb tw/u1pSadcS6Vry+HLCawsJVthDbtavBvZXJuCsR2MA0e1cfLuIODzmnyeYuY9BqOSZY3iRg5Mrb F2ozAHBPJAwowDycDOB1IB8+sdLu10PWVsY3FvK1sTaWuly6cpRZMziNJHJLvH8pIwDgYySTWtDa 2bTeH20bSZ7Oyi1WSR4zZvAFH2SZd+xgCiliq5IGWPfOSnBBzHX1iL4r0s6Xp187XCrqFutzBClu 8suwqGyUjDEAbhk9BnrXG6FBer4o0a5j0n7G7yyJfiPS5o3RfJkIWW5dyJ/nCfMAcnHIzhtHw79o 8P2ejXV9p980cug2dqRDavK8EsQYsrIoLLu8wc4wCnOOKrkSFzM7e2uYLy1iubaVJYJVDxyIchlP Qg1LXmk9jawal4fj13SJrmF7fVLhrRbc3HkiS4hdVaNAdwUOF4BAOD2yH32l6m2i6ItzbbtOia6M lrdWEl/sVpM24eFHDMVjyv8AFgnp3C5F3HzHpFFcFp/hxL268PQ6raPf2kFjf5+02jJGN08BjRo3 ZsAIDtVyThM9Rxn30F63iWO5t9J8m7TV4g0iaXNJMYDOAzm7L7dhQk7ADtBxgYyDkXcOY9Ch1K1u LY3ELvJEJ2tyUiYkOshiYYAzgOCCegAJzjmrdeeWOjW9jod3Y2Oim1vE16CWbyrExiSH+0fMjIcK A6rFzwTsHXFSf2e39r/8gy6/4SD+1/N/tDyG2fZPOzjzsbdvkfJ5ec7u3ejkQczO/rJm1+3ig1Sd be5li007ZmjQHcQoZgnOW2gjP5DJGK5eLw6kGm/2lHpjLq//AAkDSCfyj5whbUSGweojMRJP8OCW 961dO1C30fSNeS8GXsru5mlQjJkWV2ljwO+Q4QepUjtilyr1C506OskayIwZGAKsDkEHvWF4y/5A EX/YSsP/AErhq94fs5tO8N6XY3B3T21nFDIc5yyoAf1FUfGX/IAi/wCwlYf+lcNOn/EXqEvhZ12n yPLYxO7FmORk/U1Zqppn/IOi/H+Zq3XqnEFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQ AUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAchpf8AyMXiv/sJx/8ApHbV oXdnb30Kw3Me+NZY5gMkfOjh0PHoyg/hWEdUi0XxH4k+22eqBJ76OaKSHTLiaN0+ywJkOiFfvKw6 9RUv/CZaT/zx1f8A8E15/wDGq82rCbm2kdcJR5Vdm/RWB/wmWk/88dX/APBNef8Axqj/AITLSf8A njq//gmvP/jVZ+zn2ZXPHub9FYH/AAmWk/8APHV//BNef/GqP+Ey0n/njq//AIJrz/41R7OfZhzx 7m/RWB/wmWk/88dX/wDBNef/ABqj/hMtJ/546v8A+Ca8/wDjVHs59mHPHua32C2OpDUDGTdCHyA5 ckKmdxAGcDJAyQMnAz0GLNYH/CZaT/zx1f8A8E15/wDGqP8AhMtJ/wCeOr/+Ca8/+NUezn2Yc0e5 v0Vgf8JlpP8Azx1f/wAE15/8ao/4TLSf+eOr/wDgmvP/AI1R7OfZhzx7mxd2dvfQrDcx741ljmAy R86OHQ8ejKD+FT1gf8JlpP8Azx1f/wAE15/8ao/4TLSf+eOr/wDgmvP/AI1R7OfZhzR7m/RWB/wm Wk/88dX/APBNef8Axqj/AITLSf8Anjq//gmvP/jVHs59mHPHub9FYH/CZaT/AM8dX/8ABNef/GqP +Ey0n/njq/8A4Jrz/wCNUezn2Yc8e5sPZ2738N80ebmGJ4UfJ4RyhYY6cmNPy+tT1gf8JlpP/PHV /wDwTXn/AMao/wCEy0n/AJ46v/4Jrz/41R7OfZhzR7m/RWB/wmWk/wDPHV//AATXn/xqj/hMtJ/5 46v/AOCa8/8AjVHs59mHPHub9FYH/CZaT/zx1f8A8E15/wDGqP8AhMtJ/wCeOr/+Ca8/+NUezn2Y c8e5v0Vgf8JlpP8Azx1f/wAE15/8ao/4TLSf+eOr/wDgmvP/AI1R7OfZhzx7m/WB4y/5AEX/AGEr D/0rho/4TLSf+eOr/wDgmvP/AI1WV4g8QWmr6fb2Vlbao87X9m4D6VcxqFS5jdiWaMKAFUnJParp 05qa0FKUeV6noOmf8g6L8f5mrdVNM/5B0X4/zNW69M4wooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigBksSTRmOQZU9R mq/9mWf/ADx/8eP+NFFAB/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jRRQAf2ZZ/88f8Ax4/40f2ZZ/8A PH/x4/40UUAH9mWf/PH/AMeP+NH9mWf/ADx/8eP+NFFAB/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jRR QAf2ZZ/88f8Ax4/40f2ZZ/8APH/x4/40UUAH9mWf/PH/AMeP+NH9mWf/ADx/8eP+NFFAB/Zln/zx /wDHj/jR/Zln/wA8f/Hj/jRRQAf2ZZ/88f8Ax4/40f2ZZ/8APH/x4/40UUAH9mWf/PH/AMeP+NH9 mWf/ADx/8eP+NFFAB/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jRRQAf2ZZ/88f8Ax4/40f2ZZ/8APH/x 4/40UUAH9mWf/PH/AMeP+NH9mWf/ADx/8eP+NFFAB/Zln/zx/wDHj/jR/Zln/wA8f/Hj/jRRQBYi iSGMRxjCjoM0+iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//" /> </BODY> </HTML>
Team4of5/src/Team4of5_App/BugTracking/IssueTracker.css
Team4Of5/Project
/*Creat New Issue*/ .AlignerNew { display: flex; align-items: center; justify-content: center; margin-top: 50px; } .AligenrNew .panel-body h3{ color:#777; } .createIssue1{ max-width: 70%; border: 1px solid #d9dbdd; width: 100%; padding: 20px; } #formControlsSelect{ width: 50%; } #formControlsText, #formControlsTextarea{ width: 80%; } #newIssueBtn{ margin-right: 15px; } /*Report Table*/ .issueReportBody{ display: flex; justify-content:center; flex-direction: column; } .AlignerReport{ display: flex; flex-direction: row; } .grey1 { border: 1px solid; margin: 20px 50px; width: 200px; height: 50px; font-size: 15px; text-align: center; } .padd-lr{ max-width: 50%; width: 100%; padding: 20px; } /*Issue Wiki*/ .AlignerWiki{ display: flex; flex-direction: column; margin: 30px 30px; } .IssueType, .IssuePriority, .IssueSeverity{ margin: 20px 20px; } /*Issue Update*/ #issueID{ margin-right: 20px; margin-bottom: 20px; } #updateBtn { color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: rgb(66, 184, 221); /* this is a light blue */ } /*Issue Body*/ #issueUpdateBody{ margin-top: 50px; margin-left: 20px; margin-right: 20px; } #modleTitle{ color:#777; }
v5/user-agent-detail/41/07/41075677-c598-4368-b034-0c642ba8647e.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8)</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 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-900.php</small></td><td>Arora 0.4</td><td>WebKit unknown</td><td>Linux unknown</td><td style="border-left: 1px solid #555">unknown</td><td>Linux Desktop</td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a> <!-- Modal Structure --> <div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Browscap result detail</h4> <p><pre><code class="php">Array ( [Comment] => Arora 0.4 [Browser] => Arora [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => unknown [Browser_Modus] => unknown [Version] => 0.4 [MajorVer] => 0 [MinorVer] => 4 [Platform] => Linux [Platform_Version] => unknown [Platform_Description] => Linux [Platform_Bits] => 32 [Platform_Maker] => Linux Foundation [Alpha] => [Beta] => [Win16] => [Win32] => [Win64] => [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Cookies] => 1 [BackgroundSounds] => [JavaScript] => 1 [VBScript] => [JavaApplets] => 1 [ActiveXControls] => [isMobileDevice] => [isTablet] => [isSyndicationReader] => [Crawler] => [isFake] => [isAnonymized] => [isModified] => [CssVersion] => 2 [AolVersion] => 0 [Device_Name] => Linux Desktop [Device_Maker] => Various [Device_Type] => Desktop [Device_Pointing_Method] => mouse [Device_Code_Name] => Linux Desktop [Device_Brand_Name] => unknown [RenderingEngine_Name] => WebKit [RenderingEngine_Version] => unknown [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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Arora 0.4</td><td>WebKit </td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.018</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.*\) applewebkit\/.* \(khtml.* like gecko, safari\/.*\).*arora\/0\.4.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*) applewebkit/* (khtml* like gecko, safari/*)*arora/0.4* [parent] => Arora 0.4 [comment] => Arora 0.4 [browser] => Arora [browser_type] => Browser [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.4 [majorver] => 0 [minorver] => 4 [platform] => Linux [platform_version] => unknown [platform_description] => Linux [platform_bits] => 32 [platform_maker] => Linux Foundation [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 2 [aolversion] => 0 [device_name] => Linux Desktop [device_maker] => Various [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => Linux Desktop [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td 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>Arora 0.4</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.032</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.*\) applewebkit\/.* \(khtml.* like gecko, safari\/.*\).*arora\/0\.4.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*) applewebkit/* (khtml* like gecko, safari/*)*arora/0.4* [parent] => Arora 0.4 [comment] => Arora 0.4 [browser] => Arora [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.4 [majorver] => 0 [minorver] => 4 [platform] => Linux [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Safari 419.3</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] => Linux [browser] => Safari [version] => 419.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>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 419.3</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Safari [browserVersion] => 419.3 [osName] => Linux [osVersion] => [deviceModel] => WebKit [isMobile] => [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Arora 0.4</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.24201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 0.4 [is_android] => [browser_name] => Arora [operating_system_family] => Linux [operating_system_version] => [is_ios] => [producer] => Benjamin Meyer [operating_system] => Linux [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>Arora 0.4</td><td>WebKit </td><td>GNU/Linux </td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Arora [short_name] => AR [version] => 0.4 [engine] => WebKit ) [operatingSystem] => Array ( [name] => GNU/Linux [short_name] => LIN [version] => [platform] => ) [device] => Array ( [brand] => [brandName] => [model] => [device] => 0 [deviceName] => desktop ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => 1 [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Safari </td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</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 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) ) [name:Sinergi\BrowserDetector\Browser:private] => Safari [version:Sinergi\BrowserDetector\Browser:private] => unknown [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] => Linux [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) ) ) [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 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) ) ) ) </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>Arora 0.4</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.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] => 0 [minor] => 4 [patch] => [family] => Arora ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Linux ) [device] => UAParser\Result\Device Object ( [brand] => [model] => [family] => Other ) [originalUserAgent] => Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) ) </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>Safari 419.3</td><td>WebKit 527</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Linux [platform_version] => Linux [platform_type] => Desktop [browser_name] => Safari [browser_version] => 419.3 [engine_name] => WebKit [engine_version] => 527 ) </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>Arora 0.4</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.063</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] => Arora [agent_version] => 0.4 [os_type] => Linux [os_name] => Linux [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => Italian - Italy [agent_languageTag] => it-IT ) </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>Arora 0.4</td><td>WebKit 527</td><td>Linux </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.23801</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] => Linux [simple_sub_description_string] => [simple_browser_string] => Arora 0.4 on Linux [browser_version] => 0.4 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => arora [operating_system_version] => [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 527 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Linux [operating_system_version_full] => [operating_platform_code] => [browser_name] => Arora [operating_system_name_code] => linux [user_agent] => Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8) [browser_version_full] => 0.4 [browser] => Arora 0.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>v2.0.18</small><br /></td><td>Arora 0.4</td><td>Webkit 527</td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Arora [version] => 0.4 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 527 ) [os] => Array ( [name] => Linux ) [device] => Array ( [type] => desktop ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => UNKNOWN [category] => pc [os] => Linux [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 colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Arora 0.4</td><td><i class="material-icons">close</i></td><td>GNU/Linux </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://code.google.com/p/arora/ [title] => Arora 0.4 [code] => arora [version] => 0.4 [name] => Arora [image] => img/16/browser/arora.png ) [os] => Array ( [link] => http://www.linux.org/ [name] => GNU/Linux [version] => [code] => linux [x64] => [title] => GNU/Linux [type] => os [dir] => os [image] => img/16/os/linux.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.linux.org/ [name] => GNU/Linux [version] => [code] => linux [x64] => [title] => GNU/Linux [type] => os [dir] => os [image] => img/16/os/linux.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:55:47</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>
app/js/test.html
Milstein/BoiseStateGoogleMaps
<!doctype html> <html ng-app="plunker"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.11/angular.js"></script> <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.10.0.js"></script> <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <script> angular.module('plunker', ['ui.bootstrap']); var ModalDemoCtrl = function ($scope, $modal, $log) { /* Note: The hard coded user object has been commented out, as it is now passed as an object parameter from the HTML template. */ /* $scope.user = { user: 'name', password: null };*/ $scope.open = function (user) { $scope.user = user; $modal.open({ templateUrl: 'myModalContent.html', backdrop: true, windowClass: 'modal', controller: function ($scope, $modalInstance, $log, user) { $scope.user = user; $scope.submit = function () { $log.log('Submiting user info.'); $log.log(JSON.stringify(user)); $modalInstance.dismiss('cancel'); } $scope.cancel = function () { $modalInstance.dismiss('cancel'); }; }, resolve: { user: function () { return $scope.user; } } }); }; }; </script> <div ng-controller="ModalDemoCtrl"> <script type="text/ng-template" id="myModalContent.html"> <div class="modal-header"> <h3>Im a modal!</h3> </div> <form ng-submit="submit()"> <div class="modal-body"> <label>User name</label> <input type="text" ng-model="user.user" /> <label>Password</label> <input type="password" ng-model="user.password" /> </div> <div class="modal-footer"> <button class="btn btn-warning" ng-click="cancel()">Cancel</button> <input type="submit" class="btn primary-btn" value="Submit" /> </div> </form> </script> <button class="btn" ng-click="open({user: 'username', password: 'password'})">Open me!</button> <div ng-show="user.password">Got back from modal: {{ user | json}}</div> </div> </body> </html>
v5/user-agent-detail/03/e7/03e75602-4962-43a6-be45-22134458ebd9.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile 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.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile 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>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">Motorola</td><td>DROID RAZR HD</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] => Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 [family] => Motorola DROID RAZR HD [brand] => Motorola [model] => DROID RAZR HD ) </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">Motorola</td><td>Droid Razr HD</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</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.*droid razr hd build\/.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0*droid razr hd 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] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => Droid Razr HD [device_maker] => Motorola [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => XT923 [device_brand_name] => Motorola [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</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.0312</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.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</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.166 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.0.4</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.166 [osName] => AndroidOS [osVersion] => 4.0.4 [deviceModel] => Motorola [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 Mobile 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">Motorola</td><td>Droid RAZR HD</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.2808</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] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Motorola [mobile_model] => Droid RAZR HD [version] => 18.0.1025.166 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.0.4 [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.6.1</small><br /></td><td>Chrome Mobile 18.0</td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">Motorola</td><td>DROID RAZR HD</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome Mobile [short_name] => CM [version] => 18.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => MR [brandName] => Motorola [model] => DROID RAZR HD [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.1</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-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.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 18.0.1025.166 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [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.4 [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.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile 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.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile 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 Mobile 18.0.1025</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">Motorola</td><td>DROID RAZR HD</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 18 [minor] => 0 [patch] => 1025 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 4 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Motorola [model] => DROID RAZR HD [family] => Motorola DROID RAZR HD ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile 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.166</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.156</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.4 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 18.0.1025.166 [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.4</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.1092</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.4 [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.166</td><td>WebKit 535.19</td><td>Android 4.0.4</td><td style="border-left: 1px solid #555"></td><td>DROID RAZR</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.236</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] => DROID RAZR [extra_info_table] => stdClass Object ( [System Build] => 7 ) [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] => DROID RAZR [is_abusive] => [layout_engine_version] => 535.19 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.4 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.0.4; DROID RAZR HD Build/7.7.1Q-144_VQW_S3-22) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 [browser_version_full] => 18.0.1025.166 [browser] => Chrome 18 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">Motorola</td><td>Droid RAZR HD</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</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.4 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Motorola [model] => Droid RAZR HD ) ) </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.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-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.166 [category] => smartphone [os] => Android [os_version] => 4.0.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>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.0.4 [advertised_browser] => Chrome [advertised_browser_version] => 18.0.1025.166 [complete_device_name] => Generic Android 4.0 [device_name] => Generic Android 4.0 [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 4.0 [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] => 2011_october [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => 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] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 34 [physical_screen_height] => 50 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => 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 ) ) </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.166</td><td><i class="material-icons">close</i></td><td>Android 4.0.4</td><td style="border-left: 1px solid #555">Motorola</td><td>Droid</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.166 [name] => Google Chrome [version] => 18.0.1025.166 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.0.4 [code] => android [x64] => [title] => Android 4.0.4 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => http://en.wikipedia.org/wiki/Motorola_Droid [title] => Motorola Droid [model] => Droid [brand] => Motorola [code] => motorola [dir] => device [type] => device [image] => img/16/device/motorola.png ) [platform] => Array ( [link] => http://en.wikipedia.org/wiki/Motorola_Droid [title] => Motorola Droid [model] => Droid [brand] => Motorola [code] => motorola [dir] => device [type] => device [image] => img/16/device/motorola.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:50:31</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>
v4/user-agent-detail/dc/33/dc33b035-5aa5-46d4-9f16-bb4f30a5c389.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.3; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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>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>U8816</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 4.0.3; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [family] => MTC Viva [brand] => Huawei [model] => U8816 ) </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.017</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</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">Huawei</td><td>MTC Viva</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.26903</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] => MTC Viva [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] => 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 4.0</td><td style="border-left: 1px solid #555">Huawei</td><td>U8816</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] => 4.0 [platform] => ) [device] => Array ( [brand] => HU [brandName] => Huawei [model] => U8816 [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 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; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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">Huawei</td><td>U8816</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] => Huawei [model] => U8816 [family] => MTC Viva ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.0.3; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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.06001</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] => Russian [agent_languageTag] => ru-by ) </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.56706</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] => HuaweiU8816 ) [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; ru-by; MTC Viva Build/HuaweiU8816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile 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">MTC</td><td>Viva</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.036</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] => mobile [subtype] => smart [manufacturer] => MTC [model] => Viva ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 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">Huawei</td><td>MTC Viva</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.055</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] => 4.0 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.0 [complete_device_name] => Huawei MTC Viva [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Huawei [model_name] => MTC Viva [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] => 2011_october [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => 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] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 51 [physical_screen_height] => 85 [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:40:46</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
v4/user-agent-detail/6d/4e/6d4eccd8-436b-4c4c-8704-118d6cc8b285.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 </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>browscap/browscap<br /><small>/tests/fixtures/issues/issue-498.php</small></td><td>Android WebView 1.6</td><td>Android 4.4</td><td>unknown </td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S5 LTE (AT&T)</td><td>Mobile Phone</td><td>yes</td><td>yes</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 ( [Browser] => Android WebView [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => Google Inc [Version] => 1.6 [MajorVer] => 1 [MinorVer] => 6 [Platform] => Android [Platform_Version] => 4.4 [Platform_Bits] => 32 [Platform_Maker] => Google Inc [isMobileDevice] => 1 [isTablet] => [Crawler] => [Device_Name] => Galaxy S5 LTE (AT&T) [Device_Maker] => Samsung [Device_Type] => Mobile Phone [Device_Pointing_Method] => touchscreen [Device_Code_Name] => SM-G900A [Device_Brand_Name] => Samsung [RenderingEngine_Name] => Blink [RenderingEngine_Version] => unknown [RenderingEngine_Maker] => Google 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android WebView 1.6</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S5 LTE (AT&T)</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.07001</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\.4.*sm\-g900a.* build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\).*version\/1\.6.*chrome.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.4*sm-g900a* build/*) applewebkit/* (khtml,*like gecko*)*version/1.6*chrome*safari* [parent] => Android WebView 1.6 [comment] => Android WebView 1.6 [browser] => Android WebView [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 1.6 [majorver] => 1 [minorver] => 6 [platform] => Android [platform_version] => 4.4 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Galaxy S5 LTE (AT&T) [device_maker] => Samsung [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => SM-G900A [device_brand_name] => Samsung [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 28.0.1500.94</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] => Chrome [version] => 28.0.1500.94 ) </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 1.6</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G900A</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.33403</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] => 1920 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => SM-G900A [version] => 1.6 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.4.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [mobile_screen_width] => 1080 [mobile_browser] => Chrome 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>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Chrome Mobile 28.0</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>GALAXY S5</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] => Chrome Mobile [short_name] => CM [version] => 28.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.4 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GALAXY S5 [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>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.4.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; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 28.0.1500.94 [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.4.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; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 ) ) [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.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Chrome Mobile 28.0.1500</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G900A</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] => 28 [minor] => 0 [patch] => 1500 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 4 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => SM-G900A [family] => Samsung SM-G900A ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 ) </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.4.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.09001</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.4.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English - United States [agent_languageTag] => en-us ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td>Android 4.4.2</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.40504</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 28 on Android (KitKat) [browser_version] => 28 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => KOT49H ) [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] => KitKat [simple_operating_platform_string] => Samsung SM-G900A [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (KitKat) [operating_system_version_full] => 4.4.2 [operating_platform_code] => SM-G900A [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36 [browser_version_full] => 28.0.1500.94 [browser] => Chrome 28 ) </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>Samsung Internet 1.6</td><td>Blink </td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S5</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.03</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] => Samsung Internet [version] => 1.6 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.4.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Galaxy S5 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 28.0.1500.94 [category] => smartphone [os] => Android [os_version] => 4.4.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>Chromium 28</td><td><i class="material-icons">close</i></td><td>Android 4.4</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G900A</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.035</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] => 4.4 [advertised_browser] => Chromium [advertised_browser_version] => 28 [complete_device_name] => Samsung SM-G900A (Galaxy S5) [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => SM-G900A [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/SM-G900A.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Chrome Mobile [mobile_browser_version] => 30 [device_os_version] => 4.4 [pointing_method] => touchscreen [release_date] => 2014_january [marketing_name] => Galaxy S5 [model_extra_info] => for ATT [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] => 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] => 1080 [resolution_height] => 1920 [columns] => 25 [max_image_width] => 360 [max_image_height] => 640 [rows] => 21 [physical_screen_width] => 64 [physical_screen_height] => 113 [dual_orientation] => true [density_class] => 3.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] => true [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] => http [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] => 1048576 [mms_max_height] => 1600 [mms_max_width] => 1600 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => true [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => true [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => true [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => true [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] => true [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:32:54</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>
_includes/header.html
mhaslam/long-haul
<div class="header"> <div class="container"> <h1 class="logo"><a href="{{ site.baseurl }}/">M&M Touring</a></h1> <nav class="nav-collapse"> <ul class="noList"> {% for link in site.navigation %}{% assign current = nil %}{% if page.url contains link.url %}{% assign current = 'current' %}{% endif %} <li class="element {% if forloop.first %}first{% endif %} {{ current }} {% if forloop.last %}last{% endif %}"> <a href="{{ link.url | prepend: site.baseurl }}">{{ link.title }}</a> </li> {% endfor %} </ul> </nav> </div> </div><!-- end .header -->
src/server/content/404.html
gmarler/weewikipaint
<html> <!-- smoke test marker: WeeWikiPaint 404 page --> <p>404: Not Found</p> </html>
Project/src/app/carrousel/carrousel.component.css
julianpoma/tmbdttads
.carousel-inner img { width: 100%; max-height: 460px; } .carousel-inner{ height: auto; }
rust-serial/target/doc/libc/unix/bsd/apple/constant.SCM_CREDS.html
IllinoisRoboticsInSpace/Arduino_Control
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.SCM_CREDS.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.SCM_CREDS.html">../../../../libc/constant.SCM_CREDS.html</a>...</p> <script>location.replace("../../../../libc/constant.SCM_CREDS.html" + location.search + location.hash);</script> </body> </html>
ajax/libs/devextreme/21.1.5-build-21209-0924/css/dx.common.css
cdnjs/cdnjs
/** * DevExtreme (dx.common.css) * Version: 21.1.4 (build 21209-0924) * Build date: Wed Jul 28 2021 * * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ /*! This file is kept for backward compatibility. It is no longer required. */
static/_site/post6.html
rootcss/rootcss.github.io
<!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="author" content="Chris Turner" /> <meta name="description" content="Personal blog and resume"> <link rel="favicon" href="/sustain/static/img/favicon.ico"> <title>I have a dream <3</title> <!-- Bootstrap --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> <!-- 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]--> <!-- Custom styles for this template --> <link rel="stylesheet" type="text/css" href="/sustain/static/css/main.css" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,200bold,400old" /> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="/sustain/static/css/syntax.css" /> <!-- 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-69391421-1', 'auto'); ga('send', 'pageview'); </script> </head> <!-- Main Body--> <body> <!-- Wrap all page content here --> <div id="wrap"> <!-- Navbar header --> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="/sustain/"><i class="fa fa-home"></i></a> </div> <div id="navbar"> <ul class="nav navbar-nav navbar-right"> <li><a href="/sustain/blog.html">BLOG</a></li> <li><a href="/sustain/projects.html">PROJECTS</a></li> <li><a href="http://biomadeira.github.io/vitae">RESUME</a></li> </ul> </div> </div> </nav> <div class="container"> <div class="blog-post"> <h3> <strong><a href="/post6.html">I have a dream <3</a></strong> </h3> </div> <div class="blog-title"> <h4> January 24, 2013 &nbsp;&nbsp; <span class="label label-success">News</span> <span class="label label-success">Tags</span> <span class="label label-success">Blog</span> <span class="label label-success">Post</span> </h4> </div> <div class="panel panel-default"> <div class="panel-body"> <div class="blogpost"> <p>I am happy to join with you today in what will go down in history as the greatest demonstration for freedom in the history of our nation.</p> <p>Five score years ago, a great American, in whose symbolic shadow we stand today, signed the Emancipation Proclamation. This momentous decree came as a great beacon light of hope to millions of Negro slaves who had been seared in the flames of withering injustice. It came as a joyous daybreak to end the long night of their captivity.</p> <p>But one hundred years later, the Negro still is not free. One hundred years later, the life of the Negro is still sadly crippled by the manacles of segregation and the chains of discrimination. One hundred years later, the Negro lives on a lonely island of poverty in the midst of a vast ocean of material prosperity. One hundred years later, the Negro is still languished in the corners of American society and finds himself an exile in his own land. And so we&rsquo;ve come here today to dramatize a shameful condition.</p> <p>In a sense we&rsquo;ve come to our nation&rsquo;s capital to cash a check. When the architects of our republic wrote the magnificent words of the Constitution and the Declaration of Independence, they were signing a promissory note to which every American was to fall heir. This note was a promise that all men, yes, black men as well as white men, would be guaranteed the &ldquo;unalienable Rights&rdquo; of &ldquo;Life, Liberty and the pursuit of Happiness.&rdquo; It is obvious today that America has defaulted on this promissory note, insofar as her citizens of color are concerned. Instead of honoring this sacred obligation, America has given the Negro people a bad check, a check which has come back marked &ldquo;insufficient funds.&rdquo;</p> <p>But we refuse to believe that the bank of justice is bankrupt. We refuse to believe that there are insufficient funds in the great vaults of opportunity of this nation. And so, we&rsquo;ve come to cash this check, a check that will give us upon demand the riches of freedom and the security of justice.</p> <p>We have also come to this hallowed spot to remind America of the fierce urgency of Now. This is no time to engage in the luxury of cooling off or to take the tranquilizing drug of gradualism. Now is the time to make real the promises of democracy. Now is the time to rise from the dark and desolate valley of segregation to the sunlit path of racial justice. Now is the time to lift our nation from the quicksands of racial injustice to the solid rock of brotherhood. Now is the time to make justice a reality for all of God&rsquo;s children.</p> <p>It would be fatal for the nation to overlook the urgency of the moment. This sweltering summer of the Negro&rsquo;s legitimate discontent will not pass until there is an invigorating autumn of freedom and equality. Nineteen sixty-three is not an end, but a beginning. And those who hope that the Negro needed to blow off steam and will now be content will have a rude awakening if the nation returns to business as usual. And there will be neither rest nor tranquility in America until the Negro is granted his citizenship rights. The whirlwinds of revolt will continue to shake the foundations of our nation until the bright day of justice emerges.</p> <p>But there is something that I must say to my people, who stand on the warm threshold which leads into the palace of justice: In the process of gaining our rightful place, we must not be guilty of wrongful deeds. Let us not seek to satisfy our thirst for freedom by drinking from the cup of bitterness and hatred. We must forever conduct our struggle on the high plane of dignity and discipline. We must not allow our creative protest to degenerate into physical violence. Again and again, we must rise to the majestic heights of meeting physical force with soul force.</p> <p>The marvelous new militancy which has engulfed the Negro community must not lead us to a distrust of all white people, for many of our white brothers, as evidenced by their presence here today, have come to realize that their destiny is tied up with our destiny. And they have come to realize that their freedom is inextricably bound to our freedom.</p> <p>We cannot walk alone.</p> <p>And as we walk, we must make the pledge that we shall always march ahead.</p> <p>We cannot turn back.</p> <p>There are those who are asking the devotees of civil rights, &ldquo;When will you be satisfied?&rdquo; We can never be satisfied as long as the Negro is the victim of the unspeakable horrors of police brutality. We can never be satisfied as long as our bodies, heavy with the fatigue of travel, cannot gain lodging in the motels of the highways and the hotels of the cities. We cannot be satisfied as long as the negro&rsquo;s basic mobility is from a smaller ghetto to a larger one. We can never be satisfied as long as our children are stripped of their self-hood and robbed of their dignity by signs stating: &ldquo;For Whites Only.&rdquo; We cannot be satisfied as long as a Negro in Mississippi cannot vote and a Negro in New York believes he has nothing for which to vote. No, no, we are not satisfied, and we will not be satisfied until &ldquo;justice rolls down like waters, and righteousness like a mighty stream.&rdquo;</p> <p>I am not unmindful that some of you have come here out of great trials and tribulations. Some of you have come fresh from narrow jail cells. And some of you have come from areas where your quest &ndash; quest for freedom left you battered by the storms of persecution and staggered by the winds of police brutality. You have been the veterans of creative suffering. Continue to work with the faith that unearned suffering is redemptive. Go back to Mississippi, go back to Alabama, go back to South Carolina, go back to Georgia, go back to Louisiana, go back to the slums and ghettos of our northern cities, knowing that somehow this situation can and will be changed.</p> <p>Let us not wallow in the valley of despair, I say to you today, my friends.</p> <p>And so even though we face the difficulties of today and tomorrow, I still have a dream. It is a dream deeply rooted in the American dream.</p> <p>I have a dream that one day this nation will rise up and live out the true meaning of its creed: &ldquo;We hold these truths to be self-evident, that all men are created equal.&rdquo;</p> <p>I have a dream that one day on the red hills of Georgia, the sons of former slaves and the sons of former slave owners will be able to sit down together at the table of brotherhood.</p> <p>I have a dream that one day even the state of Mississippi, a state sweltering with the heat of injustice, sweltering with the heat of oppression, will be transformed into an oasis of freedom and justice.</p> <p>I have a dream that my four little children will one day live in a nation where they will not be judged by the color of their skin but by the content of their character.</p> <p>I have a <strong>dream</strong> today!</p> <p>I have a dream that one day, down in Alabama, with its vicious racists, with its governor having his lips dripping with the words of &ldquo;interposition&rdquo; and &ldquo;nullification&rdquo; &ndash; one day right there in Alabama little black boys and black girls will be able to join hands with little white boys and white girls as sisters and brothers.</p> <p>I have a <strong>dream</strong> today!</p> <p>I have a dream that one day every valley shall be exalted, and every hill and mountain shall be made low, the rough places will be made plain, and the crooked places will be made straight; &ldquo;and the glory of the Lord shall be revealed and all flesh shall see it together.&rdquo;</p> <p>This is our hope, and this is the faith that I go back to the South with.</p> <p>With this faith, we will be able to hew out of the mountain of despair a stone of hope. With this faith, we will be able to transform the jangling discords of our nation into a beautiful symphony of brotherhood. With this faith, we will be able to work together, to pray together, to struggle together, to go to jail together, to stand up for freedom together, knowing that we will be free one day.</p> <p>And this will be the day &ndash; this will be the day when all of God&rsquo;s children will be able to sing with new meaning:</p> <blockquote><p> My country &lsquo;tis of thee, sweet land of liberty, of thee I sing.</p> <p> Land where my fathers died, land of the Pilgrim&rsquo;s pride,</p> <p> From every mountainside, let freedom ring!</p></blockquote> <p>And if America is to be a great nation, this must become true.</p> <p>And so let freedom ring from the prodigious hilltops of New Hampshire.</p> <blockquote><p> Let freedom ring from the mighty mountains of New York.</p> <p> Let freedom ring from the heightening Alleghenies of Pennsylvania.</p> <p> Let freedom ring from the snow-capped Rockies of Colorado.</p> <p> Let freedom ring from the curvaceous slopes of California.</p></blockquote> <p>But not only that:</p> <blockquote><p> Let freedom ring from Stone Mountain of Georgia.</p> <p> Let freedom ring from Lookout Mountain of Tennessee.</p> <p> Let freedom ring from every hill and molehill of Mississippi.</p> <p> From every mountainside, let freedom ring.</p></blockquote> <p>And when this happens, and when we allow freedom ring, when we let it ring from every village and every hamlet, from every state and every city, we will be able to speed up that day when all of God&rsquo;s children, black men and white men, Jews and Gentiles, Protestants and Catholics, will be able to join hands and sing in the words of the old Negro spiritual:</p> <p><em>Free at last! Free at last!</em></p> <p><em>Thank God Almighty, we are free at last!</em></p> <p>By <strong>Martin Luther King</strong></p> <p>An American pastor, activist, humanitarian. People know him for leading the African-American Civil Rights movement using nonviolent civil disobedience.</p> <hr> <div class="related-posts"> <h5>Related Posts</h5> <div class="row"> <div class="col-sm-4 col-md-4 col-lg-4"> <h6 style="text-align: right"> March 25, 2016 </h6> </div> <div class="col-sm-8 col-md-8 col-lg-8"> <h6 style="text-align: left"> <strong><a href="/sustain//post7.html">RabbitMQ: Automated deletion of 1000s of queues</a></strong> </h6> </div> </div> <div class="row"> <div class="col-sm-4 col-md-4 col-lg-4"> <h6 style="text-align: right"> June 5, 2013 </h6> </div> <div class="col-sm-8 col-md-8 col-lg-8"> <h6 style="text-align: left"> <strong><a href="/sustain//post1.html">A Full and Comprehensive Style Test (HTML)</a></strong> </h6> </div> </div> <div class="row"> <div class="col-sm-4 col-md-4 col-lg-4"> <h6 style="text-align: right"> May 27, 2013 </h6> </div> <div class="col-sm-8 col-md-8 col-lg-8"> <h6 style="text-align: left"> <strong><a href="/sustain//post2.html">Another markdown full cheatsheet demo (Markdown)</a></strong> </h6> </div> </div> </div> </div> </div> </div> <div class="disqus"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'username'; // required: replace example with your forum shortname var disqus_identifier = '/post6.html'; var disqus_url = 'http://localhost:3000/post6.html'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> </div> </div> </div> <!-- Footer --> <footer> <div id="footer"> <div class="container"> <p class="text-muted">© All rights reserved. Powered by <a href="http://jekyllrb.com/">Jekyll</a> and <a href="http://www.github.com/biomadeira/sustain">sustain</a> with ♥</p> </div> </div> </footer> <div class="footer"></div> <a href="https://github.com/biomadeira/sustain"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Bootstrap core JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/sustain/static/js/docs.min.js"></script> <script src="/sustain/static/js/main.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="/sustain/static/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
templates/home.html
unitips/unitipsQuestions
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello World!</title> </head> <body> <h1>Hello World</h1> </body> </html>
freediscovery/templates/_layout_db.html
wikkiewikkie/free-discovery
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>{{ db_name }}</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous"> </head> <body style="margin-top: 60px;"> <div class="container-fluid"> <nav class="navbar navbar-dark navbar-fixed-top bg-primary"> <a class="navbar-brand" href="{{ url_for('databases') }}">FD - {{ db_name }}</a> <ul class="nav navbar-nav"> <li class="nav-item"> <a class="nav-link active" href="{{ url_for('database', db_name=db_name) }}">Review</a> </li> <li class="nav-item"> <a class="nav-link" href="{{ url_for('logout') }}">Log Out</a> </li> </ul> </nav> {% block body %} {% endblock %} </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script> </body> </html>
Contents/Resources/Documents/classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__server__test_1_1_wsgi_server_startup_test.html
tzmartin/gae-python.docset
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>App Engine Python SDK: google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>tools</b></li><li class="navelem"><b>devappserver2</b></li><li class="navelem"><b>wsgi_server_test</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__server__test_1_1_wsgi_server_startup_test.html">WsgiServerStartupTest</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__server__test_1_1_wsgi_server_startup_test-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1wsgi__server__test_1_1_wsgi_server_startup_test.png" usemap="#google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest_map" alt=""/> <map id="google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest_map" name="google.appengine.tools.devappserver2.wsgi_server_test.WsgiServerStartupTest_map"> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aee08b5694b622dee9dbfcf476061e620"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee08b5694b622dee9dbfcf476061e620"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>setUp</b></td></tr> <tr class="separator:aee08b5694b622dee9dbfcf476061e620"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ade098857f3962bb4c3b2c9fe4faa2acb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ade098857f3962bb4c3b2c9fe4faa2acb"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>tearDown</b></td></tr> <tr class="separator:ade098857f3962bb4c3b2c9fe4faa2acb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1d908bf8a63c7f3e285aa6ee224f0459"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1d908bf8a63c7f3e285aa6ee224f0459"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>test_start_some_fail_to_bind</b></td></tr> <tr class="separator:a1d908bf8a63c7f3e285aa6ee224f0459"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:accf3ee7c3db058d8cfee488eed40aaa8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="accf3ee7c3db058d8cfee488eed40aaa8"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>test_start_all_fail_to_bind</b></td></tr> <tr class="separator:accf3ee7c3db058d8cfee488eed40aaa8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af264332638dcdbf7fb65aab7819c1c9d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af264332638dcdbf7fb65aab7819c1c9d"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>test_remove_duplicates</b></td></tr> <tr class="separator:af264332638dcdbf7fb65aab7819c1c9d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8a6e7ef967f389475691e470a1de1520"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8a6e7ef967f389475691e470a1de1520"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>test_quit</b></td></tr> <tr class="separator:a8a6e7ef967f389475691e470a1de1520"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a247969f2a445175d9434cf0bd7f2aac2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a247969f2a445175d9434cf0bd7f2aac2"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>mox</b></td></tr> <tr class="separator:a247969f2a445175d9434cf0bd7f2aac2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7b413b7b4f01e6e54db6822d2b036a7d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7b413b7b4f01e6e54db6822d2b036a7d"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>server</b></td></tr> <tr class="separator:a7b413b7b4f01e6e54db6822d2b036a7d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/tools/devappserver2/wsgi_server_test.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
web-application/chart.html
Journeycorner/RaspTemper
<!DOCTYPE html> <html lang="de"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> <script src="Chart.js"></script> <script src="chartController.js"></script> </head> <body> <div ng-app="myApp" ng-controller="formCtrl" ng-init="getData()"> <canvas id="canvas"></canvas> <script> (function () { var canvas = document.getElementById('canvas'), context = canvas.getContext('2d'); // resize the canvas to fill browser window dynamically window.addEventListener('resize', resizeCanvas, false); function resizeCanvas() { canvas.width = window.innerWidth; canvas.height = window.innerHeight; /** * Your drawings need to be inside this function otherwise they will be reset when * you resize the browser window and the canvas goes will be cleared. */ drawStuff(); } resizeCanvas(); function drawStuff() { var options = { ///Boolean - Whether grid lines are shown across the chart scaleShowGridLines: true, //String - Colour of the grid lines scaleGridLineColor: "rgba(0,0,0,.05)", //Number - Width of the grid lines scaleGridLineWidth: 1, //Boolean - Whether to show horizontal lines (except X axis) scaleShowHorizontalLines: true, //Boolean - Whether to show vertical lines (except Y axis) scaleShowVerticalLines: false, //Boolean - Whether the line is curved between points bezierCurve: true, //Number - Tension of the bezier curve between points bezierCurveTension: 0.4, //Boolean - Whether to show a dot for each point pointDot: true, //Number - Radius of each point dot in pixels pointDotRadius: 4, //Number - Pixel width of point dot stroke pointDotStrokeWidth: 1, //Number - amount extra to add to the radius to cater for hit detection outside the drawn point pointHitDetectionRadius: 10, //Boolean - Whether to show a stroke for datasets datasetStroke: true, //Number - Pixel width of dataset stroke datasetStrokeWidth: 2, //Boolean - Whether to fill the dataset with a colour datasetFill: true, //String - A legend template legendTemplate: "<ul class=\"<%=name.toLowerCase()%>-legend\"><% for (var i=0; i<datasets.length; i++){%><li><span style=\"background-color:<%=datasets[i].strokeColor%>\"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>" }; // Get the context of the canvas element we want to select var ctx = document.getElementById("myChart").getContext("2d"); var myLineChart = new Chart(ctx).Line(chartData, options); } })(); </script> </div> </body> </html>
rust-serial/target/doc/libc/unix/bsd/apple/constant.CTLTYPE_INT.html
IllinoisRoboticsInSpace/Arduino_Control
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.CTLTYPE_INT.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.CTLTYPE_INT.html">../../../../libc/constant.CTLTYPE_INT.html</a>...</p> <script>location.replace("../../../../libc/constant.CTLTYPE_INT.html" + location.search + location.hash);</script> </body> </html>
blog/index.html
nicoto/nicoto.github.io
<!DOCTYPE html> <html> <head> <title>Dev Boot Camp Blog</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-stylesheet.css"> </head> <body> <div id="wrapper"> <div id="header"> <div id="nav"> <a href="about.html" class="menuitem">ABOUT</a>&nbsp; <a href="index.html" class="menuitem">BLOG</a>&nbsp; <a href="projects.html" class="menuitem">PROJECTS</a> <a href="resume.html" class="menuitem">RESUME</a>&nbsp; </div> <!-- To be added later <a href="#" class="menuitem">ZINE</a>&nbsp;<a href="#" class="menuitem">GALLERY</a>--> <div id="titlebar"> <h1 id="page">DBC Blog</h1> </div> </div> <div id="main"> <div id="leftcolumn"> <div id="intro">&nbsp;</div> </div> <div id="content"> <!-- START BLOG ENTRY --> <span id="entry"> <h1 class="entrytitle">This is a blog post heading sample</h1> <span class="subhead"><h3 class="entrysubtitle">This is a blog post sub-heading sample</h3><h4 class="entrydate">January 25, 2015</h4></span> <section> <p class="blogtxt">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed elementum eleifend nisi, sed malesuada metus gravida vel. Suspendisse in eleifend magna. Cras vulputate, eros ac congue ornare, velit erat maximus diam, id gravida turpis sapien et odio. Vivamus sed libero sodales, tristique ipsum a, rutrum magna. Cras porttitor sem et metus commodo euismod. Morbi interdum orci vel eros commodo, id cursus quam pretium. In pretium pellentesque facilisis. Praesent bibendum condimentum venenatis. Curabitur sit amet sagittis turpis, vel bibendum nibh.</p> <p class="blogtxt">Fusce ullamcorper augue a tellus aliquet finibus. Nunc blandit sapien nec nunc scelerisque rhoncus. Etiam viverra velit accumsan purus commodo, eu aliquet urna dictum. Sed porta ligula ut metus aliquet dignissim. Aliquam pulvinar, purus vel elementum cursus, neque eros ornare lacus, vel eleifend nunc nibh sed nisl. Fusce feugiat magna viverra, lobortis nunc in, facilisis sapien. Aliquam sapien neque, dapibus sit amet tempor nec, cursus at dolor. Nulla feugiat facilisis sem, vitae volutpat nulla aliquet ut. Aenean sollicitudin suscipit eros, vitae viverra turpis luctus quis. Integer scelerisque dolor non gravida mattis.</p> <p class="blogtxt">Suspendisse eleifend urna sed ex elementum, sodales porta nibh ullamcorper. Donec quis semper est. Fusce quis sapien dapibus, tincidunt velit eu, convallis lorem. Aliquam sit amet suscipit dolor. Vestibulum dictum dapibus fermentum. Suspendisse potenti. Ut vitae dui turpis.</p> </section> </span> <!-- END BLOG ENTRY --> <hr /> <!-- START BLOG ENTRY --> <span id="entry"> <img src="../img/lorempix_665x504.jpg" class="blogpic" alt="devbootcamp pic" /> <br /> <span class="caption">Rock Doves cohort in the lobby on the first day</span> <h1 class="entrytitle">This is a blog post heading sample</h1> <span class="subhead"><h3 class="entrysubtitle">This is a blog post sub-heading sample</h3><h4 class="entrydate">January 25, 2015</h4></span> <section> <p class="blogtxt">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed elementum eleifend nisi, sed malesuada metus gravida vel. Suspendisse in eleifend magna. Cras vulputate, eros ac congue ornare, velit erat maximus diam, id gravida turpis sapien et odio. Vivamus sed libero sodales, tristique ipsum a, rutrum magna. Cras porttitor sem et metus commodo euismod. Morbi interdum orci vel eros commodo, id cursus quam pretium. In pretium pellentesque facilisis. Praesent bibendum condimentum venenatis. Curabitur sit amet sagittis turpis, vel bibendum nibh.</p> <p class="blogtxt">Fusce ullamcorper augue a tellus aliquet finibus. Nunc blandit sapien nec nunc scelerisque rhoncus. Etiam viverra velit accumsan purus commodo, eu aliquet urna dictum. Sed porta ligula ut metus aliquet dignissim. Aliquam pulvinar, purus vel elementum cursus, neque eros ornare lacus, vel eleifend nunc nibh sed nisl. Fusce feugiat magna viverra, lobortis nunc in, facilisis sapien. Aliquam sapien neque, dapibus sit amet tempor nec, cursus at dolor. Nulla feugiat facilisis sem, vitae volutpat nulla aliquet ut. Aenean sollicitudin suscipit eros, vitae viverra turpis luctus quis. Integer scelerisque dolor non gravida mattis.</p> <p class="blogtxt">Suspendisse eleifend urna sed ex elementum, sodales porta nibh ullamcorper. Donec quis semper est. Fusce quis sapien dapibus, tincidunt velit eu, convallis lorem. Aliquam sit amet suscipit dolor. Vestibulum dictum dapibus fermentum. Suspendisse potenti. Ut vitae dui turpis.</p> </section> </span> <!-- END BLOG ENTRY --> </div><!-- content --> <div id="rightcolumn"> &nbsp; </div> </div><!-- main --> </div><!-- wrapper --> <span class="clear"></span> <div id="footer">&nbsp;</div> </body> </html>
www/fasttrack/profile-success.html
valtech-uk/csr-fasttrack-ui
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-GB" class="no-js not-ie8"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Activate your account | Apply for a Civil Service apprenticeship</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <!--[if gt IE 8]><!--> <link href="../_assets/css/main.css" media="all" rel="stylesheet" type="text/css"><!--<![endif]--> <!--[if lte IE 8]><link href="../_assets/css/main-ie8.css" media="all" rel="stylesheet" type="text/css"><![endif]--> <!--[if lte IE 8]> <link href="../_assets/css/fonts-ie8.css" media="all" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if gte IE 9]><!--> <link href="../_assets/css/fonts.css" media="all" rel="stylesheet" type="text/css" /> <!--<![endif]--> <link rel="shortcut icon" href="../_assets/img/favicon.ico" type="image/x-icon"> <link href="../_assets/css/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <script> var html = document.documentElement; html.className += " js-enabled"; if (!('open' in document.createElement('details'))) { document.documentElement.className += ' no-details'; } </script> <!--[if lte IE 8]> <script> var head = document.getElementsByTagName('head')[0], style = document.createElement('style'); style.type = 'text/css'; style.styleSheet.cssText = ':before,:after{content:none !important'; head.appendChild(style); setTimeout(function(){ head.removeChild(style); }, 0); </script> <![endif]--> <script src="../_assets/js/vendor/modernizr-custom.js"></script> <script src="../_assets/js/vendor/jquery-1.11.1.min.js"></script> <script src="../_assets/js/vendor/jstorage.js"></script> </head> <body> <div id="global-cookie-message" class="cookie-banner hidden"> <div class="content-container" role="alert" style="padding-top: 0px;"> <span class="copy-16">GOV.UK uses cookies to make the site simpler. <a href="/fasttrack/privacy.html">Find out more about cookies</a></span> </div> </div> <div class="panel-ie"> <img src="../_assets/img/logo-ie.png" height="50" alt="Not optimised for IE 9 and lower" align="left"> <p>It looks like you're using a version of Internet Explorer that this prototype has not tested with - For the best experience, please switch to a modern browser.</p> <p><a href="" id="hideIEMessage">Hide this message</a></p> </div> <!-- <div id="global-cookie-message" class="cookie-banner"> <div class="content-container"> <span class="copy-16">GOV.UK uses cookies to make the site simpler. <a href="#">Find out more about cookies</a></span> </div> </div> --> <div class="skiplink-container header-skiplink"> <div> <a href="#main" class="skiplink">Skip to main content</a> </div> </div> <header role="banner" class="global-header"> <div class="global-header__wrapper"> <div class="global-header__logo"> <a href="http://gov.uk" title="Go to the GOV.UK homepage" class="govuk-logo"> <img src="../_assets/img/gov.uk_logotype_crown.png" alt="Crown">GOV.UK </a> </div> <div class="global-header__nav"> <div class="global-header__title beta"><a href="profile-home.html">Apply for a Civil Service apprenticeship</a></div> </div> </div> </header> <div class="content-container"> <div class="phase-notice gov-border grid-wrapper"> <div class="grid grid-2-3"> <div class="prototype-warning"> <strong class="beta__label">Beta</strong> <span>This is a prototype – your <a href="#" target="_blank" rel="external">feedback</a> will help to improve it.</span> </div> </div> <div class="grid grid-1-3"> <div class="account-info sign-in" id="bannerSignedOut"> <div class="small-btm-margin"> <a href="/fasttrack/profile-signin.html"><i class="fa fa-sign-in"></i>Create an account</a> or <a href="/fasttrack/profile-signin.html#signInHeading">Sign in</a> </div> </div> <div class="account-info sign-out" id="bannerSignedIn" style="display: none;"> <div class="small-btm-margin"> <span class="your-name" id="bannerUserName">PreferredName</span> </div> <div> <a class="account-link" id="applicationsLink" href="/fasttrack/profile-home.html">Home</a> <a class="account-link" href="/fasttrack/profile-signin.html?Status=signout" id="btnSignOut"><i class="fa fa-sign-out"></i>Sign out</a> </div> </div> </div> </div> <main role="main" id="main"> <div class="panel-success"> <p id="SuccessMessageText" class="text">You've successfully created your account</p> </div> <h1 id="accountCreated" class="heading-xlarge">Activate your account</h1> <p class="text"> An email has been sent to <b id="emailAddress">yourname@email.com</b>. It will contain a 6-character code that you’ll need to activate your account. </p> <div class="form-group"> <label for="activation-code" class="form-label">Activation code</label> <input type="text" id="activation-code" class="form-control form-control-1-3"> <p><a href="">Resend code</a></p> </div> <div class="form-group"> <a href="profile-home.html" class="button activate-page-btn" id="btnSignIn">Activate account</a> </div> <div class="panel-indent text"> <p> You must activate your account within 30 days of receiving your activation code. After 30 days your account will be deleted and you'll need to register again. </p> </div> </main> </div> <footer class="gov-border" role="contentinfo"> <div class="footer__wrapper"> <div class="footer__meta"> <ul class="footer__nav" role="navigation"> <li class="small-btm-margin"> <div> <a class="footer__link bold-medium" href="/fasttrack/helpdesk.html">Contact us</a> <a class="footer__link bold-medium" href="#" rel="external">Give feedback</a> </div> </li> <li class="footer__link"><a href="/fasttrack/privacy.html">Privacy and cookies</a></li> <li class="footer__link"><a href="/fasttrack/terms.html">Terms and conditions</a></li> <li class="footer__link">Built by <a href="https://www.gov.uk/government/organisations/civil-service-resourcing" target="_blank">Civil Service Resourcing</a></li> <li class="footer__ogl hide-print"><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3" class="ir ogl-logo">OGL</a>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3">Open Government Licence v3.0</a>, except where otherwise stated</li> </ul> <a class="footer__copyright" href="http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm" target="_blank"> <img src="../_assets/img/govuk-crest-2x.png" width="125" height="102" alt="Crown copyright logo"> <p>&copy; Crown copyright</p> </a> </div> </div> </footer> <script src="../_assets/js/vendor/fastclick.js"></script> <script src="../_assets/js/vendor/chosen.jquery.js"></script> <script src="../_assets/js/scripts.js"></script> <!-- Prototype specific scripts --> <script src="../_assets/js/vendor/jquery.cookie.js"></script> <script src="../_assets/js/prototype.js"></script> </body> </html>
10. JavaScript Applications/13. Exam/Exam/CrowdShareWebClient/views/register-template.html
StefanSinapov/TelerikAcademy
<div class="form-login"> <h2 class="form-login-heading">Register: </h2> <div class="control-group"> <input type="text" class="form-control" placeholder="User name" id="register-name" required autofocus> <input type="password" class="form-control" placeholder="Password" id="register-pass" required> </div> <button class="btn btn-lg btn-primary btn-block" type="submit" id="register-btn">Register</button> </div>
Javascript Calculator/style.css
Parthipan-Natkunam/FCC-frontend-certificate-projects
@import url('https://fonts.googleapis.com/css?family=Orbitron'); html,body{ margin:0; padding:0; text-align: center; font-family: 'Orbitron', sans-serif; } table{ border: 2px solid #cbcbde; text-align: center; color:#000; margin: 10em auto; padding: 10px; width:50%; border-collapse: separate; border-spacing: 1em 1em; background: #f5fbf5; border-radius: 15px; } tr.display>td{ height:50px; width:100%; border:1px solid #000; padding: 15px 2px 15px 2px; background: dimgrey; color: #fff; font-weight: bold; font-size: 1.4em; } .key{ padding: 10px 0 10px 0; margin: 10px; font-weight: bold; font-size: 1.2em; border: 1px solid #cbcbde; box-shadow: inset -1px 0px 11px 9px rgba(58, 62, 60, 0.23), 0 5px 0 #9e9e9e; transition: all 0.05s; cursor: pointer; } .fa{ position: absolute; margin: 6px auto; } .pressed{ box-shadow: inset -3px -20px 11px 9px rgba(58, 62, 60, 0.23), 0 1px 0 #9e9e9e; }
documentation/html-docs/contents/d444210ef0ad6eefa07d4567c8bd3ecb.html
lki1354/Ciayn
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>setTimeStamp</title> <!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> --> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../assets/css/bootstrap.css"> <link rel="stylesheet" href="../assets/css/jquery.bonsai.css"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/icons.css"> <script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script> <script type="text/javascript" src="../assets/js/bootstrap.js"></script> <script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script> <!-- <script type="text/javascript" src="../assets/js/main.js"></script> --> </head> <body> <div> <!-- Name Title --> <h1>setTimeStamp</h1> <!-- Type and Stereotype --> <section style="margin-top: .5em;"> <span class="alert alert-info"> <span class="node-icon _icon-UMLOperation"></span> UMLOperation </span> </section> <!-- Path --> <section style="margin-top: 10px"> <span class="label label-info"><a href='cf9c8b720f3815adeccaf3ef6e48c6c4.html'><span class='node-icon _icon-Project'></span>Ciayn Docu</a></span> <span>::</span> <span class="label label-info"><a href='cc25605218a28e217adbc7728949f89f.html'><span class='node-icon _icon-UMLModel'></span>Ciyn Diagrams</a></span> <span>::</span> <span class="label label-info"><a href='1ce3e8f6a47545f4bc7d28061651914e.html'><span class='node-icon _icon-UMLPackage'></span>ciayn</a></span> <span>::</span> <span class="label label-info"><a href='030fe6c3699d577010352777a46cc035.html'><span class='node-icon _icon-UMLPackage'></span>elements</a></span> <span>::</span> <span class="label label-info"><a href='50e3dc1da88349a9ff7a745766c04c44.html'><span class='node-icon _icon-UMLPackage'></span>signal</a></span> <span>::</span> <span class="label label-info"><a href='c15b667bbeb95296834f4af2587f8cf7.html'><span class='node-icon _icon-UMLClass'></span>ValueInt</a></span> <span>::</span> <span class="label label-info"><a href='d444210ef0ad6eefa07d4567c8bd3ecb.html'><span class='node-icon _icon-UMLOperation'></span>setTimeStamp</a></span> </section> <!-- Diagram --> <!-- Description --> <section> <h3>Description</h3> <div> <span class="label label-info">none</span> </div> </section> <!-- Specification --> <!-- Directed Relationship --> <!-- Undirected Relationship --> <!-- Classifier --> <!-- Interface --> <!-- Component --> <!-- Node --> <!-- Actor --> <!-- Use Case --> <!-- Template Parameters --> <!-- Literals --> <!-- Attributes --> <!-- Operations --> <!-- Receptions --> <!-- Extension Points --> <!-- Parameters --> <section> <h3>Parameters</h3> <table class="table table-striped table-bordered"> <tr> <th>Direction</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr> <td>in</td> <td><a href="dc75c27ab28e4a119820842c28fa1b4c.html">timeStamp</a></td> <td>float</td> <td></td> </tr> <tr> <td>return</td> <td><a href="baf54099501721aa5062d03cdc3762bb.html">(unnamed)</a></td> <td>void</td> <td></td> </tr> </table> </section> <!-- Diagrams --> <!-- Behavior --> <!-- Action --> <!-- Interaction --> <!-- CombinedFragment --> <!-- Activity --> <!-- State Machine --> <!-- State Machine --> <!-- State --> <!-- Vertex --> <!-- Transition --> <!-- Properties --> <section> <h3>Properties</h3> <table class="table table-striped table-bordered"> <tr> <th width="50%">Name</th> <th width="50%">Value</th> </tr> <tr> <td>name</td> <td>setTimeStamp</td> </tr> <tr> <td>stereotype</td> <td><span class='label label-info'>null</span></td> </tr> <tr> <td>visibility</td> <td>public</td> </tr> <tr> <td>isStatic</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>isLeaf</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>parameters</td> <td> <a href='dc75c27ab28e4a119820842c28fa1b4c.html'><span class='node-icon _icon-UMLParameter'></span>timeStamp</a> <span>, </span> <a href='baf54099501721aa5062d03cdc3762bb.html'><span class='node-icon _icon-UMLParameter'></span>(Parameter)</a> </td> </tr> <tr> <td>raisedExceptions</td> <td> </td> </tr> <tr> <td>concurrency</td> <td>sequential</td> </tr> <tr> <td>isQuery</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>isAbstract</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>specification</td> <td></td> </tr> </table> </section> <!-- Tags --> <!-- Constraints, Dependencies, Dependants --> <!-- Relationships --> <!-- Owned Elements --> </div> </body> </html>
progdoc/html/namespacepkg__world.html
minijackson/Bad-Philophobia
<!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>Bad Philophobia: Package pkg_world</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> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.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">Bad Philophobia </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 class="current"><a href="namespaces.html"><span>Packages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Packages</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <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>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><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><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Packages</a> &#124; <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">Package pkg_world</div> </div> </div><!--header--> <div class="contents"> <p>Package containing all the classes handling a world object. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Packages</h2></td></tr> <tr class="memitem:namespacepkg__world_1_1pkg__characters"><td class="memItemLeft" align="right" valign="top">package &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepkg__world_1_1pkg__characters.html">pkg_characters</a></td></tr> <tr class="memdesc:namespacepkg__world_1_1pkg__characters"><td class="mdescLeft">&#160;</td><td class="mdescRight">Package containing all the classes handling a <a class="el" href="classpkg__world_1_1pkg__characters_1_1Character.html" title="class Character ">Character</a>. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespacepkg__world_1_1pkg__items"><td class="memItemLeft" align="right" valign="top">package &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepkg__world_1_1pkg__items.html">pkg_items</a></td></tr> <tr class="memdesc:namespacepkg__world_1_1pkg__items"><td class="mdescLeft">&#160;</td><td class="mdescRight">Package containing all the classes in relation with the items. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpkg__world_1_1Player.html">Player</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">class <a class="el" href="classpkg__world_1_1Player.html" title="class Player used to handle the user&#39;s player. ">Player</a> used to handle the user's player. <a href="classpkg__world_1_1Player.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpkg__world_1_1Room.html">Room</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class used to handle a game's room. <a href="classpkg__world_1_1Room.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Package containing all the classes handling a world object. </p> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Jun 9 2014 21:28:27 for Bad Philophobia 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>
cokr-stylus/node_modules/kouto-swiss/test/cases/utilities-position.css
cokr/cokr-dev
div { position: static; top: 10px; right: 10px; bottom: 10px; left: 10px; } div { position: static; top: 10px; right: 20px; bottom: 10px; left: 20px; } div { position: static; top: 10px; right: 20px; bottom: 30px; left: 20px; } div { position: static; top: 10px; right: 20px; bottom: 30px; left: 40px; } div { position: relative; top: 10px; right: 10px; bottom: 10px; left: 10px; } div { position: relative; top: 10px; right: 20px; bottom: 10px; left: 20px; } div { position: relative; top: 10px; right: 20px; bottom: 30px; left: 20px; } div { position: relative; top: 10px; right: 20px; bottom: 30px; left: 40px; } div { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; } div { position: absolute; top: 10px; right: 20px; bottom: 10px; left: 20px; } div { position: absolute; top: 10px; right: 20px; bottom: 30px; left: 20px; } div { position: absolute; top: 10px; right: 20px; bottom: 30px; left: 40px; } div { position: fixed; top: 10px; right: 10px; bottom: 10px; left: 10px; } div { position: fixed; top: 10px; right: 20px; bottom: 10px; left: 20px; } div { position: fixed; top: 10px; right: 20px; bottom: 30px; left: 20px; } div { position: fixed; top: 10px; right: 20px; bottom: 30px; left: 40px; } div { position: fixed; } div { position: fixed; right: 20px; left: 20px; } div { position: fixed; top: 10px; bottom: 30px; } div { position: fixed; top: 10px; right: 20px; left: 40px; } div { position: fixed; top: 0; right: 20px; bottom: 0; left: 20px; } div { position: fixed; top: 10px; right: 0; bottom: 30px; left: 0; } div { position: fixed; top: 10px; right: 20px; bottom: 0; left: 40px; }
test/renders/component-semantic-url.html
formio/formio.js
<div id="url" class="field form-group has-feedback formio-component formio-component-url formio-component-url " ref="component"> <label class="" for="url-url"> Url </label> <div ref="element"> <div class="ui input fluid "> <input ref="input" name="data[url]" type="text" class="form-control" lang="en" spellcheck="true" value="" id="url-url"></input> </div> </div> <div ref="messageContainer"></div> </div>
ajax/libs/tabulator/4.5.2/css/tabulator.css
cdnjs/cdnjs
/* Tabulator v4.5.2 (c) Oliver Folkerd */ .tabulator { position: relative; border: 1px solid #999; background-color: #888; font-size: 14px; text-align: left; overflow: hidden; -ms-transform: translatez(0); transform: translatez(0); } .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table { min-width: 100%; } .tabulator.tabulator-block-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tabulator .tabulator-header { position: relative; box-sizing: border-box; width: 100%; border-bottom: 1px solid #999; background-color: #e6e6e6; color: #555; font-weight: bold; white-space: nowrap; overflow: hidden; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator .tabulator-header.tabulator-header-hidden { display: none; } .tabulator .tabulator-header .tabulator-col { display: inline-block; position: relative; box-sizing: border-box; border-right: 1px solid #aaa; background: #e6e6e6; text-align: left; vertical-align: bottom; overflow: hidden; } .tabulator .tabulator-header .tabulator-col.tabulator-moving { position: absolute; border: 1px solid #999; background: #cdcdcd; pointer-events: none; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content { box-sizing: border-box; position: relative; padding: 4px; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { box-sizing: border-box; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { box-sizing: border-box; width: 100%; border: 1px solid #999; padding: 1px; background: #fff; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { display: inline-block; position: absolute; top: 9px; right: 8px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #bbb; } .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { position: relative; display: -ms-flexbox; display: flex; border-top: 1px solid #aaa; overflow: hidden; } .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child { margin-right: -1px; } .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev { display: none; } .tabulator .tabulator-header .tabulator-col.ui-sortable-helper { position: absolute; background-color: #e6e6e6 !important; border: 1px solid #aaa; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter { position: relative; box-sizing: border-box; margin-top: 2px; width: 100%; text-align: center; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { height: auto !important; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { margin-top: 3px; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { width: 0; height: 0; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { padding-right: 25px; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover { cursor: pointer; background-color: #cdcdcd; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow { border-top: none; border-bottom: 6px solid #bbb; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow { border-top: none; border-bottom: 6px solid #666; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow { border-top: 6px solid #666; border-bottom: none; } .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: mixed; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { -ms-transform: rotate(180deg); transform: rotate(180deg); } .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { padding-right: 0; padding-top: 20px; } .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { padding-right: 0; padding-bottom: 20px; } .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow { right: calc(50% - 6px); } .tabulator .tabulator-header .tabulator-frozen { display: inline-block; position: absolute; z-index: 10; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { border-right: 2px solid #aaa; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { border-left: 2px solid #aaa; } .tabulator .tabulator-header .tabulator-calcs-holder { box-sizing: border-box; min-width: 600%; background: #f3f3f3 !important; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; overflow: hidden; } .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { background: #f3f3f3 !important; } .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { display: none; } .tabulator .tabulator-header .tabulator-frozen-rows-holder { min-width: 600%; } .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { display: none; } .tabulator .tabulator-tableHolder { position: relative; width: 100%; white-space: nowrap; overflow: auto; -webkit-overflow-scrolling: touch; } .tabulator .tabulator-tableHolder:focus { outline: none; } .tabulator .tabulator-tableHolder .tabulator-placeholder { box-sizing: border-box; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; width: 100%; } .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] { position: absolute; top: 0; left: 0; height: 100%; } .tabulator .tabulator-tableHolder .tabulator-placeholder span { display: inline-block; margin: 0 auto; padding: 10px; color: #ccc; font-weight: bold; font-size: 20px; } .tabulator .tabulator-tableHolder .tabulator-table { position: relative; display: inline-block; background-color: #fff; white-space: nowrap; overflow: visible; color: #333; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs { font-weight: bold; background: #e2e2e2 !important; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { border-bottom: 2px solid #aaa; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { border-top: 2px solid #aaa; } .tabulator .tabulator-footer { padding: 5px 10px; border-top: 1px solid #999; background-color: #e6e6e6; text-align: right; color: #555; font-weight: bold; white-space: nowrap; -ms-user-select: none; user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator .tabulator-footer .tabulator-calcs-holder { box-sizing: border-box; width: calc(100% + 20px); margin: -5px -10px 5px -10px; text-align: left; background: #f3f3f3 !important; border-bottom: 1px solid #aaa; border-top: 1px solid #aaa; overflow: hidden; } .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { background: #f3f3f3 !important; } .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { display: none; } .tabulator .tabulator-footer .tabulator-calcs-holder:only-child { margin-bottom: -5px; border-bottom: none; } .tabulator .tabulator-footer .tabulator-paginator { color: #555; font-family: inherit; font-weight: inherit; font-size: inherit; } .tabulator .tabulator-footer .tabulator-page-size { display: inline-block; margin: 0 5px; padding: 2px 5px; border: 1px solid #aaa; border-radius: 3px; } .tabulator .tabulator-footer .tabulator-pages { margin: 0 7px; } .tabulator .tabulator-footer .tabulator-page { display: inline-block; margin: 0 2px; padding: 2px 5px; border: 1px solid #aaa; border-radius: 3px; background: rgba(255, 255, 255, 0.2); } .tabulator .tabulator-footer .tabulator-page.active { color: #d00; } .tabulator .tabulator-footer .tabulator-page:disabled { opacity: .5; } .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { cursor: pointer; background: rgba(0, 0, 0, 0.2); color: #fff; } .tabulator .tabulator-col-resize-handle { position: absolute; right: 0; top: 0; bottom: 0; width: 5px; } .tabulator .tabulator-col-resize-handle.prev { left: 0; right: auto; } .tabulator .tabulator-col-resize-handle:hover { cursor: ew-resize; } .tabulator .tabulator-loader { position: absolute; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; top: 0; left: 0; z-index: 100; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.4); text-align: center; } .tabulator .tabulator-loader .tabulator-loader-msg { display: inline-block; margin: 0 auto; padding: 10px 20px; border-radius: 10px; background: #fff; font-weight: bold; font-size: 16px; } .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading { border: 4px solid #333; color: #000; } .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error { border: 4px solid #D00; color: #590000; } .tabulator-row { position: relative; box-sizing: border-box; min-height: 22px; background-color: #fff; } .tabulator-row.tabulator-row-even { background-color: #EFEFEF; } .tabulator-row.tabulator-selectable:hover { background-color: #bbb; cursor: pointer; } .tabulator-row.tabulator-selected { background-color: #9ABCEA; } .tabulator-row.tabulator-selected:hover { background-color: #769BCC; cursor: pointer; } .tabulator-row.tabulator-row-moving { border: 1px solid #000; background: #fff; } .tabulator-row.tabulator-moving { position: absolute; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; pointer-events: none; z-index: 15; } .tabulator-row .tabulator-row-resize-handle { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; } .tabulator-row .tabulator-row-resize-handle.prev { top: 0; bottom: auto; } .tabulator-row .tabulator-row-resize-handle:hover { cursor: ns-resize; } .tabulator-row .tabulator-frozen { display: inline-block; position: absolute; background-color: inherit; z-index: 10; } .tabulator-row .tabulator-frozen.tabulator-frozen-left { border-right: 2px solid #aaa; } .tabulator-row .tabulator-frozen.tabulator-frozen-right { border-left: 2px solid #aaa; } .tabulator-row .tabulator-responsive-collapse { box-sizing: border-box; padding: 5px; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; } .tabulator-row .tabulator-responsive-collapse:empty { display: none; } .tabulator-row .tabulator-responsive-collapse table { font-size: 14px; } .tabulator-row .tabulator-responsive-collapse table tr td { position: relative; } .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { padding-right: 10px; } .tabulator-row .tabulator-cell { display: inline-block; position: relative; box-sizing: border-box; padding: 4px; border-right: 1px solid #aaa; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tabulator-row .tabulator-cell.tabulator-editing { border: 1px solid #1D68CD; padding: 0; } .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select { border: 1px; background: transparent; } .tabulator-row .tabulator-cell.tabulator-validation-fail { border: 1px solid #dd0000; } .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select { border: 1px; background: transparent; color: #dd0000; } .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev { display: none; } .tabulator-row .tabulator-cell.tabulator-row-handle { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { width: 80%; } .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { width: 100%; height: 3px; margin-top: 2px; background: #666; } .tabulator-row .tabulator-cell .tabulator-data-tree-branch { display: inline-block; vertical-align: middle; height: 9px; width: 7px; margin-top: -9px; margin-right: 5px; border-bottom-left-radius: 1px; border-left: 2px solid #aaa; border-bottom: 2px solid #aaa; } .tabulator-row .tabulator-cell .tabulator-data-tree-control { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; vertical-align: middle; height: 11px; width: 11px; margin-right: 5px; border: 1px solid #333; border-radius: 2px; background: rgba(0, 0, 0, 0.1); overflow: hidden; } .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { cursor: pointer; background: rgba(0, 0, 0, 0.2); } .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { display: inline-block; position: relative; height: 7px; width: 1px; background: transparent; } .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { position: absolute; content: ""; left: -3px; top: 3px; height: 1px; width: 7px; background: #333; } .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { display: inline-block; position: relative; height: 7px; width: 1px; background: #333; } .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { position: absolute; content: ""; left: -3px; top: 3px; height: 1px; width: 7px; background: #333; } .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; height: 15px; width: 15px; border-radius: 20px; background: #666; color: #fff; font-weight: bold; font-size: 1.1em; } .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { opacity: .7; } .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { display: initial; } .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { display: none; } .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { display: none; } .tabulator-row .tabulator-cell .tabulator-traffic-light { display: inline-block; height: 14px; width: 14px; border-radius: 14px; } .tabulator-row.tabulator-group { box-sizing: border-box; border-bottom: 1px solid #999; border-right: 1px solid #aaa; border-top: 1px solid #999; padding: 5px; padding-left: 10px; background: #ccc; font-weight: bold; min-width: 100%; } .tabulator-row.tabulator-group:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0.1); } .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { margin-right: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666; border-bottom: 0; } .tabulator-row.tabulator-group.tabulator-group-level-1 { padding-left: 30px; } .tabulator-row.tabulator-group.tabulator-group-level-2 { padding-left: 50px; } .tabulator-row.tabulator-group.tabulator-group-level-3 { padding-left: 70px; } .tabulator-row.tabulator-group.tabulator-group-level-4 { padding-left: 90px; } .tabulator-row.tabulator-group.tabulator-group-level-5 { padding-left: 110px; } .tabulator-row.tabulator-group .tabulator-group-toggle { display: inline-block; } .tabulator-row.tabulator-group .tabulator-arrow { display: inline-block; width: 0; height: 0; margin-right: 16px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 0; border-left: 6px solid #666; vertical-align: middle; } .tabulator-row.tabulator-group span { margin-left: 10px; color: #d00; } .tabulator-edit-select-list { position: absolute; display: inline-block; box-sizing: border-box; max-height: 200px; background: #fff; border: 1px solid #aaa; font-size: 14px; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 10000; } .tabulator-edit-select-list .tabulator-edit-select-list-item { padding: 4px; color: #333; } .tabulator-edit-select-list .tabulator-edit-select-list-item.active { color: #fff; background: #1D68CD; } .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { cursor: pointer; color: #fff; background: #1D68CD; } .tabulator-edit-select-list .tabulator-edit-select-list-group { border-bottom: 1px solid #aaa; padding: 4px; padding-top: 6px; color: #333; font-weight: bold; } .tabulator-print-fullscreen { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000; } body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { display: none !important; } .tabulator-print-table { border-collapse: collapse; }
data/TNN-1/n500010000000000/20160116093011/page.html
gugod/vote-watch-2016
<!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;第1選舉區&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">1,001</td> <td class="tdAlignRight">20.3621</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>陳柏志</td> <td>男</td> <td class="tdAlignRight">78</td> <td class="tdAlignRight">1.5867</td> <td>中華統一促進黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>林德旺</td> <td>男</td> <td class="tdAlignRight">252</td> <td class="tdAlignRight">5.1261</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>葉宜津</td> <td>女</td> <td class="tdAlignRight">3,585</td> <td class="tdAlignRight">72.9251</td> <td>民主進步黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;22/314&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 17:27:11 +0800" title="Sat, 16 Jan 2016 17:27:11 +0800">&nbsp;資料更新時間:01/16&nbsp;17:27:05&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>
webgl/test.html
cosmologicon/procsamp
<!DOCTYPE html> <body></body> <script> var util = { // Create a canvas element with an associated webGL context and return the context. // optionally set the width and height of the canvas in pixels. getContext: function (width, height) { var canvas = document.createElement("canvas") document.body.appendChild(canvas) var gl = canvas.getContext("webgl", { }) if (!gl) throw "webgl context could not be initialized" if (width) this.resize(gl, width, height) return gl }, // Resize the canvas of the given gl context to the given width and height. resize: function (gl, width, height) { gl.canvas.width = width gl.canvas.height = height gl.viewport(0, 0, width, height) }, // Build a GL program from the given gl context, using the given source for the vertex and // fragment shaders. buildProgram: function (gl, vsource, fsource) { var prog = gl.createProgram() var vshader = gl.createShader(gl.VERTEX_SHADER) gl.shaderSource(vshader, vsource) gl.compileShader(vshader) if (!gl.getShaderParameter(vshader, gl.COMPILE_STATUS)) { throw "Error compiling vertex shader:\n" + gl.getShaderInfoLog(vshader) } gl.attachShader(prog, vshader) var fshader = gl.createShader(gl.FRAGMENT_SHADER) gl.shaderSource(fshader, fsource) gl.compileShader(fshader) if (!gl.getShaderParameter(fshader, gl.COMPILE_STATUS)) { throw "Error compiling fragment shader:\n" + gl.getShaderInfoLog(fshader) } gl.attachShader(prog, fshader) gl.linkProgram(prog) if (!gl.getProgramParameter(prog, gl.LINK_STATUS)) { throw "Error linking program:\n" + gl.getProgramInfoLog(prog) } gl.validateProgram(prog) return prog }, } </script> <script type="x-shader/x-vertex" id="vchunk"> const float K = float($K$); void main() { gl_Position = vec4(0.0, 0.0, 0.0, 1.0); gl_PointSize = K; } </script> <script type="x-shader/x-vertex" id="fdump"> precision highp float; uniform sampler2D sampler; const float K = float($K$); void main() { gl_FragColor = texture2D(sampler, gl_FragCoord.xy / K); gl_FragColor.a = 1.0; } </script> <script type="x-shader/x-fragment" id="fchunk"> precision highp float; precision highp int; uniform sampler2D rawscape; uniform int jchunk0; const float tau = 6.283185307179586; const int C = $C$; const float K = float($K$); const float R = float($R$); const float F = float($F$); const float chunks_per_row = R / float(C); const float fmin = 20.0, fmax = 2400.0; void main() { float jchunk = float(jchunk0) + gl_FragCoord.x; vec2 rp0; rp0.y = floor(jchunk / chunks_per_row); rp0.x = (jchunk - rp0.y * chunks_per_row) * float(C); rp0 /= R; // Frequency in cycles per second float f = floor(exp(log(fmin) + (log(fmax) - log(fmin)) * gl_FragCoord.y / K)); // float f = floor(fmin + (fmax - fmin) * gl_FragCoord.y / K); // Cycles per sample float da = f / F; // Cycle phase at start of chunk float a0 = mod(jchunk * mod(float(C) * da, 1.0), 1.0); vec2 z; for (int i = 0; i < C; ++i) { vec2 rp = rp0 + vec2(float(i) / R, 0.0); float f = (texture2D(rawscape, rp).r - 127.0 / 255.0) * 2.0; // f *= 5.0; float phi = (a0 + da * float(i)) * tau; z += vec2(f * cos(phi), f * sin(phi)); } z /= float(C); gl_FragColor = vec4(0.5 + 0.5 * z.xy, 0.0, 1.0); } </script> <script type="x-shader/x-vertex" id="vspec"> const float K = float($K$); void main() { gl_Position = vec4(0.0, 0.0, 0.0, 1.0); gl_PointSize = K; } </script> <script type="x-shader/x-fragment" id="fspec"> precision highp float; precision highp int; uniform sampler2D chunkscape; uniform int jslice0; // slice number at gl_FragCoord.x = 0 uniform vec2 view0; const float K = float($K$); const float P = float($P$); const int W = $W$; void main() { float jslice = float(jslice0) + gl_FragCoord.x - view0.x; vec2 cp0 = gl_FragCoord.xy - view0; cp0.x *= P; cp0 /= K; vec2 z = vec2(0.0, 0.0); float fsum = 0.0; for (int i = 0; i < W; ++i) { vec2 cp = cp0 + vec2(float(i) / K, 0.0); vec2 zchunk = (texture2D(chunkscape, cp).rg - 127.5 / 255.0) * 2.0; float g = (float(i) + 0.5) / float(W); float f = g * (1.0 - g); // f = 1.0; fsum += f; z += f * zchunk; } z /= fsum; float a = clamp(log(length(z)) * 0.2 + 1.0, 0.0, 1.0); gl_FragColor = vec4(vec3(a), 1.0); // gl_FragColor.rg = cp0; // gl_FragColor.rgb = z.xxx * 10.0 * 0.5 + 0.5; } </script> <script> var tau = 6.283185307179586 var F = 1 << 14 // samples per second of audio var C = 1 << 6 // samples per chunk - must divide R var L = 1 << 4 // slices per second var R = 1 << 8 // size of the rawscape in pixels var K = 1 << 8 // size of the chunkscape in pixels var P = F / (L * C) // chunks per slice var W = P * 6 // chunks per window var V = Math.floor((K - W) / P) + 1 // slices per box function sreplace(source) { var values = { F: F, C: C, L: L, R: R, K: K, P: P, W: W } for (var v in values) source = source.replace("$"+v+"$", ""+values[v]) return source } var acontext = new AudioContext() var gl = util.getContext(1024, K) gl.disable(gl.DEPTH_TEST) var chunkprog = util.buildProgram(gl, sreplace(vchunk.text), sreplace(fchunk.text)) var specprog = util.buildProgram(gl, sreplace(vspec.text), sreplace(fspec.text)) var dumpprog = util.buildProgram(gl, sreplace(vchunk.text), sreplace(fdump.text)) var rawscapesampler = gl.getUniformLocation(chunkprog, "rawscape") var jchunk0 = gl.getUniformLocation(chunkprog, "jchunk0") var chunkscapesampler = gl.getUniformLocation(specprog, "chunkscape") var jslice0 = gl.getUniformLocation(specprog, "jslice0") var view0 = gl.getUniformLocation(specprog, "view0") var dumpsampler = gl.getUniformLocation(dumpprog, "sampler") var rawscape = gl.createTexture() gl.bindTexture(gl.TEXTURE_2D, rawscape) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.NEAREST) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.NEAREST) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE) var chunkscape = gl.createTexture() gl.bindTexture(gl.TEXTURE_2D, chunkscape) gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, K, K, 0, gl.RGBA, gl.UNSIGNED_BYTE, null) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.NEAREST) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.NEAREST) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE) gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE) var chunkfbo = gl.createFramebuffer() var rawdata = [] function loadraw(jbox) { var sample0 = jbox * V * P * C var subdata = rawdata.subarray(sample0, sample0 + R * R) gl.activeTexture(gl.TEXTURE0) gl.bindTexture(gl.TEXTURE_2D, rawscape) gl.texImage2D(gl.TEXTURE_2D, 0, gl.LUMINANCE, R, R, 0, gl.LUMINANCE, gl.UNSIGNED_BYTE, subdata) } function dump(sampler) { gl.viewport(0, 0, K, K) gl.clear(gl.COLOR_BUFFER_BIT) gl.useProgram(dumpprog) gl.uniform1i(dumpsampler, sampler) gl.drawArrays(gl.POINTS, 0, 1) } function renderchunkstoscreen() { gl.viewport(0, 0, K, K) gl.clear(gl.COLOR_BUFFER_BIT) gl.useProgram(chunkprog) gl.activeTexture(gl.TEXTURE0) gl.bindTexture(gl.TEXTURE_2D, rawscape) gl.uniform1i(rawscapesampler, 0) gl.uniform1i(jchunk0, 0) gl.drawArrays(gl.POINTS, 0, 1) } function renderchunks() { gl.bindFramebuffer(gl.FRAMEBUFFER, chunkfbo) gl.bindTexture(gl.TEXTURE_2D, chunkscape) gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, chunkscape, 0) renderchunkstoscreen() gl.bindFramebuffer(gl.FRAMEBUFFER, null) } function renderspec(jbox) { gl.useProgram(specprog) gl.activeTexture(gl.TEXTURE1) gl.bindTexture(gl.TEXTURE_2D, chunkscape) gl.uniform1i(chunkscapesampler, 1) gl.uniform1i(jslice0, 0) gl.uniform2fv(view0, [jbox * V, 0]) gl.viewport(jbox * V, 0, V, K) gl.scissor(jbox * V, 0, V, K) gl.enable(gl.SCISSOR_TEST) gl.drawArrays(gl.POINTS, 0, 1) gl.disable(gl.SCISSOR_TEST) } function drawbox(jbox) { loadraw(jbox) renderchunks() renderspec(jbox) } var timers = {} function starttime(timername) { timers[timername] = Date.now() // console.log(timername + "...") } function stoptime(timername) { if (timers[timername]) { var dt = 0.001 * (Date.now() - timers[timername]) console.log("Done " + timername + " (" + dt.toFixed(3) + "s)") } } var bar = document.createElement("canvas") bar.width = gl.canvas.width ; bar.height = 20 document.body.appendChild(document.createElement("p")) document.body.appendChild(bar) var barcontext = bar.getContext("2d") function updatebar () { barcontext.fillStyle = "black" barcontext.fillRect(0, 0, bar.width, bar.height) var x = (acontext.currentTime - tsource0) * L barcontext.beginPath() barcontext.moveTo(x, 0) barcontext.lineTo(x, bar.height) barcontext.strokeStyle = "red" barcontext.stroke() } var request = new XMLHttpRequest() request.open("GET", "shortskirt.mp3", true) request.responseType = "arraybuffer" request.onload = function () { acontext.decodeAudioData(request.response, function (buffer) { stoptime("downloading audio") var channeldata = [] for (var i = 0 ; i < buffer.numberOfChannels ; ++i) { channeldata.push(buffer.getChannelData(i)) } starttime("resampling") var rawlength = Math.floor(channeldata[0].length * F / buffer.sampleRate) rawdata = new Uint8Array(rawlength) for (var j = 0 ; j < rawlength ; ++j) { var k = Math.floor(j * buffer.sampleRate / F) var f = (channeldata[0][k] + channeldata[1][k]) / 2 /* f = 0.3 * Math.sin(j * (100 / F) * tau) + 0.3 * Math.sin(j * (140 / F) * tau) + 0.3 * Math.sin(j * (200 / F) * tau) if (j > 3 * F) f = 0 */ rawdata[j] = 127.5 * (1 + f) } stoptime("resampling") starttime("rendering") // drawbox(0) for (var jbox = 0 ; jbox < 100 ; ++jbox) { drawbox(jbox) } // loadraw(0) // dump(0) // renderchunkstoscreen() // renderchunks() // gl.activeTexture(gl.TEXTURE1) ; gl.bindTexture(gl.TEXTURE_2D, chunkscape) ; dump(1) // renderspec(0) stoptime("rendering") starttime("back-sampling") source = acontext.createBufferSource() source.buffer = acontext.createBuffer(1, rawlength, F) var backdata = source.buffer.getChannelData(0) for (var j = 0 ; j < rawlength ; ++j) { backdata[j] = rawdata[j] / 127.5 - 1.0 } stoptime("back-sampling") source.connect(acontext.destination) source.start(0) tsource0 = acontext.currentTime setInterval(updatebar, 20) }) } starttime("downloading audio") request.send() </script>
namespaces.html
valentina-project/valentina-project.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Valentina: Namespace 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.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/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Valentina &#160;<span id="projectnumber">v0.5</span> </div> <div id="projectbrief">Open source pattern design software</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="namespaces.html"><span>Namespace&#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('namespaces.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)"> </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">Namespace List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all namespaces with brief descriptions:</div><div class="directory"> <table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_ui.html" target="_self">Ui</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
doc/pub/week35/html/._week35-bs054.html
CompPhysics/MachineLearning
<!-- HTML file automatically generated from DocOnce source (https://github.com/doconce/doconce/) doconce format html week35.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week35-bs --no_mako --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression"> <title>Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression</title> <!-- Bootstrap style: bootstrap --> <!-- doconce format html week35.do.txt --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=week35-bs --no_mako --> <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': [('Plans for week 35, August 30 -September 3', 2, None, 'plans-for-week-35-august-30-september-3'), ('Thursday September 2', 2, None, 'thursday-september-2'), ('Why Linear Regression (aka Ordinary Least Squares and family), ' 'repeat from last week', 2, None, 'why-linear-regression-aka-ordinary-least-squares-and-family-repeat-from-last-week'), ('Regression analysis, overarching aims', 2, None, 'regression-analysis-overarching-aims'), ('Regression analysis, overarching aims II', 2, None, 'regression-analysis-overarching-aims-ii'), ('Examples', 2, None, 'examples'), ('General linear models', 2, None, 'general-linear-models'), ('Rewriting the fitting procedure as a linear algebra problem', 2, None, 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), ('Rewriting the fitting procedure as a linear algebra problem, ' 'more details', 2, None, 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), ('Generalizing the fitting procedure as a linear algebra problem', 2, None, 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), ('Generalizing the fitting procedure as a linear algebra problem', 2, None, 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), ('Optimizing our parameters', 2, None, 'optimizing-our-parameters'), ('Our model for the nuclear binding energies', 2, None, 'our-model-for-the-nuclear-binding-energies'), ('Optimizing our parameters, more details', 2, None, 'optimizing-our-parameters-more-details'), ('Interpretations and optimizing our parameters', 2, None, 'interpretations-and-optimizing-our-parameters'), ('Interpretations and optimizing our parameters', 2, None, 'interpretations-and-optimizing-our-parameters'), ('Some useful matrix and vector expressions', 2, None, 'some-useful-matrix-and-vector-expressions'), ('Meet the Hessian Matrix', 2, None, 'meet-the-hessian-matrix'), ('Interpretations and optimizing our parameters', 2, None, 'interpretations-and-optimizing-our-parameters'), ('Own code for Ordinary Least Squares', 2, None, 'own-code-for-ordinary-least-squares'), ('Adding error analysis and training set up', 2, None, 'adding-error-analysis-and-training-set-up'), ('Splitting our Data in Training and Test data', 2, None, 'splitting-our-data-in-training-and-test-data'), ('Examples', 2, None, 'examples'), ('Making your own test-train splitting', 2, None, 'making-your-own-test-train-splitting'), ('The Boston housing data example', 2, None, 'the-boston-housing-data-example'), ('Housing data, the code', 2, None, 'housing-data-the-code'), ('Reducing the number of degrees of freedom, overarching view', 2, None, 'reducing-the-number-of-degrees-of-freedom-overarching-view'), ('Preprocessing our data', 2, None, 'preprocessing-our-data'), ('Functionality in Scikit-Learn', 2, None, 'functionality-in-scikit-learn'), ('More preprocessing', 2, None, 'more-preprocessing'), ('Frequently used scaling functions', 2, None, 'frequently-used-scaling-functions'), ('Example of own Standard scaling', 2, None, 'example-of-own-standard-scaling'), ('Min-Max Scaling', 2, None, 'min-max-scaling'), ('Testing the Means Squared Error as function of Complexity', 2, None, 'testing-the-means-squared-error-as-function-of-complexity'), ('More preprocessing examples, Franke function and regression', 2, None, 'more-preprocessing-examples-franke-function-and-regression'), ('Mathematical Interpretation of Ordinary Least Squares', 2, None, 'mathematical-interpretation-of-ordinary-least-squares'), ('Residual Error', 2, None, 'residual-error'), ('Simple case', 2, None, 'simple-case'), ('The singular value decomposition', 2, None, 'the-singular-value-decomposition'), ('Linear Regression Problems', 2, None, 'linear-regression-problems'), ('Fixing the singularity', 2, None, 'fixing-the-singularity'), ('Basic math of the SVD', 2, None, 'basic-math-of-the-svd'), ('The SVD, a Fantastic Algorithm', 2, None, 'the-svd-a-fantastic-algorithm'), ('Economy-size SVD', 2, None, 'economy-size-svd'), ('Codes for the SVD', 2, None, 'codes-for-the-svd'), ('Note about SVD Calculations', 2, None, 'note-about-svd-calculations'), ('Friday September 3', 2, None, 'friday-september-3'), ('Mathematics of the SVD and implications', 2, None, 'mathematics-of-the-svd-and-implications'), ('Example Matrix', 2, None, 'example-matrix'), ('Setting up the Matrix to be inverted', 2, None, 'setting-up-the-matrix-to-be-inverted'), ('Further properties (important for our analyses later)', 2, None, 'further-properties-important-for-our-analyses-later'), ('Meet the Covariance Matrix', 2, None, 'meet-the-covariance-matrix'), ('Introducing the Covariance and Correlation functions', 2, None, 'introducing-the-covariance-and-correlation-functions'), ('Covariance and Correlation Matrix', 2, None, 'covariance-and-correlation-matrix'), ('Correlation Function and Design/Feature Matrix', 2, None, 'correlation-function-and-design-feature-matrix'), ('Covariance Matrix Examples', 2, None, 'covariance-matrix-examples'), ('Correlation Matrix', 2, None, 'correlation-matrix'), ('Correlation Matrix with Pandas', 2, None, 'correlation-matrix-with-pandas'), ('Correlation Matrix with Pandas and the Franke function', 2, None, 'correlation-matrix-with-pandas-and-the-franke-function'), ('Rewriting the Covariance and/or Correlation Matrix', 2, None, 'rewriting-the-covariance-and-or-correlation-matrix'), ('Linking with the SVD', 2, None, 'linking-with-the-svd'), ('What does it mean?', 2, None, 'what-does-it-mean'), ('And finally $\\boldsymbol{X}\\boldsymbol{X}^T$', 2, None, 'and-finally-boldsymbol-x-boldsymbol-x-t'), ('Ridge and LASSO Regression', 2, None, 'ridge-and-lasso-regression'), ('Deriving the Ridge Regression Equations', 2, None, 'deriving-the-ridge-regression-equations'), ('Interpreting the Ridge results', 2, None, 'interpreting-the-ridge-results'), ('More interpretations', 2, None, 'more-interpretations'), ('Deriving the Lasso Regression Equations', 2, None, 'deriving-the-lasso-regression-equations'), ('Exercises for week 36, September 6-10', 2, None, 'exercises-for-week-36-september-6-10'), ('Exercise 1: Adding Ridge and Lasso Regression', 2, None, 'exercise-1-adding-ridge-and-lasso-regression'), ('Exercise: Linear Regression for a two-dimensional function', 3, None, 'exercise-linear-regression-for-a-two-dimensional-function')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- 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="week35-bs.html">Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression</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="._week35-bs001.html#plans-for-week-35-august-30-september-3" style="font-size: 80%;"><b>Plans for week 35, August 30 -September 3</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs002.html#thursday-september-2" style="font-size: 80%;"><b>Thursday September 2</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs003.html#why-linear-regression-aka-ordinary-least-squares-and-family-repeat-from-last-week" style="font-size: 80%;"><b>Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs004.html#regression-analysis-overarching-aims" style="font-size: 80%;"><b>Regression analysis, overarching aims</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs005.html#regression-analysis-overarching-aims-ii" style="font-size: 80%;"><b>Regression analysis, overarching aims II</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs023.html#examples" style="font-size: 80%;"><b>Examples</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs007.html#general-linear-models" style="font-size: 80%;"><b>General linear models</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs008.html#rewriting-the-fitting-procedure-as-a-linear-algebra-problem" style="font-size: 80%;"><b>Rewriting the fitting procedure as a linear algebra problem</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs009.html#rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details" style="font-size: 80%;"><b>Rewriting the fitting procedure as a linear algebra problem, more details</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs011.html#generalizing-the-fitting-procedure-as-a-linear-algebra-problem" style="font-size: 80%;"><b>Generalizing the fitting procedure as a linear algebra problem</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs011.html#generalizing-the-fitting-procedure-as-a-linear-algebra-problem" style="font-size: 80%;"><b>Generalizing the fitting procedure as a linear algebra problem</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs012.html#optimizing-our-parameters" style="font-size: 80%;"><b>Optimizing our parameters</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs013.html#our-model-for-the-nuclear-binding-energies" style="font-size: 80%;"><b>Our model for the nuclear binding energies</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs014.html#optimizing-our-parameters-more-details" style="font-size: 80%;"><b>Optimizing our parameters, more details</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs017.html#some-useful-matrix-and-vector-expressions" style="font-size: 80%;"><b>Some useful matrix and vector expressions</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs018.html#meet-the-hessian-matrix" style="font-size: 80%;"><b>Meet the Hessian Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs020.html#own-code-for-ordinary-least-squares" style="font-size: 80%;"><b>Own code for Ordinary Least Squares</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs021.html#adding-error-analysis-and-training-set-up" style="font-size: 80%;"><b>Adding error analysis and training set up</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs022.html#splitting-our-data-in-training-and-test-data" style="font-size: 80%;"><b>Splitting our Data in Training and Test data</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs023.html#examples" style="font-size: 80%;"><b>Examples</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs024.html#making-your-own-test-train-splitting" style="font-size: 80%;"><b>Making your own test-train splitting</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs025.html#the-boston-housing-data-example" style="font-size: 80%;"><b>The Boston housing data example</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs026.html#housing-data-the-code" style="font-size: 80%;"><b>Housing data, the code</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs027.html#reducing-the-number-of-degrees-of-freedom-overarching-view" style="font-size: 80%;"><b>Reducing the number of degrees of freedom, overarching view</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs028.html#preprocessing-our-data" style="font-size: 80%;"><b>Preprocessing our data</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs029.html#functionality-in-scikit-learn" style="font-size: 80%;"><b>Functionality in Scikit-Learn</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs030.html#more-preprocessing" style="font-size: 80%;"><b>More preprocessing</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs031.html#frequently-used-scaling-functions" style="font-size: 80%;"><b>Frequently used scaling functions</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs032.html#example-of-own-standard-scaling" style="font-size: 80%;"><b>Example of own Standard scaling</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs033.html#min-max-scaling" style="font-size: 80%;"><b>Min-Max Scaling</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs034.html#testing-the-means-squared-error-as-function-of-complexity" style="font-size: 80%;"><b>Testing the Means Squared Error as function of Complexity</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs035.html#more-preprocessing-examples-franke-function-and-regression" style="font-size: 80%;"><b>More preprocessing examples, Franke function and regression</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs036.html#mathematical-interpretation-of-ordinary-least-squares" style="font-size: 80%;"><b>Mathematical Interpretation of Ordinary Least Squares</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs037.html#residual-error" style="font-size: 80%;"><b>Residual Error</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs038.html#simple-case" style="font-size: 80%;"><b>Simple case</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs039.html#the-singular-value-decomposition" style="font-size: 80%;"><b>The singular value decomposition</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs040.html#linear-regression-problems" style="font-size: 80%;"><b>Linear Regression Problems</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs041.html#fixing-the-singularity" style="font-size: 80%;"><b>Fixing the singularity</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs042.html#basic-math-of-the-svd" style="font-size: 80%;"><b>Basic math of the SVD</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs043.html#the-svd-a-fantastic-algorithm" style="font-size: 80%;"><b>The SVD, a Fantastic Algorithm</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs044.html#economy-size-svd" style="font-size: 80%;"><b>Economy-size SVD</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs045.html#codes-for-the-svd" style="font-size: 80%;"><b>Codes for the SVD</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs046.html#note-about-svd-calculations" style="font-size: 80%;"><b>Note about SVD Calculations</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs047.html#friday-september-3" style="font-size: 80%;"><b>Friday September 3</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs048.html#mathematics-of-the-svd-and-implications" style="font-size: 80%;"><b>Mathematics of the SVD and implications</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs049.html#example-matrix" style="font-size: 80%;"><b>Example Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs050.html#setting-up-the-matrix-to-be-inverted" style="font-size: 80%;"><b>Setting up the Matrix to be inverted</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs051.html#further-properties-important-for-our-analyses-later" style="font-size: 80%;"><b>Further properties (important for our analyses later)</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs052.html#meet-the-covariance-matrix" style="font-size: 80%;"><b>Meet the Covariance Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs053.html#introducing-the-covariance-and-correlation-functions" style="font-size: 80%;"><b>Introducing the Covariance and Correlation functions</b></a></li> <!-- navigation toc: --> <li><a href="#covariance-and-correlation-matrix" style="font-size: 80%;"><b>Covariance and Correlation Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs055.html#correlation-function-and-design-feature-matrix" style="font-size: 80%;"><b>Correlation Function and Design/Feature Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs056.html#covariance-matrix-examples" style="font-size: 80%;"><b>Covariance Matrix Examples</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs057.html#correlation-matrix" style="font-size: 80%;"><b>Correlation Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs058.html#correlation-matrix-with-pandas" style="font-size: 80%;"><b>Correlation Matrix with Pandas</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs059.html#correlation-matrix-with-pandas-and-the-franke-function" style="font-size: 80%;"><b>Correlation Matrix with Pandas and the Franke function</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs060.html#rewriting-the-covariance-and-or-correlation-matrix" style="font-size: 80%;"><b>Rewriting the Covariance and/or Correlation Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs061.html#linking-with-the-svd" style="font-size: 80%;"><b>Linking with the SVD</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs062.html#what-does-it-mean" style="font-size: 80%;"><b>What does it mean?</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs063.html#and-finally-boldsymbol-x-boldsymbol-x-t" style="font-size: 80%;"><b>And finally \( \boldsymbol{X}\boldsymbol{X}^T \)</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs064.html#ridge-and-lasso-regression" style="font-size: 80%;"><b>Ridge and LASSO Regression</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs065.html#deriving-the-ridge-regression-equations" style="font-size: 80%;"><b>Deriving the Ridge Regression Equations</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs066.html#interpreting-the-ridge-results" style="font-size: 80%;"><b>Interpreting the Ridge results</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs067.html#more-interpretations" style="font-size: 80%;"><b>More interpretations</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs068.html#deriving-the-lasso-regression-equations" style="font-size: 80%;"><b>Deriving the Lasso Regression Equations</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs069.html#exercises-for-week-36-september-6-10" style="font-size: 80%;"><b>Exercises for week 36, September 6-10</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs069.html#exercise-1-adding-ridge-and-lasso-regression" style="font-size: 80%;"><b>Exercise 1: Adding Ridge and Lasso Regression</b></a></li> <!-- navigation toc: --> <li><a href="._week35-bs069.html#exercise-linear-regression-for-a-two-dimensional-function" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Exercise: Linear Regression for a two-dimensional function</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="part0054"></a> <!-- !split --> <h2 id="covariance-and-correlation-matrix" class="anchor">Covariance and Correlation Matrix </h2> <p>The covariance takes values between zero and infinity and may thus lead to problems with loss of numerical precision for particularly large values. It is common to scale the covariance matrix by introducing instead the correlation matrix defined via the so-called correlation function </p> $$ \mathrm{corr}[\boldsymbol{x},\boldsymbol{y}]=\frac{\mathrm{cov}[\boldsymbol{x},\boldsymbol{y}]}{\sqrt{\mathrm{var}[\boldsymbol{x}] \mathrm{var}[\boldsymbol{y}]}}. $$ <p>The correlation function is then given by values \( \mathrm{corr}[\boldsymbol{x},\boldsymbol{y}] \in [-1,1] \). This avoids eventual problems with too large values. We can then define the correlation matrix for the two vectors \( \boldsymbol{x} \) and \( \boldsymbol{y} \) as </p> $$ \boldsymbol{K}[\boldsymbol{x},\boldsymbol{y}] = \begin{bmatrix} 1 & \mathrm{corr}[\boldsymbol{x},\boldsymbol{y}] \\ \mathrm{corr}[\boldsymbol{y},\boldsymbol{x}] & 1 \\ \end{bmatrix}, $$ <p>In the above example this is the function we constructed using <b>pandas</b>.</p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._week35-bs053.html">&laquo;</a></li> <li><a href="._week35-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._week35-bs046.html">47</a></li> <li><a href="._week35-bs047.html">48</a></li> <li><a href="._week35-bs048.html">49</a></li> <li><a href="._week35-bs049.html">50</a></li> <li><a href="._week35-bs050.html">51</a></li> <li><a href="._week35-bs051.html">52</a></li> <li><a href="._week35-bs052.html">53</a></li> <li><a href="._week35-bs053.html">54</a></li> <li class="active"><a href="._week35-bs054.html">55</a></li> <li><a href="._week35-bs055.html">56</a></li> <li><a href="._week35-bs056.html">57</a></li> <li><a href="._week35-bs057.html">58</a></li> <li><a href="._week35-bs058.html">59</a></li> <li><a href="._week35-bs059.html">60</a></li> <li><a href="._week35-bs060.html">61</a></li> <li><a href="._week35-bs061.html">62</a></li> <li><a href="._week35-bs062.html">63</a></li> <li><a href="._week35-bs063.html">64</a></li> <li><a href="">...</a></li> <li><a href="._week35-bs069.html">70</a></li> <li><a href="._week35-bs055.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="https://..."><img width="250" align=right src="https://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
data/NWT-4/n200040000000000/20160116131733/page.html
gugod/vote-watch-2016
<!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;第4選舉區&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;候選人數:7&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">8,609</td> <td class="tdAlignRight">4.6457</td> <td>綠黨社會民主黨聯盟</td> </tr> <tr class="trT"> <td>◎</td> <td>2</td> <td>吳秉叡</td> <td>男</td> <td class="tdAlignRight">116,723</td> <td class="tdAlignRight">62.9869</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>王斯儀</td> <td>女</td> <td class="tdAlignRight">2,864</td> <td class="tdAlignRight">1.5455</td> <td>大愛憲改聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>陳茂嘉</td> <td>男</td> <td class="tdAlignRight">54,487</td> <td class="tdAlignRight">29.4027</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>劉鳳章</td> <td>男</td> <td class="tdAlignRight">518</td> <td class="tdAlignRight">0.2795</td> <td>和平鴿聯盟黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>林麗容</td> <td>女</td> <td class="tdAlignRight">847</td> <td class="tdAlignRight">0.4571</td> <td>正黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>邱鴻玕</td> <td>男</td> <td class="tdAlignRight">1,265</td> <td class="tdAlignRight">0.6826</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 21:15:11 +0800" title="Sat, 16 Jan 2016 21:15:11 +0800">&nbsp;資料更新時間:01/16&nbsp;21: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">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
2010/03/03/Solution-to-the-strange-behavior-in-ouch.html
sunbjt/cboettig.github.com
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head prefix="dc: http://purl.org/dc/terms/ og: http://ogp.me/ns#"> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>Solution to the strange behavior in ouch</title> <meta name="author" content="Carl Boettiger" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Get date last modified from git log. (Uses current time if file entry not found, e.g. projects/) --> <!-- For posts, page.date is the date they are published under, which we use as their 'canonical' dc:date --> <!-- Posts declare modified timestamps in the sidebar, so would be redundant to put here. But then pages don't have a dc:modified... unless we give them their own (modified) sidebar? --> <!-- Ideally we would want date originally created from the _oldest_ git commit too...--> <!-- HTML5 metadata --> <meta name="keywords" content="pmc, code-tricks" /> <meta name="description" content="" /> <meta name="resource_type" content="website"/> <!-- RDFa Metadata (in DublinCore) --> <meta property="dc:title" content="Solution to the strange behavior in ouch" /> <meta property="dc:creator" content="Carl Boettiger" /> <meta property="dc:date" content="2010-03-03T00:00:00-08:00" /> <meta property="dc:format" content="text/html" /> <meta property="dc:language" content="en" /> <meta property="dc:identifier" content="/2010/03/03/Solution-to-the-strange-behavior-in-ouch.html" /> <meta property="dc:rights" content="CC0" /> <meta property="dc:source" content="Lab Notebook" /> <meta property="dc:subject" content="Ecology" /> <meta property="dc:type" content="website" /> <!-- RDFa Metadata (in OpenGraph) --> <meta property="og:title" content="Solution to the strange behavior in ouch" /> <meta property="og:author" content="http://carlboettiger.info/index.html#me" /> <!-- Should be Liquid? URI? --> <meta property="http://ogp.me/ns/profile#first_name" content="Carl"/> <meta property="http://ogp.me/ns/profile#last_name" content="Boettiger"/> <meta property="http://ogp.me/ns/article#published_time" content="2010-03-03T00:00:00-08:00" /> <meta property="og:site_name" content="Lab Notebook" /> <!-- Same as dc:source? --> <meta property="og:url" content="http://carlboettiger.info/2010/03/03/Solution-to-the-strange-behavior-in-ouch.html" /> <meta property="og:type" content="website" /> <!-- Google Scholar Metadata --> <meta name="citation_author" content="Carl Boettiger"/> <meta name="citation_date" content="2010-03-03T00:00:00-08:00"/> <meta name="citation_title" content="Solution to the strange behavior in ouch"/> <meta name="citation_journal_title" content="Lab Notebook"/> <!--NOTE: see also the COinS Metadata in span element in footer --> <!-- CSS Stylesheets (toggled with javascript) --> <link href="/assets/css/bootstrap.css" rel="stylesheet" type="text/css" title="white" /> <link href="/assets/css/light.css" rel="alternate stylesheet" type="text/css" id="stl" title="light" /> <link href="/assets/css/dark.css" rel="alternate stylesheet" type="text/css" title="dark" /> <link href="/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css"/> <!-- Javascript needed for theme toggle, load immediately --> <script type="text/javascript" src="/assets/js/switch-css.js"></script> <script type="text/javascript"> set_style_from_cookie(); </script> </head> <body prefix="dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/"> <!-- Navbar ================================================== --> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="/README.html"><i style="float:right;" class="icon-info-sign" alt="info"></i></span></a> <div class="nav-collapse"> <ul class="nav"> <li> <a href="/index.html">Home</a></li> <li> <a href="/vita.html">Vita</a></li> <li> <a href="/research.html">Research</a></li> <li> <a href="/teaching.html">Teaching</a></li> <li> <a href="/community.html">Community</a></li> <li> <a href="/lab-notebook.html">Lab Notebook</a></li> </ul> </div><!--/.nav-collapse --> <!-- Search site using Google's index --> <form class="navbar-search pull-right" method="get" action="http://google.com/search"> <p> <input type="hidden" name="q" value="site:carlboettiger.info" /> <input type="text" class="search-query" name="q" /> <button class="btn btn-mini" type="submit"><i class="icon-search"></i></button> </p> </form> <!-- <div id="search"> <form method="get" class="navbar-search pull-right form-search"> <p> <input type="text" name="search-text" id="search-text"> <button class="btn btn-mini" type="submit"><i class="icon-search"></i></button> </p>    </form> </div> --> </div> <!-- /container --> </div> <!-- /navbar-inner --> </div> <!-- /navbar --> <div class="container"> <!-- Responsive grid layout --> <header class="jumbotron"> <h1 class="entry-title">Solution to the strange behavior in ouch</h1> <h3></h3> </header> <div class="row"> <div class="span7 offset1"> <article> <p>Looks like my troubles actually stem from a bug in the code. I summarize the problem here, just as I posted in my query to R sig phylo. Essentially the program erroneously squares alpha at the moment, explaining the pattern I found yesterday. Giving it root alpha preemptively should be a good work around.</p> <p><br /> ~~~~ {.de1} data(bimac) tree &lt;- with(bimac,ouchtree(node,ancestor,time/max(time),species)) print(h2 &lt;- hansen(log(bimac[‘size’]),tree,bimac[‘OU.1’],alpha=1,sigma=1)) ~~~~</p> <p>The print command says alpha = 0.1921554 The call h2@alpha says alpha = .4383554</p> <p>which is the sqrt of the other. Certainly these should all agree. The summary command agrees with the print command:</p> <pre class="de1"><code>smry = summary(h2) smry$alpha</code></pre> <p>A little exploration seems to show that the print command is the correct one. If we want to simulate a model with a particular alpha value, we first have to generate a fitted model as above, then update the alpha value and call simulate on the fitted model. I believe ouch is accidentally squaring the value of alpha we give it before running the simulation. For example:</p> <pre class="de1"><code>&gt; h2@alpha = 5 &gt; replicates &lt;- as.data.frame(simulate(h2, 1000)) &lt;/syntax&gt;   I find the expected variance by averaging the variance across the replicates,   &lt;syntaxhighlight&gt; &gt; mean(sapply(1:1000, function(i){var(replicates[i], na.rm=T)} ) ) [1] 0.0009774488</code></pre> <p>So did it use 5 or 25 as the alpha value? Since either value is large compared to the length of the tree, the tip variance should be stationary independent of tree structure so we can check it against the analytic predicted variance (sigma^2/2 alpha):</p> <pre class="de1"><code>&gt; (h2@sigma)^2/(2*h2@alpha) [1] 0.004836469 &gt; (h2@sigma)^2/(2*(h2@alpha)^2) [1] 0.0009672938</code></pre> <p>As the second equation agrees with the simulation, it believe that ouch has erroneously squared the value of alpha in the simulation.</p> <h2 id="limits-to-power-in-trees">Limits to Power in Trees</h2> <p>Now that I’m sure I can compare apples to apples (matching stationary distributions), I can finally perform my intended comparison.</p> <ul> <li>First, confirm that the distributions generated by the models on the star tree are indistinguishable:</li> </ul> <figure> <img src="http://openwetware.org/images/2/2e/Star_tree_likelihoods.png" alt="Image:Star_tree_likelihoods.png" /><figcaption>Image:Star_tree_likelihoods.png</figcaption> </figure> <ul> <li>Next, the same models are distinguishable on the Felsenstein Tree:</li> </ul> <figure> <img src="http://openwetware.org/images/1/18/Fels_tree_likelihoods.png" alt="Image:Fels_tree_likelihoods.png" /><figcaption>Image:Fels_tree_likelihoods.png</figcaption> </figure> <p>Here α = 1 and σ = 3</p> <ul> <li><p><strong>Intuition at the moment:</strong> The longer the two branches before the polytome in the Felsenstein tree, the more powerful the tree will be. More precisely, we can ask what is the smallest value of alpha that can be reliably distinguished from BM on this particular tree? That answer should be proportional to how close the variances of two branches can get to their stationary values, 1 − <em>e</em>^−\ 2α<em>s</em>^ where <em>s</em> is the branch length, 0.9 in this case, giving us 83% of the way to the equilibrium.</p></li> <li><p>Compare moving the branch points from t=0.9 to t=0.45 vs halving alpha:</p></li> </ul> <figure> <img src="http://openwetware.org/images/3/3a/Weaker.png" alt="Image:Weaker.png" /><figcaption>Image:Weaker.png</figcaption> </figure> <p>Both show an roughly equal reduction on the discriminatory power, and the ability to discriminate between models is lost.</p> <p><br /> - On the flip size, we can increase the power by doubling alpha from 1 to 2,</p> <figure> <img src="http://openwetware.org/images/4/4c/Stronger.png" alt="Image:Stronger.png" /><figcaption>Image:Stronger.png</figcaption> </figure> <p><br /> - Still need to explore the effect of simply increasing the length of time in the entire tree, doesn’t match doubling alpha. Increasing alpha also tightens the distribution, so reaching the stationary distribution along the branch isn’t enough.</p> <p><br /> Computational Comments ———————-</p> <p>Have started using <a href="http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html" title="http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html">google style guidelines for R</a> code. Will also be implementing <a href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml" title="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml">google style for C</a>.</p> <h3 id="svn-log">SVN log</h3> <hr /> <p>r214 | cboettig | 2010-03-03 18:43:28 -0800 (Wed, 03 Mar 2010) | 2 lines</p> <p>final version of the day. continues tomorrow…</p> <hr /> <p>r213 | cboettig | 2010-03-03 17:48:33 -0800 (Wed, 03 Mar 2010) | 2 lines</p> <p>figure three: weaker</p> <hr /> <p>r212 | cboettig | 2010-03-03 17:29:29 -0800 (Wed, 03 Mar 2010) | 2 lines</p> <p>code for felsenstein_tree.R as produced the first two plots in today’s entry, about to modify for plots 3 and 4</p> <hr /> <p>r211 | cboettig | 2010-03-03 15:52:37 -0800 (Wed, 03 Mar 2010) | 2 lines</p> <p>resolved problem discussed in yesterday’s entry, see todays entry</p> <hr /> <p>r210 | cboettig | 2010-03-03 01:23:14 -0800 (Wed, 03 Mar 2010) | 2 lines</p> <p>Commiting version that appears in March 2nd notes</p> <hr /> <p><br /></p> </article> </div> <div class="span4"> <div class="sidebar"> <aside prefix="og:http://ogp.me/ns/article#"> <p> <i class="icon-calendar"></i> <time datetime="2010-03-03T00:00:00-08:00" property="dc:created">03 Mar 2010</time></p> <p><small> modified: <time datetime="2013-02-24T11:40:25-08:00" property="dc:modified">24 Feb 2013</time></small></p> <br /> <p><a class="btn btn-mini" rel="prev" href='/2010/03/02/Power-in-trees.html'><i class="icon-chevron-left"></i> prev</a> <a class="btn btn-mini" rel="next" href='/2010/03/04/Big-Picture-Comparative-Phylogenetics.html'>next <i class="icon-chevron-right"></i></a></p> <br /> <p> <a onclick="recordOutboundLink(this, 'Outbound Links', 'history'); return false;" class="btn btn-mini" href="https://github.com/cboettig/labnotebook/commits/master/_posts/2010-03-03-Solution-to-the-strange-behavior-in-ouch.md"><i class="icon-time"></i> history</a></p> <br /> <p><i class="icon-list"></i> Posted in <a rel="dc:subject" class="category" href="/categories.html#evolution">evolution</a> </p> <p> <i class="icon-tag"></i> tags: <!-- http://schema.org/BlogPosting/keywords --> <a rel="og:tag" class="tag" href="/tags.html#pmc">#pmc</a>, <!-- http://schema.org/BlogPosting/keywords --> <a rel="og:tag" class="tag" href="/tags.html#code-tricks">#code-tricks</a> </p> <br/> <p style="font-style:italic"> <i class="icon-signal"></i> pageviews: 4</p> <br/> <p><small> <i class="icon-barcode"></i> SHA Hash: <a href="https://github.com/cboettig/labnotebook/commit/60fee991d34c96a1f8d91d4dbbe0efe63c4daef7/_posts/2010-03-03-Solution-to-the-strange-behavior-in-ouch.md"> 60fee991d34c96a1f8d91d4dbbe0efe63c4daef7</a></small></p> <br/> </aside> </div> </div> </div> <!-- Disqus Comments --> <div class="row disqus"> <div class="span8"> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'cboettig'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </div> <footer class="footer"> <!-- ************* Buttons to toggle theme CSS ********************** --> <div class="row"> <div class="span12"> <form style="font-size:10px" class="pull-right"> <a onclick="switch_style('dark'); recordOutboundLink(this, 'Outbound Links', 'dark theme'); return false;" name="theme" value="dark" id="dark" class="btn btn-mini"><span class="showtooltip" title="switch to dark theme"><i class="icon-adjust"></i> </span></a> <a onclick="switch_style('light'); recordOutboundLink(this, 'Outbound Links', 'light theme'); return false;" name="theme" value="light" id="light" class="btn btn-mini"><span class="showtooltip" title="switch to light theme"><i class="icon-certificate"></i> <a onclick="switch_style('white'); recordOutboundLink(this, 'Outbound Links', 'white theme'); return false;" name="theme" value="white" id="white" class="btn btn-mini"><span class="showtooltip" title="switch to white theme"><i class="icon-circle-blank"></i> </span></a> </span></a> </form> </div> </div> <!--************** FOAF information to social networks ***************************** --> <div class="row"> <div class="span3 socialicons" style="font-size:20px" typeof="foaf:Person" about="http://carlboettiger.info#me"> <p> <script type="text/javascript" src="/assets/js/obfuscate-email-link.js" language="javascript"></script> <a rel="foaf:account" alt="twitter" href="https://twitter.com/cboettig" onclick="recordOutboundLink(this, 'Outbound Links', 'Twitter'); return false;"><span class="showtooltip" title="follow me on twitter (reading, discussing)"><i class="icon-twitter"></i></span></a> <a rel="foaf:account" alt="github" href="https://github.com/cboettig" onclick="recordOutboundLink(this, 'Outbound Links', 'Github'); return false;"><span class="showtooltip" title="follow me on Github (code, research)"><i class="icon-github"></i></span></a> <!-- <a rel="foaf:account" href="https://plus.google.com/" onclick="recordOutboundLink(this, 'Outbound Links', 'GPlus'); return false;"><i class="icon-google-plus"></i></a> <a rel="foaf:account" href="http://www.mendeley.com/profiles/carl-boettiger" onclick="recordOutboundLink(this, 'Outbound Links', 'Mendeley'); return false;"><img src="/assets/img/icon-mendeley.png" alt="mendeley" /></a> citations on google-scholar stackoverflow --> <a alt="rss" type="application/atom+xml" href="/atom.xml" class="showtooltip" title="subscribe to RSS feeds for my open lab notebook" onclick="recordOutboundLink(this, 'Outbound Links', 'RSS'); return false;"><i class="icon-rss"></i></a> </p> </div> <!--**************** End social links **************************** --> <div class="span1"> <br /> </div> <div class="span4"> <p> <a onclick="recordOutboundLink(this, 'Outbound Links', 'ONS_claim'); return false;" href="http://onsclaims.wikispaces.com/"><img src="http://onsclaims.wikispaces.com/file/view/ons-aci2-icon.png" alt="ONS" class="showtooltip" title="An Open Notebook Science (ONS) project claim: Entry provides all content (AC) immediately (I) or without significant delay. See link for details"/></a> <a title="This site uses linked data semantics. Click to extract as RDF XML." class="btn btn-mini showtooltip" style="font-size: .8em" href="http://any23.org/?format=rdfxml&validate=validate&uri=http://carlboettiger.info/2010/03/03/Solution-to-the-strange-behavior-in-ouch.html"><i class="icon-cloud-download" onclick="recordOutboundLink(this, 'Outbound Links', 'RDF'); return false;"></i> RDF</a> </p> </div> <div class="span1"> <br /> </div> <div class="span3"> <p> <a rel="license" property="http://creativecommons.org/ns#license" href="http://creativecommons.org/publicdomain/zero/1.0/" onclick="recordOutboundLink(this, 'Outbound Links', 'CC0'); return false;"><img src="http://i.creativecommons.org/l/zero/1.0/88x31.png" alt="CC0"/></a> </p> </div> </div> <!-- COinS metadata (for citation managers like Zotero etc), goes in body text --> <span class="Z3988" title="ctx_ver=Z39.88-2004 &amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc &amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator &amp;rft.title=Solution to the strange behavior in ouch &amp;rft.creator=Carl Boettiger &amp;rft.date=2010-03-03 &amp;rft.language=EN &amp;rft.rights=CC0 &amp;rft_id=http://carlboettiger.info/2010/03/03/Solution-to-the-strange-behavior-in-ouch.html"> </span> </footer> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- JQuery, used on a few pages --> <script type="text/javascript" src="/assets/js/jquery.js"></script> <!-- Equations using MathJax --> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: {autoNumber: "all"} } }); </script> <!-- Twitter Bootstrap Javascript --> <script src="/assets/js/bootstrap.min.js"></script> <!-- Tooltip javascript --> <script type="text/javascript"> $(document).ready(function (){ $(".showtooltip").tooltip(); }); </script> <!-- Marran's Search Javascript --> <script type="text/javascript" src="/assets/js/porter-stemmer.js"></script> <script type="text/javascript" src="/assets/js/site-search.js"></script> <!-- Code collapse Javascript --> <script type="text/javascript"> $(document).ready(function(){ $("#toggle_code").click(function(){ $(".highlight").toggle(); $(".sourceCode").toggle(); }); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18401403-1']); _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 recordOutboundLink(link, category, action) { try { var pageTracker=_gat._getTracker("UA-18401403-1"); pageTracker._trackEvent(category, action); setTimeout('document.location = "' + link.href + '"', 100) }catch(err){} } </script> </div> </body> </html>
data/TXG-1/n400010000000000/20160116140641/page.html
gugod/vote-watch-2016
<!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;第1選舉區&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;候選人數:5&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,205</td> <td class="tdAlignRight">0.8591</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>王淑芬</td> <td>女</td> <td class="tdAlignRight">904</td> <td class="tdAlignRight">0.6445</td> <td>大愛憲改聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>陳軍元</td> <td>男</td> <td class="tdAlignRight">510</td> <td class="tdAlignRight">0.3636</td> <td>中華統一促進黨</td> </tr> <tr class="trT"> <td>◎</td> <td>4</td> <td>蔡其昌</td> <td>男</td> <td class="tdAlignRight">84,355</td> <td class="tdAlignRight">60.1389</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>顏秋月</td> <td>女</td> <td class="tdAlignRight">53,293</td> <td class="tdAlignRight">37.9940</td> <td>中國國民黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;184/184&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:06:11 +0800" title="Sat, 16 Jan 2016 22:06:11 +0800">&nbsp;資料更新時間:01/16&nbsp;22:06: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>
dictionary/style.css
literallybenjam/langdev
@charset "UTF-8"; /* Global Stuff */ *:root { line-height: 1.35; font-family: Junicode, Cardo, Iowan Old Style, serif; font-variant-numeric: oldstyle-nums; text-align: left; } /* Dictionary Layout */ #dictionary-subtite:empty, #dictionary-description:empty, #dictionary-description:empty + hr, #dictionary-splash:empty, #dictionary-author:empty, #dictionary-date:empty, #dictionary-frame:not([src]) { display: none; } #dictionary-root { margin: 0; border-top: 14em solid white; padding-top: 3em; } #dictionary-root *[hidden] { display: none; } #dictionary-body { margin: 0; padding: 0; } #dictionary-header { display: block; position: absolute; top: 1rem; left: 5%; right: 5%; margin: 0; padding: 1rem; height: 8rem; text-align: center; line-height: 1; } #dictionary-title { margin: 1rem 0 .5rem; font-size: 3em; line-height: 1.5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #dictionary-title-link { text-decoration: none; color: inherit; } #dictionary-subtitle { margin: .5rem 0 1rem; font-size: 1.5em; line-height: 1; } #dictionary-topbar { position: absolute; top: 12rem; left: 0; right: 0; margin: 0; border-top: thin solid currentColor; border-bottom: thin solid currentColor; padding: .5rem 7.5%; height: 1.5rem; font-size: 1rem; line-height: 1.5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #dictionary-author:not(:empty) + #dictionary-date:not(:empty)::before { content: " ("; } #dictionary-author:not(:empty) + #dictionary-date:not(:empty)::after { content: ")"; } #dictionary-splash { display: block; float: right; margin: 0; height: inherit; font-size: 1em; line-height: inherit; animation: 2s infinite pulse; } @keyframes pulse { from { font-size: rem; } 50% { font-size: 1.1em; } to { font-size: 1em; } } #dictionary-sidebar { position: absolute; top: 16rem; bottom: 1rem; left: 5%; margin: 0; border: medium solid currentColor; padding: 1rem 2.5%; width: 22%; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; overflow: auto; } #dictionary-description { margin: 0 0 2rem; text-align: justify; -moz-text-align-last: center; text-align-last: center; } #dictionary-search-and-navigation { display: block; margin: 0; padding: 0; } #dictionary-search { display: block; margin: auto; } #dictionary-tags { display: block; margin: auto; } #dictionary-navigation { display: block; margin: 1rem 0 0; padding: 0; } #dictionary-navigation > a { display: block; margin: 0; border-bottom: thin dashed currentColor; padding: .5rem; color: inherit; font-size: 1.2rem; line-height: 1; text-decoration: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left; } #dictionary-content { position: absolute; top: 16rem; bottom: 1rem; right: 5%; margin: 0; border: medium solid currentColor; padding: 0; width: 52%; } #dictionary-frame { display: block; margin: 0; border: none; padding: 0; width: 100%; height: 100%; overflow: auto; }
data/president/n710000400000000/20160116130201/page.html
gugod/vote-watch-2016
<!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,374</td> <td class="tdAlignRight">40.6115</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">3,596</td> <td class="tdAlignRight">43.2836</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,338</td> <td class="tdAlignRight">16.1050</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;22/22&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:00:12 +0800" title="Sat, 16 Jan 2016 21:00:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21: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>
core/templates/login.html
gileno/curso-citi
{% extends "base.html" %} {% load widget_tweaks %} {% block title %} Entrar {% endblock %} {% block container %} <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="page-header"> <h1>Entrar</h1> </div> {% for error in form.non_field_errors %} <div class="alert alert-danger"> {{ error }} </div> {% endfor %} <form class="form-horizontal" action="" method="post"> {% csrf_token %} <fieldset> {% for field in form %} <div class="form-group{% if field.errors %} has-error{% endif %}"> <label for="{{ field.auto_id }}" class="col-md-3 control-label">{{ field.label }}</label> <div class="col-md-9"> {% render_field field class='form-control' %} {% for error in field.errors %} <span class="help-block">{{ error }}</span> {% endfor %} </div> </div> {% endfor %} <div class="form-group"> <div class="col-md-9 col-md-offset-3"> <button type="submit" class="btn btn-primary">Enviar</button> </div> </div> </fieldset> </form> </div> </div> {% endblock %}
tple-data/5p066/u8fn7-albums_cover.html
rialso/music-playback
<div id="albums-cover"></div> <style> .albums-container { height: 100%; overflow-y: scroll; } </style>
data/president/n600001000000000/20160116110534/page.html
gugod/vote-watch-2016
<!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">2,720</td> <td class="tdAlignRight">19.3926</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">9,958</td> <td class="tdAlignRight">70.9967</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,348</td> <td class="tdAlignRight">9.6107</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;19/21&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:03:11 +0800" title="Sat, 16 Jan 2016 19:03:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:03: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>
book/content/deb-package/index.html
foreachsam/book-util-wget
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="no-js ie6"><![endif]--> <!--[if IE 7 ]><html class="no-js ie7"><![endif]--> <!--[if IE 8 ]><html class="no-js ie8"><![endif]--> <!--[if IE 9 ]><html class="no-js ie9"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1"> <title>index - GNU Wget 使用筆記</title> <link rel="canonical" href="https://foreachsam.github.io/book-util-wget/book/content/deb-package/"> <meta name="author" content="foreachsam"> <meta property="og:url" content="https://foreachsam.github.io/book-util-wget/book/content/deb-package/"> <meta property="og:title" content="index - GNU Wget 使用筆記"> <meta name="apple-mobile-web-app-title" content="index - GNU Wget 使用筆記"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="shortcut icon" type="image/x-icon" href="../../../../assets/images/favicon.ico"> <link rel="icon" type="image/x-icon" href="../../../../assets/images/favicon.ico"> <style> @font-face { font-family: 'Icon'; src: url('../../assets/fonts/icon.eot?52m981'); src: url('../../assets/fonts/icon.eot?#iefix52m981') format('embedded-opentype'), url('../../assets/fonts/icon.woff?52m981') format('woff'), url('../../assets/fonts/icon.ttf?52m981') format('truetype'), url('../../assets/fonts/icon.svg?52m981#icon') format('svg'); font-weight: normal; font-style: normal; } </style> <link rel="stylesheet" href="../../assets/stylesheets/application-0dac3e5884.css"> <link rel="stylesheet" href="../../assets/stylesheets/palettes-05ab2406df.css"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Mono"> <style> body, input { font-family: 'Roboto', Helvetica, Arial, sans-serif; } pre, code { font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace; } </style> <script src="../../assets/javascripts/modernizr-4ab42b99fd.js"></script> </head> <body class="palette-primary-brown palette-accent-light-brown"> <div class="backdrop"> <div class="backdrop-paper"></div> </div> <input class="toggle" type="checkbox" id="toggle-drawer"> <input class="toggle" type="checkbox" id="toggle-search"> <label class="toggle-button overlay" for="toggle-drawer"></label> <header class="header"> <nav aria-label="Header"> <div class="bar default"> <div class="button button-menu" role="button" aria-label="Menu"> <label class="toggle-button icon icon-menu" for="toggle-drawer"> <span></span> </label> </div> <div class="stretch"> <div class="title"> <span class="path"> deb package <i class="icon icon-link"></i> </span> index </div> </div> <div class="button button-github" role="button" aria-label="GitHub"> <a href="https://github.com/foreachsam/book-util-wget" title="@foreachsam/book-util-wget on GitHub" target="_blank" class="toggle-button icon icon-github"></a> </div> <div class="button button-search" role="button" aria-label="Search"> <label class="toggle-button icon icon-search" title="Search" for="toggle-search"></label> </div> </div> <div class="bar search"> <div class="button button-close" role="button" aria-label="Close"> <label class="toggle-button icon icon-back" for="toggle-search"></label> </div> <div class="stretch"> <div class="field"> <input class="query" type="text" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck> </div> </div> <div class="button button-reset" role="button" aria-label="Search"> <button class="toggle-button icon icon-close" id="reset-search"></button> </div> </div> </nav> </header> <main class="main"> <div class="drawer"> <nav aria-label="Navigation"> <a href="https://foreachsam.github.io/book-util-wget/book" class="project" title="GNU Wget 使用筆記"> <div class="banner"> <div class="name"> <strong>GNU Wget 使用筆記<span class="version"></span></strong> </div> </div> </a> <div class="scrollable"> <div class="wrapper"> <div class="toc"> <ul> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="首頁" href="../.." itemprop="url"> 首頁 </a> </div> </li> <li> <span class="section">參考文件</span> <ul> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="manual" href="../reference/manual/" itemprop="url"> manual </a> </div> </li> </ul> </li> <li> <span class="section">deb package</span> <ul> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="current" title="index" href="./" itemprop="url"> index </a> </div> <ul> <li class="anchor" > <div itemscope itemtype="http://schema.org/Article"> <a title="套件連結" href="#_1" > 套件連結 </a> </div> </li> </ul> </li> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="wget" href="wget/" itemprop="url"> wget </a> </div> </li> </ul> </li> <li> <span class="section">command</span> <ul> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="wget" href="../command/wget/" itemprop="url"> wget </a> </div> </li> </ul> </li> <li> <span class="section">usage</span> <ul> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="basic" href="../usage/basic/" itemprop="url"> basic </a> </div> </li> <li> <div itemscope itemtype="http://schema.org/Article"> <a class="" title="cookie" href="../usage/cookie/" itemprop="url"> cookie </a> </div> </li> </ul> </li> </ul> <hr> <span class="section">The author</span> <ul> <li> <a href="https://foreachsam.github.io/" target="_blank" title="foreachsam"> foreachsam </a> </li> </ul> </div> </div> </div> </nav> </div> <article class="article"> <div class="wrapper"> <h1 id="deb-package">deb package</h1> <h2 id="_1">套件連結</h2> <ul> <li><a href="http://packages.ubuntu.com/xenial/wget">wget</a></li> </ul> <aside class="copyright" role="note"> Copyright (c) foreachsam &ndash; Documentation built with <a href="http://www.mkdocs.org" target="_blank">MkDocs</a> using the <a href="http://squidfunk.github.io/mkdocs-material/" target="_blank"> Material </a> theme. </aside> <footer class="footer"> <nav class="pagination" aria-label="Footer"> <div class="previous"> <a href="../reference/manual/" title="manual"> <span class="direction"> 上一頁 </span> <div class="page"> <div class="button button-previous" role="button" aria-label="Previous"> <i class="icon icon-back"></i> </div> <div class="stretch"> <div class="title"> manual </div> </div> </div> </a> </div> <div class="next"> <a href="wget/" title="wget"> <span class="direction"> 下一頁 </span> <div class="page"> <div class="stretch"> <div class="title"> wget </div> </div> <div class="button button-next" role="button" aria-label="Next"> <i class="icon icon-forward"></i> </div> </div> </a> </div> </nav> </footer> </div> </article> <div class="results" role="status" aria-live="polite"> <div class="scrollable"> <div class="wrapper"> <div class="meta"></div> <div class="list"></div> </div> </div> </div> </main> <script> var base_url = '../..'; var repo_id = ''; </script> <script src="../../assets/javascripts/application-997097ee0c.js"></script> <script> (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); /* General initialization */ ga('create', 'UA-56999876-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); /* Track outbound links */ var buttons = document.querySelectorAll('a'); Array.prototype.map.call(buttons, function(item) { if (item.host != document.location.host) { item.addEventListener('click', function() { var action = item.getAttribute('data-action') || 'follow'; ga('send', 'event', 'outbound', action, item.href); }); } }); /* Register handler to log search on blur */ var query = document.querySelector('.query'); query.addEventListener('blur', function() { if (this.value) { var path = document.location.pathname; ga('send', 'pageview', path + '?q=' + this.value); } }); </script> </body> </html>
data/president/n704001000000000/20160116122222/page.html
gugod/vote-watch-2016
<!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,490</td> <td class="tdAlignRight">29.3396</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">16,788</td> <td class="tdAlignRight">58.0157</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">3,659</td> <td class="tdAlignRight">12.6447</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;53/53&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 20:21:12 +0800" title="Sat, 16 Jan 2016 20:21:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:21: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>
dist/javadoc/allclasses-noframe.html
Capriatto/Memory-Game
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_60) on Thu Nov 19 15:12:17 COT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes</title> <meta name="date" content="2015-11-19"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="juego/Aplicacion.html" title="class in juego">Aplicacion</a></li> <li><a href="juego/Comparador.html" title="class in juego">Comparador</a></li> <li><a href="juego/Creditos.html" title="class in juego">Creditos</a></li> <li><a href="juego/Juego.html" title="class in juego">Juego</a></li> <li><a href="juego/Jugador.html" title="class in juego">Jugador</a></li> <li><a href="juego/MainInterface.html" title="class in juego">MainInterface</a></li> <li><a href="juego/RegistrarJugador.html" title="class in juego">RegistrarJugador</a></li> <li><a href="juego/Resultados.html" title="class in juego">Resultados</a></li> <li><a href="utilidades/Time.html" title="class in utilidades">Time</a></li> <li><a href="utilidades/Util.html" title="class in utilidades">Util</a></li> </ul> </div> </body> </html>
blog/2010/08/xpages-medical-advice.html
Stwissel/stwissel.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>XPages Medical Advice - NotesSensei's Blog</title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-72033-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="Content-Language" content="en" /> <meta rel="meta" link="application/rdf+xml" content="/foaf.rdf" /> <meta property="og:title" content="wissel.net - XPages Medical Advice" /> <meta property="og:type" content="blog" /> <meta property="og:url" content="https://wissel.net/blog/2010/08/xpages-medical-advice.html" /> <meta property="og:image" content="//www.wissel.net/blog/img/wisselnet.gif" /> <meta property="og:site_name" content="wissel.net" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="ROBOTS" content="FOLLOW, NOIMAGEINDEX" /> <meta name="DC.Title" content="NotesSensei's Weblog - XPages Medical Advice" /> <meta name="Author" content="Stephan H. Wissel" /> <meta name="ICBM" content="1.2994, 103.8425" /> <meta name="Copyright" content="2002,2020 Stephan H. Wissel - Creative commons licence" /> <meta name="twitter:site" content="@notessensei" /> <meta name="twitter:card" content="summary" /> <meta name="xing:author" content="https://www.xing.com/profile/StephanH_Wissel" /> <meta name="description" content="XPages Medical Advice - The truth about XPages: But of course you know that and are in tune with the impermanence of being and continuous upgrade your skills." /> <meta name="Keywords" content="XPages," /> <meta name="Abstract" content="XPages Medical Advice - The truth about XPages: But of course you know that and are in tune with the impermanence of being and continuous upgrade your skills." /> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/blog/style/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/responsive.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/wisselblog.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/main.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/blogcodedisplay.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/shariff.complete.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/markdown.css" /> <link rel="stylesheet" type="text/css" href="/blog/css/prism.css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet"> <link rel="icon" type="image/png" href="/blog/img/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="/blog/img/favicon-16x16.png" sizes="16x16" /> <link rel="alternate" type="application/rss+xml" title="RSS News Feed" href="https://feeds.feedburner.com/Wisselnetfeed" /> <meta name="Revisit-After" content="90 Days" /> </head> <body class="line-numbers"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="/">wissel.net</a> <div class="nav-collapse"> <ul class="nav"> <li><a href="/index.html">Home</a></li> <li class="active"><a href="/blog/">Blog</a></li> <li><a href="/blog/series.html">Series</a></li> <li><a href="/blog/downloads/">Downloads</a></li> <li><a href="https://stwissel.github.io/presentations/" title="Presentations maintained on GitHub">Presentations</a></li> <li><a href="/blog/imprint.html">About / Imprint</a></li> </ul> <form action="//www.google.com/cse" id="cse-search-box" class="navbar-search pull-right"> <div> <input type="hidden" name="cx" value="partner-pub-4562257798204150:muo14ionenw" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" class="search-query span2" placeholder="Search" /> <!-- input type="submit" name="sa" value="Search" class="btn btn-small"/--> </div> </form> </div> </div> </div> <div class="navbar-spacer"></div> <div class="container"> <br /> <header> <div id="mainsmall" class="hero-unit"> <h2>wissel.net</h2> <p>Usability - Productivity - Business - The web - Singapore &amp; Twins</p> </div> </header> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2010/">2010</a> <span class="divider">/</span></li> <li><a href="/blog/2010/08/">August</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/xpages.html">XPages</a> </li> </ul> <div class="row-fluid"> <div class="span12"> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2010/08/boys-and-their-toys-x.html"><i class="icon-hand-left"></i>Boys and their toys X</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2010/08/elearning-in-the-enterprise-vs-elearning-in-education.html">eLearning in the enterprise vs. eLearning in education<i class="icon-hand-right"></i></a> </li> </ul> <article class="well well-raised"> <h1><small>XPages Medical Advice</small></h1> <hr /> <div>The truth about XPages: <br> <a href="http://en.wiktionary.org/wiki/cainophobia" title="XPages can trigger Cainotophobia"> <img src="/blog/images/2010/MedicalWarning.jpg" border="0" alt="XPages can trigger Cainotophobia"></a> <br> But of course you know that and are in tune with the <a href="http://en.wikipedia.org/wiki/Impermanence">impermanence of being</a> and continuous upgrade your skills.</div> <hr /> <p> Posted by <a rel="author" href="https://plus.google.com/u/0/+StephanWissel"> Stephan H Wissel</a> on 24 August 2010 <span class="divider">|</span> <a href="/blog/2010/08/xpages-medical-advice.html#comments">Comments (0)</a> <span class="divider">|</span> categories: <a href="/blog/categories/xpages.html">XPages</a> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2010/08/xpages-medical-advice.html"; </script> </p> </article> <a name="comments"></a> <div class="well well-raised" style="text-align : center"> <button class="btn btn-lg btn-info" data-toggle="collapse" data-target="#commentform_934ED2D1EA3A6BFD48257789000C4EB0" type="button"> Add your comment...&nbsp;&nbsp;<span class="glyphicon glyphicon-comment"></span> </button> </div> <div id="commentform_934ED2D1EA3A6BFD48257789000C4EB0" class="collapse"></div> <div class="well well-raised"> <h4>Comments</h4> <ol id="commentList"> <li id="nocomments"> <h5>No comments yet, be the first to comment</h5> </li> </ol> </div> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2010/08/boys-and-their-toys-x.html"><i class="icon-hand-left"></i>Boys and their toys X</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2010/08/elearning-in-the-enterprise-vs-elearning-in-education.html">eLearning in the enterprise vs. eLearning in education<i class="icon-hand-right"></i></a> </li> </ul> </div> </div> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2010/">2010</a> <span class="divider">/</span></li> <li><a href="/blog/2010/08/">August</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/xpages.html">XPages</a> </li> </ul> </div> <footer> <div class="container"> <div class="row"> <div class="span2"> <h4>About Me</h4> <p> I work as "Solution Director Innovation" for HCL Software. I'm based in Singapore. <g:plusone size="small" href="https://wissel.net/blog/"></g:plusone> </p> <a href="//stackoverflow.com/users/131021/stwissel"> <img src="//stackoverflow.com/users/flair/131021.png" width="208" height="58" alt="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer" title="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer"> </a> </div> <div class="span2"> <h4>Contact</h4> <ul> <li><a href="https://www.twitter.com/notessensei">Twitter</a></li> <li><a href="https://sg.linkedin.com/in/notessensei">LinkedIn</a></li> <li><a href="https://www.xing.com/profile/StephanH_Wissel">XING</a></li> <li><a href="https://notessensei.myspreadshop.com">NotesSensei's Spreadshirt shop</a></li> <li><a href="http://about.me/stephan.wissel/#" title="Another identity site, nothing much here">About Me</a></li> </ul> </div> <div class="span8"> <h4>Disclaimer</h4> <p>This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by my current or previous employers. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not my current or former employers' - and don't even begin to think otherwise.</p> <p> <b>&copy; 2003 - 2022 Stephan H. Wissel - some rights reserved</b> as listed here: <a rel="license" href="//creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width: 0" src="//licensebuttons.net/l/by-nc-sa/3.0/88x31.png" /></a> Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an <a href="//creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank" title="Learn more about the creative commons Attribution-ShareAlike License">Attribution/NonCommercial/ShareAlike Creative Commons License</a>, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type. Code samples and code downloads on this site are, unless otherwise labeled, made available under an <a href="//www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a> license. Other license models are available on written request and written confirmation. </p> </div> </div> </div> </footer> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2010/08/xpages-medical-advice.html"; </script> <script type="text/javascript" src="/blog/js/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="/blog/js/bootstrap.js"></script> <script type="text/javascript" src="/blog/js/blogmain.js"></script> <script type="text/javascript" src="/blog/js2/prism.js"></script> <script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-72033-1"; urchinTracker(); </script> <script type="text/javascript" src="//feeds.feedburner.com/~s/Wisselnet?i=https://wissel.net/blog" charset="utf-8"></script> <script src="/blog/js2/mustache.js"></script> <script src="/blog/js2/blogcomments.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Converter.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Sanitizer.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Editor.js"></script> <script type="text/javascript" src="//www.google.com/recaptcha/api.js"></script> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> <script type="text/javascript"> var onloadCallback = function() { renderComment("6LcBxUEUAAAAACzKM8YKb-RVVaIZ3MN6F1Z8FB_4", "934ED2D1EA3A6BFD48257789000C4EB0"); }; </script> </body> </html>
JavaScript/Exams/19062018/template.html
pekechis/teaching_examples
<!-- Author: Juan Diego Pérez @pekechis E-mail: contact@jdperez.es Description: Template for jQuery Exercises Date: December 2016 Reference: http://api.jquery.com/ --> <!DOCTYPE html> <html> <head> <title>Final Exam 19-06-2018</title> <!-- Loading jQUery Script --> <script src="js/jquery-3.1.1.min.js"></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css" type="text/css"> </head> <body> <h1>Rellena los huecos en blanco</h1> <div class="container"> <p>Tom Hanks is my favourite <input type="text"> in Hollywood</p> <p>There is a new horror film opening tomorrow night. I saw the <input type="text"> on Internet</p> <p>I'm no interested in the actor. I always choose a film for its <input type="text"> </p> <p>There are a lots os crashes and explosions in the latest <input type="text"> film</p> <p>I love the <input type="text"> in the sci-fi films, they look so real!</p> <p>The <input type="text"> is the group of actor that star in a film</p> <div class="botones"> <input type="button" value="Comprobar" /> <input type="button" value="Mostrar respuestas" /> <input type="button" value="Resetear" /> </div> </div> <script> //Function executed when the HTML document is Ready (full loaded) $(function() { }); </script> </body> </html>
store/zookeeper/20161214T114443.000Z/timeline.html
michaelmaguire/jepsen.zookeeper
<html><head><style>.ops { position: absolute; } .op { position: absolute; padding: 2px; } .op.invoke { background: #C1DEFF; } .op.ok { background: #B7FFB7; } .op.fail { background: #FFD4D5; } .op.info { background: #FEFFC1; } </style></head><body><h1>zookeeper</h1><p>2016-12-14T11:44:43.000Z</p><div class="ops"><div class="op fail" style="width:100;left:212;top:0;height:16" title="26 ms nil">1 :cas [3 4]</div><div class="op ok" style="width:100;left:530;top:32;height:16" title="16 ms nil">4 :cas [0 4]</div><div class="op fail" style="width:100;left:424;top:64;height:16" title="24 ms nil">3 :cas [4 2]</div><div class="op ok" style="width:100;left:318;top:96;height:16" title="26 ms nil">2 :write 4</div><div class="op ok" style="width:100;left:106;top:128;height:16" title="4 ms nil">0 :read 0</div><div class="op ok" style="width:100;left:212;top:160;height:16" title="15 ms nil">1 :write 3</div><div class="op ok" style="width:100;left:106;top:192;height:16" title="14 ms nil">0 :cas [0 4]</div><div class="op ok" style="width:100;left:424;top:224;height:16" title="1 ms nil">3 :read 0</div><div class="op ok" style="width:100;left:424;top:256;height:16" title="16 ms nil">3 :write 3</div><div class="op ok" style="width:100;left:530;top:288;height:16" title="17 ms nil">4 :write 4</div><div class="op ok" style="width:100;left:318;top:320;height:16" title="3 ms nil">2 :read 4</div><div class="op ok" style="width:100;left:106;top:352;height:16" title="17 ms nil">0 :write 1</div><div class="op ok" style="width:100;left:318;top:384;height:16" title="0 ms nil">2 :read 4</div><div class="op ok" style="width:100;left:424;top:416;height:16" title="1 ms nil">3 :read 3</div><div class="op ok" style="width:100;left:212;top:448;height:16" title="15 ms nil">1 :write 3</div><div class="op fail" style="width:100;left:530;top:480;height:16" title="16 ms nil">4 :cas [3 2]</div><div class="op fail" style="width:100;left:318;top:512;height:16" title="14 ms nil">2 :cas [0 0]</div><div class="op ok" style="width:100;left:318;top:544;height:16" title="14 ms nil">2 :cas [4 1]</div><div class="op fail" style="width:100;left:212;top:576;height:16" title="14 ms nil">1 :cas [4 0]</div><div class="op ok" style="width:100;left:424;top:608;height:16" title="0 ms nil">3 :read 3</div><div class="op ok" style="width:100;left:106;top:640;height:16" title="15 ms nil">0 :write 4</div><div class="op ok" style="width:100;left:530;top:672;height:16" title="13 ms nil">4 :cas [4 1]</div><div class="op ok" style="width:100;left:212;top:704;height:16" title="13 ms nil">1 :write 1</div><div class="op ok" style="width:100;left:318;top:736;height:16" title="13 ms nil">2 :write 2</div><div class="op fail" style="width:100;left:318;top:768;height:16" title="18 ms nil">2 :cas [0 4]</div><div class="op ok" style="width:100;left:318;top:800;height:16" title="13 ms nil">2 :write 4</div><div class="op fail" style="width:100;left:212;top:832;height:16" title="58 ms nil">1 :cas [0 0]</div><div class="op info" style="width:100;left:0;top:896;height:16" title="nil">:nemesis :start </div><div class="op ok" style="width:100;left:318;top:880;height:32" title="1 ms nil">2 :read 4</div><div class="op fail" style="width:100;left:212;top:864;height:64" title="16 ms nil">1 :cas [3 3]</div><div class="op ok" style="width:100;left:424;top:944;height:16" title="13 ms nil">3 :write 3</div><div class="op ok" style="width:100;left:106;top:976;height:16" title="2 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:530;top:1008;height:16" title="17 ms nil">4 :cas [1 1]</div><div class="op ok" style="width:100;left:212;top:1040;height:16" title="1 ms nil">1 :read 1</div><div class="op info" style="width:100;left:0;top:1072;height:16" title="nil">:nemesis :start Cut off {"w4" #{"w5" "w3" "w1"}, "w2" #{"w5" "w3" "w1"}, "w5" #{"w4" "w2"}, "w3" #{"w4" "w2"}, "w1" #{"w4" "w2"}}<br /></div><div class="op ok" style="width:100;left:212;top:1104;height:16" title="14 ms nil">1 :write 3</div><div class="op ok" style="width:100;left:318;top:1088;height:48" title="51 ms nil">2 :write 3</div><div class="op ok" style="width:100;left:106;top:1152;height:16" title="0 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:530;top:1184;height:16" title="1 ms nil">4 :read 1</div><div class="op ok" style="width:100;left:212;top:1216;height:16" title="11 ms nil">1 :write 0</div><div class="op ok" style="width:100;left:424;top:1248;height:16" title="1 ms nil">3 :read 3</div><div class="op fail" style="width:100;left:424;top:1280;height:16" title="13 ms nil">3 :cas [4 0]</div><div class="op ok" style="width:100;left:318;top:1312;height:16" title="1 ms nil">2 :read 3</div><div class="op ok" style="width:100;left:106;top:1344;height:16" title="0 ms nil">0 :read 4</div><div class="op fail" style="width:100;left:424;top:1376;height:16" title="13 ms nil">3 :cas [2 0]</div><div class="op ok" style="width:100;left:106;top:1408;height:16" title="0 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:212;top:1440;height:16" title="18 ms nil">1 :write 3</div><div class="op ok" style="width:100;left:212;top:1472;height:16" title="1 ms nil">1 :read 3</div><div class="op fail" style="width:100;left:530;top:1504;height:16" title="13 ms nil">4 :cas [4 3]</div><div class="op ok" style="width:100;left:212;top:1536;height:16" title="0 ms nil">1 :read 3</div><div class="op ok" style="width:100;left:318;top:1568;height:16" title="21 ms nil">2 :write 1</div><div class="op fail" style="width:100;left:106;top:1600;height:16" title="15 ms nil">0 :cas [1 2]</div><div class="op fail" style="width:100;left:424;top:1632;height:16" title="17 ms nil">3 :cas [1 2]</div><div class="op ok" style="width:100;left:212;top:1664;height:16" title="0 ms nil">1 :read 3</div><div class="op fail" style="width:100;left:212;top:1696;height:16" title="14 ms nil">1 :cas [1 3]</div><div class="op ok" style="width:100;left:530;top:1728;height:16" title="16 ms nil">4 :write 1</div><div class="op info" style="width:100;left:0;top:1760;height:16" title="nil">:nemesis :stop </div><div class="op info" style="width:100;left:0;top:1776;height:16" title="nil">:nemesis :stop fully connected<br /></div><div class="op ok" style="width:100;left:530;top:1792;height:16" title="15 ms nil">4 :write 2</div><div class="op ok" style="width:100;left:318;top:1824;height:16" title="24 ms nil">2 :cas [1 4]</div><div class="op fail" style="width:100;left:106;top:1856;height:16" title="17 ms nil">0 :cas [2 3]</div><div class="op ok" style="width:100;left:318;top:1888;height:16" title="17 ms nil">2 :write 3</div><div class="op ok" style="width:100;left:424;top:1920;height:16" title="41 ms nil">3 :cas [3 1]</div><div class="op fail" style="width:100;left:212;top:1952;height:16" title="13 ms nil">1 :cas [4 2]</div><div class="op ok" style="width:100;left:106;top:1984;height:16" title="4 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:530;top:2016;height:16" title="13 ms nil">4 :write 4</div><div class="op ok" style="width:100;left:424;top:2048;height:16" title="14 ms nil">3 :cas [1 0]</div><div class="op ok" style="width:100;left:318;top:2080;height:16" title="13 ms nil">2 :write 1</div><div class="op fail" style="width:100;left:212;top:2112;height:16" title="14 ms nil">1 :cas [4 2]</div><div class="op ok" style="width:100;left:318;top:2144;height:16" title="1 ms nil">2 :read 1</div><div class="op ok" style="width:100;left:106;top:2176;height:16" title="0 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:530;top:2208;height:16" title="1 ms nil">4 :read 4</div><div class="op ok" style="width:100;left:106;top:2240;height:16" title="0 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:424;top:2272;height:16" title="1 ms nil">3 :read 0</div><div class="op fail" style="width:100;left:530;top:2304;height:16" title="13 ms nil">4 :cas [2 0]</div><div class="op fail" style="width:100;left:212;top:2336;height:16" title="13 ms nil">1 :cas [2 1]</div><div class="op ok" style="width:100;left:106;top:2368;height:16" title="0 ms nil">0 :read 4</div><div class="op ok" style="width:100;left:318;top:2400;height:16" title="0 ms nil">2 :read 1</div><div class="op info" style="width:100;left:0;top:2432;height:16" title="nil">:nemesis :start </div><div class="op ok" style="width:100;left:424;top:2448;height:16" title="16 ms nil">3 :write 0</div><div class="op info" style="width:100;left:0;top:2480;height:16" title="nil">:nemesis :start Cut off {"w5" #{"w4" "w2" "w3"}, "w1" #{"w4" "w2" "w3"}, "w4" #{"w5" "w1"}, "w2" #{"w5" "w1"}, "w3" #{"w5" "w1"}}<br /></div></div></body></html>
FII-Admis-RESTService/src/main/webapp/apidoc.html
avlacatus/fii-admis
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>FII Admis REST API</title> <link rel="stylesheet" href="styles/styles.css" type="text/css" media="screen"> </head> <body> <h2> FII Admis REST API </h2> <p> <b>Github Project:</b> <a href="https://github.com/avlacatus/fii-admis">avlacatus/fii-admis</a> </p> <p> * Input/ Output sunt in format json. <br /> * La url-ul <a href="http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api">http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api</a> <B><span style="color: brown; ">se adauga</span></b> urmatoarele path-uri. <br /> </p> <hr /> <p> <b>GET /candidates </b><br/>- Output: lista de {candidate_id} <br/>- Scop: vezi toti candidatii inscrisi, in ordinea alfabetica a numelui (fara rezultate) <br /> <br /> </p> <p> <b><span style="color: brown; "> GET http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates <br /> <br /> 200 OK <br /> { "candidates": [ { "id": "Aa2I", "lastName": "Popescu", "gpaGrade": 9.3, "ATestGrade": 8.9, "socialId": "347389523255435", "firstName": "Ionut" }, { "id": "vr6U", "lastName": "Popescu", "gpaGrade": 9.3, "ATestGrade": 8.9, "socialId": "347389523255435", "firstName": "Ionut" } ]} </span></b> </p> <hr /> <p> <b>GET /candidates/{candidate_id}</b> <br />- Output: informatiile de inscriere ale unui candidat: {candidate_id, first_name, last_name, social_id, gpa_grade, a_test_grade} <br />- Scop: informatiile personale doar unui student </p> <p> <b><span style="color: brown; "> GET http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates/Aa2I </br> <br /> 200 OK <br />{ "id": "Aa2I", "lastName": "Popescu", "gpaGrade": 9.3, "ATestGrade": 8.9, "socialId": "347389523255435", "firstName": "Ionut" } </span></b> </p> <hr /> <p> <b>GET /admission_results </b> <br />- Input: La prima operatie, care este permisa doar admin-ului, header-ul "Pragma:admin" <br />- Output: lista cu rezultatele admiterii, in ordinea descrescatoare a mediei finale {candidate_id, final_grade, status} <br />- Scop: publicarea rezultatelor (echivalent cu start calcul medii admitere). <br />- Restrictie: prima oara, aceasta operatie este permisa doar adminului (identificat prin headerul mentionat mai sus), elevul va primi 403 Forbidden; apoi va fi permisa si din interfata de elevi <br /> </p> <p> <b><span style="color: brown; "> GET http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/admission_results </br> <br /> 200 OK <br />{ "admissionResults":[ { "finalGrade":9.77, "id":"boiF", "candidateId":"jfcf", "admissionStatus":{ "statusString":"tax_free", "statusInt":0 } }, { "finalGrade":9.615, "id":"vheC", "candidateId":"rXg6", "admissionStatus":{ "statusString":"tax_free", "statusInt":0 } }]} </span></b> </p> <hr /> <p> <b>GET /admission_results/{candidate_id}</b> <br />- Output: informatiile unui candidat despre rezultatul sau: {candidate_id, final_grade, status} <br />- Scop: informatii de admitere doar pentru un student <br />- Restrictie: aceasta operatie va fi permisa doar dupa ce un admin va data GET la /admission_results </p> <p> <b><span style="color: brown; "> GET http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/admission_results/jfcf </br> <br /> 200 OK <br /> { "finalGrade":9.77, "id":"boiF", "candidateId":"jfcf", "admissionStatus":{ "statusString":"tax_free", "statusInt":0 } } </span></b> </p> <hr/> <p> <b>POST /candidates</b> <br />- Input: un json cu datele {first_name, last_name, social_id, gpa_grade, a_test_grade} <br />- Output: 201 Created + Header: "Location: /{candidate_id}" <br />- Scop: se inregistreaza elevul la facultate </p> <p> <b><span style="color: brown; "> POST http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates <br />{"lastName":"Jolie","gpaGrade":9.3,"ATestGrade":8.9,"socialId":"347389523255435","firstName":"Angelina"} <br /> <br />201 Created <br />Header: Location: http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates/PmbP </span></b> </p> <hr /> <p> <b>PUT /candidates/{candidate_id}</b> <br />- Input: un json cu datele {candidate_id, first_name, last_name, social_id, gpa_grade, a_test_grade} <br />- Output: 204 No Content <br />- Scop: elevul sa-si updateze datele personale </p> <p> <b><span style="color: brown; "> PUT http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates/zZY7 <br />{"lastName":"Popescianu","gpaGrade":9.3,"ATestGrade":8.9,"socialId":"347389523255435","firstName":"Ionut"} <br /> <br />204 No Content </span></b> </p> <hr /> <p> <b>DELETE /candidates/{candidate_id}</b> <br />- Input: operatie permisa doar admin-ului, marcat prin header-ul "Pragma:admin" <br />- Output: 204 No Content <br />- Scop: studentul vrea sa renunte la admitere, insa numai un administrator il poate sterge </p> <p> <b><span style="color: brown; "> DELETE <br />http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/candidates/Dmzi <br /> <br />204 No Content </span></b> </p> <hr/> <p> <b>DELETE /admission_results</b> <br />- Input: operatie permisa doar admin-ului, marcat prin header-ul "Pragma:admin" <br />- Output: 204 No Content <br />- Scop: admin-ul vrea sa stearga rezultatele (mai mult in scop de test). Operatia nu va fi permisa in interfata web. <br/> Doar admin-ul ("Pragma: admin") are voie. Altfel, se va primi un 403 Forbidden. </p> <p> <b><span style="color: brown; "> DELETE <br />http://fii-admis-restservice-dt5dd3kc2v.elasticbeanstalk.com/api/admission_results <br /> <br />204 No Content </span></b> </p> </body> </html>
sdk/GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="concept" /> <meta name="DC.Title" content="How to construct and manipulate a singly linked list" /> <meta name="abstract" content="Code fragments showing how to create a singly linked list and how to manipulate the list and the elements of the list." /> <meta name="description" content="Code fragments showing how to create a singly linked list and how to manipulate the list and the elements of the list." /> <meta name="DC.Relation" scheme="URI" content="GUID-052E9582-9A35-50B0-A32E-F7E6A01A2E2A.html" /> <meta name="DC.Relation" scheme="URI" content="index.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-E3D2A6ED-8192-563D-8966-DD96B3AF1783.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-0DF9E318-BE97-531E-AB39-A7B5E8787C87.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-A63025D1-7FD4-5120-8A1F-537D6B70103D.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-2E085BAD-AAD7-5D1A-89A7-287EE42D1069.html" /> <meta name="DC.Relation" scheme="URI" content="GUID-052E9582-9A35-50B0-A32E-F7E6A01A2E2A.html" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B" /> <meta name="DC.Language" content="en" /> <link rel="stylesheet" type="text/css" href="commonltr.css" /> <title> How to construct and manipulate a singly linked list </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="nokiacxxref.css" /> </head> <body id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2470542 id2404579 id2404588 id2404596 id2404604 id2404708 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; <a href="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" title="The Symbian Guide describes the architecture and functionality of the platform, and provides guides on using its APIs."> Symbian Guide </a> &gt; <a href="GUID-E3D2A6ED-8192-563D-8966-DD96B3AF1783.html" title="Kernel and Hardware Services performs the fundamental operating system tasks of managing access to device resources."> Kernel and Hardware Services Guide </a> &gt; <a href="GUID-0DF9E318-BE97-531E-AB39-A7B5E8787C87.html" title="Provides a framework for accessing file systems."> User Library and File Server </a> &gt; <a href="GUID-A63025D1-7FD4-5120-8A1F-537D6B70103D.html" title="The User Library allows the applications and services that run on a phone to access the functionality provided by the Symbian platform Kernel."> User Library </a> &gt; <a href="GUID-2E085BAD-AAD7-5D1A-89A7-287EE42D1069.html"> Arrays And Lists </a> &gt; <a href="GUID-052E9582-9A35-50B0-A32E-F7E6A01A2E2A.html"> Using Singly Linked Lists </a> &gt; </div> <h1 class="topictitle1"> How to construct and manipulate a singly linked list </h1> <div> <p> Code fragments showing how to create a singly linked list and how to manipulate the list and the elements of the list. </p> <p> The following code fragments show how a singly linked list can be constructed and manipulated. The list consists of instances of an example class, <samp class="codeph"> CItem </samp> , which forms items on a stack implemented as a singly linked list using the <samp class="codeph"> iSlink </samp> data member as the link object. In this example, a <samp class="codeph"> CItem </samp> object can contain an item of text implemented as an <samp class="codeph"> HBufC </samp> . </p> <p> The class is declared as: </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-EF742BDF-7292-51DF-B7D4-6219D9CDFFCE"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-EF742BDF-7292-51DF-B7D4-6219D9CDFFCE"> <!-- --> </a> class CItem : public CBase { public : static CItem* NewL(const TDesC&amp; aText); static CItem* NewLC(const TDesC&amp; aText); CItem(); virtual ~CItem(); const HBufC* GetText(); public : static const TInt iOffset; private : void ConstructL(const TDesC&amp; aText); private : TSglQueLink iSlink; HBufC* iText; friend class CStack; }; </pre> <p> The <samp class="codeph"> CItem </samp> member functions are implemented as: </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-2B4A1C64-7C4C-5950-93F0-2A80A0AEF343"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-2B4A1C64-7C4C-5950-93F0-2A80A0AEF343"> <!-- --> </a> const TInt CItem::iOffset = _FOFF(CItem,iSlink); </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-67788B52-9B64-556B-B4BF-D940C49B2E3E"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-67788B52-9B64-556B-B4BF-D940C49B2E3E"> <!-- --> </a> CItem* CItem::NewLC(const TDesC&amp; aText) { CItem* self = new (ELeave) CItem(); CleanupStack::PushL(self); self-&gt;ConstructL(aText); return self; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-5CC6AD98-E877-5699-9BAC-14DE0A4413E2"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-5CC6AD98-E877-5699-9BAC-14DE0A4413E2"> <!-- --> </a> CItem* CItem::NewL(const TDesC&amp; aText) { CItem* self = CItem::NewLC(aText); CleanupStack::Pop(); return self; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-14D5FB76-1FC9-5D7D-A35C-9AC87222DA64"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-14D5FB76-1FC9-5D7D-A35C-9AC87222DA64"> <!-- --> </a> void CItem::ConstructL(const TDesC&amp; aText) { iText = aText.AllocL(); } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-44FB4D1A-D567-5181-B425-D988BF364A55"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-44FB4D1A-D567-5181-B425-D988BF364A55"> <!-- --> </a> CItem::CItem() {} </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-DF4603B2-56E0-5CC1-8920-27C04FCE2899"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-DF4603B2-56E0-5CC1-8920-27C04FCE2899"> <!-- --> </a> CItem::~CItem() { delete iText; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-E306FFA8-9A93-5047-9999-A36DE087D9BF"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-E306FFA8-9A93-5047-9999-A36DE087D9BF"> <!-- --> </a> const HBufC* CItem::GetText() { return (iText); } </pre> <p> As part of the construction process, a <samp class="codeph"> CItem </samp> constructs an <samp class="codeph"> HBufC </samp> of the correct length and copies the content of the descriptor parameter into it. </p> <p> The stack is implemented by an instance of the example class <samp class="codeph"> CStack </samp> . This maintains the stack by adding <samp class="codeph"> CItem </samp> objects onto the end of the list and removing them from the end of the list. When removing them from the end of the list, a pointer to the removed <samp class="codeph"> CItem </samp> object is returned. </p> <p> In this example, the list header, <samp class="codeph"> iStack </samp> , and the iterator, <samp class="codeph"> iStackIter </samp> , are declared as data members of the class and are constructed when the <samp class="codeph"> CStack </samp> object is constructed. A C++ constructor must be supplied so that <samp class="codeph"> iStackIter </samp> can be constructed. ( <samp class="codeph"> TSglQueIter </samp> has no default constructor). </p> <p> <samp class="codeph"> AddToStack() </samp> takes a <samp class="codeph"> CItem </samp> object and adds it to the end of the singly linked list. </p> <p> <samp class="codeph"> RemoveFromStack() </samp> takes the <samp class="codeph"> CItem </samp> object at the end of the singly linked list, removes it from the list and returns a pointer to it. </p> <p> The <samp class="codeph"> CStack </samp> class is declared as: </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-9640ACCC-5C02-5238-9866-C3E5F24BF256"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-9640ACCC-5C02-5238-9866-C3E5F24BF256"> <!-- --> </a> class CStack : public CBase { public : static CStack* NewL(); static CStack* NewLC(); CStack(); void Construct(); virtual ~CStack(); CItem* RemoveFromStack(); void AddToStack(CItem&amp; anItem); private : TSglQue&lt;CItem&gt; iStack; TSglQueIter&lt;CItem&gt; iStackIter; }; </pre> <p> The <samp class="codeph"> CStack </samp> member functions are implemented as: </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-6DB67609-DFD9-5C3E-B0DE-DCBF24E2004B"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-6DB67609-DFD9-5C3E-B0DE-DCBF24E2004B"> <!-- --> </a> CStack* CStack::NewLC() { CStack* self = CStack::NewL(); CleanupStack::PushL(self); return self; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-1A43592A-6670-5DB7-A66C-586F054DA96B"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-1A43592A-6670-5DB7-A66C-586F054DA96B"> <!-- --> </a> CStack* CStack::NewL() { CStack* self = new (ELeave) CStack; return self; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-7B084689-CEFA-5F12-A112-F57E3969EF64"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-7B084689-CEFA-5F12-A112-F57E3969EF64"> <!-- --> </a> CStack::CStack() : iStack(CItem::iOffset),iStackIter(iStack) {} </pre> <div class="section" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-6C00AE42-5876-4C9B-8530-4E3BCEC12295"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-6C00AE42-5876-4C9B-8530-4E3BCEC12295"> <!-- --> </a> <h2 class="sectiontitle"> Using the list iterator </h2> <p> The C++ constructor is needed so that the list header ( <samp class="codeph"> iStack </samp> ) and the list iterator ( <samp class="codeph"> iStackIter </samp> ) can be properly constructed. </p> <p> Before destroying a <samp class="codeph"> CStack </samp> object, the list is destroyed. This is achieved using the iterator ( <samp class="codeph"> iStackIter </samp> ). The iterator pointer is set to point to each element in turn, removing that element from the list before destroying it. </p> <p> Once the iterator has reached the end of the list, the operator <samp class="codeph"> ++ </samp> returns <samp class="codeph"> NULL </samp> . </p> <p> The destruction process is safe if the list is empty; the statement <samp class="codeph"> iStackIter.SetToFirst() </samp> is harmless, the operator <samp class="codeph"> ++ </samp> returns <samp class="codeph"> NULL </samp> and execution of the body of the <samp class="codeph"> while </samp> loop never happens. </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-05A85DC1-BA5A-52BD-BC3A-6DD27F050B3A"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-05A85DC1-BA5A-52BD-BC3A-6DD27F050B3A"> <!-- --> </a> CStack::~CStack() { CItem* item; iStackIter.SetToFirst(); while ((item = iStackIter++) != NULL) { iStack.Remove(*item); delete item; }; } </pre> </div> <div class="section" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-9B58504D-1C1C-4D2C-93BB-085F04EA62B3"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-9B58504D-1C1C-4D2C-93BB-085F04EA62B3"> <!-- --> </a> <h2 class="sectiontitle"> Adding an element to the stack </h2> <p> Adding an element to the stack simply involves adding the <samp class="codeph"> CItem </samp> object to the end of the list. </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-819F3511-AFC1-57CB-A6B6-0A3A778B9737"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-819F3511-AFC1-57CB-A6B6-0A3A778B9737"> <!-- --> </a> void CStack::AddToStack(CItem&amp; anItem) { iStack.AddLast(anItem); } </pre> </div> <div class="section" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-99C58AE1-4EA3-41FA-82AF-C1B9D08FB57F"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-99C58AE1-4EA3-41FA-82AF-C1B9D08FB57F"> <!-- --> </a> <h2 class="sectiontitle"> Removing an element from the stack </h2> <p> The <samp class="codeph"> RemoveFromStack() </samp> function returns <samp class="codeph"> NULL </samp> , if the list is empty, otherwise it just uses the <samp class="codeph"> Last() </samp> member function to return a pointer to the last element in the list before removing it. </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-5BDC3F9B-1C99-534B-82CC-18731E3C22B9"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-5BDC3F9B-1C99-534B-82CC-18731E3C22B9"> <!-- --> </a> CItem* CStack::RemoveFromStack() { CItem* lastitem; if (iStack.IsEmpty()) return NULL; lastitem = iStack.Last(); iStack.Remove(*lastitem); return (lastitem); } </pre> </div> <div class="section" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-BC25EB70-D1D2-4045-8345-C002C17D9114"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-BC25EB70-D1D2-4045-8345-C002C17D9114"> <!-- --> </a> <h2 class="sectiontitle"> Executing the code </h2> <p> Executing the code results in a singly linked list of <samp class="codeph"> CItem </samp> objects each containing a pointer to an <samp class="codeph"> HBufC </samp> descriptor each of which, in turn, contains the text “8”, “89”, and so on through to “89ABCDEF”: </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-F00B6DDF-54C8-541D-8688-FDD227DC48F4"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-F00B6DDF-54C8-541D-8688-FDD227DC48F4"> <!-- --> </a> { CStack* stack; CItem* item; TBuf&lt;16&gt; buffer; TRAPD(leavecode,stack = CStack::NewL()); if (leavecode != KErrNone) { // Cannot create stack return; } </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-18506411-26D8-5866-A80E-D36BD20DFD01"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-18506411-26D8-5866-A80E-D36BD20DFD01"> <!-- --> </a> for (TUint jj = 8; jj &lt; 16; jj++) { buffer.AppendNumUC(jj,EHex); TRAPD(leavecode,item = CItem::NewL(buffer)); if (leavecode != KErrNone) { // Cannot create item delete stack; return; } stack-&gt;AddToStack(*item); } </pre> <p> as the following shows: </p> <div class="fignone" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-27C947C7-3035-54A4-BA6E-C701C3007DD6"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-27C947C7-3035-54A4-BA6E-C701C3007DD6"> <!-- --> </a> <span class="figcap"> Figure 1. Example singly linked list </span> <img src="GUID-BF155E49-35AF-5BC1-80C5-8D6C68C464F8_d0e219903_href.png" /> </div> </div> <div class="section" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-CB47362B-7068-45AD-9D60-7D93174ED858"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-CB47362B-7068-45AD-9D60-7D93174ED858"> <!-- --> </a> <h2 class="sectiontitle"> Removing elements from list </h2> <p> The following code removes each <samp class="codeph"> CItem </samp> element from the list, starting with the last and working through to the first until the list is empty. </p> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-36122717-2CA8-5E9E-B223-4921860A4027"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-36122717-2CA8-5E9E-B223-4921860A4027"> <!-- --> </a> while ((item = stack-&gt;RemoveFromStack()) != NULL) { // item-&gt;GetText());can be used to access the text. delete item; }; </pre> <pre class="codeblock" id="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-7A4C3458-9676-5ED2-82DB-703C48F347DB"> <a name="GUID-9D3637D4-43BD-51ED-B4BC-1F234F09E24B__GUID-7A4C3458-9676-5ED2-82DB-703C48F347DB"> <!-- --> </a> delete stack; </pre> <p> Note that unlike doubly linked lists, elements can only be added to the start or the end of a singly linked list. Elements <em> cannot </em> be added to the middle of the list. </p> </div> </div> <div> <div class="familylinks"> <div class="parentlink"> <strong> Parent topic: </strong> <a href="GUID-052E9582-9A35-50B0-A32E-F7E6A01A2E2A.html"> Using Singly Linked Lists </a> </div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
yabushan.shopstyle.security/WebRoot/statics/scripts/plugins/dialog/demo/base.html
yshe/shopStyle
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Dialog</title> <link href="../../blockui/jquery.blockui.css" type="text/css" rel="stylesheet" class="view-source"/> <link type="text/css" href="../../../../scripts/plugins/layout/jquery.layout.css" rel="stylesheet" class="view-source"/> <link type="text/css" href="../jquery.dialog.css" rel="stylesheet" class="view-source"/> <link href="../../../../themes/mobile/style-all.css" class="view-source" rel="stylesheet"> <script src="../../../../scripts/jquery.js" class="view-source" type="text/javascript"></script> <script src="../../../../scripts/common.js" class="view-source" type="text/javascript"></script> <script src="../../../../scripts/browserfix.js" class="view-source" type="text/javascript" ></script> <script src="../../../../scripts/plugins/jquery.json.js" type="text/javascript"></script> <script src="../../../../scripts/plugins/jquery.ui.js" type="text/javascript" ></script> <script type="text/javascript" src="../jquery.dialog.js" class="view-source"></script> <script src="../../blockui/jquery.blockui.js" type="text/javascript" class="view-source"></script> <script src="../../demo.js"></script> <link href="../../demo.css" rel="stylesheet"> <script type="text/javascript" class="view-source noparse"> $(function(){ $("#test").click(function(){ $.open("http://{host}:7555"+Config.contextPath+"/statics/scripts/plugins/dialog/demo/test_iframe.html",null,null, {title:"",data:{name:"lixh",company:"bingo"}}, function(){ window.returnValue && alert(window.returnValue); } ) ; }) ; $("#test1").click(function(){ $.open("http://{host}:7555"+Config.contextPath+"/statics/scripts/plugins/dialog/demo/test.html",null,null, {title:"",iframe:false,data:{name:"lixh",company:"bingo"},resizable:true}, function(){ window.returnValue && alert(window.returnValue); } ) ; }) ; $("#test2").click(function(){ $.open( null,null,null, {title:"",content:"对话框文本内容,通过content参数设置$.open(...{content:'...'})",data:{name:"lixh",company:"bingo"},resizable:true}, function(){ window.returnValue && alert(window.returnValue); } ) ; }) ; $("#test3").click(function(){ $.open( null,null,null, {title:"",contentSelector:".item",data:{name:"lixh",company:"bingo"},resizable:true}, function(){ window.returnValue && alert(window.returnValue); } ) ; }) ; }) ; </script> <style type="text/css"> .ui-dialog .blockOverlay{ margin-top:50px; } </style> </head> <body> <br/> <div class="item view-source noparse" > <button class="btn" id="test">URL-加载内容为IFrame</button> <button class="btn" id="test1">URL-加载内容为HTML</button> <button class="btn" id="test2">内容为HTML或文本</button> <button class="btn" id="test3">内容为页面HTML</button> <br/><br/> <button class="btn" data-widget="dialog" data-options="{url:'test_iframe.html',callback:function(){alert(window.returnValue);}}" id="test">URL-加载内容为IFrame(声明式)</button> <br/><br/> <iframe src="base_iframe.html" style="width:300px;height:30px;padding:5px;"></iframe> </div> </body> </html>
sdk/GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="C3DESEncryptor" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68" /> <title> C3DESEncryptor </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68"> <a name="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2624990 id2625365 id2625370 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> C3DESEncryptor Class Reference </h1> <table class="signature"> <tr> <td> class C3DESEncryptor : public C3DES </td> </tr> </table> <div class="section"> <div> <p> Concrete class for triple-DES encryption. </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> C3DESEncryptor <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES </a> <ul class="derivation"> <li class="derivation-depth-3 "> <a href="GUID-CFDA5321-EE13-3203-8DED-71E69D4469BD.html"> CBlockTransformation </a> <ul class="derivation"> <li class="derivation-depth-4 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68.html"> C3DESEncryptor </a> * </td> <td> <a href="#GUID-234FDA93-5CBB-30D5-9865-59367D6F1967"> NewL </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68.html"> C3DESEncryptor </a> * </td> <td> <a href="#GUID-9E20BB56-9CF6-3089-B406-28AED8BEF724"> NewLC </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Protected Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-E9629C3D-3B51-32BD-BB20-CB6548188863"> DoSetKey </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::BlockSize()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::C3DES() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::ConstructL(const TDesC8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::KeySize()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::Reset() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::Transform(TDes8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Delete(CBase *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Extension_(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave,TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::~CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-CFDA5321-EE13-3203-8DED-71E69D4469BD.html"> CBlockTransformation::GetExtension(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::CDES() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::ConstructL(const TDesC8 &amp;,TBool) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::DoTransform(TUint32 &amp;,TUint32 &amp;,const TUint32 *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::IsWeakKey(const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::SetKey(const TDesC8 &amp;,TUint32 *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::~CDES() </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Attributes </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::iK2 </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-90A671B0-756E-3773-8429-6441D1594F4B.html"> C3DES::iK3 </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::iK1 </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1C18ED2F-085F-3C3E-A93E-5FD37461E440.html"> CDES::iKey </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-E9629C3D-3B51-32BD-BB20-CB6548188863"> <a name="GUID-E9629C3D-3B51-32BD-BB20-CB6548188863"> <!-- --> </a> <h2 class="topictitle2"> DoSetKey(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> DoSetKey </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aKey </td> <td> ) </td> <td> [protected, virtual] </td> </tr> </table> <div class="section"> <div> <p> Initialises the three key schedule arrays from the specified key. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aKey </td> <td> The key to be used for encryption. The key length must be K3DESKeySize = 24 bytes. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-234FDA93-5CBB-30D5-9865-59367D6F1967"> <a name="GUID-234FDA93-5CBB-30D5-9865-59367D6F1967"> <!-- --> </a> <h2 class="topictitle2"> NewL(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68.html"> C3DESEncryptor </a> * </td> <td> NewL </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aKey </td> <td> ) </td> <td> [static] </td> </tr> </table> <div class="section"> <div> <p> Creates an instance of this class. </p> <div class="p"> <dl class="user"> <dt class="dlterm"> <strong> leave </strong> </dt> <dd> KErrKeyNotWeakEnough If the key size is larger than that allowed by the cipher strength restrictions of the crypto library. See <a href="GUID-975EEB8D-32AC-3182-B69C-CEE365505AC4.html#GUID-05E1FE2E-1BD2-38FB-9E61-B27E8AE6F0B4"> TCrypto::IsSymmetricWeakEnoughL() </a> </dd> </dl> </div> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aKey </td> <td> The key to be used for encryption. The key length must be K3DESKeySize = 24 bytes. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-9E20BB56-9CF6-3089-B406-28AED8BEF724"> <a name="GUID-9E20BB56-9CF6-3089-B406-28AED8BEF724"> <!-- --> </a> <h2 class="topictitle2"> NewLC(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-B931DBB9-4484-33FD-9E94-6F256ABD5C68.html"> C3DESEncryptor </a> * </td> <td> NewLC </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aKey </td> <td> ) </td> <td> [static] </td> </tr> </table> <div class="section"> <div> <p> Creates an instance of this class and leaves it on the cleanup stack. </p> <div class="p"> <dl class="user"> <dt class="dlterm"> <strong> leave </strong> </dt> <dd> KErrKeyNotWeakEnough If the key size is larger than that allowed by the cipher strength restrictions of the crypto library. See <a href="GUID-975EEB8D-32AC-3182-B69C-CEE365505AC4.html#GUID-05E1FE2E-1BD2-38FB-9E61-B27E8AE6F0B4"> TCrypto::IsSymmetricWeakEnoughL() </a> </dd> </dl> </div> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aKey </td> <td> The key to be used for encryption. The key length must be K3DESKeySize = 24 bytes. </td> </tr> </table> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sites/williamastenson.com/pieces/Mistake_no-1.html
stenson/notebook
<!doctype html> <html> <head> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <link rel="stylesheet" href="/css/boiler.css"> <link rel="stylesheet" href="/css/main.css"> <script type="text/javascript" src="/js/jquery.min.js"></script> <script type="text/javascript" src="/js/site.js"></script> </head> <body class="piece"> <div id="container"> <div id="stage"> <div id="lefthand"> <div class="padding"> <div id="namecard"> <h1><a href="/">William A. Stenson</a></h1> </div> <div id="static"> <ul> <li> <a href="/about">about</a> </li> <li> <a href="/contact">contact</a> </li> </ul> </div> <div id="collections"> <ul> <li> <a href="/collections/Square_Platters">Square Platters</a> </li> <li> <a href="/collections/Small_Pieces">Small Pieces</a> </li> <li> <a href="/collections/Bowls">Bowls</a> </li> <li> <a href="/collections/Paintings">Paintings</a> </li> </ul> </div> </div> </div> <div id="righthand"> <div class="padding"> <h1>Mistake #1</h1> <ul class="clearfix"> <li> <a href="/photos/Mistake_no-1_view_1"> <img src="/files/5094907105_62eb4269b7_m.jpg"/> </a> </li> <li> <a href="/photos/Mistake_no-1_view_2"> <img src="/files/5095505392_6aee77b88f_m.jpg"/> </a> </li> <li> <a href="/photos/Mistake_no-1_view_3"> <img src="/files/5094908515_788cf8e597_m.jpg"/> </a> </li> <li> <a href="/photos/Mistake_no-1_view_4"> <img src="/files/5094908811_6875da5306_m.jpg"/> </a> </li> </ul> </div> </div> </div> </div> </body> </html>
resources/public/index.html
mhjort/clj-tutorials
<html> <body> Hello <button>Press me</button> <span id="result"></span> <script src="js/out/goog/base.js"></script> <script src="js/app.js"></script> <script type="text/javascript"> goog.require('app'); </script> </body> </html>
pdk/GUID-1AF74248-7837-31A7-84C1-D730A52D829D.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxFile"/> <meta name="DC.Title" content="glowmem.h"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-1AF74248-7837-31A7-84C1-D730A52D829D"/> <title>glowmem.h</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-1AF74248-7837-31A7-84C1-D730A52D829D"><a name="GUID-1AF74248-7837-31A7-84C1-D730A52D829D"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2653464 id2691972 id2429975 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">glowmem.h File Reference</h1> <div class="nested1" id="GUID-278E5D65-394D-3140-B4FD-CD4895156329"><a name="GUID-278E5D65-394D-3140-B4FD-CD4895156329"><!-- --></a> <h2 class="topictitle2">Typedef cleanUpStack</h2> <table class="signature"><tr><td>typedef typedef__END_DECLS struct <a href="GUID-DF346317-465B-366C-983F-162CD16340EC.html">_cleanUpStack</a></td><td>cleanUpStack</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-EA7272A9-C20B-3558-849B-DFABC8AB5692"><a name="GUID-EA7272A9-C20B-3558-849B-DFABC8AB5692"><!-- --></a> <h2 class="topictitle2">Typedef mem_info</h2> <table class="signature"><tr><td>typedef struct <a href="GUID-35FEAC7B-84AB-37C7-B2DD-4C56E9A2DD9B.html">_mem_info</a></td><td>mem_info</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
archives/2016/index.html
watercow/watercow.github.io
<!doctype html> <html class="theme-next mist use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico?v=5.1.0" /> <meta name="description" content="手中两把锟斤拷,口中疾呼烫烫烫。"> <meta property="og:type" content="website"> <meta property="og:title" content="Watercow's Blog!"> <meta property="og:url" content="http://yoursite.com/archives/2016/index.html"> <meta property="og:site_name" content="Watercow's Blog!"> <meta property="og:description" content="手中两把锟斤拷,口中疾呼烫烫烫。"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Watercow's Blog!"> <meta name="twitter:description" content="手中两把锟斤拷,口中疾呼烫烫烫。"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', sidebar: {"position":"left","display":"post"}, fancybox: true, motion: true, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="http://yoursite.com/archives/2016/"/> <title> 归档 | Watercow's Blog! </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container one-collumn sidebar-position-left page-archive "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Watercow's Blog!</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">简单粗暴的博客。</p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br /> 标签 </a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> 嗯..! 目前共计 13 篇日志。 继续努力。 </span> <div class="collection-title"> <h2 class="archive-year motion-element" id="archive-year-2016">2016</h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/11/21/百度杯CTF十月篇/" itemprop="url"> <span itemprop="name">百度杯CTF十月篇</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-11-21T19:47:31+08:00" content="2016-11-21" > 11-21 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/09/13/SQL注入总结-垃圾总结,大神勿喷/" itemprop="url"> <span itemprop="name">SQL注入总结(垃圾总结,大神勿喷)</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-09-13T19:08:05+08:00" content="2016-09-13" > 09-13 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/09/11/跨站脚本攻击总结/" itemprop="url"> <span itemprop="name">跨站脚本攻击总结</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-09-11T11:18:34+08:00" content="2016-09-11" > 09-11 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/09/04/9月i春秋周赛web篇writeup/" itemprop="url"> <span itemprop="name">9月i春秋周赛web篇writeup</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-09-04T12:39:24+08:00" content="2016-09-04" > 09-04 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/08/25/记一道pwn题详解/" itemprop="url"> <span itemprop="name">记一道pwn题详解</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-08-25T22:16:58+08:00" content="2016-08-25" > 08-25 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/03/28/记进团队一事/" itemprop="url"> <span itemprop="name">记进团队一事</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-03-28T22:07:38+08:00" content="2016-03-28" > 03-28 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/02/29/匹克切(新海诚)/" itemprop="url"> <span itemprop="name">匹克切(新海诚)</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-02-29T09:26:46+08:00" content="2016-02-29" > 02-29 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/02/23/素数判断问题/" itemprop="url"> <span itemprop="name">素数判断问题</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-02-23T13:05:03+08:00" content="2016-02-23" > 02-23 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2016/02/07/hexo如何更新博客/" itemprop="url"> <span itemprop="name">hexo如何更新博客</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-02-07T10:58:30+08:00" content="2016-02-07" > 02-07 </time> </div> </header> </article> </section> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/author.png" alt="watercow" /> <p class="site-author-name" itemprop="name">watercow</p> <p class="site-description motion-element" itemprop="description">手中两把锟斤拷,口中疾呼烫烫烫。</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">13</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <span class="site-state-item-count">10</span> <span class="site-state-item-name">分类</span> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">12</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2015 - <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">watercow</span> </div> <div class="powered-by"> 由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Mist </a> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script> <script type="text/javascript" id="motion.page.archive"> $('.archive-year').velocity('transition.slideLeftIn'); </script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script> <script type="text/javascript"> var duoshuoQuery = {short_name:"watercow"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.id = 'duoshuo-script'; 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 src="/lib/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script> <script src="/js/src/hook-duoshuo.js"></script> </body> </html>
pdk/GUID-79BAF293-F66B-3393-B826-18B035C17289.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxStruct"/> <meta name="DC.Title" content="otherName_st"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-79BAF293-F66B-3393-B826-18B035C17289"/> <title>otherName_st</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-79BAF293-F66B-3393-B826-18B035C17289"><a name="GUID-79BAF293-F66B-3393-B826-18B035C17289"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2653464 id2691972 id2692199 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">otherName_st Struct Reference</h1> <table class="signature"><tr><td>struct otherName_st</td></tr></table><div class="section"></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top"> <a href="GUID-0368B382-7130-3303-9683-E72F10852181.html">ASN1_OBJECT</a> *</td><td><a href="#GUID-46450A7A-CE95-361E-9F7C-7AF58ADB9130">type_id</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-BE3E461E-FCE1-3E34-8338-64A7EB3D9D48.html">ASN1_TYPE</a> *</td><td><a href="#GUID-2398CDC5-3B27-3A94-B3AA-8EF1ED875607">value</a></td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-46450A7A-CE95-361E-9F7C-7AF58ADB9130"><a name="GUID-46450A7A-CE95-361E-9F7C-7AF58ADB9130"><!-- --></a> <h2 class="topictitle2"> ASN1_OBJECT * type_id</h2> <table class="signature"><tr><td> <a href="GUID-0368B382-7130-3303-9683-E72F10852181.html">ASN1_OBJECT</a> *</td><td>type_id</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-2398CDC5-3B27-3A94-B3AA-8EF1ED875607"><a name="GUID-2398CDC5-3B27-3A94-B3AA-8EF1ED875607"><!-- --></a> <h2 class="topictitle2"> ASN1_TYPE * value</h2> <table class="signature"><tr><td> <a href="GUID-BE3E461E-FCE1-3E34-8338-64A7EB3D9D48.html">ASN1_TYPE</a> *</td><td>value</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-931706A5-894B-3DE5-9CBE-2EFB9231368F.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxStruct" /> <meta name="DC.Title" content="CAlfDeckLayout::TDeckLayoutPrivateData" /> <meta name="DC.Relation" scheme="URI" content="GUID-4A304191-9282-36B7-9167-8F7701F519BE.html" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-931706A5-894B-3DE5-9CBE-2EFB9231368F" /> <title> CAlfDeckLayout::TDeckLayoutPrivateData </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-931706A5-894B-3DE5-9CBE-2EFB9231368F"> <a name="GUID-931706A5-894B-3DE5-9CBE-2EFB9231368F"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2420140 id1202403 id1202408 id2863177 id2863336 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> CAlfDeckLayout::TDeckLayoutPrivateData Struct Reference </h1> <table class="signature"> <tr> <td> struct CAlfDeckLayout::TDeckLayoutPrivateData </td> </tr> </table> <div class="section"> </div> <div class="section member-index"> <div> <div class="familylinks"> <div class="parentlink"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </div> </div> </body> </html>
sdk/GUID-9B6060A5-E85B-34DC-906F-D9B00D9994AB.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="CPEAudioToneUtility" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-9B6060A5-E85B-34DC-906F-D9B00D9994AB" /> <title> CPEAudioToneUtility </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-9B6060A5-E85B-34DC-906F-D9B00D9994AB"> <a name="GUID-9B6060A5-E85B-34DC-906F-D9B00D9994AB"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> CPEAudioToneUtility Class Reference </h1> <table class="signature"> <tr> <td> class CPEAudioToneUtility : public CBase </td> </tr> </table> <div class="section"> <div> <p> Interface to wrap <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-D728A286-A202-3915-9643-8FD70646F78A"> CMdaAudioToneUtility </a> . </p> <div class="p"> AudioHandling <dl class="since"> <dt class="dlterm"> Since </dt> <dd> S60 5.0 </dd> </dl> </div> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CPEAudioToneUtility <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-0E271262-2F4B-3E1D-B1E3-F68C026EC3EA"> CancelPlay </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-D6E7E5EF-A865-3936-B528-6A7649B74930"> CancelPrepare </a> () </td> </tr> <tr> <td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-A8453B82-F40B-3BDD-A5C3-B1D293D2D306"> MaxVolume </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-37FF2F46-1668-346D-8DB0-6FADC22AA0EF"> Play </a> () </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-2D227DCA-8301-3F52-B27D-6DF4846F705F"> PrepareToPlayDesSequence </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-12E1ECF2-A6A2-353D-BA5D-0B614DA775EA"> SetPriority </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> , TMdaPriorityPreference ) </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-74EE3440-B397-360B-8D1A-0FED0524AFA8"> SetRepeats </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> , const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-EE6A8936-C1D8-339C-815A-3778ABA2D3D8"> SetVolume </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> ) </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-0174335F-22F7-3B4A-BDB3-6D0B45462922"> SetVolumeRamp </a> (const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> TMdaAudioToneUtilityState </td> <td> <a href="#GUID-66AC6FD6-8F12-3A4A-A574-B3E9A11514A7"> State </a> () </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Delete(CBase *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Extension_(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave,TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::~CBase() </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-0E271262-2F4B-3E1D-B1E3-F68C026EC3EA"> <a name="GUID-0E271262-2F4B-3E1D-B1E3-F68C026EC3EA"> <!-- --> </a> <h2 class="topictitle2"> CancelPlay() </h2> <table class="signature"> <tr> <td> void </td> <td> CancelPlay </td> <td> ( </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-D1B6E395-C4AC-39EC-86C6-48BD7ECA385F"> CMdaAudioToneUtility::CancelPlay </a> . </p> </div> </div> </div> <div class="nested1" id="GUID-D6E7E5EF-A865-3936-B528-6A7649B74930"> <a name="GUID-D6E7E5EF-A865-3936-B528-6A7649B74930"> <!-- --> </a> <h2 class="topictitle2"> CancelPrepare() </h2> <table class="signature"> <tr> <td> void </td> <td> CancelPrepare </td> <td> ( </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-AA49C220-5D57-3850-A670-7FD47EE0762C"> CMdaAudioToneUtility::CancelPrepare </a> . </p> </div> </div> </div> <div class="nested1" id="GUID-A8453B82-F40B-3BDD-A5C3-B1D293D2D306"> <a name="GUID-A8453B82-F40B-3BDD-A5C3-B1D293D2D306"> <!-- --> </a> <h2 class="topictitle2"> MaxVolume() </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> MaxVolume </td> <td> ( </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-6342815E-322E-3F92-9C7A-0154446E736C"> CMdaAudioToneUtility::MaxVolume </a> . </p> </div> </div> </div> <div class="nested1" id="GUID-37FF2F46-1668-346D-8DB0-6FADC22AA0EF"> <a name="GUID-37FF2F46-1668-346D-8DB0-6FADC22AA0EF"> <!-- --> </a> <h2 class="topictitle2"> Play() </h2> <table class="signature"> <tr> <td> void </td> <td> Play </td> <td> ( </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-FA2442C9-CBAF-337F-B568-E854841F6EE2"> CMdaAudioToneUtility::SetVolumeRamp </a> . </p> </div> </div> </div> <div class="nested1" id="GUID-2D227DCA-8301-3F52-B27D-6DF4846F705F"> <a name="GUID-2D227DCA-8301-3F52-B27D-6DF4846F705F"> <!-- --> </a> <h2 class="topictitle2"> PrepareToPlayDesSequence(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> PrepareToPlayDesSequence </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aSequence </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-301D46EB-0766-3CCA-9C08-443C61F88CFD"> CMdaAudioToneUtility::PrepareToPlayDesSequence </a> . </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aSequence </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-12E1ECF2-A6A2-353D-BA5D-0B614DA775EA"> <a name="GUID-12E1ECF2-A6A2-353D-BA5D-0B614DA775EA"> <!-- --> </a> <h2 class="topictitle2"> SetPriority(TInt, TMdaPriorityPreference) </h2> <table class="signature"> <tr> <td> void </td> <td> SetPriority </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aPriority, </td> </tr> <tr> <td colspan="3"> </td> <td> TMdaPriorityPreference </td> <td> aPref </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-C2403B38-7CDD-3C8C-9B38-20EA5823C609"> CMdaAudioToneUtility::SetPriority </a> . </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aPriority </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> TMdaPriorityPreference aPref </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-74EE3440-B397-360B-8D1A-0FED0524AFA8"> <a name="GUID-74EE3440-B397-360B-8D1A-0FED0524AFA8"> <!-- --> </a> <h2 class="topictitle2"> SetRepeats(TInt, const TTimeIntervalMicroSeconds &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> SetRepeats </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aRepeatNumberOfTimes, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp; </td> <td> aTrailingSilence </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-2D6D8B92-913A-32D1-9DD8-350E657BB221"> CMdaAudioToneUtility::SetRepeats </a> . </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aRepeatNumberOfTimes </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp; aTrailingSilence </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-EE6A8936-C1D8-339C-815A-3778ABA2D3D8"> <a name="GUID-EE6A8936-C1D8-339C-815A-3778ABA2D3D8"> <!-- --> </a> <h2 class="topictitle2"> SetVolume(TInt) </h2> <table class="signature"> <tr> <td> void </td> <td> SetVolume </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aVolume </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-A57BF163-5718-3AF3-BC0B-1C520BDABC74"> CMdaAudioToneUtility::SetVolume </a> . </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aVolume </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-0174335F-22F7-3B4A-BDB3-6D0B45462922"> <a name="GUID-0174335F-22F7-3B4A-BDB3-6D0B45462922"> <!-- --> </a> <h2 class="topictitle2"> SetVolumeRamp(const TTimeIntervalMicroSeconds &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> SetVolumeRamp </td> <td> ( </td> <td> const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp; </td> <td> aRampDuration </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-FA2442C9-CBAF-337F-B568-E854841F6EE2"> CMdaAudioToneUtility::SetVolumeRamp </a> . </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-B7D6F874-1ABD-3AC6-9329-19DC54C12F18.html"> TTimeIntervalMicroSeconds </a> &amp; aRampDuration </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-66AC6FD6-8F12-3A4A-A574-B3E9A11514A7"> <a name="GUID-66AC6FD6-8F12-3A4A-A574-B3E9A11514A7"> <!-- --> </a> <h2 class="topictitle2"> State() </h2> <table class="signature"> <tr> <td> TMdaAudioToneUtilityState </td> <td> State </td> <td> ( </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> <div> <p> See <a href="GUID-D728A286-A202-3915-9643-8FD70646F78A.html#GUID-AF3327DC-3FB8-31CE-A521-E91EAE82864E"> CMdaAudioToneUtility::State </a> . </p> </div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
bundles/de.fzi.sensidl.help/html/about/toc_about.html
SENSIDL-PROJECT/SensIDL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Add new units</title> </head> <body> <p> More information about SensIDL can be found at the <a href = "http://sensidl-project.github.io/SensIDL/"> SensIDL website </a></p> <a href="http://sensidl-project.github.io/SensIDL/" target="_blank"> <img src="https://raw.githubusercontent.com/SENSIDL-PROJECT/SensIDL/master/images/2014-12-19_SensIDL_Logo_Final.jpg" /> </a> </body> </html>
com.ibm.mq.explorer.ms0s.mqsceditor/doc/com/ibm/mq/explorer/ms0s/mqscscripts/threads/class-use/IMQSCResultAccumulator.html
alanmpitts/mq-mqsc-editor-plugin
<!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_60) on Wed Sep 16 09:13:22 CDT 2015 --> <title>Uses of Interface com.ibm.mq.explorer.ms0s.mqscscripts.threads.IMQSCResultAccumulator</title> <meta name="date" content="2015-09-16"> <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 Interface com.ibm.mq.explorer.ms0s.mqscscripts.threads.IMQSCResultAccumulator"; } //--> </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="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?com/ibm/mq/explorer/ms0s/mqscscripts/threads/class-use/IMQSCResultAccumulator.html" target="_top">Frames</a></li> <li><a href="IMQSCResultAccumulator.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 Interface com.ibm.mq.explorer.ms0s.mqscscripts.threads.IMQSCResultAccumulator" class="title">Uses of Interface<br>com.ibm.mq.explorer.ms0s.mqscscripts.threads.IMQSCResultAccumulator</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="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</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.ibm.mq.explorer.ms0s.mqscscripts.actions">com.ibm.mq.explorer.ms0s.mqscscripts.actions</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.ibm.mq.explorer.ms0s.mqscscripts.threads">com.ibm.mq.explorer.ms0s.mqscscripts.threads</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.ibm.mq.explorer.ms0s.mqscscripts.actions"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</a> in <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/actions/package-summary.html">com.ibm.mq.explorer.ms0s.mqscscripts.actions</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/actions/package-summary.html">com.ibm.mq.explorer.ms0s.mqscscripts.actions</a> that implement <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/actions/RunScriptAction.html" title="class in com.ibm.mq.explorer.ms0s.mqscscripts.actions">RunScriptAction</a></strong></code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.ibm.mq.explorer.ms0s.mqscscripts.threads"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</a> in <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/package-summary.html">com.ibm.mq.explorer.ms0s.mqscscripts.threads</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/package-summary.html">com.ibm.mq.explorer.ms0s.mqscscripts.threads</a> with parameters of type <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/RunMQSCScript.html#RunMQSCScript(org.eclipse.jface.text.Document,%20com.ibm.mq.explorer.ui.extensions.MQQmgrExtObject,%20java.lang.String,%20com.ibm.mq.explorer.ms0s.mqscscripts.threads.IMQSCResultAccumulator,%20org.eclipse.ui.navigator.CommonNavigator)">RunMQSCScript</a></strong>(org.eclipse.jface.text.Document&nbsp;mqscDoc, com.ibm.mq.explorer.ui.extensions.MQQmgrExtObject&nbsp;queueManager, java.lang.String&nbsp;fileName, <a href="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">IMQSCResultAccumulator</a>&nbsp;resultStore, org.eclipse.ui.navigator.CommonNavigator&nbsp;MQView)</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="../../../../../../../../com/ibm/mq/explorer/ms0s/mqscscripts/threads/IMQSCResultAccumulator.html" title="interface in com.ibm.mq.explorer.ms0s.mqscscripts.threads">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?com/ibm/mq/explorer/ms0s/mqscscripts/threads/class-use/IMQSCResultAccumulator.html" target="_top">Frames</a></li> <li><a href="IMQSCResultAccumulator.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 ======= --> </body> </html>
3.9/latest/html/book28.html
eclipsescout/eclipsescout.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head><title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- html,2,info --> <meta name="src" content="book.tex"> <meta name="date" content="2014-02-26 16:18:00"> <link rel="stylesheet" type="text/css" href="book.css"> </head><body > <div class="footnote-text"> <!--l. 332--><p class="indent" > <span class="footnote-mark"><a id="fn13x3"> <sup class="textsuperscript">13</sup></a></span><span class="cmr-8">Eclipse Scout wiki: </span><a href="http://wiki.eclipse.org/Scout" class="url" ><span class="cmtt-8">http://wiki.eclipse.org/Scout</span></a></div> </body></html>
build/doc/cafe/image/meta/image/package-frame.html
nagyistoce/icafe
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>cafe.image.meta.image</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../cafe/image/meta/image/package-summary.html" target="classFrame">cafe.image.meta.image</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Comment.html" title="class in cafe.image.meta.image" target="classFrame">Comment</a></li> <li><a href="ImageMetadata.html" title="class in cafe.image.meta.image" target="classFrame">ImageMetadata</a></li> </ul> </div> </body> </html>
sdk/GUID-F71D8AD1-89E6-3DC4-BFC8-A69F6BFE6BD5.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="TMdaObjectEvent" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-F71D8AD1-89E6-3DC4-BFC8-A69F6BFE6BD5" /> <title> TMdaObjectEvent </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-F71D8AD1-89E6-3DC4-BFC8-A69F6BFE6BD5"> <a name="GUID-F71D8AD1-89E6-3DC4-BFC8-A69F6BFE6BD5"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2409913 id2695100 id2695105 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> TMdaObjectEvent Class Reference </h1> <table class="signature"> <tr> <td> class TMdaObjectEvent </td> </tr> </table> <div class="section"> <div> <p> </p> <p> Not used in MMF </p> </div> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-C4C15302-5D8B-3A7B-93C5-BABDB354FC18.html"> TMdaEvent </a> </td> <td> <a href="#GUID-94EE424E-AA1B-3089-96A0-4BCA373FC146"> iEvent </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-213FC0BA-44DB-369B-A9D8-A970FF499D7D"> iHandle </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-94EE424E-AA1B-3089-96A0-4BCA373FC146"> <a name="GUID-94EE424E-AA1B-3089-96A0-4BCA373FC146"> <!-- --> </a> <h2 class="topictitle2"> TMdaEvent iEvent </h2> <table class="signature"> <tr> <td> <a href="GUID-C4C15302-5D8B-3A7B-93C5-BABDB354FC18.html"> TMdaEvent </a> </td> <td> iEvent </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-213FC0BA-44DB-369B-A9D8-A970FF499D7D"> <a name="GUID-213FC0BA-44DB-369B-A9D8-A970FF499D7D"> <!-- --> </a> <h2 class="topictitle2"> TInt iHandle </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> iHandle </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_forum_nokia_2_e_com_calculator_2client_2group_2_bld_8inf_source.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: examples/ForumNokia/EComCalculator/client/group/bld.inf Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/ForumNokia/EComCalculator/client/group/bld.inf</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment">* ============================================================================</span> <a name="l00003"></a>00003 <span class="comment">* Name : bld.inf</span> <a name="l00004"></a>00004 <span class="comment">* Part of : EComCalculator</span> <a name="l00005"></a>00005 <span class="comment">* Created : 29/05/2006 by Forum Nokia</span> <a name="l00006"></a>00006 <span class="comment">* Description:</span> <a name="l00007"></a>00007 <span class="comment">* This file provides the information required for building the </span> <a name="l00008"></a>00008 <span class="comment"> EComCalculator client</span> <a name="l00009"></a>00009 <span class="comment">* Version : 2.0</span> <a name="l00010"></a>00010 <span class="comment">* Copyright: Nokia Corporation</span> <a name="l00011"></a>00011 <span class="comment">* ============================================================================</span> <a name="l00012"></a>00012 <span class="comment">*/</span> <a name="l00013"></a>00013 <a name="l00014"></a>00014 PRJ_MMPFILES <a name="l00015"></a>00015 <a name="l00016"></a>00016 <span class="preprocessor">#ifdef EKA2</span> <a name="l00017"></a>00017 <span class="preprocessor"></span> EComCalculator_30.mmp <a name="l00018"></a>00018 <span class="preprocessor">#else</span> <a name="l00019"></a>00019 <span class="preprocessor"></span> EComCalculator_2X.mmp <a name="l00020"></a>00020 <span class="preprocessor">#endif</span> </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_msv_ui_editor_utilities.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: MsvUiEditorUtilities Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>MsvUiEditorUtilities Class Reference</h1><!-- doxytag: class="MsvUiEditorUtilities" --> <p><a href="class_msv_ui_editor_utilities-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7888a961b47ed6d020f7cd5ce69fa038"></a><!-- doxytag: member="MsvUiEditorUtilities::ResolveAppFileNameL" ref="a7888a961b47ed6d020f7cd5ce69fa038" args="(TUid aAppUid)" --> static IMPORT_C HBufC *&nbsp;</td><td class="memItemRight" valign="bottom"><b>ResolveAppFileNameL</b> (TUid aAppUid)</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p><a class="el" href="class_msv_ui_editor_utilities.html">MsvUiEditorUtilities</a></p> <p>Helper class to resolver application </p> <p>Definition at line <a class="el" href="_txt_viewer_starter_8h_source.html#l00231">231</a> of file <a class="el" href="_txt_viewer_starter_8h_source.html">TxtViewerStarter.h</a>.</p> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
res/friendless/games/filler/help/fi/tournaments.html
DrFriendless/FillerInJava
<HTML> <HEAD> <TITLE>Turnajaiset</TITLE> </HEAD> <BODY> <H1>Turnajaiset</H1> Fillerissä on tuki turnajaisten pitoa varten. Voit pitää turnajaiset kun haluat robottipelaajien pelaavan keskenään tai kun haluat osoittaa paremmuuttasi. Eri turnajaismuodot: <DL> <DT><B>Kaikki vastaan kaikki</B> <DD>Näissä turnajaisissa ei ole voittajaa. Kaikki pelajaat pelaavat kaikkia vastaan. <DT><B>Tyrmäys</B> <DD>Kun pelaaja häviää pelin, hän putoaa pois pelisarjasta. Viimeinen jäljelle jäänyt pelaaja voittaa. Pelaajat pelaavat suurin piirtein saman määrän pelejä. <DT><B>Mätkijäiset</B> <DD>Tämä turnajaismuoto perustuu sumoturnajaisten sääntöihin. Pelikierroksia on tietty määrä. Kukin pelaaja pelaa muita samantasoisia vastaan. Pelaaja joka on voittanut eniten pelejä kierrosten päättyessä voittaa. Jos usealla pelaajalla on yhtä suuri määrä voittoja, kaikki vastaan kaikki -eliminaatiokierros pelataan lopuksi. <DT><B>Haaste</B> <DD>Ihmispelaajat eivät voi ottaa osaa tässä turnajaismuodossa. Robottipelaajat haastavat toisiaan, yrittäen parantaa sijoitustaan. Voittajaa ei ole. </DL> Muuttaaksesi turnajaisten asetuksia ja käynnistääksesi turnajaiset, valitse Turnajaiset-välilehti. Ylävasemmalta voit valita turnajaisten säännöt (rajoittuu turnajaistyypin valitsemiseen). Jatkuva-asetusnapista voit valita josko yksien turnajaisten päätyttyä toinen alkaa välittömästi. Kuvaus-taulusta voit lukea lyhyen kuvauksen turnajaissäännöistä. <P> Keskellä on lista pelaajista jotka on valittu pelaamaan turnajaisissa. Pelaajat ovat paremmuusjärjestyksessä pisteiden mukaan (paras ensin). Oletuksena kaikki pelaajat on valittu. <P> Oikealla ylhäällä on toinen kuvaustaulu josta voit lukea viimeksi valitun tai poistetun pelaajan kuvauksen. Oikealla alhaalla on Pidä turnajaiset -nappi. Tätä nappia painamalla siirryt Peli-välilehdelle, jossa turnajaiset ovat juuri alkamassa. <P> <A HREF="index.html">Hakemisto</A> </BODY> </HTML>
external/SuperLU_4.3/DOC/html/cgsitrf_8c.html
tlgimenes/SparseModelingOfIntrinsicCorrespondences
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>SuperLU: SRC/cgsitrf.c File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.5 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> </div> <div class="contents"> <h1>SRC/cgsitrf.c File Reference</h1>Computes an ILU factorization of a general sparse matrix. <a href="#_details">More...</a> <p> <code>#include &quot;<a class="el" href="slu__cdefs_8h-source.html">slu_cdefs.h</a>&quot;</code><br> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="cgsitrf_8c.html#16b6ae6c8a2812e62ace44629f313bc6">cgsitrf</a> (<a class="el" href="structsuperlu__options__t.html">superlu_options_t</a> *options, <a class="el" href="structSuperMatrix.html">SuperMatrix</a> *<a class="el" href="ilu__zdrop__row_8c.html#c900805a486cbb8489e3c176ed6e0d8e">A</a>, int relax, int panel_size, int *etree, void *work, int lwork, int *perm_c, int *perm_r, <a class="el" href="structSuperMatrix.html">SuperMatrix</a> *L, <a class="el" href="structSuperMatrix.html">SuperMatrix</a> *U, <a class="el" href="structSuperLUStat__t.html">SuperLUStat_t</a> *stat, int *info)</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <pre> -- SuperLU routine (version 4.1) -- Lawrence Berkeley National Laboratory. June 30, 2009</pre><p> <pre> </pre> <hr><h2>Function Documentation</h2> <a class="anchor" name="16b6ae6c8a2812e62ace44629f313bc6"></a><!-- doxytag: member="cgsitrf.c::cgsitrf" ref="16b6ae6c8a2812e62ace44629f313bc6" args="(superlu_options_t *options, SuperMatrix *A, int relax, int panel_size, int *etree, void *work, int lwork, int *perm_c, int *perm_r, SuperMatrix *L, SuperMatrix *U, SuperLUStat_t *stat, int *info)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void cgsitrf </td> <td>(</td> <td class="paramtype"><a class="el" href="structsuperlu__options__t.html">superlu_options_t</a> *&nbsp;</td> <td class="paramname"> <em>options</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structSuperMatrix.html">SuperMatrix</a> *&nbsp;</td> <td class="paramname"> <em>A</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>relax</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>panel_size</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int *&nbsp;</td> <td class="paramname"> <em>etree</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void *&nbsp;</td> <td class="paramname"> <em>work</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>lwork</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int *&nbsp;</td> <td class="paramname"> <em>perm_c</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int *&nbsp;</td> <td class="paramname"> <em>perm_r</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structSuperMatrix.html">SuperMatrix</a> *&nbsp;</td> <td class="paramname"> <em>L</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structSuperMatrix.html">SuperMatrix</a> *&nbsp;</td> <td class="paramname"> <em>U</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structSuperLUStat__t.html">SuperLUStat_t</a> *&nbsp;</td> <td class="paramname"> <em>stat</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int *&nbsp;</td> <td class="paramname"> <em>info</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <pre> Purpose =======</pre><p> <pre> CGSITRF computes an ILU factorization of a general sparse m-by-n matrix A using partial pivoting with row interchanges. The factorization has the form Pr * A = L * U where Pr is a row permutation matrix, L is lower triangular with unit diagonal elements (lower trapezoidal if A-&gt;nrow &gt; A-&gt;ncol), and U is upper triangular (upper trapezoidal if A-&gt;nrow &lt; A-&gt;ncol).</pre><p> <pre> See <a class="el" href="supermatrix_8h.html" title="Defines matrix types.">supermatrix.h</a> for the definition of 'SuperMatrix' structure.</pre><p> <pre> Arguments =========</pre><p> <pre> options (input) superlu_options_t* The structure defines the input parameters to control how the ILU decomposition will be performed.</pre><p> <pre> A (input) SuperMatrix* Original matrix A, permuted by columns, of dimension (A-&gt;nrow, A-&gt;ncol). The type of A can be: Stype = SLU_NCP; Dtype = SLU_C; Mtype = SLU_GE.</pre><p> <pre> relax (input) int To control degree of relaxing supernodes. If the number of nodes (columns) in a subtree of the elimination tree is less than relax, this subtree is considered as one supernode, regardless of the row structures of those columns.</pre><p> <pre> panel_size (input) int A panel consists of at most panel_size consecutive columns.</pre><p> <pre> etree (input) int*, dimension (A-&gt;ncol) Elimination tree of A'*A. Note: etree is a vector of parent pointers for a forest whose vertices are the integers 0 to A-&gt;ncol-1; etree[root]==A-&gt;ncol. On input, the columns of A should be permuted so that the etree is in a certain postorder.</pre><p> <pre> work (input/output) void*, size (lwork) (in bytes) User-supplied work space and space for the output data structures. Not referenced if lwork = 0;</pre><p> <pre> lwork (input) int Specifies the size of work array in bytes. = 0: allocate space internally by system malloc; &gt; 0: use user-supplied work array of length lwork in bytes, returns error if space runs out. = -1: the routine guesses the amount of space needed without performing the factorization, and returns it in *info; no other side effects.</pre><p> <pre> perm_c (input) int*, dimension (A-&gt;ncol) Column permutation vector, which defines the permutation matrix Pc; perm_c[i] = j means column i of A is in position j in A*Pc. When searching for diagonal, perm_c[*] is applied to the row subscripts of A, so that diagonal threshold pivoting can find the diagonal of A, rather than that of A*Pc.</pre><p> <pre> perm_r (input/output) int*, dimension (A-&gt;nrow) Row permutation vector which defines the permutation matrix Pr, perm_r[i] = j means row i of A is in position j in Pr*A. If options-&gt;Fact = SamePattern_SameRowPerm, the pivoting routine will try to use the input perm_r, unless a certain threshold criterion is violated. In that case, perm_r is overwritten by a new permutation determined by partial pivoting or diagonal threshold pivoting. Otherwise, perm_r is output argument;</pre><p> <pre> L (output) SuperMatrix* The factor L from the factorization Pr*A=L*U; use compressed row subscripts storage for supernodes, i.e., L has type: Stype = SLU_SC, Dtype = SLU_C, Mtype = SLU_TRLU.</pre><p> <pre> U (output) SuperMatrix* The factor U from the factorization Pr*A*Pc=L*U. Use column-wise storage scheme, i.e., U has types: Stype = SLU_NC, Dtype = SLU_C, Mtype = SLU_TRU.</pre><p> <pre> stat (output) SuperLUStat_t* Record the statistics on runtime and floating-point operation count. See <a class="el" href="slu__util_8h.html" title="Utility header file.">slu_util.h</a> for the definition of 'SuperLUStat_t'.</pre><p> <pre> info (output) int* = 0: successful exit &lt; 0: if info = -i, the i-th argument had an illegal value &gt; 0: if info = i, and i is &lt;= A-&gt;ncol: number of zero pivots. They are replaced by small entries according to options-&gt;ILU_FillTol. &gt; A-&gt;ncol: number of bytes allocated when memory allocation failure occurred, plus A-&gt;ncol. If lwork = -1, it is the estimated amount of space needed, plus A-&gt;ncol.</pre><p> <pre> ======================================================================</pre><p> <pre> Local Working Arrays: ====================== m = number of rows in the matrix n = number of columns in the matrix</pre><p> <pre> marker[0:3*m-1]: marker[i] = j means that node i has been reached when working on column j. Storage: relative to original row subscripts NOTE: There are 4 of them: marker/marker1 are used for panel dfs, see (ilu_)<a class="el" href="dpanel__dfs_8c.html" title="Peforms a symbolic factorization on a panel of symbols.">dpanel_dfs.c</a>; marker2 is used for inner-factorization, see (ilu)_dcolumn_dfs.c; marker_relax(has its own space) is used for relaxed supernodes.</pre><p> <pre> parent[0:m-1]: parent vector used during dfs Storage: relative to new row subscripts</pre><p> <pre> xplore[0:m-1]: xplore[i] gives the location of the next (dfs) unexplored neighbor of i in lsub[*]</pre><p> <pre> segrep[0:nseg-1]: contains the list of supernodal representatives in topological order of the dfs. A supernode representative is the last column of a supernode. The maximum size of segrep[] is n.</pre><p> <pre> repfnz[0:W*m-1]: for a nonzero segment U[*,j] that ends at a supernodal representative r, repfnz[r] is the location of the first nonzero in this segment. It is also used during the dfs: repfnz[r]&gt;0 indicates the supernode r has been explored. NOTE: There are W of them, each used for one column of a panel.</pre><p> <pre> panel_lsub[0:W*m-1]: temporary for the nonzeros row indices below the panel diagonal. These are filled in during <a class="el" href="dpanel__dfs_8c.html#2a809488b87d2c1a9b2a574b726e8517">dpanel_dfs()</a>, and are used later in the inner LU factorization within the panel. panel_lsub[]/dense[] pair forms the SPA data structure. NOTE: There are W of them.</pre><p> <pre> dense[0:W*m-1]: sparse accumulating (SPA) vector for intermediate values; NOTE: there are W of them.</pre><p> <pre> tempv[0:*]: real temporary used for dense numeric kernels; The size of this array is defined by <a class="el" href="slu__util_8h.html#06193b28f40a4779ae7737711642eb45">NUM_TEMPV()</a> in <a class="el" href="slu__util_8h.html" title="Utility header file.">slu_util.h</a>. It is also used by the dropping routine <a class="el" href="ilu__ddrop__row_8c.html#380317801e05b11930fd1e094db34179">ilu_ddrop_row()</a>. </pre> </div> </div><p> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Thu Aug 25 13:43:49 2011 for SuperLU by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> </body> </html>
includes/payment/paypal420/docs/apidoc/PayPal/CreditCardDetailsType.html
uzaytek/orion
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class CreditCardDetailsType</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class CreditCardDetailsType</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">CreditCardDetailsType</p> <p class="description"><p>CreditCardDetailsType Information about a Credit Card.</p></p> <p class="notes"> Located in <a class="field" href="_PayPal_Type_CreditCardDetailsType_php.html">/PayPal/Type/CreditCardDetailsType.php</a> (line <span class="field">18</span>) </p> <pre><a href="../PayPal/XSDType.html">XSDType</a> | --CreditCardDetailsType</pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$CardOwner" title="details" class="var-name">$CardOwner</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$CreditCardNumber" title="details" class="var-name">$CreditCardNumber</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$CreditCardType" title="details" class="var-name">$CreditCardType</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$CVV2" title="details" class="var-name">$CVV2</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$ExpMonth" title="details" class="var-name">$ExpMonth</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$ExpYear" title="details" class="var-name">$ExpYear</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">CreditCardDetailsType</span> <a href="#CreditCardDetailsType" title="details" class="method-name">CreditCardDetailsType</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getCardOwner" title="details" class="method-name">getCardOwner</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getCreditCardNumber" title="details" class="method-name">getCreditCardNumber</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getCreditCardType" title="details" class="method-name">getCreditCardType</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getCVV2" title="details" class="method-name">getCVV2</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getExpMonth" title="details" class="method-name">getExpMonth</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getExpYear" title="details" class="method-name">getExpYear</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setCardOwner" title="details" class="method-name">setCardOwner</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CardOwner</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setCreditCardNumber" title="details" class="method-name">setCreditCardNumber</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CreditCardNumber</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setCreditCardType" title="details" class="method-name">setCreditCardType</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CreditCardType</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setCVV2" title="details" class="method-name">setCVV2</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CVV2</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setExpMonth" title="details" class="method-name">setExpMonth</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$ExpMonth</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setExpYear" title="details" class="method-name">setExpYear</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$ExpYear</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$CardOwner" id="$CardOwner"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$CardOwner</span> (line <span class="line-number">28</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <a name="var$CreditCardNumber" id="$CreditCardNumber"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$CreditCardNumber</span> (line <span class="line-number">22</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <a name="var$CreditCardType" id="$CreditCardType"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$CreditCardType</span> (line <span class="line-number">20</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <a name="var$CVV2" id="$CVV2"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$CVV2</span> (line <span class="line-number">30</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <a name="var$ExpMonth" id="$ExpMonth"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$ExpMonth</span> (line <span class="line-number">24</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <a name="var$ExpYear" id="$ExpYear"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$ExpYear</span> (line <span class="line-number">26</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> </div> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../PayPal/XSDType.html">XSDType</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_attributes">XSDType::$_attributes</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_attributeValues">XSDType::$_attributeValues</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_elements">XSDType::$_elements</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_namespace">XSDType::$_namespace</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodCreditCardDetailsType" id="CreditCardDetailsType"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">Constructor CreditCardDetailsType</span> (line <span class="line-number">32</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">CreditCardDetailsType</span> <span class="method-name"> CreditCardDetailsType </span> () </div> </div> <a name="methodgetCardOwner" id="getCardOwner"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getCardOwner</span> (line <span class="line-number">113</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getCardOwner </span> () </div> </div> <a name="methodgetCreditCardNumber" id="getCreditCardNumber"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getCreditCardNumber</span> (line <span class="line-number">86</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getCreditCardNumber </span> () </div> </div> <a name="methodgetCreditCardType" id="getCreditCardType"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getCreditCardType</span> (line <span class="line-number">77</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getCreditCardType </span> () </div> </div> <a name="methodgetCVV2" id="getCVV2"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getCVV2</span> (line <span class="line-number">122</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getCVV2 </span> () </div> </div> <a name="methodgetExpMonth" id="getExpMonth"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getExpMonth</span> (line <span class="line-number">95</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getExpMonth </span> () </div> </div> <a name="methodgetExpYear" id="getExpYear"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getExpYear</span> (line <span class="line-number">104</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getExpYear </span> () </div> </div> <a name="methodsetCardOwner" id="setCardOwner"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setCardOwner</span> (line <span class="line-number">117</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setCardOwner </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CardOwner</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetCreditCardNumber" id="setCreditCardNumber"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setCreditCardNumber</span> (line <span class="line-number">90</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setCreditCardNumber </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CreditCardNumber</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetCreditCardType" id="setCreditCardType"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setCreditCardType</span> (line <span class="line-number">81</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setCreditCardType </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CreditCardType</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetCVV2" id="setCVV2"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setCVV2</span> (line <span class="line-number">126</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setCVV2 </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$CVV2</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetExpMonth" id="setExpMonth"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setExpMonth</span> (line <span class="line-number">99</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setExpMonth </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$ExpMonth</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetExpYear" id="setExpYear"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setExpYear</span> (line <span class="line-number">108</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setExpYear </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$ExpYear</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../PayPal/XSDType.html">XSDType</a></span></p> <blockquote> <span class="method-name"><a href="../PayPal/XSDType.html#methodXSDType">XSDType::XSDType()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodgetattr">XSDType::getattr()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodgetSoapValue">XSDType::getSoapValue()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodsetattr">XSDType::setattr()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#method__set_attribute">XSDType::__set_attribute()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 11 May 2006 22:39:10 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> </html>
sites/all/libraries/yui/api/files/dom_js_dom-size.js.html
dkist/t-h-inker
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>dom&#x2F;js&#x2F;dom-size.js - YUI 3</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.5.0pr4&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.5.0pr4&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.5.0</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataType.Date.html">DataType.Date</a></li> <li><a href="..&#x2F;classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li> <li><a href="..&#x2F;classes/DataType.Number.html">DataType.Number</a></li> <li><a href="..&#x2F;classes/DataType.XML.html">DataType.XML</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Plugin.DDWindowScroll.html">DD.Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupCircle.html">GroupCircle</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/json.html">json</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.html">Test</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.CoverageFormat.html">Test.CoverageFormat.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.Mock.html">Test.Mock.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: dom&#x2F;js&#x2F;dom-size.js</h1> <div class="file"> <pre class="code prettyprint linenums"> Y.mix(Y.DOM, { &#x2F;** * Sets the width of the element to the given size, regardless * of box model, border, padding, etc. * @method setWidth * @param {HTMLElement} element The DOM element. * @param {String|Number} size The pixel height to size to *&#x2F; setWidth: function(node, size) { Y.DOM._setSize(node, &#x27;width&#x27;, size); }, &#x2F;** * Sets the height of the element to the given size, regardless * of box model, border, padding, etc. * @method setHeight * @param {HTMLElement} element The DOM element. * @param {String|Number} size The pixel height to size to *&#x2F; setHeight: function(node, size) { Y.DOM._setSize(node, &#x27;height&#x27;, size); }, _setSize: function(node, prop, val) { val = (val &gt; 0) ? val : 0; var size = 0; node.style[prop] = val + &#x27;px&#x27;; size = (prop === &#x27;height&#x27;) ? node.offsetHeight : node.offsetWidth; if (size &gt; val) { val = val - (size - val); if (val &lt; 0) { val = 0; } node.style[prop] = val + &#x27;px&#x27;; } } }); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
source_data/2005/stats/Cincinnati.html
vrivellino/cfs
<!DOCTYPE html> <html itemscope itemtype="http://schema.org/website" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en"> <head> <title>2005 Cincinnati Bearcats Statistics | College Football at Sports-Reference.com</title> <script type="text/javascript">var sr_gzipEnabled = false;</script> <script type="text/javascript" src="http://d2ft4b0ve1aur1.cloudfront.net/js-237/sr.gzipcheck.js.jgz"></script> <noscript> <link type="text/css" rel="stylesheet" href="http://d2ft4b0ve1aur1.cloudfront.net/css-237/sr-cfb-min.css"> </noscript> <script type="text/javascript"> (function () { var sr_css_file = 'http://d2ft4b0ve1aur1.cloudfront.net/css-237/sr-cfb-min.css'; if (sr_gzipEnabled) { sr_css_file = 'http://d2ft4b0ve1aur1.cloudfront.net/css-237/sr-cfb-min-gz.css'; } var head = document.getElementsByTagName("head")[0]; if (head) { var scriptStyles = document.createElement("link"); scriptStyles.rel = "stylesheet"; scriptStyles.type = "text/css"; scriptStyles.href = sr_css_file; head.appendChild(scriptStyles); //alert('adding css to header:'+sr_css_file); } }()); </script> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content="college, ncaa, football, stats, statistics, history, Cincinnati Bearcats, 2005, stats"> <meta property="fb:admins" content="34208645" /> <meta property="fb:page_id" content="185855008121268" /> <meta property="og:site_name" content="College Football at Sports-Football-Reference.com"> <meta property="og:image" content="http://d2ft4b0ve1aur1.cloudfront.net/images-237/SR-College-Football.png"> <meta itemprop="image" content="http://d2ft4b0ve1aur1.cloudfront.net/images-237/SR-College-Football.png"> <meta property="og:description" content="Statistics, Game Logs, Splits, and much more"> <meta property="og:title" content="2005 Cincinnati Bearcats"> <meta property="og:url" content="http://www.sports-reference.com/cfb/schools/cincinnati/2005.html"> <meta property="og:type" content="team"> <link rel="canonical" href="http://www.sports-reference.com/cfb/schools/cincinnati/2005.html"/> <meta itemprop="name" content="2005 Cincinnati Bearcats"> <meta itemprop="description" content="Statistics, Game Logs, Splits, and much more"> <div></div><!-- to prevent hangs on some browsers --> <link rel="icon" type="image/vnd.microsoft.icon" href="http://d2ft4b0ve1aur1.cloudfront.net/images-237/favicon-cfb.ico"> <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://d2ft4b0ve1aur1.cloudfront.net/images-237/favicon-cfb.ico"> <link rel="search" type="application/opensearchdescription+xml" href="http://d2ft4b0ve1aur1.cloudfront.net/os-237/opensearch-cfb.xml" title="CFB-Ref Search"> <!--[if lte IE 6]> <style type="text/css"> .hovermenu,.hovermenu_ajax,.sub_index,#quick_index {display:none!important} </style> <![endif]--> </head> <body> <div id="page_container"> <div id="top_nav"> <div id="site_header"> <div id="sr_header"> <div class="float_right"> <a href="http://www.sports-reference.com">S-R</a>: <a href="http://www.baseball-reference.com">MLB</a> | <a href="http://www.basketball-reference.com/">NBA</a> &#183; <a href="http://www.sports-reference.com/cbb/">CBB</a> | <a href="http://www.pro-football-reference.com">NFL</a> &#183; <span class="bold_text">CFB</span> | <a href="http://www.hockey-reference.com">NHL</a> | <a href="http://www.sports-reference.com/olympics/">Oly</a> | <a href="http://www.sports-reference.com/blog/">Blog</a> </div> <div class="clear_both clearfix float_right margin_left padding_top_half"> <a class="sprite-twitter" title="Follow us on Twitter" href="http://twitter.com/sports_ref"></a>&nbsp;<a class="sprite-facebook" title="Become a Fan on Facebook" href="http://www.facebook.com/SR.CollegeFootball"></a> </div> <div class="float_right"> <form method="get" id="f" name="f" action="/cfb/search.cgi"> <input x-webkit-speech type="search" placeholder="" id="search" name="search" class="search long"> <input type="submit" value="Search" class="submit"> </form> </div> </div> <div class="float_left padding_bottom_half"> <a href="/cfb/"><img src="http://d2ft4b0ve1aur1.cloudfront.net/images-237/SR-College-Football.png" width="464" height="49" class="border0" alt="College Football Statistics & History | College Football at Sports-Reference.com"></a> </div> </div> <div id="quick_index_container"> <div id="quick_index"> <ul class="hovermenu_ajax navbar"> <li class=""><a href="/cfb/play-index/">play index</a><ul class="li_margin" id="header_playindex"></ul></li> <li class=""><a href="/cfb/boxscores/">box scores</a><ul class="li_margin" id="header_boxscores"></ul></li> <li class=""><a href="/cfb/players/">players</a><ul class="li_margin" id="header_players"></ul></li> <li class="active"><a href="/cfb/schools/">schools</a><ul class="li_margin" id="header_schools"></ul></li> <li class=""><a href="/cfb/years/">seasons</a><ul class="li_margin" id="header_years"></ul></li> <li class=""><a href="/cfb/conferences/">conferences</a><ul class="li_margin" id="header_conferences"></ul></li> <li class=""><a href="/cfb/coaches/">coaches</a><ul class="li_margin" id="header_coaches"></ul></li> <li class=""><a href="/cfb/leaders/">leaders</a><ul class="li_margin" id="header_leaders"></ul></li> <li class=""><a href="/cfb/awards/">awards</a><ul class="li_margin" id="header_awards"></ul></li> <li class=""><a href="/cfb/bowls/">bowls</a><ul class="li_margin" id="header_bowls"></ul></li> <li class=""><a href="">more [+]</a> <ul class="li_margin" id="header_more_links"> <li> <a class="bold_text" href="/cfb/about/">About</a>: <a href="/cfb/about/what-is-major.html">What is Major?</a>, <a href="/cfb/about/glossary.html#srs">Simple Rating System</a>, <a href="/cfb/about/glossary.html">Glossary</a>, <a href="/cfb/about/sources.html">Sources</a>, <a href="/cfb/about/contact.html">Contacts</a>, <a href="/cfb/about/philosophy.html">Philosophy</a> </li> <li><a class="bold_text" href="http://www.sports-reference.com/blog/category/cfb-at-sports-reference/">Blog</a>: News and notes about CFB at Sports-Reference.com</li> <li> <a class="bold_text" href="/cfb/friv/">Frivolities</a>: <a href="/cfb/friv/elo.cgi">Elo School Rater</a> </li> </ul> </li> </ul> </div> </div> <div id="you_are_here"> <p><strong>You Are Here</strong>&nbsp;&gt;&nbsp;<a href="/cfb/">SR/CFB</a>&nbsp;&gt;&nbsp;<a href="/cfb/schools/">Schools</a>&nbsp;&gt;&nbsp;<a href="/cfb/schools/cincinnati/">Cincinnati Bearcats</a>&nbsp;&gt;&nbsp;<strong>2005</strong></p> </div> <style> .site_news { color:#fff!important; background-color:#747678; border-top:1px solid #000; border-bottom: 1px solid #000; clear:both; font-size:.875em; width:100%; } .site_news p { margin:0; padding:.35em .7em; } .site_news a { color:#fff; } </style> <div class="site_news"><p><span class="bold_text">News:</span> <span class="poptip" tip="Just a friendly reminder to check out our Olympics site, which is being updated daily throughout the London games.">s-r blog:<a onClick="try { pageTracker._trackEvent('blog','click','area-yah'); } catch (err) {};" href="http://www.sports-reference.com/blog/2012/07/olympics-at-sports-reference/">Olympics at Sports-Reference</a> <span class="small_text"></span></span></p></div> </div> <div id="info_box"> <div class="advert300x250"> <script type="text/deferscript"> var _ad_d = Math.floor(Math.random()*9999999999+1); document.write('<scr' + 'ipt src=http://ad.doubleclick.net/adj/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=3;sz=300x250;ord=' + _ad_d + '?></scr' + 'ipt>'); </script> <noscript> <a href="http://ad.doubleclick.net/jump/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=3;sz=300x250;ord=?" ><img alt="" SRC="http://ad.doubleclick.net/ad/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=3;sz=300x250;ord=?" border="0" width="300" height="250" ></a> </noscript> </div> <h1>2005 Cincinnati Bearcats Statistics</h1> <div class="social_media"> <div class="float_left"><span id="fb-root"></span><fb:like width="200" show_faces="0" height="35" ref="team_like"></fb:like></div> <div class="float_left"><div class="g-plusone" data-size="medium" data-annotation="inline" data-width="150"></div></div> </div> <p><a href="/cfb/schools/cincinnati/">School Index:</a>&nbsp;<a href="/cfb/schools/cincinnati/2004.html">Previous Year</a>&nbsp;&#9642;&nbsp;<a href="/cfb/schools/cincinnati/2006.html">Next Year</a></p> <form class="sr_standard inline" name="pages" action=""> <strong>Navigation:</strong> <select name="cfb_pages" onchange="sr_goto_page('cfb_pages','',this.form);"> <option value="" disabled >Select Page <option value="/cfb/schools/cincinnati/2005.html" selected>Statistics <option value="/cfb/schools/cincinnati/2005-schedule.html">Schedule and Results <option value="/cfb/schools/cincinnati/2005-roster.html">Roster <option value="/cfb/schools/cincinnati/2005/gamelog/">Game Log <option value="/cfb/schools/cincinnati/2005/splits/">Splits </select> </form> <p class="margin_top"><strong>Conference:</strong> <a href="/cfb/conferences/big-east/2005.html">Big East</a> <br><strong>Record:</strong> 4-7, .364 W-L% (85th of 119) (<a href="/cfb/schools/cincinnati/2005-schedule.html">Schedule and Results</a>) <br><strong>Coach:</strong> <a href="/cfb/coaches/mark-dantonio-1.html">Mark Dantonio</a> (4-7) <p><strong>PTS/G:</strong> 17.5 (106th of 119)&nbsp;&#9642;&nbsp;<strong>Opp PTS/G:</strong> 31.4 (98th of 119) <br><strong><a href="/cfb/about/glossary.html#srs" onmouseover="Tip('Simple Rating System; a rating that takes into account average point differential and strength of schedule. The rating is denominated in points above/below average, where zero is average.')">SRS</a>:</strong> -9.20 (98th of 119)&nbsp;&#9642;&nbsp;<strong><a href="/cfb/about/glossary.html#sos" onmouseover="Tip('Strength of Schedule; a rating of strength of schedule. The rating is denominated in points above/below average, where zero is average.')">SOS</a>:</strong> 1.97 (57th of 119) </div> <div class="advert728x90"> <script type="text/deferscript"> var _ad_c = Math.floor(Math.random()*9999999999+1); document.write('<scr' + 'ipt src=http://ad.doubleclick.net/adj/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=1;dcopt=ist;sz=728x90;ord=' + _ad_c + '?></scr' + 'ipt>'); </script> <noscript> <a href="http://ad.doubleclick.net/jump/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=1;sz=728x90;ord='+_ad_c+'?" ><img src="http://ad.doubleclick.net/ad/collegefootballreference.fsv/ros;sect=ros;fantasy=no;game=no;tile=1;sz=728x90;ord='+_ad_c+'?" border="0" height="90" width="728"></a> </noscript> </div><div class="clear_both margin0 padding0"></div> <div id="page_content"> <div class="table_heading"> <h2 style="">Team Statistics</h2> <div class="table_heading_text">Most values are per game averages</div> </div> <div class="table_container" id="div_team"> <table class=" show_controls stats_table" id="team"> <colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th></th> <th></th> <th align="center" colspan=5 class="bold_text over_header" >Passing</th> <th align="center" colspan=4 class="bold_text over_header" >Rushing</th> <th align="center" colspan=3 class="bold_text over_header" >Total Offense</th> <th align="center" colspan=4 class="bold_text over_header" >First Downs</th> <th align="center" colspan=2 class="bold_text over_header" >Penalties</th> <th align="center" colspan=3 class="bold_text over_header" >Turnovers</th> </tr> <tr class=""> <th align="left" class=" sort_default_asc" >Split</th> <th align="right" class="" tip="Games">G</th> <th align="right" class="" tip="Pass Completions">Cmp</th> <th align="right" class="" tip="Pass Attempts">Att</th> <th align="right" class="" tip="Pass Completion Percentage">Pct</th> <th align="right" class="" tip="Passing Yards">Yds</th> <th align="right" class="" tip="Passing Touchdowns">TD</th> <th align="right" class="" tip="Rush Attempts">Att</th> <th align="right" class="" tip="Rushing Yards">Yds</th> <th align="right" class="" tip="Rushing Yards Per Attempt">Avg</th> <th align="right" class="" tip="Rushing Touchdowns">TD</th> <th align="right" class="" tip="Plays (Pass Attempts plus Rush Attempts)">Plays</th> <th align="right" class="" tip="Total Yards (Passing Yards plus Rushing Yards)">Yds</th> <th align="right" class="" tip="Total Yards Per Play">Avg</th> <th align="right" class="" tip="First Downs by Pass">Pass</th> <th align="right" class="" tip="First Downs by Rush">Rush</th> <th align="right" class="" tip="First Downs by Penalty">Pen</th> <th align="right" class="" tip="First Downs">Tot</th> <th align="right" class="" tip="Penalties">No.</th> <th align="right" class="" tip="Penalty Yards">Yds</th> <th align="right" class="" tip="Fumbles Lost">Fum</th> <th align="right" class="" tip="Passing Interceptions">Int</th> <th align="right" class="" tip="Turnovers">Tot</th> </tr> </thead> <tbody> <tr class=""> <td align="left" >Offense</td> <td align="right" >11</td> <td align="right" >17.9</td> <td align="right" >31.6</td> <td align="right" >56.6</td> <td align="right" >199.9</td> <td align="right" >1.4</td> <td align="right" >38.7</td> <td align="right" >124.5</td> <td align="right" >3.2</td> <td align="right" >0.9</td> <td align="right" >70.4</td> <td align="right" >324.5</td> <td align="right" >4.6</td> <td align="right" >9.4</td> <td align="right" >8.6</td> <td align="right" >2.0</td> <td align="right" >20.0</td> <td align="right" >6.2</td> <td align="right" >52.4</td> <td align="right" >1.1</td> <td align="right" >1.2</td> <td align="right" >2.3</td> </tr> <tr class=""> <td align="left" >Defense</td> <td align="right" >11</td> <td align="right" >16.7</td> <td align="right" >29.1</td> <td align="right" >57.5</td> <td align="right" >221.3</td> <td align="right" >1.3</td> <td align="right" >41.3</td> <td align="right" >180.4</td> <td align="right" >4.4</td> <td align="right" >2.5</td> <td align="right" >70.4</td> <td align="right" >401.6</td> <td align="right" >5.7</td> <td align="right" >10.1</td> <td align="right" >9.1</td> <td align="right" >1.6</td> <td align="right" >20.8</td> <td align="right" >7.4</td> <td align="right" >62.3</td> <td align="right" >1.0</td> <td align="right" >0.6</td> <td align="right" >1.6</td> </tr> <tr class=""> <td align="left" >Difference</td> <td align="right" ></td> <td align="right" >+1.2</td> <td align="right" >+2.5</td> <td align="right" >-0.9</td> <td align="right" >-21.4</td> <td align="right" >+0.1</td> <td align="right" >-2.6</td> <td align="right" >-55.9</td> <td align="right" >-1.2</td> <td align="right" >-1.6</td> <td align="right" >0.0</td> <td align="right" >-77.1</td> <td align="right" >-1.1</td> <td align="right" >-0.7</td> <td align="right" >-0.5</td> <td align="right" >+0.4</td> <td align="right" >-0.8</td> <td align="right" >-1.2</td> <td align="right" >-9.9</td> <td align="right" >+0.1</td> <td align="right" >+0.6</td> <td align="right" >+0.7</td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Passing</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_passing"> <table class="sortable stats_table" id="passing"> <colgroup><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=9 class="bold_text over_header" >Passing</th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Pass Completions">Cmp</th> <th align="right" class="tooltip" tip="Pass Attempts">Att</th> <th align="right" class="tooltip" tip="Pass Completion Percentage">Pct</th> <th align="right" class="tooltip" tip="Passing Yards">Yds</th> <th align="right" class="tooltip" tip="Passing Yards Per Attempt">Y/A</th> <th align="right" class="tooltip" tip="Adjusted Passing Yards Per Attempt; the formula is (Yds + 20 * TD - 45 * Int) / Att">AY/A</th> <th align="right" class="tooltip" tip="Passing Touchdowns">TD</th> <th align="right" class="tooltip" tip="Passing Interceptions">Int</th> <th align="right" class="tooltip" tip="Passing Efficiency Rating; the formula is (8.4 * Yds + 330 * TD - 200 * Int + 100 * Cmp) / Att">Rate</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Grutza,Dustin"><a href="/cfb/players/dustin-grutza-1.html">Dustin Grutza</a></td> <td align="right" >168</td> <td align="right" >300</td> <td align="right" >56.0</td> <td align="right" >1799</td> <td align="right" >6.0</td> <td align="right" >5.1</td> <td align="right" >11</td> <td align="right" >11</td> <td align="right" >111.1</td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Davila,Nick"><a href="/cfb/players/nick-davila-1.html">Nick Davila</a></td> <td align="right" >26</td> <td align="right" >45</td> <td align="right" >57.8</td> <td align="right" >344</td> <td align="right" >7.6</td> <td align="right" >7.4</td> <td align="right" >4</td> <td align="right" >2</td> <td align="right" >142.4</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Goodman,Dominick"><a href="/cfb/players/dominick-goodman-1.html">Dominick Goodman</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >100.0</td> <td align="right" >32</td> <td align="right" >32.0</td> <td align="right" >32.0</td> <td align="right" >0</td> <td align="right" >0</td> <td align="right" >368.8</td> </tr> <tr class=""> <td align="right" csk="4">4</td> <td align="left" csk="Jackson,Earnest"><a href="/cfb/players/earnest-jackson-1.html">Earnest Jackson</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >100.0</td> <td align="right" >15</td> <td align="right" >15.0</td> <td align="right" >15.0</td> <td align="right" >0</td> <td align="right" >0</td> <td align="right" >226.0</td> </tr> <tr class=""> <td align="right" csk="5">5</td> <td align="left" csk="Ervin,Chet"><a href="/cfb/players/chet-ervin-1.html">Chet Ervin</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >100.0</td> <td align="right" >9</td> <td align="right" >9.0</td> <td align="right" >9.0</td> <td align="right" >0</td> <td align="right" >0</td> <td align="right" >175.6</td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Rushing &amp; Receiving</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_rushing_and_receiving"> <table class="sortable stats_table" id="rushing_and_receiving"> <colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=4 class="bold_text over_header" >Rushing</th> <th align="center" colspan=4 class="bold_text over_header" >Receiving</th> <th align="center" colspan=4 class="bold_text over_header" >Scrimmage</th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Rush Attempts">Att</th> <th align="right" class="tooltip" tip="Rushing Yards">Yds</th> <th align="right" class="tooltip" tip="Rushing Yards Per Attempt">Avg</th> <th align="right" class="tooltip" tip="Rushing Touchdowns">TD</th> <th align="right" class="tooltip" tip="Receptions">Rec</th> <th align="right" class="tooltip" tip="Receiving Yards">Yds</th> <th align="right" class="tooltip" tip="Receiving Yards Per Reception">Avg</th> <th align="right" class="tooltip" tip="Receiving Touchdowns">TD</th> <th align="right" class="tooltip" tip="Plays From Scrimmage (Rush Attempts plus Receptions)">Plays</th> <th align="right" class="tooltip" tip="Yards From Scrimmage (Rushing Yards plus Receiving Yards)">Yds</th> <th align="right" class="tooltip" tip="Yards From Scrimmage Per Play">Avg</th> <th align="right" class="tooltip" tip="Touchdowns From Scrimmage (Rushing Touchdowns plus Receiving Touchdowns)">TD</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Glatthaar,Bradley"><a href="/cfb/players/bradley-glatthaar-1.html">Bradley Glatthaar</a></td> <td align="right" >139</td> <td align="right" >620</td> <td align="right" >4.5</td> <td align="right" >7</td> <td align="right" >11</td> <td align="right" >77</td> <td align="right" >7.0</td> <td align="right" >0</td> <td align="right" >150</td> <td align="right" >697</td> <td align="right" >4.6</td> <td align="right" >7</td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Grutza,Dustin"><a href="/cfb/players/dustin-grutza-1.html">Dustin Grutza</a></td> <td align="right" >106</td> <td align="right" >28</td> <td align="right" >0.3</td> <td align="right" >2</td> <td align="right" >1</td> <td align="right" >15</td> <td align="right" >15.0</td> <td align="right" >0</td> <td align="right" >107</td> <td align="right" >43</td> <td align="right" >0.4</td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Benton,Butler"><a href="/cfb/players/butler-benton-1.html">Butler Benton</a></td> <td align="right" >71</td> <td align="right" >287</td> <td align="right" >4.0</td> <td align="right" >1</td> <td align="right" >7</td> <td align="right" >76</td> <td align="right" >10.9</td> <td align="right" >1</td> <td align="right" >78</td> <td align="right" >363</td> <td align="right" >4.7</td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="4">4</td> <td align="left" csk="Moore,Greg"><a href="/cfb/players/greg-moore-1.html">Greg Moore</a></td> <td align="right" >62</td> <td align="right" >297</td> <td align="right" >4.8</td> <td align="right" >0</td> <td align="right" >4</td> <td align="right" >94</td> <td align="right" >23.5</td> <td align="right" >1</td> <td align="right" >66</td> <td align="right" >391</td> <td align="right" >5.9</td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="5">5</td> <td align="left" csk="Daniels,Mike"><a href="/cfb/players/mike-daniels-1.html">Mike Daniels</a></td> <td align="right" >18</td> <td align="right" >83</td> <td align="right" >4.6</td> <td align="right" >0</td> <td align="right" >10</td> <td align="right" >51</td> <td align="right" >5.1</td> <td align="right" >0</td> <td align="right" >28</td> <td align="right" >134</td> <td align="right" >4.8</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="6">6</td> <td align="left" csk="Jones,Doug"><a href="/cfb/players/doug-jones-1.html">Doug Jones</a></td> <td align="right" >8</td> <td align="right" >19</td> <td align="right" >2.4</td> <td align="right" >0</td> <td align="right" >15</td> <td align="right" >107</td> <td align="right" >7.1</td> <td align="right" >0</td> <td align="right" >23</td> <td align="right" >126</td> <td align="right" >5.5</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="7">7</td> <td align="left" csk="Goodman,Dominick"><a href="/cfb/players/dominick-goodman-1.html">Dominick Goodman</a></td> <td align="right" >6</td> <td align="right" >22</td> <td align="right" >3.7</td> <td align="right" >0</td> <td align="right" >12</td> <td align="right" >163</td> <td align="right" >13.6</td> <td align="right" >2</td> <td align="right" >18</td> <td align="right" >185</td> <td align="right" >10.3</td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="8">8</td> <td align="left" csk="Davila,Nick"><a href="/cfb/players/nick-davila-1.html">Nick Davila</a></td> <td align="right" >4</td> <td align="right" >12</td> <td align="right" >3.0</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >4</td> <td align="right" >12</td> <td align="right" >3.0</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="9">9</td> <td align="left" csk="Giddens,Antwuan"><a href="/cfb/players/antwuan-giddens-1.html">Antwuan Giddens</a></td> <td align="right" >2</td> <td align="right" >13</td> <td align="right" >6.5</td> <td align="right" >0</td> <td align="right" >20</td> <td align="right" >154</td> <td align="right" >7.7</td> <td align="right" >1</td> <td align="right" >22</td> <td align="right" >167</td> <td align="right" >7.6</td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="10">10</td> <td align="left" csk="Jackson,Earnest"><a href="/cfb/players/earnest-jackson-1.html">Earnest Jackson</a></td> <td align="right" >2</td> <td align="right" >-2</td> <td align="right" >-1.0</td> <td align="right" >0</td> <td align="right" >27</td> <td align="right" >364</td> <td align="right" >13.5</td> <td align="right" >3</td> <td align="right" >29</td> <td align="right" >362</td> <td align="right" >12.5</td> <td align="right" >3</td> </tr> <tr class=""> <td align="right" csk="11">11</td> <td align="left" csk="Ross,Derick"><a href="/cfb/players/derick-ross-1.html">Derick Ross</a></td> <td align="right" >1</td> <td align="right" >8</td> <td align="right" >8.0</td> <td align="right" >0</td> <td align="right" >33</td> <td align="right" >338</td> <td align="right" >10.2</td> <td align="right" >1</td> <td align="right" >34</td> <td align="right" >346</td> <td align="right" >10.2</td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="12">12</td> <td align="left" csk="Smith,Corey"><a href="/cfb/players/corey-smith-1.html">Corey Smith</a></td> <td align="right" >1</td> <td align="right" >-8</td> <td align="right" >-8.0</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" >-8</td> <td align="right" >-8.0</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="13">13</td> <td align="left" csk="Celek,Brent"><a href="/cfb/players/brent-celek-1.html">Brent Celek</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >32</td> <td align="right" >361</td> <td align="right" >11.3</td> <td align="right" >3</td> <td align="right" >32</td> <td align="right" >361</td> <td align="right" >11.3</td> <td align="right" >3</td> </tr> <tr class=""> <td align="right" csk="14">14</td> <td align="left" csk="Poland,Bill"><a href="/cfb/players/bill-poland-1.html">Bill Poland</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >17</td> <td align="right" >255</td> <td align="right" >15.0</td> <td align="right" >2</td> <td align="right" >17</td> <td align="right" >255</td> <td align="right" >15.0</td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="15">15</td> <td align="left" csk="Barwin,Connor"><a href="/cfb/players/connor-barwin-1.html">Connor Barwin</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >8</td> <td align="right" >144</td> <td align="right" >18.0</td> <td align="right" >1</td> <td align="right" >8</td> <td align="right" >144</td> <td align="right" >18.0</td> <td align="right" >1</td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Defense &amp; Fumbles</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_defense_and_fumbles"> <table class="sortable stats_table" id="defense_and_fumbles"> <colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=5 class="bold_text over_header" >Tackles</th> <th align="center" colspan=5 class="bold_text over_header" >Def Int</th> <th align="center" colspan=4 class="bold_text over_header" >Fumbles</th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Solo Tackles">Solo</th> <th align="right" class="tooltip" tip="Assisted Tackles">Ast</th> <th align="right" class="tooltip" tip="Total Tackles">Tot</th> <th align="right" class="tooltip" tip="Tackles for Loss">Loss</th> <th align="right" class="tooltip" tip="Sacks">Sk</th> <th align="right" class="tooltip" tip="Interceptions">Int</th> <th align="right" class="tooltip" tip="Interception Return Yards">Yds</th> <th align="right" class="tooltip" tip="Interception Return Yards Per Interception">Avg</th> <th align="right" class="tooltip" tip="Interception Return Touchdowns">TD</th> <th align="right" class="tooltip" tip="Passes Defended">PD</th> <th align="right" class="tooltip" tip="Fumbles Recovered">FR</th> <th align="right" class="tooltip" tip="Fumble Recovery Return Yards">Yds</th> <th align="right" class="tooltip" tip="Fumble Recovery Return Touchdowns">TD</th> <th align="right" class="tooltip" tip="Fumbles Forced">FF</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Nakamura,Haruki"><a href="/cfb/players/haruki-nakamura-1.html">Haruki Nakamura</a></td> <td align="right" >45</td> <td align="right" >31</td> <td align="right" >76</td> <td align="right" >2.5</td> <td align="right" >1.0</td> <td align="right" >2</td> <td align="right" >0</td> <td align="right" >0.0</td> <td align="right" >0</td> <td align="right" >6</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Williams,Anthony"><a href="/cfb/players/anthony-williams-1.html">Anthony Williams</a></td> <td align="right" >41</td> <td align="right" >24</td> <td align="right" >65</td> <td align="right" >4.5</td> <td align="right" >2.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >3</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Smith,Corey"><a href="/cfb/players/corey-smith-1.html">Corey Smith</a></td> <td align="right" >34</td> <td align="right" >29</td> <td align="right" >63</td> <td align="right" >6.5</td> <td align="right" >1.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="4">4</td> <td align="left" csk="McCullough,Kevin"><a href="/cfb/players/kevin-mccullough-1.html">Kevin McCullough</a></td> <td align="right" >34</td> <td align="right" >26</td> <td align="right" >60</td> <td align="right" >10.5</td> <td align="right" >3.5</td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >1.0</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >17</td> <td align="right" >1</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="5">5</td> <td align="left" csk="Ross,Dominic"><a href="/cfb/players/dominic-ross-1.html">Dominic Ross</a></td> <td align="right" >35</td> <td align="right" >24</td> <td align="right" >59</td> <td align="right" >3.5</td> <td align="right" >0.5</td> <td align="right" >2</td> <td align="right" >2</td> <td align="right" >1.0</td> <td align="right" >0</td> <td align="right" >6</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="6">6</td> <td align="left" csk="Mickens,Mike"><a href="/cfb/players/mike-mickens-1.html">Mike Mickens</a></td> <td align="right" >38</td> <td align="right" >13</td> <td align="right" >51</td> <td align="right" >2.5</td> <td align="right" >0.0</td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >0.0</td> <td align="right" >0</td> <td align="right" >15</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="7">7</td> <td align="left" csk="Roberts,Adam"><a href="/cfb/players/adam-roberts-1.html">Adam Roberts</a></td> <td align="right" >30</td> <td align="right" >20</td> <td align="right" >50</td> <td align="right" >13.0</td> <td align="right" >6.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="8">8</td> <td align="left" csk="Horton,Antoine"><a href="/cfb/players/antoine-horton-1.html">Antoine Horton</a></td> <td align="right" >27</td> <td align="right" >10</td> <td align="right" >37</td> <td align="right" >2.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >4</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="9">9</td> <td align="left" csk="Anderson,Trevor"><a href="/cfb/players/trevor-anderson-1.html">Trevor Anderson</a></td> <td align="right" >20</td> <td align="right" >11</td> <td align="right" >31</td> <td align="right" >8.5</td> <td align="right" >4.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="10">10</td> <td align="left" csk="Manalac,Ryan"><a href="/cfb/players/ryan-manalac-1.html">Ryan Manalac</a></td> <td align="right" >11</td> <td align="right" >11</td> <td align="right" >22</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="11">11</td> <td align="left" csk="Hoke,Anthony"><a href="/cfb/players/anthony-hoke-1.html">Anthony Hoke</a></td> <td align="right" >14</td> <td align="right" >7</td> <td align="right" >21</td> <td align="right" >2.0</td> <td align="right" >2.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >3</td> </tr> <tr class=""> <td align="right" csk="12">12</td> <td align="left" csk="Byrd,Terrill"><a href="/cfb/players/terrill-byrd-1.html">Terrill Byrd</a></td> <td align="right" >11</td> <td align="right" >10</td> <td align="right" >21</td> <td align="right" >6.5</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="13">13</td> <td align="left" csk="Craig,Angelo"><a href="/cfb/players/angelo-craig-1.html">Angelo Craig</a></td> <td align="right" >11</td> <td align="right" >8</td> <td align="right" >19</td> <td align="right" >1.5</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="14">14</td> <td align="left" csk="Newton,Jon"><a href="/cfb/players/jon-newton-1.html">Jon Newton</a></td> <td align="right" >8</td> <td align="right" >11</td> <td align="right" >19</td> <td align="right" >2.5</td> <td align="right" >1.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="15">15</td> <td align="left" csk="Claggett,Thomas"><a href="/cfb/players/thomas-claggett-1.html">Thomas Claggett</a></td> <td align="right" >11</td> <td align="right" >7</td> <td align="right" >18</td> <td align="right" >2.5</td> <td align="right" >1.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> </tr> <tr class=""> <td align="right" csk="16">16</td> <td align="left" csk="Carpenter,Jon"><a href="/cfb/players/jon-carpenter-1.html">Jon Carpenter</a></td> <td align="right" >10</td> <td align="right" >5</td> <td align="right" >15</td> <td align="right" >2.0</td> <td align="right" >1.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> </tr> <tr class=""> <td align="right" csk="17">17</td> <td align="left" csk="Tolbert,Cedric"><a href="/cfb/players/cedric-tolbert-1.html">Cedric Tolbert</a></td> <td align="right" >8</td> <td align="right" >7</td> <td align="right" >15</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="18">18</td> <td align="left" csk="Carvetti,Tony"><a href="/cfb/players/tony-carvetti-1.html">Tony Carvetti</a></td> <td align="right" >10</td> <td align="right" >3</td> <td align="right" >13</td> <td align="right" >1.0</td> <td align="right" >1.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="19">19</td> <td align="left" csk="Hall,JaJuan"><a href="/cfb/players/jajuan-hall-1.html">JaJuan Hall</a></td> <td align="right" >11</td> <td align="right" >1</td> <td align="right" >12</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >0.0</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="20">20</td> <td align="left" csk="Wess,David"><a href="/cfb/players/david-wess-1.html">David Wess</a></td> <td align="right" >9</td> <td align="right" >3</td> <td align="right" >12</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="21">21</td> <td align="left" csk="Dudley,Walter"><a href="/cfb/players/walter-dudley-1.html">Walter Dudley</a></td> <td align="right" >8</td> <td align="right" >2</td> <td align="right" >10</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="22">22</td> <td align="left" csk="Jones,Tyjuan"><a href="/cfb/players/tyjuan-jones-1.html">Tyjuan Jones</a></td> <td align="right" >3</td> <td align="right" >7</td> <td align="right" >10</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="23">23</td> <td align="left" csk="Germany,Donald"><a href="/cfb/players/donald-germany-1.html">Donald Germany</a></td> <td align="right" >3</td> <td align="right" >5</td> <td align="right" >8</td> <td align="right" >0.5</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="24">24</td> <td align="left" csk="Nelms,Lamonte"><a href="/cfb/players/lamonte-nelms-1.html">Lamonte Nelms</a></td> <td align="right" >4</td> <td align="right" >3</td> <td align="right" >7</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="25">25</td> <td align="left" csk="Bowie,John"><a href="/cfb/players/john-bowie-1.html">John Bowie</a></td> <td align="right" >6</td> <td align="right" >0</td> <td align="right" >6</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="26">26</td> <td align="left" csk="Gilyard,Marshwan"><a href="/cfb/players/marshwan-gilyard-1.html">Marshwan Gilyard</a></td> <td align="right" >5</td> <td align="right" >1</td> <td align="right" >6</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="27">27</td> <td align="left" csk="Jackson,Earnest"><a href="/cfb/players/earnest-jackson-1.html">Earnest Jackson</a></td> <td align="right" >4</td> <td align="right" >0</td> <td align="right" >4</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="28">28</td> <td align="left" csk="Celek,Brent"><a href="/cfb/players/brent-celek-1.html">Brent Celek</a></td> <td align="right" >3</td> <td align="right" >0</td> <td align="right" >3</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="29">29</td> <td align="left" csk="Lovell,Kevin"><a href="/cfb/players/kevin-lovell-1.html">Kevin Lovell</a></td> <td align="right" >3</td> <td align="right" >0</td> <td align="right" >3</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="30">30</td> <td align="left" csk="Morgan,Leo"><a href="/cfb/players/leo-morgan-1.html">Leo Morgan</a></td> <td align="right" >0</td> <td align="right" >3</td> <td align="right" >3</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="31">31</td> <td align="left" csk="Sparks,Evan"><a href="/cfb/players/evan-sparks-1.html">Evan Sparks</a></td> <td align="right" >1</td> <td align="right" >2</td> <td align="right" >3</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="32">32</td> <td align="left" csk="Barwin,Connor"><a href="/cfb/players/connor-barwin-1.html">Connor Barwin</a></td> <td align="right" >2</td> <td align="right" >0</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="33">33</td> <td align="left" csk="Davila,Nick"><a href="/cfb/players/nick-davila-1.html">Nick Davila</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="34">34</td> <td align="left" csk="Glatthaar,Bradley"><a href="/cfb/players/bradley-glatthaar-1.html">Bradley Glatthaar</a></td> <td align="right" >2</td> <td align="right" >0</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="35">35</td> <td align="left" csk="Goodman,Dominick"><a href="/cfb/players/dominick-goodman-1.html">Dominick Goodman</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="36">36</td> <td align="left" csk="Mimms,Patrick"><a href="/cfb/players/patrick-mimms-1.html">Patrick Mimms</a></td> <td align="right" >2</td> <td align="right" >0</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="37">37</td> <td align="left" csk="Zwitt,Jonny"><a href="/cfb/players/jonny-zwitt-1.html">Jonny Zwitt</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >2</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="38">38</td> <td align="left" csk="Defilippo,Nick"><a href="/cfb/players/nick-defilippo-1.html">Nick Defilippo</a></td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="39">39</td> <td align="left" csk="Ervin,Chet"><a href="/cfb/players/chet-ervin-1.html">Chet Ervin</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="40">40</td> <td align="left" csk="Etter,Gabe"><a href="/cfb/players/gabe-etter-1.html">Gabe Etter</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="41">41</td> <td align="left" csk="Farfsing,Patrick"><a href="/cfb/players/patrick-farfsing-1.html">Patrick Farfsing</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="42">42</td> <td align="left" csk="Jurek,Chris"><a href="/cfb/players/chris-jurek-1.html">Chris Jurek</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="43">43</td> <td align="left" csk="Moore,Greg"><a href="/cfb/players/greg-moore-1.html">Greg Moore</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="44">44</td> <td align="left" csk="Poland,Bill"><a href="/cfb/players/bill-poland-1.html">Bill Poland</a></td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="45">45</td> <td align="left" csk="Smith,Deangelo"><a href="/cfb/players/deangelo-smith-1.html">Deangelo Smith</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="46">46</td> <td align="left" csk="Smith,K.L."><a href="/cfb/players/kl-smith-1.html">K.L. Smith</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="47">47</td> <td align="left" csk="Wimmer,Jamie"><a href="/cfb/players/jamie-wimmer-1.html">Jamie Wimmer</a></td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" >0.0</td> <td align="right" >0.0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Kick &amp; Punt Returns</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_returns"> <table class="sortable stats_table" id="returns"> <colgroup><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=4 class="bold_text over_header" >Kick Ret</th> <th align="center" colspan=4 class="bold_text over_header" >Punt Ret</th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Kickoff Returns">Ret</th> <th align="right" class="tooltip" tip="Kickoff Return Yards">Yds</th> <th align="right" class="tooltip" tip="Kickoff Return Yards Per Return">Avg</th> <th align="right" class="tooltip" tip="Kickoff Return Touchdowns">TD</th> <th align="right" class="tooltip" tip="Punt Returns">Ret</th> <th align="right" class="tooltip" tip="Punt Return Yards">Yds</th> <th align="right" class="tooltip" tip="Punt Return Yards Per Return">Avg</th> <th align="right" class="tooltip" tip="Punt Return Touchdowns">TD</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Goodman,Dominick"><a href="/cfb/players/dominick-goodman-1.html">Dominick Goodman</a></td> <td align="right" >21</td> <td align="right" >393</td> <td align="right" >18.7</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Daniels,Mike"><a href="/cfb/players/mike-daniels-1.html">Mike Daniels</a></td> <td align="right" >14</td> <td align="right" >279</td> <td align="right" >19.9</td> <td align="right" >0</td> <td align="right" >13</td> <td align="right" >75</td> <td align="right" >5.8</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Gilyard,Marshwan"><a href="/cfb/players/marshwan-gilyard-1.html">Marshwan Gilyard</a></td> <td align="right" >7</td> <td align="right" >176</td> <td align="right" >25.1</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="4">4</td> <td align="left" csk="Carvetti,Tony"><a href="/cfb/players/tony-carvetti-1.html">Tony Carvetti</a></td> <td align="right" >4</td> <td align="right" >53</td> <td align="right" >13.3</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="5">5</td> <td align="left" csk="Nakamura,Haruki"><a href="/cfb/players/haruki-nakamura-1.html">Haruki Nakamura</a></td> <td align="right" >2</td> <td align="right" >41</td> <td align="right" >20.5</td> <td align="right" >0</td> <td align="right" >11</td> <td align="right" >88</td> <td align="right" >8.0</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="6">6</td> <td align="left" csk="Jones,Doug"><a href="/cfb/players/doug-jones-1.html">Doug Jones</a></td> <td align="right" >2</td> <td align="right" >19</td> <td align="right" >9.5</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="7">7</td> <td align="left" csk="Celek,Brent"><a href="/cfb/players/brent-celek-1.html">Brent Celek</a></td> <td align="right" >1</td> <td align="right" >10</td> <td align="right" >10.0</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="8">8</td> <td align="left" csk="Simpson,Carlos"><a href="/cfb/players/carlos-simpson-1.html">Carlos Simpson</a></td> <td align="right" >1</td> <td align="right" >5</td> <td align="right" >5.0</td> <td align="right" >0</td> <td align="right" >1</td> <td align="right" >8</td> <td align="right" >8.0</td> <td align="right" >0</td> </tr> <tr class=""> <td align="right" csk="9">9</td> <td align="left" csk="Tolbert,Cedric"><a href="/cfb/players/cedric-tolbert-1.html">Cedric Tolbert</a></td> <td align="right" >1</td> <td align="right" >0</td> <td align="right" >0.0</td> <td align="right" >0</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Kicking &amp; Punting</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_kicking_and_punting"> <table class="sortable stats_table" id="kicking_and_punting"> <colgroup><col><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=7 class="bold_text over_header" >Kicking</th> <th align="center" colspan=3 class="bold_text over_header" >Punting</th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Extra Points Made">XPM</th> <th align="right" class="tooltip" tip="Extra Point Attempts">XPA</th> <th align="right" class="tooltip" tip="Extra Point Percentage">XP%</th> <th align="right" class="tooltip" tip="Field Goals Made">FGM</th> <th align="right" class="tooltip" tip="Field Goal Attempts">FGA</th> <th align="right" class="tooltip" tip="Field Goal Percentage">FG%</th> <th align="right" class="tooltip" tip="Points Kicking">Pts</th> <th align="right" class="tooltip" tip="Punts">Punts</th> <th align="right" class="tooltip" tip="Punting Yards">Yds</th> <th align="right" class="tooltip" tip="Punting Yards Per Punt">Avg</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Lovell,Kevin"><a href="/cfb/players/kevin-lovell-1.html">Kevin Lovell</a></td> <td align="right" >18</td> <td align="right" >18</td> <td align="right" >100.0</td> <td align="right" >4</td> <td align="right" >9</td> <td align="right" >44.4</td> <td align="right" >30</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Ervin,Chet"><a href="/cfb/players/chet-ervin-1.html">Chet Ervin</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >68</td> <td align="right" >2680</td> <td align="right" >39.4</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Huber,Kevin"><a href="/cfb/players/kevin-huber-1.html">Kevin Huber</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >5</td> <td align="right" >166</td> <td align="right" >33.2</td> </tr> </tbody> </table> </div> <div class="table_heading"> <h2 style="">Scoring</h2> <div class="table_heading_text"></div> </div> <div class="table_container" id="div_scoring"> <table class="sortable stats_table" id="scoring"> <colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup> <thead> <tr class=" over_header"> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th align="center" colspan=8 class="bold_text over_header" >Touchdowns</th> <th align="center" colspan=2 class="bold_text over_header" >Kicking</th> <th align="CENTER" colspan=2 class="tooltip over_header" ></th> <th></th> </tr> <tr class=""> <th align="right" class="ranker sort_default_asc" tip="Rank">Rk</th> <th align="left" class="tooltip sort_default_asc" >Player</th> <th align="right" class="tooltip" tip="Rushing Touchdowns">Rush</th> <th align="right" class="tooltip" tip="Receiving Touchdowns">Rec</th> <th align="right" class="tooltip" tip="Interception Return Touchdowns">Int</th> <th align="right" class="tooltip" tip="Fumble Recovery Return Touchdowns">FR</th> <th align="right" class="tooltip" tip="Punt Return Touchdowns">PR</th> <th align="right" class="tooltip" tip="Kick Return Touchdowns">KR</th> <th align="right" class="tooltip" tip="Other Touchdowns">Oth</th> <th align="right" class="tooltip" tip="Total Touchdowns">Tot</th> <th align="right" class="tooltip" tip="Extra Points Made">XPM</th> <th align="right" class="tooltip" tip="Field Goals Made">FGM</th> <th align="right" class="tooltip" tip="Two-Point Conversions Made">2PM</th> <th align="right" class="tooltip" tip="Safeties">Sfty</th> <th align="right" class="tooltip" tip="Points">Pts</th> </tr> </thead> <tbody> <tr class=""> <td align="right" csk="1">1</td> <td align="left" csk="Glatthaar,Bradley"><a href="/cfb/players/bradley-glatthaar-1.html">Bradley Glatthaar</a></td> <td align="right" >7</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >7</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >42</td> </tr> <tr class=""> <td align="right" csk="2">2</td> <td align="left" csk="Lovell,Kevin"><a href="/cfb/players/kevin-lovell-1.html">Kevin Lovell</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >18</td> <td align="right" >4</td> <td align="right" ></td> <td align="right" ></td> <td align="right" >30</td> </tr> <tr class=""> <td align="right" csk="3">3</td> <td align="left" csk="Jackson,Earnest"><a href="/cfb/players/earnest-jackson-1.html">Earnest Jackson</a></td> <td align="right" ></td> <td align="right" >3</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >3</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >18</td> </tr> <tr class=""> <td align="right" csk="4">4</td> <td align="left" csk="Celek,Brent"><a href="/cfb/players/brent-celek-1.html">Brent Celek</a></td> <td align="right" ></td> <td align="right" >3</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >3</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >18</td> </tr> <tr class=""> <td align="right" csk="5">5</td> <td align="left" csk="Grutza,Dustin"><a href="/cfb/players/dustin-grutza-1.html">Dustin Grutza</a></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" >14</td> </tr> <tr class=""> <td align="right" csk="6">6</td> <td align="left" csk="Goodman,Dominick"><a href="/cfb/players/dominick-goodman-1.html">Dominick Goodman</a></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >12</td> </tr> <tr class=""> <td align="right" csk="7">7</td> <td align="left" csk="Benton,Butler"><a href="/cfb/players/butler-benton-1.html">Butler Benton</a></td> <td align="right" >1</td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >12</td> </tr> <tr class=""> <td align="right" csk="8">8</td> <td align="left" csk="Poland,Bill"><a href="/cfb/players/bill-poland-1.html">Bill Poland</a></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >12</td> </tr> <tr class=""> <td align="right" csk="9">9</td> <td align="left" csk="Moore,Greg"><a href="/cfb/players/greg-moore-1.html">Greg Moore</a></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >6</td> </tr> <tr class=""> <td align="right" csk="10">10</td> <td align="left" csk="McCullough,Kevin"><a href="/cfb/players/kevin-mccullough-1.html">Kevin McCullough</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >6</td> </tr> <tr class=""> <td align="right" csk="11">11</td> <td align="left" csk="Giddens,Antwuan"><a href="/cfb/players/antwuan-giddens-1.html">Antwuan Giddens</a></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >6</td> </tr> <tr class=""> <td align="right" csk="12">12</td> <td align="left" csk="Ross,Derick"><a href="/cfb/players/derick-ross-1.html">Derick Ross</a></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >6</td> </tr> <tr class=""> <td align="right" csk="13">13</td> <td align="left" csk="Barwin,Connor"><a href="/cfb/players/connor-barwin-1.html">Connor Barwin</a></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >1</td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >6</td> </tr> <tr class=""> <td align="right" csk="14">14</td> <td align="left" csk="Davila,Nick"><a href="/cfb/players/nick-davila-1.html">Nick Davila</a></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" ></td> <td align="right" >2</td> <td align="right" ></td> <td align="right" >4</td> </tr> </tbody> </table> </div> </div> <div id="sr_js"></div> <script type="text/javascript"> (function () { var sr_js_file = 'http://d2ft4b0ve1aur1.cloudfront.net/js-237/sr-cfb-min.js'; if (sr_gzipEnabled) { sr_js_file = 'http://d2ft4b0ve1aur1.cloudfront.net/js-237/sr-cfb-min.js.jgz'; } var sr_script_tag = document.getElementById("sr_js"); if (sr_script_tag) { var scriptStyles = document.createElement("script"); scriptStyles.type = "text/javascript"; scriptStyles.src = sr_js_file; sr_script_tag.appendChild(scriptStyles); //alert('adding js to footer:'+sr_js_file); } }()); </script> <div id="site_footer"> <div class="margin border"> <script type="text/javascript"> //<!-- google_ad_client = "ca-pub-5319453360923253"; /* Page Bottom - CFB */ google_ad_slot = "6637784901"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/deferscript" defersrc="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <div id="sr_footer"> Copyright &copy; 2000-2012 <a href="http://www.sports-reference.com">Sports Reference LLC</a>. All rights reserved. <form class="inline margin_left" method="get" name="f_footer" action="/cfb/search.cgi"> <input x-webkit-speech type="text" id="search_footer" name="search" class="search long"> <input type="submit" value="Search" class="submit"> </form> <div class="blockquote clear_both margin_top"> <a href="http://www.sports-reference.com/">A Sports Reference Site</a>: <a href="/cfb/about/">About SR/CFB</a>&nbsp;| <a href="/cfb/feedback/">Found a bug or have a suggestion?</a><br> <a href="http://www.sports-reference.com/privacy.shtml">Privacy Statement</a>&nbsp;| <a href="http://www.sports-reference.com/termsofuse.shtml">Conditions &amp; Terms of Service</a> | <a href="http://www.sports-reference.com/data_use.shtml">Use of Data</a> </div> <div class="blockquote italic_text clear_both margin_top"> Some school's results have been altered by retroactive NCAA penalties. As a matter of policy, Sports Reference only report the results of games as played on the field. See our list of <a href="/cfb/friv/forfeits.cgi">forfeits and vacated games</a> for more details. </div> <div class="blockquote clear_both margin_top margin_bottom"> Part of the <a target="_blank" title="USA TODAY Sports" href="http://Sports.USATODAY.com/">USA TODAY Sports Media Group</a>. </div> </div><!-- div#sr_footer --> </div><!-- div#site_footer --> <!-- google +1 code --> <script type="text/deferscript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <!-- google analytics code --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._createTracker("UA-1890630-11"); pageTracker._setCookiePath("/cfb/"); pageTracker._trackPageview(); pageTracker._trackPageLoadTime(); var sr_tracker = _gat._createTracker("UA-1890630-9"); sr_tracker._setDomainName('none'); sr_tracker._setAllowLinker(true); sr_tracker._setAllowHash(false); sr_tracker._setCustomVar(1,"site","cfb",3); sr_tracker._trackPageview(); } catch(err) {}</script> <!-- End Google Analytics Tag --> <!-- Begin comScore Tag --> <script type="text/deferscript"> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); </script> <script type="text/deferscript"> COMSCORE.beacon({ c1:2, c2:"6035210", c3:"", c4:"www.sports-reference.com/cfb", c5:"", c6:"", c15:"" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&amp;c2=6035210&amp;c3=&amp;c4=www.sports-reference.com/cfb&amp;c5=&amp;c6=&amp;c15=&amp;cv=1.3&amp;cj=1" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> <script type="text/deferscript"> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=220051088022369"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <!-- google +1 code --> <script type="text/deferscript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </body> </html>
_variables/lines.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $lines</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('lines'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#lines">$lines</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/locales/_pofile.class.php.html">/inc/locales/_pofile.class.php</A> -> <a href="../inc/locales/_pofile.class.php.source.html#l105"> line 105</A></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</A> -> <a href="../inc/_core/model/_diff.class.php.source.html#l668"> line 668</A></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</A> -> <a href="../inc/_core/model/_diff.class.php.source.html#l687"> line 687</A></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</A> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1148"> line 1148</A></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</A> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1162"> line 1162</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l179"> line 179</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l197"> line 197</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l173"> line 173</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.html">/inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.source.html#l351"> line 351</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l58"> line 58</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l62"> line 62</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l70"> line 70</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l198"> line 198</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l128"> line 128</A></li> <li><a href="../plugins/_wacko.plugin.php.html">/plugins/_wacko.plugin.php</A> -> <a href="../plugins/_wacko.plugin.php.source.html#l197"> line 197</A></li> <li><a href="../plugins/wikitables_plugin/_wikitables.plugin.php.html">/plugins/wikitables_plugin/_wikitables.plugin.php</A> -> <a href="../plugins/wikitables_plugin/_wikitables.plugin.php.source.html#l110"> line 110</A></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</A> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l31"> line 31</A></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</A> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l120"> line 120</A></li> <li><a href="../plugins/_autolinks.plugin.php.html">/plugins/_autolinks.plugin.php</A> -> <a href="../plugins/_autolinks.plugin.php.source.html#l297"> line 297</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l58"> line 58</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l62"> line 62</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l70"> line 70</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l198"> line 198</A></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</A> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l311"> line 311</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l49"> line 49</A></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</A> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l338"> line 338</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l152"> line 152</A></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</A> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l159"> line 159</A></li> <li><a href="../plugins/markdown_plugin/_parsedown.inc.php.html">/plugins/markdown_plugin/_parsedown.inc.php</A> -> <a href="../plugins/markdown_plugin/_parsedown.inc.php.source.html#l117"> line 117</A></li> <li><a href="../inc/locales/_locale.funcs.php.html">/inc/locales/_locale.funcs.php</A> -> <a href="../inc/locales/_locale.funcs.php.source.html#l1321"> line 1321</A></li> <li><a href="../inc/_ext/phpsvnclient/phpsvnclient.php.html">/inc/_ext/phpsvnclient/phpsvnclient.php</A> -> <a href="../inc/_ext/phpsvnclient/phpsvnclient.php.source.html#l1063"> line 1063</A></li> </ul> <br><b>Referenced 220 times:</b><ul> <li><a href="../inc/locales/_pofile.class.php.html">/inc/locales/_pofile.class.php</a> -> <a href="../inc/locales/_pofile.class.php.source.html#l105"> line 105</a></li> <li><a href="../inc/locales/_pofile.class.php.html">/inc/locales/_pofile.class.php</a> -> <a href="../inc/locales/_pofile.class.php.source.html#l106"> line 106</a></li> <li><a href="../inc/locales/_pofile.class.php.html">/inc/locales/_pofile.class.php</a> -> <a href="../inc/locales/_pofile.class.php.source.html#l117"> line 117</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l66"> line 66</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l67"> line 67</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l84"> line 84</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l85"> line 85</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l470"> line 470</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l474"> line 474</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l475"> line 475</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l524"> line 524</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l524"> line 524</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l551"> line 551</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l551"> line 551</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l668"> line 668</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l672"> line 672</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l672"> line 672</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l675"> line 675</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l687"> line 687</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l691"> line 691</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l691"> line 691</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l694"> line 694</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l924"> line 924</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l925"> line 925</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l930"> line 930</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l931"> line 931</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l934"> line 934</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l935"> line 935</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l937"> line 937</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l938"> line 938</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l956"> line 956</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l957"> line 957</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l959"> line 959</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l960"> line 960</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1108"> line 1108</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1113"> line 1113</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1148"> line 1148</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1149"> line 1149</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1162"> line 1162</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1163"> line 1163</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1199"> line 1199</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1229"> line 1229</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1230"> line 1230</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1237"> line 1237</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1238"> line 1238</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1245"> line 1245</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1246"> line 1246</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1301"> line 1301</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1331"> line 1331</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1332"> line 1332</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1339"> line 1339</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1340"> line 1340</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1347"> line 1347</a></li> <li><a href="../inc/_core/model/_diff.class.php.html">/inc/_core/model/_diff.class.php</a> -> <a href="../inc/_core/model/_diff.class.php.source.html#l1348"> line 1348</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l179"> line 179</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l182"> line 182</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l182"> line 182</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l185"> line 185</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l197"> line 197</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l203"> line 203</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l397"> line 397</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l399"> line 399</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l419"> line 419</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l421"> line 421</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l214"> line 214</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l216"> line 216</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l219"> line 219</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l221"> line 221</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l224"> line 224</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l226"> line 226</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l229"> line 229</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer.php.source.html#l231"> line 231</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l81"> line 81</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l84"> line 84</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l88"> line 88</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l90"> line 90</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l94"> line 94</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l96"> line 96</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l97"> line 97</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l97"> line 97</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l98"> line 98</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l98"> line 98</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l99"> line 99</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l102"> line 102</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l104"> line 104</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l105"> line 105</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l105"> line 105</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l106"> line 106</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l106"> line 106</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/inline.php.source.html#l107"> line 107</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l173"> line 173</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l175"> line 175</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l176"> line 176</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l205"> line 205</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l206"> line 206</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/QpEncoder.php.source.html#l214"> line 214</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.html">/inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.source.html#l351"> line 351</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.html">/inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.source.html#l352"> line 352</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.html">/inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Transport/EsmtpTransport.php.source.html#l353"> line 353</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l55"> line 55</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l57"> line 57</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l58"> line 58</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l61"> line 61</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l63"> line 63</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l67"> line 67</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/context.php.source.html#l69"> line 69</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l332"> line 332</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l337"> line 337</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l338"> line 338</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l384"> line 384</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l384"> line 384</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l408"> line 408</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/native.php.source.html#l408"> line 408</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l58"> line 58</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l62"> line 62</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l62"> line 62</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l70"> line 70</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l70"> line 70</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l74"> line 74</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l198"> line 198</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l230"> line 230</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l232"> line 232</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l233"> line 233</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l237"> line 237</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l239"> line 239</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l240"> line 240</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l244"> line 244</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l246"> line 246</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l247"> line 247</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l272"> line 272</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l274"> line 274</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l128"> line 128</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l132"> line 132</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l133"> line 133</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l142"> line 142</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l143"> line 143</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.html">/inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php.source.html#l149"> line 149</a></li> <li><a href="../plugins/_wacko.plugin.php.html">/plugins/_wacko.plugin.php</a> -> <a href="../plugins/_wacko.plugin.php.source.html#l197"> line 197</a></li> <li><a href="../plugins/_wacko.plugin.php.html">/plugins/_wacko.plugin.php</a> -> <a href="../plugins/_wacko.plugin.php.source.html#l198"> line 198</a></li> <li><a href="../plugins/_wacko.plugin.php.html">/plugins/_wacko.plugin.php</a> -> <a href="../plugins/_wacko.plugin.php.source.html#l202"> line 202</a></li> <li><a href="../plugins/wikitables_plugin/_wikitables.plugin.php.html">/plugins/wikitables_plugin/_wikitables.plugin.php</a> -> <a href="../plugins/wikitables_plugin/_wikitables.plugin.php.source.html#l110"> line 110</a></li> <li><a href="../plugins/wikitables_plugin/_wikitables.plugin.php.html">/plugins/wikitables_plugin/_wikitables.plugin.php</a> -> <a href="../plugins/wikitables_plugin/_wikitables.plugin.php.source.html#l119"> line 119</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l31"> line 31</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l32"> line 32</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l34"> line 34</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l120"> line 120</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l121"> line 121</a></li> <li><a href="../inc/locales/model/_translation.funcs.php.html">/inc/locales/model/_translation.funcs.php</a> -> <a href="../inc/locales/model/_translation.funcs.php.source.html#l123"> line 123</a></li> <li><a href="../plugins/_autolinks.plugin.php.html">/plugins/_autolinks.plugin.php</a> -> <a href="../plugins/_autolinks.plugin.php.source.html#l297"> line 297</a></li> <li><a href="../plugins/_autolinks.plugin.php.html">/plugins/_autolinks.plugin.php</a> -> <a href="../plugins/_autolinks.plugin.php.source.html#l299"> line 299</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l58"> line 58</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l62"> line 62</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l62"> line 62</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l70"> line 70</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l70"> line 70</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l74"> line 74</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l198"> line 198</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l200"> line 200</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l230"> line 230</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l232"> line 232</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l233"> line 233</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l237"> line 237</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l239"> line 239</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l240"> line 240</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l244"> line 244</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l246"> line 246</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l247"> line 247</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l272"> line 272</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l274"> line 274</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l311"> line 311</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l335"> line 335</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l342"> line 342</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l343"> line 343</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l351"> line 351</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l352"> line 352</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l364"> line 364</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l382"> line 382</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l385"> line 385</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l418"> line 418</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l421"> line 421</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l423"> line 423</a></li> <li><a href="../inc/_core/model/_pagecache.class.php.html">/inc/_core/model/_pagecache.class.php</a> -> <a href="../inc/_core/model/_pagecache.class.php.source.html#l426"> line 426</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l49"> line 49</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l50"> line 50</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l51"> line 51</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l67"> line 67</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l68"> line 68</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.html">/inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Encoder/Rfc2231Encoder.php.source.html#l74"> line 74</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l338"> line 338</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l399"> line 399</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l1614"> line 1614</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l1632"> line 1632</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l1637"> line 1637</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l2534"> line 2534</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l2540"> line 2540</a></li> <li><a href="../inc/_ext/mime_parser/mime_parser.php.html">/inc/_ext/mime_parser/mime_parser.php</a> -> <a href="../inc/_ext/mime_parser/mime_parser.php.source.html#l2553"> line 2553</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l152"> line 152</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l155"> line 155</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l159"> line 159</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Engine/shell.php.source.html#l163"> line 163</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l48"> line 48</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l50"> line 50</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l53"> line 53</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l55"> line 55</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l58"> line 58</a></li> <li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/Renderer/unified.php.source.html#l60"> line 60</a></li> <li><a href="../plugins/markdown_plugin/_parsedown.inc.php.html">/plugins/markdown_plugin/_parsedown.inc.php</a> -> <a href="../plugins/markdown_plugin/_parsedown.inc.php.source.html#l117"> line 117</a></li> <li><a href="../plugins/markdown_plugin/_parsedown.inc.php.html">/plugins/markdown_plugin/_parsedown.inc.php</a> -> <a href="../plugins/markdown_plugin/_parsedown.inc.php.source.html#l119"> line 119</a></li> <li><a href="../plugins/markdown_plugin/_parsedown.inc.php.html">/plugins/markdown_plugin/_parsedown.inc.php</a> -> <a href="../plugins/markdown_plugin/_parsedown.inc.php.source.html#l137"> line 137</a></li> <li><a href="../plugins/markdown_plugin/_parsedown.inc.php.html">/plugins/markdown_plugin/_parsedown.inc.php</a> -> <a href="../plugins/markdown_plugin/_parsedown.inc.php.source.html#l145"> line 145</a></li> <li><a href="../inc/locales/_locale.funcs.php.html">/inc/locales/_locale.funcs.php</a> -> <a href="../inc/locales/_locale.funcs.php.source.html#l1321"> line 1321</a></li> <li><a href="../inc/locales/_locale.funcs.php.html">/inc/locales/_locale.funcs.php</a> -> <a href="../inc/locales/_locale.funcs.php.source.html#l1322"> line 1322</a></li> <li><a href="../inc/locales/_locale.funcs.php.html">/inc/locales/_locale.funcs.php</a> -> <a href="../inc/locales/_locale.funcs.php.source.html#l1324"> line 1324</a></li> <li><a href="../inc/_ext/phpsvnclient/phpsvnclient.php.html">/inc/_ext/phpsvnclient/phpsvnclient.php</a> -> <a href="../inc/_ext/phpsvnclient/phpsvnclient.php.source.html#l1063"> line 1063</a></li> <li><a href="../inc/_ext/phpsvnclient/phpsvnclient.php.html">/inc/_ext/phpsvnclient/phpsvnclient.php</a> -> <a href="../inc/_ext/phpsvnclient/phpsvnclient.php.source.html#l1064"> line 1064</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
wp-content/themes/sportup/style.css
vladenyatko/olimpic
/* Theme Name: SportUp Theme URI: http://smthemes.com/sportup/ Author: The Smart Magazine Themes Author URI: http://smthemes.com/ Description: Template by SMThemes.com Version: 2.4.2 License: Creative Commons 3.0 Theme date: 03/17/2016 License URI: license.txt Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options */ /* -==========================- GENERAL -==========================- */ /*------------------------------ PAGE ------------------------------*/ @import url(css/font.css); html { background:#fff; } body { font-family:'montserratregular'; line-height: normal; } .feedback .input input, .feedback textarea, body { color:#354048; font-size:14px; } a { color:#838b92; text-decoration: none; } a:hover { text-decoration: underline; } h2.entry-title a, h1.entry-title { color:#354048; font-size: 21px; text-transform: uppercase; } h2.entry-title a:hover{ color:#838b92; text-decoration: none; } p { line-height: 24px; } /*------------------------------ HEADER ------------------------------*/ #header { background: #354048; } #header .container{ position:relative; } #logo { float:left; background: #3eb5f1; } #logo img { vertical-align:bottom; } /* ---------- SEARCH ---------- */ .search-trigger { background:url(images/search.png) center no-repeat; width:60px; height:50px; cursor:pointer; } .search-trigger:hover { background:url(images/search-hover.png) center no-repeat; } .search-trigger:active { background:url(images/search-active.png) center no-repeat; } #searchsubmit { display:none; } #s { border:none; width: 95%; float:left; height:50px; line-height:50px; color:#838b92; font-family:OpenSans-Bold; font-size:21px; text-transform:lowercase; } .searchform { background:#fff; margin:0; border:none; } .headersearch { padding:30px 0 0; } .headersearch .searchform { display: none; position: absolute; right: 60px; top: 0; z-index: 99999; margin: 30px 0 0; height: auto; width: 82%; } /* ---------- MENUS ---------- */ #top-menu { float:left; } #top-menu > div > ul > li > a { padding: 45px 30px; } #main-menu { position: relative; height: 64px; margin: 0 auto; width: 1000px; } #main-menu > div, #main-menu ul { float: left; } #main-menu > div > ul > li > a { padding:24px 40px; } #main-menu > div > ul > li:hover > a { background: #3f4b54; } #header .menus > li > a >.sf-sub-indicator { content: url(images/drop-down.png) right center no-repeat; padding-left: 5px; } #header .menus > li > a { text-transform: uppercase; font-size: 12px; color:#fff; } #header .menus ul { background:#3f4b54; } #header .menus ul li:hover { background: #47535c; } #header .menus ul li a { color:#b5b5b5; font-size: 12px; font-family: 'montserratultra_light'; } #header .menus ul li { padding: 10px 20px; } #header .menus ul li:hover > a{ color: #e0e0e0; } /*------------------------------ SLIDER ------------------------------*/ .slider-container { border-top: 8px solid #fff; max-width: 100%; } .slide-back { background: url(images/slide-back.png); width: 100%; height: 100%; position: absolute; z-index: 5; } .slider { position:relative; width:100%; } .fp-prev { left:8px; height:48px; width:48px; } .fp-next { right:8px; height:48px; width:48px; } .fp-content-wrap { position: absolute; z-index: 5; left: 0; right:0; width: 1000px; max-width: 100%; margin:0 auto; } .fp-content { width:100%; text-align:left; position: absolute; bottom: 0; background:url(images/fp-content.png); min-height: 312px; text-transform: uppercase; color: #fff; left: 0; right: 0; font-family: 'montserratsemi_bold'; } .fp-title { padding: 60px 85px 0; background: url(images/slide-content.png) center top no-repeat; margin-top: 40px; font-family: 'montserratbold'; } .fp-title a { font-size: 40px; line-height:40px; color: #fff; } .fp-title a:hover { text-decoration: none; } .fp-desc { margin: 20px 86px; padding: 0; } .absolute-more { position: relative; margin: 30px auto 0; padding: 0 85px; text-align:center; } a.fp-more { color: #fff; border-bottom: 4px solid #fff; text-decoration: none; padding: 6px 0; margin: 0 0 10px; } a.fp-more:hover { padding: 16px 0; margin: 0; color:#ddd; border-color:#ddd; } a.fp-more:active { color: #fff; border-color: #fff; } .fp-prev-next-wrap { margin:0 0px; } /*------------------------------ CONTENT ------------------------------*/ #content { padding: 80px 0 0; } #commentform #submit, input.readmore, a.readmore { background: none; padding: 0 0 6px; border:none; border-bottom: 4px solid #354048; color:#354048; margin: 0 0 10px; text-transform: uppercase; font-family: 'montserratsemi_bold'; float: none; } #commentform #submit:hover, input.readmore:hover, a.readmore:hover { padding: 0 0 16px; text-decoration:none; margin: 0; } #commentform #submit:active, input.readmore:active, a.readmore:active { color:#49535b; border-color: #49535b; } .entry-meta { margin: 15px 0; } .entry-meta > span { padding-left: 20px; margin-right: 10px; text-transform: uppercase; } .entry-meta a, .entry-meta span { color: #d0d0d0; font-size: 12px; } .entry-meta a:hover { color: #354048; text-decoration: underline; } .post-date { background: url(images/date.png) left center no-repeat; } .post-categories { background: url(images/categories.png) left center no-repeat; } .post-categories:hover { background: url(images/categories-hovered.png) left center no-repeat; } .post-comments { background: url(images/comments.png) left center no-repeat; } .post-comments:hover { background: url(images/comments-hovered.png) left center no-repeat; } .post-author { background: url(images/author.png) left center no-repeat; } .post-author:hover { background: url(images/author-hovered.png) left center no-repeat; } .featured_image{ margin-top:15px; } .googlemap { padding:0; border:none; } .widget_posts ul li img,.widget_flickr a { border:none; padding:0; background: none; } .pagination{ margin:30px 0; } .pagination.classic { padding-top:30px; text-align:right; text-align: left; } .page-numbers { padding:5px 0; color: #bebebe; margin-right:40px; } .page-numbers.dots { color: #bebebe; border: none; } a.page-numbers, body.woocommerce #main_content nav.woocommerce-pagination ul li a, body.woocommerce-page #main_content nav.woocommerce-pagination ul li a, body.woocommerce #content #main_content nav.woocommerce-pagination ul li a, body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a, body.woocommerce #main_content nav.woocommerce-pagination ul li span, body.woocommerce-page #main_content nav.woocommerce-pagination ul li span, body.woocommerce #content #main_content nav.woocommerce-pagination ul li span, body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span { color:#bebebe; text-decoration:none; margin-right:40px; } .woocommerce #content #main_content nav.woocommerce-pagination ul li, .woocommerce #main_content nav.woocommerce-pagination ul li, .woocommerce-page #content #main_content nav.woocommerce-pagination ul li, .woocommerce-page #main_content nav.woocommerce-pagination ul li { margin-right:3px; } a.page-numbers:hover, span.page-numbers, body.woocommerce #main_content nav.woocommerce-pagination ul li span.current, body.woocommerce-page #main_content nav.woocommerce-pagination ul li span.current, body.woocommerce #content #main_content nav.woocommerce-pagination ul li span.current, body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span.current, body.woocommerce #main_content nav.woocommerce-pagination ul li a:hover, body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:hover, body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:hover, body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:hover, body.woocommerce #main_content nav.woocommerce-pagination ul li a:focus, body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:focus, body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:focus, body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:focus { color:#90c7f2; border: 3px solid #90c7f2; border-width: 3px 0 3px 0; } /*------------------------------ FOOTER ------------------------------*/ #footer { color:#fff; position: relative; overflow:hidden; } #footer .container.clearfix { position: relative; z-index: 1; } .parallax-outer { overflow:hidden; min-width: 100%; position: relative; } .parallax-inner { background: url(images/footer.png) top center no-repeat; position:absolute; top:0; bottom:0; left:0; right:0; overflow:hidden; } #footer h3{ padding:50px 5px; margin-top:0; font-size: 12px; text-transform: uppercase; text-align: center; margin: 0; } #footer a.comment-author, #footer .widget_posts a.title { color: #fff; } #footer .widget_archive ul li a, #footer .widget_categories ul li a, #footer .widget_archive ul li a:hover,#footer .widget_categories ul li a:hover { color: #fff; } #footer .footer_txt { background:#fff; font-family: 'montserratultra_light'; color: #b5b5b5; font-size: 12px; } /*------------------------------ WIDGETS AND SLIDER ------------------------------*/ .content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right { margin-left:25px; } .content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{ margin-right:25px; } #content .widget .caption h3, .widget_banners h3 { padding:25px 5px; margin-top:0; font-size: 12px; text-transform: uppercase; border: 1px solid #cad0de; text-align: center; } .widget ul li { border: none; } .widget_comments,.widget_posts { font-size: 13px; font-family: 'montserratlight'; } .widget_comments .avatar img , .widget_posts ul li img, .widget_flickr a { border-radius: 50px; border: none; } a.comment-author, .widget_posts a.title { color: #354048; text-decoration: none; font-family: 'montserratsemi_bold'; font-size: 14px; } .widget_posts ul li, .widget_comments ul li { border: none; background: url(images/wpost-line.png) bottom center no-repeat; padding: 20px 15px; } .widget_posts ul li:first-child, .widget_comments ul li:first-child { padding: 3px 15px 20px; } .widget_comments .comment:before, .widget_comments .comment:after, .widget_comments .comment, .widget_archive ul li:before, .widget_categories ul li:before { content: none; font-style: normal; } .widget_archive ul li a, .widget_categories ul li a, .widget_archive ul li a:hover, .widget_categories ul li a:hover { color:#354048; text-decoration: none; padding: 15px; font-family: 'montserratregular'; } .widget_archive ul li a, .widget_categories ul li a { font-family: 'montserratultra_light'; } a.comment-author:hover, .widget_posts a.title:hover { color: #838b92; text-decoration: underline; } .widget_posts .date{ text-transform: lowercase; float: right; font-style: italic; color: #bbbbbb; } .tabs_captions .tabscaption{ text-transform: uppercase; font-size: 12px; border:1px solid #cad0de; padding: 15px 25px; margin-right: 1px; } .tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{ color:#8e9ea9; border:1px solid #cad0de; padding: 15px 25px; background: #eef0f5; } /* -==========================- DESKTOP -==========================- */ @media only screen and (min-width:1024px) { #content .container { } .menusearch { width:260px; } /*------------------------------ MENU ------------------------------*/ #header-block { position:relative; } /*------------------------------ FOOTER ------------------------------*/ #footer .footer_txt { margin:0 auto; padding-left:0; padding:15px 0; } #footer .footer_txt .container { padding-left:20px; } } /* WooCommerce */ .woocommerce #main_content a.button.alt, .woocommerce-page #main_content a.button.alt, .woocommerce #main_content button.button.alt, .woocommerce-page #main_content button.button.alt, .woocommerce #main_content input.button.alt, .woocommerce-page #main_content input.button.alt, .woocommerce #main_content #respond input#submit.alt, .woocommerce-page #main_content #respond input#submit.alt, .woocommerce #main_content #content input.button.alt, .woocommerce-page #main_content #content input.button.alt, .woocommerce-page #main_content #content .products li a.button { } .woocommerce #main_content a.button.alt:hover, .woocommerce-page #main_content a.button.alt:hover, .woocommerce #main_content button.button.alt:hover, .woocommerce-page #main_content button.button.alt:hover, .woocommerce #main_content input.button.alt:hover, .woocommerce-page #main_content input.button.alt:hover, .woocommerce #main_content #respond input#submit.alt:hover, .woocommerce-page #main_content #respond input#submit.alt:hover, .woocommerce #main_content #content input.button.alt:hover, .woocommerce-page #main_content #content input.button.alt:hover, .woocommerce-page #main_content #content .products li a.button:hover { } .sidebar .widget.woocommerce.widget_product_search #s { } .sidebar .widget.woocommerce.widget_product_search #searchsubmit { } .sidebar .widget.woocommerce.widget_product_search #searchsubmit:hover { } .sidebar .widget.woocommerce.widget_product_search { } .woocommerce #main_content table.shop_table, .woocommerce-page #main_content table.shop_table { } .woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { } .woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { } .woocommerce #main_content ul.products li.product h3, .woocommerce-page #main_content ul.products li.product h3 { } .woocommerce-page #main_content > #container > #content { } /* -==========================- TABLET -==========================- */ @media only screen and (min-width:640px) and (max-width:1023px) { #header { } #logo { float:left; } #header-banner { margin-top:25px; float:right; } /*------------------------------ MENU ------------------------------*/ .fp-content { bottom: 0 !important; left: 0 !important; min-height: 200px; } .fp-title a { font-size: 2em; line-height:15px; } .fp-title { padding: 37px 0px 0; margin-top: 15px; } .fp-desc { margin: 5px 0; width: 95%; padding: 0; font-size:1em; } .headersearch { top:-10px !important; width: 90% !important; } .search-trigger { float: right; } } /* -==========================- MOBILE -==========================- */ @media only screen and (min-width:240px) and (max-width:639px) { .menusearch {padding:13px 0;margin-top:28px;} #header { } #logo { margin-top:5px; margin-bottom:-35px; float: none; } .searchbtn { width:auto !important; } .headersearch { height: 74px; position: relative; } #searchsubmit { display:block; float:right; width: 60px; height: 50px; } .search-trigger { display:none; } .headersearch { float: right !important; position:relative; } .headersearch .searchform { display: block; position: relative; top: 0; left: 0; width: 100%; z-index: 99999; padding: 0; height: auto; } .search-trigger { margin-top: 35px; } .search-trigger { float: right; } .fp-content { display: none; } #footer { color:#fff; background: #39434a; } #footer .container.clearfix { background: url(images/footer.png) bottom center no-repeat; } .footer-widgets .widgetf:first-child { border:none; } #footer { width:100%; } .widgetf { border-top:1px solid #d3d3d3; } .articles .post-date { float:none; } .articles dt p img { display:none; } .fp-nav { bottom:-18px; } .slider-container { padding-bottom:20px; } #s { width:70%; } }
test/htdocs/tc_referer.html
Inkybro/mechanize
<html> <body> <a href="/referer">Referer Servlet</a> <a href="http://localhost/referer">Referer Servlet forced to http</a> <a href="https://localhost/referer">Referer Servlet forced to https</a> <br /> <form method="post" action="/referer"> <input type="text" name="first" /></br> <input type="submit" value="Submit" /> </form> </body> </html>
web/2014_season/2014111004.html
jacobbustamante/NBANLPRecap
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Pau Gasol, Derrick Rose, and Joakim Noah combine for 46 in Bulls win over the Pistons, 102 to 91</title> <link rel="stylesheet" type="text/css" href="../css/style.css"> </head> <body> <h1>Pau Gasol, Derrick Rose, and Joakim Noah combine for 46 in Bulls win over the Pistons, 102 to 91</h1> </br> <h2 style="color:gray">by NBANLP Recap Generator</h2> </br></br> <img src="../img/04/01.jpg" alt="No image loaded" align="right" style="height:50%; width:50%;margin-left:20px;margin-bottom:20px;"> <p>The Bulls biggest lead of the night was by 19 with 0 minutes remaining in the 2nd. Pau Gasol, Derrick Rose, and Joakim Noah put up a combined total 46 points. Josh Smith played well, recording 15 points for the Pistons.</p> <p>The Bulls held a 19 point 60-41 lead in the 2nd.</p> <p>The Bulls Pau Gasol, Derrick Rose, and Joakim Noah made great contributions with 15, 20, and 11 points respectively. Together they made up 46 of the Bulls total. Gasol also contributed with 4 assists and 15 rebounds. Rose also recorded 7 assists and 2 rebounds. Noah put up 6 assists and 14 rebounds. He put in 6 in the 1st quarter alone.</p> <p>Josh made contributions in scoring with 15 points for the Pistons. Smith contributed 4 assists and 11 rebounds.</p> <p>Drummond recorded his last foul with 4:07 left in the 4th quarter.</p> <p>The Bulls are now 6-2. The Pistons are at 2-5 after that result. The Pistons haven't won in the last 2 games.</p> <p>The Pistons Greg Monroe and Brandon Jennings put in 12 and 11 points respectively. Monroe recorded 2 assists and 10 rebounds. Jennings recorded 8 assists and 5 rebounds. Taj Gibson and Caron Butler combined for 21 points. Each scoring 12 and 9 points respectively. Augustin recorded 2 assists and 1 rebounds for the Pistons. Butler got 2 assists and 5 rebounds. Jimmy put up 19 points for the Bulls in a good scoring contribution. Butler recorded 1 assists and 4 rebounds for the Bulls.</p> </body> </html>
css/detail.css
cosmocode/icke-template
#detail__page p.back { margin-bottom:2em; } #detail__page h1 { margin-bottom:0.2em; } #detail__page img { margin-bottom:1em; background-color:__background__; } #detail__page .img_big img { padding:2em; border:1px solid __text__; } #detail__page dl.img_tags { font-size:1.2em; line-height:1.4em; } #detail__page dl.img_tags dt { font-weight:bold; float:left; width:10em; display:block; } #detail__page dl.img_tags dd { }
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/buffered_write_stream.html
charlesDGY/coflo
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffered_write_stream</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../reference.html" title="Reference"> <link rel="prev" href="buffered_stream/write_some/overload2.html" title="buffered_stream::write_some (2 of 2 overloads)"> <link rel="next" href="buffered_write_stream/async_flush.html" title="buffered_write_stream::async_flush"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffered_stream/write_some/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffered_write_stream/async_flush.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_asio.reference.buffered_write_stream"></a><a class="link" href="buffered_write_stream.html" title="buffered_write_stream">buffered_write_stream</a> </h3></div></div></div> <p> Adds buffering to the write-related operations of a stream. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">Stream</span><span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">buffered_write_stream</span> <span class="special">:</span> <span class="identifier">noncopyable</span> </pre> <h5> <a name="boost_asio.reference.buffered_write_stream.h0"></a> <span><a name="boost_asio.reference.buffered_write_stream.types"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.types">Types</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <a class="link" href="buffered_write_stream/lowest_layer_type.html" title="buffered_write_stream::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a> </p> </td> <td> <p> The type of the lowest layer. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/next_layer_type.html" title="buffered_write_stream::next_layer_type"><span class="bold"><strong>next_layer_type</strong></span></a> </p> </td> <td> <p> The type of the next layer. </p> </td> </tr> </tbody> </table></div> <h5> <a name="boost_asio.reference.buffered_write_stream.h1"></a> <span><a name="boost_asio.reference.buffered_write_stream.member_functions"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.member_functions">Member Functions</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <a class="link" href="buffered_write_stream/async_flush.html" title="buffered_write_stream::async_flush"><span class="bold"><strong>async_flush</strong></span></a> </p> </td> <td> <p> Start an asynchronous flush. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/async_read_some.html" title="buffered_write_stream::async_read_some"><span class="bold"><strong>async_read_some</strong></span></a> </p> </td> <td> <p> Start an asynchronous read. The buffer into which the data will be read must be valid for the lifetime of the asynchronous operation. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/async_write_some.html" title="buffered_write_stream::async_write_some"><span class="bold"><strong>async_write_some</strong></span></a> </p> </td> <td> <p> Start an asynchronous write. The data being written must be valid for the lifetime of the asynchronous operation. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/buffered_write_stream.html" title="buffered_write_stream::buffered_write_stream"><span class="bold"><strong>buffered_write_stream</strong></span></a> </p> </td> <td> <p> Construct, passing the specified argument to initialise the next layer. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/close.html" title="buffered_write_stream::close"><span class="bold"><strong>close</strong></span></a> </p> </td> <td> <p> Close the stream. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/flush.html" title="buffered_write_stream::flush"><span class="bold"><strong>flush</strong></span></a> </p> </td> <td> <p> Flush all data from the buffer to the next layer. Returns the number of bytes written to the next layer on the last write operation. Throws an exception on failure. </p> <p> Flush all data from the buffer to the next layer. Returns the number of bytes written to the next layer on the last write operation, or 0 if an error occurred. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/get_io_service.html" title="buffered_write_stream::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a> </p> </td> <td> <p> Get the io_service associated with the object. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/in_avail.html" title="buffered_write_stream::in_avail"><span class="bold"><strong>in_avail</strong></span></a> </p> </td> <td> <p> Determine the amount of data that may be read without blocking. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/lowest_layer.html" title="buffered_write_stream::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a> </p> </td> <td> <p> Get a reference to the lowest layer. </p> <p> Get a const reference to the lowest layer. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/next_layer.html" title="buffered_write_stream::next_layer"><span class="bold"><strong>next_layer</strong></span></a> </p> </td> <td> <p> Get a reference to the next layer. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/peek.html" title="buffered_write_stream::peek"><span class="bold"><strong>peek</strong></span></a> </p> </td> <td> <p> Peek at the incoming data on the stream. Returns the number of bytes read. Throws an exception on failure. </p> <p> Peek at the incoming data on the stream. Returns the number of bytes read, or 0 if an error occurred. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/read_some.html" title="buffered_write_stream::read_some"><span class="bold"><strong>read_some</strong></span></a> </p> </td> <td> <p> Read some data from the stream. Returns the number of bytes read. Throws an exception on failure. </p> <p> Read some data from the stream. Returns the number of bytes read or 0 if an error occurred. </p> </td> </tr> <tr> <td> <p> <a class="link" href="buffered_write_stream/write_some.html" title="buffered_write_stream::write_some"><span class="bold"><strong>write_some</strong></span></a> </p> </td> <td> <p> Write the given data to the stream. Returns the number of bytes written. Throws an exception on failure. </p> <p> Write the given data to the stream. Returns the number of bytes written, or 0 if an error occurred and the error handler did not throw. </p> </td> </tr> </tbody> </table></div> <h5> <a name="boost_asio.reference.buffered_write_stream.h2"></a> <span><a name="boost_asio.reference.buffered_write_stream.data_members"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.data_members">Data Members</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody><tr> <td> <p> <a class="link" href="buffered_write_stream/default_buffer_size.html" title="buffered_write_stream::default_buffer_size"><span class="bold"><strong>default_buffer_size</strong></span></a> </p> </td> <td> <p> The default buffer size. </p> </td> </tr></tbody> </table></div> <p> The <a class="link" href="buffered_write_stream.html" title="buffered_write_stream"><code class="computeroutput"><span class="identifier">buffered_write_stream</span></code></a> class template can be used to add buffering to the synchronous and asynchronous write operations of a stream. </p> <h5> <a name="boost_asio.reference.buffered_write_stream.h3"></a> <span><a name="boost_asio.reference.buffered_write_stream.thread_safety"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.thread_safety">Thread Safety</a> </h5> <p> <span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span> Safe. </p> <p> <span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span> Unsafe. </p> <h5> <a name="boost_asio.reference.buffered_write_stream.h4"></a> <span><a name="boost_asio.reference.buffered_write_stream.requirements"></a></span><a class="link" href="buffered_write_stream.html#boost_asio.reference.buffered_write_stream.requirements">Requirements</a> </h5> <p> <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_write_stream.hpp</code> </p> <p> <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2011 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffered_stream/write_some/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffered_write_stream/async_flush.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>