code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!doctype html> <html> <head> <meta charset=utf-8 /> <title> Davis Doan's CV</title> <link href="media/cv-screen.css" type="text/css" rel="stylesheet" media="screen"> <!-- imports --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> </head> <body> <div id="main"> <div id="content"> {{ content }} </div> </div> <div class="footer"></div> </body> </html>
davisdoan/davisdoan.github.io
_layouts/cv.html
HTML
mit
547
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>marimba</title> <link rel="stylesheet" type="text/css" href="csound.css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /> <link rel="home" href="index.html" title="Manuel de référence canonique de Csound" /> <link rel="up" href="OpcodesTop.html" title="Opcodes et opérateurs de l'orchestre" /> <link rel="prev" href="maparray.html" title="maparray" /> <link rel="next" href="massign.html" title="massign" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">marimba</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="maparray.html">Précédent</a> </td> <th width="60%" align="center">Opcodes et opérateurs de l'orchestre</th> <td width="20%" align="right"> <a accesskey="n" href="massign.html">Suivant</a></td> </tr> </table> <hr /> </div> <div class="refentry"> <a id="marimba"></a> <div class="titlepage"></div> <a id="IndexMarimba" class="indexterm"></a> <div class="refnamediv"> <h2> <span class="refentrytitle">marimba</span> </h2> <p>marimba — Modèle physique de la frappe d'un bloc de bois. </p> </div> <div class="refsect1"> <a id="idm47887661013776"></a> <h2>Description</h2> <p> La sortie audio est un son tel que celui produit lorque l'on frappe un bloc de bois comme dans un marimba. Il s'agit d'un modèle physique développé d'après Perry Cook mais recodé pour Csound. </p> </div> <div class="refsect1"> <a id="idm47887661012752"></a> <h2>Syntaxe</h2> <pre class="synopsis">ares <span class="command"><strong>marimba</strong></span> kamp, kfreq, ihrd, ipos, imp, kvibf, kvamp, ivibfn, idec \ [, idoubles] [, itriples]</pre> </div> <div class="refsect1"> <a id="idm47887661010112"></a> <h2>Initialisation</h2> <p> <span class="emphasis"><em>ihrd</em></span> -- la dureté de la baguette utilisée pour la frappe. On utilise un intervalle allant de 0 à 1. 0,5 est une valeur adéquate. </p> <p> <span class="emphasis"><em>ipos</em></span> -- le point d'impact sur le bloc, compris entre 0 et 1. </p> <p> <span class="emphasis"><em>imp</em></span> -- une table des impulsions de la frappe. Le fichier <a class="ulink" href="examples/marmstk1.wav" target="_top"><em class="citetitle">marmstk1.wav</em></a> contient une fonction adéquate créée à partir de mesures et l'on peut le charger dans une table <a class="link" href="GEN01.html" title="GEN01"><em class="citetitle">GEN01</em></a>. Il est aussi disponible à <a class="ulink" href="ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/sounds/modelling/" target="_top"><em class="citetitle">ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/sounds/modelling/</em></a>. </p> <p> <span class="emphasis"><em>ivfn</em></span> -- forme du vibrato, habituellement une table sinus, créée par une fonction </p> <p> <span class="emphasis"><em>idec</em></span> -- durée avant la fin de la note lorqu'il y a une atténuation </p> <p> <span class="emphasis"><em>idoubles</em></span> (facultatif) -- pourcentage de frappes doubles. La valeur par défaut est de 40%. </p> <p> <span class="emphasis"><em>itriples</em></span> (facultatif) -- pourcentage de frappes triples. La valeur par défaut est de 20%. </p> </div> <div class="refsect1"> <a id="idm47887660999616"></a> <h2>Exécution</h2> <p> <span class="emphasis"><em>kamp</em></span> -- Amplitude de la note. </p> <p> <span class="emphasis"><em>kfreq</em></span> -- Fréquence de la note. </p> <p> <span class="emphasis"><em>kvibf</em></span> -- Fréquence du vibrato en Hertz. L'intervalle conseillé va de de 0 à 12. </p> <p> <span class="emphasis"><em>kvamp</em></span> -- Amplitude du vibrato. </p> </div> <div class="refsect1"> <a id="idm47887660995264"></a> <h2>Exemples</h2> <p> Voici un exemple de l'opcode marimba. Il utilise les fichiers <a class="ulink" href="examples/marimba.csd" target="_top"><em class="citetitle">marimba.csd</em></a> et <a class="ulink" href="examples/marmstk1.wav" target="_top"><em class="citetitle">marmstk1.wav</em></a>. </p> <div class="example"> <a id="idm47887660992544"></a> <p class="title"> <strong>Exemple 493. Exemple de l'opcode marimba.</strong> </p> <div class="example-contents"> <p>Voir les sections <a class="link" href="UsingRealTime.html" title="Audio en temps réel"><em class="citetitle">Audio en Temps Réel</em></a> et <a class="link" href="CommandFlags.html" title="Ligne de commande de Csound"><em class="citetitle">Options de la Ligne de Commande</em></a> pour plus d'information sur l'utilisation des options de la ligne de commande.</p> <div class="refsect1"> <a id="idm47887516006336"></a> <pre class="programlisting"> <span class="csdtag">&lt;CsoundSynthesizer&gt;</span> <span class="csdtag">&lt;CsOptions&gt;</span> <span class="comment">; Select audio/midi flags here according to platform</span> <span class="comment">; Audio out Audio in No messages</span> -odac -iadc -d <span class="comment">;;;RT audio I/O</span> <span class="comment">; For Non-realtime ouput leave only the line below:</span> <span class="comment">; -o marimba.wav -W ;;; for file output any platform</span> <span class="csdtag">&lt;/CsOptions&gt;</span> <span class="csdtag">&lt;CsInstruments&gt;</span> <span class="comment">; Initialize the global variables.</span> <span class="ohdr">sr</span> <span class="op">=</span> 44100 <span class="ohdr">ksmps</span> <span class="op">=</span> 128 <span class="ohdr">nchnls</span> <span class="op">=</span> 2 <span class="comment">; Instrument #1.</span> <span class="oblock">instr</span> 1 ifreq <span class="op">=</span> <span class="opc">cpspch</span>(p4) ihrd <span class="op">=</span> 0.1 ipos <span class="op">=</span> 0.561 imp <span class="op">=</span> 1 kvibf <span class="op">=</span> 6.0 kvamp <span class="op">=</span> 0.05 ivibfn <span class="op">=</span> 2 idec <span class="op">=</span> 0.6 a1 <span class="opc">marimba</span> 20000, ifreq, ihrd, ipos, imp, kvibf, kvamp, ivibfn, idec, 20, 10 <span class="opc">outs</span> a1, a1 <span class="oblock">endin</span> <span class="csdtag">&lt;/CsInstruments&gt;</span> <span class="csdtag">&lt;CsScore&gt;</span> <span class="comment">; Table #1, the "marmstk1.wav" audio file.</span> <span class="stamnt">f</span> 1 0 256 1 "marmstk1.wav" 0 0 0 <span class="comment">; Table #2, a sine wave for the vibrato.</span> <span class="stamnt">f</span> 2 0 128 10 1 <span class="comment">; Play Instrument #1 for one second.</span> <span class="stamnt">i</span> 1 0 1 8.09 <span class="stamnt">i</span> 1 + 0.5 8.00 <span class="stamnt">i</span> 1 + 0.5 7.00 <span class="stamnt">i</span> 1 + 0.25 8.02 <span class="stamnt">i</span> 1 + 0.25 8.01 <span class="stamnt">i</span> 1 + 0.25 7.09 <span class="stamnt">i</span> 1 + 0.25 8.02 <span class="stamnt">i</span> 1 + 0.25 8.01 <span class="stamnt">i</span> 1 + 0.25 7.09 <span class="stamnt">i</span> 1 + 0.3333 8.09 <span class="stamnt">i</span> 1 + 0.3333 8.02 <span class="stamnt">i</span> 1 + 0.3334 8.01 <span class="stamnt">i</span> 1 + 0.25 8.00 <span class="stamnt">i</span> 1 + 0.3333 8.09 <span class="stamnt">i</span> 1 + 0.3333 8.02 <span class="stamnt">i</span> 1 + 0.25 8.01 <span class="stamnt">i</span> 1 + 0.3333 7.00 <span class="stamnt">i</span> 1 + 0.3334 6.00 <span class="stamnt">e</span> <span class="csdtag">&lt;/CsScore&gt;</span> <span class="csdtag">&lt;/CsoundSynthesizer&gt;</span> </pre> </div> </div> </div> <p><br class="example-break" /> </p> </div> <div class="refsect1"> <a id="idm47887660988176"></a> <h2>Voir aussi</h2> <p> <a class="link" href="vibes.html" title="vibes"><em class="citetitle">vibes</em></a> </p> </div> <div class="refsect1"> <a id="idm47887660986128"></a> <h2>Crédits</h2> <p> </p> <table border="0" summary="Simple list" class="simplelist"> <tr> <td>Auteur : John ffitch (d'après Perry Cook)</td> </tr> <tr> <td>Université de Bath, Codemist Ltd.</td> </tr> <tr> <td>Bath, UK</td> </tr> </table> <p> </p> <p>Nouveau dans la version 3.47 de Csound</p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="maparray.html">Précédent</a> </td> <td width="20%" align="center"> <a accesskey="u" href="OpcodesTop.html">Niveau supérieur</a> </td> <td width="40%" align="right"> <a accesskey="n" href="massign.html">Suivant</a></td> </tr> <tr> <td width="40%" align="left" valign="top">maparray </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Sommaire</a> </td> <td width="40%" align="right" valign="top"> massign</td> </tr> </table> </div> </body> </html>
ketchupok/csound.github.io
docs/manual-fr/marimba.html
HTML
mit
10,153
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hierarchy-builder: 1 m 4 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / hierarchy-builder - 0.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hierarchy-builder <small> 0.9.0 <span class="label label-success">1 m 4 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-18 13:00:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-18 13:00:49 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Enrico Tassi&quot; ] license: &quot;MIT&quot; homepage: &quot;https://github.com/math-comp/hierarchy-builder&quot; bug-reports: &quot;https://github.com/math-comp/hierarchy-builder/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/hierarchy-builder&quot; build: [ make ] install: [ make &quot;install&quot; &quot;VFILES=structures.v&quot; ] depends: [ &quot;coq&quot; {&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.12.0~&quot; } &quot;coq-elpi&quot; {&gt;= &quot;1.3.0&quot; &amp; &lt; &quot;1.4.0~&quot;} ] synopsis: &quot;Hierarchy Builder&quot; description: &quot;&quot;&quot; High level commands to declare and evolve a hierarchy based on packed classes. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/hierarchy-builder/archive/v0.9.0.tar.gz&quot; checksum: &quot;sha256=6eb4d51a1c66aeea8448f7c62b21a8603ccd025c00b9b62976c1e01278a6cd01&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-hierarchy-builder.0.9.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-hierarchy-builder.0.9.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 m 29 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-hierarchy-builder.0.9.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 4 s</dd> </dl> <h2>Installation size</h2> <p>Total: 704 K</p> <ul> <li>685 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/HB/structures.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/HB/structures.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/HB/structures.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-hierarchy-builder.0.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/hierarchy-builder/0.9.0.html
HTML
mit
6,838
<div class="commune_descr limited"> <p> Briscous est une ville localisée dans le département des Pyrénées-Atlantiques en Aquitaine. Elle comptait 2&nbsp;396 habitants en 2008.</p> <p>Le nombre de logements, à Briscous, était réparti en 2011 en 280 appartements et 820 maisons soit un marché relativement équilibré.</p> <p>À proximité de Briscous sont localisées les communes de <a href="{{VLROOT}}/immobilier/saint-barthelemy_40251/">Saint-Barthélemy</a> localisée à 6&nbsp;km, 325 habitants, <a href="{{VLROOT}}/immobilier/urcuit_64540/">Urcuit</a> située à 2&nbsp;km, 2&nbsp;053 habitants, <a href="{{VLROOT}}/immobilier/lahonce_64304/">Lahonce</a> située à 5&nbsp;km, 1&nbsp;971 habitants, <a href="{{VLROOT}}/immobilier/mouguerre_64407/">Mouguerre</a> située à 6&nbsp;km, 4&nbsp;359 habitants, <a href="{{VLROOT}}/immobilier/saint-laurent-de-gosse_40268/">Saint-Laurent-de-Gosse</a> à 9&nbsp;km, 497 habitants, <a href="{{VLROOT}}/immobilier/villefranque_64558/">Villefranque</a> à 9&nbsp;km, 2&nbsp;129 habitants, entre autres. De plus, Briscous est située à seulement onze&nbsp;km de <a href="{{VLROOT}}/immobilier/bayonne_64102/">Bayonne</a>.</p> <p>À Briscous, la valorisation moyenne à l'achat d'un appartement s'évalue à 1&nbsp;858 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 2&nbsp;755 &euro; du m². À la location la valeur moyenne se situe à 8,23 &euro; du m² mensuel.</p> <p>À Briscous le salaire moyen mensuel par individu se situe à approximativement 1&nbsp;994 &euro; net. C'est inférieur à la moyenne nationale.</p> <p>La commune offre de multiples équipements, elle propose entre autres un terrain de tennis, un centre d'équitation, un terrain de sport et deux boucles de randonnée.</p> <p>Briscous est situé à seulement 11 Kilomètres de Bayonne, les élèves qui souhaiteront se loger à pas cher pourront envisager de prendre un appartement à Briscous. Briscous est également un bon investissement locatif a cause de sa proximité de Bayonne et de ses Universités. Il sera envisageable de trouver un logement à vendre. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/64147.html
HTML
mit
2,145
<?xml version="1.0" encoding="utf-8"?> <!-- This comment will force IE7 to go into quirks mode. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <link rel="stylesheet" type="text/css" href="../../CSS/Contents.css"></link> <script type="text/javascript" src="../../JS/Common.js"></script> <title>ErrorVisitor&lt;T&gt;.Lambda Method (LambdaExpression)</title> </head> <body> <div id="Header"> <div id="ProjectTitle">Documentation Project</div> <div id="PageTitle">ErrorVisitor&lt;T&gt;.Lambda Method (LambdaExpression)</div> <div id="HeaderShortcuts"> <a href="#SectionHeader0" onclick="javascript: SetSectionVisibility(0, true); SetExpandCollapseAllToCollapseAll();">Syntax</a>&nbsp; </div> <div class="DarkLine"></div> <div class="LightLine"></div> <div id="HeaderToolbar"> <img id="ExpandCollapseAllImg" src="../../GFX/SmallSquareExpanded.gif" alt="" style="vertical-align: top;" onclick="javascript: ToggleAllSectionsVisibility();" /> <span id="ExpandCollapseAllSpan" onclick="javascript: ToggleAllSectionsVisibility();">Collapse All</span> </div> </div> <div id="Contents"> <a id="ContentsAnchor">&nbsp;</a> <p>There is no summary.</p> <div id="ItemLocation"> <b>Declaring type:</b> <a href="../../Contents/2/412.html">ErrorVisitor&lt;T&gt;</a><br /> <b>Namespace:</b> <a href="../../Contents/2/411.html">Sasa.Linq</a><br /> <b>Assembly:</b> <a href="../../Contents/1/6.html">Sasa.Linq</a> </div> <div id="SectionHeader0" class="SectionHeader"> <img id="SectionExpanderImg0" src="../../GFX/BigSquareExpanded.gif" alt="Collapse/Expand" onclick="javascript: ToggleSectionVisibility(0);" /> <span class="SectionHeader"> <span class="ArrowCursor" onclick="javascript: ToggleSectionVisibility(0);"> Syntax </span> </span> </div> <div id="SectionContainerDiv0" class="SectionContainer"> <table class="CodeTable"><col width="100%" /><tr class="CodeTable"><th class="CodeTable">C#</th></tr><tr class="CodeTable"><td class="CodeTable"><pre style="margin-left: 2px;">public override T Lambda ( LambdaExpression <i>e</i> ) </pre></td></tr></table> <div class="CommentHeader">Parameters</div> <div class="CommentParameterName">e</div> <div class="ParameterCommentContainer"> <p>There is no description.</p> </div> <div class="CommentHeader">Return Value</div> <div class="ParameterCommentContainer"> <p>There is no description.</p> </div> <div class="TopLink"><a href="#ContentsAnchor">Top</a></div></div> </div> <div id="Footer"> <span class="Footer">Generated by <a href="http://immdocnet.codeplex.com/" target="_blank">ImmDoc .NET</a></span>. </div> </body> </html>
fschwiet/ManyConsole
lib/Sasa-v0.9.3-docs/Contents/3/34.html
HTML
mit
2,847
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Shamcey - Metro Style Admin Template</title> <link rel="stylesheet" href="css/style.default.css" type="text/css" /> <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="js/jquery-migrate-1.1.1.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.9.2.min.js"></script> <script type="text/javascript" src="js/modernizr.min.js"></script> <script type="text/javascript" src="js/jquery.uniform.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/jquery.cookie.js"></script> <script type="text/javascript" src="js/custom.js"></script> </head> <body> <div class="mainwrapper"> <div class="header"> <div class="logo"> <a href="dashboard.html"><img src="images/logo.png" alt="" /></a> </div> <div class="headerinner"> <ul class="headmenu"> <li class="odd"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <span class="count">4</span> <span class="head-icon head-message"></span> <span class="headmenu-label">Messages</span> </a> <ul class="dropdown-menu"> <li class="nav-header">Messages</li> <li><a href=""><span class="icon-envelope"></span> New message from <strong>Jack</strong> <small class="muted"> - 19 hours ago</small></a></li> <li><a href=""><span class="icon-envelope"></span> New message from <strong>Daniel</strong> <small class="muted"> - 2 days ago</small></a></li> <li><a href=""><span class="icon-envelope"></span> New message from <strong>Jane</strong> <small class="muted"> - 3 days ago</small></a></li> <li><a href=""><span class="icon-envelope"></span> New message from <strong>Tanya</strong> <small class="muted"> - 1 week ago</small></a></li> <li><a href=""><span class="icon-envelope"></span> New message from <strong>Lee</strong> <small class="muted"> - 1 week ago</small></a></li> <li class="viewmore"><a href="messages.html">View More Messages</a></li> </ul> </li> <li> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#"> <span class="count">10</span> <span class="head-icon head-users"></span> <span class="headmenu-label">New Users</span> </a> <ul class="dropdown-menu newusers"> <li class="nav-header">New Users</li> <li> <a href=""> <img src="images/photos/thumb1.png" alt="" class="userthumb" /> <strong>Draniem Daamul</strong> <small>April 20, 2013</small> </a> </li> <li> <a href=""> <img src="images/photos/thumb2.png" alt="" class="userthumb" /> <strong>Shamcey Sindilmaca</strong> <small>April 19, 2013</small> </a> </li> <li> <a href=""> <img src="images/photos/thumb3.png" alt="" class="userthumb" /> <strong>Nusja Paul Nawancali</strong> <small>April 19, 2013</small> </a> </li> <li> <a href=""> <img src="images/photos/thumb4.png" alt="" class="userthumb" /> <strong>Rose Cerona</strong> <small>April 18, 2013</small> </a> </li> <li> <a href=""> <img src="images/photos/thumb5.png" alt="" class="userthumb" /> <strong>John Doe</strong> <small>April 16, 2013</small> </a> </li> </ul> </li> <li class="odd"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#"> <span class="count">1</span> <span class="head-icon head-bar"></span> <span class="headmenu-label">Statistics</span> </a> <ul class="dropdown-menu"> <li class="nav-header">Statistics</li> <li><a href=""><span class="icon-align-left"></span> New Reports from <strong>Products</strong> <small class="muted"> - 19 hours ago</small></a></li> <li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Users</strong> <small class="muted"> - 2 days ago</small></a></li> <li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Comments</strong> <small class="muted"> - 3 days ago</small></a></li> <li><a href=""><span class="icon-align-left"></span> Most Popular in <strong>Products</strong> <small class="muted"> - 1 week ago</small></a></li> <li><a href=""><span class="icon-align-left"></span> Most Viewed in <strong>Blog</strong> <small class="muted"> - 1 week ago</small></a></li> <li class="viewmore"><a href="charts.html">View More Statistics</a></li> </ul> </li> <li class="right"> <div class="userloggedinfo"> <img src="images/photos/thumb1.png" alt="" /> <div class="userinfo"> <h5>Juan Dela Cruz <small>- juan@themepixels.com</small></h5> <ul> <li><a href="editprofile.html">Edit Profile</a></li> <li><a href="">Account Settings</a></li> <li><a href="index.html">Sign Out</a></li> </ul> </div> </div> </li> </ul><!--headmenu--> </div> </div> <div class="leftpanel"> <div class="leftmenu"> <ul class="nav nav-tabs nav-stacked"> <li class="nav-header">Navigation</li> <li><a href="dashboard.html"><span class="iconfa-laptop"></span> Dashboard</a></li> <li><a href="buttons.html"><span class="iconfa-hand-up"></span> Buttons &amp; Icons</a></li> <li class="dropdown"><a href=""><span class="iconfa-pencil"></span> Forms</a> <ul> <li><a href="forms.html">Form Styles</a></li> <li><a href="wizards.html">Wizard Form</a></li> <li><a href="wysiwyg.html">WYSIWYG</a></li> </ul> </li> <li class="dropdown"><a href=""><span class="iconfa-briefcase"></span> UI Elements &amp; Widgets</a> <ul> <li><a href="elements.html">Theme Components</a></li> <li><a href="bootstrap.html">Bootstrap Components</a></li> <li><a href="boxes.html">Headers &amp; Boxes</a></li> </ul> </li> <li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Tables</a> <ul> <li><a href="table-static.html">Static Table</a></li> <li><a href="table-dynamic.html">Dynamic Table</a></li> </ul> </li> <li><a href="media.html"><span class="iconfa-picture"></span> Media Manager</a></li> <li><a href="typography.html"><span class="iconfa-font"></span> Typography</a></li> <li><a href="charts.html"><span class="iconfa-signal"></span> Graph &amp; Charts</a></li> <li><a href="messages.html"><span class="iconfa-envelope"></span> Messages</a></li> <li><a href="calendar.html"><span class="iconfa-calendar"></span> Calendar</a></li> <li class="dropdown"><a href=""><span class="iconfa-book"></span> Other Pages</a> <ul> <li><a href="404.html">404 Error Page</a></li> <li><a href="editprofile.html">Edit Profile</a></li> <li><a href="invoice.html">Invoice Page</a></li> <li><a href="discussion.html">Discussion Page</a></li> </ul> </li> <li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Three Level Menu Sample</a> <ul> <li class="dropdown"><a href="">Second Level Menu</a> <ul> <li><a href="">Third Level Menu</a></li> <li><a href="">Another Third Level Menu</a></li> </ul> </li> </ul> </li> </ul> </div><!--leftmenu--> </div><!-- leftpanel --> <div class="rightpanel"> <ul class="breadcrumbs"> <li><a href="dashboard.html"><i class="iconfa-home"></i></a> <span class="separator"></span></li> <li>Search Results</li> <li class="right"> <a href="" data-toggle="dropdown" class="dropdown-toggle"><i class="icon-tint"></i> Color Skins</a> <ul class="dropdown-menu pull-right skin-color"> <li><a href="default">Default</a></li> <li><a href="navyblue">Navy Blue</a></li> <li><a href="palegreen">Pale Green</a></li> <li><a href="red">Red</a></li> <li><a href="green">Green</a></li> <li><a href="brown">Brown</a></li> </ul> </li> </ul> <div class="pageheader"> <form action="results.html" method="post" class="searchbar"> <input type="text" name="keyword" placeholder="To search type and hit enter..." /> </form> <div class="pageicon"><span class="iconfa-search"></span></div> <div class="pagetitle"> <h5>Search Results</h5> <h1>Returned 10 Results</h1> </div> </div><!--pageheader--> <div class="maincontent"> <div class="maincontentinner"> <div class="row-fluid"> <div class="span3"> <h4 class="widgettitle">Refine Your Results</h4> <div class="widgetcontent"> <label class="sidebarlabel">Select Category:</label> <select style="width:100%" class="chzn-select" tabindex="2"> <option value="">Choose a Category...</option> <option value="technology">Technology</option> <option value="communication">Communication</option> <option value="web development">Web Development</option> <option value="architecture">Architecture</option> <option value="entertainment">Entertainment</option> </select> <br /><br /> <label>Select Group:</label> <input type="checkbox" name="check2" checked="checked" /> All <br /> <input type="checkbox" name="check2" /> Documents<br /> <input type="checkbox" name="check2" /> Photos <br /> <input type="checkbox" name="check2" /> Videos <br /> <input type="checkbox" name="check2" /> Audios <br /><br /> <label>Select Type:</label> <input type="checkbox" name="check2" checked="checked" /> All <br /> <input type="checkbox" name="check2" /> Excepteur sint occaecat<br /> <input type="checkbox" name="check2" /> Proident, sunt in culpa<br /> <input type="checkbox" name="check2" /> Deserunt mollit anim id<br /> <input type="checkbox" name="check2" /> Voluptatem accusantium </div> </div><!--span3--> <div class="span9"> <ul class="resultslist"> <li> <h3>Documents: <a href="">Sed ut perspiciatis unde omnis iste natus error sit</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/dashboard.html</a> </li> <li> <h3>Documents: <a href="">Et harum quidem rerum facilis est et expedita distinctio</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/elements.html</a> </li> <li> <h3>Photos: <a href="">Sed ut perspiciatis unde omnis iste natus error sit</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/dashboard.html</a> </li> <li> <h3>Video: <a href="">Sed ut perspiciatis unde omnis iste natus error sit</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/dashboard.html</a> </li> <li> <h3>Photo: <a href="">Et harum quidem rerum facilis est et expedita distinctio</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/elements.html</a> </li> <li> <h3>Audio: <a href="">Et harum quidem rerum facilis est et expedita distinctio</a></h3> <span>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque.</span> <a href="" class="link"><span class="iconfa-link"></span> http://themepixels.com/themes/demo/webpage/shamcey/elements.html</a> </li> </ul> <br /> <div class="pagination"> <ul> <li class="disabled"><a>Previous</a></li> <li class="active"><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">Next</a></li> </ul> </div> </div><!--span9--> </div><!--row-fluid--> <div class="footer"> <div class="footer-left"> <span>&copy; 2013. Shamcey Admin Template. All Rights Reserved.</span> </div> <div class="footer-right"> <span>Designed by: <a href="http://themepixels.com/">ThemePixels</a></span> </div> </div><!--footer--> </div><!--maincontentinner--> </div><!--maincontent--> </div><!--rightpanel--> </div><!--mainwrapper--> </body> </html>
fire-support/itcreative
assets/results.html
HTML
mit
18,434
--- sort_order: 481 tei_id: rdx_r9b7c.p.idp16768 annotation_count: 0 images: small-thumbnail: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r9b7c/mini-thumbnail/ json: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r9b7c/info/ full: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r9b7c/fs/ page: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r9b7c/single-page/ thumbnail: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r9b7c/thumbnail/ title: Page 473 number: 473 permalink: "/pages/473/" --- <div class="ocr-line" style="left:34.09%;top:8.35%;width:31.22%;height:1.65%;text-align:left;font-size:13.36px" data-vhfontsize="1.65"> <div class="ocr-zone ocrtext" style="width:12.86%;height:98.13%;left:0%"> <span>{% raw %}ODE{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:9.25%;height:98.13%;left:15.65%"> <span>{% raw %}ON{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:17.76%;height:100%;left:28.08%"> <span>{% raw %}PIOUS{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:14.79%;height:98.13%;left:49.1%"> <span>{% raw %}LIFE.{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:29.71%;height:96.25%;left:70.29%"> <span>{% raw %}Concluded.{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:32.16%;top:22.12%;width:61.23%;height:1.46%;text-align:left;font-size:11.86px" data-vhfontsize="1.46"> <div class="ocr-zone ocrtext" style="width:6.8%;height:74.65%;left:0%"> <span>{% raw %}Pas-sion{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.84%;height:74.65%;left:7.57%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.85%;height:51.41%;left:11.13%"> <span>{% raw %}en{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.59%;height:21.83%;left:13.79%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.35%;height:72.54%;left:15.1%"> <span>{% raw %}vy,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3%;height:74.65%;left:19.47%"> <span>{% raw %}lust{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.8%;height:74.65%;left:24.3%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.64%;height:93.66%;left:29.01%"> <span>{% raw %}pride,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.84%;height:74.65%;left:34.65%"> <span>{% raw %}While{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.82%;height:95.77%;left:40.13%"> <span>{% raw %}justice,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:9.55%;height:93.66%;left:47.99%"> <span>{% raw %}temp'rance,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.9%;height:74.65%;left:58.63%"> <span>{% raw %}truth{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.84%;height:74.65%;left:63.33%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.86%;height:93.66%;left:67.38%"> <span>{% raw %}love,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.29%;height:72.54%;left:72.49%"> <span>{% raw %}Our{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.5%;height:74.65%;left:76.71%"> <span>{% raw %}inward{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.4%;height:93.66%;left:83.13%"> <span>{% raw %}pi{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.55%;height:17.61%;left:85.38%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.83%;height:51.41%;left:86.69%"> <span>{% raw %}e{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.55%;height:13.38%;left:88.29%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.49%;height:83.1%;left:89.35%"> <span>{% raw %}ty{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.81%;height:74.65%;left:91.56%"> <span>{% raw %}ap{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.55%;height:13.38%;left:93.97%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.05%;height:76.76%;left:94.95%"> <span>{% raw %}prove.{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:11.57%;top:31.56%;width:81.85%;height:1.53%;text-align:left;font-size:12.36px" data-vhfontsize="1.53"> <div class="ocr-zone ocrtext" style="width:2.49%;height:69.59%;left:0%"> <span>{% raw %}Our{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.83%;height:71.62%;left:3%"> <span>{% raw %}flesh{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.12%;height:71.62%;left:6.4%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:8.43%;height:69.59%;left:9.06%"> <span>{% raw %}sense must be{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.36%;height:69.59%;left:17.9%"> <span>{% raw %}de{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:10.57%;height:89.86%;left:19.68%"> <span>{% raw %}- nied,-Pas-sion{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.15%;height:71.62%;left:30.82%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.39%;height:49.32%;left:33.51%"> <span>{% raw %}en{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.41%;height:12.84%;left:35.47%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.82%;height:69.59%;left:36.39%"> <span>{% raw %}vy,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.28%;height:71.62%;left:39.67%"> <span>{% raw %}lust{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.12%;height:71.62%;left:43.34%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.44%;height:89.86%;left:46.92%"> <span>{% raw %}pride,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.68%;height:67.57%;left:51.14%"> <span>{% raw %}While{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.36%;height:91.89%;left:55.52%"> <span>{% raw %}justice,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:7.26%;height:87.84%;left:60.69%"> <span>{% raw %}temp'rance,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.95%;height:71.62%;left:68.8%"> <span>{% raw %}truth{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.15%;height:71.62%;left:72.32%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.86%;height:87.84%;left:75.54%"> <span>{% raw %}love,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.49%;height:69.59%;left:79.7%"> <span>{% raw %}Our{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.11%;height:71.62%;left:82.85%"> <span>{% raw %}inward{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.02%;height:87.84%;left:87.5%"> <span>{% raw %}pi{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.35%;height:10.81%;left:89.12%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.59%;height:47.3%;left:89.98%"> <span>{% raw %}e{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.41%;height:10.81%;left:91.02%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.08%;height:79.73%;left:91.94%"> <span>{% raw %}ty{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.42%;height:71.62%;left:93.47%"> <span>{% raw %}ap{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.41%;height:16.89%;left:95.31%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.84%;height:75.68%;left:96.16%"> <span>{% raw %}prove,{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:53.86%;top:41.89%;width:39.71%;height:1.5%;text-align:left;font-size:12.11px" data-vhfontsize="1.5"> <div class="ocr-zone ocrtext" style="width:7.59%;height:73.1%;left:0%"> <span>{% raw %}While{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:9.1%;height:91.72%;left:8.64%"> <span>{% raw %}justice,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:14.84%;height:93.79%;left:20.75%"> <span>{% raw %}temp'rance,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:6.08%;height:73.1%;left:37.03%"> <span>{% raw %}truth{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.37%;height:73.1%;left:44.22%"> <span>{% raw %}and{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.95%;height:89.66%;left:49.39%"> <span>{% raw %}love,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.19%;height:71.03%;left:57.09%"> <span>{% raw %}Our{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:8.54%;height:75.17%;left:63.77%"> <span>{% raw %}inward{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.17%;height:93.79%;left:73.93%"> <span>{% raw %}pi{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.9%;height:13.1%;left:77.21%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.28%;height:50.34%;left:79.29%"> <span>{% raw %}e{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.71%;height:11.03%;left:81.81%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.29%;height:83.45%;left:83.39%"> <span>{% raw %}ty{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.8%;height:77.24%;left:86.73%"> <span>{% raw %}ap{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.84%;height:15.17%;left:90.39%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:7.91%;height:77.24%;left:92.09%"> <span>{% raw %}prove.{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:19.31%;top:63.12%;width:74.13%;height:1.4%;text-align:left;font-size:11.36px" data-vhfontsize="1.4"> <div class="ocr-zone ocrtext" style="width:3.15%;height:75.74%;left:0%"> <span>{% raw %}That{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.94%;height:77.94%;left:3.68%"> <span>{% raw %}blessed{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.56%;height:97.79%;left:9.77%"> <span>{% raw %}hope.{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.09%;height:73.53%;left:22.64%"> <span>{% raw %}That{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.88%;height:77.94%;left:26.05%"> <span>{% raw %}blessed{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.66%;height:97.79%;left:31.29%"> <span>{% raw %}hope,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.71%;height:75.74%;left:35.48%"> <span>{% raw %}The{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.96%;height:97.79%;left:38.49%"> <span>{% raw %}bright{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:7.55%;height:77.94%;left:42.85%"> <span>{% raw %}appearance{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.36%;height:75.74%;left:50.82%"> <span>{% raw %}of{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.04%;height:77.94%;left:52.44%"> <span>{% raw %}the{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.59%;height:86.76%;left:55.05%"> <span>{% raw %}Lord,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.75%;height:75.74%;left:59.1%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.82%;height:75.74%;left:62.21%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.17%;height:77.94%;left:65.49%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.18%;height:97.79%;left:70.02%"> <span>{% raw %}leaning,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.71%;height:75.74%;left:75.69%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.88%;height:75.74%;left:78.9%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.2%;height:75.74%;left:82.28%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.88%;height:97.79%;left:86.84%"> <span>{% raw %}leaning{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.57%;height:53.68%;left:92.05%"> <span>{% raw %}on{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.97%;height:77.94%;left:93.94%"> <span>{% raw %}his{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.73%;height:77.94%;left:96.27%"> <span>{% raw %}word.{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:11.7%;top:73.7%;width:81.75%;height:1.46%;text-align:left;font-size:11.86px" data-vhfontsize="1.46"> <div class="ocr-zone ocrtext" style="width:1.6%;height:72.54%;left:0%"> <span>{% raw %}Re{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:0.44%;height:11.27%;left:2.08%"> <span>{% raw %}-{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.29%;height:95.77%;left:2.91%"> <span>{% raw %}ligion{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.23%;height:72.54%;left:6.77%"> <span>{% raw %}bears{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.06%;height:55.63%;left:10.54%"> <span>{% raw %}our{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.72%;height:93.66%;left:13.05%"> <span>{% raw %}spirits{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.85%;height:72.54%;left:17.19%"> <span>{% raw %}up,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.29%;height:72.54%;left:19.67%"> <span>{% raw %}while{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.73%;height:53.52%;left:23.5%"> <span>{% raw %}we{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.96%;height:80.99%;left:25.77%"> <span>{% raw %}expect{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.25%;height:72.54%;left:30.25%"> <span>{% raw %}that{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.51%;height:74.65%;left:32.85%"> <span>{% raw %}blessed{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.41%;height:95.77%;left:37.78%"> <span>{% raw %}hope;{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.37%;height:74.65%;left:41.61%"> <span>{% raw %}The{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.6%;height:93.66%;left:44.28%"> <span>{% raw %}bright{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:6.91%;height:72.54%;left:48.14%"> <span>{% raw %}appearance{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.27%;height:72.54%;left:55.62%"> <span>{% raw %}of{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.88%;height:74.65%;left:57.06%"> <span>{% raw %}the{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.29%;height:95.77%;left:59.39%"> <span>{% raw %}Lord,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.49%;height:74.65%;left:63.19%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.55%;height:74.65%;left:66.01%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.84%;height:74.65%;left:68.92%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.73%;height:93.66%;left:73.05%"> <span>{% raw %}leaning,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.52%;height:74.65%;left:78.17%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.49%;height:72.54%;left:81.08%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.84%;height:74.65%;left:83.93%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.39%;height:100%;left:88.04%"> <span>{% raw %}leaning{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.42%;height:53.52%;left:92.73%"> <span>{% raw %}on{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.73%;height:72.54%;left:94.5%"> <span>{% raw %}his{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.35%;height:76.76%;left:96.65%"> <span>{% raw %}word.{% endraw %}</span> </div> </div> <div class="ocr-line" style="left:19.19%;top:84.47%;width:74.23%;height:1.53%;text-align:left;font-size:12.36px" data-vhfontsize="1.53"> <div class="ocr-zone ocrtext" style="width:3.05%;height:75.68%;left:0%"> <span>{% raw %}That{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.07%;height:75.68%;left:3.61%"> <span>{% raw %}blessed{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.69%;height:91.89%;left:9.25%"> <span>{% raw %}hope,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.18%;height:73.65%;left:22.07%"> <span>{% raw %}That{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.04%;height:73.65%;left:25.82%"> <span>{% raw %}blessed{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.69%;height:91.89%;left:31.42%"> <span>{% raw %}hope,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.64%;height:73.65%;left:35.64%"> <span>{% raw %}The{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.99%;height:91.89%;left:38.64%"> <span>{% raw %}bright{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:7.54%;height:73.65%;left:42.86%"> <span>{% raw %}appearance{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.39%;height:77.7%;left:50.75%"> <span>{% raw %}of{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.07%;height:73.65%;left:52.27%"> <span>{% raw %}the{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.69%;height:89.86%;left:54.7%"> <span>{% raw %}Lord,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.78%;height:75.68%;left:58.85%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.81%;height:75.68%;left:62.02%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.2%;height:73.65%;left:65.23%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:5.21%;height:89.86%;left:69.82%"> <span>{% raw %}leaning,{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.78%;height:75.68%;left:75.56%"> <span>{% raw %}And{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:2.78%;height:71.62%;left:78.8%"> <span>{% raw %}faith{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.2%;height:73.65%;left:81.97%"> <span>{% raw %}stands{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:4.84%;height:93.92%;left:86.46%"> <span>{% raw %}leaning{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.56%;height:51.35%;left:91.65%"> <span>{% raw %}on{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:1.93%;height:69.59%;left:93.75%"> <span>{% raw %}his{% endraw %}</span> </div> <div class="ocr-zone ocrtext" style="width:3.79%;height:75.68%;left:96.21%"> <span>{% raw %}word.{% endraw %}</span> </div> </div>
jpktest/test6-imagesreadux-deepzoomreadux
_volume_pages/0481.html
HTML
mit
21,256
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class RubyXL::DataValidation - rubyXL 3.1.0</title> <link href="../fonts.css" rel="stylesheet"> <link href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/navigation.js"></script> <script src="../js/search_index.js"></script> <script src="../js/search.js"></script> <script src="../js/searcher.js"></script> <script src="../js/darkfish.js"></script> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link">OOXMLObject </div> </div> </nav> <main role="main" aria-labelledby="class-RubyXL::DataValidation"> <h1 id="class-RubyXL::DataValidation" class="class"> class RubyXL::DataValidation </h1> <section class="description"> <p><a href="http://www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html">www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html</a></p> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
svishniakov/rubyXL-3.1.0
rdoc/RubyXL/DataValidation.html
HTML
mit
2,698
<<<<<<< HEAD <<<<<<< HEAD <!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-internal) on Mon Apr 06 21:45:56 EDT 2015 --> <title>ElementTreePanel.ElementTreeModel</title> <meta name="date" content="2015-04-06"> <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="ElementTreePanel.ElementTreeModel"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">archersysos.jfc.archerpad</div> <h2 title="Class ElementTreePanel.ElementTreeModel" class="title">Class ElementTreePanel.ElementTreeModel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>javax.swing.tree.DefaultTreeModel</li> <li> <ul class="inheritance"> <li>archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, javax.swing.tree.TreeModel</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad">ElementTreePanel</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">ElementTreePanel.ElementTreeModel</span> extends javax.swing.tree.DefaultTreeModel</pre> ======= <!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-internal) on Mon Apr 06 21:45:56 EDT 2015 --> <title>ElementTreePanel.ElementTreeModel</title> <meta name="date" content="2015-04-06"> <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="ElementTreePanel.ElementTreeModel"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">archersysos.jfc.archerpad</div> <h2 title="Class ElementTreePanel.ElementTreeModel" class="title">Class ElementTreePanel.ElementTreeModel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>javax.swing.tree.DefaultTreeModel</li> <li> <ul class="inheritance"> <li>archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, javax.swing.tree.TreeModel</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad">ElementTreePanel</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">ElementTreePanel.ElementTreeModel</span> extends javax.swing.tree.DefaultTreeModel</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 ======= <!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-internal) on Mon Apr 06 21:45:56 EDT 2015 --> <title>ElementTreePanel.ElementTreeModel</title> <meta name="date" content="2015-04-06"> <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="ElementTreePanel.ElementTreeModel"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">archersysos.jfc.archerpad</div> <h2 title="Class ElementTreePanel.ElementTreeModel" class="title">Class ElementTreePanel.ElementTreeModel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>javax.swing.tree.DefaultTreeModel</li> <li> <ul class="inheritance"> <li>archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, javax.swing.tree.TreeModel</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad">ElementTreePanel</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">ElementTreePanel.ElementTreeModel</span> extends javax.swing.tree.DefaultTreeModel</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 <div class="block">ElementTreeModel is an implementation of TreeModel to handle displaying the Elements from a Document. AbstractDocument.AbstractElement is the default implementation used by the swing text package to implement Element, and it implements TreeNode. This makes it trivial to create a DefaultTreeModel rooted at a particular Element from the Document. Unfortunately each Document can have more than one root Element. Implying that to display all the root elements as a child of another root a fake node has be created. This class creates a fake node as the root with the children being the root elements of the Document (getRootElements). <p>This subclasses DefaultTreeModel. The majority of the TreeModel <<<<<<< HEAD <<<<<<< HEAD methods have been subclassed, primarily to special case the root.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected javax.swing.text.Element[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#rootElements">rootElements</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Fields inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>asksAllowsChildren, listenerList, root</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#ElementTreePanel.ElementTreeModel(javax.swing.text.Document)">ElementTreePanel.ElementTreeModel</a></strong>(javax.swing.text.Document&nbsp;document)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChild(java.lang.Object, int)">getChild</a></strong>(java.lang.Object&nbsp;parent, int&nbsp;index)</code> <div class="block">Returns the child of <I>parent</I> at index <I>index</I> in the parent's child array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChildCount(java.lang.Object)">getChildCount</a></strong>(java.lang.Object&nbsp;parent)</code> <div class="block">Returns the number of children of <I>parent</I>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getIndexOfChild(java.lang.Object, java.lang.Object)">getIndexOfChild</a></strong>(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</code> <div class="block">Returns the index of child in parent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected javax.swing.tree.TreeNode[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getPathToRoot(javax.swing.tree.TreeNode, int)">getPathToRoot</a></strong>(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</code> <div class="block">Returns the path to a particluar node.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#isLeaf(java.lang.Object)">isLeaf</a></strong>(java.lang.Object&nbsp;node)</code> <div class="block">Returns true if <I>node</I> is a leaf.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#nodeChanged(javax.swing.tree.TreeNode)">nodeChanged</a></strong>(javax.swing.tree.TreeNode&nbsp;node)</code> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Methods inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="rootElements"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>rootElements</h4> <pre>protected&nbsp;javax.swing.text.Element[] rootElements</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ElementTreePanel.ElementTreeModel(javax.swing.text.Document)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ElementTreePanel.ElementTreeModel</h4> <pre>public&nbsp;ElementTreePanel.ElementTreeModel(javax.swing.text.Document&nbsp;document)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getChild(java.lang.Object, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> <pre>public&nbsp;java.lang.Object&nbsp;getChild(java.lang.Object&nbsp;parent, int&nbsp;index)</pre> ======= methods have been subclassed, primarily to special case the root.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected javax.swing.text.Element[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#rootElements">rootElements</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Fields inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>asksAllowsChildren, listenerList, root</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#ElementTreePanel.ElementTreeModel(javax.swing.text.Document)">ElementTreePanel.ElementTreeModel</a></strong>(javax.swing.text.Document&nbsp;document)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChild(java.lang.Object, int)">getChild</a></strong>(java.lang.Object&nbsp;parent, int&nbsp;index)</code> <div class="block">Returns the child of <I>parent</I> at index <I>index</I> in the parent's child array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChildCount(java.lang.Object)">getChildCount</a></strong>(java.lang.Object&nbsp;parent)</code> <div class="block">Returns the number of children of <I>parent</I>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getIndexOfChild(java.lang.Object, java.lang.Object)">getIndexOfChild</a></strong>(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</code> <div class="block">Returns the index of child in parent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected javax.swing.tree.TreeNode[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getPathToRoot(javax.swing.tree.TreeNode, int)">getPathToRoot</a></strong>(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</code> <div class="block">Returns the path to a particluar node.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#isLeaf(java.lang.Object)">isLeaf</a></strong>(java.lang.Object&nbsp;node)</code> <div class="block">Returns true if <I>node</I> is a leaf.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#nodeChanged(javax.swing.tree.TreeNode)">nodeChanged</a></strong>(javax.swing.tree.TreeNode&nbsp;node)</code> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Methods inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="rootElements"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>rootElements</h4> <pre>protected&nbsp;javax.swing.text.Element[] rootElements</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ElementTreePanel.ElementTreeModel(javax.swing.text.Document)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ElementTreePanel.ElementTreeModel</h4> <pre>public&nbsp;ElementTreePanel.ElementTreeModel(javax.swing.text.Document&nbsp;document)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getChild(java.lang.Object, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> <pre>public&nbsp;java.lang.Object&nbsp;getChild(java.lang.Object&nbsp;parent, int&nbsp;index)</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 ======= methods have been subclassed, primarily to special case the root.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#archersysos.jfc.archerpad.ElementTreePanel.ElementTreeModel">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected javax.swing.text.Element[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#rootElements">rootElements</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Fields inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>asksAllowsChildren, listenerList, root</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#ElementTreePanel.ElementTreeModel(javax.swing.text.Document)">ElementTreePanel.ElementTreeModel</a></strong>(javax.swing.text.Document&nbsp;document)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChild(java.lang.Object, int)">getChild</a></strong>(java.lang.Object&nbsp;parent, int&nbsp;index)</code> <div class="block">Returns the child of <I>parent</I> at index <I>index</I> in the parent's child array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getChildCount(java.lang.Object)">getChildCount</a></strong>(java.lang.Object&nbsp;parent)</code> <div class="block">Returns the number of children of <I>parent</I>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getIndexOfChild(java.lang.Object, java.lang.Object)">getIndexOfChild</a></strong>(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</code> <div class="block">Returns the index of child in parent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected javax.swing.tree.TreeNode[]</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#getPathToRoot(javax.swing.tree.TreeNode, int)">getPathToRoot</a></strong>(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</code> <div class="block">Returns the path to a particluar node.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#isLeaf(java.lang.Object)">isLeaf</a></strong>(java.lang.Object&nbsp;node)</code> <div class="block">Returns true if <I>node</I> is a leaf.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html#nodeChanged(javax.swing.tree.TreeNode)">nodeChanged</a></strong>(javax.swing.tree.TreeNode&nbsp;node)</code> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_javax.swing.tree.DefaultTreeModel"> <!-- --> </a> <h3>Methods inherited from class&nbsp;javax.swing.tree.DefaultTreeModel</h3> <code>addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="rootElements"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>rootElements</h4> <pre>protected&nbsp;javax.swing.text.Element[] rootElements</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ElementTreePanel.ElementTreeModel(javax.swing.text.Document)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ElementTreePanel.ElementTreeModel</h4> <pre>public&nbsp;ElementTreePanel.ElementTreeModel(javax.swing.text.Document&nbsp;document)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getChild(java.lang.Object, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> <pre>public&nbsp;java.lang.Object&nbsp;getChild(java.lang.Object&nbsp;parent, int&nbsp;index)</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 <div class="block">Returns the child of <I>parent</I> at index <I>index</I> in the parent's child array. <I>parent</I> must be a node previously obtained from this data source. This should not return null if <i>index</i> is a valid index for <i>parent</i> (that is <i>index</i> >= 0 && <i>index</i> <<<<<<< HEAD <<<<<<< HEAD < getChildCount(<i>parent</i>)).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the child of <I>parent</I> at index <I>index</I></dd></dl> </li> </ul> <a name="getChildCount(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChildCount</h4> <pre>public&nbsp;int&nbsp;getChildCount(java.lang.Object&nbsp;parent)</pre> <div class="block">Returns the number of children of <I>parent</I>. Returns 0 if the node is a leaf or if it has no children. <I>parent</I> must be a node previously obtained from this data source.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChildCount</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChildCount</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the number of children of the node <I>parent</I></dd></dl> </li> </ul> <a name="isLeaf(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLeaf</h4> <pre>public&nbsp;boolean&nbsp;isLeaf(java.lang.Object&nbsp;node)</pre> ======= < getChildCount(<i>parent</i>)).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the child of <I>parent</I> at index <I>index</I></dd></dl> </li> </ul> <a name="getChildCount(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChildCount</h4> <pre>public&nbsp;int&nbsp;getChildCount(java.lang.Object&nbsp;parent)</pre> <div class="block">Returns the number of children of <I>parent</I>. Returns 0 if the node is a leaf or if it has no children. <I>parent</I> must be a node previously obtained from this data source.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChildCount</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChildCount</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the number of children of the node <I>parent</I></dd></dl> </li> </ul> <a name="isLeaf(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLeaf</h4> <pre>public&nbsp;boolean&nbsp;isLeaf(java.lang.Object&nbsp;node)</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 ======= < getChildCount(<i>parent</i>)).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the child of <I>parent</I> at index <I>index</I></dd></dl> </li> </ul> <a name="getChildCount(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getChildCount</h4> <pre>public&nbsp;int&nbsp;getChildCount(java.lang.Object&nbsp;parent)</pre> <div class="block">Returns the number of children of <I>parent</I>. Returns 0 if the node is a leaf or if it has no children. <I>parent</I> must be a node previously obtained from this data source.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getChildCount</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getChildCount</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>the number of children of the node <I>parent</I></dd></dl> </li> </ul> <a name="isLeaf(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLeaf</h4> <pre>public&nbsp;boolean&nbsp;isLeaf(java.lang.Object&nbsp;node)</pre> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 <div class="block">Returns true if <I>node</I> is a leaf. It is possible for this method to return false even if <I>node</I> has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is <<<<<<< HEAD <<<<<<< HEAD not a leaf, but it also has no children.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>isLeaf</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>isLeaf</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>true if <I>node</I> is a leaf</dd></dl> </li> </ul> <a name="getIndexOfChild(java.lang.Object, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexOfChild</h4> <pre>public&nbsp;int&nbsp;getIndexOfChild(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</pre> <div class="block">Returns the index of child in parent.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="nodeChanged(javax.swing.tree.TreeNode)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nodeChanged</h4> <pre>public&nbsp;void&nbsp;nodeChanged(javax.swing.tree.TreeNode&nbsp;node)</pre> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>nodeChanged</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="getPathToRoot(javax.swing.tree.TreeNode, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPathToRoot</h4> <pre>protected&nbsp;javax.swing.tree.TreeNode[]&nbsp;getPathToRoot(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</pre> <div class="block">Returns the path to a particluar node. This is recursive.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>getPathToRoot</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html> ======= not a leaf, but it also has no children.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>isLeaf</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>isLeaf</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>true if <I>node</I> is a leaf</dd></dl> </li> </ul> <a name="getIndexOfChild(java.lang.Object, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexOfChild</h4> <pre>public&nbsp;int&nbsp;getIndexOfChild(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</pre> <div class="block">Returns the index of child in parent.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="nodeChanged(javax.swing.tree.TreeNode)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nodeChanged</h4> <pre>public&nbsp;void&nbsp;nodeChanged(javax.swing.tree.TreeNode&nbsp;node)</pre> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>nodeChanged</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="getPathToRoot(javax.swing.tree.TreeNode, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPathToRoot</h4> <pre>protected&nbsp;javax.swing.tree.TreeNode[]&nbsp;getPathToRoot(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</pre> <div class="block">Returns the path to a particluar node. This is recursive.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>getPathToRoot</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453 ======= not a leaf, but it also has no children.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>isLeaf</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>isLeaf</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - a node in the tree, obtained from this data source</dd> <dt><span class="strong">Returns:</span></dt><dd>true if <I>node</I> is a leaf</dd></dl> </li> </ul> <a name="getIndexOfChild(java.lang.Object, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexOfChild</h4> <pre>public&nbsp;int&nbsp;getIndexOfChild(java.lang.Object&nbsp;parent, java.lang.Object&nbsp;child)</pre> <div class="block">Returns the index of child in parent.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in interface&nbsp;<code>javax.swing.tree.TreeModel</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code>getIndexOfChild</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="nodeChanged(javax.swing.tree.TreeNode)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nodeChanged</h4> <pre>public&nbsp;void&nbsp;nodeChanged(javax.swing.tree.TreeNode&nbsp;node)</pre> <div class="block">Invoke this method after you've changed how node is to be represented in the tree.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>nodeChanged</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> <a name="getPathToRoot(javax.swing.tree.TreeNode, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPathToRoot</h4> <pre>protected&nbsp;javax.swing.tree.TreeNode[]&nbsp;getPathToRoot(javax.swing.tree.TreeNode&nbsp;aNode, int&nbsp;depth)</pre> <div class="block">Returns the path to a particluar node. This is recursive.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>getPathToRoot</code>&nbsp;in class&nbsp;<code>javax.swing.tree.DefaultTreeModel</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../archersysos/jfc/archerpad/ElementTreePanel.html" title="class in archersysos.jfc.archerpad"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html" target="_top">Frames</a></li> <li><a href="ElementTreePanel.ElementTreeModel.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html> >>>>>>> b875702c9c06ab5012e52ff4337439b03918f453
ArcherSys/ArcherSys
java/bin/archersysos/jfc/archerpad/ElementTreePanel.ElementTreeModel.html
HTML
mit
53,672
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cantor: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / cantor - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> cantor <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55: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.10.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cantor&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Cantor&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: ordinal numbers&quot; &quot;keyword: well-foundedness&quot; &quot;keyword: termination&quot; &quot;keyword: rpo&quot; &quot;keyword: Goodstein sequences&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2006-05-22&quot; ] authors: [ &quot;Pierre Castéran &lt;pierre.casteran@labri.fr&gt; [http://www.labri.fr/~casteran/]&quot; &quot;Évelyne Contejean &lt;contejea@lri.fr&gt; [http://www.lri.fr/~contejea]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cantor/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cantor.git&quot; synopsis: &quot;On Ordinal Notations&quot; description: &quot;&quot;&quot; This contribution contains data structures for ordinals less than Gamma0 under Cantor and Veblen normal forms. Well-foundedness is established thanks to RPO with status for generic terms. This contribution also includes termination proofs of Hydra battles and Goodstein sequences as well as a computation of the length of the Goodstein sequence starting from 4 in base 2. This work is supported by INRIA-Futurs (Logical project-team), CNRS and the French ANR via the A3PAT project (http://www3.iie.cnam.fr/~urbain/a3pat/).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cantor/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=0d9dd2dbc4113114badd1eacec30748c&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-cantor.8.6.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-cantor -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-cantor.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/cantor/8.6.0.html
HTML
mit
7,434
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"> <title>PCA for attributes</title> <link rel="stylesheet" type="text/css" href="Help.css"> </head> <body> <h1>PCA for attributes</h1> <p>This tool can be used to perform a principal component analysis (PCA) on a group of specified attributes from a vector file. PCA is a common data reduction technique that is used to reduce the dimensionality of multi-dimensional data space. Correlation among attributes in the original data set represents data redundancy, i.e. fewer attributes than are present are required to represent the same information, where the information is related to variance within the attributes. PCA transforms the original data set of <i>n</i> attributes into <i>n</i> 'components' variables, where each component is uncorrelated with all other components. The technique works by transforming the axes of the multi-spectral space such that they coincides with the directions of greatest correlation. Each of these new axes are orthogonal to one another. PCA is therefore a type of coordinate system transformation. The PCA components are arranged such that the greatest amount of variance (or information) within the original data set, is contained within the first component and the amount of variance decreases with each component. It is often the case that the majority of the information contained in a multi-dimensional data set can be represented by the first three or four PCA components. The higher-order components are often associated with noise in the original data set.</p> <p>The user must specify the name of the input shapefile and the names of the input attributes. Additionally, the user must specify whether to perform a standardized PCA and the number of output components to generate (all components will be output unless otherwise specified; there can be as many components generated as there are input attributes). A standardized PCA is performed using the correlation matrix rather than the variance-covariance matrix. This is appropriate when the variances in the input attributes differ substantially, such as would be the case if they contained values that were recorded in different units (e.g. feet and meters) or on different scales. The tool can output a specified number of components (must be less than the number of variables). If this parameter is not specified (left blank in dialog) all components will be recorded in the output.</p> <p>Several outputs will be generated when the tool has completed. A text report will output into the text area at the bottom of the Whitebox user-interface. This report contains useful data and it is advisable to save it for later reference by right-clicking over the text area and selecting 'Save'. The first table that is in the PCA report lists the amount of explained variance (in non-cumulative and cumulative form), the eigenvalue, and the eigenvector for each component. Each of the PCA components refer to the newly created, transformed attribute stored in the shapefile's database file. The amount of explained variance associated with each component can be thought of as a measure of how much information content within the original multi-spectral data set that a component has. The higher this value is, the more important the component is. This same information is presented in graphical form in the 'Scree Plot' that is also output by the tool. Note that you can save the scree plot by right-clicking over the plot and selecting 'Save'. The eigenvalue is another measure of the information content of a component and the eigenvector describes the mathematical transformation (rotation coordinates) that correspond to a particular component image.</p> <p><i>Factor Loadings</i> are also output in a table within the PCA text report. These loading values describe the correlation (i.e. <i>r</i> values) between each of the PCA components (columns) and the original attributes (rows). These values show you how the information contained in an attribute is spread among the components. An analysis of factor loadings can be reveal useful information about the data set. For example, it can help to identify groups of similar attributes.</p> <p>PCA is used as a data reduction technique and for noise reduction. While this tool is intended to be applied to the attributes of a vector file, PCA can also be performed on imagery data using the <a href="PrincipalComponentAnalysis.html"><b><i>Principal Component Analysis</i></b></a> tool.</p> <h2 class="SeeAlso">See Also:</h2> <ul> <li><a href="PrincipalComponentAnalysis.html">Principal Component Analysis</a></li> </ul> <h2 class="SeeAlso">Scripting:</h2> <p>The following is an example of a Python script that uses this tool:</p> <p style="background-color: rgb(240,240,240)"> <code> wd = pluginHost.getWorkingDirectory()&#10;<br> # Input data has the shapefile name followed&#10;<br> # by each attribute included in the analysis, &#10;<br> # separated by semicolons.&#10;<br> inputData = wd + "neighbourhoods.shp" + ";" + "NUM_SCHOOLS" + ";" + "INCOME" + ";" + "POP_DENSITY"&#10;<br> standardized = "true"&#10;<br> numOutputComponents = "not specified"&#10;<br> args = [inputData, standardized, numOutputComponents]&#10;<br> pluginHost.runPlugin("PCAForAttributes", args, False)&#10;<br> </code> </p> <p>This is a Groovy script also using this tool:</p> <p style="background-color: rgb(240,240,240)"> <code> def wd = pluginHost.getWorkingDirectory()&#10;<br> // Input data has the shapefile name followed &#10;<br> // by each attribute included in the analysis, &#10;<br> // separated by semicolons.&#10;<br> def inputData = wd + "neighbourhoods.shp" + ";" + "NUM_SCHOOLS" + ";" + "INCOME" + ";" + "POP_DENSITY"&#10;<br> def standardized = "true"&#10;<br> def numOutputComponents = "2"&#10;<br> String[] args = [inputData, standardized, numOutputComponents]&#10;<br> pluginHost.runPlugin("PCAForAttributes", args, False)&#10;<br> </code> </p> <h2 class="SeeAlso">Credits:</h2> <ul> <li><a href="mailto:jlindsay@uoguelph.ca">John Lindsay</a> (2012)</li> </ul> </body> </html>
jblindsay/jblindsay.github.io
ghrg/Whitebox/WhiteboxGAT-linux/resources/Help/PCAForAttributes.html
HTML
mit
7,606
<div class="row"> <div class="col-md-12"> <div id="modal" class="modal hide fade"> <div class="modal-header"> <h3>Mapping the world!</h3> </div> <div id="0" class="modal-body" style="display:none"> Hi there! <br/> Thank you for helping HOT and Missing Maps create a complete map the world. </div> <div id="1" class="modal-body" style="display:none"> Your job if you accept it is to identify if there are buildings or roads to map. </div> <div id="2" class="modal-body" style="display:none"> <p>The application is really simple. It loads an aerial imagery piece and ask you this question: <strong>Do you see a building or a road in this photo?</strong></p> <img src="" class="img-thumbnail"/> <p>You will have 3 possible answers: <ul> <li>Yes,</li> <li>No, and</li> <li>I don't know (imagery is bad or too cloudy)</li> </ul> </p> <p> </p> <p>All you have to do is to click in one of the three possible answers and you will be done. Other users (mappers) will use this information to map the buildings and the roads to complete the <a href="http://openstreetmap.org" target="_blank">OpenStreetMap</a> database.</p> </div> <div id="3" class="modal-body" style="display:none"> <p> Here's an example of imagery with no road nor buildings. </p> <p class="text-center"> <img src="https://ecn.t0.tiles.virtualearth.net/tiles/a30010031313102222.jpeg?g=3643" /> <br> <button class="btn btn-danger btn-answer" value='No'><i class="fa fa-thumbs-o-down"></i> No</button> </p> </div> <div id="4" class="modal-body" style="display:none"> <p> Here's an example of imagery with settlments. </p> <p class="text-center"> <img src="https://ecn.t3.tiles.virtualearth.net/tiles/a3001012021301220311.jpeg?g=3643" /> <br> <button class="btn btn-success btn-answer" value='Yes'><i class="fa fa-thumbs-o-up"></i>Yes</button> </p> </div> <div id="5" class="modal-body" style="display:none"> <p> Here's an example of imagery with a road. </p> <p class="text-center"> <img src="https://ecn.t1.tiles.virtualearth.net/tiles/a3001012021301222030.jpeg?g=3643" /> <br> <button class="btn btn-success btn-answer" value='Yes'><i class="fa fa-thumbs-o-up"></i>Yes</button> </p> </div> <div id="6" class="modal-body" style="display:none"> <p> Here's an example of bad imagery. </p> <p class="text-center"> <img src="https://ecn.t1.tiles.virtualearth.net/tiles/a300100313130033021.jpeg?g=3643" /> <br> <button class="btn btn-answer" value='Bad'><i class="fa fa-exclamation"></i>No or Bad imagery</button> </p> </div> <div id="7" class="modal-body" style="display:none"> <p> Here's an example of bad imagery. </p> <p class="text-center"> <img src="https://ecn.t2.tiles.virtualearth.net/tiles/a300101202030132113.jpeg?g=3643" /> <br> <button class="btn btn-answer" value='Bad'><i class="fa fa-exclamation"></i>No or Bad imagery</button> </p> </div> <div id="8" class="modal-body" style="display:none"> <p> You're ready now! <br /> Let's map the world! </p> </div> <div class="modal-footer"> <a id="prevBtn" href="#" onclick="showStep('prev')" class="btn">Previous</a> <a id="nextBtn" href="#" onclick="showStep('next')" class="btn btn-success">Next</a> <a id="startContrib" href="newtask" class="btn btn-primary" style="display:none"><i class="fa fa-thumbs-o-up"></i> Start contributing!</a> </div> </div> </div> </div> <script> var step = -1; function showStep(action) { $("#" + step).hide(); if (action == 'next') { step = step + 1; } if (action == 'prev') { step = step - 1; } if (step == 0) { $("#prevBtn").hide(); } else { $("#prevBtn").show(); } if (step == 8 ) { $("#nextBtn").hide(); $("#startContrib").show(); } $("#" + step).show(); } showStep('next'); $("#modal").modal('show'); </script>
pgiraud/bheka
tutorial.html
HTML
mit
5,281
<script src="../thirdparty/jquery/jquery-1.11.0.min.js"></script> <!-- Debug --> <link href="../build/mt.css" rel="stylesheet"> <!-- Release min --> <!--<link href="../build/mt-min.css" rel="stylesheet">--> <!-- Debug --> <script src="../build/load-all-js-files.js"></script> <!-- Release --> <!--<script src="../build/mt.js"></script>--> <!-- Release min --> <!--<script src="../build/mt-min.js"></script>--> <script> Mt.Class('Car', { extend: Mt.Event, constructor: function(){ var me = this; console.log('Car constructor'); me.Super('const', arguments); me.addEvents('run'); }, name: 'Car', run: function(km){ var me = this; me.fire('run'); }, stop: function(){ var me = this; me.fire('stop'); }, getName: function(){ console.log(this.name); } }); Mt.Class('AverageCar', { extend: Car, name: 'AverageCar', constructor: function(){ console.log('AverageCar constructor'); this.Super('const', arguments); }, run: function(){ console.log('cool'); this.Super('run', arguments); } }); Mt.Class('SuperCar', { extend: AverageCar, name: 'SuperCar', constructor: function(){ console.log('SuperCar constructor'); this.Super('const', arguments); }, run: function(){ console.log('runnnnnn'); this.Super('run', arguments); } }); var s = new SuperCar(); s.getName(); s.run(70); s.once('run', function(){ console.log('once run'); }); var runFn = function(){ console.log('on run'); }; s.on('run', runFn); var numRun = 0; setInterval(function(){ s.run(); numRun++ if(numRun === 5){ s.un('', runFn); } }, 2000); </script>
MtJavaScript/MtJS
mt/samples/event.html
HTML
mit
1,594
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Prima elaborazione sui Finanziamenti Infrastrutture Puglia con i Fondi Strutturali | openPuglia Blog</title> <meta name="description" content="E' sui Trasporti che la Puglia ha speso i maggiori finanziamenti provenienti dai fondi strutturali europei per quanto riguarda il miglioramento delle Infrast..."> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSS --> <link rel="stylesheet" href="/blog/css/main.css"> <!--Favicon--> <link rel="shortcut icon" href="/blog/favicon.ico" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="http://opendatabari.github.io/blog/open%20data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="openPuglia Blog" href="http://opendatabari.github.io/blog/feed.xml" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css"> <script src="https://apis.google.com/js/plusone.js"></script> <!-- 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-9970885-18', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/it_IT/sdk.js#xfbml=1&appId=320633634804771&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <header class="site-header"> <div class="branding"> <a href="http://opendatabari.github.io//blog/"> <img class="avatar" src="http://opendatabari.github.io//blog/img/logo.png" alt=""/> </a> <h1 class="site-title"> <a href="http://opendatabari.github.io//blog/">openPuglia Blog</a> </h1> </div> <nav class="site-nav"> <ul> <li> <a class="page-link" href="/blog/about/">About</a> </li> <li> <a class="page-link" href="/blog/odd15/">ODD2015</a> </li> <!-- Social icons from Font Awesome, if enabled --> <li> <a href="http://opendatabari.github.io/blog/feed.xml" title="Follow RSS feed"> <i class="fa fa-fw fa-rss"></i> </a> </li> <li> <a href="https://www.facebook.com/https://www.facebook.com/groups/1582370461982907/" title="Follow on Facebook"> <i class="fa fa-fw fa-facebook"></i> </a> </li> <li> <a href="https://github.com/opendatabari" title="Follow on GitHub"> <i class="fa fa-fw fa-github"></i> </a> </li> <li> <a href="https://plus.google.com/https://plus.google.com/communities/114201169795304528470" title="Follow on Google+"> <i class="fa fa-fw fa-google-plus"></i> </a> </li> <li> <a href="https://twitter.com/sgipuglia" title="Follow on Twitter"> <i class="fa fa-fw fa-twitter"></i> </a> </li> </ul> </nav> </header> <div class="content"> <article > <header style="background-image: url('http://opendatabari.github.io/blog/img/'); opacity: 0.6; filter: alpha(opacity=60); background-color: #ffffff;"> <p class="meta"> <a href="http://www.facebook.com/share.php?u=http://opendatabari.github.io/blog//open%20data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html&title=Prima elaborazione sui Finanziamenti Infrastrutture Puglia con i Fondi Strutturali" target="_blank"><i class="fa fa-facebook-square"></i></a> <a href="https://twitter.com/intent/tweet?url=http://opendatabari.github.io/blog//open%20data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html&hashtags=openpuglia" target="_blank"><i class="fa fa-twitter-square"></i></a> <a href="https://plus.google.com/share?url=http://opendatabari.github.io/blog///open%20data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html" target="_blank"><i class="fa fa-google-plus-square"></i></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http://opendatabari.github.io/blog///open%20data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html&title=Prima elaborazione sui Finanziamenti Infrastrutture Puglia con i Fondi Strutturali&source=openpuglia.org" target="_blank"><i class="fa fa-linkedin-square"></i></a> </p> <h1 class="title" style="color: #FFFFFF;">Prima elaborazione sui Finanziamenti Infrastrutture Puglia con i Fondi Strutturali</h1> <p class="meta"> November 24, 2013 - Chiara Ciociola <a href="mailto: chiara.ciociola@gmail.com " target="_blank"> <i class="fa fa-envelope"></i> </a> </p> </header> <section class="post-content"> <p>E' sui <strong>Trasporti</strong> che la Puglia ha speso i maggiori finanziamenti provenienti dai fondi strutturali europei per quanto riguarda il miglioramento delle <strong>Infrastrutture.</strong></p> <p>Questo è quanto ci dicono i dati scaricati dal portale <a href="http://www.opencoesione.gov.it/">Open Coesione</a> riguardanti la <a href="http://www.opencoesione.gov.it/territori/regioni/puglia-regione/">Regione Puglia</a>. Dal grafico qui sotto cliccando sul bottone "progetti"  è possibile vedere la quantità di progetti per tema, mentre su  finanziamenti possiamo verificare il totale dei finanziamenti impegnati, sempre rispetto al tema.</p> <p><iframe src="http://cf.datawrapper.de/eCZRJ/2/" height="480" width="640" allowfullscreen="allowfullscreen" frameborder="0"></iframe></p> </section> <!-- Disqus --> <!-- Facebook --> <section class="post-content"> <div class="fb-comments" data-href="http://opendatabari.github.io//blog" data-numposts="5" data-colorscheme="light" width="100%"></div> </section> </article> </div> <footer class="site-footer"> <p class="text">Powered by <a href="http://www.openpuglia.org" target="_blank">open Puglia Project</a> </p> </footer> </body> </html>
opendatabari/blog
_site/open data/2013/11/24/prima-elaborazione-sui-finanziamenti-infrastrutture-puglia-con-i-fondi-strutturali.html
HTML
mit
6,947
<!doctype html> <html> <head> <!--Page Info--> <title>divergence</title> <!--css link--> <link rel="stylesheet" href="https://manglekuo.com/i-v/styles.css?v=2"> <!--Required JS resources--> <!--NB: better to have resources before the main body but still works even if they are not--> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="http://www.numericjs.com/lib/numeric-1.2.6.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/3.15.0/math.min.js"></script> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> </head> <body> <div class="container"> <div class="row"> <!-- Graph --> <div class="six columns"> <h1>Divergence</h1> <div id='graph' style="width:450px; height:450px;"></div> <br> <div> <input id="animate" class="button-primary" type="submit" value="Play"> </div> </div> </div> </div> <!--THE BRAINS--> <script src=script/ani.js></script> <script src=script/han1.js></script> <script src=script/new_divergence.js></script> </body> </html>
cydcowley/Imperial-Visualizations
visuals_maths/Omar/divergence.html
HTML
mit
1,310
<section class="section-manifest wrapper" id="manifest"> <div class="manifest"> <header class="m-header"> <div class="m-header__icon"> <img scrset="images/icon-d_2x.png 2x, images/icon-d_1x.png 1x" src="images/icon-d_1x.png" alt=""> </div> <h1 class="m-header__title">Title</h1> </header> <ol class="m-list"> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> <li class="m-list__item"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac neque bibendum, vehicula ipsum et, tincidunt </li> </ol> </div> </section>
fattombo/chilid
app/html/section-manifest.html
HTML
mit
1,387
<html> <script type="text/javascript"> var canvas, ctx, flag = false; var prevX, preyY, currX, currY; prevX = prevY = currX = currY = 0; var dot_flag = false; var x = "black"; var y = 2; function init() { canvas = document.getElementById("canvas"); ctx = canvas.getContext("2d"); w = canvas.width; h = canvas.height; canvas.addEventListener("mousemove", function(e) { findxy("move", e); }, false); canvas.addEventListener("mousedown", function(e) { findxy("down", e); }, false); canvas.addEventListener("mouseup", function(e) { findxy("up", e); }, false); canvas.addEventListener("mouseout", function(e) { findxy("out", e); }, false); } function draw() { ctx.beginPath(); ctx.moveTo(prevX, prevY); ctx.lineTo(currX, currY); ctx.strokeStyle = x; ctx.lineWidth = y; ctx.stroke(); ctx.closePath(); } function findxy(res, e) { var div = document.getElementById("pos") console.log(res); if (res == "down") { prevX = currX; prevY = currY; currX = e.clientX - canvas.offsetLeft; currY = e.clientY - canvas.offsetTop; flag = true; dot_flag = true; if (dot_flag) { ctx.beginPath(); ctx.fillStyle = x; ctx.fillRect(currX, currY, 2, 2); ctx.closePath(); dot_flag = false; } } if (res == "up" || res == "out") { flag = false; } if (res == "move") { if (flag) { prevX = currX; prevY = currY; currX = e.clientX - canvas.offsetLeft; currY = e.clientY - canvas.offsetTop; draw(); } } pos.innerHTML = "prevX: " + prevX + "<br/>prevY: " + prevY + "<br/>currX: " + currX + "<br/>currY: " + currY } </script> <body onload=init()> <canvas id=canvas width="1000" height="500" style="border: 2px black solid;"></canvas> <div id=pos></div> </body> </html>
thumphries/untitled
canvas.html
HTML
mit
1,817
<!DOCTYPE html> <html> <head> <title>The page you were looking for doesn't exist (404)</title> <style type="text/css"> body { background-color: #eee; color: #666; text-align: center; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif; font-weight:100; letter-spacing: 0px; } div.dialog { background-color: #fff; width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #f00; line-height: 1.5em; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif; font-weight:100; letter-spacing: 0px; } </style> </head> <body> <!-- This file lives in public/404.html --> <div class="dialog"> <h1>ArtGrabbr: 404 Error!</h1> <p>You may have mistyped the address or the page may have moved. </p> </div> </body> </html>
geekjuice/artgrabbr
public/404.html
HTML
mit
1,410
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_20) on Sun Sep 14 18:51:37 CEST 2014 --> <title>Generated Documentation (Untitled)</title> <script type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") targetPage = targetPage.substring(1); if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage))) targetPage = "undefined"; function validURL(url) { try { url = decodeURIComponent(url); } catch (error) { return false; } var pos = url.indexOf(".html"); if (pos == -1 || pos != url.length - 5) return false; var allowNumber = false; var allowSep = false; var seenDot = false; for (var i = 0; i < url.length - 5; i++) { var ch = url.charAt(i); if ('a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '$' || ch == '_' || ch.charCodeAt(0) > 127) { allowNumber = true; allowSep = true; } else if ('0' <= ch && ch <= '9' || ch == '-') { if (!allowNumber) return false; } else if (ch == '/' || ch == '.') { if (!allowSep) return false; allowNumber = false; allowSep = false; if (ch == '.') seenDot = true; if (ch == '/' && seenDot) return false; } else { return false; } } return true; } function loadFrames() { if (targetPage != "" && targetPage != "undefined") top.classFrame.location = top.targetPage; } </script> </head> <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()"> <frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()"> <frame src="overview-frame.html" name="packageListFrame" title="All Packages"> <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> </frameset> <frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> <noframes> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <h2>Frame Alert</h2> <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> </noframes> </frameset> </html>
MrAsterisco/Epsylon
doc/index.html
HTML
mit
2,864
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! --> <title>Practice</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- 如何写boostrap的导航条 --> <!-- 进阶:写可折叠的导航条 collapsible navbars --> <!-- one is what to display when it's collapsed --> <!-- start collapsed navbar --> <!-- make a connecton between this button and the downside navigation bar --> <!-- data-toggle is picked up by bootstrap.js --> <!-- / collapsed navbar --> <!-- the other one is what to display when it's uncollapsed --> <!-- start un-collapsed navbar --> <!-- / un-collapsed navbar --> <!-- container --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> </body> </html>
QuoniamYIF/myBootstrapPractice
navBar纯注释版.html
HTML
mit
1,660
<!DOCTYPE html> <html> <head> <title>nodejs page</title> </head> <body ng-app = "blog" ng-controller="myblog"> <h1> node js content</h1> <button ng-click = "button()">button</button> <div ng-bind="display"></div> <button ng-click = "regist()">regist</button> <button ng-click = "login()">login</button> <button ng-click = "search()">test search populate</button> <span>name :</span> <input ng-model = "article.article.name"> <span>content :</span> <input ng-model = "article.article.content"> <button ng-click = "articlesave()">articlesave</button> <br/> <textarea style="width:400px;height:400px" ng-model = "article.article.all"></textarea> <button ng-click = "search()">test search populate</button> <button ng-click = "getExcel()">getExcel</button> <button ng-click = "getImage()">getImage</button> <img ng-src="{{image}}"> </body> <script type="text/javascript" src="./jquery.js"></script> <script type="text/javascript" src="./angular.js"></script> <script type="text/javascript"> var my = angular.module("blog",[]); my.controller("myblog",["$http","$scope",function($http,$scope){ $scope.display = "nobody" $scope.button= function(){ $http.post("/test").then(function(data){ console.log(data,"success"); $scope.display = data.data; },function(err){ console.log("err : " + err) }); }; $scope.login =function(){ $http({ url:"/user/signin", method:"post", params:{user:{ name:"ssp7", password:"ssp7" }} }).then(function(data){ console.log(data,"success"); $scope.display = data.data; },function(err){ console.log("err : " + err) }); }; $scope.article = { article:{ name:"", content:"", all:"" } } $scope.articlesave =function (){ var article = { article:{ name:$scope.article.article.name, content:$scope.article.article.content } } $http({ url:"/article/save", method:"post", params:article }).success(function(data){ console.log("success.....artsave") }) } $scope.search = function (){ $http({ url:"/article/search", method:"post" }).success(function(data){ console.log(data ) var js = ""; if (data.length == 0 ) { return; }; var json = data.map(function(value){ console.log(angular.toJson(value)); $scope.article.article.all += angular.toJson(value) }) // $scope.article.article.all = json; }); } $scope.getExcel = function (){ $http({ url:"/article/getExcel", method:"post" }).success(function (data){ console.log(data,"getExcel....."); }); } $scope.image =""; $scope.getImage = function (){ // $http({ // url:"/article/getImage" + new Date(), // method:"get" // }).success(function (data){ // console.log(data) // $scope.image = data; // }); $scope.image = "/article/getImage?time=" + new Date(); } }]); </script> </html>
mountsbefore/blog
rear/public/index.html
HTML
mit
2,967
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>T1369592706</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="alternate" type="application/rss+xml" title="Des Paroz" href="https://desparoz.me/feed.xml" /> <link rel="alternate" type="application/json" title="Des Paroz" href="https://desparoz.me/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/desparoz" /> <link rel="me" href="https://twitter.com/desparoz" /> <link rel="me" href="https://github.com/desparoz" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> <link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Des Paroz</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2009-03-22 03:00:00 +0300">22 Mar 2009</time> </div> <div class="e-content"> <h1 id="oztek-09-is-over--now-off-to-the-gala-dinner">OzTek ‘09 is over. Now off to the gala dinner</h1> </div> </div> </div> </body> </html>
desparoz/desparoz.github.io
_site/2009/03/22/t1369592706.html
HTML
mit
1,651
<!-- ignore the following lines, they are not important to this demo --> <jigsaw-demo-description [summary]="summary" [content]="description"> </jigsaw-demo-description> <!-- start to learn the demo from here --> <jigsaw-header>文本颜色自动调整</jigsaw-header> <div class="adjust-color-demo-cntr"> <jigsaw-button [ngStyle]="{'color': _$fontColor, 'background': _$background}">文本信息 </jigsaw-button> <jigsaw-color-select color="#e57409" [enableConfirm]="false" (colorChange)="_$colorChange($event)"> </jigsaw-color-select> </div> <jigsaw-header>颜色转换</jigsaw-header> <div class="color-options"> <jigsaw-input [(value)]="hexToRGBValue" placeholder="输入hex值" width=180></jigsaw-input> <jigsaw-button (click)="hexToRGB(hexToRGBValue)" colorType="primary" width=120>hexToRGB</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + hexToRGBResult}}</jigsaw-tag> </div> <div class="color-options"> <jigsaw-input [(value)]="hexAToRGBAValue" placeholder="输入hexA值" width=180></jigsaw-input> <jigsaw-button (click)="hexAToRGBA(hexAToRGBAValue)" colorType="primary" width=120>hexAToRGBA</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + hexAToRGBAResult}}</jigsaw-tag> </div> <div class="color-options"> <jigsaw-input [(value)]="hslToRGBValue" placeholder="输入HSL值" width=180></jigsaw-input> <jigsaw-button (click)="hslToRGB(hslToRGBValue)" colorType="primary" width=120>hslToRGB</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + hslToRGBResult}}</jigsaw-tag> </div> <div class="color-options"> <jigsaw-input [(value)]="hslAToRGBAValue" placeholder="输入HSLA值" width=180></jigsaw-input> <jigsaw-button (click)="hslAToRGBA(hslAToRGBAValue)" colorType="primary" width=120>hslAToRGBA</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + hslAToRGBAResult}}</jigsaw-tag> </div> <div class="color-options"> <jigsaw-input [(value)]="nameToRGBValue" placeholder="输入颜色名" width=180></jigsaw-input> <jigsaw-button (click)="nameToRGB(nameToRGBValue)" colorType="primary" width=120>nameToRGB</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + nameToRGBResult}}</jigsaw-tag> </div> <div class="color-options"> <jigsaw-input [(value)]="anyToRGBValue" placeholder="输入颜色值" width=180></jigsaw-input> <jigsaw-button (click)="anyToRGB(anyToRGBValue)" colorType="primary" width=120>anyToRGB</jigsaw-button> </div> <div class="color-result"> <jigsaw-tag color="preset-blue">{{"结果:" + anyToRGBResult}}</jigsaw-tag> </div>
rdkmaster/jigsaw
src/app/demo/pc/theme/adjust-font-color/demo.component.html
HTML
mit
2,780
{% extends '_layouts/layout_2-3.html' %} {% block page_title %}Create an NHS Account{{serviceName}}{% endblock %} {% block pageTitle %}Create an NHS Account{% endblock %} {% block content %} <div class="first-item"> <div class="form-group"> <h1><legend>Reset password link has expired</legend></h1> <p>We are sorry but your reset password link has expired.</p> <p>You must reset your password within 48 hours from requesting it.</p> <p><a href="acc-login">Sign in or reset password here.</a></p> </div> </div> {% endblock %} {% block footer %}{% endblock %}
ballzy/prove-my-identity
app/views/dev01/forgot-password-expired.html
HTML
mit
593
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>plouffe: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / plouffe - 1.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> plouffe <small> 1.3.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-01 17:28:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 17:28:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Laurent.Thery@inria.fr&quot; homepage: &quot;https://github.com/thery/Plouffe&quot; bug-reports: &quot;https://github.com/thery/Plouffe/issues&quot; license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} &quot;coq-mathcomp-ssreflect&quot; &quot;coq-coquelicot&quot; {&gt;= &quot;3.0.0&quot;} ] tags: [ &quot;logpath:Plouffe&quot; ] synopsis: &quot;A Coq formalization of Plouffe formula&quot; authors: &quot;Laurent Thery&quot; url { src: &quot;https://github.com/thery/Plouffe/archive/v1.3.0.zip&quot; checksum: &quot;md5=0492dd6ce8fa84ffb75c9e6af34aac89&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-plouffe.1.3.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-plouffe -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-plouffe.1.3.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.2/plouffe/1.3.0.html
HTML
mit
6,520
<header class="site-header" role="banner"> <div class="wrapper"> <a class="site-title" href="{{ "/" | relative_url}}">{{ site.title | escape }}</a> <nav class="site-nav"> <span class="menu-icon"> <svg viewBox="0 0 18 15" width="18px" height="15px"> <path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> <path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> <path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> </svg> </span> <div class="trigger"> {% assign pages = site.pages | where:"menu","main" %} {% for my_page in pages %} {% if my_page.title %} <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> {% endif %} {% endfor %} </div> </nav> </div> </header>
UltraStar-Deluxe/ultrastar-deluxe.github.io
_includes/header.html
HTML
mit
1,228
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>area-method: 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 / area-method - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> area-method <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/area-method&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/AreaMethod&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: geometry&quot; &quot;keyword: Chou Gao Zhang area method&quot; &quot;keyword: decision procedure&quot; &quot;keyword: automatic theorem proving&quot; &quot;date: 2004-2010&quot; ] authors: [ &quot;Julien Narboux&quot; ] bug-reports: &quot;https://github.com/coq-contribs/area-method/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/area-method.git&quot; synopsis: &quot;The Chou, Gao and Zhang area method&quot; description: &quot;&quot;&quot; This contribution is the implementation of the Chou, Gao and Zhang&#39;s area method decision procedure for euclidean plane geometry. This development contains a partial formalization of the book &quot;Machine Proofs in Geometry, Automated Production of Readable Proofs for Geometry Theorems&quot; by Chou, Gao and Zhang. The examples shown automatically (there are more than 100 examples) includes the Ceva, Desargues, Menelaus, Pascal, Centroïd, Pappus, Gauss line, Euler line, Napoleon theorems. Changelog 2.1 : remove some not needed assumptions in some elimination lemmas (2010) 2.0 : extension implementation to Euclidean geometry (2009-2010) 1.0 : first implementation for affine geometry (2004)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/area-method/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=fb219476333f4cd535f9ac5a14852175&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-area-method.8.8.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-area-method -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-area-method.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.1/area-method/8.8.0.html
HTML
mit
7,616
<html> <script src="bower_components/vis/dist/vis.min.js"></script> <link href="bower_components/vis/dist/vis.css" rel="stylesheet" type="text/css" /> <dom-module id="vis-plot"> <template> <div id="plot"> </div> <style type="text/css"> #plot { width: 600px; height: 400px; border: 1px solid lightgray; } </style> </template> <script> Polymer({ is: "vis-plot", properties: { nodes: { type: Object, notify: true, observer: 'render' }, edges: { type: Object, notify: true, observer: 'render' }, divid: { type:String }, options: { type: Object, } }, render: function() { // create an array with nodes var nodes = new vis.DataSet( this.nodes ); // create an array with edges var edges = new vis.DataSet( this.edges ); // create a network var container = this.$.plot; // provide the data in the vis format var data = { nodes: nodes, edges: edges }; var options = this.object || {}; // initialize your network! var network = new vis.Network(container, data, options); }, ready: function (){ this.render() } }); </script> </dom-module> </html>
abhijithanilkumar/VisJS.jl
assets/vis-plot.html
HTML
mit
1,762
<!-- @license Copyright (c) 2016 Convoo All Rights Reserved. Use of this source code is governed by a MIT license that can be found in the LICENSE file or at https://github.com/convoo/login-fire/blob/master/LICENSE. --> <link rel="import" href="../polymer/polymer.html"> <link rel="import" href="./localize-behavior.html"> <link rel="import" href="../iron-media-query/iron-media-query.html"> <link rel="import" href="../reverse-element/reverse-element.html"> <link rel="import" href="./login-fire-form.html"> <link rel="import" href="./login-fire-social.html"> <link rel="import" href="./paper-social-button.html"> <!-- An element allowing user authentication with email and password or federated identity providers (Google, Facebook, Twitter and GitHub) using the [Firebase Auth API](https://firebase.google.com/docs/auth/). Displaying a login form and a list of button (Google, Facebook, Twitter, GitHub) for user authentication. You can can easily choose which buttons to display and how to organize them with the form. See the demo page for more details. For email-password authentication only, use `<login-fire-form>`. For authenticating with multiple federated identity providers only, use `<login-fire-social>` and for a single provider, use `<login-fire-button>`. Example: ``` <firebase-app name="demo" api-key="API_KEY" auth-domain="AUTH_DOMAIN" database-url="DATABASE_URL"></firebase-app> <login-fire app-name="demo" providers="google, facebook, twitter, github, anonymous"></login-fire> ``` ### Styling Style the buttons with CSS as you would a normal DOM element. The following custom properties and mixins are available for styling: Custom property | Description | Default --- | --- | --- `--login-fire-divider-color` | The color for the divider bar | `gray` `--login-fire-background-color` | The color for the divider bar | `white` @customElement @polymer @demo demo/login-fire.html --> <dom-module id="login-fire"> <template> <style> reverse-element { background: var(--login-fire-background-color, white); @apply --layout-horizontal; @apply --layout-wrap; @apply --layout-center-center; } :host([horizontal]) reverse-element { @apply --layout-vertical; @apply --layout-center; } .div { @apply --layout-center-center; background-color: var(--login-fire-divider-color, lightgray); } .div__span { line-height: 15px; padding: 16px; background: var(--login-fire-background-color, white); font-size: 12px; font-style: italic; color: var(--login-fire-divider-color, gray); font-weight: lighter; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } .div--hidden { display: none; } .div--vertical { @apply --layout-horizontal; margin: 0 50px; min-height: 200px; max-height: 400px; width: 1px; } .div--horizontal { @apply --layout-vertical; height: 1px; margin: 50px 0; min-width: 300px; max-width: 400px; } [hidden] { display: none !important; } </style> <template is="dom-if" if="[[_showSignOutButton]]"> <paper-social-button signed-in="[[signedIn]]" mini$="[[mini]]" flat$="[[flat]]" no-sign-in locales-file="[[localesFile]]" language="[[language]]" disabled$="[[inProgress]]" on-click="signOut"> </paper-social-button> </template> <template is="dom-if" if="[[!_showSignOutButton]]"> <reverse-element reverse="[[reverse]]"> <login-fire-form app-name="[[appName]]" user="{{user}}" in-progress="{{_inProgressForm}}" signed-in="{{signedIn}}" status-known="{{statusKnown}}" no-sign-out="[[noSignOut]]" no-sign-in="[[noSignIn]]" auto-sign-up="[[autoSignUp]]" show-sign-up="{{showSignUp}}" flat="{{flat}}" locales-file="[[localesFile]]" language="[[language]]" auto="[[auto]]" debug="[[debug]]" no-toggleable-password="[[noToggleablePassword]]" password-regex="{{passwordRegex}}" email-regex="{{emailRegex}}" reenter-password="[[reenterPassword]]"> </login-fire-form> <div class$="div [[_dividerStyle]]" hidden$="[[noDivider]]"> <span class="div__span">[[localize('lf-or')]]</span> </div> <login-fire-social app-name="[[appName]]" providers="[[providers]]" user="{{user}}" in-progress="{{_inProgressSocial}}" signed-in="{{signedIn}}" status-known="{{statusKnown}}" no-sign-in="[[noSignIn]]" no-sign-out="[[noSignOut]]" redirect="[[redirect]]" mini$="[[mini]]" horizontal$="[[horizontal]]" show-sign-up="{{showSignUp}}" flat="{{flat}}" locales-file="[[localesFile]]" language="[[language]]" google-scopes="[[googleScopes]]" facebook-scopes="[[facebookScopes]]" github-scopes="[[githubScopes]]" auto="[[auto]]" debug="[[debug]]"> </login-fire-social> </reverse-element> </template> <iron-media-query query="(max-width: 650px)" query-matches="{{_isNarrow}}"> </iron-media-query> </template> <script> Polymer({ is: 'login-fire', behaviors: [ Convoo.LocalizeBehavior, ], properties: { /** * An application name. This is required if you want use several Firebase * configurations in the same app. All elements that implement this * behavior and having the same application name share their properties. * * @type {String} */ appName: { type: String, value: '' }, /** * Enables automatic sign-up on form if the user does not exist. * * @type {Boolean} */ autoSignUp: { type: Boolean, value: false }, /** * Prefers a horizontally structured social login. * * @type{Boolean} */ horizontal: { type: Boolean, value: false }, /** * Providers names. A list of the providers names, seperated by comma, to * use for authentication. A button is displayed for each provider. * * Current accepted providers are: * * ``` * 'anonymous' (for signin anonymously) * 'facebook' * 'github' * 'google' * 'twitter' * ``` * * @type {String} */ providers: { type: String, value: 'anonymous' }, /** * Displays mini social sign in buttons removing the "Sign in with" text */ mini: { type: Boolean, value: false }, /** * Hides the divider. * * @type {Boolean} */ noDivider: { type: Boolean, value: false }, /** * Displays social buttons first instead of the form. By default, the form * is displayed first. * * @type{Boolean} */ reverse: { type: Boolean, value: false }, /** * Removes the view button on the password input */ noToggleablePassword: { type: Boolean, value: false }, /** * Adds another input to re-enter password in the sign up view */ reenterPassword: { type: Boolean, value: false }, /** * Regular expression used to check password strength. The default Regex * checks if the password has a length at least of 8 chars and contains: * - 2 uppercase letters * - 1 special char letter [!@#$&*] * - 2 digits * - 3 lowercase letters * * Password strength validation can be disabled by setting this property * to "none", "null" or a falsy value. * * @type {String} */ passwordRegex: { type: String, }, /** * Regular expression used to check email address format. It's a simplified * version that check the email address has the same syntax as described * on <a href="https://en.wikipedia.org/wiki/Email_address">Wikipedia</a>. * Pay attention, quoted email addresses are not passing the validation due * to the complexity of the regular expression it should have been write. * * Email address syntax validation can be disabled by setting this property * to "none", "null" or a falsy value. * * @type {String} */ emailRegex: { type: String, }, /** * GitHub scopes. * * @type {String} */ githubScopes: { type: String }, /** * Google scopes. * * @type {String} */ googleScopes: { type: String }, /** * Facebook scopes. * * @type {String} */ facebookScopes: { type: String }, /** * Sets the element in debug mode. In the debug mode, the Firebase * configuration used by the element and relevant steps like a user * change are print out into the browser's console. * * @type {Boolean} */ debug: { type: Boolean, value: false }, /** * Defines if the authentication must use redirection. If `false`, the * authentication will use pop-up. * * @type {Boolean} */ redirect: { type: Boolean, value: false }, /** * When this attribute is `true`, the element tries to log the user in * right after have been attached to the DOM if and only if the user was * signed in when they left the application. * * @type {Boolean} * @default false */ auto: { type: Boolean, value: false }, /** * `True` if a user is authenticated, otherwise `false`. * * @type {Boolean} */ signedIn: { type: Boolean, value: false, notify: true }, /** * Whether to show the view at sign up or sign in. * * @type {Boolean} */ showSignUp: { type: Boolean, value: false, notify: true }, /** * When `true`, login status can be determined by checking user property. * * @type {Boolean} */ statusKnown: { type: Boolean, value: false, notify: true }, /** * Signed-in user. This user representation is accessible from all elements * that use Firebase Auth with the same application name. * * @type {Object} */ user: { type: Object, notify: true }, /** * Prevents the element from signing out. It means, if this attribute is * `true`, the `signOut` method has no effect. * * @type {Boolean} */ noSignOut: { type: Boolean, value: false }, /** * Prevents the element from signing in. It means, if this attribute is * `true`, the `signIn` method has no effect. * * @type {Boolean} */ noSignIn: { type: Boolean, value: false }, /** * This property is used in `login-fire` and `login-fire-social` when the * user is signed in and allowed to sign out. Then it shows only one * button (instead of multiple) to sign out. */ _showSignOutButton: { type: Boolean, computed: '_computeShowOneButton(noSignIn, signedIn, noSignOut)' }, /** * True if the element is too much narrow to be display horizontally. * * @type {Boolean} */ _isNarrow: { type: Boolean }, /** * Sets the divider in horizontal or vertical orientation. * * @type {String} */ _dividerStyle: { type: String, computed: '_computeDividerStyle(_isNarrow, horizontal)' }, inProgress: { type: Boolean, notify: true, computed: '_computeInProgress(_inProgressForm, _inProgressSocial)' } }, /** * Signs the user out regardless the provider used for the sign-in. */ signOut: function() { this.$$('login-fire-social').signOut(); }, /** * Signs the user in using the target provider. It's not possible to sign in * using the provider "email" when only one button is displayed. Also, does * nothing if a user is already signed in. * * @param {String} provider name */ signInWith: function(provider) { if (this.signedIn) { return; } if (provider === 'email') { if (this._showSignOutButton) { console.error("Can't sign in using provider \"email\" when only one button is displayed."); } else { this.$$('login-fire-form').confirm(); } } else { this.$$('login-fire-social').signInWith(provider); } }, /** * Computes CSS class for the divider. * * @param {Boolean} isNarrow * @param {Boolean} horizontal * @return {String} CSS class to set to the divider */ _computeDividerStyle: function(isNarrow, horizontal) { return (horizontal || isNarrow) ? 'div--horizontal' : 'div--vertical'; }, _computeInProgress() { return this._inProgressForm || this._inProgressSocial; }, /** * Returns `true` when the element allows only to signing out or a user is * already signed in and they can signing out. */ _computeShowOneButton: function(noSignIn, signedIn, noSignOut) { return noSignIn || (signedIn && !noSignOut); }, }); </script> </dom-module>
convoo/login-fire
login-fire.html
HTML
mit
14,205
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/iron-flex-layout/iron-flex-layout.html"> <link rel="import" href="../../bower_components/marked-element/marked-element.html"> <link rel="import" href="../behaviors/localize-behavior.html"> <dom-module id="hotel-element"> <template> <style include="shared-styles"> :host { display: block; } .hotel-item { padding-bottom: 10px; } .hotel-title { margin-top: 4px; margin-bottom: 4px; font-size: 16px; font-weight: 400; } .hotel-text, .markdown-html { font-size: 16px; font-weight: 300; } </style> <div class="hotel-item" cascaded> <h4 class="hotel-title">[[name]]</h4> <div class="hotel-text">[[adress]]</div> <div class="hotel-text">[[city]]</div> <marked-element class="hotel-text" markdown="[[description]]"> <div class="markdown-html"></div> </marked-element> <div class="hotel-text"><a href$="[[mapUrl]]" target="_blank">[[localize('location-link-title')]]</a></div> <marked-element class="hotel-text" markdown="[[priceReservationText]]"> <div class="markdown-html"></div> </marked-element> </div> </template> <script> (function () { 'use strict'; Polymer({ is: 'hotel-element', behaviors: [ HOVERBOARD.LocalizeBehavior ], properties: { app: { type: Object, notify: true }, name: { type: String }, adress: { type: String }, city: { type: String }, mapUrl: { type: String }, description: { type: String }, priceReservationText: { type: String } } }); }()); </script> </dom-module>
GDG-Nantes/devfest2017
src/elements/hotel-element.html
HTML
mit
2,050
<!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>VSCP framework: Level 1 Events Abstraction</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">VSCP framework &#160;<span id="projectnumber">v0.4.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#groups">Modules</a> </div> <div class="headertitle"> <div class="title">Level 1 Events Abstraction</div> </div> </div><!--header--> <div class="contents"> <p>All level 1 events abstracted from VSCP event structure. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a> Modules</h2></td></tr> <tr class="memitem:group__vscp__alarm"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__alarm.html">Alarm events abstraction</a></td></tr> <tr class="memdesc:group__vscp__alarm"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 alarm events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__control"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__control.html">Control events abstraction</a></td></tr> <tr class="memdesc:group__vscp__control"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 control events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__information"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__information.html">Information events abstraction</a></td></tr> <tr class="memdesc:group__vscp__information"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 information events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__log"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__log.html">Log events abstraction</a></td></tr> <tr class="memdesc:group__vscp__log"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 log events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__security"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__security.html">Security events abstraction</a></td></tr> <tr class="memdesc:group__vscp__security"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 security events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__weather"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__weather.html">Weather events abstraction</a></td></tr> <tr class="memdesc:group__vscp__weather"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 weather events abstraction. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:group__vscp__weather__forecast"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__vscp__weather__forecast.html">Weather forecast events abstraction</a></td></tr> <tr class="memdesc:group__vscp__weather__forecast"><td class="mdescLeft">&#160;</td><td class="mdescRight">Level 1 weather forecast events abstraction. <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> <p>All level 1 events abstracted from VSCP event structure. </p> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Thu Sep 10 2015 22:19:52 for VSCP framework 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>
datenheim/vscp-framework
vscp/doc/html/group__vscp__l1__events__abstraction.html
HTML
mit
5,663
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - TAllStickers Class</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Attributes">Attributes</a></p> <p><a href="#Properties">Properties</a></p> <p><a href="#ExtensionMethods">Extension Methods</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages">OpenTl<wbr>.Schema<wbr>.Messages</a></li> <li role="separator" class="divider"></li> <li class="header">Interface Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IAffectedHistory">IAffectedHistory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IAffectedMessages">IAffectedMessages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IAllStickers">IAllStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IArchivedStickers">IArchivedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IBotCallbackAnswer">IBotCallbackAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IBotResults">IBotResults</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IChatFull">IChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IChats">IChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IDhConfig">IDhConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IDialogs">IDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IFavedStickers">IFavedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IFeaturedStickers">IFeaturedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IFoundGifs">IFoundGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IFoundStickerSets">IFoundStickerSets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IHighScores">IHighScores</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IMessageEditData">IMessageEditData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IMessages">IMessages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IPeerDialogs">IPeerDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IRecentStickers">IRecentStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/ISavedGifs">ISavedGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/ISentEncryptedMessage">I<wbr>Sent<wbr>Encrypted<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IStickers">IStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IStickerSet">IStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IStickerSetInstallResult">I<wbr>Sticker<wbr>Set<wbr>Install<wbr>Result</a></li> <li class="header">Class Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestAcceptEncryption">Request<wbr>Accept<wbr>Encryption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestAddChatUser">RequestAddChatUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestCheckChatInvite">Request<wbr>Check<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestClearAllDrafts">Request<wbr>Clear<wbr>All<wbr>Drafts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestClearRecentStickers">Request<wbr>Clear<wbr>Recent<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestCreateChat">RequestCreateChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestDeleteChatUser">Request<wbr>Delete<wbr>Chat<wbr>User</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestDeleteHistory">RequestDeleteHistory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestDeleteMessages">Request<wbr>Delete<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestDiscardEncryption">Request<wbr>Discard<wbr>Encryption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestEditChatAdmin">RequestEditChatAdmin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestEditChatPhoto">RequestEditChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestEditChatTitle">RequestEditChatTitle</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestEditInlineBotMessage">Request<wbr>Edit<wbr>Inline<wbr>Bot<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestEditMessage">RequestEditMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestExportChatInvite">Request<wbr>Export<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestFaveSticker">RequestFaveSticker</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestForwardMessages">Request<wbr>Forward<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetAllChats">RequestGetAllChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetAllDrafts">RequestGetAllDrafts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetAllStickers">Request<wbr>Get<wbr>All<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetArchivedStickers">Request<wbr>Get<wbr>Archived<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetAttachedStickers">Request<wbr>Get<wbr>Attached<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetBotCallbackAnswer">Request<wbr>Get<wbr>Bot<wbr>Callback<wbr>Answer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetChats">RequestGetChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetCommonChats">Request<wbr>Get<wbr>Common<wbr>Chats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetDhConfig">RequestGetDhConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetDialogs">RequestGetDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetDialogUnreadMarks">Request<wbr>Get<wbr>Dialog<wbr>Unread<wbr>Marks</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetDocumentByHash">Request<wbr>Get<wbr>Document<wbr>By<wbr>Hash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetFavedStickers">Request<wbr>Get<wbr>Faved<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetFeaturedStickers">Request<wbr>Get<wbr>Featured<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetFullChat">RequestGetFullChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetGameHighScores">Request<wbr>Get<wbr>Game<wbr>High<wbr>Scores</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetHistory">RequestGetHistory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetInlineBotResults">Request<wbr>Get<wbr>Inline<wbr>Bot<wbr>Results</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetInlineGameHighScores">Request<wbr>Get<wbr>Inline<wbr>Game<wbr>High<wbr>Scores</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetMaskStickers">Request<wbr>Get<wbr>Mask<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetMessageEditData">Request<wbr>Get<wbr>Message<wbr>Edit<wbr>Data</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetMessages">RequestGetMessages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetMessagesViews">Request<wbr>Get<wbr>Messages<wbr>Views</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetPeerDialogs">Request<wbr>Get<wbr>Peer<wbr>Dialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetPeerSettings">Request<wbr>Get<wbr>Peer<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetPinnedDialogs">Request<wbr>Get<wbr>Pinned<wbr>Dialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetRecentLocations">Request<wbr>Get<wbr>Recent<wbr>Locations</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetRecentStickers">Request<wbr>Get<wbr>Recent<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetSavedGifs">RequestGetSavedGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetSplitRanges">Request<wbr>Get<wbr>Split<wbr>Ranges</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetStickers">RequestGetStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetStickerSet">RequestGetStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetUnreadMentions">Request<wbr>Get<wbr>Unread<wbr>Mentions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetWebPage">RequestGetWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestGetWebPagePreview">Request<wbr>Get<wbr>Web<wbr>Page<wbr>Preview</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestHideReportSpam">Request<wbr>Hide<wbr>Report<wbr>Spam</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestImportChatInvite">Request<wbr>Import<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestInstallStickerSet">Request<wbr>Install<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestMarkDialogUnread">Request<wbr>Mark<wbr>Dialog<wbr>Unread</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestMigrateChat">RequestMigrateChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReadEncryptedHistory">Request<wbr>Read<wbr>Encrypted<wbr>History</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReadFeaturedStickers">Request<wbr>Read<wbr>Featured<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReadHistory">RequestReadHistory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReadMentions">RequestReadMentions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReadMessageContents">Request<wbr>Read<wbr>Message<wbr>Contents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReceivedMessages">Request<wbr>Received<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReceivedQueue">RequestReceivedQueue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReorderPinnedDialogs">Request<wbr>Reorder<wbr>Pinned<wbr>Dialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReorderStickerSets">Request<wbr>Reorder<wbr>Sticker<wbr>Sets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReport">RequestReport</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReportEncryptedSpam">Request<wbr>Report<wbr>Encrypted<wbr>Spam</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestReportSpam">RequestReportSpam</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestRequestEncryption">Request<wbr>Request<wbr>Encryption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSaveDraft">RequestSaveDraft</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSaveGif">RequestSaveGif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSaveRecentSticker">Request<wbr>Save<wbr>Recent<wbr>Sticker</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSearch">RequestSearch</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSearchGifs">RequestSearchGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSearchGlobal">RequestSearchGlobal</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSearchStickerSets">Request<wbr>Search<wbr>Sticker<wbr>Sets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendEncrypted">RequestSendEncrypted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendEncryptedFile">Request<wbr>Send<wbr>Encrypted<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendEncryptedService">Request<wbr>Send<wbr>Encrypted<wbr>Service</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendInlineBotResult">Request<wbr>Send<wbr>Inline<wbr>Bot<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendMedia">RequestSendMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendMessage">RequestSendMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendMultiMedia">Request<wbr>Send<wbr>Multi<wbr>Media</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSendScreenshotNotification">Request<wbr>Send<wbr>Screenshot<wbr>Notification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetBotCallbackAnswer">Request<wbr>Set<wbr>Bot<wbr>Callback<wbr>Answer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetBotPrecheckoutResults">Request<wbr>Set<wbr>Bot<wbr>Precheckout<wbr>Results</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetBotShippingResults">Request<wbr>Set<wbr>Bot<wbr>Shipping<wbr>Results</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetEncryptedTyping">Request<wbr>Set<wbr>Encrypted<wbr>Typing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetGameScore">RequestSetGameScore</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetInlineBotResults">Request<wbr>Set<wbr>Inline<wbr>Bot<wbr>Results</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetInlineGameScore">Request<wbr>Set<wbr>Inline<wbr>Game<wbr>Score</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestSetTyping">RequestSetTyping</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestStartBot">RequestStartBot</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestToggleChatAdmins">Request<wbr>Toggle<wbr>Chat<wbr>Admins</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestToggleDialogPin">Request<wbr>Toggle<wbr>Dialog<wbr>Pin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestUninstallStickerSet">Request<wbr>Uninstall<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestUploadEncryptedFile">Request<wbr>Upload<wbr>Encrypted<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/RequestUploadMedia">RequestUploadMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAffectedHistory">TAffectedHistory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAffectedMessages">TAffectedMessages</a></li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAllStickers">TAllStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAllStickersNotModified">T<wbr>All<wbr>Stickers<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TArchivedStickers">TArchivedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TBotCallbackAnswer">TBotCallbackAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TBotResults">TBotResults</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TChannelMessages">TChannelMessages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TChatFull">TChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TChats">TChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TChatsSlice">TChatsSlice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TDhConfig">TDhConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TDhConfigNotModified">TDhConfigNotModified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TDialogs">TDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TDialogsNotModified">TDialogsNotModified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TDialogsSlice">TDialogsSlice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFavedStickers">TFavedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFavedStickersNotModified">T<wbr>Faved<wbr>Stickers<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFeaturedStickers">TFeaturedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFeaturedStickersNotModified">T<wbr>Featured<wbr>Stickers<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFoundGifs">TFoundGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFoundStickerSets">TFoundStickerSets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TFoundStickerSetsNotModified">T<wbr>Found<wbr>Sticker<wbr>Sets<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/THighScores">THighScores</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TMessageEditData">TMessageEditData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TMessages">TMessages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TMessagesNotModified">TMessagesNotModified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TMessagesSlice">TMessagesSlice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TPeerDialogs">TPeerDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TRecentStickers">TRecentStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TRecentStickersNotModified">T<wbr>Recent<wbr>Stickers<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TSavedGifs">TSavedGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TSavedGifsNotModified">T<wbr>Saved<wbr>Gifs<wbr>Not<wbr>Modified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TSentEncryptedFile">TSentEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TSentEncryptedMessage">T<wbr>Sent<wbr>Encrypted<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TStickers">TStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TStickerSet">TStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TStickerSetInstallResultArchive">T<wbr>Sticker<wbr>Set<wbr>Install<wbr>Result<wbr>Archive</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TStickerSetInstallResultSuccess">T<wbr>Sticker<wbr>Set<wbr>Install<wbr>Result<wbr>Success</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TStickersNotModified">TStickersNotModified</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h1>TAllStickers <small>Class</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages">OpenTl<wbr>.Schema<wbr>.Messages</a></dd> <dt>Interfaces</dt> <dd> <ul class="list-unstyled"> <li><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/IAllStickers">IAllStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> </ul> </dd> <dt>Base Types</dt> <dd> <ul class="list-unstyled"> <li>object</li> </ul> </dd> </dl> </div> <div class="col-md-6"> <div class="mermaid"> graph TD Base0["object"]--&gt;Type Interface0["IAllStickers"]-.-&gt;Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Messages/IAllStickers" Interface1["IObject"]-.-&gt;Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TAllStickers"] class Type type-node </div> </div> </div> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>[Serialize(0xedfd405f)] public sealed class TAllStickers : IAllStickers, IObject</code></pre> <h1 id="Attributes">Attributes</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>SerializeAttribute</td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="Properties">Properties</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAllStickers/27F02DE9.html">Hash</a></td> <td>int</td> <td> <div></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema.Messages/TAllStickers/4ED718AC.html">Sets</a></td> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/TVector_1">TVector</a><wbr>&lt;<a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerSet">IStickerSet</a>&gt;<wbr></td> <td> <div></div> </td> </tr> </tbody></table> </div> </div> <h1 id="ExtensionMethods">Extension Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/A1A958DE.html">As<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/4941F7D3.html">Is<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/CF7043C9.html">IsEmpty<wbr>()<wbr></a></td> <td>bool</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
OpenTl/OpenTl.Schema
docs/api/OpenTl.Schema.Messages/TAllStickers/index.html
HTML
mit
32,297
<div class="user-module-title"> <h1 class="title is-1">登陆</h1> <h2 class="subtitle">与大家一起玩番茄大爆炸吧!</h2> </div> <div class="tabs is-centered is-boxed"> <ul> <li class="is-active" [ngClass]="{'is-active':selectIndex == 1}" > <a routerLink="login" (click)="onSelectIndex(1)"> <span class="icon is-small"><i class="fa fa-user"></i></span> <span>登陆</span> </a> </li> <li [ngClass]="{'is-active':selectIndex ==2}"> <a routerLink="register" (click)="onSelectIndex(2)"> <span class="icon is-small"><i class="fa fa-users"></i></span> <span>注册</span> </a> </li> </ul> </div> <!-- (activate)='onActivate($event)' (deactivate)='onDeactivate($event)' --> <router-outlet></router-outlet>
tomatobang/tomato-web
src/app/_user/user.component.html
HTML
mit
792
<!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="./15923062a758be68b203f776c67f93f1e234fee385df0dc24c14628caf26d01b.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/6c67813226ca3778c17fee3ab590aec53c064ef6072b058c69c06027416bc681.html
HTML
mit
550
@(name: String, source: play.api.mvc.Call) <input type="image" name="@name" src = "@source">
gadiel/examen3
releases/ModuloExamen/app/views/fomulario/imagen.scala.html
HTML
mit
92
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_31) on Sun Jan 08 00:16:28 CET 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface de.dieploegers.icarus.modifier.Modifier (icarus 1.1.1 API)</title> <meta name="date" content="2017-01-08"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface de.dieploegers.icarus.modifier.Modifier (icarus 1.1.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../README.md">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?de/dieploegers/icarus/modifier/class-use/Modifier.html" target="_top">Frames</a></li> <li><a href="Modifier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface de.dieploegers.icarus.modifier.Modifier" class="title">Uses of Interface<br>de.dieploegers.icarus.modifier.Modifier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</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="#de.dieploegers.icarus">de.dieploegers.icarus</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#de.dieploegers.icarus.modifier">de.dieploegers.icarus.modifier</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="de.dieploegers.icarus"> <!-- --> </a> <h3>Uses of <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a> in <a href="../../../../../de/dieploegers/icarus/package-summary.html">de.dieploegers.icarus</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../de/dieploegers/icarus/package-summary.html">de.dieploegers.icarus</a> with type parameters of type <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Processor.</span><code><span class="memberNameLink"><a href="../../../../../de/dieploegers/icarus/Processor.html#modifiers">modifiers</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../de/dieploegers/icarus/package-summary.html">de.dieploegers.icarus</a> that return types with arguments of type <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Processor.</span><code><span class="memberNameLink"><a href="../../../../../de/dieploegers/icarus/Processor.html#getModifiers--">getModifiers</a></span>()</code> <div class="block">Retrieve scanned modifiers</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="de.dieploegers.icarus.modifier"> <!-- --> </a> <h3>Uses of <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</a> in <a href="../../../../../de/dieploegers/icarus/modifier/package-summary.html">de.dieploegers.icarus.modifier</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../de/dieploegers/icarus/modifier/package-summary.html">de.dieploegers.icarus.modifier</a> that implement <a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Modifier</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><span class="memberNameLink"><a href="../../../../../de/dieploegers/icarus/modifier/AddAlarmModifier.html" title="class in de.dieploegers.icarus.modifier">AddAlarmModifier</a></span></code> <div class="block">Add alarm to all filtered events</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dieploegers/icarus/modifier/AllDayToModifier.html" title="class in de.dieploegers.icarus.modifier">AllDayToModifier</a></span></code> <div class="block">Rework all day events to non-all day events</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dieploegers/icarus/modifier/RemoveEventModifier.html" title="class in de.dieploegers.icarus.modifier">RemoveEventModifier</a></span></code> <div class="block">Removes an Event</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../de/dieploegers/icarus/modifier/Modifier.html" title="interface in de.dieploegers.icarus.modifier">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../README.md">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?de/dieploegers/icarus/modifier/class-use/Modifier.html" target="_top">Frames</a></li> <li><a href="Modifier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p> </body> </html>
dploeger/icarus
docs/apidocs/de/dieploegers/icarus/modifier/class-use/Modifier.html
HTML
mit
10,241
<!doctype html> <meta charset="utf-8"> <script src="../js/d3.js"></script> <script src="../build/vistk.js"></script> <link href="../css/vistk.css" rel="stylesheet"> <body> <div id="viz"></div> <script> d3.tsv("../../vis-toolkit-datasets/data/COL_pop_realgdp_dept_2000-2013.txt", function(error, departments) { // Data pre-processing departments.forEach(function(d, i) { d.id = i; d.dept_pop = +d.dept_pop; d.realgdp = +d.realgdp; d.realgdp_percap = +d.realgdp_percap; d["sum(export_value)"] = +d["sum(export_value)"]; d["value_added"] = +d["value_added"]; }); var grid = vistk.viz().params({ type: "grid", width: 800, height: 600, margin: {top: 30, right: 30, bottom: 30, left: 30}, container: "#viz", data: departments, var_group: "dept_name", var_text: "dept_name", var_id: "dept_name", var_color: "realgdp", var_sort: "dept_name", var_sort_asc: false, time: { var_time: "year", parse: d3.time.format("%Y").parse, interval: [], current_time: "2000" }, items: [{ attr: "name", marks: [{ type: "circle", rotate: "0", var_r: "realgdp", var_fill: "realgdp", // fill: function(d) { return vars.color(vars.accessor_items(d)[vars.var_color]); } }, { type: "text", rotate: "-30", translate: 10 // TODO: translate the same distance than the radius }] }], ui: { default: true, sort: ["realgdp", "dept_name", "value_added"] } }); d3.select("#viz").call(grid); }); </script> </body>
cid-harvard/vis-toolkit
examples/grid_occu.html
HTML
mit
1,612
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>ZR16</title> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="javascripts/respond.js"></script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" href="stylesheets/ie.css"> <![endif]--> <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-53511711-1', 'auto'); ga('send', 'pageview'); </script> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> </head> <body> <div id="header"> <nav> <img class="logo" border="2" src="/images/zr16l200x80.jpg" alt="ZR16" width="30%" height="30%"> <li class="title"><a href="http://w3.ufsm.br/smdh/zr16_register.php">Download SDK</a></li> <li class="title"><a href="#">Home</a></li> </nav> </div><!-- end header --> <div class="wrapper"> <section> <h1>ZR16</h1> <img class="moeda" src="images/moeda.png" alt="Moeda ZR16" /> <p class="justificar"> O ZR16 é um microcontrolador de baixo custo com uma ótima relação custo/desempenho.<br> <h3>Principais caracaterísticas:</h3> <ul> <li>Processador RISC</li> <li>Arquitetura Harvard 8 bits</li> <li>24 instruções de 16 bits</li> <li>Memória de programa: EEPROM 1024 X 16 bits</li> <li>Memória de dados: 256 x 8 bits</li> <li>Watchdog</li> <li>Timer de 16 bits</li> <li>9 saídas e 6 entradas digitais</li> <li>3 saídas open drain ou espelho de corrente</li> <li>AD de 10 bits @ 50KSPS, 4 canais</li> <li>Oscilador interno </li> <li>Sensor capacitivo</li> <li>Aceita alimentação de 5 VDC a 30 VDC não regulada. Tem regulador interno.</li> <li>Programação através de interface serial.</li> </ul> <img class="arquitetura" src="images/arquitetura.png" alt="Arquitetura ZR16" /> </p> <div id="title"> <hr> <p> Partners: </p> <p> <a href="http://www.smdh.org"><img class="smdh" src="/images/smdh.png" alt="SMDH"></a> <a href="http://www.chipus-ip.com/"><img class="chipus" src="/images/chipus.png" alt="CHIPUS"></a> </p> </div> </section> </div> <div id="footer"> <nav> © Copyright 2014 - Santa Maria Design House </nav> </div><!-- end footer --> <!--[if !IE]><script>fixScale(document);</script><!--<![endif]--> </body> </html>
zr16/zr16.github.io
index.html
HTML
mit
3,600
<p>Scope, the current context of execution (MDN), is the context in which values and expressions can be referenced (MDN)</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="c1">// Example: a function accessing the variable that is not </span> <span class="c1">// within it's scope will throw an error.</span> <span class="kd">function</span> <span class="nx">foo</span><span class="p">()</span> <span class="p">{</span> <span class="kd">var</span> <span class="nx">a</span> <span class="o">=</span> <span class="mi">2</span><span class="p">;</span> <span class="kd">function</span> <span class="nx">bar</span><span class="p">()</span> <span class="p">{</span> <span class="kd">var</span> <span class="nx">b</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">b</span><span class="p">);</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">a</span><span class="p">);</span> <span class="p">}</span> <span class="nx">bar</span><span class="p">();</span> <span class="p">}</span> <span class="nx">foo</span><span class="p">();</span> <span class="c1">// ReferenceError: b is not defined.</span> </code></pre> </div> <div class="highlighter-rouge"><pre class="highlight"><code> <span class="kd">function</span> <span class="nx">foo</span><span class="p">(</span><span class="nx">a</span><span class="p">)</span> <span class="p">{</span> <span class="kd">var</span> <span class="nx">b</span> <span class="o">=</span> <span class="nx">a</span><span class="p">;</span> <span class="kd">function</span> <span class="nx">bar</span><span class="p">(){</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">b</span><span class="p">);</span> <span class="p">}</span> <span class="nx">bar</span><span class="p">()</span> <span class="p">}</span> <span class="nx">foo</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span> <span class="c1">// 3</span> </code></pre> </div> <p>## what creates scope? 1. funcitons 2. catch in try/catch 3. es6 (2015) block scope with the let keyword</p> <ul> <li>Scope lookup bubbles up and stops with the first match found</li> <li>Example:</li> </ul> <div class="highlighter-rouge"><pre class="highlight"><code> <span class="kd">var</span> <span class="nx">a</span> <span class="o">=</span> <span class="mi">1</span><span class="p">;</span> <span class="kd">function</span> <span class="nx">addTwo</span><span class="p">()</span> <span class="p">{</span> <span class="kd">var</span> <span class="nx">a</span> <span class="o">=</span> <span class="mi">2</span><span class="p">;</span> <span class="kd">var</span> <span class="nx">b</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">a</span> <span class="o">+</span> <span class="nx">b</span><span class="p">);</span> <span class="p">}</span> <span class="nx">addTwo</span><span class="p">();</span> <span class="c1">// 2</span> </code></pre> </div> <div class="highlighter-rouge"><pre class="highlight"><code> <span class="kd">var</span> <span class="nx">a</span> <span class="o">=</span> <span class="mi">1</span><span class="p">;</span> <span class="kd">function</span> <span class="nx">addTwo</span><span class="p">()</span> <span class="p">{</span> <span class="kd">var</span> <span class="nx">b</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">a</span> <span class="o">+</span> <span class="nx">b</span><span class="p">);</span> <span class="p">}</span> <span class="nx">addTwo</span><span class="p">();</span> <span class="c1">// 1</span> </code></pre> </div> <h3 id="block-scope-with-let">block scope with let</h3> <div class="highlighter-rouge"><pre class="highlight"><code><span class="kr">const</span> <span class="nx">data</span> <span class="o">=</span> <span class="p">[</span><span class="s2">"Thomas"</span><span class="p">,</span> <span class="s2">"Haskell"</span><span class="p">,</span> <span class="s2">"Curry"</span><span class="p">];</span> <span class="k">for</span><span class="p">(</span><span class="kd">var</span> <span class="nx">i</span> <span class="o">=</span> <span class="mi">0</span> <span class="p">;</span> <span class="nx">i</span> <span class="o">&lt;</span> <span class="nx">data</span><span class="p">.</span><span class="nx">length</span><span class="p">;</span> <span class="nx">i</span><span class="o">++</span><span class="p">)</span> <span class="p">{</span> <span class="c1">// do magic</span> <span class="c1">// ...</span> <span class="p">}</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">i</span><span class="p">);</span> <span class="c1">// 3</span> </code></pre> </div> <p>In the above example, <code class="highlighter-rouge">i</code> is available outside of the for loop.</p> <p>In es5, or with the var keyword, the for loop does not create a new scope for variable i to be bounce.</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="k">for</span><span class="p">(</span><span class="kd">let</span> <span class="nx">i</span> <span class="o">=</span> <span class="mi">0</span> <span class="p">;</span> <span class="nx">i</span> <span class="o">&lt;</span> <span class="nx">data</span><span class="p">.</span><span class="nx">length</span><span class="p">;</span> <span class="nx">i</span><span class="o">++</span><span class="p">)</span> <span class="p">{</span> <span class="c1">// do magic</span> <span class="c1">// ...</span> <span class="p">}</span> <span class="nx">console</span><span class="p">.</span><span class="nx">log</span><span class="p">(</span><span class="nx">i</span><span class="p">);</span> <span class="c1">// reference error</span> </code></pre> </div> <h2 id="lex-time">Lex Time</h2> <p>JS is compiled. This compilation happens just before run time. Part of compiliation is lexing.</p> <ul> <li> <p>Lexing - or tokenizing -</p> </li> <li> <p>Lexing: ** essentially</p> </li> <li> <p>Lexical Scope: ** essentially scope that is defined during compilation.</p> </li> </ul> <h2 id="example">Example</h2> <div class="highlighter-rouge"><pre class="highlight"><code> <span class="kd">function</span> <span class="nx">fn1</span><span class="p">()</span> <span class="p">{</span> <span class="kd">function</span> <span class="nx">fn2</span><span class="p">()</span> <span class="p">{</span> <span class="kd">function</span> <span class="nx">fn3</span><span class="p">()</span> <span class="p">{</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span> </code></pre> </div> <h2 id="hoisting">Hoisting</h2> <p>Variable hosting</p>
jasondeutsch/jasondeutsch.github.io
_posts/_site/2016-03-01-scope-in-js.html
HTML
mit
7,360
<!DOCTYPE html> <head> <title>Table Column Toggle Heading Group</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script> <style> .th-groups th { text-align: center; background-color: rgba(0,0,0,.1); border-right: 1px solid #fff; } /* Show priority 1 at 320px*/ @media screen and (min-width: 20em) { th.ui-table-priority-1, td.ui-table-priority-1 { display: table-cell; } } /* Show priority 2 at 480px*/ @media screen and (min-width: 30em) { th.ui-table-priority-2, td.ui-table-priority-2 { display: table-cell; } } /* Show priority 3 at 640px*/ @media screen and (min-width: 40em) { th.ui-table-priority-3, td.ui-table-priority-3 { display: table-cell; } } /* Show priority 4 at 800px*/ @media screen and (min-width: 50em) { th.ui-table-priority-4, td.ui-table-priority-4 { display: table-cell; } } /* Show priority 5 at 960px*/ @media screen and (min-width: 60em) { th.ui-table-priority-5, td.ui-table-priority-5 { display: table-cell; } } /* Show priority 6 at 1200px*/ @media screen and (min-width: 75em) { th.ui-table-priority-6, td.ui-table-priority-6 { display: table-cell; } } </style> </head> <body> <div data-role="header"> <h2>Header</h2> </div> <!-- <table data-role="table" id="table-column-toggle" data-mode="columntoggle" class="ui-responsive table-stripe" data-column-btn-theme="b" data-column-btn-text="Click here to display columns..."> <table data-role="table" id="table_columns" data-column-btn-theme="b" data-column-popup-theme="a" data-mode="columntoggle" class="table-stroke" data-column-btn-text="Click here to display columns..."> --> <table data-role="table" id="movie-table-custom" data-mode="columntoggle" class="table-stroke table-stripe"> <thead> <tr> <th data-priority="4">#</th> <th data-priority="1">Movie Title</th> <th data-priority="1">Year</th> <th data-priority="2"><abbr title="Rotten Tomato Rating">Rat</abbr></th> <th data-priority="3">Rev</th> <th data-priority="5">Director</th> </tr> </thead> <tbody> <tr> <th>1</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Citizen_Kane" data-rel="external">Citizen Kane</a></td> <td>1941</td> <td>100%</td> <td>74</td> <td>Orson Welles</td> </tr> <tr> <th>2</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Casablanca_(film)" data-rel="external">Casablanca</a></td> <td>1942</td> <td>97%</td> <td>64</td> <td>Michael Curtiz</td> </tr> <tr> <th>3</th> <td class="title"><a href="http://en.wikipedia.org/wiki/The_Godfather" data-rel="external">The Godfather</a></td> <td>1972</td> <td>97%</td> <td>87</td> <td>Francis Ford Coppola</td> </tr> <tr> <th>4</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Gone_with_the_Wind_(film)" data-rel="external">Gone with the Wind</a></td> <td>1939</td> <td>96%</td> <td>87</td> <td>Victor Fleming</td> </tr> <tr> <th>5</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Lawrence_of_Arabia_(film)" data-rel="external">Lawrence of Arabia</a></td> <td>1962</td> <td>94%</td> <td>87</td> <td>Sir David Lean</td> </tr> <tr> <th>6</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Dr._Strangelove" data-rel="external">Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb</a></td> <td>1964</td> <td>92%</td> <td>74</td> <td>Stanley Kubrick</td> </tr> <tr> <th>7</th> <td class="title"><a href="http://en.wikipedia.org/wiki/The_Graduate" data-rel="external">The Graduate</a></td> <td>1967</td> <td>91%</td> <td>122</td> <td>Mike Nichols</td> </tr> <tr> <th>8</th> <td class="title"><a href="http://en.wikipedia.org/wiki/The_Wizard_of_Oz_(1939_film)" data-rel="external">The Wizard of Oz</a></td> <td>1939</td> <td>90%</td> <td>72</td> <td>Victor Fleming</td> </tr> <tr> <th>9</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Singin%27_in_the_Rain" data-rel="external">Singin' in the Rain</a></td> <td>1952</td> <td>89%</td> <td>85</td> <td>Stanley Donen, Gene Kelly</td> </tr> <tr> <th>10</th> <td class="title"><a href="http://en.wikipedia.org/wiki/Inception" data-rel="external">Inception</a></td> <td>2010</td> <td>84%</td> <td>78</td> <td>Christopher Nolan</td> </tr> </tbody> </table> <div data-role="footer"> <h2>Footer</h2> </div> </body> </html>
zelenko/zelenko.github.io
menu/table3.html
HTML
mit
5,019
<section data-ng-controller="KidsController" data-ng-init="find()"> <div class="page-header"> <h1>Your Children</h1> </div> <div class="list-group"> <a data-ng-repeat="kid in kids" data-ng-href="#!/kids/{{kid._id}}" class="list-group-item"> <h4 class="list-group-item-heading">{{kid.username}}</h4> <p>{{kid.diagnosedAt | date}}</p> </a> </div> <div class="alert alert-warning text-center" data-ng-hide="!kids.$resolved || kids.length"> No Kids yet, why don't you <a href="/#!/kids/create">add one</a>? </div> </section>
WeAreLeka/eclm
public/modules/kids/views/list-kids.client.view.html
HTML
mit
597
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Mon Dec 14 15:24:40 MSK 2009 --> <TITLE> StringValueEval (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2009-12-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StringValueEval (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StringValueEval.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/StringEval.html" title="class in org.apache.poi.hssf.record.formula.eval"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.hssf.record.formula.eval"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/hssf/record/formula/eval/StringValueEval.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringValueEval.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.hssf.record.formula.eval</FONT> <BR> Interface StringValueEval</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/ValueEval.html" title="interface in org.apache.poi.hssf.record.formula.eval">ValueEval</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/BoolEval.html" title="class in org.apache.poi.hssf.record.formula.eval">BoolEval</A>, <A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/NumberEval.html" title="class in org.apache.poi.hssf.record.formula.eval">NumberEval</A>, <A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/StringEval.html" title="class in org.apache.poi.hssf.record.formula.eval">StringEval</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>StringValueEval</B><DT>extends <A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/ValueEval.html" title="interface in org.apache.poi.hssf.record.formula.eval">ValueEval</A></DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>Amol S. Deshmukh &lt; amolweb at ya hoo dot com &gt;</DD> </DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/StringValueEval.html#getStringValue()">getStringValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getStringValue()"><!-- --></A><H3> getStringValue</H3> <PRE> java.lang.String <B>getStringValue</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>never <code>null</code>, possibly empty string.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StringValueEval.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/StringEval.html" title="class in org.apache.poi.hssf.record.formula.eval"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../org/apache/poi/hssf/record/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.hssf.record.formula.eval"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/hssf/record/formula/eval/StringValueEval.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringValueEval.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2009 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
tobyclemson/msci-project
vendor/poi-3.6/doc/apidocs/org/apache/poi/hssf/record/formula/eval/StringValueEval.html
HTML
mit
9,940
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_ARBITER_RETEST_ALLOCATION_PARAMETERS</h2> <font face="arial"> +0x000 ArbitrationList : Ptr64 <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x008 AllocateFromCount : Uint4B<br> +0x010 AllocateFrom : Ptr64 <a href="./_CM_PARTIAL_RESOURCE_DESCRIPTOR.html">_CM_PARTIAL_RESOURCE_DESCRIPTOR</a><br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.572)/_ARBITER_RETEST_ALLOCATION_PARAMETERS.html
HTML
mit
395
<HTML><HEAD> <TITLE>Review for Blue (1992)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0103844">Blue (1992)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Chad+Skelton">Chad Skelton</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> DAMNED IN THE USA and BLUE A film review by Chad Skelton Copyright 1993 Chad Skelton</PRE> <PRE>DAMNED IN THE USA Paul Yule (UK,1991) 76 min. R Seen: Princess Cinema, Waterloo, Ontario</PRE> <P>Capsule Rating: DAMNED IN THE USA is a movie about censorship. While it lets the right-wingers have their say, it is openly anti-censorship. Not only does DAMNED IN THE USA provide enough material to make the viewer think about censorship, it also has many hilarious moments, some from the stand-up schtick running throughout, and some from the way people like Reverend Wildmon tries to explain the Mapplethorpe phots ("He had his er ... um ... up the other man's ... er ... um..")</P> <PRE>Rating: 8 out of 10</PRE> <PRE> Censorship has never been so much fun.</PRE> <P> DAMNED IN THE USA uses many methods to make it's anti-censorship points. One of the main methods is by actually showing the audience what is/was being censored. When one first hears this, they begin to think "Oh--I see--the whole idea of the movie is to show all that naughty stuff". Well, undoubtedly that's what drew a lot of the almost sold-out audience, but Damned in the USA is much more.</P> <P> The movie interviews everyone from members of the religious right, to friends of Robert Mapplethorpe, to try to find out what people love and hate about the Mapplethorpe photos, "Piss Christ," THE LAST TEMPTATION OF CHRIST, 2 Live Crew and other censored, or almost-censored, works or artists.</P> <P> What makes DAMNED so intriguing is that it is a movie about censorship--that was itself censored. The movie begins with a short retrospective of the court case this movie had to go through to be approved for audiences. The movie makes the case that censorship often creates publicity for artists. No doubt this happened for the movie itself--and the movie deserves it.</P> <P> The movie features the stand-up act of an individual whos name I forget, talking about censorship. This provides humour throughout (as if we didn't get enough laughs out of Wildmon).</P> <P> This is a movie for people that are against censorship. Someone who is anti-censorship would argue this movie looks at the argument fairly. In fact, despite to stand-up act woven throughout (which, in some circles, could be construed as commentary), the movie never actually makes a stand on the issue. Someone who is for censorship - will find this movie offensive. Partly because it directly or indirectly makes the religious right individuals look like idiots, and partly because it shows the offensive pictures.</P> <P> I highly recommend DAMNED IN THE USA--for a good night of enlightenment--and laughter.</P> <PRE>BLUE Don McKellar (Canada, 1992 [?]), R [?], 19 min.</PRE> <P> BLUE is a short movie about two things. 1. A guy (played expertly by by David Cronenberg) who is addicted to porno magazines and 2. A retrospective interview with a porn queen of what seems to be the 1960s. BLUE is a funny movie. It's the kind of movie that people will like, but may laugh harder that normal--as if to say, "Ha! He's going to masturbate--how funny!" But even without that, it's a funny movie. It's also an explicit movie. It shows the insides of the porno magazines, also, the interview with the 60's porn queen is over what seems to be an actual porno movie--with all the explicity therein.</P> <P> However, the movie gets away with it, as it is obviously meant to be satirical, and not exploitive.</P> <P>[ Chad Skelton / prof. moriarty | email: <A HREF="mailto:cskelton@realm.tdkcs.waterloo.on.ca">cskelton@realm.tdkcs.waterloo.on.ca</A>]</P> <PRE>. </PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/1924.html
HTML
mit
4,951
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Prateek Jadhwani</title> <meta name="description" content="// Frontend Developer // Gamer // !Nerd // Dreamer" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="//prateekjadhwani.github.io/themes/Casper/favicon.ico"> <link rel="stylesheet" type="text/css" href="//prateekjadhwani.github.io/themes/Casper/assets/css/screen.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="https://prateekjadhwani.github.io" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="Prateek Jadhwani" href="https://prateekjadhwani.github.io/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-components home-template"> <header class="main-header tag-head no-cover"> <nav class="main-nav overlay clearfix"> <a class="back-button icon-arrow-left" href="https://prateekjadhwani.github.io">Home</a> <!-- <a class="subscribe-button icon-feed" href="https://prateekjadhwani.github.io/tag/components/rss/">components</a> --> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">components</h1> <h2 class="page-description"> A 3-post collection </h2> </div> </div> </header> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <article class="post tag-cms tag-polymer tag-webcomponents tag-components tag-panckake-cms"> <header class="post-header"> <h2 class="post-title"><a href="https://prateekjadhwani.github.io/2017/01/24/Pancake-C-M-S-Improvements-Week-3.html">Pancake-CMS Improvements - Week 3</a></h2> </header> <section class="post-excerpt"> <p>This is the third continuous week that I am writing the blog on my side project "Pancake-CMS". The reason that I decided to write weekly blogs <a class="read-more" href="https://prateekjadhwani.github.io/2017/01/24/Pancake-C-M-S-Improvements-Week-3.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://prateekjadhwani.github.io/tag/cms">cms</a>, <a href="https://prateekjadhwani.github.io/tag/polymer"> polymer</a>, <a href="https://prateekjadhwani.github.io/tag/webcomponents"> webcomponents</a>, <a href="https://prateekjadhwani.github.io/tag/components"> components</a>, <a href="https://prateekjadhwani.github.io/tag/panckake-cms"> panckake-cms</a> <time class="post-date" datetime="2017-01-24">24 January 2017</time> </footer> </article> <article class="post tag-cms tag-polymer tag-webcomponents tag-components"> <header class="post-header"> <h2 class="post-title"><a href="https://prateekjadhwani.github.io/2017/01/18/Pancake-C-M-S-Improvements-Week-2.html">Pancake-CMS Improvements - Week 2</a></h2> </header> <section class="post-excerpt"> <p>Last week I posted a blog about my current side project - Pancake CMS. And because of the long weekend, I was able to finish off <a class="read-more" href="https://prateekjadhwani.github.io/2017/01/18/Pancake-C-M-S-Improvements-Week-2.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://prateekjadhwani.github.io/tag/cms">cms</a>, <a href="https://prateekjadhwani.github.io/tag/polymer"> polymer</a>, <a href="https://prateekjadhwani.github.io/tag/webcomponents"> webcomponents</a>, <a href="https://prateekjadhwani.github.io/tag/components"> components</a> <time class="post-date" datetime="2017-01-18">18 January 2017</time> </footer> </article> <article class="post tag-cms tag-polymer tag-webcomponents tag-components"> <header class="post-header"> <h2 class="post-title"><a href="https://prateekjadhwani.github.io/2017/01/10/Pancake-C-M-S-A-new-approach-to-C-M-S-using-web-components-and-server-less-architecture.html">Pancake CMS - A new approach to CMS using web components and server less architecture</a></h2> </header> <section class="post-excerpt"> <p>Most of the content management systems that I have worked with so far, are slow AF. Not to mention that the ones that corporations use are <a class="read-more" href="https://prateekjadhwani.github.io/2017/01/10/Pancake-C-M-S-A-new-approach-to-C-M-S-using-web-components-and-server-less-architecture.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://prateekjadhwani.github.io/tag/cms">cms</a>, <a href="https://prateekjadhwani.github.io/tag/polymer"> polymer</a>, <a href="https://prateekjadhwani.github.io/tag/webcomponents"> webcomponents</a>, <a href="https://prateekjadhwani.github.io/tag/components"> components</a> <time class="post-date" datetime="2017-01-10">10 January 2017</time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="https://prateekjadhwani.github.io">Prateek Jadhwani</a> &copy; 2017</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//prateekjadhwani.github.io/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script> <script type="text/javascript" src="//prateekjadhwani.github.io/themes/Casper/assets/js/index.js?v=1.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-65947202-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
prateekjadhwani/prateekjadhwani.github.io
tag/components/index.html
HTML
mit
7,364
<!DOCTYPE html> <html> <head> <title>utils.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul id="jump_to"> <li> <a class="large" href="javascript:void(0);">Jump To &hellip;</a> <a class="small" href="javascript:void(0);">+</a> <div id="jump_wrapper"> <div id="jump_page_wrapper"> <div id="jump_page"> <a class="source" href="server.html"> server.js </a> <a class="source" href="utils.html"> utils.js </a> </div> </div> </li> </ul> <ul class="sections"> <li id="title"> <div class="annotation"> <h1>utils.js</h1> </div> </li> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> R = <span class="hljs-built_in">require</span>(<span class="hljs-string">'ramda'</span>) , S = <span class="hljs-built_in">require</span>(<span class="hljs-string">'sanctuary'</span>)</pre></div></div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p><code>log :: a -&gt; a</code><br>Uses <code>R.tap</code> to print to console</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> log = R.tap(x =&gt; <span class="hljs-built_in">console</span>.log(<span class="hljs-string">'log: '</span>, x))</pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> <p><code>printLens :: Lens s a -&gt; String</code><br>Prints <code>lensPath</code>/<code>lensProp</code> lenses</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> printLens = lens =&gt; <span class="hljs-built_in">JSON</span>.stringify(R.set(lens, <span class="hljs-literal">true</span>, {}))</pre></div></div> </li> <li id="section-4"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-4">&#182;</a> </div> <p><code>toInt :: String -&gt; Int</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> toInt = R.curryN(<span class="hljs-number">1</span>, <span class="hljs-built_in">parseInt</span>)</pre></div></div> </li> <li id="section-5"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-5">&#182;</a> </div> <p><code>mLenses :: String -&gt; Object -&gt; [Lens s a]</code><br>Takes a metric type and the metrics, and returns lenses to all the keys in that metric</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> mLenses = R.curry((type, metrics) =&gt; S.pipe([R.prop(type), R.keys, R.map(R.pipe(R.pair(type), R.lensPath))], metrics))</pre></div></div> </li> <li id="section-6"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-6">&#182;</a> </div> <p><code>_initStats :: Object -&gt; [Lens s a] -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> _initStats = R.curry((object, mLenses, stats) =&gt; R.reduce((stats, mLens) =&gt; R.when(R.pipe(R.view(mLens), R.isNil), R.set(mLens, object))(stats), stats, mLenses))</pre></div></div> </li> <li id="section-7"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-7">&#182;</a> </div> <p><code>:: [Lens s a] -&gt; Object -&gt; Object</code> </p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> initStats = _initStats({ x: [], y: [] }) , initTimers = _initStats({ hour: [], x: [], y: [], error_y: { array: [], arrayminus: [] } })</pre></div></div> </li> <li id="section-8"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-8">&#182;</a> </div> <p><code>:: Lens s a =&gt; Lens s a</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> x = lens =&gt; R.compose(lens, R.lensProp(<span class="hljs-string">'x'</span>)) , y = lens =&gt; R.compose(lens, R.lensProp(<span class="hljs-string">'y'</span>)) , hour = lens =&gt; R.compose(lens, R.lensProp(<span class="hljs-string">'hour'</span>)) , store = lens =&gt; R.compose(lens, R.lensProp(<span class="hljs-string">'store'</span>)) , aplus = lens =&gt; R.compose(lens, R.lensPath([<span class="hljs-string">'error_y'</span>, <span class="hljs-string">'array'</span>])) , aminus = lens =&gt; R.compose(lens, R.lensPath([<span class="hljs-string">'error_y'</span>, <span class="hljs-string">'arrayminus'</span>]))</pre></div></div> </li> <li id="section-9"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-9">&#182;</a> </div> <p><code>setX :: Int -&gt; Object -&gt; [Lens s a] -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setX = R.curry((timestamp, mLenses, stats) =&gt; R.reduce((stats, mLens) =&gt; R.over(x(mLens), R.append(timestamp), stats), stats, mLenses))</pre></div></div> </li> <li id="section-10"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-10">&#182;</a> </div> <p><code>setY :: String -&gt; Object -&gt; [Lens s a] -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setY = R.curry((metrics, mLenses, stats) =&gt; R.reduce((stats, mLens) =&gt; { <span class="hljs-keyword">return</span> S.pipe([R.view(store(mLens)), R.isNil, R.not], metrics) ? R.over(y(mLens), R.concat(R.__, S.pipe([R.keys, R.map(toInt)], R.view(store(mLens), metrics))), stats) : R.over(y(mLens), R.append(R.view(mLens, metrics)), stats) }, stats, mLenses))</pre></div></div> </li> <li id="section-11"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-11">&#182;</a> </div> <p><code>setXY :: Object -&gt; Int -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setXY = R.curry((timestamp, metrics, stats) =&gt; { <span class="hljs-keyword">const</span> lenses = R.flatten([<span class="hljs-string">'counters'</span>, <span class="hljs-string">'counter_rates'</span>, <span class="hljs-string">'gauges'</span>].map(type =&gt; mLenses(type, metrics))) <span class="hljs-keyword">return</span> S.pipe([initStats(lenses), setX(timestamp, lenses), setY(metrics, lenses)], stats) })</pre></div></div> </li> <li id="section-12"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-12">&#182;</a> </div> <p><code>setSets :: String -&gt; Object -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setSets = R.curry((timestamp, metrics, stats) =&gt; { <span class="hljs-keyword">const</span> lenses = mLenses(<span class="hljs-string">'sets'</span>, metrics) <span class="hljs-keyword">return</span> R.reduce((stats, mLens) =&gt; { <span class="hljs-keyword">const</span> setCount = R.keys(R.view(store(mLens), metrics)).length <span class="hljs-keyword">return</span> S.pipe([ R.over(x(mLens), R.concat(R.__, R.repeat(timestamp, setCount))) , R.over(y(mLens), R.concat(R.__, S.pipe([R.keys, R.map(toInt)], R.view(store(mLens), metrics)))) ], stats) }, initStats(lenses, stats), lenses) })</pre></div></div> </li> <li id="section-13"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-13">&#182;</a> </div> <p><code>setTimersHour :: [Lenses s a] -&gt; String -&gt; Object -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setTimersHour = R.curry((mLenses, timestamp, metrics, stats) =&gt; R.reduce((stats, mLens) =&gt; { <span class="hljs-keyword">const</span> timerHour = R.view(hour(mLens), stats) , lastY = R.compose(hour(mLens), R.lensIndex(timerHour.length - <span class="hljs-number">1</span>), R.lensProp(<span class="hljs-string">'y'</span>)) <span class="hljs-keyword">if</span> (R.not(R.isEmpty(timerHour)) &amp;&amp; timestamp - R.last(timerHour).x &lt; <span class="hljs-number">60</span> * <span class="hljs-number">1000</span>) <span class="hljs-keyword">return</span> R.over(lastY, R.concat(R.view(mLens, metrics)), stats) <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> R.over(hour(mLens), R.append({ x: timestamp, y: R.view(mLens, metrics), name: <span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>(timestamp).toLocaleString(), type: <span class="hljs-string">'box'</span>, boxmean: <span class="hljs-literal">true</span> }), stats) }, stats, mLenses))</pre></div></div> </li> <li id="section-14"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-14">&#182;</a> </div> <p><code>setTimersXY :: [Lenses s a] -&gt; String -&gt; Object -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setTimersXY = R.curry((mLenses, timestamp, metrics, stats) =&gt; R.reduce((stats, mLens) =&gt; { <span class="hljs-keyword">const</span> mean = <span class="hljs-built_in">Math</span>.round(R.mean(R.view(mLens, metrics))) , plus = R.reduce(R.max, <span class="hljs-number">0</span>, R.view(mLens, metrics)) - mean , minus = mean - R.reduce(R.min, <span class="hljs-literal">Infinity</span>, R.view(mLens, metrics)) <span class="hljs-keyword">return</span> S.pipe([ R.over(x(mLens), R.append(timestamp)) , R.over(y(mLens), R.append(mean)) , R.over(aplus(mLens), R.append(plus)) , R.over(aminus(mLens), R.append(minus))], stats) }, stats, mLenses))</pre></div></div> </li> <li id="section-15"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-15">&#182;</a> </div> <p><code>setTimers :: Object -&gt; Object -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setTimers = R.curry((timestamp, metrics, stats) =&gt; { <span class="hljs-keyword">const</span> lenses = mLenses(<span class="hljs-string">'timers'</span>, metrics) <span class="hljs-keyword">return</span> S.pipe([ initTimers(lenses) , setTimersHour(lenses, timestamp, metrics) , setTimersXY(lenses, timestamp, metrics) ], stats) })</pre></div></div> </li> <li id="section-16"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-16">&#182;</a> </div> <p><code>setStats :: Object -&gt; Object -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> setStats = R.curry((timestamp, metrics, stats) =&gt; S.pipe([ setXY(timestamp, metrics) , setSets(timestamp, metrics) , setTimers(timestamp, metrics) ], stats))</pre></div></div> </li> <li id="section-17"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-17">&#182;</a> </div> <p><code>testNs :: String -&gt; String -&gt; Boolean</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> testNs = R.curry((namespace, string) =&gt; R.test(<span class="hljs-keyword">new</span> <span class="hljs-built_in">RegExp</span>(<span class="hljs-string">`^<span class="hljs-subst">${namespace.replace(/\./g, '\\.')}</span>`</span>), string))</pre></div></div> </li> <li id="section-18"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-18">&#182;</a> </div> <p><code>pickNs :: String -&gt; Object -&gt; Object</code> </p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> pickNs = R.curry((namespace, stats) =&gt; R.ifElse(R.isArrayLike, R.filter(testNs(namespace)), R.pickBy(R.flip(testNs(namespace))))(stats))</pre></div></div> </li> <li id="section-19"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-19">&#182;</a> </div> <p><code>filterStats :: String -&gt; String -&gt; Object -&gt; Object</code></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> filterStats = R.curry((namespace, metric, stats) =&gt; { <span class="hljs-keyword">if</span> (metric === <span class="hljs-string">'all'</span>) <span class="hljs-keyword">return</span> R.map(pickNs(namespace), stats) <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> pickNs(namespace, stats[metric]) }) <span class="hljs-built_in">module</span>.exports = { setTimersHour: setTimersHour, setTimersXY: setTimersXY, initTimers: initTimers, initStats: initStats, setTimers: setTimers, setStats: setStats, setSets: setSets, setXY: setXY, setX: setX, setY: setY, mLenses: mLenses, filterStats: filterStats, pickNs: pickNs, testNs: testNs, printLens: printLens, toInt: toInt, log: log }</pre></div></div> </li> </ul> </div> </body> </html>
Risto-Stevcev/statsd-grapher
docs/utils.html
HTML
mit
17,428
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>_PRIVATE_CACHE_MAP</h2> <font face="arial"> +0x000 NodeTypeCode : Int2B<br> +0x000 Flags : <a href="./_PRIVATE_CACHE_MAP_FLAGS.html">_PRIVATE_CACHE_MAP_FLAGS</a><br> +0x004 ReadAheadMask : Uint4B<br> +0x008 FileObject : Ptr64 <a href="./_FILE_OBJECT.html">_FILE_OBJECT</a><br> +0x010 FileOffset1 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x018 BeyondLastByte1 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x020 FileOffset2 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x028 BeyondLastByte2 : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x030 SequentialReadCount : Uint4B<br> +0x034 ReadAheadLength : Uint4B<br> +0x038 ReadAheadOffset : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x040 ReadAheadBeyondLastByte : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x048 PrevReadAheadBeyondLastByte : Uint8B<br> +0x050 ReadAheadSpinLock : Uint8B<br> +0x058 PipelinedReadAheadRequestSize : Uint4B<br> +0x05c ReadAheadGrowth : Uint4B<br> +0x060 PrivateLinks : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x070 ReadAheadWorkItem : Ptr64 Void<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19042.610)/_PRIVATE_CACHE_MAP.html
HTML
mit
1,313
{% extends "base.html" %} {% block title%} Error 404 - Página no encontrada. {% endblock %} {% block body %} <div class="android-screen-section mdl-typography--text-center"> <h2>Error 404</h2> <div id="border"> </div> <h3>Página no encontrada.</h3> </div> {% endblock %}
niclabs/ratadns-gopher
app/templates/page_not_found.html
HTML
mit
324
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.10.1: v8::Extension Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.10.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_extension.html">Extension</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_extension-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Extension Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a10868673b7801cc1139ca3bc09bcfcf6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a10868673b7801cc1139ca3bc09bcfcf6"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>Extension</b> (const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1)</td></tr> <tr class="separator:a10868673b7801cc1139ca3bc09bcfcf6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae526b557e0403910f6a32da2d59f64c1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae526b557e0403910f6a32da2d59f64c1"></a> virtual <a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; <a class="el" href="classv8_1_1_function_template.html">v8::FunctionTemplate</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetNativeFunction</b> (<a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; <a class="el" href="classv8_1_1_string.html">v8::String</a> &gt; name)</td></tr> <tr class="separator:ae526b557e0403910f6a32da2d59f64c1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a183946edbf28789f7cddecdad2d26f96"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a183946edbf28789f7cddecdad2d26f96"></a> const char *&#160;</td><td class="memItemRight" valign="bottom"><b>name</b> () const </td></tr> <tr class="separator:a183946edbf28789f7cddecdad2d26f96"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a91da6067f79c5c354aa3184ed0746966"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a91da6067f79c5c354aa3184ed0746966"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><b>source_length</b> () const </td></tr> <tr class="separator:a91da6067f79c5c354aa3184ed0746966"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a97aa9a425f31d453161540e37c19c0ce"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a97aa9a425f31d453161540e37c19c0ce"></a> const <a class="el" href="classv8_1_1_string_1_1_external_ascii_string_resource.html">String::ExternalAsciiStringResource</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>source</b> () const </td></tr> <tr class="separator:a97aa9a425f31d453161540e37c19c0ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7623b08e3bc42d903bd923a00317b7f9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7623b08e3bc42d903bd923a00317b7f9"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>dependency_count</b> ()</td></tr> <tr class="separator:a7623b08e3bc42d903bd923a00317b7f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adbec8a811d5a4554678da4a5d55dda6d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adbec8a811d5a4554678da4a5d55dda6d"></a> const char **&#160;</td><td class="memItemRight" valign="bottom"><b>dependencies</b> ()</td></tr> <tr class="separator:adbec8a811d5a4554678da4a5d55dda6d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af5b752ba211315b6e9dac5c0e6e638e8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af5b752ba211315b6e9dac5c0e6e638e8"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>set_auto_enable</b> (bool value)</td></tr> <tr class="separator:af5b752ba211315b6e9dac5c0e6e638e8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aee87ef4f9c3d7880fc3b28765d28e516"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee87ef4f9c3d7880fc3b28765d28e516"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>auto_enable</b> ()</td></tr> <tr class="separator:aee87ef4f9c3d7880fc3b28765d28e516"><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>Ignore </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:55 for V8 API Reference Guide for node.js v0.10.1 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
4432dc8/html/classv8_1_1_extension.html
HTML
mit
8,824
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">--> <title> SmartAdmin </title> <meta name="description" content=""> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- Basic Styles --> <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/font-awesome.min.css"> <!-- SmartAdmin Styles : Caution! DO NOT change the order --> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-production-plugins.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-production.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-skins.min.css"> <!-- SmartAdmin RTL Support --> <link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-rtl.min.css"> <!-- We recommend you use "your_style.css" to override SmartAdmin specific styles this will also ensure you retrain your customization with each SmartAdmin update. <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> --> <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp --> <link rel="stylesheet" type="text/css" media="screen" href="css/demo.min.css"> <!-- FAVICONS --> <link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon"> <link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon"> <!-- GOOGLE FONT --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"> <!-- Specifying a Webpage Icon for Web Clip Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html --> <link rel="apple-touch-icon" href="img/splash/sptouch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="76x76" href="img/splash/touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="120x120" href="img/splash/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="152x152" href="img/splash/touch-icon-ipad-retina.png"> <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- Startup image for web apps --> <link rel="apple-touch-startup-image" href="img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)"> <link rel="apple-touch-startup-image" href="img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)"> <link rel="apple-touch-startup-image" href="img/splash/iphone.png" media="screen and (max-device-width: 320px)"> <style> .error-text-2 { text-align: center; font-size: 700%; font-weight: bold; font-weight: 100; color: #333; line-height: 1; letter-spacing: -.05em; background-image: -webkit-linear-gradient(92deg,#333,#ed1c24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .particle { position: absolute; top: 50%; left: 50%; width: 1rem; height: 1rem; border-radius: 100%; background-color: #ed1c24; background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3) 75%,rgba(0,0,0,0)); box-shadow: inset 0 0 1px 1px rgba(0,0,0,.25); } .particle--a { -webkit-animation: particle-a 1.4s infinite linear; -moz-animation: particle-a 1.4s infinite linear; -o-animation: particle-a 1.4s infinite linear; animation: particle-a 1.4s infinite linear; } .particle--b { -webkit-animation: particle-b 1.3s infinite linear; -moz-animation: particle-b 1.3s infinite linear; -o-animation: particle-b 1.3s infinite linear; animation: particle-b 1.3s infinite linear; background-color: #00A300; } .particle--c { -webkit-animation: particle-c 1.5s infinite linear; -moz-animation: particle-c 1.5s infinite linear; -o-animation: particle-c 1.5s infinite linear; animation: particle-c 1.5s infinite linear; background-color: #57889C; }@-webkit-keyframes particle-a { 0% { -webkit-transform: translate3D(-3rem,-3rem,0); z-index: 1; -webkit-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -webkit-transform: translate3D(4rem, 3rem, 0); opacity: 1; z-index: 1; -webkit-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .75rem; height: .75rem; opacity: .5; } 100% { -webkit-transform: translate3D(-3rem,-3rem,0); z-index: -1; } } @-moz-keyframes particle-a { 0% { -moz-transform: translate3D(-3rem,-3rem,0); z-index: 1; -moz-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -moz-transform: translate3D(4rem, 3rem, 0); opacity: 1; z-index: 1; -moz-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .75rem; height: .75rem; opacity: .5; } 100% { -moz-transform: translate3D(-3rem,-3rem,0); z-index: -1; } } @-o-keyframes particle-a { 0% { -o-transform: translate3D(-3rem,-3rem,0); z-index: 1; -o-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -o-transform: translate3D(4rem, 3rem, 0); opacity: 1; z-index: 1; -o-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .75rem; height: .75rem; opacity: .5; } 100% { -o-transform: translate3D(-3rem,-3rem,0); z-index: -1; } } @keyframes particle-a { 0% { transform: translate3D(-3rem,-3rem,0); z-index: 1; animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { transform: translate3D(4rem, 3rem, 0); opacity: 1; z-index: 1; animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .75rem; height: .75rem; opacity: .5; } 100% { transform: translate3D(-3rem,-3rem,0); z-index: -1; } } @-webkit-keyframes particle-b { 0% { -webkit-transform: translate3D(3rem,-3rem,0); z-index: 1; -webkit-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -webkit-transform: translate3D(-3rem, 3.5rem, 0); opacity: 1; z-index: 1; -webkit-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -webkit-transform: translate3D(3rem,-3rem,0); z-index: -1; } } @-moz-keyframes particle-b { 0% { -moz-transform: translate3D(3rem,-3rem,0); z-index: 1; -moz-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -moz-transform: translate3D(-3rem, 3.5rem, 0); opacity: 1; z-index: 1; -moz-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -moz-transform: translate3D(3rem,-3rem,0); z-index: -1; } } @-o-keyframes particle-b { 0% { -o-transform: translate3D(3rem,-3rem,0); z-index: 1; -o-animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { -o-transform: translate3D(-3rem, 3.5rem, 0); opacity: 1; z-index: 1; -o-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -o-transform: translate3D(3rem,-3rem,0); z-index: -1; } } @keyframes particle-b { 0% { transform: translate3D(3rem,-3rem,0); z-index: 1; animation-timing-function: ease-in-out; } 25% { width: 1.5rem; height: 1.5rem; } 50% { transform: translate3D(-3rem, 3.5rem, 0); opacity: 1; z-index: 1; animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { transform: translate3D(3rem,-3rem,0); z-index: -1; } } @-webkit-keyframes particle-c { 0% { -webkit-transform: translate3D(-1rem,-3rem,0); z-index: 1; -webkit-animation-timing-function: ease-in-out; } 25% { width: 1.3rem; height: 1.3rem; } 50% { -webkit-transform: translate3D(2rem, 2.5rem, 0); opacity: 1; z-index: 1; -webkit-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -webkit-transform: translate3D(-1rem,-3rem,0); z-index: -1; } } @-moz-keyframes particle-c { 0% { -moz-transform: translate3D(-1rem,-3rem,0); z-index: 1; -moz-animation-timing-function: ease-in-out; } 25% { width: 1.3rem; height: 1.3rem; } 50% { -moz-transform: translate3D(2rem, 2.5rem, 0); opacity: 1; z-index: 1; -moz-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -moz-transform: translate3D(-1rem,-3rem,0); z-index: -1; } } @-o-keyframes particle-c { 0% { -o-transform: translate3D(-1rem,-3rem,0); z-index: 1; -o-animation-timing-function: ease-in-out; } 25% { width: 1.3rem; height: 1.3rem; } 50% { -o-transform: translate3D(2rem, 2.5rem, 0); opacity: 1; z-index: 1; -o-animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { -o-transform: translate3D(-1rem,-3rem,0); z-index: -1; } } @keyframes particle-c { 0% { transform: translate3D(-1rem,-3rem,0); z-index: 1; animation-timing-function: ease-in-out; } 25% { width: 1.3rem; height: 1.3rem; } 50% { transform: translate3D(2rem, 2.5rem, 0); opacity: 1; z-index: 1; animation-timing-function: ease-in-out; } 55% { z-index: -1; } 75% { width: .5rem; height: .5rem; opacity: .5; } 100% { transform: translate3D(-1rem,-3rem,0); z-index: -1; } } </style> <!--[if IE 9]> <style> .error-text { color: #333 !important; } .particle { display:none; } </style> <![endif]--> </head> <!-- TABLE OF CONTENTS. Use search to find needed section. =================================================================== | 01. #CSS Links | all CSS links and file paths | | 02. #FAVICONS | Favicon links and file paths | | 03. #GOOGLE FONT | Google font link | | 04. #APP SCREEN / ICONS | app icons, screen backdrops | | 05. #BODY | body tag | | 06. #HEADER | header tag | | 07. #PROJECTS | project lists | | 08. #TOGGLE LAYOUT BUTTONS | layout buttons and actions | | 09. #MOBILE | mobile view dropdown | | 10. #SEARCH | search field | | 11. #NAVIGATION | left panel & navigation | | 12. #RIGHT PANEL | right panel userlist | | 13. #MAIN PANEL | main panel | | 14. #MAIN CONTENT | content holder | | 15. #PAGE FOOTER | page footer | | 16. #SHORTCUT AREA | dropdown shortcuts area | | 17. #PLUGINS | all scripts and plugins | =================================================================== --> <!-- #BODY --> <!-- Possible Classes * 'smart-style-{SKIN#}' * 'smart-rtl' - Switch theme mode to RTL * 'menu-on-top' - Switch to top navigation (no DOM change required) * 'no-menu' - Hides the menu completely * 'hidden-menu' - Hides the main menu but still accessable by hovering over left edge * 'fixed-header' - Fixes the header * 'fixed-navigation' - Fixes the main menu * 'fixed-ribbon' - Fixes breadcrumb * 'fixed-page-footer' - Fixes footer * 'container' - boxed layout mode (non-responsive: will not work with fixed-navigation & fixed-ribbon) --> <body class=""> <!-- HEADER --> <header id="header"> <div id="logo-group"> <!-- PLACE YOUR LOGO HERE --> <span id="logo"> <img src="img/logo.png" alt="SmartAdmin"> </span> <!-- END LOGO PLACEHOLDER --> <!-- Note: The activity badge color changes when clicked and resets the number to 0 Suggestion: You may want to set a flag when this happens to tick off all checked messages / notifications --> <span id="activity" class="activity-dropdown"> <i class="fa fa-user"></i> <b class="badge"> 21 </b> </span> <!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file --> <div class="ajax-dropdown"> <!-- the ID links are fetched via AJAX to the ajax container "ajax-notifications" --> <div class="btn-group btn-group-justified" data-toggle="buttons"> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/mail.html"> Msgs (14) </label> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/notifications.html"> notify (3) </label> <label class="btn btn-default"> <input type="radio" name="activity" id="ajax/notify/tasks.html"> Tasks (4) </label> </div> <!-- notification content --> <div class="ajax-notifications custom-scroll"> <div class="alert alert-transparent"> <h4>Click a button to show messages here</h4> This blank page message helps protect your privacy, or you can show the first message here automatically. </div> <i class="fa fa-lock fa-4x fa-border"></i> </div> <!-- end notification content --> <!-- footer: refresh area --> <span> Last updated on: 12/12/2013 9:43AM <button type="button" data-loading-text="<i class='fa fa-refresh fa-spin'></i> Loading..." class="btn btn-xs btn-default pull-right"> <i class="fa fa-refresh"></i> </button> </span> <!-- end footer --> </div> <!-- END AJAX-DROPDOWN --> </div> <!-- projects dropdown --> <div class="project-context hidden-xs"> <span class="label">Projects:</span> <span class="project-selector dropdown-toggle" data-toggle="dropdown">Recent projects <i class="fa fa-angle-down"></i></span> <!-- Suggestion: populate this list with fetch and push technique --> <ul class="dropdown-menu"> <li> <a href="javascript:void(0);">Online e-merchant management system - attaching integration with the iOS</a> </li> <li> <a href="javascript:void(0);">Notes on pipeline upgradee</a> </li> <li> <a href="javascript:void(0);">Assesment Report for merchant account</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);"><i class="fa fa-power-off"></i> Clear</a> </li> </ul> <!-- end dropdown-menu--> </div> <!-- end projects dropdown --> <!-- pulled right: nav area --> <div class="pull-right"> <!-- collapse menu button --> <div id="hide-menu" class="btn-header pull-right"> <span> <a href="javascript:void(0);" data-action="toggleMenu" title="Collapse Menu"><i class="fa fa-reorder"></i></a> </span> </div> <!-- end collapse menu --> <!-- #MOBILE --> <!-- Top menu profile link : this shows only when top menu is active --> <ul id="mobile-profile-img" class="header-dropdown-list hidden-xs padding-5"> <li class=""> <a href="#" class="dropdown-toggle no-margin userdropdown" data-toggle="dropdown"> <img src="img/avatars/sunny.png" alt="John Doe" class="online" /> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0"><i class="fa fa-cog"></i> Setting</a> </li> <li class="divider"></li> <li> <a href="profile.html" class="padding-10 padding-top-0 padding-bottom-0"> <i class="fa fa-user"></i> <u>P</u>rofile</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="toggleShortcut"><i class="fa fa-arrow-down"></i> <u>S</u>hortcut</a> </li> <li class="divider"></li> <li> <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="launchFullscreen"><i class="fa fa-arrows-alt"></i> Full <u>S</u>creen</a> </li> <li class="divider"></li> <li> <a href="login.html" class="padding-10 padding-top-5 padding-bottom-5" data-action="userLogout"><i class="fa fa-sign-out fa-lg"></i> <strong><u>L</u>ogout</strong></a> </li> </ul> </li> </ul> <!-- logout button --> <div id="logout" class="btn-header transparent pull-right"> <span> <a href="login.html" title="Sign Out" data-action="userLogout" data-logout-msg="You can improve your security further after logging out by closing this opened browser"><i class="fa fa-sign-out"></i></a> </span> </div> <!-- end logout button --> <!-- search mobile button (this is hidden till mobile view port) --> <div id="search-mobile" class="btn-header transparent pull-right"> <span> <a href="javascript:void(0)" title="Search"><i class="fa fa-search"></i></a> </span> </div> <!-- end search mobile button --> <!-- input: search field --> <form action="search.html" class="header-search pull-right"> <input id="search-fld" type="text" name="param" placeholder="Find reports and more" data-autocomplete='[ "ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", "Perl", "PHP", "Python", "Ruby", "Scala", "Scheme"]'> <button type="submit"> <i class="fa fa-search"></i> </button> <a href="javascript:void(0);" id="cancel-search-js" title="Cancel Search"><i class="fa fa-times"></i></a> </form> <!-- end input: search field --> <!-- fullscreen button --> <div id="fullscreen" class="btn-header transparent pull-right"> <span> <a href="javascript:void(0);" data-action="launchFullscreen" title="Full Screen"><i class="fa fa-arrows-alt"></i></a> </span> </div> <!-- end fullscreen button --> <!-- #Voice Command: Start Speech --> <div id="speech-btn" class="btn-header transparent pull-right hidden-sm hidden-xs"> <div> <a href="javascript:void(0)" title="Voice Command" data-action="voiceCommand"><i class="fa fa-microphone"></i></a> <div class="popover bottom"><div class="arrow"></div> <div class="popover-content"> <h4 class="vc-title">Voice command activated <br><small>Please speak clearly into the mic</small></h4> <h4 class="vc-title-error text-center"> <i class="fa fa-microphone-slash"></i> Voice command failed <br><small class="txt-color-red">Must <strong>"Allow"</strong> Microphone</small> <br><small class="txt-color-red">Must have <strong>Internet Connection</strong></small> </h4> <a href="javascript:void(0);" class="btn btn-success" onclick="commands.help()">See Commands</a> <a href="javascript:void(0);" class="btn bg-color-purple txt-color-white" onclick="$('#speech-btn .popover').fadeOut(50);">Close Popup</a> </div> </div> </div> </div> <!-- end voice command --> <!-- multiple lang dropdown : find all flags in the flags page --> <ul class="header-dropdown-list hidden-xs"> <li> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="img/blank.gif" class="flag flag-us" alt="United States"> <span> English (US) </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li class="active"> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-us" alt="United States"> English (US)</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-fr" alt="France"> Français</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-es" alt="Spanish"> Español</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-de" alt="German"> Deutsch</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-jp" alt="Japan"> 日本語</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-cn" alt="China"> 中文</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-it" alt="Italy"> Italiano</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-pt" alt="Portugal"> Portugal</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-ru" alt="Russia"> Русский язык</a> </li> <li> <a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-kr" alt="Korea"> 한국어</a> </li> </ul> </li> </ul> <!-- end multiple lang --> </div> <!-- end pulled right: nav area --> </header> <!-- END HEADER --> <!-- Left panel : Navigation area --> <!-- Note: This width of the aside area can be adjusted through LESS variables --> <aside id="left-panel"> <!-- User info --> <div class="login-info"> <span> <!-- User image size is adjusted inside CSS, it should stay as it --> <a href="javascript:void(0);" id="show-shortcut" data-action="toggleShortcut"> <img src="img/avatars/sunny.png" alt="me" class="online" /> <span> john.doe </span> <i class="fa fa-angle-down"></i> </a> </span> </div> <!-- end user info --> <!-- NAVIGATION : This navigation is also responsive--> <nav> <ul> <li> <a href="index.html" title="Dashboard"><i class="fa fa-lg fa-fw fa-home"></i> <span class="menu-item-parent">Dashboard</span></a> </li> <li> <a href="inbox.html"><i class="fa fa-lg fa-fw fa-inbox"></i> <span class="menu-item-parent">Inbox</span><span class="badge pull-right inbox-badge">14</span></a> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-bar-chart-o"></i> <span class="menu-item-parent">Graphs</span></a> <ul> <li> <a href="flot.html">Flot Chart</a> </li> <li> <a href="morris.html">Morris Charts</a> </li> <li> <a href="inline-charts.html">Inline Charts</a> </li> <li> <a href="dygraphs.html">Dygraphs</a> </li> <li> <a href="chartjs.html">Chart.js <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-table"></i> <span class="menu-item-parent">Tables</span></a> <ul> <li> <a href="table.html">Normal Tables</a> </li> <li> <a href="datatables.html">Data Tables <span class="badge inbox-badge bg-color-greenLight">v1.10</span></a> </li> <li> <a href="jqgrid.html">Jquery Grid</a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-pencil-square-o"></i> <span class="menu-item-parent">Forms</span></a> <ul> <li> <a href="form-elements.html">Smart Form Elements</a> </li> <li> <a href="form-templates.html">Smart Form Layouts</a> </li> <li> <a href="validation.html">Smart Form Validation</a> </li> <li> <a href="bootstrap-forms.html">Bootstrap Form Elements</a> </li> <li> <a href="bootstrap-validator.html">Bootstrap Form Validation</a> </li> <li> <a href="plugins.html">Form Plugins</a> </li> <li> <a href="wizard.html">Wizards</a> </li> <li> <a href="other-editors.html">Bootstrap Editors</a> </li> <li> <a href="dropzone.html">Dropzone </a> </li> <li> <a href="image-editor.html">Image Cropping <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a> </li> </ul> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-desktop"></i> <span class="menu-item-parent">UI Elements</span></a> <ul> <li> <a href="general-elements.html">General Elements</a> </li> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="#">Icons</a> <ul> <li> <a href="fa.html"><i class="fa fa-plane"></i> Font Awesome</a> </li> <li> <a href="glyph.html"><i class="glyphicon glyphicon-plane"></i> Glyph Icons</a> </li> <li> <a href="flags.html"><i class="fa fa-flag"></i> Flags</a> </li> </ul> </li> <li> <a href="grid.html">Grid</a> </li> <li> <a href="treeview.html">Tree View</a> </li> <li> <a href="nestable-list.html">Nestable Lists</a> </li> <li> <a href="jqui.html">JQuery UI</a> </li> <li> <a href="typography.html">Typography</a> </li> <li> <a href="#">Six Level Menu</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #2</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Sub #2.1 </a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> Item #2.1.1</a> </li> <li> <a href="#"><i class="fa fa-fw fa-plus"></i> Expand</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> <li> <a href="#"><i class="fa fa-fw fa-trash-o"></i> Delete</a></li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #3</a> <ul> <li> <a href="#"><i class="fa fa-fw fa-folder-open"></i> 3ed Level </a> <ul> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> <li> <a href="#"><i class="fa fa-fw fa-file-text"></i> File</a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="calendar.html"><i class="fa fa-lg fa-fw fa-calendar"><em>3</em></i> <span class="menu-item-parent">Calendar</span></a> </li> <li> <a href="widgets.html"><i class="fa fa-lg fa-fw fa-list-alt"></i> <span class="menu-item-parent">Widgets</span></a> </li> <li> <a href="#"><i class="fa fa-lg fa-fw fa-puzzle-piece"></i> <span class="menu-item-parent">App Views</span></a> <ul> <li> <a href="projects.html"><i class="fa fa-file-text-o"></i> Projects</a> </li> <li> <a href="blog.html"><i class="fa fa-paragraph"></i> Blog</a> </li> <li> <a href="gallery.html"><i class="fa fa-picture-o"></i> Gallery</a> </li> <li> <a href="#"><i class="fa fa-comments"></i> Forum Layout</a> <ul> <li><a href="forum.html">General View</a></li> <li><a href="forum-topic.html">Topic View</a></li> <li><a href="forum-post.html">Post View</a></li> </ul> </li> <li> <a href="profile.html"><i class="fa fa-group"></i> Profile</a> </li> <li> <a href="timeline.html"><i class="fa fa-clock-o"></i> Timeline</a> </li> </ul> </li> <li> <a href="gmap-xml.html"><i class="fa fa-lg fa-fw fa-map-marker"></i> <span class="menu-item-parent">GMap Skins</span><span class="badge bg-color-greenLight pull-right inbox-badge">9</span></a> </li> <li class="active"> <a href="#"><i class="fa fa-lg fa-fw fa-windows"></i> <span class="menu-item-parent">Miscellaneous</span></a> <ul> <li> <a href="http://bootstraphunter.com/smartadmin-landing/" target="_blank">Landing Page <i class="fa fa-external-link"></i></a> </li> <li> <a href="pricing-table.html">Pricing Tables</a> </li> <li> <a href="invoice.html">Invoice</a> </li> <li> <a href="login.html" target="_top">Login</a> </li> <li> <a href="register.html" target="_top">Register</a> </li> <li> <a href="lock.html" target="_top">Locked Screen</a> </li> <li class="active"> <a href="error404.html">Error 404</a> </li> <li> <a href="error500.html">Error 500</a> </li> <li> <a href="blank_.html">Blank Page</a> </li> <li> <a href="email-template.html">Email Template</a> </li> <li> <a href="search.html">Search Page</a> </li> <li> <a href="ckeditor.html">CK Editor</a> </li> </ul> </li> <li class="top-menu-invisible"> <a href="#"><i class="fa fa-lg fa-fw fa-cube txt-color-blue"></i> <span class="menu-item-parent">SmartAdmin Intel</span></a> <ul> <li> <a href="difver.html"><i class="fa fa-stack-overflow"></i> Different Versions</a> </li> <li> <a href="applayout.html"><i class="fa fa-cube"></i> App Settings</a> </li> <li> <a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/documentation/index.html" target="_blank"><i class="fa fa-book"></i> Documentation</a> </li> <li> <a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/" target="_blank"><i class="fa fa-bug"></i> Bug Tracker</a> </li> </ul> </li> <li class="chat-users top-menu-invisible"> <a href="#"><i class="fa fa-lg fa-fw fa-comment-o"><em class="bg-color-pink flash animated">!</em></i> <span class="menu-item-parent">Smart Chat API <sup>beta</sup></span></a> <ul> <li> <!-- DISPLAY USERS --> <div class="display-users"> <input class="form-control chat-user-filter" placeholder="Filter" type="text"> <a href="#" class="usr" data-chat-id="cha1" data-chat-fname="Sadi" data-chat-lname="Orlaf" data-chat-status="busy" data-chat-alertmsg="Sadi Orlaf is in a meeting. Please do not disturb!" data-chat-alertshow="true" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/5.png' alt='Sadi Orlaf'> <div class='usr-card-content'> <h3>Sadi Orlaf</h3> <p>Marketing Executive</p> </div> </div> "> <i></i>Sadi Orlaf </a> <a href="#" class="usr" data-chat-id="cha2" data-chat-fname="Jessica" data-chat-lname="Dolof" data-chat-status="online" data-chat-alertmsg="" data-chat-alertshow="false" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/1.png' alt='Jessica Dolof'> <div class='usr-card-content'> <h3>Jessica Dolof</h3> <p>Sales Administrator</p> </div> </div> "> <i></i>Jessica Dolof </a> <a href="#" class="usr" data-chat-id="cha3" data-chat-fname="Zekarburg" data-chat-lname="Almandalie" data-chat-status="online" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/3.png' alt='Zekarburg Almandalie'> <div class='usr-card-content'> <h3>Zekarburg Almandalie</h3> <p>Sales Admin</p> </div> </div> "> <i></i>Zekarburg Almandalie </a> <a href="#" class="usr" data-chat-id="cha4" data-chat-fname="Barley" data-chat-lname="Krazurkth" data-chat-status="away" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/4.png' alt='Barley Krazurkth'> <div class='usr-card-content'> <h3>Barley Krazurkth</h3> <p>Sales Director</p> </div> </div> "> <i></i>Barley Krazurkth </a> <a href="#" class="usr offline" data-chat-id="cha5" data-chat-fname="Farhana" data-chat-lname="Amrin" data-chat-status="incognito" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/female.png' alt='Farhana Amrin'> <div class='usr-card-content'> <h3>Farhana Amrin</h3> <p>Support Admin <small><i class='fa fa-music'></i> Playing Beethoven Classics</small></p> </div> </div> "> <i></i>Farhana Amrin (offline) </a> <a href="#" class="usr offline" data-chat-id="cha6" data-chat-fname="Lezley" data-chat-lname="Jacob" data-chat-status="incognito" data-rel="popover-hover" data-placement="right" data-html="true" data-content=" <div class='usr-card'> <img src='img/avatars/male.png' alt='Lezley Jacob'> <div class='usr-card-content'> <h3>Lezley Jacob</h3> <p>Sales Director</p> </div> </div> "> <i></i>Lezley Jacob (offline) </a> <a href="ajax/chat.html" class="btn btn-xs btn-default btn-block sa-chat-learnmore-btn">About the API</a> </div> <!-- END DISPLAY USERS --> </li> </ul> </li> </ul> </nav> <span class="minifyme" data-action="minifyMenu"> <i class="fa fa-arrow-circle-left hit"></i> </span> </aside> <!-- END NAVIGATION --> <!-- MAIN PANEL --> <div id="main" role="main"> <!-- RIBBON --> <div id="ribbon"> <span class="ribbon-button-alignment"> <span id="refresh" class="btn btn-ribbon" data-action="resetWidgets" data-title="refresh" rel="tooltip" data-placement="bottom" data-original-title="<i class='text-warning fa fa-warning'></i> Warning! This will reset all your widget settings." data-html="true"> <i class="fa fa-refresh"></i> </span> </span> <!-- breadcrumb --> <ol class="breadcrumb"> <li>Home</li><li>Miscellaneous</li><li>Error 404</li> </ol> <!-- end breadcrumb --> <!-- You can also add more buttons to the ribbon for further usability Example below: <span class="ribbon-button-alignment pull-right"> <span id="search" class="btn btn-ribbon hidden-xs" data-title="search"><i class="fa-grid"></i> Change Grid</span> <span id="add" class="btn btn-ribbon hidden-xs" data-title="add"><i class="fa-plus"></i> Add</span> <span id="search" class="btn btn-ribbon" data-title="search"><i class="fa-search"></i> <span class="hidden-mobile">Search</span></span> </span> --> </div> <!-- END RIBBON --> <!-- MAIN CONTENT --> <div id="content"> <!-- row --> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="row"> <div class="col-sm-12"> <div class="text-center error-box"> <h1 class="error-text-2 bounceInDown animated"> Error 404 <span class="particle particle--c"></span><span class="particle particle--a"></span><span class="particle particle--b"></span></h1> <h2 class="font-xl"><strong><i class="fa fa-fw fa-warning fa-lg text-warning"></i> Page <u>Not</u> Found</strong></h2> <br /> <p class="lead"> The page you requested could not be found, either contact your webmaster or try again. Use your browsers <b>Back</b> button to navigate to the page you have prevously come from </p> <p class="font-md"> <b>... That didn't work on you? Dang. May we suggest a search, then?</b> </p> <br> <div class="error-search well well-lg padding-10"> <div class="input-group"> <input class="form-control input-lg" type="text" placeholder="let's try this again" id="search-error"> <span class="input-group-addon"><i class="fa fa-fw fa-lg fa-search"></i></span> </div> </div> <div class="row"> <div class="col-sm-12"> <ul class="list-inline"> <li> &nbsp;<a href="javascript:void(0);">Dashbaord</a>&nbsp; </li> <li> . </li> <li> &nbsp;<a href="javascript:void(0);">Inbox (14)</a>&nbsp; </li> <li> . </li> <li> &nbsp;<a href="javascript:void(0);">Calendar</a>&nbsp; </li> <li> . </li> <li> &nbsp;<a href="javascript:void(0);">Gallery</a>&nbsp; </li> <li> . </li> <li> &nbsp;<a href="javascript:void(0);">My Profile</a>&nbsp; </li> </ul> </div> </div> </div> </div> </div> </div> <!-- end row --> </div> </div> <!-- END MAIN CONTENT --> </div> <!-- END MAIN PANEL --> <!-- PAGE FOOTER --> <div class="page-footer"> <div class="row"> <div class="col-xs-12 col-sm-6"> <span class="txt-color-white">SmartAdmin 1.5 <span class="hidden-xs"> - Web Application Framework</span> © 2014-2015</span> </div> <div class="col-xs-6 col-sm-6 text-right hidden-xs"> <div class="txt-color-white inline-block"> <i class="txt-color-blueLight hidden-mobile">Last account activity <i class="fa fa-clock-o"></i> <strong>52 mins ago &nbsp;</strong> </i> <div class="btn-group dropup"> <button class="btn btn-xs dropdown-toggle bg-color-blue txt-color-white" data-toggle="dropdown"> <i class="fa fa-link"></i> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right text-left"> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Download Progress</p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-success" style="width: 50%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Server Load</p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-success" style="width: 20%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <p class="txt-color-darken font-sm no-margin">Memory Load <span class="text-danger">*critical*</span></p> <div class="progress progress-micro no-margin"> <div class="progress-bar progress-bar-danger" style="width: 70%;"></div> </div> </div> </li> <li class="divider"></li> <li> <div class="padding-5"> <button class="btn btn-block btn-default">refresh</button> </div> </li> </ul> </div> </div> </div> </div> </div> <!-- END PAGE FOOTER --> <!-- SHORTCUT AREA : With large tiles (activated via clicking user name tag) Note: These tiles are completely responsive, you can add as many as you like --> <div id="shortcut"> <ul> <li> <a href="inbox.html" class="jarvismetro-tile big-cubes bg-color-blue"> <span class="iconbox"> <i class="fa fa-envelope fa-4x"></i> <span>Mail <span class="label pull-right bg-color-darken">14</span></span> </span> </a> </li> <li> <a href="calendar.html" class="jarvismetro-tile big-cubes bg-color-orangeDark"> <span class="iconbox"> <i class="fa fa-calendar fa-4x"></i> <span>Calendar</span> </span> </a> </li> <li> <a href="gmap-xml.html" class="jarvismetro-tile big-cubes bg-color-purple"> <span class="iconbox"> <i class="fa fa-map-marker fa-4x"></i> <span>Maps</span> </span> </a> </li> <li> <a href="invoice.html" class="jarvismetro-tile big-cubes bg-color-blueDark"> <span class="iconbox"> <i class="fa fa-book fa-4x"></i> <span>Invoice <span class="label pull-right bg-color-darken">99</span></span> </span> </a> </li> <li> <a href="gallery.html" class="jarvismetro-tile big-cubes bg-color-greenLight"> <span class="iconbox"> <i class="fa fa-picture-o fa-4x"></i> <span>Gallery </span> </span> </a> </li> <li> <a href="profile.html" class="jarvismetro-tile big-cubes selected bg-color-pinkDark"> <span class="iconbox"> <i class="fa fa-user fa-4x"></i> <span>My Profile </span> </span> </a> </li> </ul> </div> <!-- END SHORTCUT AREA --> <!--================================================== --> <!-- PACE LOADER - turn this on if you want ajax loading to show (caution: uses lots of memory on iDevices)--> <script data-pace-options='{ "restartOnRequestAfter": true }' src="js/plugin/pace/pace.min.js"></script> <!-- Link to Google CDN's jQuery + jQueryUI; fall back to local --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> if (!window.jQuery) { document.write('<script src="js/libs/jquery-2.1.1.min.js"><\/script>'); } </script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> <script> if (!window.jQuery.ui) { document.write('<script src="js/libs/jquery-ui-1.10.3.min.js"><\/script>'); } </script> <!-- IMPORTANT: APP CONFIG --> <script src="js/app.config.js"></script> <!-- JS TOUCH : include this plugin for mobile drag / drop touch events--> <script src="js/plugin/jquery-touch/jquery.ui.touch-punch.min.js"></script> <!-- BOOTSTRAP JS --> <script src="js/bootstrap/bootstrap.min.js"></script> <!-- CUSTOM NOTIFICATION --> <script src="js/notification/SmartNotification.min.js"></script> <!-- JARVIS WIDGETS --> <script src="js/smartwidgets/jarvis.widget.min.js"></script> <!-- EASY PIE CHARTS --> <script src="js/plugin/easy-pie-chart/jquery.easy-pie-chart.min.js"></script> <!-- SPARKLINES --> <script src="js/plugin/sparkline/jquery.sparkline.min.js"></script> <!-- JQUERY VALIDATE --> <script src="js/plugin/jquery-validate/jquery.validate.min.js"></script> <!-- JQUERY MASKED INPUT --> <script src="js/plugin/masked-input/jquery.maskedinput.min.js"></script> <!-- JQUERY SELECT2 INPUT --> <script src="js/plugin/select2/select2.min.js"></script> <!-- JQUERY UI + Bootstrap Slider --> <script src="js/plugin/bootstrap-slider/bootstrap-slider.min.js"></script> <!-- browser msie issue fix --> <script src="js/plugin/msie-fix/jquery.mb.browser.min.js"></script> <!-- FastClick: For mobile devices --> <script src="js/plugin/fastclick/fastclick.min.js"></script> <!--[if IE 8]> <h1>Your browser is out of date, please update your browser by going to www.microsoft.com/download</h1> <![endif]--> <!-- Demo purpose only --> <script src="js/demo.min.js"></script> <!-- MAIN APP JS FILE --> <script src="js/app.min.js"></script> <!-- ENHANCEMENT PLUGINS : NOT A REQUIREMENT --> <!-- Voice command : plugin --> <script src="js/speech/voicecommand.min.js"></script> <!-- SmartChat UI : plugin --> <script src="js/smart-chat-ui/smart.chat.ui.min.js"></script> <script src="js/smart-chat-ui/smart.chat.manager.min.js"></script> <!-- PAGE RELATED PLUGIN(S) <script src="..."></script>--> <!-- Your GOOGLE ANALYTICS CODE Below --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
ttimt/startupweek
calender/admin/DEVELOPER/HTML_version/error404.html
HTML
mit
47,035
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> </head> <body> <script type="text/javascript" src="build/bundle.js" charset="utf-8"></script> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="row pull-right hidden-xs" id="navbar-login"> <div class="col-xs-12"> <a>Join NOW!</a> | <a>Log In</a> </div> </div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-menu" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <img class="logo" src="https://www.feeln.com/assets/logos/header-logo-no-tagline.png"> </a> </div> <div class="collapse navbar-collapse" id="navbar-menu"> <ul class="nav navbar-nav navbar-right"> <li><a href="#">MOVIES</a></li> <li><a href="#">HALLMARK HALL OF FAME</a></li> <li><a href="#">SERIES</a></li> <li><a href="#">ORIGINALS</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-bars"></i></a> <ul class="dropdown-menu"> <li><a href="#">Supported Devices</a></li> <li><a href="#">Prices & Membership</a></li> <li><a href="#">Most Popular</a></li> <li><a href="#">New on Feeln</a></li> <li><a href="#">Kids</a></li> </ul> </li> <li class="dropdown"> <a href="#" id="navbar-search"><i class="fa fa-search"></i></a> </li> </ul> </div> </div> </nav> <div id="container-search" class="hide"> <div class="row"> <div class="col-xs-12"> <form class="navbar-form1" role="search"> <div class="form-group"> <div class="col-xs-6 col-xs-offset-3"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search movies, shorts, documentaries, etc."> <div class="input-group-addon btn btn-feeln"><i class="fa fa-search"></i></div> </div> </div> </div> </form> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div id="carousel-main" class="carousel slide" data-ridedfd="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="//d2v07yrglzkc24.cloudfront.net/v1/image/3cf0fdc032f37ea9c728bf04f7b55f75.jpg?width=1904&amp;height=841"> <div class="carousel-caption"> <img class="pull-left hidden-xs" src="//d2v07yrglzkc24.cloudfront.net/v1/image/ac17e5c2ea5a78a3168e85d7c4ad9df4.jpg?width=138&amp;height=200"> <div class="description"> <div class="label label-danger pull-left">A Mother's Love</div> <div class="no-callout hidden-xs"></div> <h3>You're So Cupid</h3> </div> </div> </div> <div class="item"> <img src="//d2v07yrglzkc24.cloudfront.net/v1/image/90880a26efdceb36e1e86d47bfcbd858.jpg?width=1904&height=841"> <div class="carousel-caption"> <img class="pull-left hidden-xs" src="//d2v07yrglzkc24.cloudfront.net/v1/image/1cde932eb87df0b9cec6753131620c2a.jpg?width=138&height=200"> <div class="description"> <span class="label label-danger pull-left">A Mother's Love</span> <span class="no-callout hidden-xs"></span> <h3>Apple Mortgage Cake</h3> </div> </div> </div> <div class="item"> <img data-url="/films/the_eleventh_teaser?cid=04212016theeleventhteaserslider&amp;utm_source=Feeln&amp;utm_campaign=04212016theeleventhteaserslider&amp;utm_medium=link&amp;play=1" src="https://b3bd86b9683a45477947-1ca3259a6d0c8a63a3363553e5513acb.ssl.cf2.rackcdn.com/images/homepage_slider/_571e779f8319f.651caa44e2746484f13b6f300cc75e14.jpg"> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-main" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-main" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <div class="container"> <small><a class="carousel-links" href="#">See All</a></small> <h2>A MOTHER'S LOVE</h2> <div class="carousel-film"> <div> <a href="/films/miracle_of_the_spring" data-toggle="popover" data-placement="auto right" data-html="true" data-container="body" data-title="Miracle of the Spring" data-trigger="hover" data-content="<img class='img-film-popover' src='//d2v07yrglzkc24.cloudfront.net/v1/image/5c4b165d7ca2c733554af9e44d75abdc.jpg?width=100'/> <div class='stats'><div><strong>TV-PG</strong></div><div>1 hr 32 min</div></div><p>Unhappy and pregnant, Rose (Dana Delany) leaves her husband for a home for single mothers in Kentucky, where she falls for a new man who wants to help her raise her child.</p>" data-original-title="" title=""> <img data-lazy="//d2v07yrglzkc24.cloudfront.net/v1/image/c4b5a2e8ce3f495ee3466910644ed1b5.jpg?width=502"> <span class="sub-header">Miracle of the Spring</span> </a> </div> <div> <a href="/films/mayor_cupcake" data-toggle="popover" data-placement="auto right" data-html="true" data-container="body" data-title="Mayor Cupcake" data-trigger="hover" data-content="<img class='img-film-popover' src='//d2v07yrglzkc24.cloudfront.net/v1/image/f1690ba74188d5f2f2e5f2d42400a3d4.jpg?width=100'/> <div class='stats'><div><strong>PG</strong></div><div>1 hr 26 min</div></div> <p>Mary (Lea Thompson) has the best bakery in town, but when her daughter secretly puts her name on the ballot for mayor, she ends up running her troubled small town.</p>" data-original-title="" title=""> <img data-lazy="//d2v07yrglzkc24.cloudfront.net/v1/image/46af97ef2ad82fcf9c91d4cd38e43783.jpg?width=502"> <span class="sub-header">Mayor Cupcake</span> </a> </div> <div> <a href="/films/mothers_of_the_bride" data-toggle="popover" data-placement="auto right" data-html="true" data-container="body" data-trigger="hover" data-title="Mothers of the Bride" data-content="<img class='img-film-popover' src='//d2v07yrglzkc24.cloudfront.net/v1/image/e73cda5aa1b2093a051bf0a4d913de48.jpg?width=100'/> <div class='stats'><div><strong>TV-PG</strong></div><div>1 hr 28 min</div></div> <p>As she prepares for her wedding, a young woman tells her adopted mother she'd like to finally meet her birth mother, but the two moms clash over the best approach to their daughter's big day.</p>" data-original-title="" title=""> <img data-lazy="//d2v07yrglzkc24.cloudfront.net/v1/image/3c79d0f75217186d8e28e677a44d6dac.jpg?width=502"> <span class="sub-header">Mothers of the Bride</span> </a> </div> <div> <a href="/films/my_mothers_future_husband" data-toggle="popover" data-placement="auto right" data-html="true" data-container="body" data-trigger="hover" data-title="My Mother's Future Husband" data-content="<img class='img-film-popover' src='//d2v07yrglzkc24.cloudfront.net/v1/image/88e48438eb6054f9ed9c44ebf15f6d7c.jpg?width=100'/> <div class='stats'><div><strong>TV-14</strong></div><div>1 hr 29 min</div></div> <p>Headly, a teenage girl, and her widowed mom Rene are total BFFs, so Headly decides it's time for Rene to get back out into the dating pool and conspires with her pal to find Rene a new man.</p>" data-original-title="" title=""> <img data-lazy="//d2v07yrglzkc24.cloudfront.net/v1/image/8b2fb92031326f08fc321411e98ccf30.jpg?width=502"> <span class="sub-header">My Mother's Future Husband</span> </a> </div> <div> <a href="/films/chocolat" data-toggle="popover" data-placement="auto right" data-trigger="hover" data-html="true" data-container="body" data-title="Chocolat" data-content="<img class='img-film-popover' src='//d2v07yrglzkc24.cloudfront.net/v1/image/070def0a049e3046a2f19d2c78fd2445.jpg?width=100'/> <div class='stats'><div><strong>PG-13</strong></div><div>2 hr 2 min</div></div> <p>A single mother shakes up a morally uptight French village with her irresistible confections. Contains some language, violence, and sexual situations.</p>" data-original-title="" title=""> <img data-lazy="//d2v07yrglzkc24.cloudfront.net/v1/image/17cb71a3c0f6aa636e150b065bc710f5.jpg?width=502"> <span class="sub-header">Chocolat</span> </a> </div> </div> <footer> <div id="footer-menu" class="row"> <div class="col-sm-4"> <h3>Company</h3> <ul class="list-unstyled listing"> <li><a href="/about">About Feeln</a></li> <li><a href="http://hallmarkspiritclips.theresumator.com/" target="_blank">Careers</a></li> <li><a href="http://blog.feeln.com" target="_blank">Blog</a></li> <li><a href="http://hallmark.com/" target="_blank">Hallmark.com</a></li> <li><a href="https://www.hallmarkecards.com/" target="_blank">Hallmark eCards</a></li> </ul> </div> <div class="col-sm-4"> <h3>Help</h3> <ul class="list-unstyled listing"> <li><a href="http://customercare.feeln.com/" target="_blank">Help</a></li> <li><a href="/accessibility">Accessibility</a></li> <li><a href="http://customercare.feeln.com/" target="_blank">Contact</a></li> <li><a href="/privacypolicy">Privacy Policy</a></li> <li><a href="/termsandconditions">Terms &amp; Conditions</a></li> </ul> </div> <div class="col-sm-4"> <h3>Get Started</h3> <ul class="list-unstyled listing"> <li><a href="/supported-devices">Supported Devices</a></li> <li><a href="/activate">Activate Your Device</a></li> <li><a href="/all-categories">All Categories</a></li> <li><a href="/giftcards">Redeem Gift Card</a></li> </ul> </div> </div> </footer> </div> <div id="footer-navbar"> <div class="container"> <div class="row"> <div class="col-sm-8"> <a href="#top"><img src="//d2j769lqkt6xpm.cloudfront.net/v1/image/052ad8a9f6f114a31ce369349734154e.png" alt="Feeln logo"></a> <small class="all-rights-reserved">All Rights Reserved</small> <img class="logo-hallmark-footer" src="//d2j769lqkt6xpm.cloudfront.net/v1/image/20dbf1942cf13b13f5f869747cba43a4.png" alt="Hallmark Hall of Fame Logo"> <small>Exclusively Streaming</small> </div> <div class="col-sm-4"> <ul class="list-unstyled list-inline links-social"> <li> <a class="fa-stack" alt="facebook logo" target="_blank" href="https://www.facebook.com/feeln"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x"></i> </a> </li> <li> <a class="fa-stack" alt="pinterest logo" target="_blank" href="https://pinterest.com/feeln"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-pinterest fa-stack-1x"></i> </a> </li> <li> <a class="fa-stack" alt="twitter logo" target="_blank" href="https://twitter.com/feeln"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x"></i> </a> </li> <li> <a class="fa-stack" alt="youtube logo" target="_blank" href="https://youtube.com/feeln"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-youtube fa-stack-1x"></i> </a> </li> </ul> </div> </div> </div> </div> </body> </html>
paustria/feelnMockup
index.html
HTML
mit
14,777
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <head> <title>11-算术运算符</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <script type="text/javascript"> var ben = 200; // 赌本:200元 var quan = 5; // 打一圈赢5块 var num = 30; // 计算当前共有多少钱 var cnt = ben + quan * num; // 200 + 5 * 30 (怎么不是205 * 30?) document.write('你现在一共有' + cnt + '元钱<br />' ); // 优先级:先乘除再加减. 如果想让加减优先,可以加括号. document.write('2 + 3 * 4的值是' + (2 + 3 * 4) + "<br />"); document.write('(2+3) * 4的值是' + ((2+3)*4) + "<br />"); /**/ num = 30.5; document.write(num + '对7取模得' + num%7 + "<br />"); num = -30.5; document.write(num + '对7取模得' + num%7 + "<br />"); num = 30; //这个地方看到,整型乘以整型得到整型 document.write(quan + '乘以' + num + '得到' + quan*num + '<br />'); // 整型相除可能得到整型 document.write(num + '除以5' + '得到' + num/5 + "<br />"); // 除不尽的时候得到是浮点型 document.write(num + '除以7' + '得到' + num/7 + "<br />"); // 浮点型相除, 也有可能得到整型 var num = 4.8; document.write(num + '除以1.2' + '得到' + num/1.2 + "<br />"); // 整型浮点型相除的时候,返回值就决定于数学的运算的结果. // 请注意,编程语言,不止js中,都要求除数不能为0 // 如下例: 4.8除以0得到Infinity document.write(num + '除以0' + '得到' + num/0 + "<br />"); </script> </head> <body> </body> </html>
zouvchen/zouvchen.github.io
fe/shibage/js/043-047code/code/11-算术运算符.html
HTML
mit
1,896
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Herondell Bed & Breakfast - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492291270363&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=21453&V_SEARCH.docsStart=21452&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=21451&amp;V_DOCUMENT.docRank=21452&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492291278995&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567152489&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=21453&amp;V_DOCUMENT.docRank=21454&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492291278995&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=900990450000&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Herondell Bed & Breakfast </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Herondell Bed & Breakfast</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.herondell.com" target="_blank" title="Website URL">http://www.herondell.com</a></p> <p><a href="mailto:reserve@herondell.com" title="reserve@herondell.com">reserve@herondell.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 11332 101 Hwy <br/> POWELL RIVER, British Columbia<br/> V8A 0N5 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 11332 101 Hwy <br/> POWELL RIVER, British Columbia<br/> V8A 0N5 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (604) 487-9528 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Whether you&#39;re looking for a wedding venue or a family reunion or a vacation location our bed and breakfast provides scenic and relaxing accommodations for whatever the occasion. Wir sprechen Deutsch!<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nancy Hollmann </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 487-9528 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 721191 - Bed and Breakfast </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Accommodations <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We offer a quaint bed and breakfast that is perfect for family reunions, weekend getaways and small outdoor weddings. <br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nancy Hollmann </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 487-9528 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 721191 - Bed and Breakfast </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Accommodations <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We offer a quaint bed and breakfast that is perfect for family reunions, weekend getaways and small outdoor weddings. <br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2014-02-01 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567144041.html
HTML
mit
33,090
<h1>Monade: Maybe</h1> <blockquote> Soit un objet, soit <em>null</em> </blockquote> <pre><code class="javascript" data-trim data-noescape> // création d'un Maybe var a = Maybe.some(object) var b = Maybe.none() // chaîner var c = a.chain(task); // task n'a pas besoin de gérer le cas null / undefined // récupérer la valeur (si nécessaire) var d = c.getOrElse(default) var e = c.isNone() </code></pre> <aside class="notes"> utile pour éviter de dupliquer des tests de valeurs null ou undefined dans chaque fonction d'une chaîne<br> la méthode flatMap est aussi appelée chain </aside>
vincent/js-fp
slides/maybe.html
HTML
mit
600
<!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.5"/> <title>Bombás játék: gametable.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Bombás játék </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Friends</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">gametable.h</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef GAMETABLE_H</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GAMETABLE_H</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &lt;queue&gt;</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;sstream&gt;</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;ground.h&quot;</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;view/matrix.h&quot;</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &quot;player.h&quot;</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;bomb.h&quot;</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &quot;flame.h&quot;</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;goods.h&quot;</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &quot;monster.h&quot;</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &quot;view/animation.h&quot;</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;view/view.h&quot;</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &quot;config.h&quot;</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;gameconfig.h&quot;</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;networkevent.h&quot;</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;gamemode.h&quot;</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div> <div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="class_game_table.html"> 24</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_game_table.html">GameTable</a></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;{</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keyword">private</span>:</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="code" href="class_view.html">View</a> &amp;view;</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keywordtype">int</span> sx;</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordtype">int</span> sy;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordtype">int</span> sb;</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keywordtype">int</span> dx;</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordtype">int</span> dy;</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordtype">int</span> monsterCounter;</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <a class="code" href="class_matrix.html">Matrix&lt;Ground&gt;</a> table;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; std::vector&lt;Player&gt; players;</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; std::deque&lt;Flame&gt; flames;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; std::deque&lt;Bomb&gt; bombs;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; std::deque&lt;Goods&gt; goods;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; std::vector&lt;GOODS&gt; allGoods;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; std::deque&lt;Monster&gt; monsters;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; std::deque&lt;std::pair&lt; TIME, Point&lt;int&gt; &gt; &gt; walls;</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; std::vector&lt;NetworkEvent&gt; networkEvents;</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; GAME_GOAL goal;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; </div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <a class="code" href="class_game_config.html">GameConfig</a> gameConfig;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">bool</span> calc;</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">bool</span> waitRound;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordtype">bool</span> path();</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordtype">void</span> setMapElement(<a class="code" href="class_point.html">Point&lt;int&gt;</a> p);</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordtype">void</span> checkCollision();</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordtype">bool</span> blocker(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, std::deque&lt;Monster&gt;::iterator i);</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordtype">bool</span> blocker(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, std::vector&lt;Player&gt;::iterator i);</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordtype">bool</span> blocker(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordtype">void</span> putBomb(<a class="code" href="class_player.html">Player</a>* player, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordtype">void</span> checkBombs();</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keywordtype">void</span> bombExplode(std::deque&lt;Bomb&gt;::iterator i, <span class="keywordtype">int</span> from, <span class="keywordtype">int</span> who = -1);</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordtype">void</span> flame(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> size, <span class="keywordtype">int</span> from, <span class="keywordtype">int</span> who);</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <a class="code" href="class_point.html">Point&lt;int&gt;</a> randPoint();</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="class_point.html">Point&lt;int&gt;</a> randWall();</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordtype">void</span> networkEvent(EVENT_TYPE e, <span class="keywordtype">char</span> <span class="keywordtype">id</span>, <span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y);</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordtype">void</span> networkMoves();</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordtype">void</span> setMonster(<span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y);</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordtype">void</span> dieMonster(<span class="keywordtype">int</span> <span class="keywordtype">id</span>);</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordtype">void</span> diePlayer(<span class="keywordtype">int</span> <span class="keywordtype">id</span>);</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keyword">public</span>:</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="class_game_table.html#a8181bb1ba469353af8bb157439a0559f">GameTable</a>(<a class="code" href="class_view.html">View</a> &amp;iView);</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div> <div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="class_game_table.html#a26af150d29ca306ce34bc4c21eff4434"> 94</a></span>&#160; <a class="code" href="class_game_table.html#a26af150d29ca306ce34bc4c21eff4434">~GameTable</a>() { printf(<span class="stringliteral">&quot;gametable unload\n&quot;</span>); }</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#aa038eb8097eec472d07778a3c637f439">setPlayers</a>(<span class="keywordtype">int</span> n);</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; std::string <a class="code" href="class_game_table.html#a0d3a30f842c2a0a564a4a9790711a49d">loadMap</a>(std::string file);</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a8a516c486ae6606739a9e3759351983c">generateMap</a>();</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a74ce2ab48d21cdf50cc8cf0ca20dc6f6">generateBase</a>();</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; </div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#acb2b7d5332b5cd390e4d1c7f265c9f25">setStart</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> i);</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a833b9a8d434677b3186f83f29e4665f2">spawnPlayer</a>(<span class="keywordtype">int</span> i);</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; </div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a8eec3746aac496efa42ccf855c09ee85">spawnMonster</a>(<span class="keywordtype">int</span> i = -1, <span class="keywordtype">int</span> x = -1, <span class="keywordtype">int</span> y = -1);</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; </div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a32bf219b191b9dfec2ffb0944e3cba60">spawnWalls</a>();</div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; </div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a32bf219b191b9dfec2ffb0944e3cba60">spawnWalls</a>(<a class="code" href="class_point.html">Point&lt;int&gt;</a> p, <span class="keywordtype">bool</span> doAnimation = <span class="keyword">true</span>);</div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; </div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a7c069f3204763f1724ee32bbf811d8d2">buildWalls</a>();</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; </div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a792dea56e19cd3c484f43c2577a1ffbd">mainLoop</a>();</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a73190cc97fe6a3a3091433b205b470b2">draw</a>();</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; </div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#ab7b910524953383dd7038a389b0e5d51">setConfig</a>(<a class="code" href="class_game_config.html">GameConfig</a> &amp;conf);</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; </div> <div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="class_game_table.html#a3fe1e86315247151837f2df404329390"> 155</a></span>&#160; <a class="code" href="class_game_config.html">GameConfig</a>&amp; <a class="code" href="class_game_table.html#a3fe1e86315247151837f2df404329390">getConfig</a>() { <span class="keywordflow">return</span> gameConfig; }</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; </div> <div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="class_game_table.html#ad5cf494f1d7d552807b571fa64bd917a"> 158</a></span>&#160; <span class="keyword">const</span> std::vector&lt;Player&gt; &amp;<a class="code" href="class_game_table.html#ad5cf494f1d7d552807b571fa64bd917a">getPlayers</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> players;};</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; </div> <div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="class_game_table.html#a0f12dc7e75a2358cc1ab88a407bf5042"> 161</a></span>&#160; <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="class_game_table.html#a0f12dc7e75a2358cc1ab88a407bf5042">getNPlayers</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> players.size();};</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; </div> <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_game_table.html#a0c830892ac64a23447a122de268357e0">isAnyPlayerPut</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; </div> <div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="class_game_table.html#a168991df1df26c1f5a6f468910191b0d"> 170</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a168991df1df26c1f5a6f468910191b0d">incScore</a>(<span class="keywordtype">int</span> pId) { players[pId].incScore(); }</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; </div> <div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="class_game_table.html#a006ac9866c9df6e59013076f31acb189"> 173</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="class_game_table.html#a006ac9866c9df6e59013076f31acb189">countMonster</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> monsters.size(); }</div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; </div> <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a5e4fb4d69f728df47a7c356fe0f9ec6b">bind</a>(<span class="keywordtype">int</span> i, <a class="code" href="class_control.html">Control</a>* c, <span class="keywordtype">int</span> team, std::string skin);</div> <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;</div> <div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; <span class="comment">/* For network */</span></div> <div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a433175e6bb790a958d0061008512bd06">execute</a>(<a class="code" href="class_network_event.html">NetworkEvent</a> event);</div> <div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; </div> <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; std::vector&lt;NetworkEvent&gt;&amp; <a class="code" href="class_game_table.html#aecff76fefb2d7da83ab9d9172645e764">getMovement</a>();</div> <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div> <div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="class_game_table.html#ac7d982938712ac3a96d8e4e5b14861e3"> 192</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#ac7d982938712ac3a96d8e4e5b14861e3">setCalc</a>(<span class="keywordtype">bool</span> iCalc) { calc = iCalc; }</div> <div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; </div> <div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="class_game_table.html#a83287376ac843c8ab8c0836ef3b366bb"> 195</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_game_table.html#a83287376ac843c8ab8c0836ef3b366bb">getCalc</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> calc; }</div> <div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; </div> <div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="class_game_table.html#ac39323a670d7a25028acf4d0bbbf61fe"> 198</a></span>&#160; GAME_GOAL <a class="code" href="class_game_table.html#ac39323a670d7a25028acf4d0bbbf61fe">getGoal</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> goal; }</div> <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; </div> <div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="class_game_table.html#a149298d7d55d483045f09281e2e491e9"> 201</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_game_table.html#a149298d7d55d483045f09281e2e491e9">getWaitRound</a>() { <span class="keywordflow">return</span> waitRound; }</div> <div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; </div> <div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="class_game_table.html#a6c5bb6acd3769d8a06286093ad58abb1"> 204</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_game_table.html#a6c5bb6acd3769d8a06286093ad58abb1">setWaitRound</a>(<span class="keywordtype">bool</span> iWaitRound) { waitRound = iWaitRound; }</div> <div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;};</div> <div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;</div> <div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<span class="preprocessor">#endif</span></div> <div class="ttc" id="class_game_table_html_a433175e6bb790a958d0061008512bd06"><div class="ttname"><a href="class_game_table.html#a433175e6bb790a958d0061008512bd06">GameTable::execute</a></div><div class="ttdeci">void execute(NetworkEvent event)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:724</div></div> <div class="ttc" id="class_game_table_html_ac7d982938712ac3a96d8e4e5b14861e3"><div class="ttname"><a href="class_game_table.html#ac7d982938712ac3a96d8e4e5b14861e3">GameTable::setCalc</a></div><div class="ttdeci">void setCalc(bool iCalc)</div><div class="ttdef"><b>Definition:</b> gametable.h:192</div></div> <div class="ttc" id="class_game_table_html_a0d3a30f842c2a0a564a4a9790711a49d"><div class="ttname"><a href="class_game_table.html#a0d3a30f842c2a0a564a4a9790711a49d">GameTable::loadMap</a></div><div class="ttdeci">std::string loadMap(std::string file)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:181</div></div> <div class="ttc" id="class_game_table_html_a32bf219b191b9dfec2ffb0944e3cba60"><div class="ttname"><a href="class_game_table.html#a32bf219b191b9dfec2ffb0944e3cba60">GameTable::spawnWalls</a></div><div class="ttdeci">void spawnWalls()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:67</div></div> <div class="ttc" id="class_game_table_html_a792dea56e19cd3c484f43c2577a1ffbd"><div class="ttname"><a href="class_game_table.html#a792dea56e19cd3c484f43c2577a1ffbd">GameTable::mainLoop</a></div><div class="ttdeci">void mainLoop()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:660</div></div> <div class="ttc" id="class_game_table_html_aa038eb8097eec472d07778a3c637f439"><div class="ttname"><a href="class_game_table.html#aa038eb8097eec472d07778a3c637f439">GameTable::setPlayers</a></div><div class="ttdeci">void setPlayers(int n)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:176</div></div> <div class="ttc" id="class_game_table_html_a006ac9866c9df6e59013076f31acb189"><div class="ttname"><a href="class_game_table.html#a006ac9866c9df6e59013076f31acb189">GameTable::countMonster</a></div><div class="ttdeci">int countMonster() const </div><div class="ttdef"><b>Definition:</b> gametable.h:173</div></div> <div class="ttc" id="class_game_table_html_a74ce2ab48d21cdf50cc8cf0ca20dc6f6"><div class="ttname"><a href="class_game_table.html#a74ce2ab48d21cdf50cc8cf0ca20dc6f6">GameTable::generateBase</a></div><div class="ttdeci">void generateBase()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:231</div></div> <div class="ttc" id="class_game_table_html_acb2b7d5332b5cd390e4d1c7f265c9f25"><div class="ttname"><a href="class_game_table.html#acb2b7d5332b5cd390e4d1c7f265c9f25">GameTable::setStart</a></div><div class="ttdeci">void setStart(int x, int y, int i)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:125</div></div> <div class="ttc" id="class_game_table_html_a26af150d29ca306ce34bc4c21eff4434"><div class="ttname"><a href="class_game_table.html#a26af150d29ca306ce34bc4c21eff4434">GameTable::~GameTable</a></div><div class="ttdeci">~GameTable()</div><div class="ttdef"><b>Definition:</b> gametable.h:94</div></div> <div class="ttc" id="class_game_config_html"><div class="ttname"><a href="class_game_config.html">GameConfig</a></div><div class="ttdef"><b>Definition:</b> gameconfig.h:10</div></div> <div class="ttc" id="class_game_table_html_a7c069f3204763f1724ee32bbf811d8d2"><div class="ttname"><a href="class_game_table.html#a7c069f3204763f1724ee32bbf811d8d2">GameTable::buildWalls</a></div><div class="ttdeci">void buildWalls()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:100</div></div> <div class="ttc" id="class_game_table_html_a0f12dc7e75a2358cc1ab88a407bf5042"><div class="ttname"><a href="class_game_table.html#a0f12dc7e75a2358cc1ab88a407bf5042">GameTable::getNPlayers</a></div><div class="ttdeci">const int getNPlayers() const </div><div class="ttdef"><b>Definition:</b> gametable.h:161</div></div> <div class="ttc" id="class_game_table_html_a8a516c486ae6606739a9e3759351983c"><div class="ttname"><a href="class_game_table.html#a8a516c486ae6606739a9e3759351983c">GameTable::generateMap</a></div><div class="ttdeci">void generateMap()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:206</div></div> <div class="ttc" id="class_game_table_html_a149298d7d55d483045f09281e2e491e9"><div class="ttname"><a href="class_game_table.html#a149298d7d55d483045f09281e2e491e9">GameTable::getWaitRound</a></div><div class="ttdeci">bool getWaitRound()</div><div class="ttdef"><b>Definition:</b> gametable.h:201</div></div> <div class="ttc" id="class_game_table_html_aecff76fefb2d7da83ab9d9172645e764"><div class="ttname"><a href="class_game_table.html#aecff76fefb2d7da83ab9d9172645e764">GameTable::getMovement</a></div><div class="ttdeci">std::vector&lt; NetworkEvent &gt; &amp; getMovement()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:785</div></div> <div class="ttc" id="class_game_table_html_a8181bb1ba469353af8bb157439a0559f"><div class="ttname"><a href="class_game_table.html#a8181bb1ba469353af8bb157439a0559f">GameTable::GameTable</a></div><div class="ttdeci">GameTable(View &amp;iView)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:5</div></div> <div class="ttc" id="class_game_table_html"><div class="ttname"><a href="class_game_table.html">GameTable</a></div><div class="ttdef"><b>Definition:</b> gametable.h:24</div></div> <div class="ttc" id="class_game_table_html_ad5cf494f1d7d552807b571fa64bd917a"><div class="ttname"><a href="class_game_table.html#ad5cf494f1d7d552807b571fa64bd917a">GameTable::getPlayers</a></div><div class="ttdeci">const std::vector&lt; Player &gt; &amp; getPlayers() const </div><div class="ttdef"><b>Definition:</b> gametable.h:158</div></div> <div class="ttc" id="class_matrix_html"><div class="ttname"><a href="class_matrix.html">Matrix&lt; Ground &gt;</a></div></div> <div class="ttc" id="class_game_table_html_ac39323a670d7a25028acf4d0bbbf61fe"><div class="ttname"><a href="class_game_table.html#ac39323a670d7a25028acf4d0bbbf61fe">GameTable::getGoal</a></div><div class="ttdeci">GAME_GOAL getGoal() const </div><div class="ttdef"><b>Definition:</b> gametable.h:198</div></div> <div class="ttc" id="class_game_table_html_a6c5bb6acd3769d8a06286093ad58abb1"><div class="ttname"><a href="class_game_table.html#a6c5bb6acd3769d8a06286093ad58abb1">GameTable::setWaitRound</a></div><div class="ttdeci">void setWaitRound(bool iWaitRound)</div><div class="ttdef"><b>Definition:</b> gametable.h:204</div></div> <div class="ttc" id="class_game_table_html_a73190cc97fe6a3a3091433b205b470b2"><div class="ttname"><a href="class_game_table.html#a73190cc97fe6a3a3091433b205b470b2">GameTable::draw</a></div><div class="ttdeci">void draw()</div><div class="ttdef"><b>Definition:</b> gametable.cpp:604</div></div> <div class="ttc" id="class_game_table_html_ab7b910524953383dd7038a389b0e5d51"><div class="ttname"><a href="class_game_table.html#ab7b910524953383dd7038a389b0e5d51">GameTable::setConfig</a></div><div class="ttdeci">void setConfig(GameConfig &amp;conf)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:9</div></div> <div class="ttc" id="class_game_table_html_a8eec3746aac496efa42ccf855c09ee85"><div class="ttname"><a href="class_game_table.html#a8eec3746aac496efa42ccf855c09ee85">GameTable::spawnMonster</a></div><div class="ttdeci">void spawnMonster(int i=-1, int x=-1, int y=-1)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:49</div></div> <div class="ttc" id="class_view_html"><div class="ttname"><a href="class_view.html">View</a></div><div class="ttdef"><b>Definition:</b> view.h:21</div></div> <div class="ttc" id="class_control_html"><div class="ttname"><a href="class_control.html">Control</a></div><div class="ttdef"><b>Definition:</b> control.h:11</div></div> <div class="ttc" id="class_game_table_html_a0c830892ac64a23447a122de268357e0"><div class="ttname"><a href="class_game_table.html#a0c830892ac64a23447a122de268357e0">GameTable::isAnyPlayerPut</a></div><div class="ttdeci">bool isAnyPlayerPut() const </div><div class="ttdef"><b>Definition:</b> gametable.cpp:529</div></div> <div class="ttc" id="class_player_html"><div class="ttname"><a href="class_player.html">Player</a></div><div class="ttdef"><b>Definition:</b> player.h:25</div></div> <div class="ttc" id="class_game_table_html_a5e4fb4d69f728df47a7c356fe0f9ec6b"><div class="ttname"><a href="class_game_table.html#a5e4fb4d69f728df47a7c356fe0f9ec6b">GameTable::bind</a></div><div class="ttdeci">void bind(int i, Control *c, int team, std::string skin)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:678</div></div> <div class="ttc" id="class_game_table_html_a3fe1e86315247151837f2df404329390"><div class="ttname"><a href="class_game_table.html#a3fe1e86315247151837f2df404329390">GameTable::getConfig</a></div><div class="ttdeci">GameConfig &amp; getConfig()</div><div class="ttdef"><b>Definition:</b> gametable.h:155</div></div> <div class="ttc" id="class_game_table_html_a833b9a8d434677b3186f83f29e4665f2"><div class="ttname"><a href="class_game_table.html#a833b9a8d434677b3186f83f29e4665f2">GameTable::spawnPlayer</a></div><div class="ttdeci">void spawnPlayer(int i)</div><div class="ttdef"><b>Definition:</b> gametable.cpp:141</div></div> <div class="ttc" id="class_point_html"><div class="ttname"><a href="class_point.html">Point&lt; int &gt;</a></div></div> <div class="ttc" id="class_game_table_html_a168991df1df26c1f5a6f468910191b0d"><div class="ttname"><a href="class_game_table.html#a168991df1df26c1f5a6f468910191b0d">GameTable::incScore</a></div><div class="ttdeci">void incScore(int pId)</div><div class="ttdef"><b>Definition:</b> gametable.h:170</div></div> <div class="ttc" id="class_network_event_html"><div class="ttname"><a href="class_network_event.html">NetworkEvent</a></div><div class="ttdef"><b>Definition:</b> networkevent.h:61</div></div> <div class="ttc" id="class_game_table_html_a83287376ac843c8ab8c0836ef3b366bb"><div class="ttname"><a href="class_game_table.html#a83287376ac843c8ab8c0836ef3b366bb">GameTable::getCalc</a></div><div class="ttdeci">bool getCalc() const </div><div class="ttdef"><b>Definition:</b> gametable.h:195</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Dec 16 2013 00:21:00 for Bombás játék by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>
bmateusz-inc/bombas-jatek
doxygen/html/gametable_8h_source.html
HTML
mit
37,961
<!DOCTYPE html> <html lang="en"> <head> <title>Kooky Photography | Shop</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" media="screen" href="css/reset.css"> <link rel="stylesheet" type="text/css" media="screen" href="css/style.css"> <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:400,700' rel='stylesheet' type='text/css'> <script src="js/jquery-1.7.min.js"></script> <script src="js/jquery.easing.1.3.js"></script> <!--[if lt IE 9]> <script src="js/html5.js"></script> <link rel="stylesheet" type="text/css" media="screen" href="css/ie.css"> <![endif]--> <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-5206010-3', 'auto'); ga('send', 'pageview'); </script> </head> <body> <!--==============================header=================================--> <div class="header"> <div> <div class="subpages-nav"> <nav> <ul class="menu"> <li class="li-none"><a href="index.html">Home</a></li> <li><a href="video.html">Video</a></li> <li><a href="portfolio/index.html">Portfolio</a></li> <li class="li-left li-none current"><a href="shop.html">Shop</a></li> <li><a href="society_6.html">Society 6</a></li> <li><a href="masks_2017_photographs.html">Masks 2017</a></li> </ul> <h1><a href="index.html"><img src="images/logo.png" alt=""></a></h1> </nav> </div> </div> </div> <!--==============================content================================--> <section id="content"> <div class="pad-1"> <div class="page4-row1"> <div class="col-10"> <h2 class="h2 p2">Shop</h2> <div class="col-11"> <h2 class="h2 p2">All Images Available at Society6</h2> <p><a href="https://society6.com/kookyphotography" class="link">Photos and Designs at Society6</a> <br> <br> <h2 class="h2 p2">All Images Available at Redbubble</h2> <p><a href="https://www.redbubble.com/people/pinklioness" class="link">Photos and Designs at Redbubble</a> <br> <br> <h2 class="h2 p2">Calendars Available at Calvendo</h2> <div class="wrap bot-2"> <img src="images/page4-img1.jpg" alt="" class="img-border img-indent"> <div class="extra-wrap"> <p><a href="http://www.calvendo.co.uk/galerie/magical-masks-of-venice-uk-version-2/?s=tag:colourful&" class="link">Masks at Calvendo</a> <br> <strong class="upper">Magical Masks of Venice</strong><br> A beautiful calendar featuring the magical masks of Venice.</p> </div> </div> <div class="wrap bot-2"> <img src="images/page4-img2.jpg" alt="" class="img-border img-indent"> <div class="extra-wrap"> <p><a href="http://www.amazon.co.uk/Birds-Venice-Wall-Calendar-Landscape/dp/1325038199" class="link">Bird's Eye View of Venice at Calvendo</a><br> <strong class="upper">Bird's Eye View of Venice</strong><br> Venice seen from above.</p> </div> </div> <h2 class="h2 p2">Books Available at Amazon</h2> <div class="wrap bot-2"> <img src="images/other_venice_product_cover.png" alt="cover shot" class="img-border img-indent"> <div class="extra-wrap"> <p><a href="http://www.amazon.com/The-Other-Venice-Barbara-Stanzl/dp/1480002321" class="link">The Other Venice at Amazon</a><br> <strong class="upper">The Other Venice</strong><br> A book of photographs showing Venice from another view.</p> </div> </div> </div> </div> </div> </section> <!--==============================footer=================================--> <footer> <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Buy me a coffee', '#46b798', 'L3L5VPRP');kofiwidget2.draw();</script> </footer> </body> </html>
Starbright-Author/Starbright-Author.github.io
shop.html
HTML
mit
4,248
--- --- <p style="margin-top: -2px; margin-bottom: -2px;" align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> <font color="#008000">Department of Mathematics</font></b></font></p> <p style="margin-top: -2px; margin-bottom: -2px;" align="center"><b> <font color="#008000" size="2" face="Verdana, Arial, Helvetica, sans-serif"> Indian Institute of Science</font></b></p> <p style="margin-top: -2px; margin-bottom: -2px;" align="center"><b> <font color="#008000" size="2" face="Verdana, Arial, Helvetica, sans-serif"> Bangalore 560 012</font></b></p> <p style="margin-top: -2px; margin-bottom: -2px;" align="center">&nbsp;</p> <p style="margin-top: -2px; margin-bottom: -2px;" align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> <font color="#ff00ff">SEMINAR</font></b></font></p> <p>&nbsp;</p> <table style="border-collapse: collapse;" id="AutoNumber1" border="0" bordercolor="#111111" cellspacing="1" width="100%" height="201"> <tbody><tr> <td align="left" valign="top" width="16%" height="35"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Speaker</b> </font> </p></td> <td align="left" valign="top" width="2%" height="35"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="35"> <pre><font face="Verdana">Prof. Kang-Tae Kim</font></pre> </td> </tr> <tr> <td align="left" valign="top" width="16%" height="35"> <b><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Affiliation</font></b></td> <td align="left" valign="top" width="2%" height="35"> <b><font size="2" face="Verdana">:</font></b></td> <td align="left" valign="top" width="100%" height="35"> <font face="Verdana" size="2">Pohang University of Science and Technology, Korea</font></td> </tr> <tr> <td align="left" valign="top" width="16%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Subject Area</b></font></p></td> <td align="left" valign="top" width="2%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana">Mathematics</font></p> <p style="margin-top: -2px; margin-bottom: -2px;">&nbsp;</p></td> </tr> <tr> <td align="left" valign="top" width="16%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Venue</b></font></p></td> <td align="left" valign="top" width="2%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana">Lecture Hall - I, Dept of Mathematics</font></p> <p style="margin-top: -2px; margin-bottom: -2px;">&nbsp;</p></td> </tr> <tr> <td align="left" valign="top" width="16%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Time</b> </font> </p></td> <td align="left" valign="top" width="2%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="31"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font face="Verdana" size="2">4.00 pm</font></p> <p style="margin-top: -2px; margin-bottom: -2px;">&nbsp;</p></td> </tr> <tr> <td align="left" valign="top" width="16%" height="35"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Date</b> &nbsp;</font></p></td> <td align="left" valign="top" width="2%" height="35"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="35"> <pre><font face="Verdana">Sep 2 - 10,2008 (Monday)</font></pre> </td> </tr> <tr> <td align="left" valign="top" width="16%" height="1"> <p style="margin-top: -2px; margin-bottom: -2px;"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b> Title</b></font></p></td> <td align="left" valign="top" width="2%" height="1"> <p style="margin-top: -2px; margin-bottom: -2px;"> <font size="2" face="Verdana"><b> :</b> </font> </p></td> <td align="left" width="100%" height="1"> <pre><font face="Verdana">Automorphisms of Bounded Domains</font></pre> </td> </tr> <tr> <td align="left" valign="top" width="16%" height="9"> <b><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Abstract</font></b></td> <td align="left" valign="top" width="2%" height="9"> <b><font size="2" face="Verdana">:</font></b></td> <td align="left" width="100%" height="9"> <p align="justify"><font size="2" face="Verdana">The purpose of this series of lectures is to discuss the Greene-Krantz semi-continuity theorems for automorphism groups and the theorems of Bedford-Dadok and Saerens-Zame on realizing compact Lie groups as the automorphism group of bounded strongly pseudoconvex domains. The question of realizing closed subgroups of the given automorphism group by perturbation of the boundary of the domain will also be considered.<br> <br> &nbsp;</font></p> <p align="justify">&nbsp;</p></td> </tr> </tbody></table> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //-->
siddhartha-gadgil/www.math.iisc.ernet.in
docs/seminars2008/sep02.html
HTML
mit
12,475
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>T12608333882068992</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="alternate" type="application/rss+xml" title="Des Paroz" href="http://desparoz.me/feed.xml" /> <link rel="alternate" type="application/json" title="Des Paroz" href="http://desparoz.me/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/desparoz" /> <link rel="me" href="https://twitter.com/desparoz" /> <link rel="me" href="https://github.com/desparoz" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> <link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Des Paroz</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2010-12-09 06:43:00 +1000">09 Dec 2010</time> </div> <div class="e-content"> <p>Finished Run with @walkmeter, on a new route, time 30:02, 4.53 km, 9.06 average.</p> </div> </div> </div> </body> </html>
desparoz/desparoz.github.io
_site/2010/12/09/t12608333882068992.html
HTML
mit
1,568
<!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_67) on Fri Jan 30 12:14:55 EET 2015 --> <title>T-Index</title> <meta name="date" content="2015-01-30"> <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="T-Index"; } //--> </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="../com/valensas/vlsync/lib/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../com/valensas/vlsync/lib/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-17.html">Prev Letter</a></li> <li><a href="index-19.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li> <li><a href="index-18.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="_T_"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.id.html#tabMode">tabMode</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.id.html" title="class in com.valensas.vlsync.lib">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSync.html#TAG">TAG</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSync.html" title="class in com.valensas.vlsync.lib">VLSync</a></dt> <dd> <div class="block">Debug Tag</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAllCaps">textAllCaps</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat">TextAppearance_AppCompat</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Body1">TextAppearance_AppCompat_Body1</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Body2">TextAppearance_AppCompat_Body2</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Button">TextAppearance_AppCompat_Button</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Caption">TextAppearance_AppCompat_Caption</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Display1">TextAppearance_AppCompat_Display1</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Display2">TextAppearance_AppCompat_Display2</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Display3">TextAppearance_AppCompat_Display3</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Display4">TextAppearance_AppCompat_Display4</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Headline">TextAppearance_AppCompat_Headline</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Inverse">TextAppearance_AppCompat_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Large">TextAppearance_AppCompat_Large</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Large_Inverse">TextAppearance_AppCompat_Large_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Light_SearchResult_Subtitle">TextAppearance_AppCompat_Light_SearchResult_Subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Light_SearchResult_Title">TextAppearance_AppCompat_Light_SearchResult_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Light_Widget_PopupMenu_Large">TextAppearance_AppCompat_Light_Widget_PopupMenu_Large</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Light_Widget_PopupMenu_Small">TextAppearance_AppCompat_Light_Widget_PopupMenu_Small</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Medium">TextAppearance_AppCompat_Medium</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Medium_Inverse">TextAppearance_AppCompat_Medium_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Menu">TextAppearance_AppCompat_Menu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_SearchResult_Subtitle">TextAppearance_AppCompat_SearchResult_Subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_SearchResult_Title">TextAppearance_AppCompat_SearchResult_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Small">TextAppearance_AppCompat_Small</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Small_Inverse">TextAppearance_AppCompat_Small_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Subhead">TextAppearance_AppCompat_Subhead</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Subhead_Inverse">TextAppearance_AppCompat_Subhead_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Title">TextAppearance_AppCompat_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Title_Inverse">TextAppearance_AppCompat_Title_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionBar_Menu">TextAppearance_AppCompat_Widget_ActionBar_Menu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionBar_Subtitle">TextAppearance_AppCompat_Widget_ActionBar_Subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse">TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionBar_Title">TextAppearance_AppCompat_Widget_ActionBar_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse">TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionMode_Subtitle">TextAppearance_AppCompat_Widget_ActionMode_Subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse">TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionMode_Title">TextAppearance_AppCompat_Widget_ActionMode_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse">TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_DropDownItem">TextAppearance_AppCompat_Widget_DropDownItem</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_PopupMenu_Large">TextAppearance_AppCompat_Widget_PopupMenu_Large</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_PopupMenu_Small">TextAppearance_AppCompat_Widget_PopupMenu_Small</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_AppCompat_Widget_Switch">TextAppearance_AppCompat_Widget_Switch</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_Widget_AppCompat_ExpandedMenu_Item">TextAppearance_Widget_AppCompat_ExpandedMenu_Item</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_Widget_AppCompat_Toolbar_Subtitle">TextAppearance_Widget_AppCompat_Toolbar_Subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#TextAppearance_Widget_AppCompat_Toolbar_Title">TextAppearance_Widget_AppCompat_Toolbar_Title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceLargePopupMenu">textAppearanceLargePopupMenu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceListItem">textAppearanceListItem</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceListItemSmall">textAppearanceListItemSmall</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSearchResultSubtitle">textAppearanceSearchResultSubtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSearchResultTitle">textAppearanceSearchResultTitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSmallPopupMenu">textAppearanceSmallPopupMenu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#textColorSearchUrl">textColorSearchUrl</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#theme">theme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme">Theme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a Theme.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarDivider">Theme_actionBarDivider</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarDivider"><code>R.attr.actionBarDivider</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarItemBackground">Theme_actionBarItemBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarItemBackground"><code>R.attr.actionBarItemBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarPopupTheme">Theme_actionBarPopupTheme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarPopupTheme"><code>R.attr.actionBarPopupTheme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarSize">Theme_actionBarSize</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarSize"><code>R.attr.actionBarSize</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarSplitStyle">Theme_actionBarSplitStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarSplitStyle"><code>R.attr.actionBarSplitStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarStyle">Theme_actionBarStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarStyle"><code>R.attr.actionBarStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarTabBarStyle">Theme_actionBarTabBarStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarTabBarStyle"><code>R.attr.actionBarTabBarStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarTabStyle">Theme_actionBarTabStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarTabStyle"><code>R.attr.actionBarTabStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarTabTextStyle">Theme_actionBarTabTextStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarTabTextStyle"><code>R.attr.actionBarTabTextStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarTheme">Theme_actionBarTheme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarTheme"><code>R.attr.actionBarTheme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionBarWidgetTheme">Theme_actionBarWidgetTheme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionBarWidgetTheme"><code>R.attr.actionBarWidgetTheme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionButtonStyle">Theme_actionButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionButtonStyle"><code>R.attr.actionButtonStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionDropDownStyle">Theme_actionDropDownStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionDropDownStyle"><code>R.attr.actionDropDownStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionMenuTextAppearance">Theme_actionMenuTextAppearance</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionMenuTextAppearance"><code>R.attr.actionMenuTextAppearance</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionMenuTextColor">Theme_actionMenuTextColor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionMenuTextColor"><code>R.attr.actionMenuTextColor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeBackground">Theme_actionModeBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeBackground"><code>R.attr.actionModeBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeCloseButtonStyle">Theme_actionModeCloseButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeCloseButtonStyle"><code>R.attr.actionModeCloseButtonStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeCloseDrawable">Theme_actionModeCloseDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeCloseDrawable"><code>R.attr.actionModeCloseDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeCopyDrawable">Theme_actionModeCopyDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeCopyDrawable"><code>R.attr.actionModeCopyDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeCutDrawable">Theme_actionModeCutDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeCutDrawable"><code>R.attr.actionModeCutDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeFindDrawable">Theme_actionModeFindDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeFindDrawable"><code>R.attr.actionModeFindDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModePasteDrawable">Theme_actionModePasteDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModePasteDrawable"><code>R.attr.actionModePasteDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModePopupWindowStyle">Theme_actionModePopupWindowStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModePopupWindowStyle"><code>R.attr.actionModePopupWindowStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeSelectAllDrawable">Theme_actionModeSelectAllDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeSelectAllDrawable"><code>R.attr.actionModeSelectAllDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeShareDrawable">Theme_actionModeShareDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeShareDrawable"><code>R.attr.actionModeShareDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeSplitBackground">Theme_actionModeSplitBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeSplitBackground"><code>R.attr.actionModeSplitBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeStyle">Theme_actionModeStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeStyle"><code>R.attr.actionModeStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionModeWebSearchDrawable">Theme_actionModeWebSearchDrawable</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionModeWebSearchDrawable"><code>R.attr.actionModeWebSearchDrawable</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionOverflowButtonStyle">Theme_actionOverflowButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionOverflowButtonStyle"><code>R.attr.actionOverflowButtonStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_actionOverflowMenuStyle">Theme_actionOverflowMenuStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#actionOverflowMenuStyle"><code>R.attr.actionOverflowMenuStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_activityChooserViewStyle">Theme_activityChooserViewStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#activityChooserViewStyle"><code>R.attr.activityChooserViewStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_android_windowIsFloating">Theme_android_windowIsFloating</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>android.R.attr#windowIsFloating</code> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat">Theme_AppCompat</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_CompactMenu">Theme_AppCompat_CompactMenu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Dialog">Theme_AppCompat_Dialog</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_DialogWhenLarge">Theme_AppCompat_DialogWhenLarge</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Light">Theme_AppCompat_Light</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Light_DarkActionBar">Theme_AppCompat_Light_DarkActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Light_Dialog">Theme_AppCompat_Light_Dialog</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Light_DialogWhenLarge">Theme_AppCompat_Light_DialogWhenLarge</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_Light_NoActionBar">Theme_AppCompat_Light_NoActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#Theme_AppCompat_NoActionBar">Theme_AppCompat_NoActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_buttonBarButtonStyle">Theme_buttonBarButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#buttonBarButtonStyle"><code>R.attr.buttonBarButtonStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_buttonBarStyle">Theme_buttonBarStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#buttonBarStyle"><code>R.attr.buttonBarStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorAccent">Theme_colorAccent</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorAccent"><code>R.attr.colorAccent</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorButtonNormal">Theme_colorButtonNormal</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorButtonNormal"><code>R.attr.colorButtonNormal</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorControlActivated">Theme_colorControlActivated</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorControlActivated"><code>R.attr.colorControlActivated</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorControlHighlight">Theme_colorControlHighlight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorControlHighlight"><code>R.attr.colorControlHighlight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorControlNormal">Theme_colorControlNormal</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorControlNormal"><code>R.attr.colorControlNormal</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorPrimary">Theme_colorPrimary</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorPrimary"><code>R.attr.colorPrimary</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorPrimaryDark">Theme_colorPrimaryDark</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorPrimaryDark"><code>R.attr.colorPrimaryDark</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_colorSwitchThumbNormal">Theme_colorSwitchThumbNormal</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#colorSwitchThumbNormal"><code>R.attr.colorSwitchThumbNormal</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_dividerHorizontal">Theme_dividerHorizontal</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#dividerHorizontal"><code>R.attr.dividerHorizontal</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_dividerVertical">Theme_dividerVertical</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#dividerVertical"><code>R.attr.dividerVertical</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_dropdownListPreferredItemHeight">Theme_dropdownListPreferredItemHeight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#dropdownListPreferredItemHeight"><code>R.attr.dropdownListPreferredItemHeight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_dropDownListViewStyle">Theme_dropDownListViewStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#dropDownListViewStyle"><code>R.attr.dropDownListViewStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_editTextBackground">Theme_editTextBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#editTextBackground"><code>R.attr.editTextBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_editTextColor">Theme_editTextColor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#editTextColor"><code>R.attr.editTextColor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_homeAsUpIndicator">Theme_homeAsUpIndicator</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#homeAsUpIndicator"><code>R.attr.homeAsUpIndicator</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listChoiceBackgroundIndicator">Theme_listChoiceBackgroundIndicator</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listChoiceBackgroundIndicator"><code>R.attr.listChoiceBackgroundIndicator</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPopupWindowStyle">Theme_listPopupWindowStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPopupWindowStyle"><code>R.attr.listPopupWindowStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPreferredItemHeight">Theme_listPreferredItemHeight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPreferredItemHeight"><code>R.attr.listPreferredItemHeight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPreferredItemHeightLarge">Theme_listPreferredItemHeightLarge</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPreferredItemHeightLarge"><code>R.attr.listPreferredItemHeightLarge</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPreferredItemHeightSmall">Theme_listPreferredItemHeightSmall</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPreferredItemHeightSmall"><code>R.attr.listPreferredItemHeightSmall</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPreferredItemPaddingLeft">Theme_listPreferredItemPaddingLeft</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPreferredItemPaddingLeft"><code>R.attr.listPreferredItemPaddingLeft</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_listPreferredItemPaddingRight">Theme_listPreferredItemPaddingRight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#listPreferredItemPaddingRight"><code>R.attr.listPreferredItemPaddingRight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_panelBackground">Theme_panelBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#panelBackground"><code>R.attr.panelBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_panelMenuListTheme">Theme_panelMenuListTheme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#panelMenuListTheme"><code>R.attr.panelMenuListTheme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_panelMenuListWidth">Theme_panelMenuListWidth</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#panelMenuListWidth"><code>R.attr.panelMenuListWidth</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_popupMenuStyle">Theme_popupMenuStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#popupMenuStyle"><code>R.attr.popupMenuStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_popupWindowStyle">Theme_popupWindowStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#popupWindowStyle"><code>R.attr.popupWindowStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_searchViewStyle">Theme_searchViewStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#searchViewStyle"><code>R.attr.searchViewStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_selectableItemBackground">Theme_selectableItemBackground</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#selectableItemBackground"><code>R.attr.selectableItemBackground</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_selectableItemBackgroundBorderless">Theme_selectableItemBackgroundBorderless</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#selectableItemBackgroundBorderless"><code>R.attr.selectableItemBackgroundBorderless</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_spinnerDropDownItemStyle">Theme_spinnerDropDownItemStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#spinnerDropDownItemStyle"><code>R.attr.spinnerDropDownItemStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_spinnerStyle">Theme_spinnerStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#spinnerStyle"><code>R.attr.spinnerStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_switchStyle">Theme_switchStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#switchStyle"><code>R.attr.switchStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceLargePopupMenu">Theme_textAppearanceLargePopupMenu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceLargePopupMenu"><code>R.attr.textAppearanceLargePopupMenu</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceListItem">Theme_textAppearanceListItem</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceListItem"><code>R.attr.textAppearanceListItem</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceListItemSmall">Theme_textAppearanceListItemSmall</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceListItemSmall"><code>R.attr.textAppearanceListItemSmall</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceSearchResultSubtitle">Theme_textAppearanceSearchResultSubtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSearchResultSubtitle"><code>R.attr.textAppearanceSearchResultSubtitle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceSearchResultTitle">Theme_textAppearanceSearchResultTitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSearchResultTitle"><code>R.attr.textAppearanceSearchResultTitle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textAppearanceSmallPopupMenu">Theme_textAppearanceSmallPopupMenu</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textAppearanceSmallPopupMenu"><code>R.attr.textAppearanceSmallPopupMenu</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_textColorSearchUrl">Theme_textColorSearchUrl</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#textColorSearchUrl"><code>R.attr.textColorSearchUrl</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_toolbarNavigationButtonStyle">Theme_toolbarNavigationButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#toolbarNavigationButtonStyle"><code>R.attr.toolbarNavigationButtonStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_toolbarStyle">Theme_toolbarStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#toolbarStyle"><code>R.attr.toolbarStyle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowActionBar">Theme_windowActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowActionBar"><code>R.attr.windowActionBar</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowActionBarOverlay">Theme_windowActionBarOverlay</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowActionBarOverlay"><code>R.attr.windowActionBarOverlay</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowActionModeOverlay">Theme_windowActionModeOverlay</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowActionModeOverlay"><code>R.attr.windowActionModeOverlay</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowFixedHeightMajor">Theme_windowFixedHeightMajor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowFixedHeightMajor"><code>R.attr.windowFixedHeightMajor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowFixedHeightMinor">Theme_windowFixedHeightMinor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowFixedHeightMinor"><code>R.attr.windowFixedHeightMinor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowFixedWidthMajor">Theme_windowFixedWidthMajor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowFixedWidthMajor"><code>R.attr.windowFixedWidthMajor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Theme_windowFixedWidthMinor">Theme_windowFixedWidthMinor</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#windowFixedWidthMinor"><code>R.attr.windowFixedWidthMinor</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Theme"><code>Theme</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#ThemeOverlay_AppCompat">ThemeOverlay_AppCompat</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#ThemeOverlay_AppCompat_ActionBar">ThemeOverlay_AppCompat_ActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#ThemeOverlay_AppCompat_Dark">ThemeOverlay_AppCompat_Dark</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#ThemeOverlay_AppCompat_Dark_ActionBar">ThemeOverlay_AppCompat_Dark_ActionBar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.style.html#ThemeOverlay_AppCompat_Light">ThemeOverlay_AppCompat_Light</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.style.html" title="class in com.valensas.vlsync.lib">R.style</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#thickness">thickness</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#thumbTextPadding">thumbTextPadding</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#title">title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.id.html#title">title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.id.html" title="class in com.valensas.vlsync.lib">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginBottom">titleMarginBottom</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginEnd">titleMarginEnd</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleMargins">titleMargins</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginStart">titleMarginStart</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginTop">titleMarginTop</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleTextAppearance">titleTextAppearance</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#titleTextStyle">titleTextStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar">Toolbar</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a Toolbar.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_android_gravity">Toolbar_android_gravity</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>android.R.attr#gravity</code> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_android_minHeight">Toolbar_android_minHeight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>android.R.attr#minHeight</code> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_collapseContentDescription">Toolbar_collapseContentDescription</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#collapseContentDescription"><code>R.attr.collapseContentDescription</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_collapseIcon">Toolbar_collapseIcon</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#collapseIcon"><code>R.attr.collapseIcon</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_contentInsetEnd">Toolbar_contentInsetEnd</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#contentInsetEnd"><code>R.attr.contentInsetEnd</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_contentInsetLeft">Toolbar_contentInsetLeft</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#contentInsetLeft"><code>R.attr.contentInsetLeft</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_contentInsetRight">Toolbar_contentInsetRight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#contentInsetRight"><code>R.attr.contentInsetRight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_contentInsetStart">Toolbar_contentInsetStart</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#contentInsetStart"><code>R.attr.contentInsetStart</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_maxButtonHeight">Toolbar_maxButtonHeight</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#maxButtonHeight"><code>R.attr.maxButtonHeight</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_navigationContentDescription">Toolbar_navigationContentDescription</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#navigationContentDescription"><code>R.attr.navigationContentDescription</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_navigationIcon">Toolbar_navigationIcon</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#navigationIcon"><code>R.attr.navigationIcon</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_popupTheme">Toolbar_popupTheme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#popupTheme"><code>R.attr.popupTheme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_subtitle">Toolbar_subtitle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#subtitle"><code>R.attr.subtitle</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_subtitleTextAppearance">Toolbar_subtitleTextAppearance</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#subtitleTextAppearance"><code>R.attr.subtitleTextAppearance</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_theme">Toolbar_theme</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#theme"><code>R.attr.theme</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_title">Toolbar_title</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#title"><code>R.attr.title</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleMarginBottom">Toolbar_titleMarginBottom</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginBottom"><code>R.attr.titleMarginBottom</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleMarginEnd">Toolbar_titleMarginEnd</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginEnd"><code>R.attr.titleMarginEnd</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleMargins">Toolbar_titleMargins</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleMargins"><code>R.attr.titleMargins</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleMarginStart">Toolbar_titleMarginStart</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginStart"><code>R.attr.titleMarginStart</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleMarginTop">Toolbar_titleMarginTop</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleMarginTop"><code>R.attr.titleMarginTop</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar_titleTextAppearance">Toolbar_titleTextAppearance</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.styleable.html" title="class in com.valensas.vlsync.lib">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/valensas/vlsync/lib/R.attr.html#titleTextAppearance"><code>R.attr.titleTextAppearance</code></a> attribute's value can be found in the <a href="../com/valensas/vlsync/lib/R.styleable.html#Toolbar"><code>Toolbar</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#toolbarNavigationButtonStyle">toolbarNavigationButtonStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#toolbarStyle">toolbarStyle</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#topBottomBarArrowSize">topBottomBarArrowSize</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSyncContentFile.html#toString()">toString()</a></span> - Method in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSyncContentFile.html" title="class in com.valensas.vlsync.lib">VLSyncContentFile</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSyncError.html#toString()">toString()</a></span> - Method in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSyncError.html" title="class in com.valensas.vlsync.lib">VLSyncError</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSyncFile.html#toString()">toString()</a></span> - Method in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSyncFile.html" title="class in com.valensas.vlsync.lib">VLSyncFile</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSyncUpdateTask.Result.html#toString()">toString()</a></span> - Method in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSyncUpdateTask.Result.html" title="class in com.valensas.vlsync.lib">VLSyncUpdateTask.Result</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/VLSyncUpdateTask.html#totalSize">totalSize</a></span> - Variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/VLSyncUpdateTask.html" title="class in com.valensas.vlsync.lib">VLSyncUpdateTask</a></dt> <dd> <div class="block">Total size of all downloadable files</div> </dd> <dt><span class="strong"><a href="../com/valensas/vlsync/lib/R.attr.html#track">track</a></span> - Static variable in class com.valensas.vlsync.lib.<a href="../com/valensas/vlsync/lib/R.attr.html" title="class in com.valensas.vlsync.lib">R.attr</a></dt> <dd> <div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</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="../com/valensas/vlsync/lib/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../com/valensas/vlsync/lib/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-17.html">Prev Letter</a></li> <li><a href="index-19.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-18.html" target="_top">Frames</a></li> <li><a href="index-18.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>
Valensas/VLSync-Android-SDK
docs/index-files/index-18.html
HTML
mit
105,800
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:25:26 EST 2013 --> <TITLE> LineReader (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2013-01-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="LineReader (2013 FRC Java API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineReader.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/sun/squawk/util/IntSet.html" title="class in com.sun.squawk.util"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/sun/squawk/util/MathUtils.html" title="class in com.sun.squawk.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/sun/squawk/util/LineReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LineReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.sun.squawk.util</FONT> <BR> Class LineReader</H2> <PRE> <A HREF="../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.squawk.util.LineReader</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>LineReader</B><DT>extends <A HREF="../../../../java/lang/Object.html" title="class in java.lang">Object</A></DL> </PRE> <P> This class provides for reading lines from a reader. This is functionality normally provided by the non-J2ME class BufferedReader. <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/sun/squawk/util/LineReader.html#LineReader(java.io.Reader)">LineReader</A></B>(<A HREF="../../../../java/io/Reader.html" title="class in java.io">Reader</A>&nbsp;reader)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new LineReader to parse the lines from a given Reader.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/sun/squawk/util/LineReader.html#readLine()">readLine</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a line of text.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../java/util/Vector.html" title="class in java.util">Vector</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/sun/squawk/util/LineReader.html#readLines(java.util.Vector)">readLines</A></B>(<A HREF="../../../../java/util/Vector.html" title="class in java.util">Vector</A>&nbsp;v)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read all the lines from the input stream and add them to a given Vector.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="LineReader(java.io.Reader)"><!-- --></A><H3> LineReader</H3> <PRE> public <B>LineReader</B>(<A HREF="../../../../java/io/Reader.html" title="class in java.io">Reader</A>&nbsp;reader)</PRE> <DL> <DD>Creates a new LineReader to parse the lines from a given Reader. <P> <DL> <DT><B>Parameters:</B><DD><CODE>reader</CODE> - the reader providing the input to be parsed into lines</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="readLine()"><!-- --></A><H3> readLine</H3> <PRE> public <A HREF="../../../../java/lang/String.html" title="class in java.lang">String</A> <B>readLine</B>() throws <A HREF="../../../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Read a line of text. A line is considered to be terminated by any one of a line feed ('\n'), a carriage return ('\r'), or a carriage return followed immediately by a linefeed. <P> <DD><DL> <DT><B>Returns:</B><DD>A String containing the contents of the line, not including any line-termination characters, or null if the end of the stream has been reached <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - If an I/O error occurs</DL> </DD> </DL> <HR> <A NAME="readLines(java.util.Vector)"><!-- --></A><H3> readLines</H3> <PRE> public <A HREF="../../../../java/util/Vector.html" title="class in java.util">Vector</A> <B>readLines</B>(<A HREF="../../../../java/util/Vector.html" title="class in java.util">Vector</A>&nbsp;v) throws <A HREF="../../../../java/io/IOException.html" title="class in java.io">IOException</A></PRE> <DL> <DD>Read all the lines from the input stream and add them to a given Vector. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>v</CODE> - the vector to add to or null if it should be created first by this method. <DT><B>Returns:</B><DD>the vector to which the lines were added <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../java/io/IOException.html" title="class in java.io">IOException</A></CODE> - If an I/O error occurs</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineReader.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/sun/squawk/util/IntSet.html" title="class in com.sun.squawk.util"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/sun/squawk/util/MathUtils.html" title="class in com.sun.squawk.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/sun/squawk/util/LineReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LineReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> "<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>" </BODY> </HTML>
arithehun/frc
java/2013/com/sun/squawk/util/LineReader.html
HTML
mit
13,946
<main> <div id="map"></div> </main> <h3>Фильтр</h3> <form name="testForm"> <input ng-model="type" ng-pattern="/^\d+$/" name="anim" class="my-input" aria-describedby="inputDescription" /> <select name="singleSelect" id="singleSelect" ng-model="type"> <option value="">---выбирите тип---</option> <option value="parking">parking</option> <option value="library">library</option> </select> </form>
serrrgggeee/test_map
src/app/app.html
HTML
mit
448
<html lang="en"> <head> <meta charset="UTF-8" /> <title>ex1</title> </head> <body> <header> <div class="title"> <h1>ex1_header_h1</h1> </div> </header> <div class="main"> <ul> <li>ex1_main_li_1</li> <li>ex1_main_li_2</li> <li>ex1_main_li_3</li> </ul> </div> <footer> <span><a href="#">ex1_footer_span_a</a></span> </footer> </body> </html>
andreazaupa/harvestman
test/example1.html
HTML
mit
391
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A name=1></a><hr> <A name=2></a><hr> <A name=3></a><hr> <A name=4></a>November 6, 2014<br> Heather McCowan<br> Regulatory Assistant<br> OASIS PETROLEUM NORTH AMERICA LLC<br> 1001 Fannin Suite 1500<br> Houston, TX 77002<br> RE:<br> HORIZONTAL WELL<br> O M ERICKSON 5501 44-7 7T<br> SESE Section 7-155N-101W<br> Williams County<br> Well File # 29923<br> Dear Heather:<br> Pursuant to Commission Order No. 23168, approval to drill the above captioned well is hereby given. The<br> approval is granted on the condition that all portions of the well bore not isolated by cement, be no closer than<br> the </span><span class="ft4">200' setback </span><span class="ft2">from the north &amp; south boundaries and </span><span class="ft4">500' setback </span><span class="ft2">from the east &amp; west boundaries within<br> the 1280 acre spacing unit consisting of Sections 18 &amp; 19, T155N R101W. </span><span class="ft4">Tool error is not required pursuant<br> to order.<br> PERMIT STIPULATIONS: Effective June 1, 2014, a covered leak-proof container (with placard) for<br> filter sock disposal must be maintained on the well site beginning when the well is spud, and must<br> remain on-site during clean-out, completion, and flow-back whenever filtration operations are<br> conducted. OASIS PETRO NO AMER must contact NDIC Field Inspector Jessica Gilkey at 701-770-<br> 7340 prior to location construction.<br> Drilling pit<br> NDAC 43-02-03-19.4 states that "a pit may be utilized to bury drill cuttings and solids generated during well<br> drilling and completion operations, providing the pit can be constructed, used and reclaimed in a manner that will<br> prevent pollution of the land surface and freshwaters. Reserve and circulation of mud system through earthen pits<br> are prohibited. All pits shall be inspected by an authorized representative of the director prior to lining and use.<br> Drill cuttings and solids must be stabilized in a manner approved by the director prior to placement in a cuttings<br> pit."<br> Form 1 Changes &amp; Hard Lines<br> Any changes, shortening of casing point or lengthening at Total Depth must have prior approval by the NDIC.<br> The proposed directional plan is at a legal location. The minimum legal coordinate from the well head at casing<br> point is: 458' S. Also, based on the azimuth of the proposed lateral the maximum legal coordinate from the well<br> head is: 10619' S, 134' E.<br> Location Construction Commencement (Three Day Waiting Period)<br> Operators shall not commence operations on a drill site until the 3rd business day following publication of the<br> approved drilling permit on the NDIC - OGD Daily Activity Report. If circumstances require operations to<br> commence before the 3rd business day following publication on the Daily Activity Report, the waiting period may<br> be waived by the Director. Application for a waiver must be by sworn affidavit providing the information<br> necessary to evaluate the extenuating circumstances, the factors of NDAC 43-02-03-16.2 (1), (a)-(f), and any other<br> information that would allow the Director to conclude that in the event another owner seeks revocation of the<br> drilling permit, the applicant should retain the permit.<br> <hr> <A name=5></a>Heather McCowan<br> November 6, 2014<br> Page 2<br> Permit Fee &amp; Notification<br> Payment was received in the amount of $100 via credit card .The permit fee has been received. It is requested<br> that notification be given immediately upon the spudding of the well. This information should be relayed to the<br> Oil &amp; Gas Division, Bismarck, via telephone. The following information must be included: Well name, legal<br> location, permit number, drilling contractor, company representative, date and time of spudding. Office hours are<br> 8:00 a.m. to 12:00 p.m. and 1:00 p.m. to 5:00 p.m. Central Time. Our telephone number is (701) 328-8020, leave a<br> message if after hours or on the weekend.<br> Survey Requirements for Horizontal, Horizontal Re-entry, and Directional Wells<br> NDAC Section 43-02-03-25 (Deviation Tests and Directional Surveys) states in part (that) the survey contractor<br> shall file a certified copy of all surveys with the director free of charge within thirty days of completion. Surveys<br> must be submitted as one electronic copy, or in a form approved by the director. However, the director may<br> require the directional survey to be filed immediately after completion if the survey is needed to conduct the<br> operation of the director's office in a timely manner. Certified surveys must be submitted via email in one adobe<br> document, with a certification cover page to </span><span class="ft2">certsurvey@nd.gov</span><span class="ft0">.<br> Survey points shall be of such frequency to accurately determine the entire location of the well bore.<br> Specifically, the Horizontal and Directional well survey frequency is 100 feet in the vertical, 30 feet in the curve<br> (or when sliding) and 90 feet in the lateral.<br> Surface casing cement<br> Tail cement utilized on surface casing must have a minimum compressive strength of 500 psi within 12<br> hours, and tail cement utilized on production casing must have a minimum compressive strength of 500 psi<br> before drilling the plug or initiating tests.<br> Logs </span><span class="ft3">NDAC Section 43-02-03-31 requires the running of (1) a suite of open hole logs from which formation tops and<br> porosity zones can be determined, (2) a Gamma Ray Log run from total depth to ground level elevation of the well bore, and<br> (3) a log from which the presence and quality of cement can be determined (Standard CBL or Ultrasonic cement evaluation<br> log) in every well in which production or intermediate casing has been set, this log must be run prior to completing the well.<br> All logs run must be submitted free of charge, as one digital TIFF (tagged image file format) copy and one digital LAS (log<br> ASCII) formatted copy. Digital logs may be submitted on a standard CD, DVD, or attached to an email sent to<br> digitallogs@nd.gov<br> Thank you for your cooperation.<br> Sincerely,<br> Matt Messana<br> Engineering Technician<br> <hr> <A name=6></a>INDUSTRIAL COMMISSION OF NORTH DAKOTA<br> OIL AND GAS DIVISION<br> 600 EAST BOULEVARD DEPT 405<br> BISMARCK, ND 58505-0840<br> SFN 54269 (08-2005)<br> PLEASE READ INSTRUCTIONS BEFORE FILLING OUT FORM.<br> PLEASE SUBMIT THE ORIGINAL AND ONE COPY.<br> Type of Work<br> Type of Well<br> Approximate Date Work Will Start<br> Confidential Status<br> New Location<br> Oil &amp; Gas<br> 11 / 1 / 2014<br> No<br> Operator<br> Telephone Number<br> OASIS PETROLEUM NORTH AMERICA LLC<br> 281-404-9563<br> Address<br> City<br> State<br> Zip Code<br> 1001 Fannin Suite 1500<br> Houston<br> TX<br> 77002<br> Notice has been provided to the owner of any<br> This well is not located within five hundred<br> permanently occupied dwelling within 1,320 feet.<br> feet of an occupied dwelling.<br> enter data for additional laterals on page 2)<br> Well Name<br> Well Number<br> O M ERICKSON<br> 5501 44-7 7T<br> Surface Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 258 </span><span class="ft0">FL<br> S634 </span><span class="ft0">F </span><span class="ft6">E<br> L<br> SESE<br> 7<br> 155<br> 101<br> Williams<br> Longstring Casing Point Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 218 </span><span class="ft0">F </span><span class="ft6">N </span><span class="ft0">L<br> 563 </span><span class="ft0">F </span><span class="ft6">E<br> L<br> NENE<br> 18<br> 155<br> 101<br> Williams<br> Longstring Casing Point Coordinates From Well Head<br> Azimuth<br> Longstring Total Depth<br> 476 S </span><span class="ft0">From WH<br> 71 E </span><span class="ft0">From WH<br> 178<br> 11122 </span><span class="ft0">Feet MD<br> 10850 </span><span class="ft0">Feet TVD<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 207 </span><span class="ft0">F </span><span class="ft6">S<br> LF<br> 560<br> E<br> L<br> SESE<br> 19<br> 155<br> 101<br> Williams<br> Bottom Hole Coordinates From Well Head<br> KOP Lateral 1<br> Azimuth Lateral 1<br> Estimated Total Depth Lateral 1<br> 10612 S </span><span class="ft0">From WH<br> 74 E </span><span class="ft0">From WH<br> 10373 </span><span class="ft0">Feet MD<br> 180<br> 21258 </span><span class="ft0">Feet MD<br> 10885 </span><span class="ft0">Feet TVD<br> Latitude of Well Head<br> Longitude of Well Head<br> NAD Reference<br> Description of<br> (Subject to NDIC Approval)<br> 48<br> 15<br> 23.27<br> -103<br> 42<br> 53.70<br> NAD83<br> Spacing Unit:<br> Section 18 &amp; 19 T155N R101W<br> Ground Elevation<br> Acres in Spacing/Drilling Unit<br> Spacing/Drilling Unit Setback Requirement<br> Industrial Commission Order<br> 2317 </span><span class="ft0">Feet Above S.L.<br> 1280<br> 200 </span><span class="ft8">Feet N/S<br> 500<br> Feet<br> Feet E/W<br> 23168<br> North Line of Spacing/Drilling Unit<br> South Line of Spacing/Drilling Unit<br> East Line of Spacing/Drilling Unit<br> West Line of Spacing/Drilling Unit<br> 5181 </span><span class="ft0">Feet<br> 5210 </span><span class="ft0">Feet<br> 10561 </span><span class="ft0">Feet<br> 10559 </span><span class="ft0">Feet<br> Objective Horizons<br> Pierre Shale Top<br> Three Forks B1<br> 2262<br> Proposed<br> Size<br> Weight<br> Depth<br> Cement Volume<br> Surface Casing<br> 9<br> 5/8<br> 36 </span><span class="ft0">Lb./Ft. </span><span class="ft6">2362<br> Feet<br> 828<br> Sacks<br> Proposed<br> Size<br> Weight(s)<br> Longstring Total Depth<br> Cement Volume<br> Cement Top<br> Top Dakota Sand<br> Longstring Casing<br> 732<br> Lb./Ft.<br> 11122 </span><span class="ft0">Feet MD<br> 10850 </span><span class="ft0">Feet TVD<br> 743<br> Sacks<br> 5143 </span><span class="ft0">Feet<br> 5643<br> Feet<br> Base of Last<br> Last<br> Salt (If<br> Charles </span><span class="ft0">Applicable)<br> Salt (If Applicable)<br> 9250 </span><span class="ft0">Feet<br> Proposed Logs<br> Triple Combo: KOP to Kibby GR/Res to BSC GR to surf CND through the Dakota<br> Drilling Mud Type (Vertical Hole - Below Surface Casing)<br> Drilling Mud Type (Lateral)<br> Invert<br> Salt Water Gel<br> Survey Type in Vertical Portion of Well<br> Survey Frequency: Build Section<br> Survey Frequency: Lateral<br> Survey Contractor<br> MWD </span><span class="ft0">Every 100 Feet<br> 30 </span><span class="ft0">Feet<br> 90 </span><span class="ft0">Feet<br> Ryan<br> proposed mud/cementing plan,<br> directional plot/plan, $100 fee.<br> <hr> <A name=7></a>Page 2<br> SFN 54269 (08-2005)<br> Documents forwarded by email: Drill plan with drilling fluids, Well Summary with casing/cement plans, Directional Plan &amp; Plot, Plats<br> Lateral 2<br> KOP Lateral 2<br> Azimuth Lateral 2<br> Estimated Total Depth Lateral 2<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> F<br> L<br> Lateral 3<br> KOP Lateral 3<br> Azimuth Lateral 3<br> Estimated Total Depth Lateral 3<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Lateral 4<br> KOP Lateral 4<br> Azimuth Lateral 4<br> Estimated Total Depth Lateral 4<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Lateral 5<br> KOP Lateral 5<br> Azimuth Lateral 5<br> Estimated Total Depth Lateral 5<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Date<br> I hereby swear or affirm the information provided is true, complete and correct as determined from all available records.<br> 7 / 24 / 2014<br> Signature<br> Printed Name<br> Title<br> ePermit<br> Heather McCowan<br> Regulatory Assistant<br> Email Address(es)<br> Permit and File Number<br> API Number<br> Date Approved<br> 29923<br> 105<br> 03870<br> 11 / 6 / 2014<br> Field<br> By<br> MISSOURI RIDGE<br> Matt Messana<br> Pool<br> Permit Type<br> Title<br> BAKKEN<br> DEVELOPMENT<br> Engineering Technician<br> <hr> <A name=8></a><hr> <A name=9></a>April 9, 2014<br> RE:<br> Filter Socks and Other Filter Media<br> Leakproof Container Required<br> Oil and Gas Wells<br> Dear Operator,<br> North Dakota Administrative Code Section 43-02-03-19.2 states in part that all waste material associated with<br> exploration or production of oil and gas must be properly disposed of in an authorized facility in accord with all<br> applicable local, state, and federal laws and regulations.<br> Filtration systems are commonly used during oil and gas operations in North Dakota. The Commission is very<br> concerned about the proper disposal of used filters (including filter socks) used by the oil and gas industry.<br> Effective June 1, 2014, a container must be maintained on each well drilled in North Dakota beginning when the<br> well is spud and must remain on-site during clean-out, completion, and flow-back whenever filtration operations<br> are conducted. The on-site container must be used to store filters until they can be properly disposed of in an<br> authorized facility. Such containers must be:<br> leakproof to prevent any fluids from escaping the container<br> covered to prevent precipitation from entering the container<br> placard to indicate only filters are to be placed in the container<br> If the operator will not utilize a filtration system, a waiver to the container requirement will be considered, but<br> only upon the operator submitting a Sundry Notice (Form 4) justifying their request.<br> As previously stated in our March 13, 2014 letter, North Dakota Administrative Code Section 33-20-02.1-01<br> states in part that every person who transports solid waste (which includes oil and gas exploration and production<br> wastes) is required to have a valid permit issued by the North Dakota Department of Health, Division of Waste<br> Management. Please contact the Division of Waste Management at (701) 328-5166 with any questions on the<br> solid waste program. Note oil and gas exploration and production wastes include produced water, drilling mud,<br> invert mud, tank bottom sediment, pipe scale, filters, and fly ash.<br> Thank you for your cooperation.<br> Sincerely,<br> Bruce E. Hicks<br> Assistant Director<br> <hr> <A name=10></a><hr> <A name=11></a><hr> <A name=12></a><hr> <A name=13></a><hr> <A name=14></a><hr> <A name=15></a><hr> <A name=16></a><hr> <A name=17></a><hr> <A name=18></a><hr> <A name=19></a><hr> <A name=20></a><hr> <A name=21></a><hr> <A name=22></a><hr> <A name=23></a><hr> <A name=24></a><hr> <A name=25></a><hr> <A name=26></a><hr> <A name=27></a><hr> <A name=28></a><hr> <A name=29></a><hr> <A name=30></a><hr> <A name=31></a><hr> <A name=32></a><hr> <A name=33></a><hr> <A name=34></a><hr> <A name=35></a><hr> <A name=36></a><hr> <A name=37></a><hr> <A name=38></a><hr> <A name=39></a><hr> <A name=40></a><hr> <A name=41></a><hr> <A name=42></a><hr> <A name=43></a><hr> <A name=44></a><hr> <A name=45></a><hr> <A name="outline"></a><h1>Document Outline</h1> <ul><li>Form 4 <ul><li>4-intent-variance to rule 43-02-03-31 <li>4-intent-NDAC 43-02-03-55 waiver </ul><li>Form 1 </ul><hr> </BODY> </HTML>
datamade/elpc_bakken
html/pdf/W29923.pdfs.html
HTML
mit
16,889
<doctype! html> <html> <head> <title> HTML forms and frames Homework 4</title> <body> <table border="1" cellspacing="0" cellpadding="5"> <tr> <td rowspan="2">Order</td> <td colspan="3"><center>Personal info</center></td> <td colspan="5"><center>University marks</center></td> </tr> <tr> <td>First name</td> <td>Last name</td> <td>Faculty number</td> <td>English</td> <td>Match</td> <td>Biology</td> <td>Physics</td> <td>Total</td> </tr> <tr> <td>1</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>2</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>3</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>4</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>5</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>6</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>7</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>8</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>9</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tr> <td>10</td> <td>Pesho</td> <td>Yordanov</td> <td>123456</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>3.50</td> </tr> <tfoot> <tr> <td colspan="9"> <pre><div align="left" /><font size="-1"><input type="Button" value="Previous" /><a href="page1.html" title="1">1,</a> <a href="page2" title="2">2,</a> <a href="page3.html" title="3">3,</a> <a href="page4.html" title="4">4,</a>..., <a href="page10.html" title="10">10</a><input type="Button" value="Next" /></font></pre> </td> </tr> </tfoot> </table> </body> </head> </html>
hackohackob/TelerikAcademy
HTML/Forms/HTML forms and frames exercise 2/HTML forms and frames exercise 2.html
HTML
mit
2,780
{% extends 'base.html' %} {% from 'tantalus_paginator.html' import paginator_buttons with context %} {% block container %} <div> <h1>All Products</h1> </div> <div class="table-responsive"> <table class="table table-condensed table-striped"> <thead> <tr> <th>Tag</th> <th>Name</th> <th>Group</th> <th>Unit Value</th> <th>Amount</th> <th>Total Value</th> <th>BTW%</th> </tr> </thead> <tbody> {% for product in pagination.items %} <tr> <td>{{ product.tag or "" }}</td> <td><a href="{{ url_for('.editproduct', product_id=product.id) }}">{{ product.contenttype }}</a></td> <td><a href="{{ url_for('.showgroup', group_id=product.group.id) }}">{{ product.group.name }}</a></td> {% if product.amount == 0 -%} <td align="right">0.00</td> {%- else -%} <td align="right">{{ product.value | format_currency }}</td> {%- endif %} <td align="right">{{ product.amount }}</td> <td align="right">{{ (product.value * product.amount) | format_currency }}</td> <td align="right">{{ product.btwtype.percentage }}</td> </tr> {% else %} <tr> <td colspan="7" style="text-align: center"><h2>&empty;</h2></td> </tr> {% endfor %} </tbody> </table> </div> <a href="{{ url_for('.addproduct') }}" class="btn btn-default">Add product</a> {{ paginator_buttons(pagination) }} {% endblock %}
thijsmie/tantalus
src/tantalus/templates/tantalus_products_showgroup.html
HTML
mit
1,553
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>21. Dezember</title> <link href="../../css/datepages.css" rel="stylesheet" /> </head> <body> <h1>21. Dezember - Kaiserlich-Billabongischer Konflikt</h1> <div id="wrapper"> <div id="image"> <img src="../../img/21.png" alt="Bild nicht gefunden." height="290" width="650" /> <p id="imageDescription">Frühe Verhandlungen zwischen Kaiser Karim I. (li.) und Generalfeldmarschall Metznik (re.) in Triest.</p> </div> <div id="text"> <p> Der <em>Gründerväter</em> ernannte Karim Yassin als Kaiser, da er dachte, dass seine Stärke das Kaiserreich Jabanien zusammenhalten und erweitern könne. In den letzten 15 Jahren trat genau das ein, doch ab September 2014 sollte der Kaiser mehr und mehr emanzipieren. </p> <p> Der immer souveräner agierende Kaiser provoziert so einen Konflikt mit dem <em>Gründerväter</em>. Ein solcher Konflikt zwischen dem billabongischen Staatsoberhaupt und dem kaiserlichen Regierungschef ist in der Geschichte Jabaniens noch nie vorgekommen. Karim I. ignoriert nicht nur die Befehle des <em>Gründerväters</em>, er versucht scheinbar auch, ihn zur Abdankung zu zwingen. Manche geben Alarm, dass Karim I. die billabongische Krone ursurpieren und sich selbst zum <em>Gründerväter</em> machen will. Das ist ein klares Vergehen gegen Billabongo als auch unmöglich, wie der dritte <em>Gründerväter</em> 1836 versicherte: <blockquote> Wenn eine andere Person als der <em>Gründerväter</em> selbst versucht, sich zum <em>Gründerväter</em> zu ernennen, wird eine <code>InvalidCastException</code> geworfen. </blockquote> </p> <p> Nichtsdestotrotz agiert Kaiser Karim I. weiterhin gegen die Billabongos unter dem <em>Gründerväter</em>. In seinem glorreichen Masterplan verbrannte er die Verfassung, zwang einige billbongische Regierungsmitglieder zum Rücktritt, löste die Legislatur auf, und ernannte sich selbst zum Alleinherrscher (<em>"Ich mach Diktatur!"</em>). Danach versuchte er auch noch, den <em>Gründerväter</em> aus dem Kaiserreich zu verbannen, was ihm nicht gelang. Also verbannte er alle anderen Billabongos aus dem <em>Holzparkett</em>, womit nun der <em>Gründerväter</em> der einzig verbleibende Billabongo unter dem Holzparkett ist. </p> <p> Die Meinung der Nation ist gespalten, Karim I. konnte Einfluss bei elitären Billabongos gewinnen, allerdings lehnte der Generalfeldmarschall Metznik öffentlich die verfassungswidrige Regierung Karim I. ab. Nach den scheiternden Verhandlungen in Triest drohte er Karim I. sogar mit einem Militärputsch, falls dieser nicht schleunigst die Macht an den <em>Gründerväter</em> abtrete. Karim I. kann Metznik zwar nicht seines Amtes entheben, versucht sich aber durch Ernennung neuer Billabongos eine loyale Neo-Billabongische Elite zu schaffen. Wir müssen die Realität konfrontieren, dass ein Bürgerkrieg nicht mehr abwendbar ist. </p> <a href="//www.youtube.com/user/CTPlayer" target="_top">Der Kanal</a> </div> </div> </body> </html>
butchcom/adventcalendar
doors/de/21.html
HTML
mit
3,542
--- layout: default --- {% include chownow.html %} {% include menu-dropdown.html %} <div class="menu-modal" id="cf-gallery-modal"> <img class="menu-modal__image" id="cf-gallery-modal-img"> <div class="menu-modal__preloader"> </div> </div> <!-- <div id="menu-status-bar" class="menu-status-bar"> </div> --> <div class="menu"> <div class="menu__sidebar"> <div class="menu__sidebar__category"> {% assign menu = site.menu | sort: 'sidebar_order' %} {% for category in menu %} <a href="{{category.url}}">{{ category.title }}</a> {% if page.url == category.url %} <div class="menu__sidebar__category__subcategories"> {% for subcategory in category.subcategories %} <a href="#{{ subcategory.name | slugify }}">{{ subcategory.name }}</a> {% endfor %} </div> {% endif %} {% endfor %} </div> </div> <div class="menu__body"> <div class="menu-dropdown__spacer"></div> {% if page.is_breakfast %} <div class="breakfasttime"><span>Breakfast served every Saturday &amp; Sunday, 8am&nbsp;-&nbsp;11:30am</span></div> {% endif %} {% for subcategory in page.subcategories %} <div id="{{ subcategory.name | slugify }}" class="menu__subcategory"> <div class="menu__subcategory__title">{{ subcategory.name }}</div> {% if page.is_alcohol %} {% for item in subcategory.items %} <div id="{{ item.name | slugify }}" class="menu__subcategory__item"> <div class="menu__subcategory__item__title">{{ item.name }}</div> <div class="menu__subcategory__item__description">{{item.abv}}&nbsp;&nbsp;&nbsp;&nbsp;{{item.origin}}&nbsp;&nbsp;&nbsp;&nbsp;{{ item.description }}</div> <div class="menu__subcategory__item__price">{{ item.price }}</div> </div> {% endfor %} {% else %} {% for item in subcategory.items %} <div id="{{ item.name | slugify }}" class="menu__subcategory__item"> <div class="menu__subcategory__item__title">{{ item.name }}</div> {% if item.image_path %} <a href="#" data-fullsize="{{item.image_path}}" class="menu__subcategory__item__photo">Photo</a> {% endif %} <div class="menu__subcategory__item__description"> {{ item.description }} </div> <div class="menu__subcategory__item__price">$ {{ item.price }}</div> {% if item.orderable and site.data.settings.online_ordering_enabled %} <a href="#" class="menu__subcategory__item__bag snipcart-add-item disabled" data-item-id="{{item.name | slugify}}{{forloop.index}}" data-item-name="{{item.name}}" data-item-price="{{item.price}}" data-item-url="{{site.url}}{{page.url}}" data-item-description="{{item.description}}}" data-item-stackable="{{item.stackable}}" data-item-shipable="false" {% for custom_field in item.custom_fields %} data-item-custom{{forloop.index}}-name="{{custom_field.name}}" {% if custom_field.options %} data-item-custom{{forloop.index}}-options="{{custom_field.options}}" {% endif %} data-item-custom{{forloop.index}}-required="{{custom_field.required}}" {% endfor %} > <span>Ordering Disabled</span> <img src="/assets/img/bag.svg"> </a> {% endif %} </div> {% endfor %} {% endif %} </div> {% endfor %} </div> </div>
cubicflow/harlowesfrenchdip
_layouts/menu.html
HTML
mit
3,557
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority (CDO Model Repository Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority (CDO Model Repository Documentation)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/eclipse/emf/cdo/session/remote/class-use/CDORemoteSessionMessage.Priority.html" target="_top">Frames</a></li> <li><a href="CDORemoteSessionMessage.Priority.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority" class="title">Uses of Class<br>org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.eclipse.emf.cdo.session.remote">org.eclipse.emf.cdo.session.remote</a></td> <td class="colLast"> <div class="block">Client concepts for the communication and collaboration with other sessions.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.eclipse.emf.cdo.session.remote"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a> in <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/package-summary.html">org.eclipse.emf.cdo.session.remote</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/package-summary.html">org.eclipse.emf.cdo.session.remote</a> that return <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a></code></td> <td class="colLast"><span class="typeNameLabel">CDORemoteSessionMessage.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html#getPriority--">getPriority</a></span>()</code> <div class="block">Returns the priority of this message.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a></code></td> <td class="colLast"><span class="typeNameLabel">CDORemoteSessionMessage.Priority.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">CDORemoteSessionMessage.Priority.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/package-summary.html">org.eclipse.emf.cdo.session.remote</a> with parameters of type <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</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><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html#CDORemoteSessionMessage-java.lang.String-org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority-">CDORemoteSessionMessage</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type, <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a>&nbsp;priority)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html#CDORemoteSessionMessage-java.lang.String-org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority-byte:A-">CDORemoteSessionMessage</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type, <a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage.Priority</a>&nbsp;priority, byte[]&nbsp;data)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/eclipse/emf/cdo/session/remote/class-use/CDORemoteSessionMessage.Priority.html" target="_top">Frames</a></li> <li><a href="CDORemoteSessionMessage.Priority.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.</i></small></p> </body> </html>
kribe48/wasp-mbse
WASP-turtlebot-DSL/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/142/0/.cp/javadoc/org/eclipse/emf/cdo/session/remote/class-use/CDORemoteSessionMessage.Priority.html
HTML
mit
10,961
<!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>jQuery API Search</title> <script>document.documentElement.className = 'js';</script> <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen, projection" /> <!--[if lte IE 8]> <link rel="stylesheet" href="styles/ie.css" type="text/css" media="screen, projection" /> <![endif]--> </head> <body class="basic"> <form id="jqas" action="" class="jqas group"> <div> <a id="search-again" class="js-hide btn" href="#">&#x271A; Search Again</a> <h3>jQuery API Search <span class="note">A demonstration</span></h3> </div> <fieldset> <div class="text"> <label for="title">Name</label> <input type="text" id="title" name="title" /> </div> <div class="text"> <label for="category">Category</label> <input type="text" id="category" name="category" /> </div> <div class="text"> <label for="version">Version</label> <input type="text" id="version" name="version" /> </div> <div class="actions"> <button type="submit">Search</button> </div> </fieldset> <fieldset class="includes"> <h4><a id="toggle-advanced" class="btn" href="#advanced"><span>&#x2712;</span> Advanced</a></h4> <div id="advanced" class="js-hide"> <h5>Matching</h5> <div class="radio"> <input type="radio" checked="checked" value="" id="match_anywhere" name="match" /> <label for="match_anywhere">Anywhere</label> </div> <div class="radio"> <input type="radio" value="start" id="match_start" name="match" /> <label for="match_start">Start</label> </div> <div class="radio"> <input type="radio" value="end" id="match_end" name="match" /> <label for="match_end">End</label> </div> <div class="radio"> <input type="radio" value="exact" id="match_exact" name="match" /> <label for="match_exact">Exact</label> </div> <h5>Include in Results</h5> <div class="checkbox"> <input type="checkbox" checked="checked" value="added" id="added" name="include[]" /> <label for="added">Version Added</label> </div> <div class="checkbox"> <input type="checkbox" checked="checked" value="params" id="params" name="include[]" /> <label for="params">Arguments</label> </div> <div class="checkbox"> <input type="checkbox" checked="checked" value="desc" id="short_description" name="include[]" /> <label for="short_description">Short Description</label> </div> <div class="checkbox"> <input type="checkbox" checked="checked" value="longdesc" id="long_description" name="include[]" /> <label for="long_description">Long Description</label> </div> </div> </fieldset> </form> <div id="log"></div> <script src="lib/LAB.src.min.js"></script> <script> $LAB .script('lib/jquery-1.4.2.min.js') .wait() .script('scripts/basic-search.js'); </script> </body> </html>
kswedberg/jQuery-API-Search
basic.html
HTML
mit
3,223
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,minimum-scale=1, maximum-scale=1"/> <meta content="telephone=no" name="format-detection"/> <title>销售管理系统</title> </head> <body> <div class="invoice_main"> <!--title--> <div class="invoice_box"> <div class="invoice_title">销售管理系统</div> <!-- --> <div class="project"> <a href="../invoice/kaipiao_lookup.html" > <p>12</p> <p>待审批</p> </a> <a href="../invoice/kaipiao_lookup.html"> <p>45</p> <p>待开票</p> </a> <a href="../invoice/kaipiao_lookup.html"> <p>5</p> <p>未关联收款</p> </a> </div> <div class="project"> <a class="pay_num"> <p>个人已用额度(元)</p> <p>1000</p> </a> <a class="pay_num"> <p>个人可用额度(元)</p> <p>538,000.65</p> </a> </div> </div> <!--box--> <div> <div class="main_box"> <!--title--> <div><p>开</p> <p>票</p></div> <!--开票--> <div> <a href="../invoice/ticket_application_sum.html"> <img src="../../images/dingding/inv_icon_6.png"> <p>开票申请</p> </a> <a href="../invoice/kaipiao_lookup.html" > <img src="../../images/dingding/inv_icon_5.png"> <p>申请记录</p> </a> <a href="../invoice/appointment_record.html" > <img src="../../images/dingding/inv_icon_11.png"> <p>预约记录</p> </a> </div> </div> <!--box--> <div class="main_box"> <!--title--> <div><p>垫</p> <p>资</p></div> <!--垫资--> <div> <a href="../advance_fund/company_pay.html"> <img src="../../images/dingding/inv_icon_7.png"> <p>企业垫资</p> </a> <a href="../advance_fund/company_pay_records.html"> <img src="../../images/dingding/inv_icon_8.png"> <p>垫资记录</p> </a> <a href="../advance_fund/account_management.html"> <img src="../../images/dingding/inv_icon_9.png"> <p>银行卡管理</p> </a> </div> </div> <!--box--> <div class="main_box"> <!--title--> <div><p>数</p> <p>据</p></div> <!--订单查询--> <div> <a href="../data/company_info.html"> <img src="../../images/dingding/icon_company.png"> <p>企业信息</p> </a> <a href="../data/pay_order_lookup.html"> <img src="../../images/dingding/inv_icon_10.png"> <p>充值订单</p> </a> <a href="../data/customer_pay_records.html"> <img src="../../images/dingding/icon_client.png"> <p>客户付款记录</p> </a> <a href="../data/performance_record.html"> <img src="../../images/dingding/icon_performance.png"> <p>绩效记录</p> </a> <a href="../data/check_repetition.html"> <img src="../../images/dingding/icon_check_repetition.png"> <p>客户查重</p> </a> <!-- <a href="../data/commission_record.html"> <img src="../../images/dingding/icon_market.png"> <p>销售返佣</p> </a>--> </div> </div> </div> </div> </body> </html>
KarenQiao/project-jf-dingding
src/view/main/invoice_main.html
HTML
mit
3,916
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>EmberStaticMockup Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}} {{content-for 'test-head'}} <link rel="stylesheet" href="assets/vendor.css"> <link rel="stylesheet" href="assets/ember-static-mockup.css"> <link rel="stylesheet" href="assets/test-support.css"> {{content-for 'head-footer'}} {{content-for 'test-head-footer'}} </head> <body> {{content-for 'body'}} {{content-for 'test-body'}} <script src="assets/vendor.js"></script> <script src="assets/test-support.js"></script> <script src="assets/ember-static-mockup.js"></script> <script src="testem.js"></script> <script src="assets/test-loader.js"></script> {{content-for 'body-footer'}} {{content-for 'test-body-footer'}} </body> </html>
givanse/ember-static-mockup
tests/index.html
HTML
mit
1,000
<!DOCTYPE html> <html> <head> <title>Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../lib/bootstrap-3.0.0/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="styles/app.css" rel="stylesheet" media="screen"> </head> <body> <div class="container"> <div class="page-header"> <div class="row"> <div class="col-md-1"> <img src="../common/melon.png" alt="Melon" width="64" height="64"> </div> <div class="col-md-11"> <h1>Canvas Template</h1> </div> </div> <p class="lead">Template</p> </div> <div class="page-content"> <div class="row"> <div class="col-md-12"> <p>Describe</p> </div> </div> <div class="row"> <div class="col-md-12 text-center"> <canvas id="game-canvas" width="512" height="512"> Canvas not supported </canvas> </div> </div> </div> </div> <script src="scripts/require.js" data-main="scripts/main"></script> </body> </html>
aisthesis/html5-canvas
template/index.html
HTML
mit
1,445
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>finger-tree: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / finger-tree - 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> finger-tree <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-13 19:21:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-13 19:21:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/finger-tree&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/FingerTree&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:data structures&quot; &quot;keyword:dependent types&quot; &quot;keyword:finger trees&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;date:2009-02&quot; ] authors: [ &quot;Matthieu Sozeau &lt;mattam@mattam.org&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/finger-tree/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/finger-tree.git&quot; synopsis: &quot;Dependent Finger Trees&quot; description: &quot;A verified generic implementation of Finger Trees&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/finger-tree/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=2e6ac43bdbddaa8882a0d6fc2effaa09&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-finger-tree.8.5.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-finger-tree -&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-finger-tree.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.2/finger-tree/8.5.0.html
HTML
mit
6,727
{% if page.single == true %} <div class="article-container-single {{ page.article-class }}"> {% else %} <div class="article-container"> {% endif %} {% unless page.no_header %} <div class="meta-container"> <header> {% unless page.meta == false %} <a href="{{ root_url }}{{ post.url }}"> {% endunless %} {% if index %} <h2 class="entry-title">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</h2> {% else %} <h2 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h2> {% endif %} <time datetime="{{ page.date | date: "%Y-%m-%d" }}">{{ page.date | date: "%b %-d, %Y" }}</time> <p class="meta-author">{% include post/mini-author.html %}</p> </a> </header> </div> {% endunless %} <div class="content-container"> {% if index %} {% if post.content contains '<!-- more -->' %} {{ post.content | split:'<!-- more -->' | first }} <p><a href="{{ post.url }}">Read on →</a></p> {% else %} {{ post.content }} {% endif %} {% else %} <div class="entry-content">{{ content }}</div> {% endif %} {% if page.single == true %} <p class="meta-author"> {% include post/author.html %} </p> <p class="meta-categories"> Categories: {% include post/categories.html %} </p> {% if page.series %} <p class="meta-series" style="padding-bottom:0;">Part of a series: <strong>{{ page.series | series_link }}</strong></p> <ul> {% for post in site.posts %} {% if post.series == page.series %} <li>{% include archive_post.html %}</li> {% endif %} {% endfor %} </ul> {% endif %} {% if site.disqus_short_name and page.comments == true %} <hr/> <section class="comments"> <h1>Comments</h1> <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> </section> <hr/> {% endif %} <p class="meta-paginate"> {% if page.previous.url %} <a class="previous" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">&laquo; {{page.previous.title}}</a> {% endif %} {% if page.next.url %} <a class="next" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} &raquo;</a> {% endif %} </p> {% endif %} </div> <footer> </footer> </div>
shouso/shouso.github.io
_includes/article.html
HTML
mit
2,611
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ppsimpl: 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 / ppsimpl - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ppsimpl <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-06 21:49:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 21:49:33 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.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.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;frederic.besson@inria.fr&quot; homepage: &quot;https://fbesson.gitlabpages.inria.fr/ppsimpl/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fbesson/ppsimpl.git&quot; authors: [&quot;Frédéric Besson&quot;] bug-reports: &quot;frederic.besson@inria.fr&quot; license: &quot;LGPL 3&quot; build: [ [&quot;./configure&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-bignums&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] depopts: [ &quot;coq-flocq&quot; &quot;coq-mathcomp-ssreflect&quot; ] tags: [ &quot;keyword:integers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:automation&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:PP&quot; ] synopsis: &quot;Ppsimpl is a reflexive tactic for canonising (arithmetic) goals&quot; url { src: &quot;https://fbesson.gitlabpages.inria.fr/ppsimpl/ppsimpl-09-03-2018.tar.gz&quot; checksum: &quot;md5=e1285aa25e2573056f039c7d501e239d&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-ppsimpl.1.0.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-ppsimpl -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ppsimpl.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.1/ppsimpl/1.0.0.html
HTML
mit
6,654
<!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"> <title>useful.ly</title> <!-- Style Guide CSS --> <link href="css/form.css" rel="stylesheet"> <link href="css/buttons.css" rel="stylesheet"> <link href="css/flex.css" rel="stylesheet"> <link href="css/font-sizes.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/modal.css" rel="stylesheet"> <link href="css/hamburger.css" rel="stylesheet"> <link href="css/nav.css" rel="stylesheet"> <link href="css/variables.css" rel="stylesheet"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <!-- Testing CSS --> <link href="css/test.css" rel="stylesheet"> </head> <body> <!-- Begin Nav --> <header> <div class="flex flex-12 nav center left"> <div class="hidden-desktop left"> <div id="open-close-nav" class="hamburger hamburger--squeeze"> <div class="hamburger-box"> <div class="hamburger-inner"></div> </div> </div> </div> <div class="flex flex-2 flex-mobile-4 center"> <a href="/"> <span class="beta"><img class="flex center" src="logo.jpg">beta</span> </a> </div> <div class="menu flex flex-8 center"> <a href="/" class="main">Home</a> <div class="nav-item"> <p class="main">Elements</p> <div class="dropdown"> <a href="#flex-grid" class="sub">Flex Grid</a> <a href="#buttons" class="sub">Buttons</a> <a href="#modal-section" class="sub">Modal</a> <a href="#form" class="sub">Form</a> </div> </div> <a href="https://github.com/tmoreton/useful.ly" target="_blank" class="main">Documentation</a> <a href="/easy-form" class="main"><button class="flex center small">EASY Form</button></a> </div> </div> </header> <!-- End Nav --> <!-- Begin Hero Section --> <div class="hero"> <div class="flex hero-content center"> <div> <h4 class="logo">useful.ly<span class="beta">beta</span></h4> <h5>An Awesome CSS Flexbox Framework</h5> <div style="padding-top: 25px;" class="flex"> <a href="https://s3.amazonaws.com/useful.ly/useful.ly.min.css" target="_blank"> <button class="inverted">Download <i class="fa fa-download" aria-hidden="true"></i></button> </a> <a href="https://github.com/tmoreton/useful.ly" target="_blank"> <button class="inverted">GitHub <i class="fa fa-github" aria-hidden="true"></i></button> </a> </div> </div> </div> <div class="flex bottom center"> <p class="caret">ˇ</p> </div> </div> <!-- End Hero Section --> <!-- Custom Tiles --> <section id="flex-grid"> <h4>Flex Grid</h4> <h6>Set Width Center</h6> <div class="flex center"> <div class="tile">tile</div> <div class="tile">tile</div> <div class="tile">tile</div> <div class="tile">tile</div> </div> <h6>Auto Width</h6> <div class="flex"> <div class="flex tile center">.flex.center</div> <div class="flex tile center">.flex.center</div> <div class="flex tile center">.flex.center</div> <div class="flex tile center">.flex.center</div> </div> <h6>12 Column Based Grid</h6> <div class="flex"> <div class="flex-5 flex-tablet-12"> <div class="tile">.flex-5</div> </div> <div class="flex-2 flex-tablet-12"> <div class="tile">.flex-2</div> </div> <div class="flex-3 flex-tablet-12"> <div class="tile">.flex-3</div> </div> <div class="flex-2 flex-tablet-12"> <div class="tile">.flex-2</div> </div> </div> </section> <!-- Buttons Start --> <section id="buttons"> <h4>Buttons</h4> <div class="flex center"> <button class="small center" style="margin: 10px auto;">Small</button> <button class="center" style="margin: 10px auto;">Default</button> <button class="large center" style="margin: 10px auto;">Large</button> <button class="x-large center" style="margin: 10px auto;">X-Large</button> <button class="full" style="margin: 10px auto;">Full-Width</button> </div> </section> <!-- Buttons End --> <!-- Modal Begin --> <section id="modal-section"> <h4>Modal</h4> <button onclick="openModal()">Open Modal</button> <div id="modal" class="modal flex center"> <div class="modal-background" onclick="closeModal()"></div> <div class="modal-content"> <p class="modal-close" onclick="closeModal()">x</p> <h4>Header</h4> <p>Content</p> </div> </div> </section> <!-- Modal End --> <!-- Form Start --> <section id="form"> <h4>Form</h4> <br> <figure class="highlight"> <pre> &lt;iframe src="http://www.useful.ly/contact?email=<strong id="example-email">yourEmail@email.com</strong>">&lt;/iframe> </pre> </figure> <br> <a href="/easy-form"><button class="flex center">Try It Out Yourself ></button></a> <iframe style="width: 100%; height: 520px; border: none;"src="http://www.useful.ly/contact?email=tmoreton89@gmail.com"></iframe> </section> <!-- Form End --> <footer> <!-- Begin MailChimp Signup Form --> <section style="padding-top: 0;"> <div id="mc_embed_signup" class="flex-6 center"> <form action="//ImagineMyApp.us3.list-manage.com/subscribe/post?u=039197b0b22c39f4adf21fc88&amp;id=61db42cdca" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div class="mc-field-group"> <input type="email" value="" placeholder="Subscribe to updates" name="EMAIL" class="required email" id="mce-EMAIL"> <label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_039197b0b22c39f4adf21fc88_61db42cdca" tabindex="-1" value=""></div> <button type="submit" value="Subscribe" class="small flex center" name="subscribe" id="mc-embedded-subscribe">Subscribe</button> </form> </div> </section> <!--End mc_embed_signup--> <div class="flex"> <div class="center"> <p>© 2016 Powered by useful.ly</p> </div> </div> </footer> <!-- Style Guide JS --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="js/analytics.js"></script> <script src="js/script.js"></script> </body> </html>
tmoreton/useful.ly
index.html
HTML
mit
7,220
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>KlusterKite: KlusterKite.Data.CRUD.Extensions 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="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); </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> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">KlusterKite &#160;<span id="projectnumber">0.0.0</span> </div> <div id="projectbrief">A framework to create scalable and redundant services based on awesome Akka.Net project.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></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('class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.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="summary"> <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">KlusterKite.Data.CRUD.Extensions Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>A bundle of extension methods <a href="class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.html#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:a74edd05c4db80a9fe4f948721bc1656e"><td class="memItemLeft" align="right" valign="top">static T&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.html#a74edd05c4db80a9fe4f948721bc1656e">SetExtraData&lt; T &gt;</a> (this T message, object extraData, ActorSystem system)</td></tr> <tr class="memdesc:a74edd05c4db80a9fe4f948721bc1656e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the extra data to the message <a href="#a74edd05c4db80a9fe4f948721bc1656e">More...</a><br /></td></tr> <tr class="separator:a74edd05c4db80a9fe4f948721bc1656e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a287324dc7ca23f1b6cf18e98523f4f8d"><td class="memItemLeft" align="right" valign="top">static object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.html#a287324dc7ca23f1b6cf18e98523f4f8d">GetExtraData</a> (this <a class="el" href="interface_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_i_message_with_extra_data.html">IMessageWithExtraData</a> message, ActorSystem system)</td></tr> <tr class="memdesc:a287324dc7ca23f1b6cf18e98523f4f8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extracts some extra data from message <a href="#a287324dc7ca23f1b6cf18e98523f4f8d">More...</a><br /></td></tr> <tr class="separator:a287324dc7ca23f1b6cf18e98523f4f8d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A bundle of extension methods </p> <p class="definition">Definition at line <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html#l00019">19</a> of file <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html">Extensions.cs</a>.</p> </div><h2 class="groupheader">Member Function Documentation</h2> <a id="a287324dc7ca23f1b6cf18e98523f4f8d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a287324dc7ca23f1b6cf18e98523f4f8d">&#9670;&nbsp;</a></span>GetExtraData()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static object KlusterKite.Data.CRUD.Extensions.GetExtraData </td> <td>(</td> <td class="paramtype">this <a class="el" href="interface_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_i_message_with_extra_data.html">IMessageWithExtraData</a>&#160;</td> <td class="paramname"><em>message</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">ActorSystem&#160;</td> <td class="paramname"><em>system</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Extracts some extra data from message </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">message</td><td>The message. </td></tr> <tr><td class="paramname">system</td><td>The actor system </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Deserialized object </dd></dl> <p class="definition">Definition at line <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html#l00057">57</a> of file <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html">Extensions.cs</a>.</p> </div> </div> <a id="a74edd05c4db80a9fe4f948721bc1656e"></a> <h2 class="memtitle"><span class="permalink"><a href="#a74edd05c4db80a9fe4f948721bc1656e">&#9670;&nbsp;</a></span>SetExtraData< T >()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static T KlusterKite.Data.CRUD.Extensions.SetExtraData&lt; T &gt; </td> <td>(</td> <td class="paramtype">this T&#160;</td> <td class="paramname"><em>message</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">object&#160;</td> <td class="paramname"><em>extraData</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">ActorSystem&#160;</td> <td class="paramname"><em>system</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the extra data to the message </p> <dl class="tparams"><dt>Template Parameters</dt><dd> <table class="tparams"> <tr><td class="paramname">T</td><td>The type of message </td></tr> </table> </dd> </dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">message</td><td>The message. </td></tr> <tr><td class="paramname">extraData</td><td>Some extra data object </td></tr> <tr><td class="paramname">system</td><td>The akka system </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>This message itself for chaining purposes </dd></dl> <div class="typeconstraint"> <dl><dt><b>Type Constraints</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em>T</em></td><td>&#160;:</td><td valign="top"><em>IMessageWithExtraData</em></td><td>&#160;</td></tr> </table> </dd> </dl> </div> <p class="definition">Definition at line <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html#l00039">39</a> of file <a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html">Extensions.cs</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>KlusterKite.Data/KlusterKite.Data.CRUD/<a class="el" href="_kluster_kite_8_data_2_kluster_kite_8_data_8_c_r_u_d_2_extensions_8cs_source.html">Extensions.cs</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespace_kluster_kite.html">KlusterKite</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_data.html">Data</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_data_1_1_c_r_u_d.html">CRUD</a></li><li class="navelem"><a class="el" href="class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.html">Extensions</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
KlusterKite/KlusterKite
Docs/Doxygen/html/class_kluster_kite_1_1_data_1_1_c_r_u_d_1_1_extensions.html
HTML
mit
11,148
<!doctype html> <html lang="en"> <head> <title>Code coverage report for spec/generic/changesApi.spec.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../../prettify.css"> <link rel="stylesheet" href="../../base.css"> <style type='text/css'> div.coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class="header high"> <h1>Code coverage report for <span class="entity">spec/generic/changesApi.spec.js</span></h1> <h2> Statements: <span class="metric">100% <small>(29 / 29)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">50% <small>(1 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">100% <small>(28 / 28)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../../index.html">All files</a> &#187; <a href="index.html">spec/generic/</a> &#187; changesApi.spec.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58</td><td class="line-coverage"><span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js"><span class="missing-if-branch" title="else path not taken" >E</span>if (typeof(window) === 'undefined') var loki = require('../../src/lokijs.js'); &nbsp; describe('changesApi', function () { it('does what it says on the tin', function () { var db = new loki(), // gordian = require('gordian'), // suite = new gordian('testEvents'), options = { asyncListeners: false, disableChangesApi: false }, users = db.addCollection('users', options), test = db.addCollection('test', options), test2 = db.addCollection('test2', options); &nbsp; var u = users.insert({ name: 'joe' }); u.name = 'jack'; users.update(u); test.insert({ name: 'test' }); test2.insert({ name: 'test2' }); &nbsp; var userChanges = db.generateChangesNotification(['users']); &nbsp; expect(userChanges.length).toEqual(2); expect(db.serializeChanges(['users'])).toEqual(JSON.stringify(userChanges)); &nbsp; var someChanges = db.generateChangesNotification(['users', 'test2']); &nbsp; expect(someChanges.length).toEqual(3); var allChanges = db.generateChangesNotification(); &nbsp; expect(allChanges.length).toEqual(4); users.setChangesApi(false); expect(users.disableChangesApi).toEqual(true); &nbsp; u.name = 'john'; users.update(u); var newChanges = db.generateChangesNotification(['users']); &nbsp; expect(newChanges.length).toEqual(2); db.clearChanges(); &nbsp; expect(users.getChanges().length).toEqual(0); &nbsp; u.name = 'jim'; users.update(u); users.flushChanges(); &nbsp; expect(users.getChanges().length).toEqual(0); }); }); &nbsp;</pre></td></tr> </table></pre> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu Sep 10 2015 20:44:44 GMT+0100 (IST)</div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
diegoingaramo/url-shortenerms
node_modules/lokijs/coverage/nodejs/lcov-report/spec/generic/changesApi.spec.js.html
HTML
mit
6,448
<section class="playlist-pane" ng-class="{ 'active': !!items.length && ready }" sol-vibrate="currentlyDragging"> <playlist-progress data-progress="progress"></playlist-progress> <header class="playlist-actions"> <span class="action" ng-click="clearPlaylist()">Clear All</span> <div class="search-input"> <input class="input" type="text" placeholder="Search in playlist..." ng-model="query" /> </div> </header> <section class="playlist-wrapper"> <ul class="indices"> <li class="index" ng-repeat="item in items track by $index" ng-attr-visible="{{itemMatch(item, query)}}" ng-class="{'active': item.nowPlaying, 'actions-open': $index === currentlyOpenIdx}"> {{$index + 1}} </li> </ul> <ul class="playlist" ui-sortable="sortableOpts" ui-sortable-on-change="onSortChange" ng-model="items"> <playlist-item ng-repeat="item in items track by $index" class="playlist-item" ng-attr-visible="{{itemMatch(item, query)}}" sol-slide-rm="items" sol-slide-rm-handle=".title" sol-slide-rm-after="savePlaylist(); $emit('closeTrackActions')" data-index="{{$index}}" data-video-id="{{item.id}}" data-title="{{item.snippet.title}}" data-thumbnail="{{item.snippet.thumbnails.default.url}}" data-description="{{item.snippet.description}}" data-now-playing="item.nowPlaying" data-play-next="item.playNext" data-stop-here="item.stopHere" data-repeat-track="item.repeatTrack" data-progress="progress" data-duration="{{item.contentDetails.duration}}" data-autoplay="{{item.autoplay}}" > </playlist-item> </ul> </section> </section>
maruf-nc/solarizd
src/html/playlist/pane.html
HTML
mit
2,039
<p> Hi, I'm <strong>Miguel Mota</strong>.<br /> <em>A software developer and open source contributor. <a href="/about" data-ga-label="Home - Learn More">Learn more »</a></em> </p>
miguelmota/miguelmota.github.com
themes/blank/layouts/partials/intro.html
HTML
mit
185
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>{{ page.title }}</title> {% if page.description %} <meta name="description" content="{{ page.description }}"> {% endif %} <meta name="author" content="{{ site.author.name }}"> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le styles --> <link href="{{ site.BASE_PATH }}/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="{{ site.BASE_PATH }}/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="{{ site.BASE_PATH }}/assets/resources/syntax/syntax.css" rel="stylesheet"> <link href="{{ site.BASE_PATH }}/assets/css/style.css" rel="stylesheet"> <!-- Le fav and touch icons --> <!-- Update these with your own images <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> --> <link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.BASE_PATH }}/feed.xml"> </head> <body> <nav class="navbar navbar-default visible-xs" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> {% if site.author.github %} <a type="button" class="navbar-toggle nav-link" href="http://github.com/{{ site.author.github }}"> <i class="fa fa-github"></i> </a> {% endif %} {% if site.author.twitter %} <a type="button" class="navbar-toggle nav-link" href="http://twitter.com/{{ site.author.twitter }}"> <i class="fa fa-twitter"></i> </a> {% endif %} {% if site.author.email %} <a type="button" class="navbar-toggle nav-link" href="mailto:{{ site.author.email }}"> <i class="fa fa-envelope"></i> </a> {% endif %} <a class="navbar-brand" href="{{ site.BASE_PATH }}/"> <img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}?s=35" class="img-circle" /> {{ site.title }} </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="active"><a href="{{ site.BASE_PATH }}/">Home</a></li> <li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}">Categories</a></li> <li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}">Tags</a></li> </ul> </div><!-- /.navbar-collapse --> </nav> <!-- nav-menu-dropdown --> <div class="btn-group hidden-xs" id="nav-menu"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bars"></i> </button> <ul class="dropdown-menu" role="menu"> <li><a href="{{ site.BASE_PATH}}/"><i class="fa fa-home"></i>Home</a></li> <li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}"><i class="fa fa-folder"></i>Categories</a></li> <li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}"><i class="fa fa-tags"></i>Tags</a></li> <li class="divider"></li> <li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li> </ul> </div> <div class="col-sm-3 sidebar hidden-xs"> {% include sidebar.html %} </div> <div class="col-sm-9 col-sm-offset-3"> {{ content }} <footer> <hr/> <p> &copy; {{ site.time | date: '%Y' }} {{ site.author.name }}. </p> </footer> </div> <script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/jquery/jquery.min.js"></script> <script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="{{ site.BASE_PATH }}/assets/js/app.js"></script> </body> </html>
Pausa90/pausa90.github.io
_includes/biography.html
HTML
mit
4,313
<!DOCTYPE html> <html data-ng-app=""> <head> <title>Using Angular Directives and Data Biding</title> </head> <body data-ng-init="customers=[{surname:'Mike Smith',city:'Washington'}, {surname:'Trevor Smith',city:'Austin'}, {surname:'Thomas Olovson',city:'Dalas'}]"> Name: <br/> <input type="text" data-ng-model="name"/> <ul> <li data-ng-repeat="customer in customers | filter:name | orderBy:'city'">{{ customer.surname | uppercase}} - {{ customer.city | lowercase}}</li> </ul> <script src="angular-1.2.27/angular.min.js"></script> </body> </html>
searhiy/AngularJS-examples
angularjs_in_60min/UsingDirectivesWithDataBiding.html
HTML
mit
584
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>404 | {{ site.themeconfig.title }}</title> <style> html, body { height: 100%; } body { height: 100%; width: 100%; background-color: #111111; font-family: Courier, monospace; color: #ffffff; text-align: center; margin: 0; background-size: cover; background-position: center center; } .background-overlay { width: 100%; height: 100%; position: fixed; z-index: 8; background: transparent; background: -webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 40%, rgba(0,0,0,0.50) 70%, rgba(0,0,0,0.80) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 40%, rgba(0,0,0,0.50) 70%, rgba(0,0,0,0.80) 100%); } .content { position: relative; z-index: 10; height: 100%; width: 100%; } .header { position: absolute; top: 0; z-index: 12; width: 100%; } .header svg { margin-top: -13px; width: 32px; } h1 { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif; font-size: 80px; margin: 0; font-weight: 800; line-height: 1; letter-spacing: 0.04em; text-shadow: 0 1px 2px rgba(0,0,0,0.1); } a, a:hover, a:visited { color: #ffffff; } a { opacity: 0.6; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover, a:focus, a:active { opacity: 1; } .error-message { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif; margin-top: 12px; margin-bottom: 36px; } .error-message__main { font-size: 18px; margin: 12px auto; line-height: 1.5em; text-shadow: 0 1px 2px rgba(0,0,0,0.1); } .error-message__sub { font-size: 15px; margin: 12px auto; line-height: 1.5em; text-shadow: 0 1px 2px rgba(0,0,0,0.1); opacity: 0.8; } .table-wrapper { display: table; width: 100%; height: 100%; } .container { margin: auto; max-width: 520px; } .cell-wrapper { display: table-cell; vertical-align: middle; } .btn { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif; display: inline-block; color: #ffffff; padding: 0 10px; line-height: 32px; font-size: 11px; font-weight: 600; border-radius: 6px; border: 1px solid #ffffff; text-transform: uppercase; text-decoration: none; letter-spacing: 0.06em; background-color: transparent; } .btn:hover { text-decoration: none; color: #ffffff; border-color: #ffffff; } </style> </head> <body> <div class="background-overlay"></div> <div class="header"> <div class="container"> <a href="{{ site.baseurl }}/" title="Back to Home"> <svg width="104px" height="104px" viewBox="0 20 212 104" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>{{ site.themeconfig.title }}</title> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="365-photos-later" sketch:type="MSLayerGroup" transform="translate(1.000000, 0.000000)" fill="#FFFFFF"> <path d="M49.000,154.000 L106.002,31.009 L162.000,154.000 L144.000,154.000 C144.000,154.000 123.943,103.000 106.000,103.000 C87.074,103.000 67.000,154.000 67.000,154.000 L49.000,154.000 Z" class="cls-1"/> <path d="M105.656,210.594 C47.390,210.594 0.156,163.360 0.156,105.094 C0.156,46.828 47.390,-0.406 105.656,-0.406 C163.922,-0.406 211.156,46.828 211.156,105.094 C211.156,163.360 163.922,210.594 105.656,210.594 ZM106.000,18.000 C57.951,18.000 19.000,56.951 19.000,105.000 C19.000,153.049 57.951,192.000 106.000,192.000 C154.049,192.000 193.000,153.049 193.000,105.000 C193.000,56.951 154.049,18.000 106.000,18.000 Z" class="cls-2"/> </g> </g> </svg> </a> </div> <!-- close .container --> </div> <!-- close .header --> <div class="content"> <div class="table-wrapper"> <div class="cell-wrapper"> <div class="container"> <h1>404</h1> <div class="error-message"> <p class="error-message__main">Oops! 没找到你想要的页面。</p> <p class="error-message__sub">如果你认为是网站出错了,<a href="mailto:{{ site.email_address }}">请联系我</a>。</p> <p class="error-message__main">Oops! Page not found.</p> <p class="error-message__sub">if you think it's a mistake on our end, <a href="mailto:{{ site.email_address }}">let me know what happened</a>.</p> </div> <!-- close .error-message --> </div> <!-- close .container --> <a href="{{ site.baseurl }}/" class="btn"> Go Back </a> </div> <!-- close .cell-wrapper --> </div> <!-- close .table-wrapper --> </div> <!-- close .content --> <script> (function (window, undefined) { var c, cache, state, view, dispatch, defaults; c = cache = {}; state = {}; view = {}; dispatch = {}; defaults = { gifs: { fail: [ 'https://images.unsplash.com/gifs/fail/fail-1.gif', 'https://images.unsplash.com/gifs/fail/fail-2.gif', 'https://images.unsplash.com/gifs/fail/fail-3.gif', 'https://images.unsplash.com/gifs/fail/fail-5.gif', 'https://images.unsplash.com/gifs/fail/fail-6.gif', 'https://images.unsplash.com/gifs/fail/fail-7.gif', 'https://images.unsplash.com/gifs/fail/fail-8.gif', 'https://images.unsplash.com/gifs/fail/fail-9.gif', 'https://images.unsplash.com/gifs/fail/fail-11.gif', 'https://images.unsplash.com/gifs/fail/fail-12.gif', 'https://images.unsplash.com/gifs/fail/fail-13.gif', 'https://images.unsplash.com/gifs/fail/fail-14.gif', 'https://images.unsplash.com/gifs/fail/fail-15.gif', 'https://images.unsplash.com/gifs/fail/fail-16.gif', 'https://images.unsplash.com/gifs/fail/fail-17.gif', 'https://images.unsplash.com/gifs/fail/fail-18.gif', 'https://images.unsplash.com/gifs/fail/fail-20.gif', 'https://images.unsplash.com/gifs/fail/fail-21.gif', 'https://images.unsplash.com/gifs/fail/fail-22.gif', ], weird: [ 'https://images.unsplash.com/gifs/weird/weird-1.gif', 'https://images.unsplash.com/gifs/weird/weird-3.gif', 'https://images.unsplash.com/gifs/weird/weird-4.gif', 'https://images.unsplash.com/gifs/weird/weird-6.gif', 'https://images.unsplash.com/gifs/weird/weird-8.gif', 'https://images.unsplash.com/gifs/weird/weird-9.gif', 'https://images.unsplash.com/gifs/weird/weird-10.gif', 'https://images.unsplash.com/gifs/weird/weird-11.gif', 'https://images.unsplash.com/gifs/weird/weird-12.gif', 'https://images.unsplash.com/gifs/weird/weird-13.gif', 'https://images.unsplash.com/gifs/weird/weird-14.gif', 'https://images.unsplash.com/gifs/weird/weird-15.gif', 'https://images.unsplash.com/gifs/weird/weird-16.gif', ] } }; cache.init = function () { this.body = document.body; }; state.init = function () { this.gifs = defaults.gifs.fail; }; state.getRandomGif = function () { return this.gifs[Math.floor(Math.random() * this.gifs.length)]; }; view.init = function () { c.body.style.backgroundImage = 'url(' + state.getRandomGif() + ')'; }; cache.init(); state.init(); view.init(); })(window); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-36049670-4', 'auto'); ga('send', 'pageview'); ga('send', 'event', 'action', '404'); </script> </body> </html>
fxzjshm/fxzjshm.github.io
_layouts/page_not_found.html
HTML
mit
8,804
--- layout: default --- <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1> <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> </header> <div class="post-content" itemprop="articleBody"> {{ content }} </div> {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %} </article>
stephbu/stephbu.github.io
_layouts/post.html
HTML
mit
712
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.0 / flocq - 2.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 2.4.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-23 01:13:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 01:13:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; ] authors: [ &quot;Sylvie Boldo &lt;sylvie.boldo@inria.fr&gt;&quot; &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A floating-point formalization for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-2.4.0.tar.gz&quot; checksum: &quot;md5=36cee0fb33acf8d292d76a28a22062d5&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.2.4.0 coq.8.14.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0). The following dependencies couldn&#39;t be met: - coq-flocq -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq.2.4.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.0/flocq/2.4.0.html
HTML
mit
6,722
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>lora imoti</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/modern-business.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="css/pgwslideshow.css" rel="stylesheet"> <link href="css/pgwslideshow.min.css" rel="stylesheet"> <link href="css/pgwslideshow_light.css" rel="stylesheet"> <link href="css/pgwslideshow_light.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">Lora imoti</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="about.html">About</a> </li> <li> <a href="team.html">Team</a> </li> <li> <a href="services.html">Services</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="portfolio-1-col.html">1 Column Portfolio</a> </li> <li> <a href="portfolio-2-col.html">2 Column Portfolio</a> </li> <li> <a href="portfolio-3-col.html">3 Column Portfolio</a> </li> <li> <a href="portfolio-4-col.html">4 Column Portfolio</a> </li> </ul> </li> <li> <a href="search.php">Search</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Top <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="naem.html">Naem</a> </li> <li> <a href="prodava.html">Prodava</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Naem <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="ednostaen.html">Ednostaen</a> </li> <li> <a href="dvustaen.html">Dvustaen</a> </li> <li> <a href="tristaen.html">Tristaen</a> </li> <li> <a href="mnogostaen.html">Mnogostaen</a> </li> <li> <a href="mezonet.html">Mezonet</a> </li> <li> <a href="Ofis.html">Ofis</a> </li> <li> <a href="magazin.html">Magazin</a> </li> <li> <a href="zavedenie.html">Zavedenie</a> </li> <li> <a href="kashta.html">Kashta</a> </li> <li> <a href="sklad.html">Sklad</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Prodava <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="1_Ednostaen.html">Ednostaen</a> </li> <li> <a href="2_Dvustaen.html">Dvustaen</a> </li> <li> <a href="3_Tristaen.html">Tristaen</a> </li> <li> <a href="4_Mnogostaen.html">Mnogostaen</a> </li> <li> <a href="5_Mezonet.html">Mezonet</a> </li> <li> <a href="6_Ofis.html">Ofis</a> </li> <li> <a href="7_Magazin.html">Magazin</a> </li> <li> <a href="8_Zavedenie.html">Zavedenie</a> </li> <li> <a href="9_Kashta.html">Kashta</a> </li> <li> <a href="10_Sklad.html">Sklad</a> </li> </ul> </li> <li> <a href="contact.html">Contact</a> </li> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- About Section --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Naem ednostaen </h1> </div> </div> <div class="container"> <div class="row"> <div class="col-md-8"> <ul class="pgwSlideshow"> <li><img src="img/holluk.jpg" alt="holluk"data-description="Golden Gate Bridge"></li> <li><img src="img/spalnq.jpg" alt="spalnq" ></li> <li><img src="img/prozorec.jpg" alt="ofis"></li> <li><img src="img/ofis.jpg" alt=""></li> <li><img src="img/1.jpg" alt="1"></li> <li><img src="img/hol.jpg" alt="hol"></li> <li><img src="img/banq.jpg" alt="banq"></li> <li><img src="img/dvor.jpg" alt="dvor"></li> <li><img src="img/staq.jpg" alt="staq"></li> <li><img src="img/kuhnq.jpg" alt="kuhnq"></li> <li> <a href="http://en.wikipedia.org/wiki/Monaco" target="_blank"> <img src="img/gosti.jpg" alt="gosti"> </a> </li> </ul> </div> <div class="col-md-4"> <h2>Naem ednostaen apartamen</h2> <table class="table table-bordered"> <tr> <td> KVARTAL</td> <td> <strong>malchika</strong></td> </tr> <tr> <td> KVADRATURA</td> <td> <strong>45kv.m</strong></td> </tr> <tr> <td> ETAJ</td> <td> <strong>1-4</strong></td> </tr> <tr> <td> STROITELSTVO</td> <td> <strong>tuhla</strong> </td> </tr> <tr> <td>TEC</td> <td> <strong>da</strong> </td> </tr> <tr> <td> CENA</td> <td> <strong>20000euro</strong></td> </tr> <tr> <td> GARAJ</td> <td> <strong>ne</strong></td> </tr> <tr> <td> ASANSIOR</td> <td> <strong>da</strong></td> </tr> <tr> <td> OBZAVEJDANE</td> <td> <strong>da</strong></td> </tr> </table> <div class="col-md-12"> <div class="social text-center"> <a href="https://www.facebook.com/seta.agopqn" target="_blank"> <i class="fa fa-facebook fa-3x" aria-hidden="true"></i></a> <a href="mailto:seta___agopqn@abv.bg"> <i class="fa fa-envelope-o fa-3x" aria-hidden="true"></i></a> <a href="skype:profile_name?chat"> <i class="fa fa-skype fa-3x" aria-hidden="true"></i></a> <a href="tel:+6494461709"><i class="fa fa-mobile fa-3x" aria-hidden="true"></i> 0888/305108</a></div></div> <div claa="col-md-12"> <a href><i class="fa fa-map-marker fa-3x" aria-hidden="true"></i> <a target="_blank" jstcache="2" href="https://www.google.bg/maps/place/%D1%83%D0%BB.+%E2%80%9E%D0%93%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D0%BB+%D0%94%D0%B0%D0%BD%D0%B0%D0%B8%D0%BB+%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B0%D0%B5%D0%B2%E2%80%9C+114,+4002+%D0%9F%D0%BB%D0%BE%D0%B2%D0%B4%D0%B8%D0%B2/@42.1445458,24.7253963,17z/data=!3m1!4b1!4m5!3m4!1s0x14acd1ce354c6b21:0x4826a8c8643e9252!8m2!3d42.1445418!4d24.727585" jsaction="mouseup:defaultCard.largerMap" class="google-maps-link">Vij kartata</a> </div></div></div> <div class="row"> <div class="col-md-12"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse neque dui, feugiat a tellus sed, molestie mattis diam. Vestibulum varius elit id sem finibus, sed ornare justo varius. In pulvinar lacus ac magna feugiat aliquet. Duis ut velit sed eros fringilla laoreet nec eu lacus. Sed enim massa, sagittis at luctus et, laoreet aliquet mauris. Nulla accumsan mauris odio, consequat porttitor neque varius in. Sed ut congue purus, at molestie tellus. Quisque eu varius diam, a venenatis leo. Aliquam et velit a velit aliquet congue et vitae ex.Sed placerat a felis a tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut dapibus mauris sed ultricies semper. Aenean a risus at neque fringilla mollis. Ut in fermentum enim.</p> </div> </div> </div> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <script src="js/pgwslideshow.min.js"></script> <script src="js/pgwslideshow.js"></script> <script> $(document).ready(function () { $('.pgwSlideshow').pgwSlideshow(); }); </script> </body> </html>
setaagopqn/sait
ednostaen-vraska-1.html
HTML
mit
14,220
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>[新聞] 割喉活剝…狗皮廠日殺200犬 - 看板 Gossiping - 批踢踢實業坊</title> <meta name="robots" content="all"> <meta name="keywords" content="Ptt BBS 批踢踢"> <meta name="description" content=" 割喉活剝…狗皮廠日殺200犬 "> <meta property="og:site_name" content="Ptt 批踢踢實業坊"> <meta property="og:title" content="[新聞] 割喉活剝…狗皮廠日殺200犬"> <meta property="og:description" content=" 割喉活剝…狗皮廠日殺200犬 "> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print"> <script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//images.ptt.cc/v2.10/bbs.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32365737-1']); _gaq.push(['_setDomainName', 'ptt.cc']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="topbar-container"> <div id="topbar" class="bbs-content"> <a id="logo" href="/">批踢踢實業坊</a> <span>›</span> <a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a> <a class="right small" href="/about.html">關於我們</a> <a class="right small" href="/contact.html">聯絡資訊</a> </div> </div> <div id="navigation-container"> <div id="navigation" class="bbs-content"> <a class="board" href="/bbs/Gossiping/index.html">返回看板</a> <div class="bar"></div> <div class="share"> <span>分享</span> <div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419071847.A.031.html"></div> <div class="g-plusone" data-size="medium"></div> <script type="text/javascript"> window.___gcfg = {lang: 'zh-TW'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </div> </div> <div id="main-container"> <div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">PTT69 (小P)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[新聞] 割喉活剝…狗皮廠日殺200犬</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 18:37:24 2014</span></div> 割喉活剝…狗皮廠日殺200犬 <a href="http://udn.com/NEWS/MAINLAND/MAI2/9139989.shtml" target="_blank" rel="nofollow">http://udn.com/NEWS/MAINLAND/MAI2/9139989.shtml</a> 【世界日報╱中國新聞組/北京19日電】 2014.12.20 02:52 am 亞洲善待動物組織(PETA Asia)近日到中國華東地區調查暗訪,揭露當地狗皮產業的殘忍 真相。據其公布的視頻,畫面血腥可怕,有數百隻狗在屠宰場,遭到棒打、割喉、活生生被 剝皮等冷血對待,這些被扒下的皮毛,據說被製成時尚手套等商品,並出口到全世界。 視頻中,一隻接一隻狗先被工人以鐵鉗夾著頸部,再被棍棒擊頭,場面血腥。有狗隻昏厥倒 下,有些則大聲哀嚎,劇痛抽搐;有些在<span class="f1 hl">被割喉、剝皮時,仍然喘著大氣</span>。 一旁即將被屠宰的狗悲鳴、叫喊,工人則是對他們施以拳打腳踢,試圖拖慢他們的腳步。許 多狗驚懼不已,在「等待區」內互相踩踏在對方身上,絕望地想要逃離。 視頻中顯示出一名工人正在剝狗皮,另一名工人則<span class="f1 hl">將狗開腸破肚取出內臟</span>。工作人員告訴 PETA Asia調查員,這所屠宰場每天要殺100至200隻狗,當場則有差不多300隻活狗等著被屠 宰。 一名PETA Asia的調查員2014年11月,拜訪了中國的狗皮工廠,記錄了狗皮被做成女性時尚 手套、工作手套以及其他配件。一名工廠老闆告訴調查員,當時現場有3萬張狗皮半完成品 ,都是在這些工廠生產並賣到全世界的。 -- <span class="f2 hl">讓我們聽聽想吃狗肉的八卦板民怎麼說:</span> -- <span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.160.135.200 </span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419071847.A.031.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419071847.A.031.html</a> </span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">hellomen</span><span class="f3 push-content">: 幹 狗本快出動 狗狗那麼可愛QQ</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">TsukimiyaAyu</span><span class="f3 push-content">: 我猜徐州</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">wowrz</span><span class="f3 push-content">: 剝皮店</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Vladivostok</span><span class="f3 push-content">: PETA是不是有自導自演過啊?另外狗皮跟吃的狗肉基本上</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">sofaly</span><span class="f3 push-content">: 女生不要再穿皮草</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Vladivostok</span><span class="f3 push-content">: 沒啥關係</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">Sargasso</span><span class="f3 push-content">: PETA本身也很誇張 好意思說人虐待動物?</span><span class="push-ipdatetime"> 12/20 18:38 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">gsuper</span><span class="f3 push-content">: 有些過分了</span><span class="push-ipdatetime"> 12/20 18:39 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 狗肉怎麼吃也沒製造狗皮來的</span><span class="push-ipdatetime"> 12/20 18:39 </span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">Pony5566</span><span class="f3 push-content">: 噓PETA</span><span class="push-ipdatetime"> 12/20 18:40 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">suck9527</span><span class="f3 push-content">: 請去做豬牛的記錄片</span><span class="push-ipdatetime"> 12/20 18:41 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Savior09</span><span class="f3 push-content">: 韓國崩潰XDDDDDDDDDDD</span><span class="push-ipdatetime"> 12/20 18:41 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 豬牛都有在提倡電宰 盡量減少</span><span class="push-ipdatetime"> 12/20 18:42 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">leisurewind</span><span class="f3 push-content">: 豬雞牛怎不也做個紀錄片來譴責??</span><span class="push-ipdatetime"> 12/20 18:43 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 痛苦與時間 而且食用的屠宰量絕比不過取皮製造服飾來的快</span><span class="push-ipdatetime"> 12/20 18:43 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 那些素食主義者的作品?</span><span class="push-ipdatetime"> 12/20 18:44 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">arrenwu</span><span class="f3 push-content">: 那影片我看過,狗都是先被擊暈之後放血</span><span class="push-ipdatetime"> 12/20 18:44 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">chinhan1216</span><span class="f3 push-content">: 重點是有效率的屠宰不要造成動物的痛苦</span><span class="push-ipdatetime"> 12/20 18:44 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">arrenwu</span><span class="f3 push-content">: 根本沒有什麼劇痛抽蓄</span><span class="push-ipdatetime"> 12/20 18:44 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 當然這都是我們這些食肉者的自我排解之言</span><span class="push-ipdatetime"> 12/20 18:45 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: 以動物的立場 死好死壞都不願意啊</span><span class="push-ipdatetime"> 12/20 18:45 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pietro</span><span class="f3 push-content">: (豬軟骨好吃</span><span class="push-ipdatetime"> 12/20 18:45 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tiara</span><span class="f3 push-content">: 689之中支持統一又支持狗狗的,不知該怎麼辦齁...</span><span class="push-ipdatetime"> 12/20 18:46 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yamatolan</span><span class="f3 push-content">: 豬雞牛的有 但是絕不是譴責 是了解生命尊嚴</span><span class="push-ipdatetime"> 12/20 18:46 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pooznn</span><span class="f3 push-content">: 426:這是我們的傳統 你們這些歪國人 是在吱吱歪歪什麼!!!</span><span class="push-ipdatetime"> 12/20 18:50 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">chiaye</span><span class="f3 push-content">: 去雞鴨牛豬宰場看看,殘忍! 去農田看看拔菜情況,殘忍!</span><span class="push-ipdatetime"> 12/20 18:50 </span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">hhg719</span><span class="f3 push-content">: 看到PETA就噓</span><span class="push-ipdatetime"> 12/20 19:01 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">LimYoHwan</span><span class="f3 push-content">: 餓了 想ㄔㄝ</span><span class="push-ipdatetime"> 12/20 19:13 </span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">vajra0001</span><span class="f3 push-content">: 噓狗肉</span><span class="push-ipdatetime"> 12/20 19:21 </span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">zhankai</span><span class="f3 push-content">: 幹你媽的雞毛被拿來做雞毛坦子 雞本人呢</span><span class="push-ipdatetime"> 12/20 19:25 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">LyoBei</span><span class="f3 push-content">: 重點不在這裡,而是屠宰過程極不專業極不衛生...</span><span class="push-ipdatetime"> 12/20 19:52 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">taylorabc</span><span class="f3 push-content">: 樓下先吃吃狗肉壓壓驚</span><span class="push-ipdatetime"> 12/20 20:37 </span></div></div> <div id="article-polling" data-pollurl="/poll/Gossiping/M.1419071847.A.031.html?cacheKey=2052-1147017232&amp;offset=4617&amp;offset-sig=9ad51c2ec8ec85e8558f7d88b8348160bdfe6bf1" data-longpollurl="/v1/longpoll?id=ac2f7cb04034a416a8a073309cb3b664c16bf6e0" data-offset="4617">推文自動更新已關閉</div> <div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div> </div> </body></html>
iultimatez/PTTScraper
result/M.1419071847.A.031.html
HTML
mit
14,231
<!doctype html> <html class="theme-next muse 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=Kalam:300,300italic,400,400italic,700,700italicUbuntu:300,300italic,400,400italic,700,700italicSatisfy:300,300italic,400,400italic,700,700italicInconsolata: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.1" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Kionf, ops" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.1" /> <meta name="description" content="什么样的人才能和时间成为朋友?"> <meta property="og:type" content="website"> <meta property="og:title" content="Kionf"> <meta property="og:url" content="https://kionf.com/tags/Tomcat/index.html"> <meta property="og:site_name" content="Kionf"> <meta property="og:description" content="什么样的人才能和时间成为朋友?"> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Kionf"> <meta name="twitter:description" content="什么样的人才能和时间成为朋友?"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Muse', sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false}, 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="https://kionf.com/tags/Tomcat/"/> <title>标签: Tomcat | Kionf</title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-80809114-1', 'auto'); ga('send', 'pageview'); </script> <div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title title motto-shake" data-text="Kionf"></span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description"></h1> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br /> 分类 </a> </li> <li class="menu-item menu-item-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-search"> <a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br /> 搜索 </a> </li> </ul> <div class="site-search"> <div class="popup search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocomplete="off" placeholder="搜索..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2>Tomcat<small>标签</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h3 class="post-title"> <a class="post-title-link" href="/2018/06/28/tomcat-multiple/" itemprop="url"> <span itemprop="name">Tomcat单机多实例部署及管理</span> </a> </h3> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-06-28T00:00:00-04:00" content="2018-06-28" > 06-28 </time> </div> </header> </article> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview 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/avatar.png" alt="Kionf" /> <p class="site-author-name" itemprop="name">Kionf</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">41</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">37</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <span class="site-state-item-count">25</span> <span class="site-state-item-name">标签</span> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/kalivim" target="_blank" title="GitHub"> <i class="fa fa-fw fa-github"></i> GitHub </a> </span> </div> <div class="links-of-blogroll motion-element links-of-blogroll-inline"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-globe"></i> Links </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="http://www.freebuf.com/" title="FREEBUF" target="_blank">FREEBUF</a> </li> <li class="links-of-blogroll-item"> <a href="http://paper.seebug.org/" title="SecPaper" target="_blank">SecPaper</a> </li> <li class="links-of-blogroll-item"> <a href="https://kionf.com/edit/" title="MarkDown" target="_blank">MarkDown</a> </li> </ul> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2014 - <span itemprop="copyrightYear">2019</span> <span class="with-love" id="heart"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">Kionf</span> </div> <div class="powered-by"> 什么样的人才能和时间成为朋友? </div> <div class="theme-info"> 止于 - 源 </a> </div> <div class="busuanzi-count"> <script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="site-uv"> <i class="fa fa-user"></i> <span class="busuanzi-value" id="busuanzi_value_site_uv"></span> </span> <span class="site-pv"> <i class="fa fa-eye"></i> <span class="busuanzi-value" id="busuanzi_value_site_pv"></span> </span> </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.1"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.1"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.1"></script> <script type="text/javascript" src="/js/src/motto.js"></script> <script type="text/javascript"> new Motto('.title', { lyric: document.querySelector('.title').attributes['data-text'].value, flashSpeed: 200, flashTimeout: 1000 }); </script> <script id="dsq-count-scr" src="https://kionf-com.disqus.com/count.js" async></script> <script type="text/javascript"> // Popup Window; var isfetched = false; var isXml = true; // Search DB path; var search_path = "search.xml"; if (search_path.length === 0) { search_path = "search.xml"; } else if (search_path.endsWith("json")) { isXml = false; } var path = "/" + search_path; // monitor main search box; var onPopupClose = function (e) { $('.popup').hide(); $('#local-search-input').val(''); $('.search-result-list').remove(); $('#no-result').remove(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); } function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.search-popup-overlay').click(onPopupClose); $('.popup').toggle(); var $localSearchInput = $('#local-search-input'); $localSearchInput.attr("autocapitalize", "none"); $localSearchInput.attr("autocorrect", "off"); $localSearchInput.focus(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; // start loading animation $("body") .append('<div class="search-popup-overlay local-search-pop-overlay">' + '<div id="search-loading-icon">' + '<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' + '</div>' + '</div>') .css('overflow', 'hidden'); $("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center'); $.ajax({ url: path, dataType: isXml ? "xml" : "json", async: true, success: function(res) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = isXml ? $("entry", res).map(function() { return { title: $("title", this).text(), content: $("content",this).text(), url: $("url" , this).text() }; }).get() : res; var input = document.getElementById(search_id); var resultContent = document.getElementById(content_id); var inputEventFunction = function() { var searchText = input.value.trim().toLowerCase(); var keywords = searchText.split(/[\s\-]+/); if (keywords.length > 1) { keywords.push(searchText); } var resultItems = []; if (searchText.length > 0) { // perform local searching datas.forEach(function(data) { var isMatch = false; var hitCount = 0; var searchTextCount = 0; var title = data.title.trim(); var titleInLowerCase = title.toLowerCase(); var content = data.content.trim().replace(/<[^>]+>/g,""); var contentInLowerCase = content.toLowerCase(); var articleUrl = decodeURIComponent(data.url); var indexOfTitle = []; var indexOfContent = []; // only match articles with not empty titles if(title != '') { keywords.forEach(function(keyword) { function getIndexByWord(word, text, caseSensitive) { var wordLen = word.length; if (wordLen === 0) { return []; } var startPosition = 0, position = [], index = []; if (!caseSensitive) { text = text.toLowerCase(); word = word.toLowerCase(); } while ((position = text.indexOf(word, startPosition)) > -1) { index.push({position: position, word: word}); startPosition = position + wordLen; } return index; } indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false)); indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false)); }); if (indexOfTitle.length > 0 || indexOfContent.length > 0) { isMatch = true; hitCount = indexOfTitle.length + indexOfContent.length; } } // show search results if (isMatch) { // sort index by position of keyword [indexOfTitle, indexOfContent].forEach(function (index) { index.sort(function (itemLeft, itemRight) { if (itemRight.position !== itemLeft.position) { return itemRight.position - itemLeft.position; } else { return itemLeft.word.length - itemRight.word.length; } }); }); // merge hits into slices function mergeIntoSlice(text, start, end, index) { var item = index[index.length - 1]; var position = item.position; var word = item.word; var hits = []; var searchTextCountInSlice = 0; while (position + word.length <= end && index.length != 0) { if (word === searchText) { searchTextCountInSlice++; } hits.push({position: position, length: word.length}); var wordEnd = position + word.length; // move to next position of hit index.pop(); while (index.length != 0) { item = index[index.length - 1]; position = item.position; word = item.word; if (wordEnd > position) { index.pop(); } else { break; } } } searchTextCount += searchTextCountInSlice; return { hits: hits, start: start, end: end, searchTextCount: searchTextCountInSlice }; } var slicesOfTitle = []; if (indexOfTitle.length != 0) { slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle)); } var slicesOfContent = []; while (indexOfContent.length != 0) { var item = indexOfContent[indexOfContent.length - 1]; var position = item.position; var word = item.word; // cut out 100 characters var start = position - 20; var end = position + 80; if(start < 0){ start = 0; } if (end < position + word.length) { end = position + word.length; } if(end > content.length){ end = content.length; } slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent)); } // sort slices in content by search text's count and hits' count slicesOfContent.sort(function (sliceLeft, sliceRight) { if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) { return sliceRight.searchTextCount - sliceLeft.searchTextCount; } else if (sliceLeft.hits.length !== sliceRight.hits.length) { return sliceRight.hits.length - sliceLeft.hits.length; } else { return sliceLeft.start - sliceRight.start; } }); // select top N slices in content var upperBound = parseInt('1'); if (upperBound >= 0) { slicesOfContent = slicesOfContent.slice(0, upperBound); } // highlight title and content function highlightKeyword(text, slice) { var result = ''; var prevEnd = slice.start; slice.hits.forEach(function (hit) { result += text.substring(prevEnd, hit.position); var end = hit.position + hit.length; result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>'; prevEnd = end; }); result += text.substring(prevEnd, slice.end); return result; } var resultItem = ''; if (slicesOfTitle.length != 0) { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>"; } else { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>"; } slicesOfContent.forEach(function (slice) { resultItem += "<a href='" + articleUrl + "'>" + "<p class=\"search-result\">" + highlightKeyword(content, slice) + "...</p>" + "</a>"; }); resultItem += "</li>"; resultItems.push({ item: resultItem, searchTextCount: searchTextCount, hitCount: hitCount, id: resultItems.length }); } }) }; if (keywords.length === 1 && keywords[0] === "") { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } else if (resultItems.length === 0) { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } else { resultItems.sort(function (resultLeft, resultRight) { if (resultLeft.searchTextCount !== resultRight.searchTextCount) { return resultRight.searchTextCount - resultLeft.searchTextCount; } else if (resultLeft.hitCount !== resultRight.hitCount) { return resultRight.hitCount - resultLeft.hitCount; } else { return resultRight.id - resultLeft.id; } }); var searchResultList = '<ul class=\"search-result-list\">'; resultItems.forEach(function (result) { searchResultList += result.item; }) searchResultList += "</ul>"; resultContent.innerHTML = searchResultList; } } if ('auto' === 'auto') { input.addEventListener('input', inputEventFunction); } else { $('.search-icon').click(inputEventFunction); input.addEventListener('keypress', function (event) { if (event.keyCode === 13) { inputEventFunction(); } }); } // remove loading animation $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); proceedsearch(); } }); } // handle and trigger popup window; $('.popup-trigger').click(function(e) { e.stopPropagation(); if (isfetched === false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(onPopupClose); $('.popup').click(function(e){ e.stopPropagation(); }); $(document).on('keyup', function (event) { var shouldDismissSearchPopup = event.which === 27 && $('.search-popup').is(':visible'); if (shouldDismissSearchPopup) { onPopupClose(); } }); </script> <script type="text/javascript" src="/js/src/function.js"></script> <script type="text/javascript" src="/lib/zclip/clipboard.min.js"></script> <script type="text/javascript" src="/js/src/custom.js"></script> <script > $(document).ready( function() { } ); </script> </body> </html>
kalivim/kalivim.github.io
tags/Tomcat/index.html
HTML
mit
25,526
<html> <head> <title>Sinitta Renet Malone's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Sinitta Renet Malone's panel show appearances</h1> <p>Sinitta Renet Malone (born 1963-10-19<sup><a href="https://en.wikipedia.org/wiki/Sinitta">[ref]</a></sup>) has appeared in <span class="total">20</span> episodes between 2003-2015. <a href="http://www.imdb.com/name/nm0719478">Sinitta Renet Malone on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Sinitta">Sinitta Renet Malone on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:10px;" class="performances female" title="1"></div><span class="year">2003</span></td> <td><div style="height:0px;" class="performances female" title=""></div><span class="year">2004</span></td> <td><div style="height:0px;" class="performances female" title=""></div><span class="year">2005</span></td> <td><div style="height:0px;" class="performances female" title=""></div><span class="year">2006</span></td> <td><div style="height:30px;" class="performances female" title="3"></div><span class="year">2007</span></td> <td><div style="height:100px;" class="performances female" title="10"></div><span class="year">2008</span></td> <td><div style="height:10px;" class="performances female" title="1"></div><span class="year">2009</span></td> <td><div style="height:20px;" class="performances female" title="2"></div><span class="year">2010</span></td> <td><div style="height:10px;" class="performances female" title="1"></div><span class="year">2011</span></td> <td><div style="height:0px;" class="performances female" title=""></div><span class="year">2012</span></td> <td><div style="height:10px;" class="performances female" title="1"></div><span class="year">2013</span></td> <td><div style="height:0px;" class="performances female" title=""></div><span class="year">2014</span></td> <td><div style="height:10px;" class="performances female" title="1"></div><span class="year">2015</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2015-07-30</strong> / <a href="../shows/safeword.html">Safe Word</a></li> <li><strong>2013-01-17</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li> <li><strong>2011-10-31</strong> / <a href="../shows/never-mind-the-buzzcocks.html">Never Mind The Buzzcocks</a></li> <li><strong>2010-12-10</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2010-01-04</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2009-10-19</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-12-12</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-11-28</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-11-24</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-11-04</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-10-27</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-10-03</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-07-18</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-07-17</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-04-11</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2008-04-10</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2007-11-20</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2007-05-31</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2007-02-28</strong> / <a href="../shows/never-mind-the-buzzcocks.html">Never Mind The Buzzcocks</a></li> <li><strong>2003-10-13</strong> / <a href="../shows/never-mind-the-buzzcocks.html">Never Mind The Buzzcocks</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/ddjel2cn.html
HTML
mit
4,332
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Function awe_resource_request_append_upload_file_path</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../components/icomponent.html" class=" module">icomponent</a> </li> <li> <a href="../../components/lights.html" class=" module">lights</a> </li> <li> <a href="../../components/material.html" class=" module">material</a> </li> <li> <a href="../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../utility/awesomium.html" class="selected module">awesomium</a> </li> <li> <a href="../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../utility/filepath.html" class=" module">filepath</a> </li> <li> <a href="../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../utility/output.html" class=" module">output</a> </li> <li> <a href="../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../components.html" class=" module">components</a> </li> <li> <a href="../../core.html" class=" module">core</a> </li> <li> <a href="../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Function awe_resource_request_append_upload_file_path</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt--> <p> Append a file for POST data (adds a new UploadElement) </p> <section> <h2>Prototype</h2> <pre class="code prettyprint lang-d prototype"> void awe_resource_request_append_upload_file_path( &nbsp;&nbsp;<a href="../../utility/awesomium/awe_resource_request.html">awe_resource_request</a>* request, &nbsp;&nbsp;const(<a href="../../utility/awesomium/awe_string.html">awe_string</a>)* file_path ) extern(C);</pre> </section> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.6.6/utility/awesomium/awe_resource_request_append_upload_file_path.html
HTML
mit
7,833
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">不能自已</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄅㄨ<sup class="subfont">ˋ</sup> ㄋㄥ<sup class="subfont">ˊ</sup> ㄗ<sup class="subfont">ˋ</sup> |<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">bù néng zì yǐ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">無法控制自己激動的情緒。唐˙盧照鄰˙寄裴舍人遺衣藥直書:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>殷揚州與外甥韓康伯別,慨然而詠<img src=/cydic/dicword/fa42.gif border=0 alt=* class=fontimg valign=center>富貴他人合,貧賤親戚離。<img src=/cydic/dicword/fa43.gif border=0 alt=* class=fontimg valign=center>因泣下交頤,不能自已。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/14000-14999/14196-22.html
HTML
mit
1,593
<!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"> <title>Snoxy Login</title> <link href="/snoxy_static/css/bootstrap.min.css" rel="stylesheet"> <link href="/snoxy_static/css/defaults.css" rel="stylesheet"> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="#">Snoxy Login</a> </div> </div> </div> <div class="container-fluid"> <br/><br/> <form class="form-signin" role="form" method="post" action="{% url 'django.contrib.auth.views.login' %}"> {% csrf_token %} <input type="text" class="form-control" name="username" placeholder="Username" required autofocus> <input name="password" type="password" class="form-control" placeholder="Password" required> <br/> <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button> {% if form.errors %} <p>Your username and password didn't match. Please try again.</p> {% endif %} <input type="hidden" name="next" value="{{ next }}" /> <br/> Login with <a id="socauth" href="{% url 'socialauth_begin' backend='google-oauth2' %}?{{ redirect_querystring }}&next={{next}}">Google</a> </form> </div> <script> var hash = window.location.hash.substring(1); var next = document.getElementById("next"); var socauth = document.getElementById("socauth"); next.value = next.value + '#' + hash; socauth.href = socauth.href + '#' + hash; </script> </body> </html>
calston/snoxy
snoxy/wrapper/templates/login.html
HTML
mit
1,828
--- layout: post title: Storify Experiment author: Nathan White authorLink: /instructors/nw tags: research published: true summary: Playing around with Storify comments: false userid: nw --- <p>Created a quick page on <a href="http://storify.com">Storify</a> about <a href="http://storify.com/_nw_/jekyll-research/">Jekyll</a>. Pretty slick how easily you can add multiple types of media from a wide range of apis.<p> <p>And now for testing the embedding of the story.</p> <b>Update:</b> <p>It appears that the markdown parser is struggling with the iframe tag. I had to revert to a html file to make this work. To be clear it actually worked in markdown but with some ugly source code showing as well.</p> <div class="storify"> <iframe src="//storify.com/_nw_/jekyll-research/embed?border=false" width="100%" height=750 frameborder=no allowtransparency=true></iframe> <script src="//storify.com/_nw_/jekyll-research.js?border=false"></script> <noscript>[<a href="//storify.com/_nw_/jekyll-research" target="_blank">View the story "jekyll research" on Storify</a>]</noscript> </div>
WebDevBootcamp/WebDevBootcamp.github.io
instructors/nw/_posts/2014-05-25-Storify-Experiment.html
HTML
mit
1,093
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>square-matrices: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / square-matrices - 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> square-matrices <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 08:05:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 08:05:14 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.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 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/square-matrices&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/SquareMatrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:exponentiation&quot; &quot;keyword:vectors&quot; &quot;keyword:matrices&quot; &quot;keyword:polymorphic recursion&quot; &quot;keyword:nested datatypes&quot; &quot;category:Mathematics/Algebra&quot; ] authors: [ &quot;Jean-Christophe Filliâtre &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/square-matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/square-matrices.git&quot; synopsis: &quot;From Fast Exponentiation to Square Matrices&quot; description: &quot;&quot;&quot; This development is a formalization of Chris Okasaki&#39;s article ``From Fast Exponentiation to Square Matrices: An Adventure in Types&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/square-matrices/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=c5ee897ece6be38f5f5f53cab72c50f1&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-square-matrices.8.5.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-square-matrices -&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-square-matrices.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/square-matrices/8.5.0.html
HTML
mit
7,056
<template name="landing"> <div class="ui top fixed menu inverted"> <div class="header item">receipt-share</div> <div class="right item">{{> authPanel }}</div> </div> <div class="ui container"> <div class="ui huge header">Please login</div> </div> </template>
ballsten/receipt-share
client/templates/landing.html
HTML
mit
298
<!DOCTYPE html> <!--pro--> <html> <head> <title>Extra Excell types</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/> <script src="../../../codebase/dhtmlx.js"></script> </head> <body> <h1>Extra eXcell types</h1> <p>There are several eXcell types available in dhtmlxGrid: <ul> <li>List <code>&quot;clist&quot;</code> - list of values, which is displayed as comma delimited list in cells</li> <li>Calculator <code>&quot;calck&quot;</code> - allows you to make some math calculations</li> <li>New Checkbox <code>&quot;acheck&quot;</code> - skinable two-state control</li> <li>Image <code>&quot;img&quot;</code> - allow to insert image into the grid cell</li> </ul> </p> <div id="gridbox" style="width:670px;height:250px;background-color:white;"></div> <script> mygrid = new dhtmlXGridObject('gridbox'); mygrid.setImagePath("../../../codebase/imgs/"); mygrid.setHeader("Sales,Book Title,List,Calculator,New Checkbox,Image"); mygrid.setInitWidths("50,100,250,80,80,100"); mygrid.setColAlign("right,left,left,right,left,center"); mygrid.setColTypes("dyn,ed,clist,calck,acheck,img"); mygrid.setColSorting("int,str,str,int,str,date"); mygrid.registerCList(2,["Stephen King","John Grisham","Honore de Balzac"]); mygrid.enableAutoWidth(true); mygrid.init(); mygrid.loadXML("../common/grid_extra.xml"); </script> </body> </html>
FrenzelGmbH/yii2dhtmlx
assets/samples/dhtmlxGrid/01_cell_types/09_pro_excell_extra.html
HTML
mit
1,577
<nav> <ul> <li><a ui-sref="home">index</a></li> <li><a ui-sref="about">about</a></li> </ul> </nav>
fa137/TypeScript-FullStack
src/app/components/navbar/navbar.html
HTML
mit
121
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>&lt;no title&gt; &#8212; PyLit</title> <link rel="stylesheet" href="../_static/pylit-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.7.9', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="search" title="Search" href="../search.html" /> <link rel="stylesheet" href="../_static/custom.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> </head> <body role="document"> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <p>The classical programming example in Python</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="nb">print</span> <span class="s2">&quot;Hello world.&quot;</span> </pre></div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/pylit-bold-framed.png" alt="Logo"/> </a></p> <h4>Up</h4> <p class="topless"> <a href="../index.html" title="up">Home</a> </p> <hr /> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/tutorial/hello.py.txt" rel="nofollow">Show Source</a></li> </ul> </div> <h3>Search this site</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" size="12" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="clearer"></div> </div> <p class="thanks"> <!-- Thanks to --> <!-- for hosting this site. --> </p> </body> </html>
tkarna/cofs
pylit/doc/build/html/tutorial/hello.py.html
HTML
mit
2,845
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Enum ByteOrdering </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Enum ByteOrdering "> <meta name="generator" content="docfx 2.30.0.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> </head> <body data-spy="scroll" data-target="#affix"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="Swigged.LLVM.ByteOrdering"> <h1 id="Swigged_LLVM_ByteOrdering" data-uid="Swigged.LLVM.ByteOrdering" class="text-break">Enum ByteOrdering </h1> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <h6><strong>Namespace</strong>: <a class="xref" href="Swigged.LLVM.html">Swigged.LLVM</a></h6> <h6><strong>Assembly</strong>: swigged.llvm.dll</h6> <h5 id="Swigged_LLVM_ByteOrdering_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public enum ByteOrdering : int</code></pre> </div> <h3 id="fields">Fields </h3> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Name</th> <th>Description</th> </tr> <thead> <tbody> <tr> <td id="Swigged_LLVM_ByteOrdering_BigEndian">BigEndian</td> <td></td> </tr> <tr> <td id="Swigged_LLVM_ByteOrdering_LittleEndian">LittleEndian</td> <td></td> </tr> </tbody> </thead></thead></table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
kaby76/swigged-llvm
_site/api/Swigged.LLVM.ByteOrdering.html
HTML
mit
4,926
<!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, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <!-- runs in full-screen mode on iOS devices --> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Gradient (+Transform) Tests</title> <script src="../../sherpa/lib/jquery-2.1.0.min.js"></script> <style type="text/css"> html, body { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; background-color: #fff; overflow: hidden; } svg { display: block; } </style> </head> <body> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="100"> <defs id="defs"> <linearGradient id="grad2" x1="0" y1="0" x2="100" y2="0" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.5" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </linearGradient> <radialGradient id="grad200" cx="50" cy="50" r="50" fx="50" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.5" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad300" cx="50" cy="50" r="50" fx="50" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:rgb(255,0,0);stop-opacity:1"/> <stop offset="0.5" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,255,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad400" cx="50" cy="50" r="50" fx="90" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.5" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad500" cx="50" cy="50" r="50" fx="100" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0.2" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.6" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad600" cx="10" cy="50" r="50" fx="143.33333333" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0.4" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.7" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad700" cx="10" cy="50" r="50" fx="143.33333333" fy="50" gradientUnits="userSpaceOnUse"> <stop offset="0.4" style="stop-color:rgb(255,0,0);stop-opacity:1"/> <stop offset="0.7" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,255,0);stop-opacity:1"/> </radialGradient> <radialGradient id="grad800" cx="10" cy="50" r="50" fx="143.33333333" fy="50" gradientUnits="userSpaceOnUse" spreadMethod="repeat"> <stop offset="0.4" style="stop-color:rgb(255,255,0);stop-opacity:1"/> <stop offset="0.7" style="stop-color:rgba(255,255,0,0);stop-opacity:0"/> <stop offset="1" style="stop-color:rgb(255,0,0);stop-opacity:1"/> </radialGradient> </defs> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad2)"/> <g transform="translate( 200, 0 ) rotate( 90 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad2)"/> </g> <g transform="translate( 200, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad200)"/> </g> <g transform="translate( 300, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad300)"/> </g> <g transform="translate( 400, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad400)"/> </g> <g transform="translate( 500, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad500)"/> </g> <g transform="translate( 600, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad600)"/> </g> <g transform="translate( 700, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad700)"/> </g> <g transform="translate( 800, 0 )"> <path d="M 0 0 L 100 0 L 100 100 L 0 100 Z" fill="url(#grad800)"/> </g> </svg> <canvas width="1000" height="100"></canvas> <svg width="64" height="64" stroke-miterlimit="10" style="position: absolute;"> <defs> <linearGradient id="fill12" gradientUnits="userSpaceOnUse" x1="-22" y1="0" x2="22" y2="0"> <stop offset="0.1" style="stop-color: rgb(255,0,0); stop-opacity: 1.00000000000000000000;"></stop> <stop offset="0.5" style="stop-color: rgb(0,255,0); stop-opacity: 1.00000000000000000000;"></stop> <stop offset="0.6" style="stop-color: rgb(0,255,0); stop-opacity: 0.29999999999999998890;"></stop> <stop offset="0.9" style="stop-color: rgb(0,0,0); stop-opacity: 1.00000000000000000000;"></stop> </linearGradient> </defs> <g> <g transform="translate(32.00000000000000000000,32)"> <path d="M 22 0 L 11.000000000000002 19.05255888325765 L -10.999999999999995 19.052558883257653 L -22 2.69413397840923e-15 L -11.00000000000001 -19.052558883257646 L 11.000000000000002 -19.05255888325765 Z" style="fill: url(#fill12);stroke: #000000;stroke-width: 3;stroke-linecap: butt;stroke-linejoin: miter;"></path> </g> </g> </svg> <script type="text/javascript"> var context = $( 'canvas' )[ 0 ].getContext( '2d' ); context.save(); var linearGradient = context.createLinearGradient( 0, 0, 100, 0 ); linearGradient.addColorStop( 0, 'rgb(255,255,0)' ); linearGradient.addColorStop( 0.5, 'rgba(255,255,0,0)' ); linearGradient.addColorStop( 1, 'rgb(255,0,0)' ); context.fillStyle = linearGradient; context.fillRect( 0, 0, 100, 100 ); context.transform( 0, 1, -1, 0, 200, 0 ); context.fillRect( 0, 0, 100, 100 ); context.restore(); function drawRadial( xOffset, x0, y0, r0, x1, y1, r1 ) { context.save(); var radialGradient = context.createRadialGradient( xOffset + x0, y0, r0, xOffset + x1, y1, r1 ); radialGradient.addColorStop( 0, 'rgb(255,255,0)' ); radialGradient.addColorStop( 0.5, 'rgba(255,255,0,0)' ); radialGradient.addColorStop( 1, 'rgb(255,0,0)' ); context.fillStyle = radialGradient; context.fillRect( xOffset, 0, 100, 100 ); context.restore(); } drawRadial( 200, 50, 50, 0, 50, 50, 50 ); drawRadial( 300, 50, 50, 50, 50, 50, 0 ); drawRadial( 400, 90, 50, 0, 50, 50, 50 ); drawRadial( 500, 90, 50, 10, 50, 50, 50 ); // SVG note: If the point defined by ‘fx’ and ‘fy’ lies outside the circle defined by ‘cx’, ‘cy’ and ‘r’, then the user agent shall set the focal point to the intersection of the line from (‘cx’, ‘cy’) to (‘fx’, ‘fy’) with the circle defined by ‘cx’, ‘cy’ and ‘r’. // swaps the start and end drawRadial( 600, 90, 50, 20, 10, 50, 50 ); drawRadial( 700, 10, 50, 50, 90, 50, 20 ); </script> </body> </html>
phetsims/scenery
tests/gradient-test.html
HTML
mit
7,481