text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / pi-agm - 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> pi-agm <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-18 22:12:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-18 22:12:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&quot; version: &quot;1.0.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;[email protected]&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} &quot;coq-ssreflect&quot; {= &quot;1.5.0&quot;} &quot;coq-coquelicot&quot; {= &quot;2.0.1&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;[email protected]&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; This is a proof of correctness for an algorithm to compute PI to high precision using an algorithm based on arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. The whole development can be used to produce mathematically proved and formally verified approximations of PI.&quot;&quot;&quot; url { src: &quot;http://www-sop.inria.fr/members/Yves.Bertot/proofs/pi_agm_1_0_0.tar.gz&quot; checksum: &quot;md5=adf0c47dff6a77a50de98dfec5d56674&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-pi-agm.1.0.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-pi-agm -&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-pi-agm.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.05.0-2.0.6/released/8.9.0/pi-agm/1.0.0.html
HTML
mit
7,421
<!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> PhiBer Manufacturing Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492309096359&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=35393&V_SEARCH.docsStart=35392&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35391&amp;V_DOCUMENT.docRank=35392&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492309123068&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567158134&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35393&amp;V_DOCUMENT.docRank=35394&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492309123068&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567000240&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> PhiBer Manufacturing Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>PhiBer Manufacturing Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.phiber.ca" target="_blank" title="Website URL">http://www.phiber.ca</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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"> P.O. Box 58<br/> CRYSTAL CITY, Manitoba<br/> R0K 0N0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 108 New Hope Dr.<br/> CRYSTAL CITY, Manitoba<br/> R0K 0N0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (204) 873-2448 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 264-8030</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (204) 873-2473</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567005044&amp;graphFileName=phiber.jpg&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Manufacturing of haying equipment. <br>- Hay Handling Equipment - Bale grabs for picking, stacking, loading and reloading large square bales. <br>- Large Square Bale Straw Shredders.- for uniformly shredding and spreading straw over sensitive crops, or for land reclamation sites <br>- Hay Merger/Turner - for fluffing, inverting and/or merging multiple hay &amp; haylage swaths. <br>- Large Square Bale Accumulator - a baler attachment that gathers and uniformly drops three large square bales in a convenient package for faster bale picking. <br>- Front Tractor Mount &amp; Triple Hay Cutting Toolbars for hay cutting heads.<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> Gary Loewen </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--> Administrator </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 873-2448 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 873-2473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333110 - Agricultural Implement Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 30&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE GRABS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A loader attachment for picking, stacking and retrieving large <br> square bales. Models for 2, 3, or 4 bales to fit on tractor <br> front end loaders, skid steer loaders, telehandlers, and <br> industrial pay loaders.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HAY/HAYLAGE MERGERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Merges up to 80&#39; of haylage together for efficient operation of large forage harvesters.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE STRAW SHREDDERS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A high capacity, low profile large square bale shredder that broadcasts straw lightly and uniformly on sensitive cash crops like ginseng and <br> fruit and vegetable market garden products, as well as on land reclamation sites.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (VERTICAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, in a vertical stack. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (HORIZONTAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, side by side. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRIPLE CUTTER TOOLBAR<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The triple cutter toolbar utilizes a tractor front 3 PTH mounted hay cutting head and a rear trailing toolbar that attches another 2 hay cutting heads. This in effect equates to 3 hay cutting heads that cut from 39&#39; to 54&#39; with one tractor, greatly reducing time &amp; fuel while vastly improving cutting efficiencies.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FRONT MOUNT TOOLBARS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The front mount toolbar attaches on the tractor&#39;s front 3 PTH permitting a hay cutting head to be mounted on. This enables a producer to push a hay head while pulling a trailing cutting unit behind. This doubles the producer&#39;s efficiency.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> The Model AC 3104 PhiBer Bale Accumulator has CE Mark designation in Europe </section> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Ireland</li> <li>Mexico</li> <li>New Zealand</li> <li>South Africa</li> <li>Sweden</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>France</li> <li>Hungary</li> <li>Spain</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Total plant size: </h4> <div>22,000 SQ FT</div> <h4> Key / Major clients: </h4> PhiBer is currently the large square bale accumulator company of refernce for CNH North America, John Deere, Krone North America &amp; Kuhn North America as well as offering an alternative accumulator to all brand name large square baler manufacturers. </section> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gary Loewen </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--> Administrator </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 873-2448 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 873-2473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333110 - Agricultural Implement Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 30&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE GRABS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A loader attachment for picking, stacking and retrieving large <br> square bales. Models for 2, 3, or 4 bales to fit on tractor <br> front end loaders, skid steer loaders, telehandlers, and <br> industrial pay loaders.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HAY/HAYLAGE MERGERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Merges up to 80&#39; of haylage together for efficient operation of large forage harvesters.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE STRAW SHREDDERS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A high capacity, low profile large square bale shredder that broadcasts straw lightly and uniformly on sensitive cash crops like ginseng and <br> fruit and vegetable market garden products, as well as on land reclamation sites.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (VERTICAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, in a vertical stack. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (HORIZONTAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, side by side. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRIPLE CUTTER TOOLBAR<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The triple cutter toolbar utilizes a tractor front 3 PTH mounted hay cutting head and a rear trailing toolbar that attches another 2 hay cutting heads. This in effect equates to 3 hay cutting heads that cut from 39&#39; to 54&#39; with one tractor, greatly reducing time &amp; fuel while vastly improving cutting efficiencies.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FRONT MOUNT TOOLBARS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The front mount toolbar attaches on the tractor&#39;s front 3 PTH permitting a hay cutting head to be mounted on. This enables a producer to push a hay head while pulling a trailing cutting unit behind. This doubles the producer&#39;s efficiency.<br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> The Model AC 3104 PhiBer Bale Accumulator has CE Mark designation in Europe </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Ireland</li> <li>Mexico</li> <li>New Zealand</li> <li>South Africa</li> <li>Sweden</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>France</li> <li>Hungary</li> <li>Spain</li> </ul> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Total plant size: </h4> <div>22,000 SQ FT</div> <h4> Key / Major clients: </h4> PhiBer is currently the large square bale accumulator company of refernce for CNH North America, John Deere, Krone North America &amp; Kuhn North America as well as offering an alternative accumulator to all brand name large square baler manufacturers. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-26 </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/234567005044.html
HTML
mit
68,685
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>traversable-fincontainer: 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 / traversable-fincontainer - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> traversable-fincontainer <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/traversable-fincontainer&quot; license: &quot;ASL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/TraversableFincontainer&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: finitary container&quot; &quot;keyword: traversable functors&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; ] authors: [ &quot;Russell O&#39;Connor &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/traversable-fincontainer/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/traversable-fincontainer.git&quot; synopsis: &quot;Traversable Functors are Finitary Containers&quot; description: &quot;&quot;&quot; https://github.com/oconnorr/traversable-fincontainer A Coq proof that all Traversable functors are isomorphic to finitary containers.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/traversable-fincontainer/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=82cbb2ec21e431051b57502cea6a8df2&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-traversable-fincontainer.8.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-traversable-fincontainer -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-traversable-fincontainer.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/traversable-fincontainer/8.7.0.html
HTML
mit
7,067
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coinductive-reals: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / coinductive-reals - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coinductive-reals <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/coinductive-reals&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/CoinductiveReals&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-qarith-stern-brocot&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: real numbers&quot; &quot;keyword: co-inductive types&quot; &quot;keyword: co-recursion&quot; &quot;keyword: exact arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; &quot;date: 2007-04-24&quot; ] authors: [ &quot;Milad Niqui &lt;[email protected]&gt; [http://www.cs.ru.nl/~milad]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coinductive-reals/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coinductive-reals.git&quot; synopsis: &quot;Real numbers as coinductive ternary streams&quot; description: &quot;&quot;&quot; http://www.cs.ru.nl/~milad/ETrees/coinductive-field/ See the README file&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coinductive-reals/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=add528791eebf008f2236f6c33a12cd4&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-coinductive-reals.8.7.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-coinductive-reals -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coinductive-reals.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/coinductive-reals/8.7.0.html
HTML
mit
7,327
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lesniewski-mereology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / lesniewski-mereology - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> lesniewski-mereology <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 17:02:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 17:02:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.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;[email protected]&quot; homepage: &quot;http://www.polytech.univ-savoie.fr/index.php?id=listic-logiciels-coq&amp;L=1&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/LesniewskiMereology&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: mereology&quot; &quot;keyword: protothetic&quot; &quot;keyword: ontology&quot; &quot;keyword: nominalist theory&quot; &quot;keyword: extensionality&quot; &quot;category: Mathematics/Logic/Foundations&quot; ] authors: [ &quot;Richard Dapoigny &lt;[email protected]&gt; [https://www.researchgate.net/profile/Richard_Dapoigny]&quot; &quot;Patrick Barlatier &lt;[email protected]&gt; [https://www.researchgate.net/profile/Patrick_Barlatier]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lesniewski-mereology/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lesniewski-mereology.git&quot; synopsis: &quot;KDTL&quot; description: &quot;&quot;&quot; LesniewskiMereology is a Coq library created by R. Dapoigny and P. Barlatier whose purpose is to implement the alternative to Set Theory of Stanislaw Lesniewski. It is part of an on-going project using the Coq language and called KDTL (Knowledge-based Dependently Typed Language) to build an alternative to Description Logics. The developed theory is close to the analysis of Denis Mieville (1984) in his book &quot;Un developpement des systemes logiques de Stanislaw Lesniewski&quot;. It is a theoretical construct which relies on three dependent levels, logic (a.k.a. Protothetic), the Lesniewski Ontologie (LO) and mereology. Each level incorporates a minimal collection of axioms, protothetic and ontologic definitions and a set of theorems together with their intuitionist proofs.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lesniewski-mereology/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=8ba548a0d6cf18db9f10a79525e6f16f&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-lesniewski-mereology.8.9.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-lesniewski-mereology -&gt; coq &lt; 8.10~ -&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-lesniewski-mereology.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/lesniewski-mereology/8.9.0.html
HTML
mit
8,154
<fieldset> <legend>Password List</legend> Settings affecting the representation of the password list. <table class="pure-table pure-table-horizontal settings entries"> <thead> <tr> <th>Setting</th> <th>Value</th> </tr> </thead> <tbody> <tr> <td>Show entry/group icons</td> <td> <input id="settings-PasswordListIconOption-entry" type="checkbox" name="PasswordListIconOption" ng-model="settings.PasswordListIconOption.entry" ng-change="saveSettings()"> <label for="settings-PasswordListIconOption-entry">Entry</label> <input id="settings-PasswordListIconOption-group" type="checkbox" name="PasswordListIconOption" ng-model="settings.PasswordListIconOption.group" ng-change="saveSettings()"> <label for="settings-PasswordListIconOption-group">Group</label> </td> </tr> <tr> <td>Show group name</td> <td> <input id="settings-PasswordListGroupOption-show" type="radio" name="PasswordListGroupOption" ng-value="true" ng-model="settings.PasswordListGroupOption" ng-change="saveSettings()"> <label for="settings-PasswordListGroupOption-show">Show</label> <input id="settings-PasswordListGroupOption-hide" type="radio" name="PasswordListGroupOption" ng-value="false" ng-model="settings.PasswordListGroupOption" ng-change="saveSettings()"> <label for="settings-PasswordListGroupOption-hide">Hide</label> </td> </tr> </tbody> </table> </fieldset>
perfectapi/CKP
options/partials/settings.html
HTML
mit
1,620
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / mathcomp-ssreflect - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.6 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-ssreflect&quot; version: &quot;1.6&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.6~&quot; &amp; != &quot;8.4.6~camlp4&quot;} ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz&quot; checksum: &quot;md5=038ba80c0d6b430428726ae4d00affcf&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-mathcomp-ssreflect.1.6 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-mathcomp-ssreflect -&gt; coq &lt; 8.6~ -&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-mathcomp-ssreflect.1.6</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/mathcomp-ssreflect/1.6.html
HTML
mit
7,986
<html><body> <h4>Windows 10 x64 (18362.116)</h4><br> <h2>_ACPI_METHOD_ARGUMENT_V1</h2> <font face="arial"> +0x000 Type : Uint2B<br> +0x002 DataLength : Uint2B<br> +0x004 Argument : Uint4B<br> +0x004 Data : [1] UChar<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.116)/_ACPI_METHOD_ARGUMENT_V1.html
HTML
mit
290
<html> <head> <title>Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B <p> Detected by 7 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Dolfin 2.0</td><td>WebKit </td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>Mobile Phone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(samsung; samsung\-gt\-s5250.*bada\/1\..*\) applewebkit\/.* \(khtml,.*like gecko.*\) dolfin\/2\.0.*$/ [browser_name_pattern] => mozilla/5.0 (samsung; samsung-gt-s5250*bada/1.*) applewebkit/* (khtml,*like gecko*) dolfin/2.0* [parent] => Dolfin 2.0 [comment] => Dolfin 2.0 [browser] => Dolfin [browser_type] => Browser [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 2.0 [majorver] => 2 [minorver] => 0 [platform] => Bada [platform_version] => 1.0 [platform_description] => Samsung Bada [platform_bits] => 32 [platform_maker] => Samsung [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => GT-S5250 [device_maker] => Samsung [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => GT-S5250 [device_brand_name] => Samsung [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>AppleWebKit 533.1</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => AppleWebKit [version] => 533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Dolphin 2.0</td><td>WebKit </td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Dolphin [short_name] => DF [version] => 2.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Bada [short_name] => SBA [version] => 1.0 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GT-S5250 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Mozilla 5.0</td><td><i class="material-icons">close</i></td><td> </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) [name:Sinergi\BrowserDetector\Browser:private] => Mozilla [version:Sinergi\BrowserDetector\Browser:private] => 5.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Dolfin 2.0</td><td><i class="material-icons">close</i></td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 0 [patch] => [family] => Dolfin ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 1 [minor] => 0 [patch] => [patchMinor] => [family] => Bada ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-S5250 [family] => Samsung GT-S5250 ) [originalUserAgent] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Dolfin 2.0</td><td>Webkit 533.1</td><td>Bada 1.0</td><td>Samsung</td><td>Wave 525</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Dolfin [version] => 2.0 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Bada [version] => 1.0 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Wave 525 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Dolfin Browser 2.0</td><td><i class="material-icons">close</i></td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>Feature Phone</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Bada [advertised_device_os_version] => 1.0 [advertised_browser] => Dolfin Browser [advertised_browser_version] => 2.0 [complete_device_name] => Samsung GT-S5250 (Wave 2) [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-S5250 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/GT-S5250.rdf [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Dolfin/Jasmine Webkit [mobile_browser_version] => 2.0 [device_os_version] => [pointing_method] => touchscreen [release_date] => 2010_october [marketing_name] => Wave 2 [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => standard [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 400 [columns] => 20 [max_image_width] => 228 [max_image_height] => 360 [rows] => 16 [physical_screen_width] => 40 [physical_screen_height] => 60 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 262144 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => true [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 200 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 40000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 307200 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => false [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => webkit [css_spriting] => true [css_gradient_linear] => webkit [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => 10 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => yes [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:42:25</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v3/user-agent-detail/33/b6/33b6d27f-866c-481a-b44b-04a4152b7039.html
HTML
mit
38,262
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Generated by The Webalizer Ver. 2.23-05 --> <!-- --> <!-- Copyright 1997-2011 Bradford L. Barrett --> <!-- --> <!-- Distributed under the GNU GPL Version 2 --> <!-- Full text may be found at: --> <!-- http://www.webalizer.org --> <!-- --> <!-- Give the power back to the programmers --> <!-- Support the Free Software Foundation --> <!-- (http://www.fsf.org) --> <!-- --> <!-- *** Generated: 01-Feb-2013 00:02 MSK *** --> <HTML lang="ru"> <HEAD> <TITLE>Ñòàòèñòèêà èñïîëüçîâàíèÿ ñåðâåðà xn--d1abaak1bajk.xn--p1ai - ßíâàðü 2013</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </HEAD> <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000"> <H2>Ñòàòèñòèêà èñïîëüçîâàíèÿ ñåðâåðà xn--d1abaak1bajk.xn--p1ai</H2> <SMALL><STRONG> Ïåðèîä ñòàòèñòèêè: ßíâàðü 2013<BR> Äàòà ñîçäàíèÿ 01-Feb-2013 00:02 MSK<BR> </STRONG></SMALL> <CENTER> <HR> <P> <SMALL> <A HREF="#DAYSTATS">[Ñòàòèñòèêà ïî äíÿì]</A> <A HREF="#HOURSTATS">[Ñòàòèñòèêà ïî ÷àñàì]</A> <A HREF="#TOPURLS">[URL]</A> <A HREF="#TOPENTRY">[Íà÷àëüíûå ñòðàíèöû]</A> <A HREF="#TOPEXIT">[Ïîñëåäíèå ñòðàíèöû]</A> <A HREF="#TOPSITES">[Ñàéòû]</A> <A HREF="#TOPREFS">[Ññûëàþùèåñÿ ñòðàíèöû]</A> <A HREF="#TOPSEARCH">[Ïîèñê]</A> <A HREF="#TOPAGENTS">[Áðîóçåðû]</A> </SMALL> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0">Ñòàòèñòèêà çà ìåñÿö íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî çàïðîñîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>233</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ôàéëîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>102</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ñòðàíèö</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>125</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ïîñåùåíèé</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>95</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî êèëîáàéò</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>563</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ ñàéòîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>36</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ URL</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>2</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ ññûëàþùèõñÿ ñòðàíèö</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>6</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ áðîóçåðîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>27</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH WIDTH=380 BGCOLOR="#C0C0C0"><FONT SIZE=-1 COLOR="#C0C0C0">.</FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1> ñðåäíåì </FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1>Max </FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Îáðàùåíèé â ÷àñ</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>0</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>34</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Îáðàùåíèé â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>7</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>42</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ôàéëîâ â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>3</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>7</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ñòðàíèö â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>4</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>17</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Sites per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>1</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>8</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ïîñåùåíèé â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>3</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>6</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Îáú¸ì â äåíü (Êáàéò)</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>18</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>46</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0"> <FONT SIZE="-1">Çàïðîñû ïî êîäàì îòâåòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Êîä 200 - OK</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">43.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Êîä 304 - Not Modified</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Êîä 404 - Not Found</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">55.36%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>129</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="DAYSTATS"></A> <IMG SRC="daily_usage_201301.png" ALT="Èñïîëüçîâàíèå ïî äíÿì íà ßíâàðü 2013" HEIGHT=400 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Ñòàòèñòèêà ïî äíÿì íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center BGCOLOR="#C0C0C0"><FONT SIZE="-1">Äåíü</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=2><FONT SIZE="-1">ñòðàíèö</FONT></TH> <TH ALIGN=center BGCOLOR="#ffff00" COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH ALIGN=center BGCOLOR="#ff8000" COLSPAN=2><FONT SIZE="-1">ñàéòîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.19%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.65%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">22.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.18%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.89%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.49%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.89%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.73%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.64%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.36%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.36%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">17.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">18.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.44%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.61%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.12%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.10%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="HOURSTATS"></A> <IMG SRC="hourly_usage_201301.png" ALT="Èñïîëüçîâàíèå ïî ÷àñàì íà ßíâàðü 2013" HEIGHT=256 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Ñòàòèñòèêà ïî ÷àñàì íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center ROWSPAN=2 BGCOLOR="#C0C0C0"><FONT SIZE="-1">×àñ</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=3><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=3><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=3><FONT SIZE="-1">ñòðàíèö</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=3><FONT SIZE="-1">Êáàéò</FONT></TH></TR> <TR><TH ALIGN=center BGCOLOR="#00805c"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.82%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">14.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">33.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">27.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>112</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.35%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.57%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.09%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.05%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.11%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.52%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.01%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>71</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">12.57%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.49%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.16%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.54%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPURLS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 2 URL</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>337</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">59.83%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 2 URL ïî Êáàéò</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>337</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">59.83%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPENTRY"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 1 íà÷àëüíûõ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>94</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">100.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPEXIT"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 1 ïîñëåäíèõ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">100.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPSITES"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Ïåðâûå 30 èç 36 ñàéòîâ</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#0040ff" ALIGN=center COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Èìÿ õîñòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>68</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">29.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.210.65.38</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">30.39%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>109</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">32.63%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.239.178.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">95.79.97.91</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.154.243.95</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">193.169.234.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.239.218.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.54.213.174</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.77%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.134.79</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">92.241.245.126</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.70</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.75.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">31.42.230.243</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.76.46</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.76.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.46</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">83.71.160.201</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">94.125.51.30</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">109.172.77.26</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">123.30.174.125</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.178.41.1</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.79.190.48</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.112.21.32</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.229.180.158</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.9.146.8</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">46.119.35.208</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">46.246.31.126</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">5.9.35.43</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">78.139.207.23</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR BGCOLOR="#D0D0E0"><TD COLSPAN=10 ALIGN="center"> <FONT SIZE="-1"><A HREF="./site_201301.html">Ïîñìîòðåòü âñå ñàéòû</A></TD></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Ïåðâûå 10 èç 36 ñàéòîâ ïî Êáàéò</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#0040ff" ALIGN=center COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Èìÿ õîñòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">30.39%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>109</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">32.63%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.239.178.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">95.79.97.91</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.154.243.95</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.239.218.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">193.169.234.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.54.213.174</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.134.79</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.77%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">83.71.160.201</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPREFS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Ïåðâûå 6 èç 6 ññûëàþùèõñÿ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Ññûëàþùàÿñÿ ñòðàíèöà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>199</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">85.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">- (Direct Request)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://xn--d1abaak1bajk.xn--p1ai/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://funpromo.ru</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://google.com/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://funpromo.ru/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://xn--d1abaak1bajk.xn--p1ai/phpmyadmin/scripts/setup.php</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPAGENTS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Ïåðâûå 15 èç 27 áðîóçåðîâ</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Áðîóçåð</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>68</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">29.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Nigma.ru/3.0; [email protected])</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Linux; Android 4.1.2; GT-N8000 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; statdom.ru/Bot; +http://statdom.ru/bot.html)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Linux; Android 4.0.4; GT-N8000 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 5.2; .NET CLR 1.0.3705;)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">FunbotLinkCheck/1.0 (+http://funpromo.ru/)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/3.0 (compatible; Indy Library)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> </CENTER> <P> <HR> <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=0> <TR> <TD ALIGN=left VALIGN=top> <SMALL>Generated by <A HREF="http://www.webalizer.org/"><STRONG>Webalizer Version 2.23</STRONG></A> </SMALL> </TD> </TR> </TABLE> <!-- Webalizer Version 2.23-05 (Mod: 14-Apr-2011) --> </BODY> </HTML>
juhnowski/gruzsites
xn--d1abaak1bajk.xn--p1ai/stat/usage_201301.html
HTML
mit
80,000
<!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" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>StageQuestionAddRequest Class</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">StageQuestionAddRequest Class</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000986.html">Tlece.Recruitment.Models.StageQuestionVideo</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">Public Class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">public class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">public ref class StageQuestionAddRequest </pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">public class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Properties</a></span> <div>&nbsp;</div> </div> <div id="PropertiesSection" class="section"> <table class="memberListTable"> <tr> <th></th> <th> Name </th> <th> Description </th> </tr> <tr class=" "> <td> <img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img> </td> <td> <a href="topic_0000000000000989.html">QuestionIds</a> </td> <td> </td> </tr> <tr class=" "> <td> <img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img> </td> <td> <a href="topic_0000000000000988.html">StageId</a> </td> <td> </td> </tr> </table> <a href="#mainBody"> Top </a> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span> <div>&nbsp;</div> </div> <div id="MethodsSection" class="section"> <table class="memberListTable"> <tr> <th></th> <th> Name </th> <th> Description </th> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals">Equals(Object)</a> </td> <td> Determines whether the specified object is equal to the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.finalize">Finalize</a> </td> <td> Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode">GetHashCode</a> </td> <td> Serves as the default hash function. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype">GetType</a> </td> <td> Gets the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.type">Type</a> of the current instance. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone">MemberwiseClone</a> </td> <td> Creates a shallow copy of the current <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring">ToString</a> </td> <td> Returns a string that represents the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> </table> <a href="#mainBody"> Top </a> </div> </div> <!-- Classes --> <!-- Classes End --> <!-- Standard Modules --> <!-- Standard Modules End --> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Inheritance Hierarchy</a></span> <div>&nbsp;</div> </div> <div id="inheritanceHierarchySection" class="section"> <div style="padding-left:0em;"><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">System.Object</a> </div> <div style="padding-left:1em;">Tlece.Recruitment.Models.StageQuestionVideo.StageQuestionAddRequest</div> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_0000000000000986.html">Tlece.Recruitment.Models.StageQuestionVideo Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
asiboro/asiboro.github.io
vsdoc/topic_0000000000000987.html
HTML
mit
16,191
<!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="./a4a5b42c92d3957bef42e67a0c0e1bc4411a7df29cc3fe1aa18be2b35c8ca2cb.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/ac6b6fa6a324b056fba94225d646119a199102d568e085c87d247fb83d7fd8f0.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Henge: Floor 48</title> <link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/site.css"> </head> <body> <div id="staticBody"> <header> <h1><img src="/imgs/logo.svg" alt="henge"></h1> </header> <h2>Floor 48</h2> </div> <div id="CircleApp" data-floor="48" data-floor-pos="index"></div> <script type="text/javascript" src="/CircleApp.bundle.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-631498-5', 'auto'); ga('send', 'pageview'); </script> </body> </html>
henge-tech/henge-tech
docs/floors/48.html
HTML
mit
970
<html> <head> <title>MySpider/Nutch-2.2</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> MySpider/Nutch-2.2 <p> Detected by 7 of 8 providers<br /> As bot detected by 6 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td></td><td>yes</td><td>Nutch</td><td>Crawler</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^.*nutch.*$/ [browser_name_pattern] => *nutch* [parent] => Nutch [comment] => Nutch [browser] => Nutch [browser_type] => Bot/Crawler [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => [tables] => 1 [cookies] => [backgroundsounds] => [javascript] => [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => 1 [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => unknown [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>MySpider Nutch</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => MySpider [version] => Nutch ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td></td><td>yes</td><td>Nutch-based Bot</td><td>crawler</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => [device] => Array ( [brand] => [brandName] => [model] => [device] => [deviceName] => ) [bot] => Array ( [name] => Nutch-based Bot [category] => crawler [url] => https://nutch.apache.org [producer] => Array ( [name] => The Apache Software Foundation [url] => http://www.apache.org/foundation/ ) ) [extra] => Array ( [isBot] => 1 [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) [name:Sinergi\BrowserDetector\Browser:private] => unknown [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => 1 [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td>Nutch</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 2 [patch] => [family] => Nutch ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Spider [model] => Desktop [family] => Spider ) [originalUserAgent] => MySpider/Nutch-2.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td>Apache Nutch</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Apache Nutch [version] => 2.2 ) [device] => Array ( [type] => bot ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td> </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td>misc crawler</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => misc crawler [category] => crawler [os] => UNKNOWN [version] => UNKNOWN [vendor] => UNKNOWN [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:40:54</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v3/user-agent-detail/7e/75/7e755189-70e4-48c0-9b5d-ce5d8e9cacc2.html
HTML
mit
14,427
<div ng-include="'components/navbar/navbar.html'"></div> <section id="main"> <header class="hero-unit" id="banner"> <div class="container"> <h1>Plott</h1> <p class="lead">Real-Time Indoor Positioning Made Easy</p> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="custom-sign-up" ng-click="vm.signup()"> <h2> <strong>Free</strong> - Sign Up <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </h2> </div> </div> </div> <!-- <img src="assets/images/yeoman.png" alt="I'm Yeoman"> --> </div> </header> <div class="container"> <div class="row"> <div class="col-md-4"> <article class="main-sub"> <header> <h2>Getting Started</h2> </header> <main> <p>Wonderful</p> </main> </article> </div> <div class="col-md-4"> <article class="main-sub"> <header> <h2>Sensor Network</h2> </header> <main> <p>Set up your Wifi Network now to get started</p> </main> </article> </div> <div class="col-md-4"> <article class="main-sub"> <header> <h2>FAQ</h2> </header> <main> <p>Get help getting started</p> </main> </article> </div> </div> </div> <footer class="footer main-foot"> <div class="container"> <p>Plott v0.0.5 | <a href="https://twitter.com/tyhenkel">@PlottGIS</a> | <!-- <a href="https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open">Issues</a></p> --> </div> </footer> </section>
Plott/plott-app
client/app/main/main.html
HTML
mit
1,725
{% load table_tags %} <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>person</title> <link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.2/css/bootstrap.min.css"> <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script> <script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.2/js/bootstrap.min.js"></script> </head> <body> <div class="container" style="margin-top: 10px"> <!-- Navigation --> <nav class="navbar navbar-inverse" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed"></button> <a class="navbar-brand" href="/">django-datatable</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">DataSource</a> <ul class="dropdown-menu" role="menu"> <li><a href="/">Model</a></li> <li class="divider"></li> <li><a href="/datasource/ajax/">Ajax</a></li> <li class="divider"></li> <li><a href="/datasource/ajaxsource/">Ajax Source</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Columns</a> <ul class="dropdown-menu" role="menu"> <li><a href="/column/sequence/">Sequence Column</a></li> <li class="divider"></li> <li><a href="/column/calendar/">Calendar Column</a></li> <li class="divider"></li> <li><a href="/column/link/">Link Column</a></li> <li class="divider"></li> <li><a href="/column/checkbox/">Checkbox Column</a></li> </ul> </li> </ul> </div> </div> </nav> <br /> {% render_table people %} </div> </body> </html>
arambadk/django-datatable
example/templates/index.html
HTML
mit
2,840
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> <title>ContentMine</title> <meta name="description" content=""> <meta name="author" content="Cottage Labs"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="http://contentmine.org/static/favicon.ico" rel="icon" type="image/x-icon" /> <!-- 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]--> <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <!-- get bootstrap css --> <link rel="stylesheet" href="http://contentmine.org/static/vendor/bootstrap-3.0.3/css/bootstrap.min.css"> <!-- get jquery-ui --> <link rel="stylesheet" href="http://contentmine.org/static/vendor/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.min.css"> <!-- get jquery js --> <script type="text/javascript" src="http://contentmine.org/static/vendor/jquery-1.10.2.min.js"></script> <!-- get jquery-ui --> <script type="text/javascript" src="http://contentmine.org/static/vendor/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script> <!-- get bootstrap js --> <script type="text/javascript" src="http://contentmine.org/static/vendor/bootstrap-3.0.3/js/bootstrap.min.js"></script> <!-- get d3 --> <script type="text/javascript" src="http://contentmine.org/static/vendor/d3/d3.min.js"></script> <!-- get select2 --> <script type="text/javascript" src="http://contentmine.org/static/vendor/select2-release-3.2/select2.min.js"></script> <link rel="stylesheet" href="http://contentmine.org/static/vendor/select2-release-3.2/select2.css"> <link rel="stylesheet" href="http://contentmine.org/static/vendor/select2-release-3.2/select2-bootstrap.css"> <!-- get graphview --> <script type="text/javascript" src="/static/jquery.graphview.js"></script> </head> <body style="background-image:url('http://canary.cottagelabs.com/CM.png');background-repeat:no-repeat;background-position:right bottom;"> <div id="catgraph" style="height:100%;width:100%;min-height:800px;min-width:800px;"></div> <script> jQuery(document).ready(function() { $('#catgraph').graphview({ "target": "http://contentmine.org/api/fact/query", "datatype": "JSONP", "pushstate": false, "searchhintline": "type search terms and click enter to search", "titlefield": "record.title", "defaultquery": { "query": { "bool": { "must":[ {"match_all": {}} ] } }, "facets":{ "prefix terms": {"term":{"field":"pre","suggest":true,"node":true}}, "fact": {"term":{"field":"fact.exact","suggest":true,"node":true}}, "postfix terms": {"term":{"field":"post","suggest":true,"node":true}}, "keywords": {"term":{"field":"keywords.term","suggest":true,"node":true}}, "tags": {"term":{"field":"tags","suggest":true,"node":true}}, "set": {"term":{"field":"set","suggest":true,"node":true}}, "url": {"term":{"field":"url.exact","suggest":true,"node":true}}, "source": {"term":{"field":"source.exact","suggest":true,"node":true}} }, "size":20 } }); }); </script> </body> </html>
CottageLabs/catalogue
catalogue/templates/fact.html
HTML
mit
3,859
<html> <head> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script> <!-- <script type="text/javascript" src="./jquery.scrollTo-2.1.2/jquery.scrollTo.js"></script>--> <link rel="stylesheet" type="text/css" href="style.css"> <script> logo_toggle = function(){ if($("#logo").css("bottom") == "0px"){ $("#logo_image").animate({width: "300px"}); $("#logo").animate({bottom: "85%"}); } else{ $("#logo_image").animate({width:"500px"}); $("#logo").animate({bottom: "0"}); } console.log($("#logo").css("bottom")); } center_project = function(){ console.log(this) } </script> </head> <body> <div id="logo" style="top:0;" > <img class="transparent shrinkToFit" id="logo_image" src="logo2.gif"></img> </div> <button onClick='logo_toggle(); $("#marbles").fadeToggle("slow");'>JavaScript</button> <div id="marbles" style = "display:none;"> <div id="about-project"> Marbles: A board game similar to Hasbro's Sorry. </br> Objective: get all four of your marbles into the home stretch before the other players. </br></br> Notes: This project is the first extracurricular project I started as an undergrad. Eventually I'd like to turn this into a truly multiplayer game using <a href="https://www.airconsole.com/">Air Console.</a> The game is functional within this page, and it accepts any number as input. When I have time to complete it, the game will accept a playing card chosen by the player through the smartphone interface. <a href="https://github.com/davidbrowning/Marbles">Source.</a> </div> <object data=http://davidbrowning.github.io/html/marbles/parts/1.html width="600" height="600"> <embed src=http://davidbrowning.github.io/html/marbles/parts/1.html width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#homeInventory").fadeToggle("slow");'>Android (Java)</button> <div id="homeInventory" style="display:none;"> <div id="about-project"> Home Inventory: An android app designed to help people manage their groceries. The app is intended to be used shortly after grocery trips in order to centralize food purchases. The long term intent for this app is to give users the ability to know what groceries they have on hand so they can see what they would need for certain recipes. <a href="https://github.com/davidbrowning/FinalProjectCS3200">Source.</a> </div> <iframe width="400" height="630" src="https://www.youtube.com/embed/LztBqXfQvPI" frameborder="0" allowfullscreen></iframe> </div> </br> <button onClick='logo_toggle(); $("#shell").fadeToggle("slow");'>C++</button> <div id="shell" style="display:none"> <div id="about-project"> Shell: This simple shell program was an assignment in my operating systems course. It supports some native commands while making use of the c++ execvp call in the unistd library. <a href="https://github.com/davidbrowning/shell">Source.</a> </div> <iframe width="760" height="415" src="https://www.youtube.com/embed/U7MV7cIjLDI" frameborder="0" allowfullscreen></iframe> </div> </br> <button onClick='logo_toggle(); $("#breakout").fadeToggle("slow");'>JavaScript</button> <div id="breakout" style="display:none;"> <div id="about-project"> Breakout: My version of the classic breakout game! <a href="https://github.com/davidbrowning/breakoutjs">Source.</a> </div> <object data=http://davidbrowning.github.io/html/breakout.html width="1016" height="501"> <embed src=http://davidbrowning.github.io/html/breakout.html width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#ori").fadeToggle("slow");'>JavaScript</button> <div id="ori" style="display:none;"> <div id="about-ori"> Ori Clone: An online multi-player platforming game. This makes use of the socket.io JavaScript library. Watch out for snakes! <a href="https://github.com/davidbrowning/GameDev">Source.</a> </div> <object data=http://oriclone.herokuapp.com width="1050" height="800"> <embed src=http://oriclone.herokuapp.com width="100" height="100"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#simonish").fadeToggle("slow");'>Java</button> <div id="simonish" style="display:none;"> <div id="about-project"> Simon-ish: Based on the hand-held <a href="https://en.wikipedia.org/wiki/Simon_(game)">simon</a> game, this Java project uses the swing library to allow the user to play simon at different difficulties. <a href="https://github.com/davidbrowning/Simon-ish">Source.</a> </div> <iframe width="600" height="615" src="https://www.youtube.com/embed/kYVj_BY9k5M" frameborder="0" allowfullscreen></iframe> </div> </br> <a href="history/github_help.html"><button onClick=''>Family History</button></a> <div id="bio"> Hi! My name is Dave, and I am a software engineer from Utah. I will graduate from Utah State Univsity in May of 2018, so I created this website as a showcase for some of the work I have done individually, collaboratively, and in the classroom. </div> </body> </html>
davidbrowning/davidbrowning.github.io
index.html
HTML
mit
5,325
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Module crap_json</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc"> </head> <body bgcolor="white"> <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <hr> <h1>Module crap_json</h1> <ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>World's garbage-est to-JSON encoder. <p>Copyright © 2014 all rights reserved by John Haugeland</p> <p><b>Version:</b> 1.0.0 </p> <p><b>Authors:</b> John Haugeland [<em>web site:</em> <tt><a href="http://fullof.bs/" target="_top">http://fullof.bs/</a></tt>].</p> <h2><a name="description">Description</a></h2><p>World's garbage-est to-JSON encoder.</p> <p>You essentially always want <a href="crap_json.html#to_json-1"><code>crap_json:to_json/1</code></a>.</p> <p>Uni-directional. Assumes all lists of integers are strings. Assumes all 2-ary proplists are objects. Assumes all tuples are arrays. Represents integers and floats. Converts binaries to strings (!). Atoms true, false, and null are converted to the equivalent literals; others catch fire and die (JSON does not have undefined; thanks Gocy). Nests sanely from tuples and proplists *only*. Will flatten improper iolists. Dies violently on any other type (ports, PIDs, references, etc.)</p> The new Erlang type "maps" have not yet been handled. <h2><a name="types">Data Types</a></h2> <h3 class="typedecl"><a name="type-json_array">json_array()</a></h3> <p><tt>json_array() = [] | [<a href="#type-json_term">json_term()</a>]</tt></p> <h3 class="typedecl"><a name="type-json_escaped_binary">json_escaped_binary()</a></h3> <p><tt>json_escaped_binary() = binary()</tt></p> <h3 class="typedecl"><a name="type-json_escaped_string">json_escaped_string()</a></h3> <p><tt>json_escaped_string() = list()</tt></p> <h3 class="typedecl"><a name="type-json_kw">json_kw()</a></h3> <p><tt>json_kw() = true | false | null</tt></p> <h3 class="typedecl"><a name="type-json_object">json_object()</a></h3> <p><tt>json_object() = [] | [{<a href="#type-json_escaped_string">json_escaped_string()</a>, <a href="#type-json_term">json_term()</a>}]</tt></p> <h3 class="typedecl"><a name="type-json_term">json_term()</a></h3> <p><tt>json_term() = integer() | float() | <a href="#type-json_object">json_object()</a> | <a href="#type-json_array">json_array()</a> | binary() | <a href="#type-json_kw">json_kw()</a></tt></p> <h2><a name="index">Function Index</a></h2> <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#escape_char-1">escape_char/1</a></td><td><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe.</td></tr> <tr><td valign="top"><a href="#escape_string-1">escape_string/1</a></td><td><span style="color: green; font-weight: bold;">Tested</span> Escapes a string for use in JSON; unicode safe.</td></tr> <tr><td valign="top"><a href="#test-0">test/0</a></td><td>Runs the test cases verbosely.</td></tr> <tr><td valign="top"><a href="#test-1">test/1</a></td><td>Runs the test cases verbosely or quietly.</td></tr> <tr><td valign="top"><a href="#to_json-1">to_json/1</a></td><td><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe.</td></tr> </table> <h2><a name="functions">Function Details</a></h2> <h3 class="function"><a name="escape_char-1">escape_char/1</a></h3> <div class="spec"> <p><tt>escape_char(Char::non_neg_integer()) -&gt; <a href="#type-json_escaped_string">json_escaped_string()</a></tt><br></p> </div><p><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe. <pre> 1&gt; crap_json:escape_char($a). "a" 2&gt; crap_json:escape_char($汉). "\\u6C49" 3&gt; crap_json:escape_char($\r). "\\r"</pre> Thirteen unit tests (mostly special characters) and one stochastic test (any character escapes to a list.)</p> <h3 class="function"><a name="escape_string-1">escape_string/1</a></h3> <div class="spec"> <p><tt>escape_string(String::list()) -&gt; <a href="#type-json_escaped_string">json_escaped_string()</a></tt><br></p> </div><p><span style="color: green; font-weight: bold;">Tested</span> Escapes a string for use in JSON; unicode safe. <pre> 1&gt; crap_json:escape_string("a"). "a" 2&gt; crap_json:escape_string("abc def"). "abc def" 3&gt; crap_json:escape_string("abc \r \n def"). "abc \\r \\n def" 4&gt; crap_json:escape_string("汉语"). "\\u6C49\\u8BED"</pre> Nine unit tests (special characters and one Chinese character.)</p> <h3 class="function"><a name="test-0">test/0</a></h3> <div class="spec"> <p><tt>test() -&gt; ok | error</tt><br></p> </div><p>Runs the test cases verbosely. <pre> 1&gt; crap_json:test(). ======================== EUnit ======================== module 'crap_json' module 'crap_json_tests' escape_string tests crap_json_tests:144: escape_string_test_ (empty string)...ok crap_json_tests:145: escape_string_test_ (a)...ok crap_json_tests:146: escape_string_test_ (abc)...ok crap_json_tests:147: escape_string_test_ (\r)...ok crap_json_tests:148: escape_string_test_ (\n)...ok crap_json_tests:149: escape_string_test_ (\r\n)...ok crap_json_tests:150: escape_string_test_ (a\bc)...ok crap_json_tests:151: escape_string_test_ (\vc\r)...ok crap_json_tests:152: escape_string_test_ (BC(zh)DE)...ok [done in 0.140 s] escape_char tests crap_json_tests:164: escape_char_test_ (backspace)...ok crap_json_tests:165: escape_char_test_ (form feed)...ok crap_json_tests:166: escape_char_test_ (newline)...ok crap_json_tests:167: escape_char_test_ (carriage return)...ok crap_json_tests:168: escape_char_test_ (tab)...ok crap_json_tests:169: escape_char_test_ (vertical tab)...ok crap_json_tests:170: escape_char_test_ (null)...ok crap_json_tests:171: escape_char_test_ (backslash)...ok crap_json_tests:172: escape_char_test_ (single quote)...ok crap_json_tests:173: escape_char_test_ (double quote)...ok crap_json_tests:174: escape_char_test_ (low ascii)...ok crap_json_tests:175: escape_char_test_ (high unicode)...ok crap_json_tests:176: escape_char_test_ (capital D)...ok crap_json_tests:178: escape_char_test_ (Stochastic: any ASCII or unicode character escapes to a list)...[0.047 s] ok [done in 0.266 s] to_json tests crap_json_tests:190: to_json_test_ (true)...ok crap_json_tests:191: to_json_test_ (false)...ok crap_json_tests:192: to_json_test_ (null)...ok crap_json_tests:194: to_json_test_ (Int Zero)...ok crap_json_tests:195: to_json_test_ (Int Two)...ok crap_json_tests:196: to_json_test_ (Int Neg Two)...ok crap_json_tests:198: to_json_test_ (Float Zero)...ok crap_json_tests:199: to_json_test_ (Float Two)...ok crap_json_tests:200: to_json_test_ (Float Neg Two)...ok crap_json_tests:201: to_json_test_ (Float Two Point Five)...ok crap_json_tests:202: to_json_test_ (Float Neg Two Point Five)...ok crap_json_tests:203: to_json_test_ (Float Zero Point One)...ok crap_json_tests:204: to_json_test_ (Float Neg Zero Point One)...ok crap_json_tests:206: to_json_test_ (Empty string)...ok crap_json_tests:207: to_json_test_ (ASCII one-char string)...ok crap_json_tests:208: to_json_test_ (ASCII string)...ok crap_json_tests:210: to_json_test_ (Empty binary string)...ok crap_json_tests:211: to_json_test_ (ASCII binary one-char string)...ok crap_json_tests:212: to_json_test_ (ASCII binary string)...ok crap_json_tests:214: to_json_test_ (Unicode one-char string)...ok crap_json_tests:215: to_json_test_ (Unicode string)...ok crap_json_tests:218: to_json_test_ (PL Obj 1-prop)...ok crap_json_tests:219: to_json_test_ (PL Obj 2-prop)...ok crap_json_tests:221: to_json_test_ (Tuple array, empty)...ok crap_json_tests:222: to_json_test_ ({1,2,3})...ok crap_json_tests:223: to_json_test_ ({1,true,"foo",{{3,null}}})...ok crap_json_tests:226: to_json_test_ (Stochastic: any integer yields binary)...ok crap_json_tests:227: to_json_test_ (Stochastic: any float yields binary)...ok crap_json_tests:228: to_json_test_ (Stochastic: any ASCII list yields binary)...ok crap_json_tests:229: to_json_test_ (Stochastic: any Unicode list yields binary)...ok crap_json_tests:230: to_json_test_ (Stochastic: ASCII list result correct length)...ok [done in 0.484 s] [done in 0.890 s] [done in 0.890 s] ======================================================= All 54 tests passed. ok</pre> Not test-worthy per se. The above list may be out of date. Run time for tests will vary by machine.</p> <h3 class="function"><a name="test-1">test/1</a></h3> <div class="spec"> <p><tt>test(X1::quiet | verbose) -&gt; ok | error</tt><br></p> </div><p>Runs the test cases verbosely or quietly. Verbosely is as shown above. <pre> 1&gt; crap_json:test(quiet). All 54 tests passed. ok</pre></p> <h3 class="function"><a name="to_json-1">to_json/1</a></h3> <div class="spec"> <p><tt>to_json(Term::integer() | float() | tuple() | list() | binary() | <a href="#type-json_kw">json_kw()</a>) -&gt; <a href="#type-json_escaped_binary">json_escaped_binary()</a></tt><br></p> </div><p><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe. <pre> 1&gt; crap_json:to_json("a"). &lt;&lt;"\"a\""&gt;&gt; 2&gt; crap_json:to_json("abc \r \n def"). &lt;&lt;"\"abc \\r \\n def\""&gt;&gt; 3&gt; crap_json:to_json("汉语"). &lt;&lt;"\"\\u6C49\\u8BED\""&gt;&gt; 4&gt; crap_json:to_json(1). &lt;&lt;"1"&gt;&gt; 5&gt; crap_json:to_json(0.1). % good handling of rounding error &lt;&lt;"0.1"&gt;&gt; 6&gt; crap_json:to_json(true). &lt;&lt;"true"&gt;&gt; 7&gt; crap_json:to_json( [ {"height", "2in"}, {"width", "3in"} ]). &lt;&lt;"{\"height\":\"2in\",\"width\":\"3in\"}"&gt;&gt; 8&gt; crap_json:to_json( {1,2,3} ). &lt;&lt;"[1,2,3]"&gt;&gt; 9&gt; crap_json:to_json( {1, {2,3}, {true,false,null} } ). &lt;&lt;"[1,[2,3],[true,false,null]]"&gt;&gt;</pre> A simple example of nested use: <pre> 1&gt; Joe = [ {name,"Joe Smith"}, {position, "Programmer"}, {salary, 125000} ]. [{name,"Joe Smith"},{position,"Programmer"},{salary,125000}] 2&gt; Becca = [ {name,"Becca Raymond"}, {position, "Programmer"}, {salary, 128000} ]. [{name,"Becca Raymond"}, {position,"Programmer"}, {salary,128000}] 3&gt; Pat = [ {name, "Pat Henry"}, {position, "Manager"}, {salary, 141000} ]. [{name,"Pat Henry"},{position,"Manager"},{salary,141000}] 4&gt; Staff = { Joe, Becca, Pat }. {[{name,"Joe Smith"}, {position,"Programmer"}, {salary,125000}], [{name,"Becca Raymond"}, {position,"Programmer"}, {salary,128000}], [{name,"Pat Henry"},{position,"Manager"},{salary,141000}]} 5&gt; crap_json:to_json(Staff). &lt;&lt;"[{\"name\":\"Joe Smith\",\"position\":\"Programmer\",\"salary\":125000},{\"name\":\"Becca Raymond\",\"position\":\"Programmer\",\"salar"...&gt;&gt;</pre> 26 unit tests (special characters, chinese, keywords, various types) and five stochastic tests (any int, float, ascii string, unicode string escapes to a binary; length of result checking.)</p> <hr> <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <p><i>Generated by EDoc, Jul 7 2014, 01:15:19.</i></p> </body> </html>
StoneCypher/crap_json
doc/crap_json.html
HTML
mit
12,623
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Advanced Form Elements | Bootstrap Based Admin Template - Material Design</title> <!-- Favicon--> <link rel="icon" href="../../favicon.ico" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="../../plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Waves Effect Css --> <link href="../../plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Animation Css --> <link href="../../plugins/animate-css/animate.css" rel="stylesheet" /> <!-- Colorpicker Css --> <link href="../../plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css" rel="stylesheet" /> <!-- Dropzone Css --> <link href="../../plugins/dropzone/dropzone.css" rel="stylesheet"> <!-- Multi Select Css --> <link href="../../plugins/multi-select/css/multi-select.css" rel="stylesheet"> <!-- Bootstrap Spinner Css --> <link href="../../plugins/jquery-spinner/css/bootstrap-spinner.css" rel="stylesheet"> <!-- Bootstrap Tagsinput Css --> <link href="../../plugins/bootstrap-tagsinput/bootstrap-tagsinput.css" rel="stylesheet"> <!-- Bootstrap Select Css --> <link href="../../plugins/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" /> <!-- noUISlider Css --> <link href="../../plugins/nouislider/nouislider.min.css" rel="stylesheet" /> <!-- Custom Css --> <link href="../../css/style.css" rel="stylesheet"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="../../css/themes/all-themes.css" rel="stylesheet" /> </head> <body class="theme-red"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Overlay For Sidebars --> <div class="overlay"></div> <!-- #END# Overlay For Sidebars --> <!-- Search Bar --> <div class="search-bar"> <div class="search-icon"> <i class="material-icons">search</i> </div> <input type="text" placeholder="START TYPING..."> <div class="close-search"> <i class="material-icons">close</i> </div> </div> <!-- #END# Search Bar --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid"> <div class="navbar-header"> <a href="javascript:void(0);" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"></a> <a href="javascript:void(0);" class="bars"></a> <a class="navbar-brand" href="../../index.html">ADMINBSB - MATERIAL DESIGN</a> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <!-- Call Search --> <li><a href="javascript:void(0);" class="js-search" data-close="true"><i class="material-icons">search</i></a></li> <!-- #END# Call Search --> <!-- Notifications --> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button"> <i class="material-icons">notifications</i> <span class="label-count">7</span> </a> <ul class="dropdown-menu"> <li class="header">NOTIFICATIONS</li> <li class="body"> <ul class="menu"> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-light-green"> <i class="material-icons">person_add</i> </div> <div class="menu-info"> <h4>12 new members joined</h4> <p> <i class="material-icons">access_time</i> 14 mins ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-cyan"> <i class="material-icons">add_shopping_cart</i> </div> <div class="menu-info"> <h4>4 sales made</h4> <p> <i class="material-icons">access_time</i> 22 mins ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-red"> <i class="material-icons">delete_forever</i> </div> <div class="menu-info"> <h4><b>Nancy Doe</b> deleted account</h4> <p> <i class="material-icons">access_time</i> 3 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-orange"> <i class="material-icons">mode_edit</i> </div> <div class="menu-info"> <h4><b>Nancy</b> changed name</h4> <p> <i class="material-icons">access_time</i> 2 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-blue-grey"> <i class="material-icons">comment</i> </div> <div class="menu-info"> <h4><b>John</b> commented your post</h4> <p> <i class="material-icons">access_time</i> 4 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-light-green"> <i class="material-icons">cached</i> </div> <div class="menu-info"> <h4><b>John</b> updated status</h4> <p> <i class="material-icons">access_time</i> 3 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-purple"> <i class="material-icons">settings</i> </div> <div class="menu-info"> <h4>Settings updated</h4> <p> <i class="material-icons">access_time</i> Yesterday </p> </div> </a> </li> </ul> </li> <li class="footer"> <a href="javascript:void(0);">View All Notifications</a> </li> </ul> </li> <!-- #END# Notifications --> <!-- Tasks --> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button"> <i class="material-icons">flag</i> <span class="label-count">9</span> </a> <ul class="dropdown-menu"> <li class="header">TASKS</li> <li class="body"> <ul class="menu tasks"> <li> <a href="javascript:void(0);"> <h4> Footer display issue <small>32%</small> </h4> <div class="progress"> <div class="progress-bar bg-pink" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 32%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Make new buttons <small>45%</small> </h4> <div class="progress"> <div class="progress-bar bg-cyan" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 45%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Create new dashboard <small>54%</small> </h4> <div class="progress"> <div class="progress-bar bg-teal" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 54%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Solve transition issue <small>65%</small> </h4> <div class="progress"> <div class="progress-bar bg-orange" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 65%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Answer GitHub questions <small>92%</small> </h4> <div class="progress"> <div class="progress-bar bg-purple" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 92%"> </div> </div> </a> </li> </ul> </li> <li class="footer"> <a href="javascript:void(0);">View All Tasks</a> </li> </ul> </li> <!-- #END# Tasks --> <li class="pull-right"><a href="javascript:void(0);" class="js-right-sidebar" data-close="true"><i class="material-icons">more_vert</i></a></li> </ul> </div> </div> </nav> <!-- #Top Bar --> <section> <!-- Left Sidebar --> <aside id="leftsidebar" class="sidebar"> <!-- User Info --> <div class="user-info"> <div class="image"> <img src="../../images/user.png" width="48" height="48" alt="User" /> </div> <div class="info-container"> <div class="name" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">John Doe</div> <div class="email">[email protected]</div> <div class="btn-group user-helper-dropdown"> <i class="material-icons" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">keyboard_arrow_down</i> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);"><i class="material-icons">person</i>Profile</a></li> <li role="seperator" class="divider"></li> <li><a href="javascript:void(0);"><i class="material-icons">group</i>Followers</a></li> <li><a href="javascript:void(0);"><i class="material-icons">shopping_cart</i>Sales</a></li> <li><a href="javascript:void(0);"><i class="material-icons">favorite</i>Likes</a></li> <li role="seperator" class="divider"></li> <li><a href="javascript:void(0);"><i class="material-icons">input</i>Sign Out</a></li> </ul> </div> </div> </div> <!-- #User Info --> <!-- Menu --> <div class="menu"> <ul class="list"> <li class="header">MAIN NAVIGATION</li> <li> <a href="../../index.html"> <i class="material-icons">home</i> <span>Home</span> </a> </li> <li> <a href="../../pages/typography.html"> <i class="material-icons">text_fields</i> <span>Typography</span> </a> </li> <li> <a href="../../pages/helper-classes.html"> <i class="material-icons">layers</i> <span>Helper Classes</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">widgets</i> <span>Widgets</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Cards</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/widgets/cards/basic.html">Basic</a> </li> <li> <a href="../../pages/widgets/cards/colored.html">Colored</a> </li> <li> <a href="../../pages/widgets/cards/no-header.html">No Header</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Infobox</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/widgets/infobox/infobox-1.html">Infobox-1</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-2.html">Infobox-2</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-3.html">Infobox-3</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-4.html">Infobox-4</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-5.html">Infobox-5</a> </li> </ul> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">swap_calls</i> <span>User Interface (UI)</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/ui/alerts.html">Alerts</a> </li> <li> <a href="../../pages/ui/animations.html">Animations</a> </li> <li> <a href="../../pages/ui/badges.html">Badges</a> </li> <li> <a href="../../pages/ui/breadcrumbs.html">Breadcrumbs</a> </li> <li> <a href="../../pages/ui/buttons.html">Buttons</a> </li> <li> <a href="../../pages/ui/collapse.html">Collapse</a> </li> <li> <a href="../../pages/ui/colors.html">Colors</a> </li> <li> <a href="../../pages/ui/dialogs.html">Dialogs</a> </li> <li> <a href="../../pages/ui/icons.html">Icons</a> </li> <li> <a href="../../pages/ui/labels.html">Labels</a> </li> <li> <a href="../../pages/ui/list-group.html">List Group</a> </li> <li> <a href="../../pages/ui/media-object.html">Media Object</a> </li> <li> <a href="../../pages/ui/modals.html">Modals</a> </li> <li> <a href="../../pages/ui/notifications.html">Notifications</a> </li> <li> <a href="../../pages/ui/pagination.html">Pagination</a> </li> <li> <a href="../../pages/ui/preloaders.html">Preloaders</a> </li> <li> <a href="../../pages/ui/progressbars.html">Progress Bars</a> </li> <li> <a href="../../pages/ui/range-sliders.html">Range Sliders</a> </li> <li> <a href="../../pages/ui/sortable-nestable.html">Sortable & Nestable</a> </li> <li> <a href="../../pages/ui/tabs.html">Tabs</a> </li> <li> <a href="../../pages/ui/thumbnails.html">Thumbnails</a> </li> <li> <a href="../../pages/ui/tooltips-popovers.html">Tooltips & Popovers</a> </li> <li> <a href="../../pages/ui/waves.html">Waves</a> </li> </ul> </li> <li class="active"> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">assignment</i> <span>Forms</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/forms/basic-form-elements.html">Basic Form Elements</a> </li> <li class="active"> <a href="../../pages/forms/advanced-form-elements.html">Advanced Form Elements</a> </li> <li> <a href="../../pages/forms/form-examples.html">Form Examples</a> </li> <li> <a href="../../pages/forms/form-validation.html">Form Validation</a> </li> <li> <a href="../../pages/forms/form-wizard.html">Form Wizard</a> </li> <li> <a href="../../pages/forms/editors.html">Editors</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">view_list</i> <span>Tables</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/tables/normal-tables.html">Normal Tables</a> </li> <li> <a href="../../pages/tables/jquery-datatable.html">Jquery Datatables</a> </li> <li> <a href="../../pages/tables/editable-table.html">Editable Tables</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">perm_media</i> <span>Medias</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/medias/image-gallery.html">Image Gallery</a> </li> <li> <a href="../../pages/medias/carousel.html">Carousel</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">pie_chart</i> <span>Charts</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/charts/morris.html">Morris</a> </li> <li> <a href="../../pages/charts/flot.html">Flot</a> </li> <li> <a href="../../pages/charts/chartjs.html">ChartJS</a> </li> <li> <a href="../../pages/charts/sparkline.html">Sparkline</a> </li> <li> <a href="../../pages/charts/jquery-knob.html">Jquery Knob</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">content_copy</i> <span>Example Pages</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/examples/sign-in.html">Sign In</a> </li> <li> <a href="../../pages/examples/sign-up.html">Sign Up</a> </li> <li> <a href="../../pages/examples/forgot-password.html">Forgot Password</a> </li> <li> <a href="../../pages/examples/blank.html">Blank Page</a> </li> <li> <a href="../../pages/examples/404.html">404 - Not Found</a> </li> <li> <a href="../../pages/examples/500.html">500 - Server Error</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">map</i> <span>Maps</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/maps/google.html">Google Map</a> </li> <li> <a href="../../pages/maps/yandex.html">YandexMap</a> </li> <li> <a href="../../pages/maps/jvectormap.html">jVectorMap</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">trending_down</i> <span>Multi Level Menu</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Menu Item</span> </a> </li> <li> <a href="javascript:void(0);"> <span>Menu Item - 2</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Level - 2</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Menu Item</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Level - 3</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Level - 4</span> </a> </li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="../changelogs.html"> <i class="material-icons">update</i> <span>Changelogs</span> </a> </li> <li class="header">LABELS</li> <li> <a href="javascript:void(0);"> <i class="material-icons col-red">donut_large</i> <span>Important</span> </a> </li> <li> <a href="javascript:void(0);"> <i class="material-icons col-amber">donut_large</i> <span>Warning</span> </a> </li> <li> <a href="javascript:void(0);"> <i class="material-icons col-light-blue">donut_large</i> <span>Information</span> </a> </li> </ul> </div> <!-- #Menu --> <!-- Footer --> <div class="legal"> <div class="copyright"> &copy; 2016 <a href="javascript:void(0);">AdminBSB - Material Design</a>. </div> <div class="version"> <b>Version: </b> 1.0.4 </div> </div> <!-- #Footer --> </aside> <!-- #END# Left Sidebar --> <!-- Right Sidebar --> <aside id="rightsidebar" class="right-sidebar"> <ul class="nav nav-tabs tab-nav-right" role="tablist"> <li role="presentation" class="active"><a href="#skins" data-toggle="tab">SKINS</a></li> <li role="presentation"><a href="#settings" data-toggle="tab">SETTINGS</a></li> </ul> <div class="tab-content"> <div role="tabpanel" class="tab-pane fade in active in active" id="skins"> <ul class="demo-choose-skin"> <li data-theme="red" class="active"> <div class="red"></div> <span>Red</span> </li> <li data-theme="pink"> <div class="pink"></div> <span>Pink</span> </li> <li data-theme="purple"> <div class="purple"></div> <span>Purple</span> </li> <li data-theme="deep-purple"> <div class="deep-purple"></div> <span>Deep Purple</span> </li> <li data-theme="indigo"> <div class="indigo"></div> <span>Indigo</span> </li> <li data-theme="blue"> <div class="blue"></div> <span>Blue</span> </li> <li data-theme="light-blue"> <div class="light-blue"></div> <span>Light Blue</span> </li> <li data-theme="cyan"> <div class="cyan"></div> <span>Cyan</span> </li> <li data-theme="teal"> <div class="teal"></div> <span>Teal</span> </li> <li data-theme="green"> <div class="green"></div> <span>Green</span> </li> <li data-theme="light-green"> <div class="light-green"></div> <span>Light Green</span> </li> <li data-theme="lime"> <div class="lime"></div> <span>Lime</span> </li> <li data-theme="yellow"> <div class="yellow"></div> <span>Yellow</span> </li> <li data-theme="amber"> <div class="amber"></div> <span>Amber</span> </li> <li data-theme="orange"> <div class="orange"></div> <span>Orange</span> </li> <li data-theme="deep-orange"> <div class="deep-orange"></div> <span>Deep Orange</span> </li> <li data-theme="brown"> <div class="brown"></div> <span>Brown</span> </li> <li data-theme="grey"> <div class="grey"></div> <span>Grey</span> </li> <li data-theme="blue-grey"> <div class="blue-grey"></div> <span>Blue Grey</span> </li> <li data-theme="black"> <div class="black"></div> <span>Black</span> </li> </ul> </div> <div role="tabpanel" class="tab-pane fade" id="settings"> <div class="demo-settings"> <p>GENERAL SETTINGS</p> <ul class="setting-list"> <li> <span>Report Panel Usage</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> <li> <span>Email Redirect</span> <div class="switch"> <label><input type="checkbox"><span class="lever"></span></label> </div> </li> </ul> <p>SYSTEM SETTINGS</p> <ul class="setting-list"> <li> <span>Notifications</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> <li> <span>Auto Updates</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> </ul> <p>ACCOUNT SETTINGS</p> <ul class="setting-list"> <li> <span>Offline</span> <div class="switch"> <label><input type="checkbox"><span class="lever"></span></label> </div> </li> <li> <span>Location Permission</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> </ul> </div> </div> </div> </aside> <!-- #END# Right Sidebar --> </section> <section class="content"> <div class="container-fluid"> <div class="block-header"> <h2>ADVANCED FORM ELEMENTS</h2> </div> <!-- Color Pickers --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> COLOR PICKERS <small>Taken from <a href="https://github.com/mjolnic/bootstrap-colorpicker/" target="_blank">github.com/mjolnic/bootstrap-colorpicker</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <b>HEX CODE</b> <div class="input-group colorpicker"> <div class="form-line"> <input type="text" class="form-control" value="#00AABB"> </div> <span class="input-group-addon"> <i></i> </span> </div> </div> <div class="col-md-6"> <b>RGB(A) CODE</b> <div class="input-group colorpicker"> <div class="form-line"> <input type="text" class="form-control" value="rgba(0,0,0,0.7)"> </div> <span class="input-group-addon"> <i></i> </span> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Color Pickers --> <!-- File Upload | Drag & Drop OR With Click & Choose --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> FILE UPLOAD - DRAG & DROP OR WITH CLICK & CHOOSE <small>Taken from <a href="http://www.dropzonejs.com/" target="_blank">www.dropzonejs.com</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <form action="/" id="frmFileUpload" class="dropzone" method="post" enctype="multipart/form-data"> <div class="dz-message"> <div class="drag-icon-cph"> <i class="material-icons">touch_app</i> </div> <h3>Drop files here or click to upload.</h3> <em>(This is just a demo dropzone. Selected files are <strong>not</strong> actually uploaded.)</em> </div> <div class="fallback"> <input name="file" type="file" multiple /> </div> </form> </div> </div> </div> </div> <!-- #END# File Upload | Drag & Drop OR With Click & Choose --> <!-- Masked Input --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> MASKED INPUT <small>Taken from <a href="https://github.com/RobinHerbots/jquery.inputmask" target="_blank">github.com/RobinHerbots/jquery.inputmask</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="demo-masked-input"> <div class="row clearfix"> <div class="col-md-3"> <b>Date</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">date_range</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Ex: 30/07/2016"> </div> </div> </div> <div class="col-md-3"> <b>Time (24 hour)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">access_time</i> </span> <div class="form-line"> <input type="text" class="form-control time24" placeholder="Ex: 23:59"> </div> </div> </div> <div class="col-md-3"> <b>Time (12 hour)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">access_time</i> </span> <div class="form-line"> <input type="text" class="form-control time12" placeholder="Ex: 11:59 pm"> </div> </div> </div> <div class="col-md-3"> <b>Date Time</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">date_range</i> </span> <div class="form-line"> <input type="text" class="form-control datetime" placeholder="Ex: 30/07/2016 23:59"> </div> </div> </div> <div class="col-md-3"> <b>Mobile Phone Number</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">phone_iphone</i> </span> <div class="form-line"> <input type="text" class="form-control mobile-phone-number" placeholder="Ex: +00 (000) 000-00-00"> </div> </div> </div> <div class="col-md-3"> <b>Phone Number</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">phone</i> </span> <div class="form-line"> <input type="text" class="form-control mobile-phone-number" placeholder="Ex: +00 (000) 000-00-00"> </div> </div> </div> <div class="col-md-3"> <b>Money (Dollar)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">attach_money</i> </span> <div class="form-line"> <input type="text" class="form-control money-dollar" placeholder="Ex: 99,99 $"> </div> </div> </div> <div class="col-md-3"> <b>Money (Euro)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">euro_symbol</i> </span> <div class="form-line"> <input type="text" class="form-control money-euro" placeholder="Ex: 99,99 €"> </div> </div> </div> <div class="col-md-3"> <b>IP Address</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">computer</i> </span> <div class="form-line"> <input type="text" class="form-control ip" placeholder="Ex: 255.255.255.255"> </div> </div> </div> <div class="col-md-3"> <b>Credit Card</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">credit_card</i> </span> <div class="form-line"> <input type="text" class="form-control credit-card" placeholder="Ex: 0000 0000 0000 0000"> </div> </div> </div> <div class="col-md-3"> <b>Email Address</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">email</i> </span> <div class="form-line"> <input type="text" class="form-control email" placeholder="Ex: [email protected]"> </div> </div> </div> <div class="col-md-3"> <b>Serial Key</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">vpn_key</i> </span> <div class="form-line"> <input type="text" class="form-control key" placeholder="Ex: XXX0-XXXX-XX00-0XXX"> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Masked Input --> <!-- Input Group --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> INPUT GROUP </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <h2 class="card-inside-title">With Icon</h2> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control date" placeholder="Message"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Recipient's username"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> </div> <h2 class="card-inside-title">With Text</h2> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon">@</span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon">@example.com</span> </div> </div> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon">$</span> <div class="form-line"> <input type="text" class="form-control date"> </div> <span class="input-group-addon">.00</span> </div> </div> </div> <h2 class="card-inside-title"> Different Sizes <small>You can use the <code>.input-group-sm, .input-group-lg</code> classes for sizing.</small> </h2> <div class="row clearfix"> <div class="col-md-4"> <p> <b>Input Group Large</b> </p> <div class="input-group input-group-lg"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <p> <b>Input Group Default</b> </p> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Message"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> <div class="col-md-4"> <p> <b>Input Group Small</b> </p> <div class="input-group input-group-sm"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> </div> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group input-group-lg"> <span class="input-group-addon">@</span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon">@example.com</span> </div> </div> <div class="col-md-4"> <div class="input-group input-group-sm"> <span class="input-group-addon">$</span> <div class="form-line"> <input type="text" class="form-control"> </div> <span class="input-group-addon">.00</span> </div> </div> </div> <h2 class="card-inside-title">Radio & Checkbox</h2> <div class="row clearfix"> <div class="col-md-6"> <div class="input-group input-group-lg"> <span class="input-group-addon"> <input type="checkbox" class="filled-in" id="ig_checkbox"> <label for="ig_checkbox"></label> </span> <div class="form-line"> <input type="text" class="form-control"> </div> </div> </div> <div class="col-md-6"> <div class="input-group input-group-lg"> <span class="input-group-addon"> <input type="radio" class="with-gap" id="ig_radio"> <label for="ig_radio"></label> </span> <div class="form-line"> <input type="text" class="form-control"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Input Group --> <!-- Multi Select --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> MULTI-SELECT <small>Taken from <a href="https://github.com/lou/multi-select/" target="_blank">github.com/lou/multi-select</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <select id="optgroup" class="ms" multiple="multiple"> <optgroup label="Alaskan/Hawaiian Time Zone"> <option value="AK">Alaska</option> <option value="HI">Hawaii</option> </optgroup> <optgroup label="Pacific Time Zone"> <option value="CA">California</option> <option value="NV">Nevada</option> <option value="OR">Oregon</option> <option value="WA">Washington</option> </optgroup> <optgroup label="Mountain Time Zone"> <option value="AZ">Arizona</option> <option value="CO">Colorado</option> <option value="ID">Idaho</option> <option value="MT">Montana</option> <option value="NE">Nebraska</option> <option value="NM">New Mexico</option> <option value="ND">North Dakota</option> <option value="UT">Utah</option> <option value="WY">Wyoming</option> </optgroup> <optgroup label="Central Time Zone"> <option value="AL">Alabama</option> <option value="AR">Arkansas</option> <option value="IL">Illinois</option> <option value="IA">Iowa</option> <option value="KS">Kansas</option> <option value="KY">Kentucky</option> <option value="LA">Louisiana</option> <option value="MN">Minnesota</option> <option value="MS">Mississippi</option> <option value="MO">Missouri</option> <option value="OK">Oklahoma</option> <option value="SD">South Dakota</option> <option value="TX">Texas</option> <option value="TN">Tennessee</option> <option value="WI">Wisconsin</option> </optgroup> <optgroup label="Eastern Time Zone"> <option value="CT">Connecticut</option> <option value="DE">Delaware</option> <option value="FL">Florida</option> <option value="GA">Georgia</option> <option value="IN">Indiana</option> <option value="ME">Maine</option> <option value="MD">Maryland</option> <option value="MA">Massachusetts</option> <option value="MI">Michigan</option> <option value="NH">New Hampshire</option> <option value="NJ">New Jersey</option> <option value="NY">New York</option> <option value="NC">North Carolina</option> <option value="OH">Ohio</option> <option value="PA">Pennsylvania</option> <option value="RI">Rhode Island</option> <option value="SC">South Carolina</option> <option value="VT">Vermont</option> <option value="VA">Virginia</option> <option value="WV">West Virginia</option> </optgroup> </select> </div> </div> </div> </div> <!-- #END# Multi Select --> <div class="row clearfix"> <!-- Spinners --> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> SPINNERS <small>Taken from <a href="https://github.com/vsn4ik/jquery.spinner" target="_blank">github.com/vsn4ik/jquery.spinner</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <div class="input-group spinner" data-trigger="spinner"> <div class="form-line"> <input type="text" class="form-control text-center" value="1" data-rule="quantity"> </div> <span class="input-group-addon"> <a href="javascript:;" class="spin-up" data-spin="up"><i class="glyphicon glyphicon-chevron-up"></i></a> <a href="javascript:;" class="spin-down" data-spin="down"><i class="glyphicon glyphicon-chevron-down"></i></a> </span> </div> </div> <div class="col-md-6"> <div class="input-group spinner" data-trigger="spinner"> <div class="form-line"> <input type="text" class="form-control text-center" value="1" data-rule="currency"> </div> <span class="input-group-addon"> <a href="javascript:;" class="spin-up" data-spin="up"><i class="glyphicon glyphicon-chevron-up"></i></a> <a href="javascript:;" class="spin-down" data-spin="down"><i class="glyphicon glyphicon-chevron-down"></i></a> </span> </div> </div> </div> </div> </div> </div> <!-- #END# Spinners --> <!-- Tags Input --> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> TAGS INPUT <small>Taken from <a href="https://github.com/bootstrap-tagsinput/bootstrap-tagsinput" target="_blank">github.com/bootstrap-tagsinput/bootstrap-tagsinput</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="form-group demo-tagsinput-area"> <div class="form-line"> <input type="text" class="form-control" data-role="tagsinput" value="Amsterdam,Washington,Sydney,Beijing,Cairo"> </div> </div> </div> </div> </div> <!-- #END# Tags Input --> </div> <!-- Advanced Select --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> ADVANCED SELECT <small>Taken from <a href="https://silviomoreto.github.io/bootstrap-select/" target="_blank">silviomoreto.github.io/bootstrap-select</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-3"> <p> <b>Basic</b> </p> <select class="form-control show-tick"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </div> <div class="col-md-3"> <p> <b>With OptGroups</b> </p> <select class="form-control show-tick"> <optgroup label="Picnic"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </optgroup> <optgroup label="Camping"> <option>Tent</option> <option>Flashlight</option> <option>Toilet Paper</option> </optgroup> </select> </div> <div class="col-md-3"> <p> <b>Multiple Select</b> </p> <select class="form-control show-tick" multiple> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </div> <div class="col-md-3"> <p> <b>With Search Bar</b> </p> <select class="form-control show-tick" data-live-search="true"> <option>Hot Dog, Fries and a Soda</option> <option>Burger, Shake and a Smile</option> <option>Sugar, Spice and all things nice</option> </select> </div> </div> <div class="row clearfix"> <div class="col-md-3"> <p> <b>Max Selection Limit: 2</b> </p> <select class="form-control show-tick" multiple> <optgroup label="Condiments" data-max-options="2"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </optgroup> <optgroup label="Breads" data-max-options="2"> <option>Plain</option> <option>Steamed</option> <option>Toasted</option> </optgroup> </select> </div> <div class="col-md-3"> <p> <b>Display Count</b> </p> <select class="form-control show-tick" multiple data-selected-text-format="count"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> <option>Onions</option> </select> </div> <div class="col-md-3"> <p> <b>With SubText</b> </p> <select class="form-control show-tick" data-show-subtext="true"> <option data-subtext="French's">Mustard</option> <option data-subtext="Heinz">Ketchup</option> <option data-subtext="Sweet">Relish</option> <option data-subtext="Miracle Whip">Mayonnaise</option> <option data-divider="true"></option> <option data-subtext="Honey">Barbecue Sauce</option> <option data-subtext="Ranch">Salad Dressing</option> <option data-subtext="Sweet &amp; Spicy">Tabasco</option> <option data-subtext="Chunky">Salsa</option> </select> </div> <div class="col-md-3"> <p> <b>Disabled Option</b> </p> <select class="form-control show-tick"> <option>Mustard</option> <option disabled>Ketchup</option> <option>Relish</option> </select> </div> </div> </div> </div> </div> </div> <!-- #END# Advanced Select --> <!-- Input Slider --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> INPUT SLIDER <small>Taken from <a href="http://refreshless.com/nouislider" target="_blank">refreshless.com/nouislider</a> & <a href="http://materializecss.com" target="_blank">materializecss.com</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <p><b>Basic Example</b></p> <div id="nouislider_basic_example"></div> <div class="m-t-20 font-12"><b>Value: </b><span class="js-nouislider-value"></span></div> </div> <div class="col-md-6"> <p><b>Range Example</b></p> <div id="nouislider_range_example"></div> <div class="m-t-20 font-12"><b>Value: </b><span class="js-nouislider-value"></span></div> </div> </div> </div> </div> </div> </div> <!-- #END# Input Slider --> </div> </section> <!-- Jquery Core Js --> <script src="../../plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="../../plugins/bootstrap/js/bootstrap.js"></script> <!-- Select Plugin Js --> <script src="../../plugins/bootstrap-select/js/bootstrap-select.js"></script> <!-- Slimscroll Plugin Js --> <script src="../../plugins/jquery-slimscroll/jquery.slimscroll.js"></script> <!-- Bootstrap Colorpicker Js --> <script src="../../plugins/bootstrap-colorpicker/js/bootstrap-colorpicker.js"></script> <!-- Dropzone Plugin Js --> <script src="../../plugins/dropzone/dropzone.js"></script> <!-- Input Mask Plugin Js --> <script src="../../plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script> <!-- Multi Select Plugin Js --> <script src="../../plugins/multi-select/js/jquery.multi-select.js"></script> <!-- Jquery Spinner Plugin Js --> <script src="../../plugins/jquery-spinner/js/jquery.spinner.js"></script> <!-- Bootstrap Tags Input Plugin Js --> <script src="../../plugins/bootstrap-tagsinput/bootstrap-tagsinput.js"></script> <!-- noUISlider Plugin Js --> <script src="../../plugins/nouislider/nouislider.js"></script> <!-- Waves Effect Plugin Js --> <script src="../../plugins/node-waves/waves.js"></script> <!-- Custom Js --> <script src="../../js/admin.js"></script> <script src="../../js/pages/forms/advanced-form-elements.js"></script> <!-- Demo Js --> <script src="../../js/demo.js"></script> </body> </html>
Flieral/Dashboard-Panel
pages/forms/advanced-form-elements.html
HTML
mit
94,630
<div class="container" data-ng-controller="HeaderController"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-ng-click="toggleCollapsibleMenu()"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/#!/" class="navbar-brand">AMDB</a> </div> <nav class="collapse navbar-collapse" collapse="!isCollapsed" role="navigation"> <ul class="nav navbar-nav" data-ng-if="menu.shouldRender(authentication.user);"> <li data-ng-repeat="item in menu.items | orderBy: 'position'" data-ng-if="item.shouldRender(authentication.user);" ng-switch="item.menuItemType" ui-route="{{item.uiRoute}}" class="{{item.menuItemClass}}" ng-class="{active: ($uiRoute)}" dropdown="item.menuItemType === 'dropdown'"> <a ng-switch-when="dropdown" class="dropdown-toggle"> <span data-ng-bind="item.title"></span> <b class="caret"></b> </a> <ul ng-switch-when="dropdown" class="dropdown-menu"> <li data-ng-repeat="subitem in item.items | orderBy: 'position'" data-ng-if="subitem.shouldRender(authentication.user);" ui-route="{{subitem.uiRoute}}" ng-class="{active: $uiRoute}"> <a href="/#!/{{subitem.link}}" data-ng-bind="subitem.title"></a> </li> </ul> <a ng-switch-default href="/#!/{{item.link}}" data-ng-bind="item.title"></a> </li> </ul> <ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user"> <li ui-route="/signup" ng-class="{active: $uiRoute}"> <a href="/#!/signup">Sign Up</a> </li> <li class="divider-vertical"></li> <li ui-route="/signin" ng-class="{active: $uiRoute}"> <a href="/#!/signin">Sign In</a> </li> </ul> <ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span data-ng-bind="authentication.user.displayName"></span> <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="/#!/settings/profile">Edit Profile</a> </li> <li> <a href="/#!/settings/accounts">Manage Social Accounts</a> </li> <li data-ng-show="authentication.user.provider === 'local'"> <a href="/#!/settings/password">Change Password</a> </li> <li class="divider"></li> <li> <a href="/auth/signout">Signout</a> </li> </ul> </li> </ul> </nav> </div>
amoses016/funsies-mean
public/modules/core/views/header.client.view.html
HTML
mit
2,476
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Who Owns Kenya</title> <link href="style/main.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="meta/apple-touch-icon.png"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui"> <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-10804158-5', 'sasagichuki.github.io'); ga('send', 'pageview'); </script> </head> <body> <div class="container"> <div class="heading"> <h1 class="title">Who Owns Kenya</h1> <div class="scores-container"> <div class="score-container">0</div> <div class="best-container">0</div> </div> </div> <!-- <p class="game-intro">Double the Money <strong>and Win</strong></p> --> <div class="game-container"> <div class="game-message"> <p></p> <div class="lower"> <a class="keep-playing-button">Keep going</a> <a class="retry-button">Try again</a> </div> <div class="score-sharing"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://sasagichuki.github.io/who_owns_kenya/" data-text="Do you know who owns Kenya ? Play this game and find out" data-via="kibee" data-size="large">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </div> </div> <div class="grid-container"> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> </div> <div class="tile-container"> </div> </div> <p class="game-explanation"> <strong class="important">How to play:</strong> Use your <strong>arrow keys</strong> to move the Rich Dudes. When two Rich dudes with the same money touch they merge into <strong>One dude with Double their Money</strong>. Keep playing to find out who owns Kenya. </p> <hr> <p> <strong class="important">Note:</strong> This is just a joke, it's not that serious. Enjoy with caution. </p> <hr> <p> Created by <a href="http://www.chaos.co.ke" target="_blank">Chaos.</a> Based on 2048 by <a href="http://gabrielecirulli.com" target="_blank">Gabriele Cirulli.</a> Who based his on <a href="https://itunes.apple.com/us/app/1024!/id823499224" target="_blank">1024 by Veewo Studio</a> and conceptually similar to <a href="http://asherv.com/threes/" target="_blank">Threes by Asher Vollmer.</a> </p> </div> <script src="js/animframe_polyfill.js"></script> <script src="js/keyboard_input_manager.js"></script> <script src="js/html_actuator.js"></script> <script src="js/grid.js"></script> <script src="js/tile.js"></script> <script src="js/local_score_manager.js"></script> <script src="js/game_manager.js"></script> <script src="js/application.js"></script> </body> </html>
sasagichuki/who_owns_kenya
index.html
HTML
mit
4,365
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>StyleSheet - YUI 3</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.17.2</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Anim.html">Anim</a></li> <li><a href="../classes/App.html">App</a></li> <li><a href="../classes/App.Base.html">App.Base</a></li> <li><a href="../classes/App.Content.html">App.Content</a></li> <li><a href="../classes/App.Transitions.html">App.Transitions</a></li> <li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="../classes/AreaSeries.html">AreaSeries</a></li> <li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="../classes/Array.html">Array</a></li> <li><a href="../classes/ArrayList.html">ArrayList</a></li> <li><a href="../classes/ArraySort.html">ArraySort</a></li> <li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="../classes/Attribute.html">Attribute</a></li> <li><a href="../classes/AttributeCore.html">AttributeCore</a></li> <li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="../classes/AttributeLite.html">AttributeLite</a></li> <li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li> <li><a href="../classes/AutoComplete.html">AutoComplete</a></li> <li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="../classes/Axis.html">Axis</a></li> <li><a href="../classes/AxisBase.html">AxisBase</a></li> <li><a href="../classes/BarSeries.html">BarSeries</a></li> <li><a href="../classes/Base.html">Base</a></li> <li><a href="../classes/BaseCore.html">BaseCore</a></li> <li><a href="../classes/BaseObservable.html">BaseObservable</a></li> <li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="../classes/Button.html">Button</a></li> <li><a href="../classes/ButtonCore.html">ButtonCore</a></li> <li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="../classes/Cache.html">Cache</a></li> <li><a href="../classes/CacheOffline.html">CacheOffline</a></li> <li><a href="../classes/Calendar.html">Calendar</a></li> <li><a href="../classes/CalendarBase.html">CalendarBase</a></li> <li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li> <li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="../classes/CanvasPath.html">CanvasPath</a></li> <li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="../classes/CanvasRect.html">CanvasRect</a></li> <li><a href="../classes/CanvasShape.html">CanvasShape</a></li> <li><a href="../classes/CartesianChart.html">CartesianChart</a></li> <li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li> <li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li> <li><a href="../classes/Chart.html">Chart</a></li> <li><a href="../classes/ChartBase.html">ChartBase</a></li> <li><a href="../classes/ChartLegend.html">ChartLegend</a></li> <li><a href="../classes/Circle.html">Circle</a></li> <li><a href="../classes/CircleGroup.html">CircleGroup</a></li> <li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="../classes/ClickableRail.html">ClickableRail</a></li> <li><a href="../classes/Color.html">Color</a></li> <li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li> <li><a href="../classes/Color.HSL.html">Color.HSL</a></li> <li><a href="../classes/Color.HSV.html">Color.HSV</a></li> <li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="../classes/ComboSeries.html">ComboSeries</a></li> <li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="../classes/config.html">config</a></li> <li><a href="../classes/Console.html">Console</a></li> <li><a href="../classes/ContentEditable.html">ContentEditable</a></li> <li><a href="../classes/Controller.html">Controller</a></li> <li><a href="../classes/Cookie.html">Cookie</a></li> <li><a href="../classes/CurveUtil.html">CurveUtil</a></li> <li><a href="../classes/CustomEvent.html">CustomEvent</a></li> <li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="../classes/DataTable.html">DataTable</a></li> <li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li> <li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li> <li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li> <li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li> <li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li> <li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li> <li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li> <li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="../classes/Date.html">Date</a></li> <li><a href="../classes/DD.DDM.html">DD.DDM</a></li> <li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="../classes/DD.Drag.html">DD.Drag</a></li> <li><a href="../classes/DD.Drop.html">DD.Drop</a></li> <li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="../classes/Dial.html">Dial</a></li> <li><a href="../classes/Do.html">Do</a></li> <li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="../classes/Do.Error.html">Do.Error</a></li> <li><a href="../classes/Do.Halt.html">Do.Halt</a></li> <li><a href="../classes/Do.Method.html">Do.Method</a></li> <li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="../classes/DOM.html">DOM</a></li> <li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="../classes/Drawing.html">Drawing</a></li> <li><a href="../classes/Easing.html">Easing</a></li> <li><a href="../classes/EditorBase.html">EditorBase</a></li> <li><a href="../classes/EditorSelection.html">EditorSelection</a></li> <li><a href="../classes/Ellipse.html">Ellipse</a></li> <li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="../classes/Escape.html">Escape</a></li> <li><a href="../classes/Event.html">Event</a></li> <li><a href="../classes/EventFacade.html">EventFacade</a></li> <li><a href="../classes/EventHandle.html">EventHandle</a></li> <li><a href="../classes/EventTarget.html">EventTarget</a></li> <li><a href="../classes/Features.html">Features</a></li> <li><a href="../classes/File.html">File</a></li> <li><a href="../classes/FileFlash.html">FileFlash</a></li> <li><a href="../classes/FileHTML5.html">FileHTML5</a></li> <li><a href="../classes/Fills.html">Fills</a></li> <li><a href="../classes/Frame.html">Frame</a></li> <li><a href="../classes/Get.html">Get</a></li> <li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="../classes/Graph.html">Graph</a></li> <li><a href="../classes/Graphic.html">Graphic</a></li> <li><a href="../classes/GraphicBase.html">GraphicBase</a></li> <li><a href="../classes/Gridlines.html">Gridlines</a></li> <li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="../classes/GroupRect.html">GroupRect</a></li> <li><a href="../classes/Handlebars.html">Handlebars</a></li> <li><a href="../classes/Highlight.html">Highlight</a></li> <li><a href="../classes/Histogram.html">Histogram</a></li> <li><a href="../classes/HistoryBase.html">HistoryBase</a></li> <li><a href="../classes/HistoryHash.html">HistoryHash</a></li> <li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="../classes/InlineEditor.html">InlineEditor</a></li> <li><a href="../classes/Intl.html">Intl</a></li> <li><a href="../classes/IO.html">IO</a></li> <li><a href="../classes/JSON.html">JSON</a></li> <li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="../classes/Lang.html">Lang</a></li> <li><a href="../classes/LazyModelList.html">LazyModelList</a></li> <li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="../classes/Lines.html">Lines</a></li> <li><a href="../classes/LineSeries.html">LineSeries</a></li> <li><a href="../classes/Loader.html">Loader</a></li> <li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="../classes/Matrix.html">Matrix</a></li> <li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="../classes/Model.html">Model</a></li> <li><a href="../classes/ModelList.html">ModelList</a></li> <li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li> <li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/NodeList.html">NodeList</a></li> <li><a href="../classes/Number.html">Number</a></li> <li><a href="../classes/NumericAxis.html">NumericAxis</a></li> <li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li> <li><a href="../classes/NumericImpl.html">NumericImpl</a></li> <li><a href="../classes/Object.html">Object</a></li> <li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li> <li><a href="../classes/Overlay.html">Overlay</a></li> <li><a href="../classes/Paginator.html">Paginator</a></li> <li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li> <li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li> <li><a href="../classes/Panel.html">Panel</a></li> <li><a href="../classes/Parallel.html">Parallel</a></li> <li><a href="../classes/Path.html">Path</a></li> <li><a href="../classes/PieChart.html">PieChart</a></li> <li><a href="../classes/PieSeries.html">PieSeries</a></li> <li><a href="../classes/Pjax.html">Pjax</a></li> <li><a href="../classes/PjaxBase.html">PjaxBase</a></li> <li><a href="../classes/PjaxContent.html">PjaxContent</a></li> <li><a href="../classes/Plots.html">Plots</a></li> <li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li> <li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li> <li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li> <li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="../classes/Pollable.html">Pollable</a></li> <li><a href="../classes/Promise.html">Promise</a></li> <li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li> <li><a href="../classes/QueryString.html">QueryString</a></li> <li><a href="../classes/Queue.html">Queue</a></li> <li><a href="../classes/RangeSeries.html">RangeSeries</a></li> <li><a href="../classes/Record.html">Record</a></li> <li><a href="../classes/Recordset.html">Recordset</a></li> <li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="../classes/Rect.html">Rect</a></li> <li><a href="../classes/Renderer.html">Renderer</a></li> <li><a href="../classes/Resize.html">Resize</a></li> <li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="../classes/Router.html">Router</a></li> <li><a href="../classes/ScrollView.html">ScrollView</a></li> <li><a href="../classes/Selector.html">Selector</a></li> <li><a href="../classes/SeriesBase.html">SeriesBase</a></li> <li><a href="../classes/Shape.html">Shape</a></li> <li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="../classes/Slider.html">Slider</a></li> <li><a href="../classes/SliderBase.html">SliderBase</a></li> <li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="../classes/Sortable.html">Sortable</a></li> <li><a href="../classes/SplineSeries.html">SplineSeries</a></li> <li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="../classes/StackedAxis.html">StackedAxis</a></li> <li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li> <li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="../classes/StackedImpl.html">StackedImpl</a></li> <li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="../classes/StackingUtil.html">StackingUtil</a></li> <li><a href="../classes/State.html">State</a></li> <li><a href="../classes/StyleSheet.html">StyleSheet</a></li> <li><a href="../classes/Subscriber.html">Subscriber</a></li> <li><a href="../classes/SVGCircle.html">SVGCircle</a></li> <li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="../classes/SVGPath.html">SVGPath</a></li> <li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="../classes/SVGRect.html">SVGRect</a></li> <li><a href="../classes/SVGShape.html">SVGShape</a></li> <li><a href="../classes/SWF.html">SWF</a></li> <li><a href="../classes/SWFDetect.html">SWFDetect</a></li> <li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="../classes/Tab.html">Tab</a></li> <li><a href="../classes/TabView.html">TabView</a></li> <li><a href="../classes/Template.html">Template</a></li> <li><a href="../classes/Template.Micro.html">Template.Micro</a></li> <li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="../classes/Test.Assert.html">Test.Assert</a></li> <li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="../classes/Test.Console.html">Test.Console</a></li> <li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="../classes/Test.Mock.html">Test.Mock</a></li> <li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="../classes/Test.Results.html">Test.Results</a></li> <li><a href="../classes/Test.Runner.html">Test.Runner</a></li> <li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="../classes/Test.Wait.html">Test.Wait</a></li> <li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="../classes/TimeAxis.html">TimeAxis</a></li> <li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li> <li><a href="../classes/TimeImpl.html">TimeImpl</a></li> <li><a href="../classes/ToggleButton.html">ToggleButton</a></li> <li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="../classes/Transition.html">Transition</a></li> <li><a href="../classes/Tree.html">Tree</a></li> <li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li> <li><a href="../classes/Tree.Node.html">Tree.Node</a></li> <li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li> <li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li> <li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li> <li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li> <li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li> <li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li> <li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li> <li><a href="../classes/UA.html">UA</a></li> <li><a href="../classes/Uploader.html">Uploader</a></li> <li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="../classes/ValueChange.html">ValueChange</a></li> <li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="../classes/View.html">View</a></li> <li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="../classes/VMLCircle.html">VMLCircle</a></li> <li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="../classes/VMLPath.html">VMLPath</a></li> <li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="../classes/VMLRect.html">VMLRect</a></li> <li><a href="../classes/VMLShape.html">VMLShape</a></li> <li><a href="../classes/Widget.html">Widget</a></li> <li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="../classes/WidgetChild.html">WidgetChild</a></li> <li><a href="../classes/WidgetModality.html">WidgetModality</a></li> <li><a href="../classes/WidgetParent.html">WidgetParent</a></li> <li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="../classes/WidgetStack.html">WidgetStack</a></li> <li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="../classes/XML.html">XML</a></li> <li><a href="../classes/YQL.html">YQL</a></li> <li><a href="../classes/YQLRequest.html">YQLRequest</a></li> <li><a href="../classes/YUI.html">YUI</a></li> <li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/align-plugin.html">align-plugin</a></li> <li><a href="../modules/anim.html">anim</a></li> <li><a href="../modules/anim-base.html">anim-base</a></li> <li><a href="../modules/anim-color.html">anim-color</a></li> <li><a href="../modules/anim-curve.html">anim-curve</a></li> <li><a href="../modules/anim-easing.html">anim-easing</a></li> <li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="../modules/anim-scroll.html">anim-scroll</a></li> <li><a href="../modules/anim-shape.html">anim-shape</a></li> <li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="../modules/anim-xy.html">anim-xy</a></li> <li><a href="../modules/app.html">app</a></li> <li><a href="../modules/app-base.html">app-base</a></li> <li><a href="../modules/app-content.html">app-content</a></li> <li><a href="../modules/app-transitions.html">app-transitions</a></li> <li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="../modules/array-extras.html">array-extras</a></li> <li><a href="../modules/array-invoke.html">array-invoke</a></li> <li><a href="../modules/arraylist.html">arraylist</a></li> <li><a href="../modules/arraylist-add.html">arraylist-add</a></li> <li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="../modules/arraysort.html">arraysort</a></li> <li><a href="../modules/async-queue.html">async-queue</a></li> <li><a href="../modules/attribute.html">attribute</a></li> <li><a href="../modules/attribute-base.html">attribute-base</a></li> <li><a href="../modules/attribute-complex.html">attribute-complex</a></li> <li><a href="../modules/attribute-core.html">attribute-core</a></li> <li><a href="../modules/attribute-extras.html">attribute-extras</a></li> <li><a href="../modules/attribute-observable.html">attribute-observable</a></li> <li><a href="../modules/autocomplete.html">autocomplete</a></li> <li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="../modules/axis.html">axis</a></li> <li><a href="../modules/axis-base.html">axis-base</a></li> <li><a href="../modules/axis-category.html">axis-category</a></li> <li><a href="../modules/axis-category-base.html">axis-category-base</a></li> <li><a href="../modules/axis-numeric.html">axis-numeric</a></li> <li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li> <li><a href="../modules/axis-stacked.html">axis-stacked</a></li> <li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li> <li><a href="../modules/axis-time.html">axis-time</a></li> <li><a href="../modules/axis-time-base.html">axis-time-base</a></li> <li><a href="../modules/base.html">base</a></li> <li><a href="../modules/base-base.html">base-base</a></li> <li><a href="../modules/base-build.html">base-build</a></li> <li><a href="../modules/base-core.html">base-core</a></li> <li><a href="../modules/base-observable.html">base-observable</a></li> <li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="../modules/button.html">button</a></li> <li><a href="../modules/button-core.html">button-core</a></li> <li><a href="../modules/button-group.html">button-group</a></li> <li><a href="../modules/button-plugin.html">button-plugin</a></li> <li><a href="../modules/cache.html">cache</a></li> <li><a href="../modules/cache-base.html">cache-base</a></li> <li><a href="../modules/cache-offline.html">cache-offline</a></li> <li><a href="../modules/cache-plugin.html">cache-plugin</a></li> <li><a href="../modules/calendar.html">calendar</a></li> <li><a href="../modules/calendar-base.html">calendar-base</a></li> <li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="../modules/charts.html">charts</a></li> <li><a href="../modules/charts-base.html">charts-base</a></li> <li><a href="../modules/charts-legend.html">charts-legend</a></li> <li><a href="../modules/classnamemanager.html">classnamemanager</a></li> <li><a href="../modules/clickable-rail.html">clickable-rail</a></li> <li><a href="../modules/collection.html">collection</a></li> <li><a href="../modules/color.html">color</a></li> <li><a href="../modules/color-base.html">color-base</a></li> <li><a href="../modules/color-harmony.html">color-harmony</a></li> <li><a href="../modules/color-hsl.html">color-hsl</a></li> <li><a href="../modules/color-hsv.html">color-hsv</a></li> <li><a href="../modules/console.html">console</a></li> <li><a href="../modules/console-filters.html">console-filters</a></li> <li><a href="../modules/content-editable.html">content-editable</a></li> <li><a href="../modules/cookie.html">cookie</a></li> <li><a href="../modules/createlink-base.html">createlink-base</a></li> <li><a href="../modules/dataschema.html">dataschema</a></li> <li><a href="../modules/dataschema-array.html">dataschema-array</a></li> <li><a href="../modules/dataschema-base.html">dataschema-base</a></li> <li><a href="../modules/dataschema-json.html">dataschema-json</a></li> <li><a href="../modules/dataschema-text.html">dataschema-text</a></li> <li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="../modules/datasource.html">datasource</a></li> <li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="../modules/datasource-cache.html">datasource-cache</a></li> <li><a href="../modules/datasource-function.html">datasource-function</a></li> <li><a href="../modules/datasource-get.html">datasource-get</a></li> <li><a href="../modules/datasource-io.html">datasource-io</a></li> <li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="../modules/datasource-local.html">datasource-local</a></li> <li><a href="../modules/datasource-polling.html">datasource-polling</a></li> <li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="../modules/datatable.html">datatable</a></li> <li><a href="../modules/datatable-base.html">datatable-base</a></li> <li><a href="../modules/datatable-body.html">datatable-body</a></li> <li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="../modules/datatable-core.html">datatable-core</a></li> <li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="../modules/datatable-foot.html">datatable-foot</a></li> <li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li> <li><a href="../modules/datatable-head.html">datatable-head</a></li> <li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li> <li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li> <li><a href="../modules/datatable-message.html">datatable-message</a></li> <li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li> <li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="../modules/datatable-sort.html">datatable-sort</a></li> <li><a href="../modules/datatable-table.html">datatable-table</a></li> <li><a href="../modules/datatype.html">datatype</a></li> <li><a href="../modules/datatype-date.html">datatype-date</a></li> <li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="../modules/datatype-number.html">datatype-number</a></li> <li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="../modules/datatype-xml.html">datatype-xml</a></li> <li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="../modules/dd.html">dd</a></li> <li><a href="../modules/dd-constrain.html">dd-constrain</a></li> <li><a href="../modules/dd-ddm.html">dd-ddm</a></li> <li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="../modules/dd-delegate.html">dd-delegate</a></li> <li><a href="../modules/dd-drag.html">dd-drag</a></li> <li><a href="../modules/dd-drop.html">dd-drop</a></li> <li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="../modules/dd-gestures.html">dd-gestures</a></li> <li><a href="../modules/dd-plugin.html">dd-plugin</a></li> <li><a href="../modules/dd-proxy.html">dd-proxy</a></li> <li><a href="../modules/dd-scroll.html">dd-scroll</a></li> <li><a href="../modules/dial.html">dial</a></li> <li><a href="../modules/dom.html">dom</a></li> <li><a href="../modules/dom-base.html">dom-base</a></li> <li><a href="../modules/dom-screen.html">dom-screen</a></li> <li><a href="../modules/dom-style.html">dom-style</a></li> <li><a href="../modules/dump.html">dump</a></li> <li><a href="../modules/editor.html">editor</a></li> <li><a href="../modules/editor-base.html">editor-base</a></li> <li><a href="../modules/editor-bidi.html">editor-bidi</a></li> <li><a href="../modules/editor-br.html">editor-br</a></li> <li><a href="../modules/editor-inline.html">editor-inline</a></li> <li><a href="../modules/editor-lists.html">editor-lists</a></li> <li><a href="../modules/editor-para.html">editor-para</a></li> <li><a href="../modules/editor-para-base.html">editor-para-base</a></li> <li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="../modules/editor-tab.html">editor-tab</a></li> <li><a href="../modules/escape.html">escape</a></li> <li><a href="../modules/event.html">event</a></li> <li><a href="../modules/event-base.html">event-base</a></li> <li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="../modules/event-custom.html">event-custom</a></li> <li><a href="../modules/event-custom-base.html">event-custom-base</a></li> <li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="../modules/event-delegate.html">event-delegate</a></li> <li><a href="../modules/event-flick.html">event-flick</a></li> <li><a href="../modules/event-focus.html">event-focus</a></li> <li><a href="../modules/event-gestures.html">event-gestures</a></li> <li><a href="../modules/event-hover.html">event-hover</a></li> <li><a href="../modules/event-key.html">event-key</a></li> <li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="../modules/event-move.html">event-move</a></li> <li><a href="../modules/event-outside.html">event-outside</a></li> <li><a href="../modules/event-resize.html">event-resize</a></li> <li><a href="../modules/event-simulate.html">event-simulate</a></li> <li><a href="../modules/event-synthetic.html">event-synthetic</a></li> <li><a href="../modules/event-tap.html">event-tap</a></li> <li><a href="../modules/event-touch.html">event-touch</a></li> <li><a href="../modules/event-valuechange.html">event-valuechange</a></li> <li><a href="../modules/exec-command.html">exec-command</a></li> <li><a href="../modules/features.html">features</a></li> <li><a href="../modules/file.html">file</a></li> <li><a href="../modules/file-flash.html">file-flash</a></li> <li><a href="../modules/file-html5.html">file-html5</a></li> <li><a href="../modules/frame.html">frame</a></li> <li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="../modules/get.html">get</a></li> <li><a href="../modules/get-nodejs.html">get-nodejs</a></li> <li><a href="../modules/graphics.html">graphics</a></li> <li><a href="../modules/graphics-group.html">graphics-group</a></li> <li><a href="../modules/handlebars.html">handlebars</a></li> <li><a href="../modules/handlebars-base.html">handlebars-base</a></li> <li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="../modules/highlight.html">highlight</a></li> <li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="../modules/highlight-base.html">highlight-base</a></li> <li><a href="../modules/history.html">history</a></li> <li><a href="../modules/history-base.html">history-base</a></li> <li><a href="../modules/history-hash.html">history-hash</a></li> <li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="../modules/history-html5.html">history-html5</a></li> <li><a href="../modules/imageloader.html">imageloader</a></li> <li><a href="../modules/intl.html">intl</a></li> <li><a href="../modules/io.html">io</a></li> <li><a href="../modules/io-base.html">io-base</a></li> <li><a href="../modules/io-form.html">io-form</a></li> <li><a href="../modules/io-nodejs.html">io-nodejs</a></li> <li><a href="../modules/io-queue.html">io-queue</a></li> <li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="../modules/io-xdr.html">io-xdr</a></li> <li><a href="../modules/json.html">json</a></li> <li><a href="../modules/json-parse.html">json-parse</a></li> <li><a href="../modules/json-stringify.html">json-stringify</a></li> <li><a href="../modules/jsonp.html">jsonp</a></li> <li><a href="../modules/jsonp-url.html">jsonp-url</a></li> <li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="../modules/loader.html">loader</a></li> <li><a href="../modules/loader-base.html">loader-base</a></li> <li><a href="../modules/loader-yui3.html">loader-yui3</a></li> <li><a href="../modules/matrix.html">matrix</a></li> <li><a href="../modules/model.html">model</a></li> <li><a href="../modules/model-list.html">model-list</a></li> <li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="../modules/node.html">node</a></li> <li><a href="../modules/node-base.html">node-base</a></li> <li><a href="../modules/node-core.html">node-core</a></li> <li><a href="../modules/node-data.html">node-data</a></li> <li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="../modules/node-event-html5.html">node-event-html5</a></li> <li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="../modules/node-flick.html">node-flick</a></li> <li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="../modules/node-load.html">node-load</a></li> <li><a href="../modules/node-menunav.html">node-menunav</a></li> <li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="../modules/node-screen.html">node-screen</a></li> <li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="../modules/node-style.html">node-style</a></li> <li><a href="../modules/oop.html">oop</a></li> <li><a href="../modules/overlay.html">overlay</a></li> <li><a href="../modules/paginator.html">paginator</a></li> <li><a href="../modules/paginator-core.html">paginator-core</a></li> <li><a href="../modules/paginator-url.html">paginator-url</a></li> <li><a href="../modules/panel.html">panel</a></li> <li><a href="../modules/parallel.html">parallel</a></li> <li><a href="../modules/pjax.html">pjax</a></li> <li><a href="../modules/pjax-base.html">pjax-base</a></li> <li><a href="../modules/pjax-content.html">pjax-content</a></li> <li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="../modules/plugin.html">plugin</a></li> <li><a href="../modules/pluginhost.html">pluginhost</a></li> <li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="../modules/promise.html">promise</a></li> <li><a href="../modules/querystring.html">querystring</a></li> <li><a href="../modules/querystring-parse.html">querystring-parse</a></li> <li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="../modules/queue-promote.html">queue-promote</a></li> <li><a href="../modules/range-slider.html">range-slider</a></li> <li><a href="../modules/recordset.html">recordset</a></li> <li><a href="../modules/recordset-base.html">recordset-base</a></li> <li><a href="../modules/recordset-filter.html">recordset-filter</a></li> <li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="../modules/recordset-sort.html">recordset-sort</a></li> <li><a href="../modules/resize.html">resize</a></li> <li><a href="../modules/resize-contrain.html">resize-contrain</a></li> <li><a href="../modules/resize-plugin.html">resize-plugin</a></li> <li><a href="../modules/resize-proxy.html">resize-proxy</a></li> <li><a href="../modules/rollup.html">rollup</a></li> <li><a href="../modules/router.html">router</a></li> <li><a href="../modules/scrollview.html">scrollview</a></li> <li><a href="../modules/scrollview-base.html">scrollview-base</a></li> <li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="../modules/scrollview-list.html">scrollview-list</a></li> <li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="../modules/selection.html">selection</a></li> <li><a href="../modules/selector-css2.html">selector-css2</a></li> <li><a href="../modules/selector-css3.html">selector-css3</a></li> <li><a href="../modules/selector-native.html">selector-native</a></li> <li><a href="../modules/series-area.html">series-area</a></li> <li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li> <li><a href="../modules/series-areaspline.html">series-areaspline</a></li> <li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li> <li><a href="../modules/series-bar.html">series-bar</a></li> <li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li> <li><a href="../modules/series-base.html">series-base</a></li> <li><a href="../modules/series-candlestick.html">series-candlestick</a></li> <li><a href="../modules/series-cartesian.html">series-cartesian</a></li> <li><a href="../modules/series-column.html">series-column</a></li> <li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li> <li><a href="../modules/series-combo.html">series-combo</a></li> <li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li> <li><a href="../modules/series-combospline.html">series-combospline</a></li> <li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li> <li><a href="../modules/series-curve-util.html">series-curve-util</a></li> <li><a href="../modules/series-fill-util.html">series-fill-util</a></li> <li><a href="../modules/series-histogram.html">series-histogram</a></li> <li><a href="../modules/series-line.html">series-line</a></li> <li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li> <li><a href="../modules/series-line-util.html">series-line-util</a></li> <li><a href="../modules/series-marker.html">series-marker</a></li> <li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li> <li><a href="../modules/series-ohlc.html">series-ohlc</a></li> <li><a href="../modules/series-pie.html">series-pie</a></li> <li><a href="../modules/series-plot-util.html">series-plot-util</a></li> <li><a href="../modules/series-range.html">series-range</a></li> <li><a href="../modules/series-spline.html">series-spline</a></li> <li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li> <li><a href="../modules/series-stacked.html">series-stacked</a></li> <li><a href="../modules/shim-plugin.html">shim-plugin</a></li> <li><a href="../modules/slider.html">slider</a></li> <li><a href="../modules/slider-base.html">slider-base</a></li> <li><a href="../modules/slider-value-range.html">slider-value-range</a></li> <li><a href="../modules/sortable.html">sortable</a></li> <li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="../modules/stylesheet.html">stylesheet</a></li> <li><a href="../modules/substitute.html">substitute</a></li> <li><a href="../modules/swf.html">swf</a></li> <li><a href="../modules/swfdetect.html">swfdetect</a></li> <li><a href="../modules/tabview.html">tabview</a></li> <li><a href="../modules/template.html">template</a></li> <li><a href="../modules/template-base.html">template-base</a></li> <li><a href="../modules/template-micro.html">template-micro</a></li> <li><a href="../modules/test.html">test</a></li> <li><a href="../modules/test-console.html">test-console</a></li> <li><a href="../modules/text.html">text</a></li> <li><a href="../modules/text-accentfold.html">text-accentfold</a></li> <li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="../modules/timers.html">timers</a></li> <li><a href="../modules/transition.html">transition</a></li> <li><a href="../modules/transition-timer.html">transition-timer</a></li> <li><a href="../modules/tree.html">tree</a></li> <li><a href="../modules/tree-labelable.html">tree-labelable</a></li> <li><a href="../modules/tree-lazy.html">tree-lazy</a></li> <li><a href="../modules/tree-node.html">tree-node</a></li> <li><a href="../modules/tree-openable.html">tree-openable</a></li> <li><a href="../modules/tree-selectable.html">tree-selectable</a></li> <li><a href="../modules/tree-sortable.html">tree-sortable</a></li> <li><a href="../modules/uploader.html">uploader</a></li> <li><a href="../modules/uploader-flash.html">uploader-flash</a></li> <li><a href="../modules/uploader-html5.html">uploader-html5</a></li> <li><a href="../modules/uploader-queue.html">uploader-queue</a></li> <li><a href="../modules/view.html">view</a></li> <li><a href="../modules/view-node-map.html">view-node-map</a></li> <li><a href="../modules/widget.html">widget</a></li> <li><a href="../modules/widget-anim.html">widget-anim</a></li> <li><a href="../modules/widget-autohide.html">widget-autohide</a></li> <li><a href="../modules/widget-base.html">widget-base</a></li> <li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="../modules/widget-buttons.html">widget-buttons</a></li> <li><a href="../modules/widget-child.html">widget-child</a></li> <li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="../modules/widget-modality.html">widget-modality</a></li> <li><a href="../modules/widget-parent.html">widget-parent</a></li> <li><a href="../modules/widget-position.html">widget-position</a></li> <li><a href="../modules/widget-position-align.html">widget-position-align</a></li> <li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="../modules/widget-skin.html">widget-skin</a></li> <li><a href="../modules/widget-stack.html">widget-stack</a></li> <li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="../modules/widget-uievents.html">widget-uievents</a></li> <li><a href="../modules/yql.html">yql</a></li> <li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li> <li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="../modules/yql-winjs.html">yql-winjs</a></li> <li><a href="../modules/yui.html">yui</a></li> <li><a href="../modules/yui-base.html">yui-base</a></li> <li><a href="../modules/yui-later.html">yui-later</a></li> <li><a href="../modules/yui-log.html">yui-log</a></li> <li><a href="../modules/yui-throttle.html">yui-throttle</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>StyleSheet Class</h1> <div class="box meta"> <div class="foundat"> Defined in: <a href="../files/stylesheet_js_stylesheet.js.html#l69"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:69</code></a> </div> Module: <a href="../modules/stylesheet.html">stylesheet</a> </div> <div class="box intro"> <p>Create an instance of StyleSheet to encapsulate a css stylesheet. The constructor can be called using function or constructor syntax.</p> <p><pre class="code prettyprint"><code>var sheet = Y.StyleSheet(..);</pre></code> or</p> <p><pre class="code prettyprint"><code>var sheet = new Y.StyleSheet(..);</pre></code></p> <p>The first parameter passed can be any of the following things:</p> <ul> <li>The desired string name to register a new empty sheet</li> <li>The string name of an existing StyleSheet instance</li> <li>The unique guid generated for an existing StyleSheet instance</li> <li>The id of an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>The node reference for an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>The Y.Node instance wrapping an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>A chunk of css text to create a new stylesheet from</li> </ul> <p>If a string is passed, StyleSheet will first look in its static name registry for an existing sheet, then in the DOM for an element with that id. If neither are found and the string contains the { character, it will be used as a the initial cssText for a new StyleSheet. Otherwise, a new empty StyleSheet is created, assigned the string value as a name, and registered statically by that name.</p> <p>The optional second parameter is a string name to register the sheet as. This param is largely useful when providing a node id/ref or chunk of css text to create a populated instance.</p> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_StyleSheet" class="method item"> <h3 class="name"><code>StyleSheet</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>seed</code> </li> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l69"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:69</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">seed</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span> <div class="param-description"> <p>a style or link node, its id, or a name or guid of a StyleSheet, or a string of css text</p> </div> </li> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>(optional) name to register instance for future static access</p> </div> </li> </ul> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> <li class="api-class-tab methods"><a href="#methods">Methods</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods"> <li class="index-item method"> <a href="#method_disable">disable</a> </li> <li class="index-item method"> <a href="#method_enable">enable</a> </li> <li class="index-item method"> <a href="#method_getCssText">getCssText</a> </li> <li class="index-item method"> <a href="#method_getId">getId</a> </li> <li class="index-item method"> <a href="#method_isEnabled">isEnabled</a> </li> <li class="index-item method"> <a href="#method_isValidSelector">isValidSelector</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_register">register</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_set">set</a> </li> <li class="index-item method"> <a href="#method_toCssText">toCssText</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_unset">unset</a> </li> </ul> </div> </div> <div id="methods" class="api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method_disable" class="method item"> <h3 class="name"><code>disable</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l236"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:236</code></a> </p> </div> <div class="description"> <p>Disable all the rules in the sheet. Rules may be changed while the StyleSheet is disabled.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_enable" class="method item"> <h3 class="name"><code>enable</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l227"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:227</code></a> </p> </div> <div class="description"> <p>Enable all the rules in the sheet</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_getCssText" class="method item"> <h3 class="name"><code>getCssText</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l379"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:379</code></a> </p> </div> <div class="description"> <p>Get the current cssText for a rule or the entire sheet. If the selector param is supplied, only the cssText for that rule will be returned, if found. If the selector string targets multiple selectors separated by commas, the cssText of the first rule only will be returned. If no selector string, the stylesheet&#39;s full cssText will be returned.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Selector string</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: </div> </div> </div> <div id="method_getId" class="method item"> <h3 class="name"><code>getId</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l219"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:219</code></a> </p> </div> <div class="description"> <p>Get the unique stamp for this StyleSheet instance</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>: <p>the static id</p> </div> </div> </div> <div id="method_isEnabled" class="method item"> <h3 class="name"><code>isEnabled</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l246"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:246</code></a> </p> </div> <div class="description"> <p>Returns false if the StyleSheet is disabled. Otherwise true.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: </div> </div> </div> <div id="method_isValidSelector" class="method item"> <h3 class="name"><code>isValidSelector</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l502"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:502</code></a> </p> </div> <div class="description"> <p>Determines if a selector string is safe to use. Used internally in set to prevent IE from locking up when attempting to add a rule for a &quot;bad selector&quot;.</p> <p>Bad selectors are considered to be any string containing unescaped `~!@$%^&amp;()+=|{}[];&#39;&quot;?&lt; or space. Also forbidden are . or # followed by anything other than an alphanumeric. Additionally -abc or .-abc or #_abc or &#39;# &#39; all fail. There are likely more failure cases, so please file a bug if you encounter one.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: </div> </div> </div> <div id="method_register" class="method item"> <h3 class="name"><code>register</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>sheet</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l487"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:487</code></a> </p> </div> <div class="description"> <p>Registers a StyleSheet instance in the static registry by the given name</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the name to assign the StyleSheet in the registry</p> </div> </li> <li class="param"> <code class="param-name">sheet</code> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> <div class="param-description"> <p>The StyleSheet instance</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: <p>false if no name or sheet is not a StyleSheet instance. true otherwise.</p> </div> </div> </div> <div id="method_set" class="method item"> <h3 class="name"><code>set</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> <li class="arg"> <code>css</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l254"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:254</code></a> </p> </div> <div class="description"> <p>Set style properties for a provided selector string. If the selector includes commas, it will be split into individual selectors and applied accordingly. If the selector string does not have a corresponding rule in the sheet, it will be added.</p> <p>The object properties in the second parameter must be the JavaScript names of style properties. E.g. fontSize rather than font-size.</p> <p>The float style property will be set by any of &quot;float&quot;, &quot;styleFloat&quot;, or &quot;cssFloat&quot;.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string to apply the changes to</p> </div> </li> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object literal of style properties and new values</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_toCssText" class="method item"> <h3 class="name"><code>toCssText</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>css</code> </li> <li class="arg"> <code>cssText</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l458"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:458</code></a> </p> </div> <div class="description"> <p>Converts an object literal of style properties and values into a string of css text. This can then be assigned to el.style.cssText.</p> <p>The optional second parameter is a cssText string representing the starting state of the style prior to alterations. This is most often extracted from the eventual target&#39;s current el.style.cssText.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>object literal of style properties and values</p> </div> </li> <li class="param"> <code class="param-name">cssText</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>(optional) starting cssText value</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: <p>the resulting cssText string</p> </div> </div> </div> <div id="method_unset" class="method item"> <h3 class="name"><code>unset</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> <li class="arg"> <code>css</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l314"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:314</code></a> </p> </div> <div class="description"> <p>Unset style properties for a provided selector string, removing their effect from the style cascade.</p> <p>If the selector includes commas, it will be split into individual selectors and applied accordingly. If there are no properties remaining in the rule after unsetting, the rule is removed.</p> <p>The style property or properties in the second parameter must be the JavaScript style property names. E.g. fontSize rather than font-size.</p> <p>The float style property will be unset by any of &quot;float&quot;, &quot;styleFloat&quot;, or &quot;cssFloat&quot;.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string to apply the changes to</p> </div> </li> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>style property name or Array of names</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
billwiliams/Yui
client/yui-3.17.2/api/classes/StyleSheet.html
HTML
mit
106,369
<!DOCTYPE html> <html > <head> <title>Impexui - layout</title> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <link rel="stylesheet" type="text/css" href="themes/default.css"/> <link rel="stylesheet" type="text/css" href="lib/fontawesome/css/font-awesome.min.css"/> </head> <body> <div class="impex-layout"> <header> impexjs Examples </header> <div class="togglebar"> <div class="menubar {{hideSide?'hidden':''}}"> {{hideSide?'':'&nbsp;'}} <i class="fa fa-bars toggler" :click="toggleSide()"></i> </div> <div class="tabbar"> <i class="nav fa fa-angle-left" :click="tabMove(-1)"></i> <i class="nav right fa fa-angle-right" :click="tabMove(1)"></i> <div class="slidebox"> <ul > <li x-each="activeTypes as type" class="{{active==type?'active':''}}"> <a href="#!/{{type}}"> {{type}} </a> <i class="fa fa-times" :click="this.parent.closeTab(type,$event)"></i> </li> </ul> </div> </div> </div> <div class="sidebar {{hideSide?'hidden':''}}"> <div class="scrollpane"> <ul class="menu-items"> <li x-each="sidebar as k,list" .active:sync="active" > <a class="cate">{{k}}</a> <ul> <li x-each="list as comp" .active:sync="active" x="{{active}}" class="{{active==comp?'active':''}}"> <a class="link" href="#!/{{comp}}"> {{comp}} </a> </li> </ul> </li> </ul> </div> </div> <div class="main {{hideSide?'hidden':''}}"> <iframe src="codes/{{v.type}}.html" scrolling="yes" frameborder="0" onload="changeFrameHeight(this)" .on-prop-change="this.eachUpdate" x-each="activeComps as v" .active:sync="active" class="panel {{active==v.type?'active':''}}"> </iframe> </div> </div> <script type="text/javascript" src="lib/impex/impex.all.js"></script> <script type="text/javascript" src="lib/impex/impex.ext.router.js"></script> <script type="text/javascript" src="lib/impex/impex.ext.console.js"></script> <script type="text/javascript" src="lib/jq/jquery-3.1.0.min.js"></script> <script type="text/javascript" src="lib/jq/jquery.slimscroll.min.js"></script> <script type="text/javascript"> function changeFrameHeight(iframe){ iframe.style.height = document.documentElement.clientHeight+'px'; } imLog.level = 3; impex.config({ logger:imLog }); //渲染框架 impex.render(document.body, { onCreate:function(router){ var that = this; router.when({ "/([a-z]+)":function(type){ if(that.state.activeTypes.indexOf(type) < 0){ that.state.activeComps.push({ tmpl:'<x-'+type+'></x-'+type+'>', type:type }); that.state.activeTypes.push(type); } that.state.active = type; } }); }, eachUpdate:function(changes){ this.state.active = changes.active.val; }, onInit:function(){ var comps = []; for(var k in this.state.sidebar){ var cate = this.state.sidebar[k]; comps = cate.concat(comps); } this.state.comps = comps; }, onMount:function(){ $('.impex-layout > .sidebar .scrollpane > .menu-items').slimScroll({ height: '100%' }); }, state:{ sidebar:{ 'config':[ 'delimiters','logger' ], 'component':[ 'anonymous','named','expression','html','remote','slot', 'watch','props','proptypes','propchange', 'restrict','lifecycle','route','updateprop','componentis' ], 'filter':[ 'currency','chain' ], 'directive':[ 'on','select','expression','form' ], 'directive - each':[ 'const','for','object','filterin', 'scope','eachprops','nested','eachcomponent', 'performence','eachover','eachrange','operation' ], 'input':[ 'attributes','number','bind' ], 'style':[ 'style','class' ], 'text':[ 'cloak','directive' ], 'directive - if/show':[ 'if','ifrange','show','showrange', 'animationwithjs' ], 'demo':[ 'calculator','todos','tree' ] }, comps:[],//所有组件 activeComps:[],//当前打开的组件 activeTypes:[],//当前打开的type active:'',//当前激活type hideSide:false }, //控制tab左右移动 tabMove:function(dir){ document.querySelector('.impex-layout .slidebox').scrollLeft += dir*100; }, toggleSide:function(){ this.state.hideSide = !this.state.hideSide; }, closeTab:function(type,ev){ var i = this.state.activeTypes.indexOf(type); if(i > -1){ this.state.activeTypes.splice(i,1); this.state.activeComps.splice(i,1); console.log(this.state.activeTypes,this.state.activeComps) } if(this.state.active == type){ var newType = this.state.activeTypes[0]; if(!newType)return; location.href = '#!/'+newType; this.state.active = newType; } } },['XRouter']); </script> </body> </html>
MrSoya/impex
examples/index.html
HTML
mit
6,660
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap Starter Kit - Content Block 1-7</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="bskit, bootstrap starter kit, bootstrap builder" /> <meta name="description" content="Business Startup & Prototyping HTML Framework" /> <link rel="shortcut icon" href="ico/favicon.png"> <!-- Core CSS --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="css/font-awesome.min.css" rel="stylesheet"> <!-- Style Library --> <link href="css/style-library-1.css" rel="stylesheet"> <!-- Vendor Styles --> <!-- Block Styles --> <link href="css/content1-7.css" rel="stylesheet"> </head> <body> <div id="page" class="page"> <!-- Start Content Block 1-7 --> <section id="content-1-7" class="content-1-7 content-block"> <div class="container"> <div class="row"> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-bootstrap.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-less.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-sass.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-yeoman.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-bower.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-jquery.png"> </div> </div><!--end of row--> </div><!-- /.container --> </section> <!-- // End Content Block 1-7 --> </div><!-- /#page --> <!-- Scripts at the end... you know the score! --> <!-- Core Scripts --> <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- Vendor Scripts --> <!-- Theme Scripts --> <script type="text/javascript" src="js/bskit-scripts.js"></script> </body> </html>
michaelwartmann/michaelwartmann.github.io
bskit-builder/elements/content1-7.html
HTML
mit
2,282
{% extends "base.html" %} {% load staticfiles %} {% load analysis_tags %} {% block content %} <div class="flex-nav"> {% include "analysis/pages/nav-sidebar.html" %} <section class="flex-nav__body cuckoo-analysis" tabindex="0"> <header class="page-header cuckoo-analysis__header"> <h1>Static Analysis</h1> </header> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="tabbable tabs"> <ul class="nav nav-pills" style="margin-bottom: 0;"> <li class="active"> <a href="#static_analysis_tab" data-toggle="tab">Static Analysis</a> </li> <li><a href="#static_strings_tab" data-toggle="tab">Strings</a></li> <li><a href="#static_antivirus_tab" data-toggle="tab">Antivirus</a></li> <li><a href="#static_irma_tab" data-toggle="tab">IRMA</a></li> </ul> <div class="tab-content"> <div class="tab-pane fade in active" id="static_analysis_tab"> {% if "PE32" in report.analysis.target.file.type %} {% include "analysis/pages/static/_pe32.html" %} {% elif "ELF" in report.analysis.target.file.type %} {% include "analysis/pages/static/_elf.html" %} {% elif "office" in report.analysis.static %} {% include "analysis/pages/static/_office.html" %} {% elif "pdf" in report.analysis.static %} {% include "analysis/pages/static/_pdf.html" %} {% else %} No static analysis available. {% endif %} </div> <div class="tab-pane fade" id="static_strings_tab"> {% include "analysis/pages/static/_strings.html" %} </div> <div class="tab-pane fade" id="static_antivirus_tab"> {% include "analysis/pages/static/_antivirus.html" %} </div> <div class="tab-pane fade" id="static_irma_tab"> {% include "analysis/pages/static/_irma.html" %} </div> </div> </div> </div> </div> </div> <!-- footer replacement to avoid double scrollbars --> <footer class="flex-grid__footer center-left"> <p class="footnote"> &copy;2010-2018 <a href="https://www.cuckoosandbox.org" target="_blank">Cuckoo Sandbox</a> </p> <div class="logo"> <img src="{% static "graphic/cuckoo_inverse.png" %}" alt="Cuckoo Malware Analysis Sandbox" /> <a href="#">Back to Top</a> </div> </footer> </section> </div> {% endblock %}
cuckoobox/cuckoo
cuckoo/web/templates/analysis/pages/static/index.html
HTML
mit
3,574
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `QIF_TIMES` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, QIF_TIMES"> <title>libc::QIF_TIMES - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'QIF_TIMES', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>QIF_TIMES</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1609' class='srclink' href='../src/libc/unix/notbsd/mod.rs.html#513' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const QIF_TIMES: <a class='type' href='../libc/type.uint32_t.html' title='libc::uint32_t'>uint32_t</a><code> = </code><code>48</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
rxse/rust-markov-text
docs/libc/constant.QIF_TIMES.html
HTML
mit
4,283
<div class="main-contain"> <div class="contain"> <div class="contain__arrow" ng-click="prev()"> <p class="contain__arrow__button" id="prev"><</p> </div> <div class="contain__text"> <div class="contain__text--line contain__text--line--first">Barthélémy Giraud</div> <div class="contain__text--line">Développeur front</div> </div> <div class="contain__arrow" ng-click="next()"> <p class="contain__arrow__button" id="next">></p> </div> </div> </div> <div class="picture" id="picture"> </div> <div class="home-wrapper"> </div>
akrobarth/akrobarth.github.io
home/home.html
HTML
mit
553
<!DOCTYPE html> <html lang="en" class=""> <head> <meta charset="utf-8" /> <title>Html version | Angulr</title> <meta name="description" content="app, web app, responsive, responsive layout, admin, admin panel, admin dashboard, flat, flat ui, ui kit, AngularJS, ui route, charts, widgets, components" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="stylesheet" href="../libs/assets/animate.css/animate.css" type="text/css" /> <link rel="stylesheet" href="../libs/assets/font-awesome/css/font-awesome.min.css" type="text/css" /> <link rel="stylesheet" href="../libs/assets/simple-line-icons/css/simple-line-icons.css" type="text/css" /> <link rel="stylesheet" href="../libs/jquery/bootstrap/dist/css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="css/font.css" type="text/css" /> <link rel="stylesheet" href="css/app.css" type="text/css" /> </head> <body> <div class="app app-header-fixed "> <div class="container w-xl w-auto-xs" ng-init="app.settings.container = false;"> <a href class="navbar-brand block m-t">Angulr</a> <div class="m-b-lg"> <div class="wrapper text-center"> <strong>Input your email to reset your password</strong> </div> <form name="reset" ng-init="isCollapsed=true"> <div class="list-group list-group-sm"> <div class="list-group-item"> <input type="email" placeholder="Email" ng-model="email" class="form-control no-border" required> </div> </div> <button type="submit" ng-disabled="reset.$invalid" class="btn btn-lg btn-primary btn-block" ng-click="isCollapsed = !isCollapsed" >Send</button> </form> <div collapse="isCollapsed" class="m-t"> <div class="alert alert-success"> <p>A reset link sent to your email address, please check it in 7 days. <a ui-sref="access.signin" class="btn btn-sm btn-success">Sign in</a></p> </div> </div> </div> <div class="text-center" ng-include="'tpl/blocks/page_footer.html'"> <p> <small class="text-muted">Web app framework base on Bootstrap and AngularJS<br>&copy; 2014</small> </p> </div> </div> </div> <script src="../libs/jquery/jquery/dist/jquery.js"></script> <script src="../libs/jquery/bootstrap/dist/js/bootstrap.js"></script> <script src="js/ui-load.js"></script> <script src="js/ui-jp.config.js"></script> <script src="js/ui-jp.js"></script> <script src="js/ui-nav.js"></script> <script src="js/ui-toggle.js"></script> <script src="js/ui-client.js"></script> </body> </html>
tahirakhan/bilal-cattle-farm
public/html/page_forgotpwd.html
HTML
mit
2,552
<!doctype html> <html lang="en"> <head> <title>Sandbox End to end Test Runner</title> <script src="../lib/angular/angular-a4p-patched-scenario.1.1.4.js" ng-autotest></script> <script type="text/javascript" src="../lib/jasmine/jasmine-html.js"></script> <script type="text/javascript" src="../../www/l4p/libs/js/jquery/jquery-2.0.3.min.js"></script> <script type="text/javascript" src="../lib/jasmine-jquery/jasmine-jquery.js"></script> <script type="text/javascript" src="../e2e/scenarios_basics.js"></script> </head> <body> </body> </html>
mlefree/cmpc
tests/sandbox/e2eTestRunner.html
HTML
mit
568
<!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" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>SiteManagementController.GetSubscriptions Method</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">SiteManagementController.GetSubscriptions Method</h1> <div class="metadata"> Namespace: <a href="topic_000000000000018A.html">Tlece.Recruitment.Controllers</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">&lt;HttpGet()&gt; _&nbsp;<br />Public Function GetSubscriptions() As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>(Of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>)</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">[HttpGet()]&nbsp;<br />public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>&gt; GetSubscriptions()</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">[HttpGet()]&nbsp;<br />public: &nbsp;<br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>^&gt;^ GetSubscriptions() </pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">JScript does not support generic types and methods.</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> <h4 class="subHeading"> Return Value</h4> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>&gt; </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_000000000000022F.html">SiteManagementController Class</a><br /> <a href="topic_000000000000018A.html">Tlece.Recruitment.Controllers Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
asiboro/asiboro.github.io
vsdoc/topic_0000000000000234.html
HTML
mit
11,991
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>App Engine Python SDK: google.appengine.ext.remote_api.remote_api_stub.Error Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>remote_api</b></li><li class="navelem"><b>remote_api_stub</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.html">Error</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">google.appengine.ext.remote_api.remote_api_stub.Error Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.ext.remote_api.remote_api_stub.Error:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.png" usemap="#google.appengine.ext.remote_api.remote_api_stub.Error_map" alt=""/> <map id="google.appengine.ext.remote_api.remote_api_stub.Error_map" name="google.appengine.ext.remote_api.remote_api_stub.Error_map"> <area href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_configuration_error.html" alt="google.appengine.ext.remote_api.remote_api_stub.ConfigurationError" shape="rect" coords="0,112,447,136"/> <area href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_unknown_java_server_error.html" alt="google.appengine.ext.remote_api.remote_api_stub.UnknownJavaServerError" shape="rect" coords="457,112,904,136"/> </map> </div></div> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><pre class="fragment">Base class for exceptions in this module.</pre> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/ext/remote_api/remote_api_stub.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
tzmartin/gae-python.docset
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.html
HTML
mit
3,415
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="BIT-101 Daily Open Source JavaScript and HTML Canvas Experiments"> <link rel="stylesheet" type="text/css" href="../styles/daily.css"> </head> <body> <script src="../js/ui.js"></script> <script src="../libs/quicksettings_3_0_2.min.js"></script> <script src="../libs/bitlib_1_0_2.min.js"></script> <script> var date = 170110; var desc = "Thale\'s Theorem."; var issueNumber = 10; var links = [ '<a href="https://en.wikipedia.org/wiki/Thales%27_theorem">Thale\'s Theorem</a>', '<a href="https://www.amazon.com/Beautiful-Geometry-Eli-Maor/dp/0691150990/ref=as_li_ss_il?ie=UTF8&qid=1483362047&sr=8-1&keywords=beautiful+geometry&linkCode=li1&tag=bit10103-20&linkId=5ad49969c977bb2428645100dedcf12d" target="_blank"><img border="0" src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=0691150990&Format=_SL110_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=bit10103-20" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=bit10103-20&l=li1&o=1&a=0691150990" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />' ]; setup(date, date - 1, date + 1, desc, issueNumber, links); </script> </body> </html>
bit101/lab
dailies/170110.html
HTML
mit
1,324
<?code package main import ( fmt "math/big" ) func main() { ?> <p> Hey there, chickens. </p> <?code } ?>
michaellaszlo/boomerang
tests/injection/case.g.html
HTML
mit
123
<div class="part-wrap clients-and-cases-wrap"> <section class="clients-and-cases page-part"> <h3>Advies wordt gegeven door</h3> <p> <a href="http://reinierladan.nl" class="profile-pic"> <img src="assets/images/reinier-profiel-compressed.jpg" alt="Profielfoto Reinier Ladan" width="150" height="150"><br /> <strong>Reinier Ladan</strong>, UX consultant </a> </p> <div class="description"> <p>Sinds 1999 ontwerp en bouw ik websites en apps. Jarenlang heb ik onderzoek gedaan naar de UX van digitale producten en de ontwerp- en ontwikkelprocessen die daarbij horen. Deze kennis stel ik beschikbaar aan u en uw organisatie.</p> <p>Door mijn ervaring met ontwerp én techniek ben ik in staat om van idee tot aan doorontwikkeling advies te geven over het proces voor een optimale gebruikservaring. Dit houdt niet op na live-gang; een goede UX is een proces, geen project.</p> </div> <h3 class="head-clients">Enkele opdrachtgevers</h3> <p class="clients"><a href="http://nos.nl">NOS</a> <a href="http://npo.nl">NPO</a> <a href="http://schiphol.nl">Schiphol</a> <a href="http://nrcmedia.nl">NRC Media</a> <a href="http://sanoma.nl">Sanoma</a> <a href="http://rtl.nl">RTL Nederland</a> <a href="http://foxsports.nl">FOX Sports NL</a> <a href="http://www.infostrada.com/">Infostrada</a> <a href="http://adfogroep.nl">Adfo Groep</a> <a href="http://knsb.nl">KNSB</a> <a href="http://nlziet.nl">NLZiet</a> <a href="http://ntu.nl">De Nederlandse Taalunie</a></p> </section> </div>
reinier/uxadvies
src/chunks/_clients.html
HTML
mit
1,544
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <title>Apoda.ca</title> </head> <body> <header> <div class="inner"> <h1>Integrated Math 1</h1> <h2>Mr. Apodaca's Teacher Homepage</h2> <a href="https://github.com/apodaca/apoda.ca" target="_blank" class="button"><small>View project on</small> GitHub</a> </div> </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> <h3> <a id="intro" class="anchor" href="#intro" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome</h3> <p><a href="https://drive.google.com/drive/folders/0B_DNnfZAhpFFaUxWR1hWaHhmTlU?usp=sharing" target="_blank">All Student Notes and Videos</a></p> <h3> <a id="student-links" class="anchor" href="#student-links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Student Links</h3> <p></p> <ul> <li><a href="http://hosted145.renlearn.com/711518/" target="_blank">Star Math</a></li> <li><a href="http://web.geogebra.org" target="_blank">Geogebra</a></li> </ul> </section> <aside id="sidebar"> <a href="https://canvas.instructure.com/login/canvas" target="_blank" class="button"> <small>Login</small> Canvas </a> <a href="https://www.dropbox.com/sh/66cfciggrc9uofh/AAC41GkqBjbpUOxMFnBTawgua?dl=0" target="_blank" class="button"> <small>2015-2016</small> Class Notes </a> <p class="repo-owner"><a href="https://github.com/apodaca/apoda.ca"></a> is maintained by <a href="https://github.com/apodaca">apodaca</a>.</p> <p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p> </aside> </div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-67258684-2"); pageTracker._trackPageview(); } catch(err) {} </script> </body> </html>
apodaca-edu/apodaca-edu.github.io
IM1.html
HTML
mit
3,104
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>csbuild.toolchain.combined_toolchains</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="csbuild-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> csbuild :: toolchain :: combined_toolchains :: Class&nbsp;combined_toolchains </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="csbuild.toolchain.combined_toolchains-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class combined_toolchains</h1><p class="nomargin-top"><span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains">source&nbsp;code</a></span></p> <pre class="base-tree"> object --+ | <strong class="uidshort">combined_toolchains</strong> </pre> <hr /> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="csbuild.toolchain.combined_toolchains-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">toolchains</span>)</span><br /> x.__init__(...) initializes x; see help(type(x)) for signature</td> <td align="right" valign="top"> <span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__getattr__"></a><span class="summary-sig-name">__getattr__</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__getattr__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__sizeof__</code>, <code>__str__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">toolchains</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>x.__init__(...) initializes x; see help(type(x)) for signature</p> <dl class="fields"> <dt>Overrides: object.__init__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="csbuild-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Sat Mar 8 14:49:45 2014 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
3Jade/csbuild
html/csbuild.toolchain.combined_toolchains-class.html
HTML
mit
9,099
<section data-ng-controller="OrderEnquiryFormsController" data-ng-init="findOne()"> <div class="page-header"> <h1 data-ng-bind="orderEnquiryForm.name"></h1> </div> <div class="pull-right" data-ng-show="((authentication.user) && (authentication.user._id == orderEnquiryForm.user._id))"> <a class="btn btn-primary" href="/#!/order-enquiry-forms/{{orderEnquiryForm._id}}/edit"> <i class="glyphicon glyphicon-edit"></i> </a> <a class="btn btn-primary" data-ng-click="remove();"> <i class="glyphicon glyphicon-trash"></i> </a> </div> <small> <em class="text-muted"> Posted on <span data-ng-bind="orderEnquiryForm.created | date:'mediumDate'"></span> by <span data-ng-bind="orderEnquiryForm.user.displayName"></span> </em> </small> </section>
Gladg/Triburg
public/modules/order-enquiry-forms/views/view-order-enquiry-form.client.view.html
HTML
mit
775
<div class="inventory-schedule-container"> <div class="inventory-schedule"> <div class="row date-container"> <div class="col-sm-3 calendar"> <div class="date-month"> {{ analysisSchedule.month }} </div> <h1 class="date-day"> {{ analysisSchedule.day }} </h1> </div> <div class="col-sm-8 date-info"> <h4>Analysis Due</h4> {{ analysisSchedule.formattedDueDate }} <div ng-pluralize count="analysis.participant_count" when="{'0': 'No Participants', '1': '{} Participant', 'other': '{} Participants'}"></div> </div> </div> </div> <div class="inventory-schedule-buttons" ng-if="!analysisSchedule.onlySchedule"> <button class="btn btn-block btn-default separator-margin">Modify Schedule</button> <button class="btn btn-block btn-default separator-margin">Go To Report</button> <button ng-click="analysisSchedule.displayLearningQuestions()" class="btn btn-block btn-secondary separator-margin">Add/Review Learning Questions</button> </div> </div>
MobilityLabs/pdredesign-server
app/assets/javascripts/client/inventories/analysis_schedule.html
HTML
mit
1,172
<!-- test/fixtures/includes/options-data.hbs --> <article id="options-data"> <div class="title"> this title is from the config (root context). This title is from FOO.json </div> <p class="description"> This description is from FOO.json </p> </article>
helpers/handlebars-helper-include
test/actual/options_data/context-options.html
HTML
mit
265
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png"> <link rel="icon" type="image/png" href="./assets/img/favicon.png"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Landing Page - Now Ui Kit by Creative Tim</title> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' /> <!-- Fonts and icons --> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" /> <!-- CSS Files --> <link href="./assets/css/bootstrap.min.css" rel="stylesheet" /> <link href="./assets/css/now-ui-kit.css?v=1.1.0" rel="stylesheet" /> <!-- CSS Just for demo purpose, don't include it in your project --> <!-- <link href="./assets/css/demo.css" rel="stylesheet" /> --> </head> <body class="landing-page sidebar-collapse"> <!-- Navbar --> <nav class="navbar navbar-expand-lg bg-primary fixed-top navbar-transparent " color-on-scroll="400"> <div class="container"> <div class="dropdown button-dropdown"> <a href="#pablo" class="dropdown-toggle" id="navbarDropdown" data-toggle="dropdown"> <span class="button-bar"></span> <span class="button-bar"></span> <span class="button-bar"></span> </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> <a class="dropdown-header">Dropdown header</a> <a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> <a class="dropdown-item" href="#">Something else here</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="#">Separated link</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="#">One more separated link</a> </div> </div> <div class="navbar-translate"> <a class="navbar-brand" href="http://demos.creative-tim.com/now-ui-kit/index.html" rel="tooltip" title="Designed by Invision. Coded by Creative Tim" data-placement="bottom" target="_blank"> Now Ui Kit </a> <button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-bar bar1"></span> <span class="navbar-toggler-bar bar2"></span> <span class="navbar-toggler-bar bar3"></span> </button> </div> <div class="collapse navbar-collapse justify-content-end" id="navigation" data-nav-image="./assets/img/blurred-image-1.jpg"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" href="../index.html">Back to Kit</a> </li> <li class="nav-item"> <a class="nav-link" href="https://github.com/creativetimofficial/now-ui-kit/issues">Have an issue?</a> </li> <li class="nav-item"> <a class="nav-link" rel="tooltip" title="Follow us on Twitter" data-placement="bottom" href="https://twitter.com/CreativeTim" target="_blank"> <i class="fa fa-twitter"></i> <p class="d-lg-none d-xl-none">Twitter</p> </a> </li> <li class="nav-item"> <a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/CreativeTim" target="_blank"> <i class="fa fa-facebook-square"></i> <p class="d-lg-none d-xl-none">Facebook</p> </a> </li> <li class="nav-item"> <a class="nav-link" rel="tooltip" title="Follow us on Instagram" data-placement="bottom" href="https://www.instagram.com/CreativeTimOfficial" target="_blank"> <i class="fa fa-instagram"></i> <p class="d-lg-none d-xl-none">Instagram</p> </a> </li> </ul> </div> </div> </nav> <!-- End Navbar --> <div class="wrapper"> <div class="page-header page-header-small"> <div class="page-header-image" data-parallax="true" style="background-image: url('./assets/img/bg6.jpg');"> </div> <div class="container"> <div class="content-center"> <h1 class="title">This is our great company.</h1> <div class="text-center"> <a href="#pablo" class="btn btn-primary btn-icon btn-round"> <i class="fa fa-facebook-square"></i> </a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"> <i class="fa fa-twitter"></i> </a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"> <i class="fa fa-google-plus"></i> </a> </div> </div> </div> </div> <div class="section section-about-us"> <div class="container"> <div class="row"> <div class="col-md-8 ml-auto mr-auto text-center"> <h2 class="title">Who we are?</h2> <h5 class="description">According to the National Oceanic and Atmospheric Administration, Ted, Scambos, NSIDClead scentist, puts the potentially record low maximum sea ice extent tihs year down to low ice extent in the Pacific and a late drop in ice extent in the Barents Sea.</h5> </div> </div> <div class="separator separator-primary"></div> <div class="section-story-overview"> <div class="row"> <div class="col-md-6"> <div class="image-container image-left" style="background-image: url('./assets/img/login.jpg')"> <!-- First image on the left side --> <p class="blockquote blockquote-primary">"Over the span of the satellite record, Arctic sea ice has been declining significantly, while sea ice in the Antarctichas increased very slightly" <br> <br> <small>-NOAA</small> </p> </div> <!-- Second image on the left side of the article --> <div class="image-container" style="background-image: url('./assets/img/bg3.jpg')"></div> </div> <div class="col-md-5"> <!-- First image on the right side, above the article --> <div class="image-container image-right" style="background-image: url('./assets/img/bg1.jpg')"></div> <h3>So what does the new record for the lowest level of winter ice actually mean</h3> <p>The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever happens with climate change. Even if the Arctic continues to be one of the fastest-warming regions of the world, it will always be plunged into bitterly cold polar dark every winter. And year-by-year, for all kinds of natural reasons, there’s huge variety of the state of the ice. </p> <p> For a start, it does not automatically follow that a record amount of ice will melt this summer. More important for determining the size of the annual thaw is the state of the weather as the midnight sun approaches and temperatures rise. But over the more than 30 years of satellite records, scientists have observed a clear pattern of decline, decade-by-decade. </p> <p>The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever happens with climate change. Even if the Arctic continues to be one of the fastest-warming regions of the world, it will always be plunged into bitterly cold polar dark every winter. And year-by-year, for all kinds of natural reasons, there’s huge variety of the state of the ice. </p> </div> </div> </div> </div> </div> <div class="section section-team text-center"> <div class="container"> <h2 class="title">Here is our team</h2> <div class="team"> <div class="row"> <div class="col-md-4"> <div class="team-player"> <img src="./assets/img/avatar.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised"> <h4 class="title">Romina Hadid</h4> <p class="category text-primary">Model</p> <p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some <a href="#">links</a> for people to be able to follow them outside the site.</p> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-twitter"></i></a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-instagram"></i></a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-facebook-square"></i></a> </div> </div> <div class="col-md-4"> <div class="team-player"> <img src="./assets/img/ryan.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised"> <h4 class="title">Ryan Tompson</h4> <p class="category text-primary">Designer</p> <p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some <a href="#">links</a> for people to be able to follow them outside the site.</p> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-twitter"></i></a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-linkedin"></i></a> </div> </div> <div class="col-md-4"> <div class="team-player"> <img src="./assets/img/eva.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised"> <h4 class="title">Eva Jenner</h4> <p class="category text-primary">Fashion</p> <p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some <a href="#">links</a> for people to be able to follow them outside the site.</p> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-google-plus"></i></a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-youtube-play"></i></a> <a href="#pablo" class="btn btn-primary btn-icon btn-round"><i class="fa fa-twitter"></i></a> </div> </div> </div> </div> </div> </div> <div class="section section-contact-us text-center"> <div class="container"> <h2 class="title">Want to work with us?</h2> <p class="description">Your project is very important to us.</p> <div class="row"> <div class="col-lg-6 text-center col-md-8 ml-auto mr-auto"> <div class="input-group input-lg"> <span class="input-group-addon"> <i class="now-ui-icons users_circle-08"></i> </span> <input type="text" class="form-control" placeholder="First Name..."> </div> <div class="input-group input-lg"> <span class="input-group-addon"> <i class="now-ui-icons ui-1_email-85"></i> </span> <input type="text" class="form-control" placeholder="Email..."> </div> <div class="textarea-container"> <textarea class="form-control" name="name" rows="4" cols="80" placeholder="Type a message..."></textarea> </div> <div class="send-button"> <a href="#pablo" class="btn btn-primary btn-round btn-block btn-lg">Send Message</a> </div> </div> </div> </div> </div> <footer class="footer footer-default"> <div class="container"> <nav> <ul> <li> <a href="https://www.creative-tim.com"> Creative Tim </a> </li> <li> <a href="http://presentation.creative-tim.com"> About Us </a> </li> <li> <a href="http://blog.creative-tim.com"> Blog </a> </li> <li> <a href="https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md"> MIT License </a> </li> </ul> </nav> <div class="copyright"> &copy; <script> document.write(new Date().getFullYear()) </script>, Designed by <a href="http://www.invisionapp.com" target="_blank">Invision</a>. Coded by <a href="https://www.creative-tim.com" target="_blank">Creative Tim</a>. </div> </div> </footer> </div> </body> <!-- Core JS Files --> <script src="./assets/js/core/jquery.3.2.1.min.js" type="text/javascript"></script> <script src="./assets/js/core/popper.min.js" type="text/javascript"></script> <script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script> <!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ --> <script src="./assets/js/plugins/bootstrap-switch.js"></script> <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ --> <script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script> <!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker --> <script src="./assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script> <!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc --> <script src="./assets/js/now-ui-kit.js?v=1.1.0" type="text/javascript"></script> </html>
thepatrick/lunch
static/landing-page.html
HTML
mit
17,070
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noarchive"> <meta name="description" content="The important dates, such as deadlines and registration dates, are provided for NDDTE."> <meta name="keywords" content="nanotechnology conference, cancer and nanotechnology, clinical application of nanotechnology, gene delivery systems, nanomedical technologies, nanobiiomedical applications, nanotechnology for detection, nanotechnology for diagnosis, nanotechnology and drug delivery, nanotechnology for imaging, nanotechnology and tissue engineering, nanopharmaceuticals"> <title>NDDTE'18 - Important Dates</title> <meta name="handheldfriendly" content="true"> <meta name="mobileoptimized" content="240"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/style.css" rel="stylesheet"> <!-- Google Fonts --> <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400i,700" rel="stylesheet"> <link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon"> <!--[if IE-9]><html lang="en" class="ie9"><![endif]--> <script src='https://www.google.com/recaptcha/api.js'></script> <script src="../js/modernizr.custom.63321.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-66026921-1', 'auto'); ga('send', 'pageview'); </script> <script> (function() { var cx = '002879881986571969324:agaw0rmj_90'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> </head> <body> <nav id="slide-menu"> <h1>NDDTE'18</h1> <ul> <li><a href="/nddte/">Home</a></li> <li><a href="../papers">Submissions</a></li> <li><a href="../program">Program</a></li> <li><a href="../dates">Important Dates</a></li> <li><a href="../registration">Registration</a></li> <li><a href="../committee">Committee</a></li> <li><a href="../keynote">Keynotes</a></li> <li><a href="../venue">Venue</a></li> <li><a href="../accommodation">Accommodation</a></li> <li><a href="../past-events">Past Events</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> <div id="content"> <div class="desktop"> <div class="cbp-af-header"> <div class="cbp-af-inner"> <a href="/"><img src="../img/logo.png" class="flex-logo"></a> <nav> <a href="/">Home</a><p class="dot">&middot;</p><a href="../papers">Submissions</a><p class="dot">&middot;</p><a href="../program">Program</a><p class="dot">&middot;</p><a href="../dates">Important Dates</a><p class="dot">&middot;</p><a href="../registration">Registration</a><p class="dot">&middot;</p><a href="../committee">Committee</a><p class="dot">&middot;</p><a href="../keynote">Keynotes</a><p class="dot">&middot;</p><a href="../venue">Venue</a><p class="dot">&middot;</p><a href="../accommodation">Accommodation</a><p class="dot">&middot;</p><a href="../past-events">Past Events</a><p class="dot">&middot;</p><a href="#contact">Contact</a> </nav> </div> </div> </div> <header> <div class="mobile"> <div class="cbp-af-header"> <div class="cbp-af-inner"> <div class="unit unit-s-3-4 unit-m-1-3 unit-l-1-3"> <a href="/"><img src="../img/logo.png" class="flex-logo"></a> </div> <div class="unit unit-s-1-3 unit-m-2-3 unit-m-2-3-1 unit-l-2-3"> <div class="menu-trigger"></div> </div> </div> </div> <div class="bg"> <h1>3<sup>rd</sup> International Conference on Nanomedicine,<br>Drug Delivery, and Tissue Engineering (NDDTE'18)</h1> <p class="subhead">April 10 - 12, 2018 | Budapest, Hungary</p> <a href="../papers" class="bg-link">Submissions</a> <p class="dot">&middot;</p> <a href="../dates" class="bg-link">Important Dates</a> <p class="dot">&middot;</p> <a href="../registration" class="bg-link">Registration</a> <div class="searchbox grid"> <div class="unit unit-s-1 unit-m-3-4 unit-l-3-4"> <div class="unit unit-s-1 unit-m-1-4-2 unit-l-1-4-2"> <p class="body">Search:</p> </div> <div class="unit unit-s-3-4 unit-m-3-4 unit-l-3-4"> <gcse:searchbox-only resultsUrl="../results"></gcse:searchbox-only> </div> </div> </div> </div> </div> <div class="desktop"> <div class="grid"> <div class="unit unit-s-1 unit-m-1 unit-l-1"> <div class="bg-img"> <img src="../img/header.jpg" class="flex-img" alt="Header"> </div> <div class="bg"> <h1>3<sup>rd</sup> International Conference on Nanomedicine,<br>Drug Delivery, and Tissue Engineering (NDDTE'18)</h1> <p class="subhead">April 10 - 12, 2018 | Budapest, Hungary</p> <a href="../papers" class="bg-link">Submissions</a> <p class="dot">&middot;</p> <a href="../dates" class="bg-link">Important Dates</a> <p class="dot">&middot;</p> <a href="../registration" class="bg-link">Registration</a> <div class="searchbox grid"> <div class="unit unit-s-1 unit-m-3-4 unit-l-3-4"> <div class="unit unit-s-1 unit-m-1-4-2 unit-l-1-4-2"> <p class="body">Search:</p> </div> <div class="unit unit-s-3-4 unit-m-3-4 unit-l-3-4"> <gcse:searchbox-only resultsUrl="../results"></gcse:searchbox-only> </div> </div> </div> </div> </div> </div> </div> </header> <div class="grid main-content"> <div class="unit unit-s-1 unit-m-1-3-1 unit-l-1-3-1"> <div class="unit-spacer"> <section class="main"> <ul class="side-bar-menu" style="padding:0px;"> <li><a href="../sponsor">Sponsors &amp; Exhibitors</a></li> <li><a href="../symposium">Symposium &amp; Workshop</a></li> <li><a href="../openconf">Submit your Paper</a></li> </ul> </section> <br><br> </div> </div> <div class="unit unit-s-1 unit-m-1-4-1 unit-l-1-4-1"> <div class="unit-spacer content"> <p class="body">The important dates and deadlines for the 2<sup>nd</sup> International Conference on Nanomedicine, Drug Delivery, and Tissue Engineering (NDDTE'18) are as follows:</p> <div class="mobile"> <table> <tr> <td class="date-title">Conference Dates</td> </tr> <tr> <td class="imp-date"><b>April 10 - 12</b></td> </tr> <tr> <td class="date-title"><s>Paper Submission Deadline</s><br><strong>Extended Paper Submission Deadline</strong></td> </tr> <tr> <td class="imp-date"><s>October 12, 2017</s><p class="body"><strong>February 8, 2018</strong></p></td> </tr> <td class="date-title"><s>Notification of Authors</s><br><strong>Extended Notification of Authors</strong></td> </tr> <tr> <td class="imp-date"><s>November 2, 2017</s><p class="body"><strong>February 10, 2018</strong></p></td> </tr> <tr> <td class="date-title"><s>Final Version of Accepted Submissions Deadline</s><br><strong>Final Version of Accepted Submissions Deadline</strong</td> </tr> <tr> <td class="imp-date"><s>December 21, 2017</s><p class="body"><strong>March 13, 2018</strong></p></td> </tr> <tr> <td class="date-title" rowspan="3">Registration Deadline</td> </tr> <tr> <td class="reg"><s>Early Bird Registration</s><br><b>Extended Early Bird Registration</b> <p class="body"><s>November 16, 2017</s><br><strong>February 20, 2018</strong></p></td> </tr> <tr> <td class="reg"><s>Regular Registration*</s><br><b>Extended Regular Registration<strong>*</strong></b> <p class="body"><s>December 21, 2017</s><br><strong>March 13, 2018</strong></p></td> </tr> <tr> <td class="reg"><b>Late Registration <p class="body">After March 13, 2018</b></p></td> </tr> </table> </div> <div class="desktop"> <table> <tr> <td class="date-title">Conference Dates</td> <td class="imp-date"><b>April 10 - 12</b></td> </tr> <tr> <td class="date-title"><s>Paper Submission Deadline</s><br><div class="past-text"><b>Extended Paper Submission Deadline</b></div></td> <td class="imp-date"><s>October 12, 2017</s><br><strong>February 8, 2018</strong></td> </tr> <tr> <td class="date-title"><s>Notification of Authors</s><br><div class="past-text"><b>Extended Notification of Authors</b></div></td> <td class="imp-date"><s>November 2, 2017</s><br><strong>February 10, 2018</strong></td> </tr> <tr> <td class="date-title"><s>Final Version of Accepted Submissions Deadline</s><br><div class="past-text"><b>Final Version of Accepted Submissions Deadline</b></div></td> <td class="imp-date"><s>December 21, 2017</s><br><strong>March 13, 2018</strong></td> </tr> <tr> <th class="date-title" rowspan=3>Registration Deadline</th> <td class="reg"><s>Early Bird Registration</s><div class="past-text"><b>Extended Early Bird Registration</b></div><p class="body"><s>November 16, 2017</s><br><strong>February 20, 2018</strong></p></td> </tr> <tr> <td class="reg"><s>Regular Registration*</s><div class="past-text"><b>Extended Regular Registration</b><strong>*</strong></div><p class="body"><s>December 21, 2017</s><br><strong>March 13, 2018</strong></p></td> </tr> <tr> <td class="reg">Late Registration <br><p class="body">After <strong>March 13, 2018</strong></p></td> </tr> </table> </div> <p class="body"><strong>*This is the deadline for the registration of Authors</strong></p> </div> </div> <div class="unit unit-s-1 unit-m-1-3-1 unit-l-1-3-1"> <div class="unit-spacer"> <p class="announcement-text"><strong>NDDTE'18</strong> is part of the <strong>3<sup>rd</sup> World Congress on Recent Advances in Nanotechnology (RAN'18)</strong>. <a class="body-link" target="_blank" href="https://www.rancongress.com">Congress Website</a> | <a class="body-link" target="_blank" href="RAN18_CFP_Flyer.pdf">Congress Flyer</a></p> <p class="announcement-text"> <strong>Poster Board Dimensions:</strong><br> Authors presenting via poster boards are to be informed that poster boards are 110 cm height and 70 cm width. </p> <h2>Upcoming Dates</h2> <div class="grid events"> <div class="unit unit-s-1 unit-m-1-4 unit-l-1-4"> <div class="date"> Mar. 13, 2018 </div> </div> <div class="unit unit-s-1 unit-m-3-4 unit-l-3-4"> <div class="unit-spacer"> Final Version of Accepted Submissions Deadline </div> </div> </div> <div class="grid events"> <div class="unit unit-s-1 unit-m-1-4 unit-l-1-4"> <div class="date"> Mar. 13, 2018 </div> </div> <div class="unit unit-s-1 unit-m-3-4 unit-l-3-4"> <div class="unit-spacer"> Extended <br>Regular Registration </div> </div> </div> <div class="grid events"> <div class="unit unit-s-1 unit-m-1-4 unit-l-1-4"> <div class="date"> Apr. 10 - 12, 2018 </div> </div> <div class="unit unit-s-1 unit-m-3-4 unit-l-3-4"> <div class="unit-spacer"> Conference Dates </div> </div> </div> <br> <div> <div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 "> <a href="https://www.crossref.org/" target="_blank"><img src="/img/Crossref_logo.png" alt="Crossref" class="flex-img" style="max-width:130px;"/></a> </div> <div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 "> <a href="https://www.scopus.com/" target="_blank"><img src="/img/Scopus_logo.png" alt="Scopus" class="flex-img" style="max-width:130px;"/></a> </div> <br> <div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 "> <a href="https://scholar.google.com/" target="_blank"><img src="/img/GoogleSchoolar_logo.png" alt="Google Scholar" class="flex-img" style="max-width:130px;"/></a> </div> <div class="unit unit-s-1-1 unit-m-1-2 unit-l-1-2 "> <a href="https://www.portico.org/" target="_blank"><img src="/img/portico_logo.png" alt="Portico" class="flex-img" style="max-width:110px;"/></a> </div> <br> </div> </div> </div> </div> <footer id="contact"> <div class="grid"> <div class="unit unit-s-1 unit-m-1-3 unit-l-1-3"> <div class="unit-spacer"> <h2>Contact Us</h2> <p class="body">International ASET Inc.<br> Unit No. 104, 2442 St. Joseph Blvd.<br> Orl&eacute;ans, Ontario, Canada<br> Postal Code: K1C 1G1<br> +1-613-834-9999<br> <a href="mailto:[email protected]">[email protected]</a></p> </div> </div> <div class="unit unit-s-1 unit-m-2-3 unit-l-2-3 contact"> <div class="unit-spacer"> <p class="body">For questions or comments regarding NDDTE'18, please fill out the form below:</p> <form action="../contactus.php" method="post" enctype="multipart/form-data" name="ContactForm" class="cf"> <div class="half left cf"> <input style="margin-bottom:0.85em" type="text" name="Name" id="Name" placeholder="Name" required> <input style="margin-bottom:0.85em" type="email" name="Email" id="Email" placeholder="Email address" required> <input type="text" name="Subject" id="Subject" placeholder="Subject" required> </div> <div class="half right cf"> <textarea name="Message" type="text" rows="5" name="Message" id="Message" placeholder="Message" required></textarea> </div><br><br> <center class="full right cf"><div class="g-recaptcha" data-sitekey="6LcY9g0TAAAAAIwIfY4vJzVX0ehN29_EX4g6vANn"></div></center> <div class="cf"> <center><div class="full right cf"><input type="submit" name="Submit" value="Submit"> <input type="reset" name="Reset" value="Reset"></center></div> </div></div></form> </div> </div> </div> </footer> <div class="copyright"> <a href="http://international-aset.com">International ASET Inc.</a> | <a href="http://international-aset.com/phplistpublic/?p=subscribe&id=1">Subscribe</a> | <a href="../terms">Terms of Use</a> | <a href="../sitemap">Sitemap</a> <p class="body">© Copyright <script>document.write(new Date().getFullYear())</script>, International ASET Inc. – All Rights Reserved.</p> <p class="copyright1">Have any feedback? Please provide them here: <script>var refURL = window.location.protocol + "//" + window.location.host + window.location.pathname; document.write('<a href="http://international-aset.com/feedback/?refURL=' + refURL+'" class="body-link">Feedback</a>');</script></p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"></script> <script src="../js/form-validation.js"></script> <script type="text/javascript" src="../js/jquery.calendario.js"></script> <script type="text/javascript" src="../js/data.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.4/jquery.touchSwipe.min.js"></script> <script src="../js/jquery.liquid-slider.min.js"></script> <script src="../js/classie.js"></script> <script src="../js/cbpAnimatedHeader.min.js"></script> <script src="../js/SpryValidationSelect.js" type="text/javascript"></script> <script src="../js/SpryValidationTextField.js" type="text/javascript"></script> <script src="../js/SpryValidationConfirm.js" type="text/javascript"></script> <script src="../js/SpryValidationCheckbox.js" type="text/javascript"></script> <script src="../js/SpryValidationTextarea.js" type="text/javascript"></script> <script type="text/javascript"> /* Slidemenu */ (function() { var $body = document.body , $menu_trigger = $body.getElementsByClassName('menu-trigger')[0]; if ( typeof $menu_trigger !== 'undefined' ) { $menu_trigger.addEventListener('click', function() { $body.className = ( $body.className == 'menu-active' )? '' : 'menu-active'; }); } }).call(this); </script> <script type="text/javascript"> var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {isRequired:false}); var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1"); var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2"); var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3"); var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4"); var spryconfirm4 = new Spry.Widget.ValidationTextField("spryconfirm4"); var spryconfirm1 = new Spry.Widget.ValidationTextField("spryconfirm1"); var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1"}); var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "email"); var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1"); var spryselect3 = new Spry.Widget.ValidationSelect("spryselect3", {invalidValue:"-1", isRequired:false}); var spryselect3 = new Spry.Widget.ValidationSelect("spryselect11", {invalidValue:"-1", isRequired:false}); var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {format:"mm/dd/yyyy"}); var sprytextfield9 = new Spry.Widget.ValidationTextField("sprytextfield9"); var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7"); var sprytextfield8 = new Spry.Widget.ValidationTextField("sprytextfield8"); var sprytextfield10 = new Spry.Widget.ValidationTextField("sprytextfield10"); var sprycheckbox1 = new Spry.Widget.ValidationCheckbox("sprycheckbox1"); </script> <script type="text/javascript"> $(function() { var transEndEventNames = { 'WebkitTransition' : 'webkitTransitionEnd', 'MozTransition' : 'transitionend', 'OTransition' : 'oTransitionEnd', 'msTransition' : 'MSTransitionEnd', 'transition' : 'transitionend' }, transEndEventName = transEndEventNames[ Modernizr.prefixed( 'transition' ) ], $wrapper = $( '#custom-inner' ), $calendar = $( '#calendar' ), cal = $calendar.calendario( { onDayClick : function( $el, $contentEl, dateProperties ) { if( $contentEl.length > 0 ) { showEvents( $contentEl, dateProperties ); } }, caldata : codropsEvents, displayWeekAbbr : true } ), $month = $( '#custom-month' ).html( cal.getMonthName() ), $year = $( '#custom-year' ).html( cal.getYear() ); $( '#custom-next' ).on( 'click', function() { cal.gotoNextMonth( updateMonthYear ); } ); $( '#custom-prev' ).on( 'click', function() { cal.gotoPreviousMonth( updateMonthYear ); } ); function updateMonthYear() { $month.html( cal.getMonthName() ); $year.html( cal.getYear() ); } // just an example.. function showEvents( $contentEl, dateProperties ) { hideEvents(); var $events = $( '<div id="custom-content-reveal" class="custom-content-reveal"><h4>Events for ' + dateProperties.monthname + ' ' + dateProperties.day + ', ' + dateProperties.year + '</h4></div>' ), $close = $( '<span class="custom-content-close"></span>' ).on( 'click', hideEvents ); $events.append( $contentEl.html() , $close ).insertAfter( $wrapper ); setTimeout( function() { $events.css( 'top', '0%' ); }, 25 ); } function hideEvents() { var $events = $( '#custom-content-reveal' ); if( $events.length > 0 ) { $events.css( 'top', '100%' ); Modernizr.csstransitions ? $events.on( transEndEventName, function() { $( this ).remove(); } ) : $events.remove(); } } }); </script> <script> $('#main-slider').liquidSlider(); </script> <script> (function($){ $(window).load(function(){ $("html").niceScroll(); }); })(jQuery); </script> </body> </html>
intaset/nddte
_site/dates.html
HTML
mit
20,728
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>App Engine Python SDK: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>tools</b></li><li class="navelem"><b>devappserver2</b></li><li class="navelem"><b>http_runtime_test</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">FakeTee</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">google.appengine.tools.devappserver2.http_runtime_test.FakeTee Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__init__</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>buf</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_buf</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>join</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee.html">google.appengine.tools.devappserver2.http_runtime_test.FakeTee</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
tzmartin/gae-python.docset
Contents/Resources/Documents/classgoogle_1_1appengine_1_1tools_1_1devappserver2_1_1http__runtime__test_1_1_fake_tee-members.html
HTML
mit
4,329
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>All Posts &#8211; cheat sheet</title> <meta name="description" content="An archive of posts."> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="All Posts"> <meta property="og:description" content="An archive of posts."> <meta property="og:url" content="/posts/"> <meta property="og:site_name" content="cheat sheet"> <link rel="canonical" href="/posts/"> <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="cheat sheet Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="/assets/css/main.css"> <!-- Webfonts --> <link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css"> <meta http-equiv="cleartype" content="on"> <!-- Load Modernizr --> <script src="/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png"> </head> <body id="post-index" > <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <nav id="dl-menu" class="dl-menuwrapper" role="navigation"> <button class="dl-trigger">Open Menu</button> <ul class="dl-menu"> <li><a href="/">Home</a></li> <li> <a href="#">About</a> <ul class="dl-submenu"> <li> <img src="/images/avatar.jpg" alt="daniel photo" class="author-photo"> <h4>daniel</h4> <p>yes</p> </li> <li><a href="/about/"><span class="btn btn-inverse">Learn More</span></a></li> <li> <a href="mailto:[email protected]"><i class="fa fa-fw fa-envelope"></i> Email</a> </li> <li> <a href="https://github.com/kingslayer"><i class="fa fa-fw fa-github"></i> GitHub</a> </li> </ul><!-- /.dl-submenu --> </li> <li> <a href="#">Posts</a> <ul class="dl-submenu"> <li><a href="/posts/">All Posts</a></li> <li><a href="/tags/">All Tags</a></li> </ul> </li> <li><a href="/theme-setup/" >Theme Setup</a></li> <li><a href="http://mademistakes.com" target="_blank">External Link</a></li> </ul><!-- /.dl-menu --> </nav><!-- /.dl-menuwrapper --> <div class="entry-header"> <div class="header-title"> <div class="header-title-wrap"> <h1>cheat sheet</h1> <h2>All Posts</h2> </div><!-- /.header-title-wrap --> </div><!-- /.header-title --> </div><!-- /.entry-header --> <div id="main" role="main"> <article> <h2 id="2000-ref">2000</h2> <ul> <li class="entry-title"><a href="/todo/" title="todo">todo</a></li> <li class="entry-title"><a href="/vim/" title="vim">vim</a></li> <li class="entry-title"><a href="/capybara/" title="capybara">capybara</a></li> <li class="entry-title"><a href="/git/" title="git">git</a></li> <li class="entry-title"><a href="/intro/" title="home">home</a></li> </ul> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo"> <span>&copy; 2016 daniel. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/hpstr-jekyll-theme/" rel="nofollow">HPSTR Theme</a>.</span> </footer> </div><!-- /.footer-wrapper --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="/assets/js/scripts.min.js"></script> </body> </html>
kingslayer/kingslayer.github.io
_site/posts/index.html
HTML
mit
5,235
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Sun Nov 04 20:19:21 CET 2012 --> <TITLE> Uses of Package org.lwjgl.util.glu.tessellation (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-11-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.lwjgl.util.glu.tessellation (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/lwjgl/util/glu/tessellation/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.lwjgl.util.glu.tessellation</B></H2> </CENTER> No usage of org.lwjgl.util.glu.tessellation <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/lwjgl/util/glu/tessellation/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
jmcomets/tropical-escape
lib/lwjgl/javadoc/org/lwjgl/util/glu/tessellation/package-use.html
HTML
mit
5,845
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.NodeEditorCreateDoWhileCompound.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:34:47 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.runtime.NodeEditorCreateDoWhileCompound — PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.runtime.html" rel="up" title="pymel.core.runtime"/> <link href="pymel.core.runtime.NodeEditorCreateNodePopup.html" rel="next" title="pymel.core.runtime.NodeEditorCreateNodePopup"/> <link href="pymel.core.runtime.NodeEditorCreateCompound.html" rel="prev" title="pymel.core.runtime.NodeEditorCreateCompound"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation » pymel.core.runtime » pymel.core.runtime.NodeEditorCreateDoWhileCompound ¶ NodeEditorCreateDoWhileCompound ( *args , **kwargs ) ¶ Previous topic pymel.core.runtime.NodeEditorCreateCompound Next topic pymel.core.runtime.NodeEditorCreateNodePopup Core Modules animation effects general language modeling rendering..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_runtime_pymel_core_runtime_NodeEditorCreateDoWhileCompound_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a accesskey="N" href="pymel.core.runtime.NodeEditorCreateNodePopup.html" title="pymel.core.runtime.NodeEditorCreateNodePopup">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.runtime.NodeEditorCreateCompound.html" title="pymel.core.runtime.NodeEditorCreateCompound">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a accesskey="U" href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-runtime-nodeeditorcreatedowhilecompound"> <h1>pymel.core.runtime.NodeEditorCreateDoWhileCompound<a class="headerlink" href="#pymel-core-runtime-nodeeditorcreatedowhilecompound" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="pymel.core.runtime.NodeEditorCreateDoWhileCompound"><a name="//apple_ref/cpp/Function/pymel.core.runtime.NodeEditorCreateDoWhileCompound"></a> <tt class="descname">NodeEditorCreateDoWhileCompound</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.runtime.NodeEditorCreateDoWhileCompound" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.runtime.NodeEditorCreateCompound.html" title="previous chapter">pymel.core.runtime.NodeEditorCreateCompound</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.runtime.NodeEditorCreateNodePopup.html" title="next chapter">pymel.core.runtime.NodeEditorCreateNodePopup</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/functions/pymel.core.runtime/pymel.core.runtime.NodeEditorCreateDoWhileCompound.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a href="pymel.core.runtime.NodeEditorCreateNodePopup.html" title="pymel.core.runtime.NodeEditorCreateNodePopup">next</a> |</li> <li class="right"> <a href="pymel.core.runtime.NodeEditorCreateCompound.html" title="pymel.core.runtime.NodeEditorCreateCompound">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a href="../../pymel.core.runtime.html">pymel.core.runtime</a> »</li> </ul> </div> <div class="footer"> © Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.NodeEditorCreateDoWhileCompound.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:34:47 GMT --> </body></html>
alexwidener/PyMelDocset
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.runtime/pymel.core.runtime.NodeEditorCreateDoWhileCompound.html
HTML
mit
10,813
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺中市 和平區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">2,087</td> <td class="tdAlignRight">39.2072</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">1,878</td> <td class="tdAlignRight">35.2809</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,358</td> <td class="tdAlignRight">25.5119</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;16/16&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:51:11 +0800" title="Sat, 16 Jan 2016 20:51:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:51:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n400002900000000/20160116125206/page.html
HTML
cc0-1.0
6,577
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>A brief introduction to econometrics in Stan</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta name="description" content="This book provides an introduction to Bayesian modeling, and examples of the common techniques used in many fields of econometrics."> <meta name="generator" content="bookdown 0.3.5 and GitBook 2.6.7"> <meta property="og:title" content="A brief introduction to econometrics in Stan" /> <meta property="og:type" content="book" /> <meta property="og:description" content="This book provides an introduction to Bayesian modeling, and examples of the common techniques used in many fields of econometrics." /> <meta name="github-repo" content="khakieconomist/BSEcon" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="A brief introduction to econometrics in Stan" /> <meta name="twitter:description" content="This book provides an introduction to Bayesian modeling, and examples of the common techniques used in many fields of econometrics." /> <meta name="author" content="James Savage"> <meta name="date" content="2017-04-30"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="prev" href="hierarchical.html"> <script src="libs/jquery-2.2.3/jquery.min.js"></script> <link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> <style type="text/css"> div.sourceCode { overflow-x: auto; } table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { width: 100%; line-height: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } td.sourceCode { padding-left: 5px; } code > span.kw { color: #007020; font-weight: bold; } /* Keyword */ code > span.dt { color: #902000; } /* DataType */ code > span.dv { color: #40a070; } /* DecVal */ code > span.bn { color: #40a070; } /* BaseN */ code > span.fl { color: #40a070; } /* Float */ code > span.ch { color: #4070a0; } /* Char */ code > span.st { color: #4070a0; } /* String */ code > span.co { color: #60a0b0; font-style: italic; } /* Comment */ code > span.ot { color: #007020; } /* Other */ code > span.al { color: #ff0000; font-weight: bold; } /* Alert */ code > span.fu { color: #06287e; } /* Function */ code > span.er { color: #ff0000; font-weight: bold; } /* Error */ code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ code > span.cn { color: #880000; } /* Constant */ code > span.sc { color: #4070a0; } /* SpecialChar */ code > span.vs { color: #4070a0; } /* VerbatimString */ code > span.ss { color: #bb6688; } /* SpecialString */ code > span.im { } /* Import */ code > span.va { color: #19177c; } /* Variable */ code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ code > span.op { color: #666666; } /* Operator */ code > span.bu { } /* BuiltIn */ code > span.ex { } /* Extension */ code > span.pp { color: #bc7a00; } /* Preprocessor */ code > span.at { color: #7d9029; } /* Attribute */ code > span.do { color: #ba2121; font-style: italic; } /* Documentation */ code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ </style> </head> <body> <div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>About</a><ul> <li class="chapter" data-level="" data-path="index.html"><a href="index.html#the-structure"><i class="fa fa-check"></i>The structure</a><ul> <li class="chapter" data-level="0.0.1" data-path="index.html"><a href="index.html#a-note-on-data"><i class="fa fa-check"></i><b>0.0.1</b> A note on data</a></li> </ul></li> </ul></li> <li class="chapter" data-level="1" data-path="intro.html"><a href="intro.html"><i class="fa fa-check"></i><b>1</b> Modern Statistical Workflow</a><ul> <li class="chapter" data-level="1.1" data-path="intro.html"><a href="intro.html#modern-statistical-workflow"><i class="fa fa-check"></i><b>1.1</b> Modern Statistical Workflow</a><ul> <li class="chapter" data-level="1.1.1" data-path="intro.html"><a href="intro.html#example-a-model-of-wages"><i class="fa fa-check"></i><b>1.1.1</b> Example: A model of wages</a></li> <li class="chapter" data-level="1.1.2" data-path="intro.html"><a href="intro.html#step-1-writing-out-the-probability-model"><i class="fa fa-check"></i><b>1.1.2</b> Step 1: Writing out the probability model</a></li> <li class="chapter" data-level="1.1.3" data-path="intro.html"><a href="intro.html#step-2-simulating-the-model-with-known-parameters"><i class="fa fa-check"></i><b>1.1.3</b> Step 2: Simulating the model with known parameters</a></li> <li class="chapter" data-level="1.1.4" data-path="intro.html"><a href="intro.html#writing-out-the-stan-model-to-recover-known-parameters"><i class="fa fa-check"></i><b>1.1.4</b> Writing out the Stan model to recover known parameters</a></li> <li class="chapter" data-level="1.1.5" data-path="intro.html"><a href="intro.html#model-inspection"><i class="fa fa-check"></i><b>1.1.5</b> Model inspection</a></li> <li class="chapter" data-level="1.1.6" data-path="intro.html"><a href="intro.html#model-comparison"><i class="fa fa-check"></i><b>1.1.6</b> Model comparison</a></li> </ul></li> <li class="chapter" data-level="1.2" data-path="intro.html"><a href="intro.html#tools-of-the-trade-borrowing-from-software-engineering"><i class="fa fa-check"></i><b>1.2</b> Tools of the trade: borrowing from software engineering</a></li> </ul></li> <li class="chapter" data-level="2" data-path="hierarchical.html"><a href="hierarchical.html"><i class="fa fa-check"></i><b>2</b> An introduction to hierarchical modeling</a><ul> <li class="chapter" data-level="2.0.1" data-path="hierarchical.html"><a href="hierarchical.html#what-is-hierarchical-modeling"><i class="fa fa-check"></i><b>2.0.1</b> What is hierarchical modeling</a></li> <li class="chapter" data-level="2.0.2" data-path="hierarchical.html"><a href="hierarchical.html#why-do-hierarchical-modeling"><i class="fa fa-check"></i><b>2.0.2</b> Why do hierarchical modeling?</a></li> <li class="chapter" data-level="2.0.3" data-path="hierarchical.html"><a href="hierarchical.html#exchangeability"><i class="fa fa-check"></i><b>2.0.3</b> Exchangeability</a></li> <li class="chapter" data-level="2.0.4" data-path="hierarchical.html"><a href="hierarchical.html#conditional-exchangeability-and-the-bafumi-gelman-correction"><i class="fa fa-check"></i><b>2.0.4</b> Conditional exchangeability and the Bafumi Gelman correction</a></li> <li class="chapter" data-level="2.0.5" data-path="hierarchical.html"><a href="hierarchical.html#exercise-1-hierarchical-priors"><i class="fa fa-check"></i><b>2.0.5</b> Exercise 1: Hierarchical priors</a></li> <li class="chapter" data-level="2.0.6" data-path="hierarchical.html"><a href="hierarchical.html#a-very-basic-underlying-model"><i class="fa fa-check"></i><b>2.0.6</b> A very basic underlying model</a></li> <li class="chapter" data-level="2.0.7" data-path="hierarchical.html"><a href="hierarchical.html#the-hierarchical-prior"><i class="fa fa-check"></i><b>2.0.7</b> The hierarchical prior</a></li> <li class="chapter" data-level="2.0.8" data-path="hierarchical.html"><a href="hierarchical.html#a-note-on-reparameterizing"><i class="fa fa-check"></i><b>2.0.8</b> A note on reparameterizing</a></li> <li class="chapter" data-level="2.0.9" data-path="hierarchical.html"><a href="hierarchical.html#exercise-2-panel-data"><i class="fa fa-check"></i><b>2.0.9</b> Exercise 2: Panel data</a></li> </ul></li> <li class="chapter" data-level="3" data-path="funtimeseries.html"><a href="funtimeseries.html"><i class="fa fa-check"></i><b>3</b> Some fun time series models</a><ul> <li class="chapter" data-level="3.1" data-path="funtimeseries.html"><a href="funtimeseries.html#this-session"><i class="fa fa-check"></i><b>3.1</b> This session</a><ul> <li class="chapter" data-level="3.1.1" data-path="funtimeseries.html"><a href="funtimeseries.html#finite-mixtures"><i class="fa fa-check"></i><b>3.1.1</b> Finite mixtures</a></li> <li class="chapter" data-level="3.1.2" data-path="funtimeseries.html"><a href="funtimeseries.html#writing-out-the-model"><i class="fa fa-check"></i><b>3.1.2</b> Writing out the model</a></li> <li class="chapter" data-level="3.1.3" data-path="funtimeseries.html"><a href="funtimeseries.html#recapturing-known-unknowns"><i class="fa fa-check"></i><b>3.1.3</b> Recapturing ‘known unknowns’</a></li> <li class="chapter" data-level="3.1.4" data-path="funtimeseries.html"><a href="funtimeseries.html#taking-the-model-to-real-data"><i class="fa fa-check"></i><b>3.1.4</b> Taking the model to real data</a></li> <li class="chapter" data-level="3.1.5" data-path="funtimeseries.html"><a href="funtimeseries.html#building-up-the-model"><i class="fa fa-check"></i><b>3.1.5</b> Building up the model</a></li> </ul></li> <li class="chapter" data-level="3.2" data-path="funtimeseries.html"><a href="funtimeseries.html#a-state-space-model-involving-polls"><i class="fa fa-check"></i><b>3.2</b> A state space model involving polls</a><ul> <li class="chapter" data-level="3.2.1" data-path="funtimeseries.html"><a href="funtimeseries.html#multi-measurement-model-and-the-8-schools-example"><i class="fa fa-check"></i><b>3.2.1</b> Multi-measurement model and the 8 schools example</a></li> <li class="chapter" data-level="3.2.2" data-path="funtimeseries.html"><a href="funtimeseries.html#a-state-space-model"><i class="fa fa-check"></i><b>3.2.2</b> A state-space model</a></li> <li class="chapter" data-level="3.2.3" data-path="funtimeseries.html"><a href="funtimeseries.html#putting-it-together"><i class="fa fa-check"></i><b>3.2.3</b> Putting it together</a></li> </ul></li> </ul></li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <h1> <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">A brief introduction to econometrics in Stan</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <div id="funtimeseries" class="section level1"> <h1><span class="header-section-number">Chapter 3</span> Some fun time series models</h1> <div id="this-session" class="section level2"> <h2><span class="header-section-number">3.1</span> This session</h2> <p>In this session, we’ll cover two of the things that Stan lets you do quite simply: implement state space models, and finite mixtures.</p> <div id="finite-mixtures" class="section level3"> <h3><span class="header-section-number">3.1.1</span> Finite mixtures</h3> <p>In a post <a href="https://modernstatisticalworkflow.blogspot.com/2016/10/finite-mixture-models-in-stan.html">here</a>, I describe a simple model in which each observation of our data could have one of two densities. We estimated the parameters of both densities, and the probability of the data coming from either. While finite mixture models as in the last post are a useful learning aid, we might want richer models for applied work. In particular, we might want the probability of our data having each density to vary across observations. This is the first of two posts dedicated to this topic. I gave a <a href="https://dl.dropboxusercontent.com/u/63100926/become_a_bayesian_shareable.html">talk</a> covering some of this also (best viewed in Safari).</p> <p>For sake of an example, consider this: the daily returns series of a stock has two states. In the first, the stock is ‘priced to perfection’, and so the price is an I(1) random walk (daily returns are mean stationary). In the second, there is momentum—here, daily returns have AR(1) structure. Explicitly, for daily log returns <span class="math inline">\(r_{t}\)</span>:</p> <p>State 1: <span class="math inline">\(r_{t} \sim \mbox{normal}(\alpha_{1}, \sigma_{1})\)</span></p> <p>State 2: <span class="math inline">\(r_{t} \sim \mbox{normal}(\alpha_{2} + \rho_{1} r_{t-1}, \sigma_{2})\)</span></p> <p>When we observe a value of <span class="math inline">\(r_{t}\)</span>, we don’t know for sure whether it came from the first or second model–that is precisely what we want to infer. For this, we need a model for the probability that an observation came from each state <span class="math inline">\(s_{t}\in 1, 2\)</span>. One such model could be:</p> <p><span class="math display">\[ \mbox{prob}(s_{t}=1 | \mathcal{I}_{t}) = \mbox{Logit}^{-1}(\mu_{t}) \]</span></p> <p>with</p> <p><span class="math display">\[ \mu_{t} \sim \mbox{normal}(\alpha_{3} + \rho_{2}\mu_{t-1} + f(\mathcal{I}_{t}), \sigma_{3}) \]</span></p> <p>Here, <span class="math inline">\(f(\mathcal{I}_{t})\)</span> is a function of the information available at the beginning of day <span class="math inline">\(t\)</span>. If we had interesting information about sentiment, or news etc., it could go in here. For simplicity, let’s say <span class="math inline">\(f(\mathcal{I}_{t}) = \beta r_{t-1}\)</span>.</p> <p>Under this specification (and for a vector containing all parameters, <span class="math inline">\(\theta\)</span>), we can specify the likelihood contribution of an observation. It is simply the weighted average of likelihoods under each candidate data generating process, where the weights are the probabilities that the data comes from each density.</p> <p><span class="math display">\[ p(r_{t} | \theta) = \mbox{Logit}^{-1}(\mu_{t})\, \mbox{normal}(r_{t}|\, \alpha_{1}, \sigma_{1}) + (1-\mbox{Logit}^{-1}(\mu_{t}))\, \mbox{normal}(r_{t}|\, \alpha_{2} + \rho r_{t-1}, \sigma_{2}) \]</span></p> <p>As discussed in the last post, we work in log likelihoods, not likelihoods. This means we should use the <code>log_sum_exp()</code> function in Stan. This means that we express the log likelihood contribution of a single point as:</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">log_sum_exp</span>(<span class="kw">log</span>(<span class="kw">inv_logit</span>(mu[t])) +<span class="st"> </span><span class="kw">normal_lpdf</span>(r[t] |<span class="st"> </span>alpha[<span class="dv">1</span>], sigma[<span class="dv">1</span>]), <span class="kw">log</span>((<span class="dv">1</span> -<span class="st"> </span><span class="kw">inv_logit</span>(mu[t]))) +<span class="st"> </span><span class="kw">normal_lpdf</span>(r[t] |<span class="st"> </span>alpha[<span class="dv">2</span>] +<span class="st"> </span>rho[<span class="dv">1</span>], sigma[<span class="dv">2</span>]))</code></pre></div> <p>Stan has recently added another function which performs the same calculation, but makes writing it out a bit easier. For two log densities <code>lp1</code>, <code>lp2</code> and a mixing probability <code>theta</code>, we have</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">log_mix</span>(theta, lp1, lp2) =<span class="st"> </span><span class="kw">log_sum_exp</span>(<span class="kw">log</span>(theta) +<span class="st"> </span>lp1, <span class="kw">log</span>(<span class="dv">1</span>-theta) +<span class="st"> </span>lp2)</code></pre></div> </div> <div id="writing-out-the-model" class="section level3"> <h3><span class="header-section-number">3.1.2</span> Writing out the model</h3> <p>The Stan code for the model is:</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">/<span class="er">/</span><span class="st"> </span>saved as time_varying_finite_mixtures.stan data { int T; vector[T] r; } parameters { vector[T] mu; vector[<span class="dv">2</span>] rho; real beta; vector&lt;lower =<span class="st"> </span><span class="dv">0</span>&gt;[<span class="dv">3</span>] sigma; vector[<span class="dv">3</span>] alpha; } model { /<span class="er">/</span><span class="st"> </span>priors mu[<span class="dv">1</span>] ~<span class="st"> </span><span class="kw">normal</span>(<span class="dv">0</span>, .<span class="dv">1</span>); sigma ~<span class="st"> </span><span class="kw">cauchy</span>(<span class="dv">0</span>, <span class="fl">0.5</span>); rho ~<span class="st"> </span><span class="kw">normal</span>(<span class="dv">1</span>, .<span class="dv">1</span>); beta~<span class="st"> </span><span class="kw">normal</span>(.<span class="dv">5</span>, .<span class="dv">25</span>); alpha[<span class="dv">1</span>:<span class="dv">2</span>] ~<span class="st"> </span><span class="kw">normal</span>(<span class="dv">0</span>, <span class="fl">0.1</span>); alpha[<span class="dv">3</span>] ~<span class="st"> </span><span class="kw">normal</span>(<span class="dv">0</span>, <span class="dv">1</span>); /<span class="er">/</span><span class="st"> </span>likelihood for(t in <span class="dv">2</span>:T) { mu[t] ~<span class="st"> </span><span class="kw">normal</span>(alpha[<span class="dv">3</span>] +<span class="st"> </span>rho[<span class="dv">1</span>]*mu[t<span class="dv">-1</span>] +<span class="st"> </span>beta*<span class="st"> </span>r[t<span class="dv">-1</span>], sigma[<span class="dv">3</span>]); target +<span class="er">=</span><span class="st"> </span><span class="kw">log_mix</span>(<span class="kw">inv_logit</span>(mu[t]), <span class="kw">normal_lpdf</span>(r[t] |<span class="st"> </span>alpha[<span class="dv">1</span>], sigma[<span class="dv">1</span>]), <span class="kw">normal_lpdf</span>(r[t] |<span class="st"> </span>alpha[<span class="dv">2</span>] +<span class="st"> </span>rho[<span class="dv">2</span>] *<span class="st"> </span>r[t<span class="dv">-1</span>], sigma[<span class="dv">2</span>])); } }</code></pre></div> </div> <div id="recapturing-known-unknowns" class="section level3"> <h3><span class="header-section-number">3.1.3</span> Recapturing ‘known unknowns’</h3> <p>As should be clear by now, I believe strongly that we should simulate from the model and make sure that we can recapture “known unknowns” before taking the model to real data. Below we simulate some fake data.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># Set some fake parameters</span> alpha1 &lt;-<span class="st"> </span>-<span class="fl">0.01</span> alpha2 &lt;-<span class="st"> </span><span class="fl">0.015</span> rho1 &lt;-<span class="st"> </span><span class="fl">0.95</span> rho2 &lt;-<span class="st"> </span><span class="fl">0.8</span> beta &lt;-<span class="st"> </span><span class="fl">0.5</span> sigma1 &lt;-<span class="st"> </span><span class="fl">0.05</span> sigma2 &lt;-<span class="st"> </span><span class="fl">0.03</span> sigma3 &lt;-<span class="st"> </span><span class="fl">0.3</span> T &lt;-<span class="st"> </span><span class="dv">500</span> r &lt;-<span class="st"> </span><span class="kw">rep</span>(<span class="ot">NA</span>, T) r[<span class="dv">1</span>] &lt;-<span class="st"> </span><span class="dv">0</span> mu &lt;-<span class="st"> </span><span class="kw">rep</span>(<span class="ot">NA</span>, T) z &lt;-<span class="st"> </span><span class="kw">rep</span>(<span class="ot">NA</span>, T) mu[<span class="dv">1</span>] &lt;-<span class="st"> </span><span class="dv">0</span> z[<span class="dv">1</span>] &lt;-<span class="st"> </span><span class="dv">1</span> <span class="co"># Simulate the data series</span> for(t in <span class="dv">2</span>:T) { mu[t] &lt;-<span class="st"> </span>rho1 *<span class="st"> </span>mu[t<span class="dv">-1</span>] +<span class="st"> </span>beta*(r[t<span class="dv">-1</span>]) +<span class="st"> </span><span class="kw">rnorm</span>(<span class="dv">1</span>, <span class="dv">0</span>, sigma3) prob &lt;-<span class="st"> </span>arm::<span class="kw">invlogit</span>(mu[t]) z[t] &lt;-<span class="st"> </span><span class="kw">sample</span>(<span class="dv">1</span>:<span class="dv">2</span>, <span class="dv">1</span>, <span class="dt">prob =</span> <span class="kw">c</span>(prob, <span class="dv">1</span>-prob)) if(z[t]==<span class="dv">1</span>) { <span class="co"># random walk state</span> r[t] &lt;-<span class="st"> </span><span class="kw">rnorm</span>(<span class="dv">1</span>, alpha1, sigma1) } else { <span class="co"># momentum state</span> r[t] &lt;-<span class="st"> </span><span class="kw">rnorm</span>(<span class="dv">1</span>, alpha2 +<span class="st"> </span>rho2*r[t<span class="dv">-1</span>], sigma2) } }</code></pre></div> <p>You should plot your data before doing anything. Let’s take a look.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># Plot the returns</span> <span class="kw">plot.ts</span>(r) <span class="co"># Plot the probability of the random walk state</span> <span class="kw">plot.ts</span>(arm::<span class="kw">invlogit</span>(mu))</code></pre></div> <p>Looks good! Now we compile and run the model.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">compiled_model &lt;-<span class="st"> </span><span class="kw">stan_model</span>(<span class="st">&quot;time_varying_finite_mixtures.stan&quot;</span>) estimated_model &lt;-<span class="st"> </span><span class="kw">sampling</span>(compiled_model, <span class="dt">data =</span> <span class="kw">list</span>(<span class="dt">r =</span> r, <span class="dt">T =</span> T), <span class="dt">cores =</span> <span class="dv">4</span>, <span class="dt">chains =</span> <span class="dv">4</span>)</code></pre></div> <p>Now we inspect the parameter estimates, which should align with those in our data generating process.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">print</span>(estimated_model, <span class="dt">pars =</span> <span class="kw">c</span>(<span class="st">&quot;alpha&quot;</span>, <span class="st">&quot;rho&quot;</span>, <span class="st">&quot;sigma&quot;</span>))</code></pre></div> <p>It seems that most of the parameters appear to have estimated quite cleanly–most of the Rhats are fairly close, to 1, with the exception of the standard deviation of the updates in the latent series (which will be very weakly identified, given we don’t observe <code>mu</code>). We would fix this by adding better prior information to the model.</p> </div> <div id="taking-the-model-to-real-data" class="section level3"> <h3><span class="header-section-number">3.1.4</span> Taking the model to real data</h3> <p>Now we know that our program can recapture a known model, we can take it to some real data. In this case, we’ll use the log differences in sequential adjusted closing prices for Apple’s common stock. With Apple being such a large, well-researched (and highly liquid) stock, we should expect that it spends almost all time in the random walk state. Let’s see what the data say!</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># Now with real data! </span> aapl &lt;-<span class="st"> </span>Quandl::<span class="kw">Quandl</span>(<span class="st">&quot;YAHOO/AAPL&quot;</span>) aapl &lt;-<span class="st"> </span>aapl %&gt;% <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">Date =</span> <span class="kw">as.Date</span>(Date)) %&gt;% <span class="st"> </span><span class="kw">arrange</span>(Date) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">l_ac =</span> <span class="kw">log</span>(<span class="st">`</span><span class="dt">Adjusted Close</span><span class="st">`</span>), <span class="dt">dl_ac =</span> <span class="kw">c</span>(<span class="ot">NA</span>, <span class="kw">diff</span>(l_ac))) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">filter</span>(Date &gt;<span class="st"> &quot;2015-01-01&quot;</span>) aapl_mod &lt;-<span class="st"> </span><span class="kw">sampling</span>(compiled_model, <span class="dt">data=</span> <span class="kw">list</span>(<span class="dt">T =</span> <span class="kw">nrow</span>(aapl), <span class="dt">r =</span> aapl$dl_ac*<span class="dv">100</span>))</code></pre></div> <p>Now check that the model has fit properly</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">shinystan::<span class="kw">launch_shinystan</span>(aapl_mod)</code></pre></div> <p>And finally plot the probability of being in each state.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">plot1 &lt;-<span class="st"> </span>aapl_mod %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">as.data.frame</span>() %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">select</span>(<span class="kw">contains</span>(<span class="st">&quot;mu&quot;</span>)) %&gt;% <span class="st"> </span><span class="kw">melt</span>() %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">group_by</span>(variable) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">summarise</span>(<span class="dt">lower =</span> <span class="kw">quantile</span>(value, <span class="fl">0.95</span>), <span class="dt">median =</span> <span class="kw">median</span>(value), <span class="dt">upper =</span> <span class="kw">quantile</span>(value, <span class="fl">0.05</span>)) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">date =</span> aapl$Date, <span class="dt">ac =</span> aapl$l_ac) %&gt;% <span class="st"> </span><span class="kw">ggplot</span>(<span class="kw">aes</span>(<span class="dt">x =</span> date)) +<span class="st"> </span> <span class="st"> </span><span class="kw">geom_ribbon</span>(<span class="kw">aes</span>(<span class="dt">ymin =</span> arm::<span class="kw">invlogit</span>(lower), <span class="dt">ymax =</span> arm::<span class="kw">invlogit</span>(upper)), <span class="dt">fill=</span> <span class="st">&quot;orange&quot;</span>, <span class="dt">alpha =</span> <span class="fl">0.4</span>) + <span class="st"> </span><span class="kw">geom_line</span>(<span class="kw">aes</span>(<span class="dt">y =</span> arm::<span class="kw">invlogit</span>(median))) + <span class="st"> </span>ggthemes::<span class="kw">theme_economist</span>() + <span class="st"> </span><span class="kw">xlab</span>(<span class="st">&quot;Date&quot;</span>) + <span class="st"> </span><span class="kw">ylab</span>(<span class="st">&quot;Probability of random walk model&quot;</span>) plot2 &lt;-<span class="st"> </span>aapl_mod %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">as.data.frame</span>() %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">select</span>(<span class="kw">contains</span>(<span class="st">&quot;mu&quot;</span>)) %&gt;% <span class="st"> </span><span class="kw">melt</span>() %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">group_by</span>(variable) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">summarise</span>(<span class="dt">lower =</span> <span class="kw">quantile</span>(value, <span class="fl">0.95</span>), <span class="dt">median =</span> <span class="kw">median</span>(value), <span class="dt">upper =</span> <span class="kw">quantile</span>(value, <span class="fl">0.05</span>)) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">date =</span> aapl$Date, <span class="dt">ac =</span> aapl$<span class="st">`</span><span class="dt">Adjusted Close</span><span class="st">`</span>) %&gt;% <span class="st"> </span><span class="kw">ggplot</span>(<span class="kw">aes</span>(<span class="dt">x =</span> date, <span class="dt">y =</span> ac)) + <span class="st"> </span><span class="kw">geom_line</span>() + <span class="st"> </span>ggthemes::<span class="kw">theme_economist</span>() + <span class="st"> </span><span class="kw">xlab</span>(<span class="st">&quot;Date&quot;</span>) + <span class="st"> </span><span class="kw">ylab</span>(<span class="st">&quot;Adjusted Close&quot;</span>) gridExtra::<span class="kw">grid.arrange</span>(plot1, plot2)</code></pre></div> <p>And there we go! As expected, Apple spends almost all their time in the random walk state, but, surprisingly, appears to have had a few periods with some genuine (mainly negative) momentum.</p> </div> <div id="building-up-the-model" class="section level3"> <h3><span class="header-section-number">3.1.5</span> Building up the model</h3> <p>The main problem with this model is that our latent state <span class="math inline">\(\mu\)</span> can only really vary so much from period to period. That can delay the response to the appearance of a new state, and slow the process of “flipping back” into the regular state. One way of getting around this is to have a discrete state with more flexibility in flipping between states. We’ll explore this in the next post, on Regime-Switching models.</p> </div> </div> <div id="a-state-space-model-involving-polls" class="section level2"> <h2><span class="header-section-number">3.2</span> A state space model involving polls</h2> <p>This tutorial covers how to build a low-to-high frequency interpolation model in which we have possibly many sources of information that occur at various frequencies. The example I’ll use is drawing inference about the preference shares of Clinton and Trump in the current presidential campaign. This is a good example for this sort of imputation:</p> <ul> <li>Data (polls) are sporadically released. Sometimes we have many released simultaneously; at other times there may be many days with no releases.</li> <li>The various polls don’t necessarily agree. They might have different methodologies or sampling issues, resulting in quite different outcomes. We want to build a model that can incorporate this.</li> </ul> <p>There are two ingredients to the polling model. A multi-measurement model, typified by Rubin’s 8 schools example. And a state-space model. Let’s briefly describe these.</p> <div id="multi-measurement-model-and-the-8-schools-example" class="section level3"> <h3><span class="header-section-number">3.2.1</span> Multi-measurement model and the 8 schools example</h3> <p>Let’s say we run a randomized control trial in 8 schools. Each school <span class="math inline">\(i\)</span> reports its own treatment effect <span class="math inline">\(te_{i}\)</span>, which has a standard error <span class="math inline">\(\sigma_{i}\)</span>. There are two questions the 8-schools model tries to answer:</p> <ul> <li>If you administer the experiment at one of these schools, say, school 1, and have your estimate of the treatment effect <span class="math inline">\(te_{1}\)</span>, what do you expect would be the treatment effect if you were to run the experiment again? In particular, would your expectations of the treatment effect in the next experiment change once you learn the treatment effects estimated from the experiments in the other schools?</li> <li>If you roll out the experiment at a new school (school <span class="math inline">\(9\)</span>), what do we expect the treatment effect to be?</li> </ul> <p>The statistical model that Rubin proposed is that each school has its own <em>true</em> latent treatment effect <span class="math inline">\(y_{i}\)</span>, around which our treatment effects are distributed.</p> <p><span class="math display">\[ te_{i} \sim \mathcal{N}(y_{i}, \sigma_{i}) \]</span></p> <p>These “true” but unobserved treatment effects are in turn distributed according to a common hyper-distribution with mean <span class="math inline">\(\mu\)</span> and standard deviation <span class="math inline">\(\tau\)</span></p> <p><span class="math display">\[ y_{i} \sim \mathcal{N}(\mu, \tau) \]</span></p> <p>Once we have priors for <span class="math inline">\(\mu\)</span> and <span class="math inline">\(\tau\)</span>, we can estimate the above model with Bayesian methods.</p> </div> <div id="a-state-space-model" class="section level3"> <h3><span class="header-section-number">3.2.2</span> A state-space model</h3> <p>State-space models are a useful way of dealing with noisy or incomplete data, like our polling data. The idea is that we can divide our model into two parts:</p> <ul> <li><strong>The state</strong>. We don’t observe the state; it is a latent variable. But we know how it changes through time (or at least how large its potential changes are).</li> <li><strong>The measurement</strong>. Our state is measured with imprecision. The measurement model is the distribution of the data that we observe around the state.</li> </ul> <p>A simple example might be consumer confidence, an unobservable latent construct about which our survey responses should be distributed. So our state-space model would be:</p> <p>The state</p> <p><span class="math display">\[ conf_{t} \sim \mathcal{N}(conf_{t-1}, \sigma) \]</span></p> <p>which simply says that consumer confidence is a random walk with normal innovations with a standard deviation <span class="math inline">\(\sigma\)</span>, and</p> <p><span class="math display">\[ \mbox{survey_measure}_{t} \sim \mathcal{N}(conf_{t}, \tau) \]</span></p> <p>which says that our survey measures are normally distributed around the true latent state, with standard deviation <span class="math inline">\(\tau\)</span>.</p> <p>Again, once we provide priors for the initial value of the state <span class="math inline">\(conf_{0}\)</span> and <span class="math inline">\(\tau\)</span>, we can estimate this model quite easily.</p> <p>The important thing to note is that we have a model for the state even if there is no observed measurement. That is, we know (the distribution for) how consumer confidence should progress even for the periods in which there are no consumer confidence surveys. This makes state-space models ideal for data with irregular frequencies or missing data.</p> </div> <div id="putting-it-together" class="section level3"> <h3><span class="header-section-number">3.2.3</span> Putting it together</h3> <p>As you can see, these two models are very similar: they involve making inference about a latent quantity from noisy measurements. The first shows us how we can aggregate many noisy measurements together <em>within a single time period</em>, while the second shows us how to combine irregular noisy measures <em>over time</em>. We can now combine these two models to aggregate multiple polls over time.</p> <p>The data generating process I had in mind is a very simple model where each candidate’s preference share is an unobserved state, which polls try to measure. Unlike some volatile poll aggregators, I assume that the unobserved state can move according to a random walk with normal disturbances of standard deviation .25%. This greatly smoothes out the sorts of fluctuations we see around the conventions etc. We could estimate this parameter using fairly tight priors, but I just hard-code it in for simplicity.</p> <p>That is, we have the state for candidate <span class="math inline">\(c\)</span> in time <span class="math inline">\(t\)</span> evolving according to</p> <p><span class="math display">\[ \mbox{Vote share}_{c, t} \sim \mathcal{N} (\mbox{Vote share}_{c, t-1}. 0.25) \]</span></p> <p>with measurements being made of this in the polls. Each poll <span class="math inline">\(p\)</span> at time <span class="math inline">\(t\)</span> is distributed according to</p> <p><span class="math display">\[ \mbox{poll}_{c, p, t} \sim \mathcal{N} (\mbox{Vote share}_{c, t}. \tau) \]</span></p> <p>I give an initial state prior of 50% to Clinton and a 30% prior to Trump May of last year. As we get further from that initial period, the impact of the prior is dissipated.</p> <p>The code to download the data, run the model is below. You will need to have the most recent version of ggplot2 installed.</p> <pre><code>// saved as models/state_space_polls.stan data { int polls; // number of polls int T; // number of days matrix[T, polls] Y; // polls matrix[T, polls] sigma; // polls standard deviations real initial_prior; } parameters { vector[T] mu; // the mean of the polls real&lt;lower = 0&gt; tau; // the standard deviation of the random effects matrix[T, polls] shrunken_polls; } model { // prior on initial difference mu[1] ~ normal(initial_prior, 1); tau ~ student_t(4, 0, 5); // state model for(t in 2:T) { mu[t] ~ normal(mu[t-1], 0.25); } // measurement model for(t in 1:T) { for(p in 1:polls) { if(Y[t, p] != -9) { Y[t,p]~ normal(shrunken_polls[t, p], sigma[t,p]); shrunken_polls[t, p] ~ normal(mu[t], tau); } else { shrunken_polls[t, p] ~ normal(0, 1); } } } } </code></pre> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(rvest); <span class="kw">library</span>(dplyr); <span class="kw">library</span>(ggplot2); <span class="kw">library</span>(rstan); <span class="kw">library</span>(reshape2); <span class="kw">library</span>(stringr); <span class="kw">library</span>(lubridate) <span class="kw">options</span>(<span class="dt">mc.cores =</span> parallel::<span class="kw">detectCores</span>()) <span class="kw">source</span>(<span class="st">&quot;models/theme.R&quot;</span>) <span class="co"># The polling data</span> realclearpolitics_all &lt;-<span class="st"> </span><span class="kw">read_html</span>(<span class="st">&quot;http://www.realclearpolitics.com/epolls/2016/president/us/general_election_trump_vs_clinton-5491.html#polls&quot;</span>) <span class="co"># Scrape the data</span> polls &lt;-<span class="st"> </span>realclearpolitics_all %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">html_node</span>(<span class="dt">xpath =</span> <span class="st">&#39;//*[@id=&quot;polling-data-full&quot;]/table&#39;</span>) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">html_table</span>() %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">filter</span>(Poll !=<span class="st"> &quot;RCP Average&quot;</span>) <span class="co"># Function to convert string dates to actual dates</span> get_first_date &lt;-<span class="st"> </span>function(x){ last_year &lt;-<span class="st"> </span><span class="kw">cumsum</span>(x==<span class="st">&quot;12/22 - 12/23&quot;</span>)&gt;<span class="dv">0</span> dates &lt;-<span class="st"> </span><span class="kw">str_split</span>(x, <span class="st">&quot; - &quot;</span>) dates &lt;-<span class="st"> </span><span class="kw">lapply</span>(<span class="dv">1</span>:<span class="kw">length</span>(dates), function(x) <span class="kw">as.Date</span>(<span class="kw">paste0</span>(dates[[x]], <span class="kw">ifelse</span>(last_year[x], <span class="st">&quot;/2015&quot;</span>, <span class="st">&quot;/2016&quot;</span>)), <span class="dt">format =</span> <span class="st">&quot;%m/%d/%Y&quot;</span>)) first_date &lt;-<span class="st"> </span><span class="kw">lapply</span>(dates, function(x) x[<span class="dv">1</span>]) %&gt;%<span class="st"> </span>unlist second_date &lt;-<span class="st"> </span><span class="kw">lapply</span>(dates, function(x) x[<span class="dv">2</span>])%&gt;%<span class="st"> </span>unlist <span class="kw">data_frame</span>(<span class="dt">first_date =</span> <span class="kw">as.Date</span>(first_date, <span class="dt">origin =</span> <span class="st">&quot;1970-01-01&quot;</span>), <span class="dt">second_date =</span> <span class="kw">as.Date</span>(second_date, <span class="dt">origin =</span> <span class="st">&quot;1970-01-01&quot;</span>)) } <span class="co"># Convert dates to dates, impute MoE for missing polls with average of non-missing, </span> <span class="co"># and convert MoE to standard deviation (assuming MoE is the full 95% one sided interval length??)</span> polls &lt;-<span class="st"> </span>polls %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">start_date =</span> <span class="kw">get_first_date</span>(Date)[[<span class="dv">1</span>]], <span class="dt">end_date =</span> <span class="kw">get_first_date</span>(Date)[[<span class="dv">2</span>]], <span class="dt">N =</span> <span class="kw">as.numeric</span>(<span class="kw">gsub</span>(<span class="st">&quot;[A-Z]*&quot;</span>, <span class="st">&quot;&quot;</span>, Sample)), <span class="dt">MoE =</span> <span class="kw">as.numeric</span>(MoE))%&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">select</span>(end_date, <span class="st">`</span><span class="dt">Clinton (D)</span><span class="st">`</span>, <span class="st">`</span><span class="dt">Trump (R)</span><span class="st">`</span>, MoE) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">MoE =</span> <span class="kw">ifelse</span>(<span class="kw">is.na</span>(MoE), <span class="kw">mean</span>(MoE, <span class="dt">na.rm =</span> T), MoE), <span class="dt">sigma =</span> MoE/<span class="dv">2</span>) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">arrange</span>(end_date) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">filter</span>(!<span class="kw">is.na</span>(end_date)) <span class="co"># Stretch out to get missing values for days with no polls</span> polls3 &lt;-<span class="st"> </span><span class="kw">left_join</span>(<span class="kw">data_frame</span>(<span class="dt">end_date =</span> <span class="kw">seq</span>(<span class="dt">from =</span> <span class="kw">min</span>(polls$end_date), <span class="dt">to=</span> <span class="kw">as.Date</span>(<span class="st">&quot;2016-08-04&quot;</span>), <span class="dt">by =</span> <span class="st">&quot;day&quot;</span>)), polls) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">group_by</span>(end_date) %&gt;% <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">N =</span> <span class="dv">1</span>:<span class="kw">n</span>()) %&gt;% <span class="st"> </span><span class="kw">rename</span>(<span class="dt">Clinton =</span> <span class="st">`</span><span class="dt">Clinton (D)</span><span class="st">`</span>, <span class="dt">Trump =</span> <span class="st">`</span><span class="dt">Trump (R)</span><span class="st">`</span>) <span class="co"># One row for each day, one column for each poll on that day, -9 for missing values</span> Y_clinton &lt;-<span class="st"> </span>polls3 %&gt;%<span class="st"> </span><span class="kw">dcast</span>(end_date ~<span class="st"> </span>N, <span class="dt">value.var =</span> <span class="st">&quot;Clinton&quot;</span>) %&gt;%<span class="st"> </span> <span class="st"> </span>dplyr::<span class="kw">select</span>(-end_date) %&gt;%<span class="st"> </span> <span class="st"> </span>as.data.frame %&gt;%<span class="st"> </span>as.matrix Y_clinton[<span class="kw">is.na</span>(Y_clinton)] &lt;-<span class="st"> </span>-<span class="dv">9</span> Y_trump &lt;-<span class="st"> </span>polls3 %&gt;%<span class="st"> </span><span class="kw">dcast</span>(end_date ~<span class="st"> </span>N, <span class="dt">value.var =</span> <span class="st">&quot;Trump&quot;</span>) %&gt;%<span class="st"> </span> <span class="st"> </span>dplyr::<span class="kw">select</span>(-end_date) %&gt;%<span class="st"> </span> <span class="st"> </span>as.data.frame %&gt;%<span class="st"> </span>as.matrix Y_trump[<span class="kw">is.na</span>(Y_trump)] &lt;-<span class="st"> </span>-<span class="dv">9</span> <span class="co"># Do the same for margin of errors for those polls</span> sigma &lt;-<span class="st"> </span>polls3 %&gt;%<span class="st"> </span><span class="kw">dcast</span>(end_date ~<span class="st"> </span>N, <span class="dt">value.var =</span> <span class="st">&quot;sigma&quot;</span>)%&gt;%<span class="st"> </span> <span class="st"> </span>dplyr::<span class="kw">select</span>(-end_date)%&gt;%<span class="st"> </span> <span class="st"> </span>as.data.frame %&gt;%<span class="st"> </span>as.matrix sigma[<span class="kw">is.na</span>(sigma)] &lt;-<span class="st"> </span>-<span class="dv">9</span> <span class="co"># Run the two models</span> clinton_model &lt;-<span class="st"> </span><span class="kw">stan</span>(<span class="st">&quot;models/state_space_polls.stan&quot;</span>, <span class="dt">data =</span> <span class="kw">list</span>(<span class="dt">T =</span> <span class="kw">nrow</span>(Y_clinton), <span class="dt">polls =</span> <span class="kw">ncol</span>(Y_clinton), <span class="dt">Y =</span> Y_clinton, <span class="dt">sigma =</span> sigma, <span class="dt">initial_prior =</span> <span class="dv">50</span>), <span class="dt">iter =</span> <span class="dv">600</span>) trump_model &lt;-<span class="st"> </span><span class="kw">stan</span>(<span class="st">&quot;models/state_space_polls.stan&quot;</span>, <span class="dt">data =</span> <span class="kw">list</span>(<span class="dt">T =</span> <span class="kw">nrow</span>(Y_trump), <span class="dt">polls =</span> <span class="kw">ncol</span>(Y_trump), <span class="dt">Y =</span> Y_trump, <span class="dt">sigma =</span> sigma, <span class="dt">initial_prior =</span> <span class="dv">30</span>), <span class="dt">iter =</span> <span class="dv">600</span>) <span class="co"># Pull the state vectors</span> mu_clinton &lt;-<span class="st"> </span><span class="kw">extract</span>(clinton_model, <span class="dt">pars =</span> <span class="st">&quot;mu&quot;</span>, <span class="dt">permuted =</span> T)[[<span class="dv">1</span>]] %&gt;%<span class="st"> </span> <span class="st"> </span>as.data.frame mu_trump &lt;-<span class="st"> </span><span class="kw">extract</span>(trump_model, <span class="dt">pars =</span> <span class="st">&quot;mu&quot;</span>, <span class="dt">permuted =</span> T)[[<span class="dv">1</span>]] %&gt;%<span class="st"> </span> <span class="st"> </span>as.data.frame <span class="co"># Rename to get dates</span> <span class="kw">names</span>(mu_clinton) &lt;-<span class="st"> </span><span class="kw">unique</span>(<span class="kw">paste0</span>(polls3$end_date)) <span class="kw">names</span>(mu_trump) &lt;-<span class="st"> </span><span class="kw">unique</span>(<span class="kw">paste0</span>(polls3$end_date)) <span class="co"># summarise uncertainty for each date</span> mu_ts_clinton &lt;-<span class="st"> </span>mu_clinton %&gt;%<span class="st"> </span>melt %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">date =</span> <span class="kw">as.Date</span>(variable)) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">group_by</span>(date) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">summarise</span>(<span class="dt">median =</span> <span class="kw">median</span>(value), <span class="dt">lower =</span> <span class="kw">quantile</span>(value, <span class="fl">0.025</span>), <span class="dt">upper =</span> <span class="kw">quantile</span>(value, <span class="fl">0.975</span>), <span class="dt">candidate =</span> <span class="st">&quot;Clinton&quot;</span>) mu_ts_trump &lt;-<span class="st"> </span>mu_trump %&gt;%<span class="st"> </span>melt %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">mutate</span>(<span class="dt">date =</span> <span class="kw">as.Date</span>(variable)) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">group_by</span>(date) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">summarise</span>(<span class="dt">median =</span> <span class="kw">median</span>(value), <span class="dt">lower =</span> <span class="kw">quantile</span>(value, <span class="fl">0.025</span>), <span class="dt">upper =</span> <span class="kw">quantile</span>(value, <span class="fl">0.975</span>), <span class="dt">candidate =</span> <span class="st">&quot;Trump&quot;</span>) <span class="co"># Plot results</span> <span class="kw">bind_rows</span>(mu_ts_clinton, mu_ts_trump) %&gt;%<span class="st"> </span> <span class="st"> </span><span class="kw">ggplot</span>(<span class="kw">aes</span>(<span class="dt">x =</span> date)) + <span class="st"> </span><span class="kw">geom_ribbon</span>(<span class="kw">aes</span>(<span class="dt">ymin =</span> lower, <span class="dt">ymax =</span> upper, <span class="dt">fill =</span> candidate),<span class="dt">alpha =</span> <span class="fl">0.1</span>) + <span class="st"> </span><span class="kw">geom_line</span>(<span class="kw">aes</span>(<span class="dt">y =</span> median, <span class="dt">colour =</span> candidate)) + <span class="st"> </span><span class="kw">ylim</span>(<span class="dv">30</span>, <span class="dv">60</span>) + <span class="st"> </span><span class="kw">scale_colour_manual</span>(<span class="dt">values =</span> <span class="kw">c</span>(<span class="st">&quot;blue&quot;</span>, <span class="st">&quot;red&quot;</span>), <span class="st">&quot;Candidate&quot;</span>) + <span class="st"> </span><span class="kw">scale_fill_manual</span>(<span class="dt">values =</span> <span class="kw">c</span>(<span class="st">&quot;blue&quot;</span>, <span class="st">&quot;red&quot;</span>), <span class="dt">guide =</span> F) + <span class="st"> </span><span class="kw">geom_point</span>(<span class="dt">data =</span> polls3, <span class="kw">aes</span>(<span class="dt">x =</span> end_date, <span class="dt">y =</span> <span class="st">`</span><span class="dt">Clinton</span><span class="st">`</span>), <span class="dt">size =</span> <span class="fl">0.2</span>, <span class="dt">colour =</span> <span class="st">&quot;blue&quot;</span>) + <span class="st"> </span><span class="kw">geom_point</span>(<span class="dt">data =</span> polls3, <span class="kw">aes</span>(<span class="dt">x =</span> end_date, <span class="dt">y =</span> Trump), <span class="dt">size =</span> <span class="fl">0.2</span>, <span class="dt">colour =</span> <span class="st">&quot;red&quot;</span>) + <span class="st"> </span><span class="kw">theme_lendable</span>() +<span class="st"> </span><span class="co"># Thanks to my employer for their awesome theme!</span> <span class="st"> </span><span class="kw">xlab</span>(<span class="st">&quot;Date&quot;</span>) + <span class="st"> </span><span class="kw">ylab</span>(<span class="st">&quot;Implied vote share&quot;</span>) + <span class="st"> </span><span class="kw">ggtitle</span>(<span class="st">&quot;Poll aggregation with state-space smoothing&quot;</span>, <span class="dt">subtitle=</span> <span class="kw">paste</span>(<span class="st">&quot;Prior of 50% initial for Clinton, 30% for Trump on&quot;</span>, <span class="kw">min</span>(polls3$end_date)))</code></pre></div> </div> </div> </div> </section> </div> </div> </div> <a href="hierarchical.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page"><i class="fa fa-angle-left"></i></a> <script src="libs/gitbook-2.6.7/js/app.min.js"></script> <script src="libs/gitbook-2.6.7/js/lunr.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> <script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> <script> require(["gitbook"], function(gitbook) { gitbook.start({ "sharing": { "github": false, "facebook": true, "twitter": true, "google": false, "weibo": false, "instapper": false, "vk": false, "all": ["facebook", "google", "twitter", "weibo", "instapaper"] }, "fontsettings": { "theme": "white", "family": "sans", "size": 2 }, "edit": { "link": null, "text": null }, "download": null, "toc": { "collapse": "subsection" } }); }); </script> <!-- dynamically load mathjax for compatibility with self-contained --> <script> (function () { var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"; if (location.protocol !== "file:" && /^https?:/.test(script.src)) script.src = script.src.replace(/^https?:/, ''); document.getElementsByTagName("head")[0].appendChild(script); })(); </script> </body> </html>
khakieconomics/stanecon_short_course
_book/funtimeseries.html
HTML
cc0-1.0
54,407
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 連江縣 東引鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">294</td> <td class="tdAlignRight">59.2742</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">82</td> <td class="tdAlignRight">16.5323</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">120</td> <td class="tdAlignRight">24.1935</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;1/1&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:36:12 +0800" title="Sat, 16 Jan 2016 20:36:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:36:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n802000400000000/20160116123914/page.html
HTML
cc0-1.0
6,568
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;臺南市&nbsp;第5選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:4&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>王定宇</td> <td>男</td> <td class="tdAlignRight">117,523</td> <td class="tdAlignRight">72.4730</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>晏揚清</td> <td>男</td> <td class="tdAlignRight">2,990</td> <td class="tdAlignRight">1.8438</td> <td>台灣工黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>林易煌</td> <td>男</td> <td class="tdAlignRight">38,705</td> <td class="tdAlignRight">23.8683</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>李盈蒔</td> <td>女</td> <td class="tdAlignRight">2,943</td> <td class="tdAlignRight">1.8149</td> <td>中華統一促進黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;219/275&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:21:11 +0800" title="Sat, 16 Jan 2016 19:21:11 +0800">&nbsp;資料更新時間:01/16&nbsp;19:21:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/TNN-5/n500050000000000/20160116112330/page.html
HTML
cc0-1.0
6,967
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Computational Physics Lectures: Partial differential equations"> <title>Computational Physics Lectures: Partial differential equations</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> <script src="https://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="https://sagecell.sagemath.org/embedded_sagecell.js"></script> <link rel="stylesheet" type="text/css" href="https://sagecell.sagemath.org/static/sagecell_embed.css"> <script> $(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: '#mycell', template: sagecell.templates.minimal, evalButtonText: 'Activate'}); // Make *any* div with class 'compute' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', evalButtonText: 'Evaluate'}); }); </script> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Famous PDEs', 2, None, '___sec0'), ('Famous PDEs, two dimension', 2, None, '___sec1'), ('Famous PDEs, diffusion equation', 2, None, '___sec2'), ("Famous PDEs, Laplace's equation", 2, None, '___sec3'), ("Famous PDEs, Helmholtz' equation", 2, None, '___sec4'), ("Famous PDEs, Schroedinger's equation in two dimensions", 2, None, '___sec5'), ("Famous PDEs, Maxwell's equations", 2, None, '___sec6'), ("Famous PDEs, Euler's equations", 2, None, '___sec7'), ("Famous PDEs, the Navier-Stokes' equations", 2, None, '___sec8'), ('Famous PDEs, general equation in two dimensions', 2, None, '___sec9'), ('Diffusion equation', 2, None, '___sec10'), ('Diffusion equation', 2, None, '___sec11'), ('Diffusion equation, famous laws', 2, None, '___sec12'), ('Diffusion equation, heat equation', 2, None, '___sec13'), ('Diffusion equation, heat equation in one dimension', 2, None, '___sec14'), ('Diffusion equation, dimensionless form', 2, None, '___sec15'), ('Explicit Scheme', 2, None, '___sec16'), ('Explicit Scheme, boundary conditions', 2, None, '___sec17'), ('Explicit Scheme, algorithm', 2, None, '___sec18'), ('Explicit Scheme, simplifications', 2, None, '___sec19'), ('Explicit Scheme, solving the equations', 2, None, '___sec20'), ('Explicit Scheme, simple case', 2, None, '___sec21'), ('Explicit Scheme, matrix-vector formulation', 2, None, '___sec22'), ('Explicit Scheme, sketch of code', 2, None, '___sec23'), ('Explicit Scheme, stability condition', 2, None, '___sec24'), ('Explicit Scheme, spectral radius and stability', 2, None, '___sec25'), ('Explicit Scheme, eigenvalues and stability', 2, None, '___sec26'), ('Explicit Scheme, final stability analysis', 2, None, '___sec27'), ('Explicit Scheme, stability condition', 2, None, '___sec28'), ('Explicit Scheme, general tridiagonal matrix', 2, None, '___sec29'), ('Implicit Scheme', 2, None, '___sec30'), ('Implicit Scheme', 2, None, '___sec31'), ('Implicit Scheme', 2, None, '___sec32'), ('Implicit Scheme', 2, None, '___sec33'), ('Implicit Scheme', 2, None, '___sec34'), ('Program Example for Implicit Equation', 3, None, '___sec35'), ('Crank-Nicolson scheme', 2, None, '___sec36'), ('Derivation of CN scheme', 2, None, '___sec37'), ('Taylor expansions', 2, None, '___sec38'), ('Error in CN scheme', 2, None, '___sec39'), ('Truncation errors and stability', 2, None, '___sec40'), ('Rewrite of CN scheme', 2, None, '___sec41'), ('Final CN equations', 2, None, '___sec42'), ('Parts of Code for the Crank-Nicolson Scheme', 2, None, '___sec43'), ('Parts of Code for the Crank-Nicolson Scheme', 2, None, '___sec44'), ('Python code for solving the one-dimensional diffusion equation', 2, None, '___sec45'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec46'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec47'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec48'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec49'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec50'), ('Explict scheme for the diffusion equation in two dimensions', 2, None, '___sec51'), ('Explict scheme for the diffusion equation in two dimensions', 2, None, '___sec52'), ("Laplace's and Poisson's Equations", 2, None, '___sec53'), ("Laplace's and Poisson's Equations, discretized version", 2, None, '___sec54'), ("Laplace's and Poisson's Equations, final discretized version", 2, None, '___sec55'), ("Laplace's and Poisson's Equations, boundary conditions", 2, None, '___sec56'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec57'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec58'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec59'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec60'), ("Scheme for solving Laplace's (Poisson's) equation using " "Jacobi's iterative method", 2, None, '___sec61'), ("Scheme for solving Laplace's (Poisson's) equation, with " "Jacobi's method", 2, None, '___sec62'), ("Scheme for solving Laplace's (Poisson's) equation, final " 'rewrite', 2, None, '___sec63'), ("Jacobi Algorithm for solving Laplace's Equation", 2, None, '___sec64'), ("Jacobi Algorithm for solving Laplace's Equation", 2, None, '___sec65'), ("Jacobi Algorithm for solving Laplace's Equation, the algorithm", 2, None, '___sec66'), ("Jacobi Algorithm for solving Laplace's Equation, simple " 'example', 2, None, '___sec67'), ("Jacobi Algorithm for solving Laplace's Equation, to observe", 2, None, '___sec68'), ('Python code for solving the two-dimensional Laplace equation', 2, None, '___sec69'), ("Jacobi's algorithm extended to the diffusion equation in two " 'dimensions', 2, None, '___sec70'), ("Jacobi's algorithm extended to the diffusion equation in two " 'dimensions', 2, None, '___sec71'), ("Jacobi's algorithm extended to the diffusion equation in two " 'dimensions, discretizing', 2, None, '___sec72'), ("Jacobi's algorithm extended to the diffusion equation in two " 'dimensions, the second derivative', 2, None, '___sec73'), ("Jacobi's algorithm extended to the diffusion equation in two " 'dimensions', 2, None, '___sec74'), ('"Solving project 1 again but now with Jacobi\'s ' 'method":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/Jacobi.cpp"', 2, None, '___sec75'), ('"Program to solve Jacobi\'s method in two ' 'dimension":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"', 2, None, '___sec76'), ('"The Jacobi solver ' 'function":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"', 2, None, '___sec77'), ('"Parallel ' 'Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"', 2, None, '___sec78'), ('"Parallel ' 'Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"', 2, None, '___sec79'), ('"Parallel ' 'Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/OpenMPdiffusion.cpp"', 2, None, '___sec80'), ('Wave Equation in two Dimensions', 2, None, '___sec81'), ('Wave Equation in two Dimensions, discretizing', 2, None, '___sec82'), ('Wave Equation in two Dimensions', 2, None, '___sec83'), ('Wave Equation in two Dimensions', 2, None, '___sec84'), ('Wave Equation in two Dimensions', 2, None, '___sec85'), ('Wave Equation in two Dimensions', 2, None, '___sec86'), ('Wave Equation in two Dimensions', 2, None, '___sec87'), ('Analytical Solution for the two-dimensional wave equation', 2, None, '___sec88'), ('Analytical Solution for the two-dimensional wave equation, ' 'first step', 2, None, '___sec89'), ('Analytical Solution for the two-dimensional wave equation,', 2, None, '___sec90'), ('Analytical Solution for the two-dimensional wave equation, ' 'separation of variables', 2, None, '___sec91'), ('Analytical Solution for the two-dimensional wave equation, ' 'separation of variables', 2, None, '___sec92'), ('Analytical Solution for the two-dimensional wave equation, ' 'boundary conditions', 2, None, '___sec93'), ('Analytical Solution for the two-dimensional wave equation, ' 'separation of variables and solutions', 2, None, '___sec94'), ('Analytical Solution for the two-dimensional wave equation, ' 'final steps', 2, None, '___sec95'), ('Python code for solving the two-dimensional wave equation', 2, None, '___sec96')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="pde-bs.html">Computational Physics Lectures: Partial differential equations</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._pde-bs001.html#___sec0" style="font-size: 80%;"><b>Famous PDEs</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs002.html#___sec1" style="font-size: 80%;"><b>Famous PDEs, two dimension</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs003.html#___sec2" style="font-size: 80%;"><b>Famous PDEs, diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs004.html#___sec3" style="font-size: 80%;"><b>Famous PDEs, Laplace's equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs005.html#___sec4" style="font-size: 80%;"><b>Famous PDEs, Helmholtz' equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs006.html#___sec5" style="font-size: 80%;"><b>Famous PDEs, Schroedinger's equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs007.html#___sec6" style="font-size: 80%;"><b>Famous PDEs, Maxwell's equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs008.html#___sec7" style="font-size: 80%;"><b>Famous PDEs, Euler's equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs009.html#___sec8" style="font-size: 80%;"><b>Famous PDEs, the Navier-Stokes' equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs010.html#___sec9" style="font-size: 80%;"><b>Famous PDEs, general equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs011.html#___sec10" style="font-size: 80%;"><b>Diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs012.html#___sec11" style="font-size: 80%;"><b>Diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs013.html#___sec12" style="font-size: 80%;"><b>Diffusion equation, famous laws</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs014.html#___sec13" style="font-size: 80%;"><b>Diffusion equation, heat equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs015.html#___sec14" style="font-size: 80%;"><b>Diffusion equation, heat equation in one dimension</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs016.html#___sec15" style="font-size: 80%;"><b>Diffusion equation, dimensionless form</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs017.html#___sec16" style="font-size: 80%;"><b>Explicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs018.html#___sec17" style="font-size: 80%;"><b>Explicit Scheme, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs019.html#___sec18" style="font-size: 80%;"><b>Explicit Scheme, algorithm</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs020.html#___sec19" style="font-size: 80%;"><b>Explicit Scheme, simplifications</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs021.html#___sec20" style="font-size: 80%;"><b>Explicit Scheme, solving the equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs022.html#___sec21" style="font-size: 80%;"><b>Explicit Scheme, simple case</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs023.html#___sec22" style="font-size: 80%;"><b>Explicit Scheme, matrix-vector formulation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs024.html#___sec23" style="font-size: 80%;"><b>Explicit Scheme, sketch of code</b></a></li> <!-- navigation toc: --> <li><a href="#___sec24" style="font-size: 80%;"><b>Explicit Scheme, stability condition</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs026.html#___sec25" style="font-size: 80%;"><b>Explicit Scheme, spectral radius and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs027.html#___sec26" style="font-size: 80%;"><b>Explicit Scheme, eigenvalues and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs028.html#___sec27" style="font-size: 80%;"><b>Explicit Scheme, final stability analysis</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs029.html#___sec28" style="font-size: 80%;"><b>Explicit Scheme, stability condition</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs030.html#___sec29" style="font-size: 80%;"><b>Explicit Scheme, general tridiagonal matrix</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs031.html#___sec30" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs032.html#___sec31" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs033.html#___sec32" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs034.html#___sec33" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs035.html#___sec34" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs036.html#___sec35" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Program Example for Implicit Equation</a></li> <!-- navigation toc: --> <li><a href="._pde-bs037.html#___sec36" style="font-size: 80%;"><b>Crank-Nicolson scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs038.html#___sec37" style="font-size: 80%;"><b>Derivation of CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs039.html#___sec38" style="font-size: 80%;"><b>Taylor expansions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs040.html#___sec39" style="font-size: 80%;"><b>Error in CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs041.html#___sec40" style="font-size: 80%;"><b>Truncation errors and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs042.html#___sec41" style="font-size: 80%;"><b>Rewrite of CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs043.html#___sec42" style="font-size: 80%;"><b>Final CN equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs044.html#___sec43" style="font-size: 80%;"><b>Parts of Code for the Crank-Nicolson Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs045.html#___sec44" style="font-size: 80%;"><b>Parts of Code for the Crank-Nicolson Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs046.html#___sec45" style="font-size: 80%;"><b>Python code for solving the one-dimensional diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs047.html#___sec46" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs048.html#___sec47" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs049.html#___sec48" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs050.html#___sec49" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs051.html#___sec50" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs052.html#___sec51" style="font-size: 80%;"><b>Explict scheme for the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs053.html#___sec52" style="font-size: 80%;"><b>Explict scheme for the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs054.html#___sec53" style="font-size: 80%;"><b>Laplace's and Poisson's Equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs055.html#___sec54" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, discretized version</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs056.html#___sec55" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, final discretized version</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs057.html#___sec56" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs058.html#___sec57" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs059.html#___sec58" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs060.html#___sec59" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs061.html#___sec60" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs062.html#___sec61" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation using Jacobi's iterative method</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs063.html#___sec62" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation, with Jacobi's method</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs064.html#___sec63" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation, final rewrite</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs065.html#___sec64" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs066.html#___sec65" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs067.html#___sec66" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, the algorithm</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs068.html#___sec67" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, simple example</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs069.html#___sec68" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, to observe</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs070.html#___sec69" style="font-size: 80%;"><b>Python code for solving the two-dimensional Laplace equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs071.html#___sec70" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs072.html#___sec71" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs073.html#___sec72" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions, discretizing</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs074.html#___sec73" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions, the second derivative</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs075.html#___sec74" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs076.html#___sec75" style="font-size: 80%;"><b>"Solving project 1 again but now with Jacobi's method":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/Jacobi.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs077.html#___sec76" style="font-size: 80%;"><b>"Program to solve Jacobi's method in two dimension":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs078.html#___sec77" style="font-size: 80%;"><b>"The Jacobi solver function":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs079.html#___sec78" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs080.html#___sec79" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs081.html#___sec80" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/OpenMPdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs082.html#___sec81" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs083.html#___sec82" style="font-size: 80%;"><b>Wave Equation in two Dimensions, discretizing</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs084.html#___sec83" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs085.html#___sec84" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs086.html#___sec85" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs087.html#___sec86" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs088.html#___sec87" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs089.html#___sec88" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs090.html#___sec89" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, first step</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs091.html#___sec90" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation,</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs092.html#___sec91" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs093.html#___sec92" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs094.html#___sec93" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs095.html#___sec94" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables and solutions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs096.html#___sec95" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, final steps</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs097.html#___sec96" style="font-size: 80%;"><b>Python code for solving the two-dimensional wave equation</b></a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0025"></a> <!-- !split --> <h2 id="___sec24" class="anchor">Explicit Scheme, stability condition </h2> However, although the explicit scheme is easy to implement, it has a very weak stability condition, given by $$ \begin{equation*} \Delta t/\Delta x^2 \le 1/2. \end{equation*} $$ This means that if \( \Delta x = 0.01 \) (a rather frequent choice), then \( \Delta t= 5\times 10^{-5} \). This has obviously bad consequences if our time interval is large. In order to derive this relation we need some results from studies of iterative schemes. If we require that our solution approaches a definite value after a certain amount of time steps we need to require that the so-called spectral radius \( \rho(\mathbf{A}) \) of our matrix \( \mathbf{A} \) satisfies the condition $$ \begin{equation} \tag{8} \rho(\mathbf{A}) < 1. \end{equation} $$ <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._pde-bs024.html">&laquo;</a></li> <li><a href="._pde-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._pde-bs017.html">18</a></li> <li><a href="._pde-bs018.html">19</a></li> <li><a href="._pde-bs019.html">20</a></li> <li><a href="._pde-bs020.html">21</a></li> <li><a href="._pde-bs021.html">22</a></li> <li><a href="._pde-bs022.html">23</a></li> <li><a href="._pde-bs023.html">24</a></li> <li><a href="._pde-bs024.html">25</a></li> <li class="active"><a href="._pde-bs025.html">26</a></li> <li><a href="._pde-bs026.html">27</a></li> <li><a href="._pde-bs027.html">28</a></li> <li><a href="._pde-bs028.html">29</a></li> <li><a href="._pde-bs029.html">30</a></li> <li><a href="._pde-bs030.html">31</a></li> <li><a href="._pde-bs031.html">32</a></li> <li><a href="._pde-bs032.html">33</a></li> <li><a href="._pde-bs033.html">34</a></li> <li><a href="._pde-bs034.html">35</a></li> <li><a href="">...</a></li> <li><a href="._pde-bs097.html">98</a></li> <li><a href="._pde-bs026.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysics
doc/pub/pde/html/._pde-bs025.html
HTML
cc0-1.0
33,427
<!doctype html> <html> <head> <title> Tables </title> <meta charset="utf-8"/> <link rel="stylesheet" href="../css/box.css" type="text/css"> </head> <body> <header> <h1> Tables </h1> </header> <nav> <ul> <li> <a href=".."> Home</a> </li> <li> <a href="../listsandlinks/"> Lists and Links</a> </li> </ul> </nav> <main> <h2> Simple Grid </h2> <table border="1"> <thead> <tr> <th> A </th> <th> B </th> <th> C </th> </tr> </thead> <tbody> <tr> <td> 1 </td> <td> 2 </td> <td> 3 </td> </tr> <tr> <td> 4 </td> <td> 5 </td> <td> 6 </td> </tr> <tr> <td> 7 </td> <td> 8 </td> <td> 9 </td> </tr> <tr> <td> 12 </td> <td> 15 </td> <td> 18 </td> </tr> </tbody> </table> <h2> Calendar </h2> <table border="1"> <thead> <tr> <th colspan="7">December 2015 </th> </tr> </thead> <tbody> <tr> <th> Mon </th> <th> Tue </th> <th> Wed </th> <th> Thu </th> <th> Fri </th> <th> Sat </th> <th> Sun </th> </tr> <tr> <th> </th> <td> 1 </td> <td> 2 </td> <td> 3 </td> <td> 4 </td> <td> 5 </td> <td> 6 </td> </tr> <tr> <td> 7 </td> <td> 8 </td> <td> 9 </td> <td> 10 </td> <td> 11 </td> <td> 12 </td> <td> 13 </td> </tr> <tr> <td> 14 </td> <td> 15 </td> <td> 16 </td> <td> 17 </td> <td> 18 </td> <td> 19 </td> <td> 20 </td> </tr> <tr> <td> 21 </td> <td> 22 </td> <td> 23 </td> <td> 24 </td> <td> 25 </td> <td> 26 </td> <td> 27 </td> </tr> <tr> <td> 28 </td> <td> 29 </td> <td> 30 </td> <td> 31 </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> <tfoot> <tr> <td colspan="7"> Created by:Me!</td> </tr> </tfoot> </table> <h2> Class Schedule </h2> <table border="1"> <thead> <tr> <th>Period</th> <th>Class Info</th> </tr> </thead> <tbody> <tr> <th rowspan="2"> 1</th> <td> Mr.Kieffer</td> </tr> <tr> <td> Computer Science </td> </tr> <tr> <th rowspan="2"> 2</th> <td> Mr.Knox </td> </tr> <tr> <td> Ancient World History </td> </tr> </tbody> </table> </main> <footer> &copy;2015 Punch Sethapanichsakul - CMIS Web Design </footer> </body> </html>
punch2177-cmis/punch2177-cmis-wd
tables/index.html
HTML
cc0-1.0
3,569
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LaunchCode&#039;s CS50x - Maryville</title> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/bootstrap.min.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/font-awesome.min.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/highlight.dark.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/main.css"> </head> <body> <header class="navbar navbar-default navbar-fixed-top"> <a class="navbar-brand" href="http://education.launchcode.org/cs50x-maryville/"> LaunchCode&#039;s CS50x - Maryville </a> </header> <main class="container-fluid"> <div class="row"> <nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation"> <ul class="nav nav-pills nav-stacked"> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/calendar/"> Calendar </a> </li> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/how-to-take-this-class/"> How To Take This Class </a> </li> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/helpful-resources/"> Helpful Resources </a> </li> <li class=""> <a href="http://cs50.io/"> CS50 IDE </a> </li> <li class=""> <a href="https://labs.vocareum.com/home/login.php"> Vocareum </a> </li> <li class=""> <a href="http://piazza.com/launchcode/summer2016/lc50/home"> Piazza </a> </li> <li class=""> <a href="https://docs.google.com/document/d/1E72HS409WnV_Ss6VNfzbX9WSYjOqKIJ1d_QtdZpb9xI/edit?usp=sharing"> Student Guide </a> </li> </ul> </nav> <section id="content" class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10"> <p><a href="../../..">Back to Course Calendar</a></p> <h1 id="module-2">Module 2</h1> <p><strong>Pre-reqs:</strong> You should have completed <a href="../module1">Module 1</a></p> <h4 id="synopsis">Synopsis</h4> <p>In Module 2, we will learn:</p> <ul> <li>how to write our own functions</li> <li>how to inspect and manipulate strings</li> <li>how to accept user input as &quot;command line arguments&quot;</li> <li>learn about some new data types like <code>char</code> and <code>array</code></li> </ul> <p>These skills will eventually allow us to do some real cryptography (the art of writing or solving secret codes) -- we'll use code to become codebreakers!</p> <p>By the end of this module you will have completed <a href="./materials/problem-set">Problem Set 2</a>.</p> <hr /> <h3 id="steps">Steps</h3> <table> <thead> <tr> <th style="text-align: center;">Class #</th> <th style="text-align: center;">Date</th> <th style="text-align: center;">Before Class</th> <th style="text-align: center;">During Class</th> <th>Topics/Skills</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">Class 1</td> <td style="text-align: center;">5/24</td> <td style="text-align: center;"><a href="./materials/class1-prep">Prep Work</a></td> <td style="text-align: center;"><a href="./materials/class1">In Class</a></td> <td>chars, functions, scope, strings, modulo</td> </tr> <tr> <td style="text-align: center;">Class 2</td> <td style="text-align: center;">5/26</td> <td style="text-align: center;"><a href="./materials/class2-prep">Prep Work</a></td> <td style="text-align: center;"><a href="./materials/class2">In Class</a></td> <td>more strings, arrays, command-line arguments</td> </tr> <tr> <td style="text-align: center;">Class 3</td> <td style="text-align: center;">5/31</td> <td style="text-align: center;">Work on <a href="./materials/problem-set">Problem Set 2</a></td> <td style="text-align: center;"><a href="./materials/class3">In Class</a></td> <td>(office hours!)</td> </tr> </tbody> </table> </section> </div> </main> <footer> <div class="container-fluid"> <p class="text-muted"> website generated with <a href="http://couscous.io" title="Markdown website generator">Couscous</a> </p> </div> </footer> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="//yastatic.net/highlightjs/8.2/highlight.min.js"></script> <script> $(function() { $("section>h1").wrap('<div class="page-header" />'); // Syntax highlighting hljs.initHighlightingOnLoad(); }); </script> </body> </html>
LaunchCodeEducation/cs50x-maryville
calendar/cs50/unit1-fundamentals/module2/index.html
HTML
cc0-1.0
6,389
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Data Analysis and Machine Learning: Preprocessing and Dimensionality Reduction"> <title>Data Analysis and Machine Learning: Preprocessing and Dimensionality Reduction</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Reducing the number of degrees of freedom, overarching view', 2, None, '___sec0'), ('Preprocessing our data', 2, None, '___sec1'), ('More preprocessing', 2, None, '___sec2'), ('Simple preprocessing examples, Franke function and regression', 2, None, '___sec3'), ('Simple preprocessing examples, breast cancer data and ' 'classification, Support Vector Machines', 2, None, '___sec4'), ('More on Cancer Data, now with Logistic Regression', 2, None, '___sec5'), ('Why should we think of reducing the dimensionality', 2, None, '___sec6'), ('Basic ideas of the Principal Component Analysis (PCA)', 2, None, '___sec7'), ('Introducing the Covariance and Correlation functions', 2, None, '___sec8'), ('Correlation Function and Design/Feature Matrix', 2, None, '___sec9'), ('Covariance Matrix Examples', 2, None, '___sec10'), ('Correlation Matrix', 2, None, '___sec11'), ('Correlation Matrix with Pandas', 2, None, '___sec12'), ('Correlation Matrix with Pandas and the Franke function', 2, None, '___sec13'), ('Rewriting the Covariance and/or Correlation Matrix', 2, None, '___sec14'), ('Towards the PCA theorem', 2, None, '___sec15'), ('The Algorithm before the Theorem', 2, None, '___sec16'), ('Writing our own PCA code', 2, None, '___sec17'), ('Compute the sample mean and center the data', 3, None, '___sec18'), ('Compute the sample covariance', 3, None, '___sec19'), ('Diagonalize the sample covariance matrix to obtain the ' 'principal components', 3, None, '___sec20'), ('Classical PCA Theorem', 2, None, '___sec21'), ('Proof of the PCA Theorem', 2, None, '___sec22'), ('PCA Proof continued', 2, None, '___sec23'), ('The final step', 2, None, '___sec24'), ('Geometric Interpretation and link with Singular Value ' 'Decomposition', 2, None, '___sec25'), ('Principal Component Analysis', 2, None, '___sec26'), ('PCA and scikit-learn', 2, None, '___sec27'), ('Back to the Cancer Data', 2, None, '___sec28'), ('More on the PCA', 2, None, '___sec29'), ('Incremental PCA', 2, None, '___sec30'), ('Randomized PCA', 2, None, '___sec31'), ('Kernel PCA', 2, None, '___sec32'), ('LLE', 2, None, '___sec33'), ('Other techniques', 2, None, '___sec34')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="DimRed-bs.html">Data Analysis and Machine Learning: Preprocessing and Dimensionality Reduction</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._DimRed-bs001.html#___sec0" style="font-size: 80%;"><b>Reducing the number of degrees of freedom, overarching view</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs002.html#___sec1" style="font-size: 80%;"><b>Preprocessing our data</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs003.html#___sec2" style="font-size: 80%;"><b>More preprocessing</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs004.html#___sec3" style="font-size: 80%;"><b>Simple preprocessing examples, Franke function and regression</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs005.html#___sec4" style="font-size: 80%;"><b>Simple preprocessing examples, breast cancer data and classification, Support Vector Machines</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs006.html#___sec5" style="font-size: 80%;"><b>More on Cancer Data, now with Logistic Regression</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs007.html#___sec6" style="font-size: 80%;"><b>Why should we think of reducing the dimensionality</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs008.html#___sec7" style="font-size: 80%;"><b>Basic ideas of the Principal Component Analysis (PCA)</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs009.html#___sec8" style="font-size: 80%;"><b>Introducing the Covariance and Correlation functions</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs010.html#___sec9" style="font-size: 80%;"><b>Correlation Function and Design/Feature Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs011.html#___sec10" style="font-size: 80%;"><b>Covariance Matrix Examples</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs012.html#___sec11" style="font-size: 80%;"><b>Correlation Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs013.html#___sec12" style="font-size: 80%;"><b>Correlation Matrix with Pandas</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs014.html#___sec13" style="font-size: 80%;"><b>Correlation Matrix with Pandas and the Franke function</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs015.html#___sec14" style="font-size: 80%;"><b>Rewriting the Covariance and/or Correlation Matrix</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs016.html#___sec15" style="font-size: 80%;"><b>Towards the PCA theorem</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs017.html#___sec16" style="font-size: 80%;"><b>The Algorithm before the Theorem</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs018.html#___sec17" style="font-size: 80%;"><b>Writing our own PCA code</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs018.html#___sec18" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Compute the sample mean and center the data</a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs018.html#___sec19" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Compute the sample covariance</a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs018.html#___sec20" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Diagonalize the sample covariance matrix to obtain the principal components</a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs019.html#___sec21" style="font-size: 80%;"><b>Classical PCA Theorem</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs020.html#___sec22" style="font-size: 80%;"><b>Proof of the PCA Theorem</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs021.html#___sec23" style="font-size: 80%;"><b>PCA Proof continued</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs022.html#___sec24" style="font-size: 80%;"><b>The final step</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs023.html#___sec25" style="font-size: 80%;"><b>Geometric Interpretation and link with Singular Value Decomposition</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs024.html#___sec26" style="font-size: 80%;"><b>Principal Component Analysis</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs025.html#___sec27" style="font-size: 80%;"><b>PCA and scikit-learn</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs026.html#___sec28" style="font-size: 80%;"><b>Back to the Cancer Data</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs027.html#___sec29" style="font-size: 80%;"><b>More on the PCA</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs028.html#___sec30" style="font-size: 80%;"><b>Incremental PCA</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs029.html#___sec31" style="font-size: 80%;"><b>Randomized PCA</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs030.html#___sec32" style="font-size: 80%;"><b>Kernel PCA</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs031.html#___sec33" style="font-size: 80%;"><b>LLE</b></a></li> <!-- navigation toc: --> <li><a href="._DimRed-bs032.html#___sec34" style="font-size: 80%;"><b>Other techniques</b></a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0000"></a> <!-- ------------------- main content ---------------------- --> <div class="jumbotron"> <center><h1>Data Analysis and Machine Learning: Preprocessing and Dimensionality Reduction</h1></center> <!-- document title --> <p> <!-- author(s): Morten Hjorth-Jensen --> <center> <b>Morten Hjorth-Jensen</b> [1, 2] </center> <p> <!-- institution(s) --> <center>[1] <b>Department of Physics, University of Oslo</b></center> <center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center> <br> <p> <center><h4>Jan 4, 2020</h4></center> <!-- date --> <br> <p> <p><a href="._DimRed-bs001.html" class="btn btn-primary btn-lg">Read &raquo;</a></p> </div> <!-- end jumbotron --> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li class="active"><a href="._DimRed-bs000.html">1</a></li> <li><a href="._DimRed-bs001.html">2</a></li> <li><a href="._DimRed-bs002.html">3</a></li> <li><a href="._DimRed-bs003.html">4</a></li> <li><a href="._DimRed-bs004.html">5</a></li> <li><a href="._DimRed-bs005.html">6</a></li> <li><a href="._DimRed-bs006.html">7</a></li> <li><a href="._DimRed-bs007.html">8</a></li> <li><a href="._DimRed-bs008.html">9</a></li> <li><a href="._DimRed-bs009.html">10</a></li> <li><a href="">...</a></li> <li><a href="._DimRed-bs032.html">33</a></li> <li><a href="._DimRed-bs001.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright --> &copy; 1999-2020, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license </center> </body> </html>
CompPhysics/MachineLearning
doc/pub/DimRed/html/DimRed-bs.html
HTML
cc0-1.0
13,233
<!DOCTYPE html> <html lang="en"> <head> <title>Testing Notes and Domino applications - NotesSensei's Blog</title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-72033-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="Content-Language" content="en" /> <meta rel="meta" link="application/rdf+xml" content="/foaf.rdf" /> <meta property="og:title" content="wissel.net - Testing Notes and Domino applications" /> <meta property="og:type" content="blog" /> <meta property="og:url" content="https://wissel.net/blog/2011/05/testing-notes-and-domino-applications.html" /> <meta property="og:image" content="//www.wissel.net/blog/img/wisselnet.gif" /> <meta property="og:site_name" content="wissel.net" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="ROBOTS" content="FOLLOW, NOIMAGEINDEX" /> <meta name="DC.Title" content="NotesSensei's Weblog - Testing Notes and Domino applications" /> <meta name="Author" content="Stephan H. Wissel" /> <meta name="ICBM" content="1.2994, 103.8425" /> <meta name="Copyright" content="2002,2020 Stephan H. Wissel - Creative commons licence" /> <meta name="twitter:site" content="@notessensei" /> <meta name="twitter:card" content="summary" /> <meta name="xing:author" content="https://www.xing.com/profile/StephanH_Wissel" /> <meta name="description" content="Testing Notes and Domino applications - Chuck Norris doesn&#39;t test. For the rest of us: you need a plan when preparing to test Notes applications. Traditionally Notes application testing has been an afterthought. After all adding a few fields onto a form and creating a few columns in a view was all you needed for an entry level Notes appli" /> <meta name="Keywords" content="Show-N-Tell Thursday," /> <meta name="Abstract" content="Testing Notes and Domino applications - Chuck Norris doesn&#39;t test. For the rest of us: you need a plan when preparing to test Notes applications. Traditionally Notes application testing has been an afterthought. After all adding a few fields onto a form and creating a few columns in a view was all you needed for an entry level Notes appli" /> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/blog/style/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/responsive.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/wisselblog.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/main.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/blogcodedisplay.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/shariff.complete.css" /> <link rel="stylesheet" type="text/css" href="/blog/style/markdown.css" /> <link rel="stylesheet" type="text/css" href="/blog/css/prism.css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet"> <link rel="icon" type="image/png" href="/blog/img/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="/blog/img/favicon-16x16.png" sizes="16x16" /> <link rel="alternate" type="application/rss+xml" title="RSS News Feed" href="https://feeds.feedburner.com/Wisselnetfeed" /> <meta name="Revisit-After" content="90 Days" /> </head> <body class="line-numbers"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="/">wissel.net</a> <div class="nav-collapse"> <ul class="nav"> <li><a href="/index.html">Home</a></li> <li class="active"><a href="/blog/">Blog</a></li> <li><a href="/blog/series.html">Series</a></li> <li><a href="/blog/downloads/">Downloads</a></li> <li><a href="https://stwissel.github.io/presentations/" title="Presentations maintained on GitHub">Presentations</a></li> <li><a href="/blog/imprint.html">About / Imprint</a></li> </ul> <form action="//www.google.com/cse" id="cse-search-box" class="navbar-search pull-right"> <div> <input type="hidden" name="cx" value="partner-pub-4562257798204150:muo14ionenw" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" class="search-query span2" placeholder="Search" /> <!-- input type="submit" name="sa" value="Search" class="btn btn-small"/--> </div> </form> </div> </div> </div> <div class="navbar-spacer"></div> <div class="container"> <br /> <header> <div id="mainsmall" class="hero-unit"> <h2>wissel.net</h2> <p>Usability - Productivity - Business - The web - Singapore &amp; Twins</p> </div> </header> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2011/">2011</a> <span class="divider">/</span></li> <li><a href="/blog/2011/05/">May</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/showntellthursday.html">Show-N-Tell Thursday</a> </li> </ul> <div class="row-fluid"> <div class="span12"> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2011/05/where-is-my-trusted-system.html"><i class="icon-hand-left"></i>Where is my trusted system?</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2011/05/deploying-the-extension-library-client-edition.html">Deploying the extension library - client edition<i class="icon-hand-right"></i></a> </li> </ul> <article class="well well-raised"> <h1><small>Testing Notes and Domino applications</small></h1> <hr /> <div><b>Chuck Norris doesn't test</b>. For the rest of us: you need a plan when preparing to test Notes applications. Traditionally Notes application testing has been an afterthought. After all adding a few fields onto a form and creating a few columns in a view was all you needed for an entry level Notes application. Like the frog that gets slowly boiled often we don't recognise the point when applications grew so big that a more rigorous test regime started to make sense. While <a href="http://www.agiledata.org/essays/tdd.html">TDD</a> is all the rage for code driven development it hasn't taken a strong hold in the Domino world that is very visualy driven. <br> A lot of times the first consideration about a systemic test only arises when you want to <b>upgrade a server</b>: <i>Will all my applications run? Do I need to change anything?</i> <br> In general Notes and Domino are <i>fiercely backward compatible</i>, so the odds are with you. However the odd changes (like you used variable names that became class names) and subtle alterations in behaviour will require that you at least <i>have a look</i>. <br> Now testing an existing application that has been build anyhow is a complete different animal from building an application suitable for automated testing. It is like building a house with proper heating and plumbing vs. retrofitting this into an existing building - just ask your <a href="http://www.google.com/search?q=schloss+mespelbrunn&amp;tbm=isch">average castle</a> owner. So let us have a look at the two use cases: <ul> <li><h2>Testing an existing application</h2> This is the trickier use case since your application most likely deeply connects your user interface with your data back-end. So a few steps are necessary to perform tests. <ul> <li>Know your code: using <a href="http://www.teamstudio.com/Develop/datasheet_analyzer/tabid/91/Id/1/Default.aspx">Teamstudio Analyzer</a>, <a href="http://www.openntf.org/projects/pmt.nsf/ProjectLookup/DXLMagic">DXLMagic</a>, <a href="http://www.ytria.com/website.nsf/WebPageRequest/Solutions_scanEZen">Ytria ScanEZ</a> or OpenNTF's <a href="http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&amp;name=Source%20Sniffer">Source Sniffer</a> you can get a feel for the code base: where are your agents, what @Db* functions are at work, where are external system calls, how complex is your code and where have developers committed a crime by omitting <code>Option Declare</code>. Teamstudio's <a href="http://www.teamstudio.com/Develop/UpgradeFilters/tabid/186/id/1/Default.aspx">Upgrade filters</a> provide a handy way to get the <i>pay-attention-to-this</i> list when planning to test for upgrades</li> <li>Prepare a base line version of your application. Base line doesn't mean empty, but fully configured with sample data (you want to test "this value gets edited and changed" too). ZIP away the base line, so you can repeat the test</li> <li>Prepare an environment that reflects your use cases. The two main fallacies in testing are: using a small database and a fast network (and then act surprised when user complaint about performance of the large database on the slow network). So you might end up having a base line with a lot of data preconfigured. Using Apache's <a href="http://ws.apache.org/commons/tcpmon/">TCPMon</a> you can simulate a slow network connection even in your exclusive single user gigabit test network. (There are <a href="http://www.google.com/search?q=Simulate+slow+networks">more</a>)</li> <li>Write a test plan. Depending who (or what) is executing it, it can be short sentences or elaborate instructions. Make sure to include edge cases where values are close to a limit, exactly hit it or just exceed it a little.<br> A Notes database is a good place to keep a test plan (I don't mean to attach a text document into a Notes database, but having a proper form with all test data). Test plans ensure that you don't miss something. Test plans are <b>living documents</b>. Your test plan WILL be incomplete, so be prepared to update them frequently (this is why every test deserves its own Notes document (with versioning)). When you look at a test plan you will find striking similarities to <i>Use Cases</i>. They are actual natural extensions. While the Use case describes <i>what</i> the user (or system) does, the test plan describes <i>how</i> it is done in detail</li> <li>Pick a test tool that can replay testing sequences. Here it gets a little tricky. IBM doesn't offer a tool for Notes client testing. There is server.load, but that's mostly suitable for mail performance testing only. Luckily the Yellowsphere stepped in and <a href="http://smart-toucan.com/">SmartTouchan's Autouser</a> fills the gap. It allows for both functional and performance testing. When you test Domino web applications your selection is wider. You need to distinguish between functional and performance testing: <ul> <li><h3>Performance:</h3> Here you can test the raw Domino performance by requesting and sending http packages from/to the Domino server or the all over performance including your specific browsers JavaScript performance. Typically you go for the first case. Here you can start with <a href="/blog/2007/08/stress-testing-lotus-domino-applications-with-jmeter.html">JMeter</a> or <a href="http://www-01.ibm.com/software/awdtools/tester/performance/">Rational Performance Tester</a> (there are <a href="http://www.google.com/search?q=http%20performance%20testing">others</a>, but my pay cheque doesn't come from there)</li> <li><h3>Functionality:</h3> Top of my list is <a href="http://www-01.ibm.com/software/awdtools/tester/functional/">Rational Functional Tester</a> (same reason as above), but I also like <a href="http://seleniumhq.org/">Selenium</a> which nicely runs in your Firefox. There are almost infinite combinations of browsers and operating systems, so to no surprise you can find a number of <a href="http://www.smashingmagazine.com/2010/06/04/cross-browser-testing-a-detailed-review-of-tools-and-services/">offerings</a> that do the cross browser testing chore for you. Some of them can <a href="http://www.multibrowserviewer.com/">run against</a> your intranet application, so you don't need to open up your applications to wild west. </li> </ul> There is no magic bullet application, Testing is time consuming and comes with a learning curve (guess what a lot of interns do) </li> <li>Run the tests in various environments (if you test for upgrades) or before and after code changes (if you test for performance or regression avoidance)</li> <li>Be very clear: The cost for test coverage is growing exponentially and you can't afford 100%. A good measurement is to multiply the likelihood of an error with the economic damage it can do. If you spend more money on testing, you are wasting it. (Of course that is a slippery road if an application error can lead to physical harm, this is where I see the limit of "assess economic damage only")</li> <li>Your test plan should start with the most critical and most used functions and then move to the lesser used and critical actions. Repeat until you run out of time or budget.</li> </ul> </li> <li><h2>Building applications for testability</h2> Your all over test cycle gets shorter and more efficient when you design an application for testability from the very beginning. The approach is called "<i>Test Driven Development</i>" (<a href="http://en.wikipedia.org/wiki/Test-driven_development">TDD</a>). In a nutshell: you write your tests before you write code (which will make them fail), then you write code until the test goes through. This works well for, well code. In a highly interactive visual environment like Domino designer that is much harder. Very often business logic is hidden (pun intended) in hide-when formulas. You (partially) need to let go of such ideas. Some pointers: <ul> <li>Put a business logic into script libraries. You can write test methods that call these functions more easily</li> <li>Have a mechanism that generates your test data, so you can start over with a test series anytime</li> <li>Use the <a href="http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/XSPUnit">XPages unit tests</a> on OpenNTF</li> <li>Abstract your logic from its implementation. So instead of writing <code>@DbLookup(@DbName,"configLookup","departments",2)</code> you write <code>systemConfig.getDepartments()</code> or at least <code>systemConfig.getConfig("departments")</code> and implement the actual data access in a library.</li> <li>There is much more to say.... somewhen</li> </ul> </li> </ul> As usual YMMV</div> <hr /> <p> Posted by <a rel="author" href="https://plus.google.com/u/0/+StephanWissel"> Stephan H Wissel</a> on 18 May 2011 <span class="divider">|</span> <a href="/blog/2011/05/testing-notes-and-domino-applications.html#comments">Comments (1)</a> <span class="divider">|</span> categories: <a href="/blog/categories/showntellthursday.html">Show-N-Tell Thursday</a> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2011/05/testing-notes-and-domino-applications.html"; </script> </p> </article> <a name="comments"></a> <div class="well well-raised" style="text-align : center"> <button class="btn btn-lg btn-info" data-toggle="collapse" data-target="#commentform_CF6AC829EBBCC2F848257894002F7E3C" type="button"> Add your comment...&nbsp;&nbsp;<span class="glyphicon glyphicon-comment"></span> </button> </div> <div id="commentform_CF6AC829EBBCC2F848257894002F7E3C" class="collapse"></div> <div class="well well-raised"> <h4>Comments</h4> <ol id="commentList"> <li> posted by <b>bruce lill</b> on <i>Friday 20 May 2011 AD</i>:<br /> The problem is not having comments to help. The last example, the @dblookup is easy to figure out. Which SSJS library is the systemConfig in? it could be loaded by any one of the custom controls on the Xpage. <br />If the requirements or design document were actually written and stored in the app it would help. <br />I just go with my own notes and Selenium for testing the web side. I've yet to have a customer willing to spend 20% more for documentation. <hr style="clear : both" /> </li> </ol> </div> <ul class="breadcrumb pull-centre"> <li><a href="/blog/2011/05/where-is-my-trusted-system.html"><i class="icon-hand-left"></i>Where is my trusted system?</a> <span class="divider">|</span></li> <li><a href="/blog/"><i class="icon-hand-up"></i>Main</a></li> <span class="divider">|</span> <li><a href="/blog/2011/05/deploying-the-extension-library-client-edition.html">Deploying the extension library - client edition<i class="icon-hand-right"></i></a> </li> </ul> </div> </div> <ul class="breadcrumb"> <li><a href="/blog/">Blog</a> <span class="divider">/</span></li> <li><a href="/blog/2011/">2011</a> <span class="divider">/</span></li> <li><a href="/blog/2011/05/">May</a></li> <li class="pull-right"> <span class="divider">|</span><a href="/blog/categories/showntellthursday.html">Show-N-Tell Thursday</a> </li> </ul> </div> <footer> <div class="container"> <div class="row"> <div class="span2"> <h4>About Me</h4> <p> I work as "Solution Director Innovation" for HCL Software. I'm based in Singapore. <g:plusone size="small" href="https://wissel.net/blog/"></g:plusone> </p> <a href="//stackoverflow.com/users/131021/stwissel"> <img src="//stackoverflow.com/users/flair/131021.png" width="208" height="58" alt="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer" title="profile for stwissel at Stack Overflow, Q&amp;A for professional and enthusiast programmer"> </a> </div> <div class="span2"> <h4>Contact</h4> <ul> <li><a href="https://www.twitter.com/notessensei">Twitter</a></li> <li><a href="https://sg.linkedin.com/in/notessensei">LinkedIn</a></li> <li><a href="https://www.xing.com/profile/StephanH_Wissel">XING</a></li> <li><a href="https://notessensei.myspreadshop.com">NotesSensei's Spreadshirt shop</a></li> <li><a href="http://about.me/stephan.wissel/#" title="Another identity site, nothing much here">About Me</a></li> </ul> </div> <div class="span8"> <h4>Disclaimer</h4> <p>This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by my current or previous employers. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not my current or former employers' - and don't even begin to think otherwise.</p> <p> <b>&copy; 2003 - 2022 Stephan H. Wissel - some rights reserved</b> as listed here: <a rel="license" href="//creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width: 0" src="//licensebuttons.net/l/by-nc-sa/3.0/88x31.png" /></a> Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an <a href="//creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank" title="Learn more about the creative commons Attribution-ShareAlike License">Attribution/NonCommercial/ShareAlike Creative Commons License</a>, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type. Code samples and code downloads on this site are, unless otherwise labeled, made available under an <a href="//www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a> license. Other license models are available on written request and written confirmation. </p> </div> </div> </div> </footer> <script type="text/javascript"> var permaLink = "https://wissel.net/blog/2011/05/testing-notes-and-domino-applications.html"; </script> <script type="text/javascript" src="/blog/js/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="/blog/js/bootstrap.js"></script> <script type="text/javascript" src="/blog/js/blogmain.js"></script> <script type="text/javascript" src="/blog/js2/prism.js"></script> <script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-72033-1"; urchinTracker(); </script> <script type="text/javascript" src="//feeds.feedburner.com/~s/Wisselnet?i=https://wissel.net/blog" charset="utf-8"></script> <script src="/blog/js2/mustache.js"></script> <script src="/blog/js2/blogcomments.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Converter.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Sanitizer.js"></script> <script type="text/javascript" src="/blog/js2/Markdown.Editor.js"></script> <script type="text/javascript" src="//www.google.com/recaptcha/api.js"></script> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> <script type="text/javascript"> var onloadCallback = function() { renderComment("6LcBxUEUAAAAACzKM8YKb-RVVaIZ3MN6F1Z8FB_4", "CF6AC829EBBCC2F848257894002F7E3C"); }; </script> </body> </html>
Stwissel/stwissel.github.io
blog/2011/05/testing-notes-and-domino-applications.html
HTML
cc0-1.0
21,975
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺南市 歸仁區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">4,226</td> <td class="tdAlignRight">19.6348</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">15,404</td> <td class="tdAlignRight">71.5699</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,893</td> <td class="tdAlignRight">8.7952</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;29/45&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 18:45:11 +0800" title="Sat, 16 Jan 2016 18:45:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;18:45:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n500003500000000/20160116104603/page.html
HTML
cc0-1.0
6,577
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 高雄市 前鎮區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">27,045</td> <td class="tdAlignRight">25.3694</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">68,743</td> <td class="tdAlignRight">64.4838</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">10,817</td> <td class="tdAlignRight">10.1468</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;119/119&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:45:11 +0800" title="Sat, 16 Jan 2016 20:45:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20:45:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n600003600000000/20160116124614/page.html
HTML
cc0-1.0
6,582
<div class="container top"> <div class="top_back pull-left"><a href="javascript:;" onclick="javascript:history.back();"><i class="icon iconfont font24">&#xe61e;</i></a></div> <div class="top_r pull-right Tooltip"> <span> <a href="sm-register.html"><i class="icon iconfont font24">&#xe603;</i></a> <div class="tooltip tooltip_re fade bottom in" role="tooltip"> <div class="tooltip-arrow" ></div> <div class="tooltip-inner">注册</div> </div> </span> <span> <a href="sm-login.html"><i class="icon iconfont icon_login">&#xe60c;</i></a> <div class="tooltip tooltip_lg fade bottom in" role="tooltip" > <div class="tooltip-arrow" ></div> <div class="tooltip-inner">登录</div> </div> </span> <span> <a href="javascript:;" id="nav"><i class="icon-list font24"></i></a> <div class="tooltip tooltip_nav fade bottom in" role="tooltip"> <div class="tooltip-arrow" ></div> <div class="tooltip-inner">导航</div> </div> </span> </div> <nav class="nav"> <h3>导航 <button class="close pull-right" type="button"><span>&times;</span></button></h3> <ul class="nav_list"> <li><a href="index.html">首页</a></li> <li><a href="sm-pro.html">私募产品</a></li> <li><a href="sm-comp.html">私募公司</a></li> <li><a href="sm-mang.html">私募经理</a></li> <li><a href="sm-ques-login.html">理财问答</a></li> <li><a href="new.html">私募新闻</a></li> <li><a href="sm-search.html">本站搜索</a></li> <li><a href="sm-map.html">网站地图</a></li> </ul> </nav> </div>
xiangqinburuouyu/web
static/m-simu/header.html
HTML
apache-2.0
1,582
<div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1>{{ site.title }}</h1> <p class="lead">{{ site.description }}</p> </div> <ul class="sidebar-nav"> <li class="sidebar-nav-item{% if page.title == "Home" %} active{% endif %}"> <a href="/">Home</a> </li> {% comment %} The code below dynamically generates a sidebar nav of pages with `layout: page` in the front-matter. See readme for usage. {% endcomment %} {% assign pages_list = site.pages %} {% for node in pages_list %} {% if node.title != null %} {% if node.layout == "page" %} <li class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}"> <a href="{{ node.url }}">{{ node.title }}</a> </li> {% endif %} {% endif %} {% endfor %} <li class="sidebar-nav-item"><a href="{{ site.github.repo }}">GitHub</a></li> <li class="sidebar-nav-item"><a href="{{ site.linkedin.url }}">LinkedIn</a></li> <li class="sidebar-nav-item"><a href="{{ site.twitter }}">Twitter</a></li> <li class="sidebar-nav-item"><a href="{{ site.resume }}">Resume</a></li> <li class="sidebar-nav-item">Currently v{{ site.version }}</li> </ul> <p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p> </div> </div>
edwinbosire/edwinbosire.github.io
_includes/sidebar.html
HTML
apache-2.0
1,406
<!DOCTYPE html> <html> <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>FST - Dylan Holland</title> <meta name="description" content="Keep track of the statistics from Dylan Holland. Average heat score, heat wins, heat wins percentage, epic heats road to the final"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <meta property="og:description" content="See how great Dylan Holland is surfing this year"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </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_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <!-- Header --> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <section > <div class="container"> <div class="row"> <div class="col-sm-3 "> <div class="col-sm-2 "> </div> <div class="col-sm-8 "> <!-- <img src="http://fantasysurfingtips.com/img/surfers/dhol.png" class="img-responsive" alt=""> --> <h3 style="text-align:center;">Dylan Holland</h3> <a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/> <a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Fdhol&amp;src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a> </div> <div class="col-sm-2 "> </div> </div> <div class="col-sm-3 portfolio-item"> </div> <div class="col-sm-3 portfolio-item"> <h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6> <h1 style="text-align:center;">4.85</h1> </div> </div> <hr/> <h4 style="text-align:center;" >Heat Stats (FST data)</h4> <div class="row"> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heats</h6> <h2 style="text-align:center;">2</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heat wins</h6> <h2 style="text-align:center;">0</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6> <h2 style="text-align:center;">0.0%</h2> </div> </div> <hr/> <h4 style="text-align:center;">Avg Heat Score progression</h4> <div id="avg_chart" style="height: 250px;"></div> <hr/> <h4 style="text-align:center;">Heat stats progression</h4> <div id="heat_chart" style="height: 250px;"></div> <hr/> <style type="text/css"> .heats-all{ z-index: 3; margin-left: 5px; cursor: pointer; } </style> <div class="container"> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ var disqus_config = function () { this.page.url = "http://fantasysurfingtips.com/surfers/dhol"; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = '4733'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//fantasysurfingtips.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </section> <script type="text/javascript"> $('.heats-all').click(function(){ $('.heats-all-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('.heats-2016').click(function(){ $('.heats-2016-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('document').ready(function(){ new Morris.Line({ // ID of the element in which to draw the chart. element: 'avg_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['avg', 'avg_all'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Avg score in year', 'Avg score FST DATA'] }); new Morris.Bar({ // ID of the element in which to draw the chart. element: 'heat_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['heats', 'wins', 'percs'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Heats surfed', 'Heats won', 'Winning percentage'] }); }); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <script type="text/javascript"> (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-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
chicofilho/fst
surfers/mlt/dhol.html
HTML
apache-2.0
11,170
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_08) on Thu May 08 14:31:33 EDT 2008 --> <TITLE> Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Class Hierarchy"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="edu/psu/citeseerx/cache/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For All Packages</H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="edu/psu/citeseerx/cache/package-tree.html">edu.psu.citeseerx.cache</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/Arbitrator.html" title="class in edu.psu.citeseerx.cache"><B>Arbitrator</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/Cache.html" title="class in edu.psu.citeseerx.cache"><B>Cache</B></A><UL> <LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/IndexCache.html" title="class in edu.psu.citeseerx.cache"><B>IndexCache</B></A></UL> <LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/CachedObject.html" title="class in edu.psu.citeseerx.cache"><B>CachedObject</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/CachePolicy.html" title="class in edu.psu.citeseerx.cache"><B>CachePolicy</B></A><UL> <LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/LRUPolicy.html" title="class in edu.psu.citeseerx.cache"><B>LRUPolicy</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/StaticPolicy.html" title="class in edu.psu.citeseerx.cache"><B>StaticPolicy</B></A></UL> <LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/PrefetchBuffer.html" title="class in edu.psu.citeseerx.cache"><B>PrefetchBuffer</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/PrefetchPool.html" title="class in edu.psu.citeseerx.cache"><B>PrefetchPool</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/TestCache.html" title="class in edu.psu.citeseerx.cache"><B>TestCache</B></A></UL> </UL> <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="edu/psu/citeseerx/cache/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
WebSciences/citeseer-ucl
edu/psu/citeseerx/cache/overview-tree.html
HTML
apache-2.0
6,347
<!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_25) on Mon Apr 04 16:26:27 MDT 2016 --> <title>M-Index</title> <meta name="date" content="2016-04-04"> <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="M-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/hello/hegberg/warondemand/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../com/hello/hegberg/warondemand/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-11.html">Prev Letter</a></li> <li><a href="index-13.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li> <li><a href="index-12.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">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">W</a>&nbsp;<a href="index-23.html">Z</a>&nbsp;<a name="_M_"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><a href="../com/hello/hegberg/warondemand/MainActivity.html" title="class in com.hello.hegberg.warondemand"><span class="strong">MainActivity</span></a> - Class in <a href="../com/hello/hegberg/warondemand/package-summary.html">com.hello.hegberg.warondemand</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/MainActivity.html#MainActivity()">MainActivity()</a></span> - Constructor for class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/MainActivity.html" title="class in com.hello.hegberg.warondemand">MainActivity</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#map">map</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><a href="../com/hello/hegberg/warondemand/MapActivity.html" title="class in com.hello.hegberg.warondemand"><span class="strong">MapActivity</span></a> - Class in <a href="../com/hello/hegberg/warondemand/package-summary.html">com.hello.hegberg.warondemand</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/MapActivity.html#MapActivity()">MapActivity()</a></span> - Constructor for class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/MapActivity.html" title="class in com.hello.hegberg.warondemand">MapActivity</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs">MapAttrs</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a MapAttrs.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_ambientEnabled">MapAttrs_ambientEnabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#ambientEnabled"><code>R.attr.ambientEnabled</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraBearing"><code>R.attr.cameraBearing</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTargetLat"><code>R.attr.cameraTargetLat</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTargetLng"><code>R.attr.cameraTargetLng</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTilt"><code>R.attr.cameraTilt</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraZoom"><code>R.attr.cameraZoom</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_liteMode">MapAttrs_liteMode</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#liteMode"><code>R.attr.liteMode</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#mapType"><code>R.attr.mapType</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiCompass"><code>R.attr.uiCompass</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiMapToolbar">MapAttrs_uiMapToolbar</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiMapToolbar"><code>R.attr.uiMapToolbar</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiRotateGestures"><code>R.attr.uiRotateGestures</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiScrollGestures"><code>R.attr.uiScrollGestures</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiTiltGestures"><code>R.attr.uiTiltGestures</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiZoomControls"><code>R.attr.uiZoomControls</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiZoomGestures"><code>R.attr.uiZoomGestures</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#useViewLifecycle"><code>R.attr.useViewLifecycle</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#zOrderOnTop"><code>R.attr.zOrderOnTop</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#mapType">mapType</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt> <dd> <div class="block">Must be one of the following constant values.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_800">material_blue_grey_800</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_900">material_blue_grey_900</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_950">material_blue_grey_950</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_deep_teal_200">material_deep_teal_200</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_deep_teal_500">material_deep_teal_500</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_100">material_grey_100</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_300">material_grey_300</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_50">material_grey_50</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_600">material_grey_600</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_800">material_grey_800</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_850">material_grey_850</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_900">material_grey_900</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#maxActionInlineWidth">maxActionInlineWidth</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">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/hello/hegberg/warondemand/R.attr.html#maxButtonHeight">maxButtonHeight</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">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/hello/hegberg/warondemand/R.attr.html#measureWithLargestChild">measureWithLargestChild</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt> <dd> <div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#media_actions">media_actions</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#menu">menu</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">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/hello/hegberg/warondemand/R.styleable.html#MenuGroup">MenuGroup</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a MenuGroup.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_checkableBehavior">MenuGroup_android_checkableBehavior</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.checkableBehavior</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_enabled">MenuGroup_android_enabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.enabled</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_id">MenuGroup_android_id</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.id</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_menuCategory">MenuGroup_android_menuCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.menuCategory</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_orderInCategory">MenuGroup_android_orderInCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.orderInCategory</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_visible">MenuGroup_android_visible</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.visible</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem">MenuItem</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a MenuItem.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionLayout">MenuItem_actionLayout</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionLayout"><code>R.attr.actionLayout</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionProviderClass">MenuItem_actionProviderClass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionProviderClass"><code>R.attr.actionProviderClass</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionViewClass">MenuItem_actionViewClass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionViewClass"><code>R.attr.actionViewClass</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_alphabeticShortcut">MenuItem_android_alphabeticShortcut</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.alphabeticShortcut</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_checkable">MenuItem_android_checkable</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.checkable</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_checked">MenuItem_android_checked</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.checked</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_enabled">MenuItem_android_enabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.enabled</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_icon">MenuItem_android_icon</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.icon</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_id">MenuItem_android_id</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.id</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_menuCategory">MenuItem_android_menuCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.menuCategory</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_numericShortcut">MenuItem_android_numericShortcut</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.numericShortcut</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_onClick">MenuItem_android_onClick</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.onClick</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_orderInCategory">MenuItem_android_orderInCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.orderInCategory</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_title">MenuItem_android_title</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.title</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_titleCondensed">MenuItem_android_titleCondensed</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.titleCondensed</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_visible">MenuItem_android_visible</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.visible</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_showAsAction">MenuItem_showAsAction</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#showAsAction"><code>R.attr.showAsAction</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView">MenuView</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a MenuView.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_headerBackground">MenuView_android_headerBackground</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.headerBackground</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_horizontalDivider">MenuView_android_horizontalDivider</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.horizontalDivider</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemBackground">MenuView_android_itemBackground</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.itemBackground</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemIconDisabledAlpha">MenuView_android_itemIconDisabledAlpha</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.itemIconDisabledAlpha</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemTextAppearance">MenuView_android_itemTextAppearance</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.itemTextAppearance</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_verticalDivider">MenuView_android_verticalDivider</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.verticalDivider</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_windowAnimationStyle">MenuView_android_windowAnimationStyle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <code>R.attr.windowAnimationStyle</code> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_preserveIconSpacing">MenuView_preserveIconSpacing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#preserveIconSpacing"><code>R.attr.preserveIconSpacing</code></a> attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div> </dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#middle">middle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#min_bid_price_borrowing">min_bid_price_borrowing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#mini">mini</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#multiChoiceItemLayout">multiChoiceItemLayout</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">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/hello/hegberg/warondemand/R.id.html#multiply">multiply</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#myBids">myBids</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#myProducts">myProducts</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt> <dd>&nbsp;</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">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">W</a>&nbsp;<a href="index-23.html">Z</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/hello/hegberg/warondemand/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../com/hello/hegberg/warondemand/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-11.html">Prev Letter</a></li> <li><a href="index-13.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li> <li><a href="index-12.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>
Hegberg/Agile_Android_Abstracts
docs/index-files/index-12.html
HTML
apache-2.0
46,849
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> 全部字段: <div class="allFields row"> <ul class="noDot"> <li class="liVertical" ng-repeat="col in tableDataColumns"> <div class="btn btn-default btn-xs" data-drag="true" data-jqyoui-options="{revert: 'invalid', helper: 'clone'}" ng-model="tableDataColumns" jqyoui-draggable="{index: {{$index}}, placeholder: 'keep'}"> {{col.name | limitTo: 30}}{{col.name.length > 30 ? '...' : ''}} </div> </li> </ul> </div> <div class="row"> <div class="col-md-3" ng-repeat="prop in props"> <span class="columns lightBold"> {{prop.name}} <a tabindex="0" class="fa fa-info-circle" role="button" popover-placement="top" ng-if="prop.tooltip" popover-trigger="focus" popover-html-unsafe="{{prop.tooltip}}"></a> <ul data-drop="true" ng-model="config[prop.name]" jqyoui-droppable="{onDrop:'save()'}" class="list-unstyled" style="height:36px"> <li ng-if="config[prop.name]"> <div class="btn btn-primary btn-xs"> {{config[prop.name].name}} <span class="fa fa-close" ng-click="remove(prop.name)"></span> </div> </li> </ul> </span> </div> </div>
xianglei/zin
zeppelin-web/src/app/tabledata/columnselector_settings.html
HTML
apache-2.0
1,792
<p>This plugin provides an easy integration for eSyndiCat directory script and VanillaForums members.</p> <p>Thanks for using eSyndiCat directory script!</p>
imaschio/xkvmt
plugins/vanillaforums/docs/description.html
HTML
apache-2.0
157
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $result_id</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:31:09 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - [email protected] --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('result_id'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#result_id">$result_id</a></h2> <b>Defined at:</b><ul> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</A> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l192"> line 192</A></li> <li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</A> -> <a href="../system/database/DB_result.php.source.html#l32"> line 32</A></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</A> -> <a href="../system/database/DB_driver.php.source.html#l46"> line 46</A></li> </ul> <br><b>Referenced 115 times:</b><ul> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l66"> line 66</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l87"> line 87</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l116"> line 116</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l118"> line 118</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l119"> line 119</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l137"> line 137</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l152"> line 152</a></li> <li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l167"> line 167</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l68"> line 68</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l90"> line 90</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l91"> line 91</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l92"> line 92</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l111"> line 111</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l113"> line 113</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l114"> line 114</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l132"> line 132</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l147"> line 147</a></li> <li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l162"> line 162</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l66"> line 66</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l87"> line 87</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l111"> line 111</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l113"> line 113</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l114"> line 114</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l132"> line 132</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l147"> line 147</a></li> <li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l162"> line 162</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l68"> line 68</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l90"> line 90</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l91"> line 91</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l92"> line 92</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l111"> line 111</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l113"> line 113</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l114"> line 114</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l149"> line 149</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l153"> line 153</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l171"> line 171</a></li> <li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l175"> line 175</a></li> <li><a href="../system/database/drivers/postgre/postgre_driver.php.html">/system/database/drivers/postgre/postgre_driver.php</a> -> <a href="../system/database/drivers/postgre/postgre_driver.php.source.html#l317"> line 317</a></li> <li><a href="../system/database/drivers/postgre/postgre_driver.php.html">/system/database/drivers/postgre/postgre_driver.php</a> -> <a href="../system/database/drivers/postgre/postgre_driver.php.source.html#l354"> line 354</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l65"> line 65</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l84"> line 84</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l124"> line 124</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l142"> line 142</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l143"> line 143</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l144"> line 144</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l146"> line 146</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l147"> line 147</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l165"> line 165</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l180"> line 180</a></li> <li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l195"> line 195</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l66"> line 66</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l87"> line 87</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l111"> line 111</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l113"> line 113</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l114"> line 114</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l147"> line 147</a></li> <li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l162"> line 162</a></li> <li><a href="../system/database/drivers/mysql/mysql_utility.php.html">/system/database/drivers/mysql/mysql_utility.php</a> -> <a href="../system/database/drivers/mysql/mysql_utility.php.source.html#l146"> line 146</a></li> <li><a href="../system/database/drivers/mysql/mysql_utility.php.html">/system/database/drivers/mysql/mysql_utility.php</a> -> <a href="../system/database/drivers/mysql/mysql_utility.php.source.html#l150"> line 150</a></li> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l192"> line 192</a></li> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l194"> line 194</a></li> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l194"> line 194</a></li> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l198"> line 198</a></li> <li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l202"> line 202</a></li> <li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l32"> line 32</a></li> <li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l70"> line 70</a></li> <li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l113"> line 113</a></li> <li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l145"> line 145</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l68"> line 68</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l90"> line 90</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l128"> line 128</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l143"> line 143</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l160"> line 160</a></li> <li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l164"> line 164</a></li> <li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l133"> line 133</a></li> <li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l135"> line 135</a></li> <li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l136"> line 136</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l42"> line 42</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l47"> line 47</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l48"> line 48</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l62"> line 62</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l102"> line 102</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l126"> line 126</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l128"> line 128</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l161"> line 161</a></li> <li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l176"> line 176</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l37"> line 37</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l50"> line 50</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l66"> line 66</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l87"> line 87</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l116"> line 116</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l118"> line 118</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l119"> line 119</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l137"> line 137</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l152"> line 152</a></li> <li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l167"> line 167</a></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l46"> line 46</a></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l299"> line 299</a></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l375"> line 375</a></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l375"> line 375</a></li> <li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l405"> line 405</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 19:31:09 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
inputx/code-ref-doc
codeigniter/_variables/result_id.html
HTML
apache-2.0
29,960
<!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_45) on Fri Jan 31 11:30:10 CET 2014 --> <title>GLProfile (JOGL API -- JSR-231 2.1 Specification)</title> <meta name="date" content="2014-01-31"> <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="GLProfile (JOGL API -- JSR-231 2.1 Specification)"; } //--> </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="../../../javax/media/opengl/GLPipelineFactory.html" title="class in javax.media.opengl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../javax/media/opengl/GLRunnable.html" title="interface in javax.media.opengl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/media/opengl/GLProfile.html" target="_top">Frames</a></li> <li><a href="GLProfile.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>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">javax.media.opengl</div> <h2 title="Class GLProfile" class="title">Class GLProfile</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>javax.media.opengl.GLProfile</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">GLProfile</span> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Specifies the the OpenGL profile. This class static singleton initialization queries the availability of all OpenGL Profiles and instantiates singleton GLProfile objects for each available profile. The platform default profile may be used, using <code>GLProfile#GetProfileDefault()</code>, or more specialized versions using the other static GetProfile methods.</div> </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>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#DEBUG">DEBUG</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL">GL_PROFILE_LIST_ALL</a></strong></code> <div class="block">All GL Profiles in the order of default detection.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX">GL_PROFILE_LIST_MAX</a></strong></code> <div class="block">Order of maximum profiles.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC">GL_PROFILE_LIST_MAX_FIXEDFUNC</a></strong></code> <div class="block">Order of maximum fixed function profiles GL4bc GL3bc GL2 GLES1 </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER">GL_PROFILE_LIST_MAX_PROGSHADER</a></strong></code> <div class="block">Order of maximum programmable shader profiles GL4bc GL4 GL3bc GL3 GLES3 GL2 GLES2 </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE">GL_PROFILE_LIST_MAX_PROGSHADER_CORE</a></strong></code> <div class="block">Order of maximum programmable shader <i>core only</i> profiles GL4 GL3 GLES3 GLES2 </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN">GL_PROFILE_LIST_MIN</a></strong></code> <div class="block">Order of minimum profiles.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN_DESKTOP">GL_PROFILE_LIST_MIN_DESKTOP</a></strong></code> <div class="block">Order of minimum original desktop profiles.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2">GL2</a></strong></code> <div class="block">The desktop OpenGL profile 1.x up to 3.0</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2ES1">GL2ES1</a></strong></code> <div class="block">The intersection of the desktop GL2 and embedded ES1 profile</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2ES2">GL2ES2</a></strong></code> <div class="block">The intersection of the desktop GL3, GL2 and embedded ES2 profile</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2GL3">GL2GL3</a></strong></code> <div class="block">The intersection of the desktop GL3 and GL2 profile</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL3">GL3</a></strong></code> <div class="block">The desktop OpenGL core profile 3.x, with x >= 1</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL3bc">GL3bc</a></strong></code> <div class="block">The desktop OpenGL compatibility profile 3.x, with x >= 1, ie GL2 plus GL3.<br> <code>bc</code> stands for backward compatibility.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4">GL4</a></strong></code> <div class="block">The desktop OpenGL core profile 4.x, with x >= 0</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4bc">GL4bc</a></strong></code> <div class="block">The desktop OpenGL compatibility profile 4.x, with x >= 0, ie GL2 plus GL4.<br> <code>bc</code> stands for backward compatibility.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4ES3">GL4ES3</a></strong></code> <div class="block">The intersection of the desktop GL4 and ES3 profile, available only if either ES3 or GL4 w/ <code>GL_ARB_ES3_compatibility</code> is available.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES1">GLES1</a></strong></code> <div class="block">The embedded OpenGL profile ES 1.x, with x >= 0</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES2">GLES2</a></strong></code> <div class="block">The embedded OpenGL profile ES 2.x, with x >= 0</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES3">GLES3</a></strong></code> <div class="block">The embedded OpenGL profile ES 3.x, with x >= 0</div> </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>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">get</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</code> <div class="block">Returns a GLProfile object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String[], boolean)">get</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;profiles, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the first profile from the given list, where an implementation is available.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String)">get</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String[], boolean)">get</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;profiles, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefault()">getDefault</a></strong>()</code> <div class="block">Returns a default GLProfile object, reflecting the best for the running platform.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefault(javax.media.nativewindow.AbstractGraphicsDevice)">getDefault</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Returns a default GLProfile object, reflecting the best for the running platform.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefaultDevice()">getDefaultDevice</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1()">getGL2ES1</a></strong>()</code> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a> using the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2ES1</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Returns the GL2ES1 profile implementation, hence compatible w/ GL2ES1.<br/> It returns:</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2()">getGL2ES2</a></strong>()</code> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a> using the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2ES2</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Returns the GL2ES2 profile implementation, hence compatible w/ GL2ES2.<br/> It returns:</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3()">getGL2GL3</a></strong>()</code> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a> using the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2GL3</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Returns the GL2GL3 profile implementation, hence compatible w/ GL2GL3.<br/> It returns:</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3()">getGL4ES3</a></strong>()</code> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a> using the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)">getGL4ES3</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Returns the GL4ES3 profile implementation, hence compatible w/ GL4ES3.<br/> It returns:</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLArrayName(int)">getGLArrayName</a></strong>(int&nbsp;array)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLImplBaseClassName()">getGLImplBaseClassName</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLTypeName(int)">getGLTypeName</a></strong>(int&nbsp;type)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getImpl()">getImpl</a></strong>()</code> <div class="block">return this profiles implementation, eg.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getImplName()">getImplName</a></strong>()</code> <div class="block">return this profiles implementation name, eg.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxFixedFunc(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxFixedFunc</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the highest profile, implementing the fixed function pipeline.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxFixedFunc(boolean)">getMaxFixedFunc</a></strong>(boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaximum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaximum</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the highest profile.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaximum(boolean)">getMaximum</a></strong>(boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammable(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxProgrammable</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the highest profile, implementing the programmable shader pipeline.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammable(boolean)">getMaxProgrammable</a></strong>(boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammableCore(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxProgrammableCore</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the highest profile, implementing the programmable shader <i>core</i> pipeline <i>only</i>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammableCore(boolean)">getMaxProgrammableCore</a></strong>(boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMinimum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMinimum</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Returns the lowest profile.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMinimum(boolean)">getMinimum</a></strong>(boolean&nbsp;favorHardwareRasterizer)</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getName()">getName</a></strong>()</code> <div class="block">return this profiles name</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString()">glAvailabilityToString</a></strong>()</code> <div class="block">Uses the default device</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder, java.lang.String, int)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;indent, int&nbsp;indentCount)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#hasGLSL()">hasGLSL</a></strong>()</code> <div class="block">Indicates whether this profile supports GLSL, i.e.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#initProfiles(javax.media.nativewindow.AbstractGraphicsDevice)">initProfiles</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</code> <div class="block">Trigger eager initialization of GLProfiles for the given device, in case it isn't done yet.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#initSingleton()">initSingleton</a></strong>()</code> <div class="block">Static initialization of JOGL.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAnyAvailable()">isAnyAvailable</a></strong>()</code> <div class="block">Returns the availability of any profile on the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAvailable(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">isAvailable</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</code> <div class="block">Returns the availability of a profile on a device.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAvailable(java.lang.String)">isAvailable</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</code> <div class="block">Returns the availability of a profile on the default device.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAWTAvailable()">isAWTAvailable</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2()">isGL2</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL2 .</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES1()">isGL2ES1</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL2ES1.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()">isGL2ES2</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL2ES2.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES3()">isGL2ES3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL2ES3.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()">isGL2GL3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL2GL3.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3()">isGL3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL3.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3bc()">isGL3bc</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL3bc.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3ES3()">isGL3ES3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL3ES3.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4()">isGL4</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL4.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4bc()">isGL4bc</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL4bc.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4ES3()">isGL4ES3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GL4ES3.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES()">isGLES</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GLES.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES1()">isGLES1</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GLES1.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES2()">isGLES2</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GLES2.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES3()">isGLES3</a></strong>()</code> <div class="block">Indicates whether this profile is capable of GLES3.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isHardwareRasterizer()">isHardwareRasterizer</a></strong>()</code> <div class="block">return true if impl.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isValidArrayDataType(int, int, int, boolean, boolean)">isValidArrayDataType</a></strong>(int&nbsp;index, int&nbsp;comps, int&nbsp;type, boolean&nbsp;isVertexAttribPointer, boolean&nbsp;throwException)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isValidDataType(int, boolean)">isValidDataType</a></strong>(int&nbsp;type, boolean&nbsp;throwException)</code> <div class="block">General validation if type is a valid GL data type for the current profile</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#shutdown()">shutdown</a></strong>()</code> <div class="block">Manual shutdown method, may be called after your last JOGL use within the running JVM.<br> It releases all temporary created resources, ie issues <a href="../../../javax/media/opengl/GLDrawableFactory.html#shutdown()"><code>GLDrawableFactory.shutdown()</code></a>.<br> The shutdown implementation is called via the JVM shutdown hook, if not manually invoked.<br></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES()">usesNativeGLES</a></strong>()</code> <div class="block">Indicates whether this profile uses either of the native OpenGL ES implementations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES(java.lang.String)">usesNativeGLES</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</code> <div class="block">Indicates whether either of the native OpenGL ES profiles are in use.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES1()">usesNativeGLES1</a></strong>()</code> <div class="block">Indicates whether this profile uses the native OpenGL ES1 implementations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES1(java.lang.String)">usesNativeGLES1</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</code> <div class="block">Indicates whether the native OpenGL ES1 profile is in use.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES2()">usesNativeGLES2</a></strong>()</code> <div class="block">Indicates whether this profile uses the native OpenGL ES2 implementations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES2(java.lang.String)">usesNativeGLES2</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</code> <div class="block">Indicates whether the native OpenGL ES3 or ES2 profile is in use.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES3()">usesNativeGLES3</a></strong>()</code> <div class="block">Indicates whether this profile uses the native OpenGL ES3 implementations.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES3(java.lang.String)">usesNativeGLES3</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</code> <div class="block">Indicates whether the native OpenGL ES2 profile is in use.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#verifyEquality(javax.media.opengl.GLProfile)">verifyEquality</a></strong>(<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;glp)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></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="DEBUG"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEBUG</h4> <pre>public static final&nbsp;boolean DEBUG</pre> </li> </ul> <a name="GL4bc"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL4bc</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4bc</pre> <div class="block">The desktop OpenGL compatibility profile 4.x, with x >= 0, ie GL2 plus GL4.<br> <code>bc</code> stands for backward compatibility.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4bc">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL4"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL4</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4</pre> <div class="block">The desktop OpenGL core profile 4.x, with x >= 0</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL3bc"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL3bc</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL3bc</pre> <div class="block">The desktop OpenGL compatibility profile 3.x, with x >= 1, ie GL2 plus GL3.<br> <code>bc</code> stands for backward compatibility.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL3bc">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL3</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL3</pre> <div class="block">The desktop OpenGL core profile 3.x, with x >= 1</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL3">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL2</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2</pre> <div class="block">The desktop OpenGL profile 1.x up to 3.0</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2">Constant Field Values</a></dd></dl> </li> </ul> <a name="GLES1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GLES1</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES1</pre> <div class="block">The embedded OpenGL profile ES 1.x, with x >= 0</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES1">Constant Field Values</a></dd></dl> </li> </ul> <a name="GLES2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GLES2</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES2</pre> <div class="block">The embedded OpenGL profile ES 2.x, with x >= 0</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES2">Constant Field Values</a></dd></dl> </li> </ul> <a name="GLES3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GLES3</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES3</pre> <div class="block">The embedded OpenGL profile ES 3.x, with x >= 0</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES3">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL2ES1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL2ES1</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2ES1</pre> <div class="block">The intersection of the desktop GL2 and embedded ES1 profile</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2ES1">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL2ES2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL2ES2</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2ES2</pre> <div class="block">The intersection of the desktop GL3, GL2 and embedded ES2 profile</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2ES2">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL2GL3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL2GL3</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2GL3</pre> <div class="block">The intersection of the desktop GL3 and GL2 profile</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2GL3">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL4ES3"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL4ES3</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4ES3</pre> <div class="block">The intersection of the desktop GL4 and ES3 profile, available only if either ES3 or GL4 w/ <code>GL_ARB_ES3_compatibility</code> is available.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4ES3">Constant Field Values</a></dd></dl> </li> </ul> <a name="GL_PROFILE_LIST_ALL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_ALL</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_ALL</pre> <div class="block">All GL Profiles in the order of default detection. Desktop compatibility profiles (the one with fixed function pipeline) comes first from highest to lowest version. <p> This includes the generic subset profiles GL2GL3, GL2ES2 and GL2ES1.</p> <ul> <li> GL4bc </li> <li> GL3bc </li> <li> GL2 </li> <li> GL4 </li> <li> GL3 </li> <li> GLES3 </li> <li> GL4ES3 </li> <li> GL2GL3 </li> <li> GLES2 </li> <li> GL2ES2 </li> <li> GLES1 </li> <li> GL2ES1 </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MAX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_MAX</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX</pre> <div class="block">Order of maximum profiles. <ul> <li> GL4bc </li> <li> GL4 </li> <li> GL3bc </li> <li> GL3 </li> <li> GLES3 </li> <li> GL2 </li> <li> GLES2 </li> <li> GLES1 </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MIN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_MIN</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MIN</pre> <div class="block">Order of minimum profiles. <ul> <li> GLES1 </li> <li> GLES2 </li> <li> GL2 </li> <li> GLES3 </li> <li> GL3 </li> <li> GL3bc </li> <li> GL4 </li> <li> GL4bc </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MIN_DESKTOP"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_MIN_DESKTOP</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MIN_DESKTOP</pre> <div class="block">Order of minimum original desktop profiles. <ul> <li> GL2 </li> <li> GL3bc </li> <li> GL4bc </li> <li> GL3 </li> <li> GL4 </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MAX_FIXEDFUNC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_MAX_FIXEDFUNC</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_FIXEDFUNC</pre> <div class="block">Order of maximum fixed function profiles <ul> <li> GL4bc </li> <li> GL3bc </li> <li> GL2 </li> <li> GLES1 </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MAX_PROGSHADER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GL_PROFILE_LIST_MAX_PROGSHADER</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_PROGSHADER</pre> <div class="block">Order of maximum programmable shader profiles <ul> <li> GL4bc </li> <li> GL4 </li> <li> GL3bc </li> <li> GL3 </li> <li> GLES3 </li> <li> GL2 </li> <li> GLES2 </li> </ul></div> </li> </ul> <a name="GL_PROFILE_LIST_MAX_PROGSHADER_CORE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</h4> <pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_PROGSHADER_CORE</pre> <div class="block">Order of maximum programmable shader <i>core only</i> profiles <ul> <li> GL4 </li> <li> GL3 </li> <li> GLES3 </li> <li> GLES2 </li> </ul></div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="initSingleton()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initSingleton</h4> <pre>public static&nbsp;void&nbsp;initSingleton()</pre> <div class="block">Static initialization of JOGL. <p> This method shall not need to be called for other reasons than having a defined initialization sequence. </p> <P> In case this method is not invoked, GLProfile is initialized implicit by the first call to <a href="../../../javax/media/opengl/GLProfile.html#getDefault()"><code>getDefault()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String)"><code>get(java.lang.String)</code></a>. <P> <p> To initialize JOGL at startup ASAP, this method may be invoked in the <i>main class</i>'s static initializer block, in the <i>static main() method</i> or in the <i>Applet init() method</i>. </p> <p> Since JOGL's initialization is complex and involves multi threading, it is <b>not</b> recommended to be have it invoked on the AWT EDT thread. In case all JOGL usage is performed on the AWT EDT, invoke this method outside the AWT EDT - see above. </p></div> </li> </ul> <a name="initProfiles(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initProfiles</h4> <pre>public static&nbsp;void&nbsp;initProfiles(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Trigger eager initialization of GLProfiles for the given device, in case it isn't done yet.</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile for the given device is available.</dd></dl> </li> </ul> <a name="shutdown()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>shutdown</h4> <pre>public static&nbsp;void&nbsp;shutdown()</pre> <div class="block">Manual shutdown method, may be called after your last JOGL use within the running JVM.<br> It releases all temporary created resources, ie issues <a href="../../../javax/media/opengl/GLDrawableFactory.html#shutdown()"><code>GLDrawableFactory.shutdown()</code></a>.<br> The shutdown implementation is called via the JVM shutdown hook, if not manually invoked.<br> <p> This method shall not need to be called for other reasons than issuing a proper shutdown of resources at a defined time. </p></div> </li> </ul> <a name="isAvailable(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isAvailable</h4> <pre>public static&nbsp;boolean&nbsp;isAvailable(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</pre> <div class="block">Returns the availability of a profile on a device.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..), or <code>[ null, GL ]</code> for the default profile.</dd> <dt><span class="strong">Returns:</span></dt><dd>true if the profile is available for the device, otherwise false.</dd></dl> </li> </ul> <a name="isAvailable(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isAvailable</h4> <pre>public static&nbsp;boolean&nbsp;isAvailable(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile)</pre> <div class="block">Returns the availability of a profile on the default device.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..), or <code>[ null, GL ]</code> for the default profile.</dd> <dt><span class="strong">Returns:</span></dt><dd>true if the profile is available for the default device, otherwise false.</dd></dl> </li> </ul> <a name="isAnyAvailable()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isAnyAvailable</h4> <pre>public static&nbsp;boolean&nbsp;isAnyAvailable()</pre> <div class="block">Returns the availability of any profile on the default device.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>true if any profile is available for the default device, otherwise false.</dd></dl> </li> </ul> <a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>glAvailabilityToString</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</pre> </li> </ul> <a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>glAvailabilityToString</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</pre> </li> </ul> <a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder, java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>glAvailabilityToString</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;indent, int&nbsp;indentCount)</pre> </li> </ul> <a name="glAvailabilityToString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>glAvailabilityToString</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;glAvailabilityToString()</pre> <div class="block">Uses the default device</div> </li> </ul> <a name="getDefault(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDefault</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getDefault(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device)</pre> <div class="block">Returns a default GLProfile object, reflecting the best for the running platform. It selects the first of the set <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a> and favors hardware acceleration.</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a></dd></dl> </li> </ul> <a name="getDefault()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDefault</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getDefault()</pre> <div class="block">Returns a default GLProfile object, reflecting the best for the running platform. It selects the first of the set <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a> and favors hardware acceleration. <p>Uses the default device.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the default device.</dd></dl> </li> </ul> <a name="getMaximum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaximum</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaximum(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the highest profile. It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></dd></dl> </li> </ul> <a name="getMaximum(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaximum</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaximum(boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></dd></dl> </li> </ul> <a name="getMinimum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMinimum</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMinimum(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the lowest profile. It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no desktop profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></dd></dl> </li> </ul> <a name="getMinimum(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMinimum</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMinimum(boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no desktop profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></dd></dl> </li> </ul> <a name="getMaxFixedFunc(javax.media.nativewindow.AbstractGraphicsDevice, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxFixedFunc</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxFixedFunc(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the highest profile, implementing the fixed function pipeline. It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no fixed function profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></dd></dl> </li> </ul> <a name="getMaxFixedFunc(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxFixedFunc</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxFixedFunc(boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no fixed function profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></dd></dl> </li> </ul> <a name="getMaxProgrammable(javax.media.nativewindow.AbstractGraphicsDevice, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxProgrammable</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxProgrammable(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the highest profile, implementing the programmable shader pipeline. It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></dd></dl> </li> </ul> <a name="getMaxProgrammable(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxProgrammable</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxProgrammable(boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></dd></dl> </li> </ul> <a name="getMaxProgrammableCore(javax.media.nativewindow.AbstractGraphicsDevice, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxProgrammableCore</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxProgrammableCore(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the highest profile, implementing the programmable shader <i>core</i> pipeline <i>only</i>. It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable core profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></dd></dl> </li> </ul> <a name="getMaxProgrammableCore(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxProgrammableCore</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getMaxProgrammableCore(boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable core profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></dd></dl> </li> </ul> <a name="getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2ES1</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2ES1(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the GL2ES1 profile implementation, hence compatible w/ GL2ES1.<br/> It returns: <pre> GLProfile.get(device, GLProfile.GL2ES1).getImpl()); </pre> <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2ES1 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES1()"><code>isGL2ES1()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl> </li> </ul> <a name="getGL2ES1()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2ES1</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2ES1() throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a> using the default device. <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a></dd></dl> </li> </ul> <a name="getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2ES2</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2ES2(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the GL2ES2 profile implementation, hence compatible w/ GL2ES2.<br/> It returns: <pre> GLProfile.get(device, GLProfile.GL2ES2).getImpl()); </pre> <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2ES2 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()"><code>isGL2ES2()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl> </li> </ul> <a name="getGL2ES2()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2ES2</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2ES2() throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a> using the default device. <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a></dd></dl> </li> </ul> <a name="getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL4ES3</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL4ES3(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the GL4ES3 profile implementation, hence compatible w/ GL4ES3.<br/> It returns: <pre> GLProfile.get(device, GLProfile.GL4ES3).getImpl()); </pre> <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL4ES3 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL4ES3()"><code>isGL4ES3()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl> </li> </ul> <a name="getGL4ES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL4ES3</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL4ES3() throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a> using the default device. <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a></dd></dl> </li> </ul> <a name="getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2GL3</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2GL3(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the GL2GL3 profile implementation, hence compatible w/ GL2GL3.<br/> It returns: <pre> GLProfile.get(device, GLProfile.GL2GL3).getImpl()); </pre> <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2GL3 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()"><code>isGL2GL3()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl> </li> </ul> <a name="getGL2GL3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGL2GL3</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getGL2GL3() throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a> using the default device. <p>Selection favors hardware rasterizer.</p></div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a></dd></dl> </li> </ul> <a name="get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;get(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns a GLProfile object. verifies the given profile and chooses an appropriate implementation. A generic value of <code>null</code> or <code>GL</code> will result in the default profile.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..), or <code>[ null, GL ]</code> for the default profile.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the requested profile is not available for the device.</dd></dl> </li> </ul> <a name="get(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;get(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profile) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..), or <code>[ null, GL ]</code> for the default profile.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the requested profile is not available for the default device.</dd></dl> </li> </ul> <a name="get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String[], boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;get(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;device, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;profiles, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Returns the first profile from the given list, where an implementation is available.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profiles</code> - array of valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..)</dd><dd><code>favorHardwareRasterizer</code> - set to true, if hardware rasterizer shall be favored, otherwise false.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the non of the requested profiles is available for the device.</dd></dl> </li> </ul> <a name="get(java.lang.String[], boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public static&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;get(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;profiles, boolean&nbsp;favorHardwareRasterizer) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <div class="block">Uses the default device</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>profiles</code> - array of valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..)</dd><dd><code>favorHardwareRasterizer</code> - set to true, if hardware rasterizer shall be favored, otherwise false.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the non of the requested profiles is available for the default device.</dd></dl> </li> </ul> <a name="usesNativeGLES1(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES1</h4> <pre>public static&nbsp;boolean&nbsp;usesNativeGLES1(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</pre> <div class="block">Indicates whether the native OpenGL ES1 profile is in use. This requires an EGL interface.</div> </li> </ul> <a name="usesNativeGLES2(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES2</h4> <pre>public static&nbsp;boolean&nbsp;usesNativeGLES2(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</pre> <div class="block">Indicates whether the native OpenGL ES3 or ES2 profile is in use. This requires an EGL, ES3 or ES2 compatible interface.</div> </li> </ul> <a name="usesNativeGLES3(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES3</h4> <pre>public static&nbsp;boolean&nbsp;usesNativeGLES3(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</pre> <div class="block">Indicates whether the native OpenGL ES2 profile is in use. This requires an EGL, ES3 compatible interface.</div> </li> </ul> <a name="usesNativeGLES(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES</h4> <pre>public static&nbsp;boolean&nbsp;usesNativeGLES(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;profileImpl)</pre> <div class="block">Indicates whether either of the native OpenGL ES profiles are in use.</div> </li> </ul> <a name="isAWTAvailable()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isAWTAvailable</h4> <pre>public static&nbsp;boolean&nbsp;isAWTAvailable()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/NativeWindowFactory.html?is-external=true#isAWTAvailable()" title="class or interface in javax.media.nativewindow"><code>NativeWindowFactory.isAWTAvailable()</code></a> and JOGL's AWT part</dd></dl> </li> </ul> <a name="getGLTypeName(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGLTypeName</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGLTypeName(int&nbsp;type)</pre> </li> </ul> <a name="getGLArrayName(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGLArrayName</h4> <pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGLArrayName(int&nbsp;array)</pre> </li> </ul> <a name="getGLImplBaseClassName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGLImplBaseClassName</h4> <pre>public final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGLImplBaseClassName()</pre> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public final&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>o</code> - GLProfile object to compare with</dd> <dt><span class="strong">Returns:</span></dt><dd>true if given Object is a GLProfile and if both, profile and profileImpl is equal with this.</dd></dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> <a name="verifyEquality(javax.media.opengl.GLProfile)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>verifyEquality</h4> <pre>public final&nbsp;void&nbsp;verifyEquality(<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;glp) throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>glp</code> - GLProfile to compare with</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if given GLProfile and this aren't equal</dd></dl> </li> </ul> <a name="getName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre>public final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre> <div class="block">return this profiles name</div> </li> </ul> <a name="getImpl()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getImpl</h4> <pre>public final&nbsp;<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a>&nbsp;getImpl()</pre> <div class="block">return this profiles implementation, eg. GL2ES2 -> GL2, or GL3 -> GL3</div> </li> </ul> <a name="isHardwareRasterizer()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isHardwareRasterizer</h4> <pre>public final&nbsp;boolean&nbsp;isHardwareRasterizer()</pre> <div class="block">return true if impl. is a hardware rasterizer, otherwise false.</div> </li> </ul> <a name="getImplName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getImplName</h4> <pre>public final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getImplName()</pre> <div class="block">return this profiles implementation name, eg. GL2ES2 -> GL2, or GL3 -> GL3</div> </li> </ul> <a name="isGL4bc()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL4bc</h4> <pre>public final&nbsp;boolean&nbsp;isGL4bc()</pre> <div class="block">Indicates whether this profile is capable of GL4bc. <p>Includes [ GL4bc ].</p></div> </li> </ul> <a name="isGL4()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL4</h4> <pre>public final&nbsp;boolean&nbsp;isGL4()</pre> <div class="block">Indicates whether this profile is capable of GL4. <p>Includes [ GL4bc, GL4 ].</p></div> </li> </ul> <a name="isGL3bc()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL3bc</h4> <pre>public final&nbsp;boolean&nbsp;isGL3bc()</pre> <div class="block">Indicates whether this profile is capable of GL3bc. <p>Includes [ GL4bc, GL3bc ].</p></div> </li> </ul> <a name="isGL3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL3</h4> <pre>public final&nbsp;boolean&nbsp;isGL3()</pre> <div class="block">Indicates whether this profile is capable of GL3. <p>Includes [ GL4bc, GL4, GL3bc, GL3 ].</p></div> </li> </ul> <a name="isGL2()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL2</h4> <pre>public final&nbsp;boolean&nbsp;isGL2()</pre> <div class="block">Indicates whether this profile is capable of GL2 . <p>Includes [ GL4bc, GL3bc, GL2 ].</p></div> </li> </ul> <a name="isGLES1()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGLES1</h4> <pre>public final&nbsp;boolean&nbsp;isGLES1()</pre> <div class="block">Indicates whether this profile is capable of GLES1. <p>Includes [ GLES1 ].</p></div> </li> </ul> <a name="isGLES2()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGLES2</h4> <pre>public final&nbsp;boolean&nbsp;isGLES2()</pre> <div class="block">Indicates whether this profile is capable of GLES2. <p>Includes [ GLES2, GLES3 ].</p></div> </li> </ul> <a name="isGLES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGLES3</h4> <pre>public final&nbsp;boolean&nbsp;isGLES3()</pre> <div class="block">Indicates whether this profile is capable of GLES3. <p>Includes [ GLES3 ].</p></div> </li> </ul> <a name="isGLES()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGLES</h4> <pre>public final&nbsp;boolean&nbsp;isGLES()</pre> <div class="block">Indicates whether this profile is capable of GLES. <p>Includes [ GLES1, GLES2, GLES3 ].</p></div> </li> </ul> <a name="isGL2ES1()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL2ES1</h4> <pre>public final&nbsp;boolean&nbsp;isGL2ES1()</pre> <div class="block">Indicates whether this profile is capable of GL2ES1. <p>Includes [ GL4bc, GL3bc, GL2, GLES1, GL2ES1 ].</p></div> </li> </ul> <a name="isGL2GL3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL2GL3</h4> <pre>public final&nbsp;boolean&nbsp;isGL2GL3()</pre> <div class="block">Indicates whether this profile is capable of GL2GL3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GL2, GL2GL3 ].</p></div> </li> </ul> <a name="isGL2ES2()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL2ES2</h4> <pre>public final&nbsp;boolean&nbsp;isGL2ES2()</pre> <div class="block">Indicates whether this profile is capable of GL2ES2. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3, GL2, GL2GL3, GL2ES2, GLES2 ].</p></div> </li> </ul> <a name="isGL2ES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL2ES3</h4> <pre>public final&nbsp;boolean&nbsp;isGL2ES3()</pre> <div class="block">Indicates whether this profile is capable of GL2ES3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3, GL3ES3, GL2, GL2GL3 ].</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL3ES3()"><code>isGL3ES3()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()"><code>isGL2GL3()</code></a></dd></dl> </li> </ul> <a name="isGL3ES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL3ES3</h4> <pre>public final&nbsp;boolean&nbsp;isGL3ES3()</pre> <div class="block">Indicates whether this profile is capable of GL3ES3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3 ].</p></div> </li> </ul> <a name="isGL4ES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isGL4ES3</h4> <pre>public final&nbsp;boolean&nbsp;isGL4ES3()</pre> <div class="block">Indicates whether this profile is capable of GL4ES3. <p>Includes [ GL4bc, GL4, GLES3 ].</p></div> </li> </ul> <a name="hasGLSL()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasGLSL</h4> <pre>public final&nbsp;boolean&nbsp;hasGLSL()</pre> <div class="block">Indicates whether this profile supports GLSL, i.e. <a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()"><code>isGL2ES2()</code></a>.</div> </li> </ul> <a name="usesNativeGLES1()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES1</h4> <pre>public final&nbsp;boolean&nbsp;usesNativeGLES1()</pre> <div class="block">Indicates whether this profile uses the native OpenGL ES1 implementations.</div> </li> </ul> <a name="usesNativeGLES2()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES2</h4> <pre>public final&nbsp;boolean&nbsp;usesNativeGLES2()</pre> <div class="block">Indicates whether this profile uses the native OpenGL ES2 implementations.</div> </li> </ul> <a name="usesNativeGLES3()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES3</h4> <pre>public final&nbsp;boolean&nbsp;usesNativeGLES3()</pre> <div class="block">Indicates whether this profile uses the native OpenGL ES3 implementations.</div> </li> </ul> <a name="usesNativeGLES()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>usesNativeGLES</h4> <pre>public final&nbsp;boolean&nbsp;usesNativeGLES()</pre> <div class="block">Indicates whether this profile uses either of the native OpenGL ES implementations.</div> </li> </ul> <a name="isValidDataType(int, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isValidDataType</h4> <pre>public&nbsp;boolean&nbsp;isValidDataType(int&nbsp;type, boolean&nbsp;throwException)</pre> <div class="block">General validation if type is a valid GL data type for the current profile</div> </li> </ul> <a name="isValidArrayDataType(int, int, int, boolean, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isValidArrayDataType</h4> <pre>public&nbsp;boolean&nbsp;isValidArrayDataType(int&nbsp;index, int&nbsp;comps, int&nbsp;type, boolean&nbsp;isVertexAttribPointer, boolean&nbsp;throwException)</pre> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> <a name="getDefaultDevice()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getDefaultDevice</h4> <pre>public static&nbsp;<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a>&nbsp;getDefaultDevice()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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="../../../javax/media/opengl/GLPipelineFactory.html" title="class in javax.media.opengl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../javax/media/opengl/GLRunnable.html" title="interface in javax.media.opengl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/media/opengl/GLProfile.html" target="_top">Frames</a></li> <li><a href="GLProfile.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>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright 2010 JogAmp Community.</small></p> </body> </html>
domiworks/TDA-Landscape-Generator
jogl-2.0/javadoc/jogl/javadoc_jogl_spec/javax/media/opengl/GLProfile.html
HTML
apache-2.0
116,749
<!doctype html> <html> <head> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="style.css"/> </head> <body> <nav class="navbar navbar-inverse"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">Team Carbo</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="index.html">Home</a></li> <li class="active"><a href="About.html">About <span class="sr-only">(current)</span></a></li> <li><a href="Pictures.html">Pictures</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="Videos.html">Videos</a></li> <li><a href="Social.html">Social Media</a></li> </ul> </li> </ul> <!--Search bar--> <ul class="nav navbar-nav navbar-right"> <li><a href="AboutAcc.html">About Accounts</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Account <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Login</a></li><!--Visible when logged out--> <li><a href="#">Profile</a></li><!--Visible when logged in--> <li><a href="#">Settings</a></li><!--Visible when logged in--> <li role="separator" class="divider"></li> <li><a href="#">Logout</a></li><!--Visible when logged in--> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </body> <footer> </footer> </html>
TeamCarbotanium/TeamCarbotanium-Website
PageTemplate.html
HTML
apache-2.0
3,310
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_222) on Thu Jan 16 21:49:29 PST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.datasketches.tuple.strings (datasketches-java 1.2.0-incubating API)</title> <meta name="date" content="2020-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../org/apache/datasketches/tuple/strings/package-summary.html" target="classFrame">org.apache.datasketches.tuple.strings</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ArrayOfStringsSketch.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSketch</a></li> <li><a href="ArrayOfStringsSummary.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummary</a></li> <li><a href="ArrayOfStringsSummaryDeserializer.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummaryDeserializer</a></li> <li><a href="ArrayOfStringsSummaryFactory.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummaryFactory</a></li> <li><a href="ArrayOfStringsSummarySetOperations.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummarySetOperations</a></li> </ul> </div> </body> </html>
DataSketches/DataSketches.github.io
api/java/snapshot/apidocs/org/apache/datasketches/tuple/strings/package-frame.html
HTML
apache-2.0
1,674
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.N24.html"> </head> <body> <p>Redirecting to <a href="type.N24.html">type.N24.html</a>...</p> <script>location.replace("type.N24.html" + location.search + location.hash);</script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/N24.t.html
HTML
apache-2.0
293
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN"> <html> <head> <title>Topic: Ebean agent does not seem to work</title> <link rel="shortcut icon" href="/image/favicon.ico" > <link rel="stylesheet" type="text/css" href="/static/v2style.css" > <!-- <link rel="stylesheet" type="text/css" href="/css/100/basestyle|syntaxhighlighter" > --> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="/doc/ie.css" media="screen"> <![endif]--> <meta name="Author" content="vannevar"> <meta name="description" content="I d like enhancement instead of subclassing so I try to run my project with javaagent enabled and I get this exception right at the program start java lang StringIndexOutOfBoundsException String index out of range 0 The reason is the following Transformer premain String Instrumentation gets called and this calls Transformer t new Transformer agentArgs and then Transformer parseClassPaths gets called with argument and this eventually leads to calling UrlPathHelper convertUrlString String with as its argument But then at classpath charAt 0 the exception above is thrown In fact I can t even imagine this code working for anyone at any time so I m quite surprised at its presence I didn t know if I may create a bug report for this as it s so surprising I suppose I don t see something trivial "> <script type="text/javascript" src="/doc/jslib.js" ></script> <!-- <script type="text/javascript" src="/jsl/jquery|jquery.corner|mygoo|app|shCore|shBrushJava|shBrushProperty|shBrushSql" ></script> --> <script type="text/javascript"> $(document).ready(function(){ $(".topic").corner("12px"); $("a.action").corner("8px hover"); $("div.example").corner("5px"); $(".reqrlogin").hide(); //dp.SyntaxHighlighter.ClipboardSwf = '/flash/clipboard.swf'; dp.SyntaxHighlighter.HighlightAll('code'); }); </script> <!-- component('cn=app.comp.LoginEnable') --> </head> <body> <form action='/topic-160.html' method="post" id="GLOBAL_ACTION"> <input type='hidden' name='_WOGA_CONTROLLER' > <input type='hidden' name='_WOGA_METHOD' > <input type='hidden' name='_WOGA_PARAM' > <input type='hidden' name='_WOGA_RENDER' > <a id="top"></a> <div id="headwrap"> <div id="headmax"> <div id="menuuser"> <!-- component('cn=app.comp.UserStatus') --> </div> <img id="logo" src="/image/logo-avaje.gif" width="127" height="50" alt="avaje logo"> <div style="clear:both;"></div> </div> </div><!-- end of headwrap --> <div id="head2wrap"> <div id="head2max"> <table summary="layout"> <tr> <td align="center"> <div id="menutab" style=""> <a id="m0" href="/" class="popmenu"><span>home</span></a> <a id="m1" href="/ebean/documentation.html" class="popmenu"><span>documentation</span></a> <a id="m4" href="/download.html" class="popmenu"><span>downloads</span></a> <a id="m6" href="http://groups.google.com/group/ebean" class="popmenu"><span>google group</span></a> <a id="m2" href="/forum.html" class="popmenu"><span>forums<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a> <a id="m3" href="/bug.html" class="popmenu"><span>bugs<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a> <a id="m5" href="/feedback.html" class="popmenu"><span>feedback</span></a> </div> </td> </tr> </table> </div> </div> <div id="bodywrap"> <div id="bodymax"> <div id="content"> <div id="pageBody"> <div id="breadcrumb"> &nbsp; </div> <div class="breadcrumb"> <img src="/image/smallhome.gif"> <a href="index.html">Home</a> &raquo; <a href="forum.html">Forum</a> &raquo; <a href="forumdetail-3.html">Byte code enhancement</a> </div> <h1> Please use the google group to ask questions - thanks. </h1> <div id="app.comp.Topic"> <div class="pageactions"> <!-- <input type="button" class="btn requser" value="Reply" onclick="topicReply();"> <input type="button" class="btn requser" value="New Topic" onclick="gotoURL('topicnew-3.html');"> --> </div> <div class="topiccontent"> <div class="topic"> <div class="rhs" style="float:right"> <span>by vannevar </span> 16 Dec&nbsp;07:22 </div> Ebean agent does not seem to work <div class="body"> <p>I'd like enhancement instead of subclassing, so I try to run my project with -javaagent:<source-file> enabled, and I get this exception right at the program start:</p><p>java.lang.StringIndexOutOfBoundsException: String index out of range: 0</p><p>The reason is the following:</p><p>Transformer.premain(String, Instrumentation)<br/>gets called and this calls<br/>Transformer t = new Transformer("", agentArgs);<br/>and then Transformer.parseClassPaths() gets called with "" argument, and this eventually leads to calling<br/>UrlPathHelper.convertUrlString(String)<br/>with "" as its argument. But then, at classpath.charAt(0) the exception above is thrown.</p><p>In fact, I can't even imagine this code working for anyone at any time, so I'm quite surprised at its presence. :)</p><p>I didn't know if I may create a bug report for this, as it's so surprising, I suppose I don't see something trivial.</p> </div> </div> <div class="post"> <div class="rhs" style="float:right"> 16 Dec&nbsp;07:27 </div> <span>by vannevar</span> <div class="body"> <p>I forgot to ask:<br/>If it's a bug indeed, is there a quick workaround for it (avoiding the call of premain() somehow)?</p> </div> </div> <div class="post"> <div class="rhs" style="float:right"> 16 Dec&nbsp;09:17 </div> <span>by Rob</span> <div class="body"> <p>Yes it is a bug. <a href="http://www.avaje.org/bugdetail-192.html">http://www.avaje.org/bugdetail-192.html</a></p><p>Apologies as I am always using the Eclipse Enhancer plugin these days and unfortunately didn't test the last javaagent.</p><p>It is fixed in HEAD, so you could use that if you are building from source.</p><p>Alternatively you could use the ANT task or the Eclipse Enhancer plugin (from www.avaje.org/eclipseupdate/).</p><p>I will be trying to put out the next version shortly.</p><p>Cheers, Rob.</p> </div> </div> <div class="post"> <div class="rhs" style="float:right"> 17 Dec&nbsp;16:54 </div> <span>by vannevar</span> <div class="body"> <p>Thanks for the quick reply, it works great now! :)<br/>And sorry for not noticing the bug report before.<br/>(Anyway, I don't use Eclipse but JDeveloper, so the Eclipse Enhancer did not seem to be a usable workaround for me.)</p> </div> </div> <div class="post"> <div class="rhs" style="float:right"> 20 Dec&nbsp;09:45 </div> <span>by Rob</span> <div class="body"> <p>No problem :)</p> </div> </div> </div> <div class="pageactions"> </div> <input type="hidden" name="f_forumid" value="3"> <input type="hidden" name="f_topicid" value="160"> <input type="hidden" name="f_postid" value=""> <div id="commentForm" style="display:none;"> <h4>Add Comment</h4> <table> <tr> <td class="label" valign="top" style="width:8em;">Comment:</td> <td><textarea class="wide80" id="f_body" name="f_body" rows="10" cols="30"></textarea></td> </tr> </table> <div class="buttons"> </div> </div> </div> <div id="newTopicForm" class="popdialog wideDialogForm"> <div id="app.comp.TopicNew"> <div id="newTopicFormMarker" style="display:none;"></div> <h4>Create a New Topic</h4> <table> <tr> <td class="label" valign="top" style="width:8em;">Title:</td> <td><input class="txt wide90" name="nt_title" value="$paramtool.getParamIfNull('nt_title','')"></td> </tr> <tr> <td class="label" valign="top">Body:</td> <td><textarea class="wide90" name="nt_body" rows="10" cols="30">$paramtool.getParamIfNull('nt_body','')</textarea></td> </tr> <tr> <td class="label"></td> <td> &nbsp; </td> </tr> </table> <div class="buttons"> <input type="button" class="btn" value="Save" accesskey="s" onclick="woAction('app.comp.TopicNew','doNewTopic');" > <input type="button" class="btn" value="Cancel" accesskey="c" onclick="popdialog.hide();"> </div> </div> </div> </div> </div> </div> </div><!-- end of bodywrap --> <div id="footwrap"> <div id="footmax"> <div id="foot"> <a href="/">home</a> | <a href="#top">back to top</a> </div> </div> </div><!-- end of footwrap --> <!-- layers --> <div id="m1popxxx" class="popmenuchild"> <a href="/ebean/introduction.html">Introduction</a> <a href="/doc/ebean-userguide.pdf">User Guide (pdf)</a> <a href="/configure.html">Install/Configure</a> <a href="/static/javadoc/pub/index.html">Public JavaDoc</a> <a href="/whitepaper.html">Whitepapers</a> </div> <div id="m2pop" class="popmenuchild"> <a href="/forumdetail-1.html">General</a> <a href="/forumdetail-2.html">Database Specific</a> <a href="/forumdetail-3.html">Byte Code</a> <a href="/forumdetail-4.html">Deployment Annotations</a> <a href="/forumdetail-5.html">Features</a> </div> <div id="m3pop" class="popmenuchild"> <a href="/bug.html">Top Bugs</a> <a href="/enh.html">Top Enhancements</a> </div> <div id="woResponse">woResponse</div> </form> <div id="woFocusDelay"></div> </body> </html>
archive-avaje-org/archive-avaje-org.github.io
topic-160.html
HTML
apache-2.0
9,088
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-11-15 | Rendered using Apache Maven Fluido Skin 1.3.1 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141115" /> <meta http-equiv="Content-Language" content="en" /> <title>Play! 2.x Maven Plugin &#x2013; Source Repository</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script> <link rel="stylesheet" type="text/css" href="./css/site.css"/> </head> <body class="topBarDisabled"> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <div id="bannerLeft"> <h2>Play! 2.x Maven Plugin</h2> </div> </div> <div class="pull-right"> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2014-11-15 <span class="divider">|</span> </li> <li id="projectVersion">Version: 1.0.0-alpha9 </li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Parent Project</li> <li> <a href="../index.html" title="Play! 2.x"> <i class="none"></i> Play! 2.x</a> </li> <li class="nav-header">Overview</li> <li> <a href="index.html" title="Introduction"> <i class="none"></i> Introduction</a> </li> <li> <a href="plugin-info.html" title="Goals"> <i class="none"></i> Goals</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs"> <i class="none"></i> JavaDocs</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <i class="icon-chevron-down"></i> Project Information</a> <ul class="nav nav-list"> <li> <a href="index.html" title="About"> <i class="none"></i> About</a> </li> <li> <a href="plugin-management.html" title="Plugin Management"> <i class="none"></i> Plugin Management</a> </li> <li> <a href="distribution-management.html" title="Distribution Management"> <i class="none"></i> Distribution Management</a> </li> <li> <a href="dependency-info.html" title="Dependency Information"> <i class="none"></i> Dependency Information</a> </li> <li class="active"> <a href="#"><i class="none"></i>Source Repository</a> </li> <li> <a href="mail-lists.html" title="Mailing Lists"> <i class="none"></i> Mailing Lists</a> </li> <li> <a href="issue-tracking.html" title="Issue Tracking"> <i class="none"></i> Issue Tracking</a> </li> <li> <a href="integration.html" title="Continuous Integration"> <i class="none"></i> Continuous Integration</a> </li> <li> <a href="plugins.html" title="Project Plugins"> <i class="none"></i> Project Plugins</a> </li> <li> <a href="license.html" title="Project License"> <i class="none"></i> Project License</a> </li> <li> <a href="team-list.html" title="Project Team"> <i class="none"></i> Project Team</a> </li> <li> <a href="project-summary.html" title="Project Summary"> <i class="none"></i> Project Summary</a> </li> <li> <a href="dependencies.html" title="Dependencies"> <i class="none"></i> Dependencies</a> </li> </ul> </li> <li> <a href="project-reports.html" title="Project Reports"> <i class="icon-chevron-right"></i> Project Reports</a> </li> </ul> <hr /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> <p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div> <div class="section"> <h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a> <p>The following is a link to the online source repository.</p> <div class="source"> <pre><a class="externalLink" href="http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin">http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin</a></pre></div></div> <div class="section"> <h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a> <p>The source can be checked out anonymously from SVN with this command:</p> <div class="source"> <pre>$ svn checkout http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div></div> <div class="section"> <h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a> <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p> <div class="source"> <pre>$ svn checkout https://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div> <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p> <div class="source"> <pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div> <div class="section"> <h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a> <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p> <div class="source"> <pre>$ svn checkout https://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div></div> <div class="section"> <h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2><a name="Access_through_a_proxy"></a> <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p> <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p> <p>Example: Edit the 'servers' file and add something like:</p> <div class="source"> <pre>[global] http-proxy-host = your.proxy.name http-proxy-port = 3128 </pre></div></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> <p >Copyright &copy; 2013&#x2013;2014. All rights reserved. </p> </div> </div> </footer> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-alpha9/play2-maven-plugin/source-repository.html
HTML
apache-2.0
10,605
<!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_80) on Thu Jun 18 14:08:47 EDT 2015 --> <title>Uses of Class org.apache.cassandra.dht.Token (apache-cassandra API)</title> <meta name="date" content="2015-06-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.dht.Token (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/Token.html" target="_top">Frames</a></li> <li><a href="Token.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.dht.Token" class="title">Uses of Class<br>org.apache.cassandra.dht.Token</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.client">org.apache.cassandra.client</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.compaction">org.apache.cassandra.db.compaction</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.marshal">org.apache.cassandra.db.marshal</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.dht">org.apache.cassandra.dht</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.gms">org.apache.cassandra.gms</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.locator">org.apache.cassandra.locator</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.repair">org.apache.cassandra.repair</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.repair.messages">org.apache.cassandra.repair.messages</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.service">org.apache.cassandra.service</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.streaming">org.apache.cassandra.streaming</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.utils">org.apache.cassandra.utils</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.client"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">RingCache.</span><code><strong><a href="../../../../../org/apache/cassandra/client/RingCache.html#getRange(java.nio.ByteBuffer)">getRange</a></strong>(java.nio.ByteBuffer&nbsp;key)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">RingCache.</span><code><strong><a href="../../../../../org/apache/cassandra/client/RingCache.html#getEndpoint(org.apache.cassandra.dht.Range)">getEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code> <div class="block">ListMultimap promises to return a List for get(K)</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> declared as <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#token">token</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#getToken()">getToken</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">RowPosition.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RowPosition.html#getToken()">getToken</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#getSavedTokens()">getSavedTokens</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static com.google.common.collect.SetMultimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#loadTokens()">loadTokens</a></strong>()</code> <div class="block">Return a map of stored tokens to IP addresses</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;addTokens, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;rmTokens)</code> <div class="block">Convenience method to update the list of tokens in the local system keyspace.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>static <a href="../../../../../org/apache/cassandra/db/DataRange.html" title="class in org.apache.cassandra.db">DataRange</a></code></td> <td class="colLast"><span class="strong">DataRange.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DataRange.html#forKeyRange(org.apache.cassandra.dht.Range)">forKeyRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;keyRange)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>&gt;</code></td> <td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#keySamples(org.apache.cassandra.dht.Range)">keySamples</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;addTokens, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;rmTokens)</code> <div class="block">Convenience method to update the list of tokens in the local system keyspace.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;addTokens, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;rmTokens)</code> <div class="block">Convenience method to update the list of tokens in the local system keyspace.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateTokens(java.util.Collection)">updateTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code> <div class="block">This method is used to update the System Keyspace with the new tokens for this node</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateTokens(java.net.InetAddress,%20java.util.Collection)">updateTokens</a></strong>(java.net.InetAddress&nbsp;ep, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code> <div class="block">Record tokens being used by another node</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#DecoratedKey(org.apache.cassandra.dht.Token,%20java.nio.ByteBuffer)">DecoratedKey</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.nio.ByteBuffer&nbsp;key)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.compaction"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.List&lt;<a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompactionStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/AbstractCompactionStrategy.html#getScanners(java.util.Collection,%20org.apache.cassandra.dht.Range)">getScanners</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>&gt;&nbsp;sstables, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code> <div class="block">Returns a list of KeyScanners given sstables and a range on which to scan.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a>&gt;</code></td> <td class="colLast"><span class="strong">LeveledCompactionStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/LeveledCompactionStrategy.html#getScanners(java.util.Collection,%20org.apache.cassandra.dht.Range)">getScanners</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>&gt;&nbsp;sstables, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.marshal"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/marshal/LocalByPartionerType.html" title="class in org.apache.cassandra.db.marshal">LocalByPartionerType</a>&lt;T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</strong></code> <div class="block">for sorting columns representing row keys in the row ordering as determined by a partitioner.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.dht"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractPartitioner.html" title="class in org.apache.cassandra.dht">AbstractPartitioner</a>&lt;T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&lt;T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BigIntegerToken.html" title="class in org.apache.cassandra.dht">BigIntegerToken</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalToken.html" title="class in org.apache.cassandra.dht">LocalToken</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/LongToken.html" title="class in org.apache.cassandra.dht">LongToken</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#tokens">tokens</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#deserialize(java.io.DataInput)">deserialize</a></strong>(java.io.DataInput&nbsp;in)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>&gt;</code></td> <td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#fromByteArray(java.nio.ByteBuffer)">fromByteArray</a></strong>(java.nio.ByteBuffer&nbsp;bytes)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>&gt;</code></td> <td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String&nbsp;string)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">RingPosition.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RingPosition.html#getToken()">getToken</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="type parameter in Token">T</a>&gt;</code></td> <td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#getToken()">getToken</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">Token.KeyBound.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.KeyBound.html#getToken()">getToken</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code> <div class="block">Calculate a Token representing the approximate "middle" of the given range.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;lToken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rToken)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code> <div class="block">Calculate the deltas between tokens in the ring in order to compare relative sizes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#getBootstrapTokens(org.apache.cassandra.locator.TokenMetadata)">getBootstrapTokens</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code> <div class="block">if initialtoken was specified, use that (split on comma).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#getRandomTokens(org.apache.cassandra.locator.TokenMetadata,%20int)">getRandomTokens</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, int&nbsp;numTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#getWorkMap(com.google.common.collect.Multimap,%20java.lang.String)">getWorkMap</a></strong>(com.google.common.collect.Multimap&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.net.InetAddress&gt;&nbsp;rangesWithSourceTarget, java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code> <div class="block">Transform this abstract bounds to a token abstract bounds.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">ExcludingBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/ExcludingBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">IncludingExcludingBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IncludingExcludingBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#toTokenBounds()">toTokenBounds</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>int</code></td> <td class="colLast"><span class="strong">BigIntegerToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BigIntegerToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;java.math.BigInteger&gt;&nbsp;o)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">BytesToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BytesToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;byte[]&gt;&nbsp;o)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">LocalToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;java.nio.ByteBuffer&gt;&nbsp;o)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">LongToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LongToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;java.lang.Long&gt;&nbsp;o)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">StringToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/StringToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;java.lang.String&gt;&nbsp;o)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract int</code></td> <td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="type parameter in Token">T</a>&gt;&nbsp;o)</code> <div class="block">This determines the comparison for node destination purposes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#makeRowBounds(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a bounds of keys corresponding to a given bounds of token.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#makeRowBounds(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a bounds of keys corresponding to a given bounds of token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#makeRowRange(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a range of keys corresponding to a given range of token.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#makeRowRange(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a range of keys corresponding to a given range of token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></code></td> <td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></code></td> <td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code> <div class="block">Calculate a Token representing the approximate "middle" of the given range.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code> <div class="block">Calculate a Token representing the approximate "middle" of the given range.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;lToken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rToken)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;lToken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rToken)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></code></td> <td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></code></td> <td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;ltoken, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;rtoken)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#serialize(org.apache.cassandra.dht.Token,%20java.io.DataOutput)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.io.DataOutput&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#serializedSize(org.apache.cassandra.dht.Token,%20org.apache.cassandra.db.TypeSizes)">serializedSize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;object, <a href="../../../../../org/apache/cassandra/db/TypeSizes.html" title="class in org.apache.cassandra.db">TypeSizes</a>&nbsp;typeSizes)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract java.nio.ByteBuffer</code></td> <td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#toByteArray(org.apache.cassandra.dht.Token)">toByteArray</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>&gt;&nbsp;token)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract java.lang.String</code></td> <td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#toString(org.apache.cassandra.dht.Token)">toString</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>&gt;&nbsp;token)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#addRanges(java.lang.String,%20java.util.Collection)">addRanges</a></strong>(java.lang.String&nbsp;keyspaceName, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code> <div class="block">Calculate the deltas between tokens in the ring in order to compare relative sizes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float&gt;</code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#getWorkMap(com.google.common.collect.Multimap,%20java.lang.String)">getWorkMap</a></strong>(com.google.common.collect.Multimap&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.net.InetAddress&gt;&nbsp;rangesWithSourceTarget, java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#BootStrapper(java.net.InetAddress,%20java.util.Collection,%20org.apache.cassandra.locator.TokenMetadata)">BootStrapper</a></strong>(java.net.InetAddress&nbsp;address, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;tmd)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.gms"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#deserialize(org.apache.cassandra.dht.IPartitioner,%20java.io.DataInput)">deserialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.io.DataInput&nbsp;in)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#moving(org.apache.cassandra.dht.Token)">moving</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#bootstrapping(java.util.Collection)">bootstrapping</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#leaving(java.util.Collection)">leaving</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#left(java.util.Collection,%20long)">left</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, long&nbsp;expireTime)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#normal(java.util.Collection)">normal</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#serialize(org.apache.cassandra.dht.IPartitioner,%20java.util.Collection,%20java.io.DataOutput)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, java.io.DataOutput&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td> <td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#tokens(java.util.Collection)">tokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.io.sstable"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.Map&lt;java.net.InetAddress,java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;</code></td> <td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#getEndpointToRangesMap()">getEndpointToRangesMap</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#addRangeForEndpoint(org.apache.cassandra.dht.Range,%20java.net.InetAddress)">addRangeForEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.net.InetAddress&nbsp;endpoint)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#estimatedKeysForRanges(java.util.Collection)">estimatedKeysForRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>&gt;</code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getKeySamples(org.apache.cassandra.dht.Range)">getKeySamples</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;java.lang.Long,java.lang.Long&gt;&gt;</code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getPositionsForRanges(java.util.Collection)">getPositionsForRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code> <div class="block">Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a></code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getScanner(java.util.Collection,%20com.google.common.util.concurrent.RateLimiter)">getScanner</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, com.google.common.util.concurrent.RateLimiter&nbsp;limiter)</code> <div class="block">Direct I/O SSTableScanner over a defined collection of ranges of tokens.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a></code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getScanner(org.apache.cassandra.dht.Range,%20com.google.common.util.concurrent.RateLimiter)">getScanner</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, com.google.common.util.concurrent.RateLimiter&nbsp;limiter)</code> <div class="block">Direct I/O SSTableScanner over a defined range of tokens.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>&gt;</code></td> <td class="colLast"><span class="strong">SSTableLoader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.html#openSSTables(java.util.Map)">openSSTables</a></strong>(java.util.Map&lt;java.net.InetAddress,java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;&nbsp;ranges)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.locator"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPredecessor(org.apache.cassandra.dht.Token)">getPredecessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getSuccessor(org.apache.cassandra.dht.Token)">getSuccessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getToken(java.net.InetAddress)">getToken</a></strong>(java.net.InetAddress&nbsp;endpoint)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getAddressRanges()">getAddressRanges</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getAddressRanges(org.apache.cassandra.locator.TokenMetadata)">getAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/BiMultiValMap.html" title="class in org.apache.cassandra.utils">BiMultiValMap</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getBootstrapTokens()">getBootstrapTokens</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getEndpointToTokenMapForReading()">getEndpointToTokenMapForReading</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Set&lt;<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress&gt;&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getMovingEndpoints()">getMovingEndpoints</a></strong>()</code> <div class="block">Endpoints which are migrating to the new tokens</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getNormalAndBootstrappingTokenToEndpointMap()">getNormalAndBootstrappingTokenToEndpointMap</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20java.util.Collection,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;pendingTokens, java.net.InetAddress&nbsp;pendingAddress)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20org.apache.cassandra.dht.Token,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;pendingToken, java.net.InetAddress&nbsp;pendingAddress)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.util.Collection&lt;java.net.InetAddress&gt;&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPendingRanges(java.lang.String)">getPendingRanges</a></strong>(java.lang.String&nbsp;keyspaceName)</code> <div class="block">a mutable map may be returned but caller should not modify it</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPendingRanges(java.lang.String,%20java.net.InetAddress)">getPendingRanges</a></strong>(java.lang.String&nbsp;keyspaceName, java.net.InetAddress&nbsp;endpoint)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangeFor(org.apache.cassandra.dht.Token)">getPrimaryRangeFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangesFor(java.util.Collection)">getPrimaryRangesFor</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>com.google.common.collect.Multimap&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getRangeAddresses(org.apache.cassandra.locator.TokenMetadata)">getRangeAddresses</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getTokens(java.net.InetAddress)">getTokens</a></strong>(java.net.InetAddress&nbsp;endpoint)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Iterator&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start, boolean&nbsp;includeMin)</code> <div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start (which does not have to be a Token in the ring)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#sortedTokens()">sortedTokens</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addBootstrapToken(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">addBootstrapToken</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.net.InetAddress&nbsp;endpoint)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addMovingEndpoint(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">addMovingEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.net.InetAddress&nbsp;endpoint)</code> <div class="block">Add a new moving endpoint</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;searchToken, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;tokenMetadata)</code> <div class="block">calculate the natural endpoints for the given token</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">LocalStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/LocalStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">NetworkTopologyStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/NetworkTopologyStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;searchToken, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;tokenMetadata)</code> <div class="block">calculate endpoints in one pass through the tokens by tracking our progress in each DC, rack etc.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">OldNetworkTopologyStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/OldNetworkTopologyStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">SimpleStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/SimpleStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, <a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstTokenIndex(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">firstTokenIndex</a></strong>(java.util.ArrayList&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start, boolean&nbsp;insertMin)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.ArrayList&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getCachedEndpoints(org.apache.cassandra.dht.Token)">getCachedEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;t)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.net.InetAddress</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getEndpoint(org.apache.cassandra.dht.Token)">getEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20org.apache.cassandra.dht.Token,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;pendingToken, java.net.InetAddress&nbsp;pendingAddress)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPredecessor(org.apache.cassandra.dht.Token)">getPredecessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangeFor(org.apache.cassandra.dht.Token)">getPrimaryRangeFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getSuccessor(org.apache.cassandra.dht.Token)">getSuccessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getWriteEndpoints(org.apache.cassandra.dht.Token,%20java.lang.String,%20java.util.Collection)">getWriteEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.lang.String&nbsp;keyspaceName, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;naturalEndpoints)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>retained for benefit of old tests</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#pendingEndpointsFor(org.apache.cassandra.dht.Token,%20java.lang.String)">pendingEndpointsFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.lang.String&nbsp;keyspaceName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Iterator&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start, boolean&nbsp;includeMin)</code> <div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start (which does not have to be a Token in the ring)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalToken(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">updateNormalToken</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, java.net.InetAddress&nbsp;endpoint)</code> <div class="block">Update token map with a single token/endpoint pair in normal state.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addBootstrapTokens(java.util.Collection,%20java.net.InetAddress)">addBootstrapTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, java.net.InetAddress&nbsp;endpoint)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20java.util.Collection,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;pendingTokens, java.net.InetAddress&nbsp;pendingAddress)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangesFor(java.util.Collection)">getPrimaryRangesFor</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#removeBootstrapTokens(java.util.Collection)">removeBootstrapTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Iterator&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;ring, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;start, boolean&nbsp;includeMin)</code> <div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start (which does not have to be a Token in the ring)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#setPendingRanges(java.lang.String,%20com.google.common.collect.Multimap)">setPendingRanges</a></strong>(java.lang.String&nbsp;keyspaceName, com.google.common.collect.Multimap&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.net.InetAddress&gt;&nbsp;rangeMap)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalTokens(java.util.Collection,%20java.net.InetAddress)">updateNormalTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, java.net.InetAddress&nbsp;endpoint)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalTokens(com.google.common.collect.Multimap)">updateNormalTokens</a></strong>(com.google.common.collect.Multimap&lt;java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;endpointTokens)</code> <div class="block">Update token map with a set of token/endpoint pairs in normal state.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.repair"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">Differencer.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/Differencer.html#differences">differences</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">RepairJobDesc.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html#range">range</a></strong></code> <div class="block">repairing range</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">RepairSession.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#range">range</a></strong></code> <div class="block">Range to repair</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">RepairSession.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#getRange()">getRange</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJob.html#RepairJob(org.apache.cassandra.repair.IRepairJobEventListener,%20java.util.UUID,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20org.apache.cassandra.repair.RepairParallelism,%20com.google.common.util.concurrent.ListeningExecutorService)">RepairJob</a></strong>(<a href="../../../../../org/apache/cassandra/repair/IRepairJobEventListener.html" title="interface in org.apache.cassandra.repair">IRepairJobEventListener</a>&nbsp;listener, java.util.UUID&nbsp;sessionId, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, com.google.common.util.concurrent.ListeningExecutorService&nbsp;taskExecutor)</code> <div class="block">Create repair job to run on specific columnfamily</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html#RepairJobDesc(java.util.UUID,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range)">RepairJobDesc</a></strong>(java.util.UUID&nbsp;sessionId, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#RepairSession(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">RepairSession</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.lang.String&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.lang.String...&nbsp;cfnames)</code> <div class="block">Create new repair session.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#RepairSession(java.util.UUID,%20org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String[])">RepairSession</a></strong>(java.util.UUID&nbsp;id, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.lang.String&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.lang.String[]&nbsp;cfnames)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.repair.messages"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">SyncRequest.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/messages/SyncRequest.html#ranges">ranges</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/messages/SyncRequest.html#SyncRequest(org.apache.cassandra.repair.RepairJobDesc,%20java.net.InetAddress,%20java.net.InetAddress,%20java.net.InetAddress,%20java.util.Collection)">SyncRequest</a></strong>(<a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html" title="class in org.apache.cassandra.repair">RepairJobDesc</a>&nbsp;desc, java.net.InetAddress&nbsp;initiator, java.net.InetAddress&nbsp;src, java.net.InetAddress&nbsp;dst, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.service"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;,java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;current, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;updated)</code> <div class="block">Calculate pair of ranges to stream/fetch for given two range collections (current ranges for keyspace and ranges after move to new token)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;,java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;current, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;updated)</code> <div class="block">Calculate pair of ranges to stream/fetch for given two range collections (current ranges for keyspace and ranges after move to new token)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getAllRanges(java.util.List)">getAllRanges</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code> <div class="block">Get all ranges that span the ring given a set of tokens.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalPrimaryRanges(java.lang.String)">getLocalPrimaryRanges</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalRanges(java.lang.String)">getLocalRanges</a></strong>(java.lang.String&nbsp;keyspaceName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalTokens()">getLocalTokens</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getPrimaryRangeForEndpoint(java.net.InetAddress)">getPrimaryRangeForEndpoint</a></strong>(java.net.InetAddress&nbsp;ep)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getPrimaryRangesForEndpoint(java.lang.String,%20java.net.InetAddress)">getPrimaryRangesForEndpoint</a></strong>(java.lang.String&nbsp;keyspace, java.net.InetAddress&nbsp;ep)</code> <div class="block">Get the "primary ranges" for the specified keyspace and endpoint.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.util.List&lt;java.net.InetAddress&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getRangeToAddressMap(java.lang.String)">getRangeToAddressMap</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.util.List&lt;java.net.InetAddress&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getRangeToAddressMapInLocalDC(java.lang.String)">getRangeToAddressMapInLocalDC</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.lang.Long&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getSplits(java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20int,%20org.apache.cassandra.config.CFMetaData)">getSplits</a></strong>(java.lang.String&nbsp;keyspaceName, java.lang.String&nbsp;cfName, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, int&nbsp;keysPerSplit, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#prepareReplacementInfo()">prepareReplacementInfo</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;,java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;current, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;updated)</code> <div class="block">Calculate pair of ranges to stream/fetch for given two range collections (current ranges for keyspace and ranges after move to new token)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;,java.util.Set&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;current, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;updated)</code> <div class="block">Calculate pair of ranges to stream/fetch for given two range collections (current ranges for keyspace and ranges after move to new token)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepair(org.apache.cassandra.dht.Range,%20java.lang.String,%20boolean,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceKeyspaceRepair</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.lang.String&nbsp;keyspaceName, boolean&nbsp;isSequential, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.lang.String...&nbsp;columnFamilies)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepair(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceKeyspaceRepair</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.lang.String&nbsp;keyspaceName, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.lang.String...&nbsp;columnFamilies)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepairRange(java.lang.String,%20java.util.Collection,%20org.apache.cassandra.repair.RepairParallelism,%20boolean,%20java.lang.String...)">forceKeyspaceRepairRange</a></strong>(java.lang.String&nbsp;keyspaceName, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, boolean&nbsp;isLocal, java.lang.String...&nbsp;columnFamilies)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceRepairAsync(java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20boolean,%20java.util.Collection,%20java.lang.String...)">forceRepairAsync</a></strong>(java.lang.String&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, boolean&nbsp;isLocal, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.lang.String...&nbsp;columnFamilies)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceRepairAsync(java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceRepairAsync</a></strong>(java.lang.String&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.lang.String...&nbsp;columnFamilies)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getAllRanges(java.util.List)">getAllRanges</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;sortedTokens)</code> <div class="block">Get all ranges that span the ring given a set of tokens.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Set&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">ActiveRepairService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/ActiveRepairService.html#getNeighbors(java.lang.String,%20org.apache.cassandra.dht.Range,%20java.util.Collection,%20java.util.Collection)">getNeighbors</a></strong>(java.lang.String&nbsp;keyspaceName, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;toRepair, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts)</code> <div class="block">Return all of the neighbors with whom we share the provided range.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;,java.lang.Long&gt;&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getSplits(java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20int,%20org.apache.cassandra.config.CFMetaData)">getSplits</a></strong>(java.lang.String&nbsp;keyspaceName, java.lang.String&nbsp;cfName, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, int&nbsp;keysPerSplit, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#setGossipTokens(java.util.Collection)">setGossipTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#setTokens(java.util.Collection)">setTokens</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens)</code> <div class="block">This method updates the local token on disk</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td> <td class="colLast"><span class="strong">ActiveRepairService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/ActiveRepairService.html#submitRepairSession(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">submitRepairSession</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, java.lang.String&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a>&nbsp;parallelismDegree, java.util.Collection&lt;java.lang.String&gt;&nbsp;dataCenters, java.util.Collection&lt;java.lang.String&gt;&nbsp;hosts, java.lang.String...&nbsp;cfnames)</code> <div class="block">Requests repairs for the given keyspace and column families.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.streaming"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;</code></td> <td class="colLast"><span class="strong">StreamRequest.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamRequest.html#ranges">ranges</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StreamSession.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamSession.html#addStreamRequest(java.lang.String,%20java.util.Collection,%20java.util.Collection)">addStreamRequest</a></strong>(java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.util.Collection&lt;java.lang.String&gt;&nbsp;columnFamilies)</code> <div class="block">Request data fetch task to this session.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StreamSession.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamSession.html#addTransferRanges(java.lang.String,%20java.util.Collection,%20java.util.Collection,%20boolean)">addTransferRanges</a></strong>(java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.util.Collection&lt;java.lang.String&gt;&nbsp;columnFamilies, boolean&nbsp;flushTables)</code> <div class="block">Set up transfer for specific keyspace/ranges/CFs</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td> <td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#requestRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection)">requestRanges</a></strong>(java.net.InetAddress&nbsp;from, java.net.InetAddress&nbsp;connecting, java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code> <div class="block">Request data in <code>keyspace</code> and <code>ranges</code> from specific node.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td> <td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#requestRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">requestRanges</a></strong>(java.net.InetAddress&nbsp;from, java.net.InetAddress&nbsp;connecting, java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.lang.String...&nbsp;columnFamilies)</code> <div class="block">Request data in <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code> from specific node.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td> <td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection)">transferRanges</a></strong>(java.net.InetAddress&nbsp;to, java.net.InetAddress&nbsp;connecting, java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges)</code> <div class="block">Add transfer task to send data of specific keyspace and ranges.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td> <td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">transferRanges</a></strong>(java.net.InetAddress&nbsp;to, java.net.InetAddress&nbsp;connecting, java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.lang.String...&nbsp;columnFamilies)</code> <div class="block">Add transfer task to send data of specific <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td> <td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">transferRanges</a></strong>(java.net.InetAddress&nbsp;to, java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.lang.String...&nbsp;columnFamilies)</code> <div class="block">Add transfer task to send data of specific <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code>.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamRequest.html#StreamRequest(java.lang.String,%20java.util.Collection,%20java.util.Collection)">StreamRequest</a></strong>(java.lang.String&nbsp;keyspace, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&gt;&nbsp;ranges, java.util.Collection&lt;java.lang.String&gt;&nbsp;columnFamilies)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.utils"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> declared as <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td> <td class="colLast"><span class="strong">MerkleTree.RowHash.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.RowHash.html#token">token</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#fullRange">fullRange</a></strong></code> <div class="block">The top level range that this MerkleTree covers.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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/apache/cassandra/utils/MerkleTree.TreeRange.html" title="class in org.apache.cassandra.utils">MerkleTree.TreeRange</a></code></td> <td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#get(org.apache.cassandra.dht.Token)">get</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;t)</code> <div class="block">For testing purposes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#invalidate(org.apache.cassandra.dht.Token)">invalidate</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;t)</code> <div class="block">Invalidates the ranges containing the given token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#split(org.apache.cassandra.dht.Token)">split</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;t)</code> <div class="block">Splits the range containing the given token, if no tree limits would be violated.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</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>byte[]</code></td> <td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#hash(org.apache.cassandra.dht.Range)">hash</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code> <div class="block">Hash the given range in the tree.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">FBUtilities.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/FBUtilities.html#sortSampledKeys(java.util.List,%20org.apache.cassandra.dht.Range)">sortSampledKeys</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>&gt;&nbsp;keys, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.RowHash.html#MerkleTree.RowHash(org.apache.cassandra.dht.Token,%20byte[],%20long)">MerkleTree.RowHash</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;token, byte[]&nbsp;hash, long&nbsp;size)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.TreeDifference.html#MerkleTree.TreeDifference(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20byte)">MerkleTree.TreeDifference</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, byte&nbsp;depth)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.TreeDifference.html#MerkleTree.TreeDifference(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20byte)">MerkleTree.TreeDifference</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, byte&nbsp;depth)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#MerkleTree(org.apache.cassandra.dht.IPartitioner,%20org.apache.cassandra.dht.Range,%20byte,%20long)">MerkleTree</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;range, byte&nbsp;hashdepth, long&nbsp;maxsize)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/Token.html" target="_top">Frames</a></li> <li><a href="Token.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/dht/class-use/Token.html
HTML
apache-2.0
179,697
<!-- Copyright 2014 CloudFounders NV Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <section data-bind="with: vMachine()"> <ol class="breadcrumb"> <li data-bind="lazylist: { items: vPools, loadedObservable: 'loaded' }"> <a data-part="entry" data-bind="text: name, attr: { href: $root.shared.routing.loadHash('vpool-detail', { guid: guid }) }"></a> </li> <li class="active" data-bind="lazyloader: { item: name, loadedObservable: 'loaded' }"></li> </ol> <div> <ul class="nav nav-tabs"> <li class="active"> <a href="#information" data-toggle="tab" > <span class="fa" data-i18n="[html]ovs:icons.information"></span> <span style="padding-left: 5px;" data-bind="text: name, visible: name() !== undefined"></span> </a> </li> <li class="actions"> <span data-i18n="ovs:generic.actions"></span>: <button type="button" class="btn btn-mini btn-default" style="color: #428bca;" id="buttonVmachineSnapshot" data-bind="click: function() { $root.snapshot(); }, enable: loaded(), tooltip: 'ovs:vmachines.detail.snapshot', enable: $.inArray('write', $root.shared.user.roles()) !== -1"> <span class="fa" data-i18n="[html]ovs:icons.snapshot"></span> </button> <button type="button" class="btn btn-mini btn-default" id="buttonVmachineSetAsTemplate" data-bind="click: function() { $root.setAsTemplate(); }, style: { color: isRunning() ? 'lightgrey' : '#428bca' }, enable: !isRunning() && loaded(), tooltip: isRunning() ? 'ovs:generic.messages.notrunningrequired' : 'ovs:vmachines.detail.setastemplate', enable: $.inArray('write', $root.shared.user.roles()) !== -1"> <span class="fa" data-i18n="[html]ovs:icons.setastemplate"></span> </button> <button type="button" class="btn btn-mini btn-default" id="buttonVmachineRollback" data-bind="click: function() { $root.rollback(); }, style: { color: isRunning() ? 'lightgrey' : '#428bca' }, enable: !isRunning() && loaded(), tooltip: isRunning() ? 'ovs:generic.messages.notrunningrequired' : 'ovs:vmachines.detail.rollback', enable: $.inArray('write', $root.shared.user.roles()) !== -1"> <span class="fa" data-i18n="[html]ovs:icons.rollback"></span> </button> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="information" style="padding: 15px;"> <table style="width: 100%;"> <thead> <tr> <th data-i18n="ovs:vmachines.details" colspan="2"></th> <th data-i18n="ovs:vmachines.performance" colspan="2"></th> </tr> </thead> <tbody> <tr> <td data-i18n="ovs:generic.host"></td> <td> <span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }"> <span data-part="lazy-entry" data-bind="text: item().name()"></span> </span> </td> <td data-i18n="ovs:generic.cache"></td> <td><span data-bind="lazyloader: { item: cacheRatio, loadedObservable: 'loaded' }"></span></td> </tr> <tr> <td data-i18n="ovs:storagerouters.detail.hostip"></td> <td> <span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }"> <span data-part="lazy-entry" data-bind="text: item().ipAddress()"></span> </span> </td> <td data-i18n="ovs:generic.iops"></td> <td><span data-bind="lazyloader: { item: iops, loadedObservable: 'loaded' }"></span></td> </tr> <tr> <td data-i18n="ovs:generic.type"></td> <td> <span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }"> <span data-part="lazy-entry" class="pointer" data-bind="text: $.t('ovs:generic.hypervisors.' + item().hvtype())"></span> </span> </td> <td data-i18n="ovs:generic.readspeed"></td> <td><span data-bind="lazyloader: { item: readSpeed, loadedObservable: 'loaded' }"></span></td> </tr> <tr> <td data-i18n="ovs:generic.storagerouters"></td> <td data-bind="lazylist: { items: storageRouters, loadedObservable: 'loaded' }"> <a data-part="entry" data-bind="text: name, attr: { href: $root.shared.routing.loadHash('storagerouter-detail', { guid: guid }) }"></a> </td> <td data-i18n="ovs:generic.writespeed"></td> <td><span data-bind="lazyloader: { item: writeSpeed, loadedObservable: 'loaded' }"></span></td> </tr> <tr> <td data-i18n="ovs:generic.vpools"></td> <td data-bind="lazylist: { items: vPools, loadedObservable: 'loaded' }"> <a data-part="entry" data-bind="text: name, attr: { href: $root.shared.routing.loadHash('vpool-detail', { guid: guid }) }"></a> </td> <td colspan="2">&nbsp;</td> </tr> <tr> <td data-i18n="ovs:generic.nrofvdisks"></td> <td><span data-bind="text: vDisks().length"></span></td> <td colspan="2">&nbsp;</td> </tr> <tr> <td data-i18n="ovs:generic.focstatus"></td> <td> <div data-bind="status: { colors: { green: $.inArray(failoverMode(), ['ok_standalone', 'ok_sync']) !== -1, yellow: failoverMode() == 'catch_up', red: failoverMode() == 'degraded' }, defaultColor: 'lightgrey' }, tooltip: 'ovs:generic.states.foc.' + failoverMode()" style="width: 14px; height: 14px;"></div> </td> <td colspan="2">&nbsp;</td> </tr> </tbody> </table> </div> </div> </div> <div> <ul class="nav nav-tabs"> <li class="active" data-bind="tooltip: 'ovs:generic.vdisks'"> <a href="#vdisks" data-toggle="tab" class="fa" data-i18n="[html]ovs:icons.vdisks"></a> </li> <li data-bind="tooltip: 'ovs:generic.snapshots'"> <a href="#snapshots" data-toggle="tab" class="fa" data-i18n="[html]ovs:icons.snapshot"></a> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="vdisks" style="padding: 15px;"> <h4 data-i18n="ovs:vdisks.title"></h4> <div data-bind="pager: { loadData: $parent.loadVDisks, headers: $parent.vDiskHeaders, refreshInterval: 5000, controls: true }"> <table data-dummy="dummy"> <tr data-part="vitem" data-bind="attr: { id: 'vdisk_' + guid() }"> <td> <i data-bind="visible: loading" style="position: relative; left: -25px; margin-right: -15px;" class="fa fa-spin" data-i18n="[html]ovs:icons.loading"></i> <a data-bind="html: loaded() ? (name() ? name() : '<i>name not set</i>') : '', attr: { href: $root.shared.routing.loadHash('vdisk-detail', { guid: guid }) }"></a> </td> <td><span data-bind="text: size"></span></td> <td><span data-bind="text: storedData"></span></td> <td><span data-bind="text: cacheRatio"></span></td> <td><span data-bind="text: iops"></span></td> <td><span data-bind="text: readSpeed"></span></td> <td><span data-bind="text: writeSpeed"></span></td> <td> <div data-bind="status: { colors: { green: $.inArray(failoverMode(), ['ok_standalone', 'ok_sync']) !== -1, yellow: failoverMode() == 'catch_up', red: failoverMode() == 'degraded' }, defaultColor: 'lightgrey' }, tooltip: 'ovs:generic.states.foc.' + failoverMode()" style="width: 14px; height: 14px;"></div> </td> </tr> </table> </div> </div> <div class="tab-pane" id="snapshots" style="padding: 15px;"> <h4 data-i18n="ovs:vmachines.detail.snapshots"></h4> <div data-bind="pager: { items: snapshots, loadData: $parent.refreshSnapshots, headers: $parent.snapshotHeaders, refreshInterval: 5000, controls: true }"> <table data-dummy="dummy"> <tr data-part="vitem"> <td><span data-bind="html: (label !== '' && label !== undefined) ? label : '<i>automatic snapshot</i>'"></span></td> <td><span data-bind="text: (new Date(timestamp * 1000)).toLocaleDateString() + ' ' + (new Date(timestamp * 1000)).toLocaleTimeString()"></span></td> <td><span data-bind="text: $parents[2].formatBytes(stored)"></span></td> <td><span data-bind="text: (is_automatic ? 'Automatic' : 'Manual')"></span></td> <td><span class="fa pointer" data-bind="translate: (is_consistent ? 'ovs:icons.consistent' : 'ovs:icons.inconsistent'), tooltip: (is_consistent ? 'ovs:generic.consistentss' : 'ovs:generic.inconsistentss')"></span></td> </tr> </table> </div> <div> <span data-i18n="[html]ovs:icons.consistent" class="fa"></span> &nbsp;<span data-i18n="ovs:generic.consistentss"></span><br /> <span data-i18n="[html]ovs:icons.inconsistent" class="fa"></span> &nbsp;<span data-i18n="ovs:generic.inconsistentss"></span> </div> </div> </div> </div> </section>
mflu/openvstorage_centos
webapps/frontend/app/views/site/vmachine-detail.html
HTML
apache-2.0
13,212
<html> <body><table> <tr> <td valign="top" height="150"> <font face="verdana" size="-1"> This inspection reports any instances of <b><font color="#000080">for</font></b> loops where the condition or update does not use the <b><font color="#000080">for</font></b> loop variable. </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body> </html>
jexp/idea2
plugins/InspectionGadgets/src/inspectionDescriptions/ForLoopThatDoesntUseLoopVariable.html
HTML
apache-2.0
423
<!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 --> <title>nl.esciencecenter.xenon.utils (Xenon 2.2.0 API)</title> <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="nl.esciencecenter.xenon.utils (Xenon 2.2.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../nl/esciencecenter/xenon/schedulers/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?nl/esciencecenter/xenon/utils/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;nl.esciencecenter.xenon.utils</h1> <div class="docSummary"> <div class="block">This package is contains several utility classes.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/InputWriter.html" title="class in nl.esciencecenter.xenon.utils">InputWriter</a></td> <td class="colLast"> <div class="block">A simple input writer that uses a daemon thread to write from an <code>String</code> to an <code>OutputStream</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/JavaJobDescription.html" title="class in nl.esciencecenter.xenon.utils">JavaJobDescription</a></td> <td class="colLast"> <div class="block">A JobDescription specialized in Java applications.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/LocalFileSystemUtils.html" title="class in nl.esciencecenter.xenon.utils">LocalFileSystemUtils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/OutputReader.html" title="class in nl.esciencecenter.xenon.utils">OutputReader</a></td> <td class="colLast"> <div class="block">A simple output reader that uses a daemon thread to read from an <code>InputStream</code> and buffer this data.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/StreamForwarder.html" title="class in nl.esciencecenter.xenon.utils">StreamForwarder</a></td> <td class="colLast"> <div class="block">A simple stream forwarder that uses a daemon thread to read from an <code>InputStream</code> and write it to a <code>OutputStream</code>.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package nl.esciencecenter.xenon.utils Description">Package nl.esciencecenter.xenon.utils Description</h2> <div class="block">This package is contains several utility classes.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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="../../../../nl/esciencecenter/xenon/schedulers/package-summary.html">Prev&nbsp;Package</a></li> <li>Next&nbsp;Package</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?nl/esciencecenter/xenon/utils/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
NLeSC/Xenon
docs/versions/2.2.0/javadoc/nl/esciencecenter/xenon/utils/package-summary.html
HTML
apache-2.0
6,458
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Wed Nov 02 19:53:10 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.analysis (Solr 6.3.0 API)</title> <meta name="date" content="2016-11-02"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.solr.analysis (Solr 6.3.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/apache/solr/cloud/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/analysis/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.solr.analysis</h1> <div class="docSummary"> <div class="block">Factories for Mock analysis classes that can be used in test configurations.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockCharFilterFactory.html" title="class in org.apache.solr.analysis">MockCharFilterFactory</a></td> <td class="colLast"> <div class="block">Factory for <code>MockCharFilter</code> for testing purposes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockTokenFilterFactory.html" title="class in org.apache.solr.analysis">MockTokenFilterFactory</a></td> <td class="colLast"> <div class="block">Factory for <code>MockTokenFilter</code> for testing purposes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockTokenizerFactory.html" title="class in org.apache.solr.analysis">MockTokenizerFactory</a></td> <td class="colLast"> <div class="block">Factory for <code>MockTokenizer</code> for testing purposes.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package org.apache.solr.analysis Description">Package org.apache.solr.analysis Description</h2> <div class="block">Factories for Mock analysis classes that can be used in test configurations.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/apache/solr/cloud/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/analysis/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
johannesbraun/clm_autocomplete
docs/solr-test-framework/org/apache/solr/analysis/package-summary.html
HTML
apache-2.0
6,640
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 22 15:50:32 BRT 2015 --> <title>OperatorPredicate</title> <meta name="date" content="2015-06-22"> <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="OperatorPredicate"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OperatorPredicate.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../net/floodlightcontroller/storage/NullValueStorageException.html" title="class in net.floodlightcontroller.storage"><span class="strong">Prev Class</span></a></li> <li><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?net/floodlightcontroller/storage/OperatorPredicate.html" target="_top">Frames</a></li> <li><a href="OperatorPredicate.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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">net.floodlightcontroller.storage</div> <h2 title="Class OperatorPredicate" class="title">Class OperatorPredicate</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>net.floodlightcontroller.storage.OperatorPredicate</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../net/floodlightcontroller/storage/IPredicate.html" title="interface in net.floodlightcontroller.storage">IPredicate</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">OperatorPredicate</span> extends java.lang.Object implements <a href="../../../net/floodlightcontroller/storage/IPredicate.html" title="interface in net.floodlightcontroller.storage">IPredicate</a></pre> <div class="block">Predicate class to specify rows by equality or comparison operations of column values. The Storage API uses the special column name of "id" to specify the primary key values for the row.</div> <dl><dt><span class="strong">Author:</span></dt> <dd>rob</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</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> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a></strong></code>&nbsp;</td> </tr> </table> </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="../../../net/floodlightcontroller/storage/OperatorPredicate.html#OperatorPredicate(java.lang.String,%20net.floodlightcontroller.storage.OperatorPredicate.Operator,%20java.lang.Comparable)">OperatorPredicate</a></strong>(java.lang.String&nbsp;columnName, <a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a>&nbsp;operator, java.lang.Comparable&lt;?&gt;&nbsp;value)</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.String</code></td> <td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getColumnName()">getColumnName</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a></code></td> <td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getOperator()">getOperator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Comparable&lt;?&gt;</code></td> <td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getValue()">getValue</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="OperatorPredicate(java.lang.String, net.floodlightcontroller.storage.OperatorPredicate.Operator, java.lang.Comparable)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OperatorPredicate</h4> <pre>public&nbsp;OperatorPredicate(java.lang.String&nbsp;columnName, <a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a>&nbsp;operator, java.lang.Comparable&lt;?&gt;&nbsp;value)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getColumnName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getColumnName</h4> <pre>public&nbsp;java.lang.String&nbsp;getColumnName()</pre> </li> </ul> <a name="getOperator()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getOperator</h4> <pre>public&nbsp;<a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a>&nbsp;getOperator()</pre> </li> </ul> <a name="getValue()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getValue</h4> <pre>public&nbsp;java.lang.Comparable&lt;?&gt;&nbsp;getValue()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OperatorPredicate.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../net/floodlightcontroller/storage/NullValueStorageException.html" title="class in net.floodlightcontroller.storage"><span class="strong">Prev Class</span></a></li> <li><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?net/floodlightcontroller/storage/OperatorPredicate.html" target="_top">Frames</a></li> <li><a href="OperatorPredicate.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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
paulorvj/sdnvoip
doc/net/floodlightcontroller/storage/OperatorPredicate.html
HTML
apache-2.0
11,960
<div class="divTable paleBlueRows" style="color:black"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell">Name:</div> <div class="divTableCell">Pessoal do Augusto/div> </div> <div class="divTableRow"> <div class="divTableCell">Advisor:</div> <div class="divTableCell"></div> </div> <div class="divTableRow"> <div class="divTableCell">Research interest:</div> <div class="divTableCell"></div> </div> <div class="divTableRow"> <div class="divTableCell">E-mail:</div> <div class="divTableCell"></div> </div> <div class="divTableRow"> <div class="divTableCell">Personal hobbies:</div> <div class="divTableCell"></div> </div> <div class="divTableRow"> <div class="divTableCell">Others things:</div> <div class="divTableCell"></div> </div> </div> </div>
neuroimagem-pucrs/neuroimagem-pucrs.github.io
team/pessoal_augusto_popup.html
HTML
apache-2.0
1,025
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:09 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.logging (Solr 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <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="org.apache.solr.logging (Solr 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/internal/csv/writer/package-summary.html">PREV PACKAGE</a></li> <li><a href="../../../../org/apache/solr/logging/jul/package-summary.html">NEXT PACKAGE</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/logging/package-summary.html" target="_top">FRAMES</a></li> <li><a href="package-summary.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.solr.logging</h1> <p class="subTitle"> <div class="block"> APIs related to capturing log event info in the <a href="../../../../org/apache/solr/handler/admin/LoggingHandler.html" title="class in org.apache.solr.handler.admin"><code>LoggingHandler</code></a></div> </p> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/logging/CircularList.html" title="class in org.apache.solr.logging">CircularList&lt;T&gt;</a></td> <td class="colLast"> <div class="block">FIFO Circular List.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/logging/ListenerConfig.html" title="class in org.apache.solr.logging">ListenerConfig</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/logging/LoggerInfo.html" title="class in org.apache.solr.logging">LoggerInfo</a></td> <td class="colLast"> <div class="block">Wrapper class for Logger implementaions</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/logging/LogWatcher.html" title="class in org.apache.solr.logging">LogWatcher&lt;E&gt;</a></td> <td class="colLast"> <div class="block">A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/logging/LogWatcherConfig.html" title="class in org.apache.solr.logging">LogWatcherConfig</a></td> <td class="colLast"> <div class="block">Defines the configuration of a <a href="../../../../org/apache/solr/logging/LogWatcher.html" title="class in org.apache.solr.logging"><code>LogWatcher</code></a></div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.solr.logging Description">Package org.apache.solr.logging Description</h2> <div class="block"><p> APIs related to capturing log event info in the <a href="../../../../org/apache/solr/handler/admin/LoggingHandler.html" title="class in org.apache.solr.handler.admin"><code>LoggingHandler</code></a> </p></div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/internal/csv/writer/package-summary.html">PREV PACKAGE</a></li> <li><a href="../../../../org/apache/solr/logging/jul/package-summary.html">NEXT PACKAGE</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/logging/package-summary.html" target="_top">FRAMES</a></li> <li><a href="package-summary.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
arnaud71/webso-db
docs/solr-core/org/apache/solr/logging/package-summary.html
HTML
apache-2.0
7,458
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Wed Nov 05 20:12:57 WET 2014 --> <TITLE> RemoteThreadsListener (Apache JMeter API) </TITLE> <META NAME="date" CONTENT="2014-11-05"> <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="RemoteThreadsListener (Apache JMeter 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="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> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsLifeCycleListener.html" title="interface in org.apache.jmeter.threads"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/jmeter/threads/RemoteThreadsListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RemoteThreadsListener.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.jmeter.threads</FONT> <BR> Interface RemoteThreadsListener</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads">RemoteThreadsListenerImpl</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>RemoteThreadsListener</B><DT>extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</A></DL> </PRE> <P> RMI Interface that allows notification of remote start/end of threads <P> <P> <DL> <DT><B>Since:</B></DT> <DD>2.10</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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListener.html#threadFinished()">threadFinished</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListener.html#threadStarted()">threadStarted</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="threadStarted()"><!-- --></A><H3> threadStarted</H3> <PRE> void <B>threadStarted</B>() throws <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/testelement/ThreadListener.html#threadStarted()"><CODE>ThreadListener.threadStarted()</CODE></A></DL> </DD> </DL> <HR> <A NAME="threadFinished()"><!-- --></A><H3> threadFinished</H3> <PRE> void <B>threadFinished</B>() throws <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/testelement/ThreadListener.html#threadStarted()"><CODE>ThreadListener.threadStarted()</CODE></A></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="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> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsLifeCycleListener.html" title="interface in org.apache.jmeter.threads"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/jmeter/threads/RemoteThreadsListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RemoteThreadsListener.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> Copyright &#xA9; 1998-2014 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
dnafication/my-apache-jmeter-2.12
docs/api/org/apache/jmeter/threads/RemoteThreadsListener.html
HTML
apache-2.0
10,317
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_91) on Thu Jul 13 16:16:26 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.webside.shiro.cache.redis 类分层结构 (webside 0.0.1-SNAPSHOT API)</title> <meta name="date" content="2017-07-13"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.webside.shiro.cache.redis \u7C7B\u5206\u5C42\u7ED3\u6784 (webside 0.0.1-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li>使用</li> <li class="navBarCell1Rev">树</li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/webside/shiro/cache/ehcache/package-tree.html">上一个</a></li> <li><a href="../../../../../com/webside/shiro/filter/package-tree.html">下一个</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/webside/shiro/cache/redis/package-tree.html" target="_top">框架</a></li> <li><a href="package-tree.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">程序包com.webside.shiro.cache.redis的分层结构</h1> <span class="packageHierarchyLabel">程序包分层结构:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">所有程序包</a></li> </ul> </div> <div class="contentContainer"> <h2 title="类分层结构">类分层结构</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">com.webside.shiro.cache.redis.<a href="../../../../../com/webside/shiro/cache/redis/RedisShiroCache.html" title="com.webside.shiro.cache.redis中的类"><span class="typeNameLink">RedisShiroCache</span></a>&lt;K,V&gt; (implements org.apache.shiro.cache.Cache&lt;K,V&gt;)</li> <li type="circle">com.webside.shiro.cache.redis.<a href="../../../../../com/webside/shiro/cache/redis/RedisShiroCacheManager.html" title="com.webside.shiro.cache.redis中的类"><span class="typeNameLink">RedisShiroCacheManager</span></a> (implements com.webside.shiro.cache.<a href="../../../../../com/webside/shiro/cache/ShiroCacheManager.html" title="com.webside.shiro.cache中的接口">ShiroCacheManager</a>)</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="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li>使用</li> <li class="navBarCell1Rev">树</li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/webside/shiro/cache/ehcache/package-tree.html">上一个</a></li> <li><a href="../../../../../com/webside/shiro/filter/package-tree.html">下一个</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/webside/shiro/cache/redis/package-tree.html" target="_top">框架</a></li> <li><a href="package-tree.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">所有类</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>
ofpteam/ofp
target/apidocs/com/webside/shiro/cache/redis/package-tree.html
HTML
apache-2.0
5,595
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../nitro/struct.Camera.html"> </head> <body> <p>Redirecting to <a href="../../nitro/struct.Camera.html">../../nitro/struct.Camera.html</a>...</p> <script>location.replace("../../nitro/struct.Camera.html" + location.search + location.hash);</script> </body> </html>
nitro-devs/nitro-game-engine
docs/nitro/camera/struct.Camera.html
HTML
apache-2.0
361
<!DOCTYPE html> <html lang="en"> <head> <title>Cloudera Fisheye</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.css" rel="stylesheet" media="screen"> <meta charset="utf-8"> <meta name="description" content=""> <meta name="author" content=""> <!-- 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 --> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> <!-- Le fav and touch icons --> <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"> </head> <body> <script src="http://code.jquery.com/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <div class="container"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Cloudera Fisheye</a> <div class="nav-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/">Home</a></li> <li><a href="About">About</a></li> </ul> </div> </div> </div> <div class="row"> <div class="col-lg-2"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header active"><a href="/Files">Files</a></li> <!--<li><a href="path?targetpath=asdasd">asdasd</a></li> <li><a href="path?targetpath=blimfark">blimfark</a></li> <li><a href="path?targetpath=foofs">foofs</a></li> --> <li class="nav-header"><a href="/Filetypes">Filetypes</a></li> <!-- <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> --> <li class="nav-header"><a href="/Schemas">Schemas</a></li> <!-- <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> --> <li class="nav-header"><a href="/Settings">Settings</a></li> </ul> </div><!--/.well --> </div> <div class="col-lg-10"> <div class="container"> <!-- The Settings warning box --> <div class="errorbox" wicket:id="settingsWarningMsgContainer"> <div class="alert alert-info"> <strong>Note: </strong><span wicket:id="settingsErrorLabel"></span> </div> </div> <h1>Files</h1> <div class="errorbox" wicket:id="crawlWarningMsgContainer"> <div class="alert alert-info"> <strong>Note: </strong><span wicket:id="crawlErrorLabel"></span> </div> </div> <div class="errorbox" wicket:id="accessControlWarningBox"> <div class="alert alert-error"> <strong>Access Denied! </strong>You do not have read access rights for this directory. </div> </div> <div wicket:id="currentDirListing"> <p>This directory has <span wicket:id="numFisheyeFiles"></span> files.</p> <!-- Parent dir listing --> <ul class="breadcrumb"> <li wicket:id="parentdirlisting"><span wicket:id="dirlabel"/> <span class="divider"> &nbsp;</span></li> <li><span wicket:id="lastParentDirEntry"></span></li> </ul> <!-- File listing --> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>file</th> <th>size</th> <th>owner</th> <th>group</th> <th>permissions</th> <th>type</th> <th>schema</th> </tr> </thead> <tbody> <tr wicket:id="filelisting"> <td><span wicket:id="filelabel"/></td><td><span wicket:id="sizelabel"/></td><td><span wicket:id="ownerlabel"/></td><td><span wicket:id="grouplabel"/></td><td><span wicket:id="permissionslabel"/></td><td><span wicket:id="typelabel"/></td><td><span wicket:id="schemalabel"/></td> </tr> </tbody> </table> <!-- Child dir listing --> <div wicket:id="subdirbox"> <ul class="breadcrumb"> <li><i><span class="muted">Subdirectories:</span></i> &nbsp;</li> <li wicket:id="childdirlisting"><span wicket:id="childdirlabel"/> <span class="divider"> &nbsp;</span></li> </ul> </div> </div> </div> <!-- /container --> </div> </div> </div> </body> </html>
VirtualClarity/RecordBreaker
src/main/resources/web/fisheye/FilesPage.html
HTML
apache-2.0
5,674
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Dec 13 10:32:32 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>HostSupplier (BOM: * : All 2017.12.1 API)</title> <meta name="date" content="2017-12-13"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="HostSupplier (BOM: * : All 2017.12.1 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HostSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostConsumer.html" title="interface in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HTTPListener.html" title="class in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/server/HostSupplier.html" target="_top">Frames</a></li> <li><a href="HostSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.undertow.server</div> <h2 title="Interface HostSupplier" class="title">Interface HostSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">HostSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of Host resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a>&nbsp;get()</pre> <div class="block">Constructed instance of Host resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HostSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostConsumer.html" title="interface in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HTTPListener.html" title="class in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/server/HostSupplier.html" target="_top">Frames</a></li> <li><a href="HostSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.12.1/apidocs/org/wildfly/swarm/config/undertow/server/HostSupplier.html
HTML
apache-2.0
9,277
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"/> </head> <body> <div data-dojo-type="extension/PortalDataWidget"></div> <script> var dojoConfig = { async: true, paths: { "extension": location.pathname.replace(/\/[^/]+$/, '') } }; </script> <script src="//js.arcgis.com/3.20/"></script> <script> require([ "dojo/parser", "dojo/domReady!" ], function (parser) { parser.parse(); }); </script> </body> </html>
Esri/dashboard-samples
portalDataWidget/portalData.html
HTML
apache-2.0
525
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:26 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.orientdb.OrientDBFraction (BOM: * : All 2.3.0.Final-SNAPSHOT API)</title> <meta name="date" content="2019-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.orientdb.OrientDBFraction (BOM: * : All 2.3.0.Final-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html" target="_top">Frames</a></li> <li><a href="OrientDBFraction.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.wildfly.swarm.orientdb.OrientDBFraction" class="title">Uses of Class<br>org.wildfly.swarm.orientdb.OrientDBFraction</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.orientdb">org.wildfly.swarm.orientdb</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.orientdb"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a> in <a href="../../../../../org/wildfly/swarm/orientdb/package-summary.html">org.wildfly.swarm.orientdb</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/orientdb/package-summary.html">org.wildfly.swarm.orientdb</a> that return <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">OrientDBFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html#applyDefaults--">applyDefaults</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">OrientDBFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html#createDefaultFraction--">createDefaultFraction</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html" target="_top">Frames</a></li> <li><a href="OrientDBFraction.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; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html
HTML
apache-2.0
7,460
<!DOCTYPE html> <html> <head> <title>TestNG reports</title> <link type="text/css" href="testng-reports.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.7.1.min.js"></script> <script type="text/javascript" src="testng-reports.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type='text/javascript'> google.load('visualization', '1', {packages:['table']}); google.setOnLoadCallback(drawTable); var suiteTableInitFunctions = new Array(); var suiteTableData = new Array(); </script> <!-- <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script> --> </head> <body> <div class="top-banner-root"> <span class="top-banner-title-font">Test results</span> <br/> <span class="top-banner-font-1">1 suite</span> </div> <!-- top-banner-root --> <div class="navigator-root"> <div class="navigator-suite-header"> <span>All suites</span> <a href="#" class="collapse-all-link" title="Collapse/expand all the suites"> <img class="collapse-all-icon" src="collapseall.gif"> </img> <!-- collapse-all-icon --> </a> <!-- collapse-all-link --> </div> <!-- navigator-suite-header --> <div class="suite"> <div class="rounded-window"> <div class="suite-header light-rounded-window-top"> <a href="#" class="navigator-link" panel-name="suite-Default_suite"> <span class="suite-name border-passed">Default suite</span> </a> <!-- navigator-link --> </div> <!-- suite-header light-rounded-window-top --> <div class="navigator-suite-content"> <div class="suite-section-title"> <span>Info</span> </div> <!-- suite-section-title --> <div class="suite-section-content"> <ul> <li> <a href="#" class="navigator-link " panel-name="test-xml-Default_suite"> <span>C:\Users\Admin\AppData\Local\Temp\testng-eclipse-1218798300\testng-customsuite.xml</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="testlist-Default_suite"> <span class="test-stats">1 test</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="group-Default_suite"> <span>0 groups</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="times-Default_suite"> <span>Times</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="reporter-Default_suite"> <span>Reporter output</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="ignored-methods-Default_suite"> <span>Ignored methods</span> </a> <!-- navigator-link --> </li> <li> <a href="#" class="navigator-link " panel-name="chronological-Default_suite"> <span>Chronological view</span> </a> <!-- navigator-link --> </li> </ul> </div> <!-- suite-section-content --> <div class="result-section"> <div class="suite-section-title"> <span>Results</span> </div> <!-- suite-section-title --> <div class="suite-section-content"> <ul> <li> <span class="method-stats">1 method, 1 passed</span> </li> <li> <span class="method-list-title passed">Passed methods</span> <span class="show-or-hide-methods passed"> <a href="#" panel-name="suite-Default_suite" class="hide-methods passed suite-Default_suite"> (hide)</a> <!-- hide-methods passed suite-Default_suite --> <a href="#" panel-name="suite-Default_suite" class="show-methods passed suite-Default_suite"> (show)</a> <!-- show-methods passed suite-Default_suite --> </span> <div class="method-list-content passed suite-Default_suite"> <span> <img width="3%" src="passed.png"/> <a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ru.st.selenium.LoginTest" hash-for-method="testUntitled">testUntitled</a> <!-- method navigator-link --> </span> <br/> </div> <!-- method-list-content passed suite-Default_suite --> </li> </ul> </div> <!-- suite-section-content --> </div> <!-- result-section --> </div> <!-- navigator-suite-content --> </div> <!-- rounded-window --> </div> <!-- suite --> </div> <!-- navigator-root --> <div class="wrapper"> <div class="main-panel-root"> <div panel-name="suite-Default_suite" class="panel Default_suite"> <div class="suite-Default_suite-class-passed"> <div class="main-panel-header rounded-window-top"> <img src="passed.png"/> <span class="class-name">ru.st.selenium.LoginTest</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> <div class="method"> <div class="method-content"> <a name="testUntitled"> </a> <!-- testUntitled --> <span class="method-name">testUntitled</span> </div> <!-- method-content --> </div> <!-- method --> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- suite-Default_suite-class-passed --> </div> <!-- panel Default_suite --> <div panel-name="test-xml-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">C:\Users\Admin\AppData\Local\Temp\testng-eclipse-1218798300\testng-customsuite.xml</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> <pre> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;!DOCTYPE suite SYSTEM &quot;http://testng.org/testng-1.0.dtd&quot;&gt; &lt;suite name=&quot;Default suite&quot;&gt; &lt;test verbose=&quot;2&quot; name=&quot;Default test&quot;&gt; &lt;classes&gt; &lt;class name=&quot;ru.st.selenium.LoginTest&quot;/&gt; &lt;/classes&gt; &lt;/test&gt; &lt;!-- Default test --&gt; &lt;/suite&gt; &lt;!-- Default suite --&gt; </pre> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="testlist-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">Tests for Default suite</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> <ul> <li> <span class="test-name">Default test (1 class)</span> </li> </ul> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="group-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">Groups for Default suite</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="times-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">Times for Default suite</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> <div class="times-div"> <script type="text/javascript"> suiteTableInitFunctions.push('tableData_Default_suite'); function tableData_Default_suite() { var data = new google.visualization.DataTable(); data.addColumn('number', 'Number'); data.addColumn('string', 'Method'); data.addColumn('string', 'Class'); data.addColumn('number', 'Time (ms)'); data.addRows(1); data.setCell(0, 0, 0) data.setCell(0, 1, 'testUntitled') data.setCell(0, 2, 'ru.st.selenium.LoginTest') data.setCell(0, 3, 2427); window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'} return data; } </script> <span class="suite-total-time">Total running time: 2 seconds</span> <div id="times-div-Default_suite"> </div> <!-- times-div-Default_suite --> </div> <!-- times-div --> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="reporter-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">Reporter output for Default suite</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="ignored-methods-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">0 ignored methods</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> <div panel-name="chronological-Default_suite" class="panel"> <div class="main-panel-header rounded-window-top"> <span class="header-content">Methods in chronological order</span> </div> <!-- main-panel-header rounded-window-top --> <div class="main-panel-content rounded-window-bottom"> <div class="chronological-class"> <div class="chronological-class-name">ru.st.selenium.LoginTest</div> <!-- chronological-class-name --> <div class="configuration-class before"> <span class="method-name">init</span> <span class="method-start">0 ms</span> </div> <!-- configuration-class before --> <div class="test-method"> <span class="method-name">testUntitled</span> <span class="method-start">2084 ms</span> </div> <!-- test-method --> <div class="configuration-suite after"> <span class="method-name">tearDown</span> <span class="method-start">4532 ms</span> </div> <!-- configuration-suite after --> </div> <!-- main-panel-content rounded-window-bottom --> </div> <!-- panel --> </div> <!-- main-panel-root --> </div> <!-- wrapper --> </body> </html>
Sery-NF/selenium-java-training-serynf
test-output/index.html
HTML
apache-2.0
11,849
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>网页右键菜单</title> <style type="text/css"> *{margin:0;padding:0;} #right_button_menu{ width:100px;height:auto;border:1px solid;border-radius:3px; position:absolute;display:none;z-index:100; } #right_button_menu>ul{ position:relative;background:hsl(134,70%,80%); } #right_button_menu>ul>li{ border-bottom:1px dashed;position:relative; text-align:center;list-style:none;cursor:pointer; } #right_button_menu>ul>li>a{ text-decoration:none; } #right_button_menu>ul>li>ul{ position:absolute;left:100px; border:1px solid;border-radius:5px ; display:none;background:hsl(134,70%,80%); } #right_button_menu>ul>li>ul>li{ border-bottom:1px dashed; text-align:center;list-style:none; } #right_button_menu>ul>li>ul>li>a{ text-decoration:none; } #right_button_menu>ul>li:hover>ul{ display:block; } </style> <script type="text/javascript"> window.onload =function (){ var menu=document.getElementById('right_button_menu');//获取到菜单 document.oncontextmenu=function(e){return false;}//禁止火狐、IE、safari的右键菜单弹出 function click(e) {//点击处理函数 var e=e||event;//为了兼容 if (e.which==2||e.button==4) {//中键 hide_menu(menu);//隐藏菜单 return false; } else if(e.which==3||e.button==2){//右键 x=e.clientX;y=e.clientY;//获取鼠标在可视区的位置 var l=document.body.scrollLeft>0?document.body.scrollLeft:document.documentElement.scrollLeft;//获取鼠标所在地的左偏移 var t=document.body.scrollTop>0?document.body.scrollTop:document.documentElement.scrollTop;//获取鼠标所在地的上偏移 document.title="X 坐标: " + (x +l)+ ", Y 坐标: " +( y+t);//将CSS将要应用的left和top值打印在标题上 show_menu(menu,x +l,y+t);//展示菜单 } else if(e.which==1||e.button==1){//左键 setTimeout(function (){hide_menu(menu);},100);//隐藏菜单,同时如果点击菜单内容,设置一个延迟让菜单的功能实现,否则在IE下会来不及实现菜单功能 } } document.onmousedown=click;//文档鼠标按下执行处理 function show_menu(obj,left,top){//展示函数 obj.style.left=left+'px'; obj.style.top=top+'px'; obj.style.display='block'; } function hide_menu(obj){//隐藏函数 obj.style.display='none'; } } </script> </head> <body> <div id="right_button_menu"> <ul> <li><a href="">更换桌面背景</a></li> <li><a href="">夜间模式</a></li> <li><a href="">刷新</a></li> <li class="has_sec_menu"> <ul> <li><a href="">文本文档</a></li> <li><a href="">Word文档</a></li> <li><a href="">Excel表格</a></li> <li><a href="">PowerPoint幻灯片</a></li> </ul>新建 </li> <li><a href="javascript:show('player');">听音乐</a></li> </ul> </div> </body> </html>
0end1/code_base
Css_CodeBase/按钮或链接/3.6/网页右键菜单.html
HTML
apache-2.0
3,001
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Apache MINA 2.0.0-RC1 Cross Reference Package org.apache.mina.filter.firewall</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package org.apache.mina.filter.firewall</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="BlacklistFilter.html" target="classFrame">BlacklistFilter</a> </td> </tr> <tr> <td> <a href="ConnectionThrottleFilter.html" target="classFrame">ConnectionThrottleFilter</a> </td> </tr> <tr> <td> <a href="Subnet.html" target="classFrame">Subnet</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> Copyright &copy; 2004-2009 Apache MINA Project. All Rights Reserved. </body> </html>
sardine/mina-ja
docs/xref/org/apache/mina/filter/firewall/package-summary.html
HTML
apache-2.0
2,415
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66) on Mon Dec 14 16:02:05 CST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package play.libs.mail (Play! API)</title> <meta name="date" content="2015-12-14"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package play.libs.mail (Play! API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?play/libs/mail/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package play.libs.mail" class="title">Uses of Package<br>play.libs.mail</h1> </div> <div class="contentContainer"> <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="../../../play/libs/mail/package-summary.html">play.libs.mail</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="#play.libs">play.libs</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#play.libs.mail">play.libs.mail</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#play.libs.mail.test">play.libs.mail.test</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="play.libs"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/package-summary.html">play.libs</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../play/libs/mail/class-use/AbstractMailSystemFactory.html#play.libs">AbstractMailSystemFactory</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs">MailSystem</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="play.libs.mail"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../play/libs/mail/class-use/AbstractMailSystemFactory.html#play.libs.mail">AbstractMailSystemFactory</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs.mail">MailSystem</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="play.libs.mail.test"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/mail/test/package-summary.html">play.libs.mail.test</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs.mail.test">MailSystem</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?play/libs/mail/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><a href=http://guillaume.bort.fr>Guillaume Bort</a> &amp; <a href=http://www.zenexity.fr>zenexity</a> - Distributed under <a href=http://www.apache.org/licenses/LICENSE-2.0.html>Apache 2 licence</a>, without any warrantly</small></p> </body> </html>
play1-maven-plugin/play1-maven-plugin.github.io
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.3.3/play/libs/mail/package-use.html
HTML
apache-2.0
7,459
<html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>LoadSound3D</title></head> <body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000"> <font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="4">LoadSound3D()</font></b></p> <p><b>语法</b></p><blockquote> Result = <font color="#3A3966"><b>LoadSound3D</b></font>(#Sound3D, Filename$ [, Flags])</blockquote> </blockquote> <b>概要</b><br><blockquote> Loads a WAV or an OGG sound file. The sound has to be mono, as stereo sounds doesn't allow space positioning. </blockquote><p><b>参数</b></p><blockquote> <style type="text/css"> table.parameters { border-spacing: 0px; border-style: none; border-collapse: collapse; } table.parameters td { border-width: 1px; padding: 6px; border-style: solid; border-color: gray; vertical-align: top; font-family:Arial; font-size:10pt; } </style> <table width="90%" class="parameters"> <tr><td width="10%"><i>#Sound3D</i></td> <td width="90%"> A number to identify the new sound. <a href="../reference/purebasic_objects.html">#PB_Any</a> 可以用来自动生成这个编码. </td></tr> <tr><td><i>Filename$</i></td> <td> The sound filename to load. </td></tr> <tr><td><i>Flags (可选)</i></td> <td> It can be the following value: <pre><font face="Courier New, Courier, mono"size="2"> <font color="#924B72">#PB_Sound3D_Streaming</font>: Enable sound streaming playback </font></pre> </td></tr> </table> </blockquote><p><b>返回值</b></p><blockquote> Nonzero if the sound has been successfully loaded, zero otherwise. </blockquote><p><b>备注</b></p><blockquote> A sound doesn't hold its position. It can be attached to a <a href="../node/index.html">node</a> object to have its own position. A sound is played relative to the listener location. To change the listener location, use <a href="soundlistenerlocate.html">SoundListenerLocate()</a>. </Blockquote><p><b>已支持操作系统 </b><Blockquote>所有</Blockquote></p><center>&lt;- <a href=issound3d.html>IsSound3D()</a> - <a href="index.html">Sound3D Index</a> - <a href="playsound3d.html">PlaySound3D()</a> -&gt;<br><br> </body></html>
PureBasicCN/PureBasicPreference
target_dir/documentation/sound3d/loadsound3d.html
HTML
apache-2.0
2,204
<html> <head> <script src="scripts/jquery-1.11.3.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="scripts/calendar.js"></script> <script type="text/javascript"> $( document ).ready(function() { CALENDAR.initCalendarBlock(); }); </script> <link rel="stylesheet" type="text/css" href="styles/main.css"> <link rel="stylesheet" type="text/css" href="styles/calendar-styles.css"> <link rel="stylesheet" type="text/css" href="styles/event-data-styles.css"> <link rel="stylesheet" type="text/css" href="styles/day-styles.css"> <title>Plan My Life</title> <meta charset="UTF-8"> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid navbar-static-top"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="#">Plan My Life</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Дополнительно<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">События <span class="badge" style="background: lightblue">5</span> </a></li> <li><a href="#">Настройки сайта</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header">О нас</li> <li><a href="#">Наша цель</a></li> <li><a href="#">Контакты</a></li> </ul> </li> <li><a href="#">Добавить встречу</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Михаил Сидельников</a></li> <li style="padding-top: 4px"><img style="border-color: black" class="img-circle" width="40" height="40" src="test-sources/my_photo.jpg"> <button style="margin-left: 20px" type="submit" class="btn btn-danger">Выйти</button> </li> </ul> </div> </div> </div> </nav> <div class="container" id="calendar-container" style="display: none"> <div class="row center-block" id="calendar-block"> </div> </div> <div class="container-fluid" style="display: none"> <div class="panel panel-default today-panel"> <div class="panel-heading">Сегодня, 19 марта 2015 года</div> <div class="panel-body"> <div class="row center-block"> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">0.00</span></div> <div class="hour-element"><span class="center-span">0.15</span></div> <div class="hour-element"><span class="center-span">0.30</span></div> <div class="hour-element"><span class="center-span">0.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">1.00</span></div> <div class="hour-element"><span class="center-span">1.15</span></div> <div class="hour-element"><span class="center-span">1.30</span></div> <div class="hour-element"><span class="center-span">1.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">2.00</span></div> <div class="hour-element"><span class="center-span">2.15</span></div> <div class="hour-element"><span class="center-span">2.30</span></div> <div class="hour-element"><span class="center-span">2.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">3.00</span></div> <div class="hour-element"><span class="center-span">3.15</span></div> <div class="hour-element"><span class="center-span">3.30</span></div> <div class="hour-element"><span class="center-span">3.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">4.00</span></div> <div class="hour-element"><span class="center-span">4.15</span> <div style="margin-left: 7px"> <div class="event-pointer" style="background-color: red"></div> <div class="event-pointer" style="background-color: green"></div> <div class="event-pointer" style="background-color: gray"></div> <div class="event-pointer" style="background-color: blue; "></div> </div> </div> <div class="hour-element"><span class="center-span">4.30</span> <div style="margin-left: 7px"> <div class="event-pointer" style="background-color: red"></div> </div> </div> <div class="hour-element"><span class="center-span">4.45</span> <div style="margin-left: 7px"> <div class="event-pointer" style="background-color: red"></div> </div> </div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">5.00</span> <div style="margin-left: 4px"> <div class="main-event-pointer" style="background-color: red" onclick="showEvent(event)"></div> </div> </div> <div class="hour-element"><span class="center-span">5.15</span></div> <div class="hour-element"><span class="center-span">5.30</span></div> <div class="hour-element"><span class="center-span">5.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">6.00</span></div> <div class="hour-element"><span class="center-span">6.15</span></div> <div class="hour-element"><span class="center-span">6.30</span></div> <div class="hour-element"><span class="center-span">6.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">7.00</span></div> <div class="hour-element"><span class="center-span">7.15</span></div> <div class="hour-element"><span class="center-span">7.30</span></div> <div class="hour-element"><span class="center-span">7.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">8.00</span></div> <div class="hour-element"><span class="center-span">8.15</span></div> <div class="hour-element"><span class="center-span">8.30</span></div> <div class="hour-element"><span class="center-span">8.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">9.00</span></div> <div class="hour-element"><span class="center-span">9.15</span></div> <div class="hour-element"><span class="center-span">9.30</span></div> <div class="hour-element"><span class="center-span">9.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">10.00</span></div> <div class="hour-element"><span class="center-span">10.15</span></div> <div class="hour-element"><span class="center-span">10.30</span></div> <div class="hour-element"><span class="center-span">10.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">11.00</span></div> <div class="hour-element"><span class="center-span">11.15</span></div> <div class="hour-element"><span class="center-span">11.30</span></div> <div class="hour-element"><span class="center-span">11.45</span></div> </div> </div> <div class="row center-block" style="margin-top: 50px"> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">12.00</span></div> <div class="hour-element"><span class="center-span">12.15</span></div> <div class="hour-element"><span class="center-span">12.30</span></div> <div class="hour-element"><span class="center-span">12.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">13.00</span></div> <div class="hour-element"><span class="center-span">13.15</span></div> <div class="hour-element"><span class="center-span">13.30</span></div> <div class="hour-element"><span class="center-span">13.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">14.00</span></div> <div class="hour-element"><span class="center-span">14.15</span></div> <div class="hour-element"><span class="center-span">14.30</span></div> <div class="hour-element"><span class="center-span">14.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">15.00</span></div> <div class="hour-element"><span class="center-span">15.15</span></div> <div class="hour-element"><span class="center-span">15.30</span></div> <div class="hour-element"><span class="center-span">15.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">16.00</span></div> <div class="hour-element"><span class="center-span">16.15</span></div> <div class="hour-element"><span class="center-span">16.30</span></div> <div class="hour-element"><span class="center-span">16.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">17.00</span></div> <div class="hour-element"><span class="center-span">17.15</span></div> <div class="hour-element"><span class="center-span">17.30</span></div> <div class="hour-element"><span class="center-span">17.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">18.00</span></div> <div class="hour-element"><span class="center-span">18.15</span></div> <div class="hour-element"><span class="center-span">18.30</span></div> <div class="hour-element"><span class="center-span">18.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">19.00</span></div> <div class="hour-element"><span class="center-span">19.15</span></div> <div class="hour-element"><span class="center-span">19.30</span></div> <div class="hour-element"><span class="center-span">19.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">20.00</span></div> <div class="hour-element"><span class="center-span">20.15</span></div> <div class="hour-element"><span class="center-span">20.30</span></div> <div class="hour-element"><span class="center-span">20.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">21.00</span></div> <div class="hour-element"><span class="center-span">21.15</span></div> <div class="hour-element"><span class="center-span">21.30</span></div> <div class="hour-element"><span class="center-span">21.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">22.00</span></div> <div class="hour-element"><span class="center-span">22.15</span></div> <div class="hour-element"><span class="center-span">22.30</span></div> <div class="hour-element"><span class="center-span">22.45</span></div> </div> <div class="col-xs-1"> <div class="main-hour-element"><span class="center-span">23.00</span></div> <div class="hour-element"><span class="center-span">23.15</span></div> <div class="hour-element"><span class="center-span">23.30</span></div> <div class="hour-element"><span class="center-span">23.45</span></div> </div> </div> </div> </div> </div> <div class="container" style="display: none"> <div class="row center-block"> <div class="panel panel-default"> <div class="panel-heading">Долгожданный отпуск в Турции! Ихуу!!<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить название"></span></div> <div class="panel-body"> <div class="event-container-data-block center-block "> <a class="btn btn-default" onclick="$('#info_block').show();$('#flight_block').hide();"> Описание </a> <a class="btn btn-default" onclick="$('#flight_block').show();$('#info_block').hide();"> Дорога </a> <a class="btn btn-default">Отель</a> <a class="btn btn-default">Трасфер</a> <a class="btn btn-default">Мироприятия</a> </div> <div id="info_block"> <div class="row event-container-data-block"> <span class="title">Дата начала : </span> <span class="simple-text">28 марта, 7.00</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату начала"></span> </div> <div class="row event-container-data-block"> <span class="title">Дата окончания : </span> <span class="simple-text">15 апреля, 7.00</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату окончания"></span> </div> <div class="row event-container-data-block"> <span class="title">Цвет в календаре : </span> <span class="simple-text" style="color: green">зеленый</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить цвет"></span> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-info">Добавить поле</button> </div> </div> <div id="flight_block" style="display: none"> <div class="row event-container-data-block"> <span class="title">Способ добраться : </span> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="transport-select-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> Выбрать... </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> <li><a class="select-element" onclick="$('#transport-select-button').text('Самолет')">Самолет</a> </li> <li><a class="select-element" onclick="$('#transport-select-button').text('Поезд')">Поезд</a> </li> <li><a class="select-element" onclick="$('#transport-select-button').text('Машина')">Машина</a> </li> <li><a class="select-element" onclick="$('#transport-select-button').text('Корабль')">Корабль</a> </li> </ul> </div> </div> <div class="row event-container-data-block"> <span class="title">Вылет : </span> <button type="button" class="btn btn-warning">Заказать перелет</button> </div> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-primary">Поделиться</button> <button type="button" class="btn btn-success">Сохранить</button> <button type="button" class="btn btn-danger" style="float: right;">Удалить</button> </div> </div> </div> </div> </div> <div class="container" style="display: none"> <div class="row center-block"> <div class="panel panel-default"> <div class="panel-heading">День рождения Маши<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить название"></span></div> <div class="panel-body"> <div class="row event-container-data-block"> <span class="title">Дата : </span> <span class="simple-text">28 марта</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату"></span> </div> <div class="row event-container-data-block"> <span class="title">Повторять : </span> <span class="simple-text">Каждый год</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить повторение"></span> </div> <div class="row event-container-data-block"> <span class="title">Напоминание : </span> <span class="simple-text">в 12 часов дня, смс</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить напоминание"></span> </div> <div class="row event-container-data-block"> <span class="title">Фото со встречи : </span> <div> <img src="test-sources/birthday1.jpg" width="80" height="80"> <img src="test-sources/birthday2.jpg" width="80" height="80"> <span class="glyphicon glyphicon-plus add-photo-button" style="margin-left: 10px" title="Добавить фото"></span> </div> </div> <div class="row event-container-data-block"> <span class="title">Цвет в календаре : </span> <span class="simple-text" style="color: blue">синий</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить цвет"></span> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-info">Добавить поле</button> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-primary">Поделиться</button> <button type="button" class="btn btn-success">Сохранить</button> <button type="button" class="btn btn-danger" style="float: right;">Удалить</button> </div> </div> </div> </div> </div> <div class="container" style="display: none"> <div class="row center-block" id="custom-event-container"> <div class="panel panel-default"> <div class="panel-heading">Купить продукты<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить название"></span></div> <div class="panel-body"> <div class="row event-container-data-block"> <span class="title">Описание : </span> <span class="simple-text">Купить продукты</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить описание"></span> </div> <div class="row event-container-data-block"> <span class="title">Дата начала : </span> <span class="simple-text">не известно</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату начала"></span> </div> <div class="row event-container-data-block"> <span class="title">Дата конца : </span> <span class="simple-text">не известно</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату начала"></span> </div> <div class="row event-container-data-block"> <span class="title">Цвет в календаре : </span> <span class="simple-text" style="color: red">красный</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить цвет"></span> </div> <div class="row event-container-data-block"> <span class="title">Список покупок : </span> <div class="list-element"> <span class="simple-text">Картошка</span> </div> <div class="list-element"> <span class="simple-text">Молоко</span> </div> <div class="list-element"> <span class="simple-text">Лимонады</span> </div> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить список"></span> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-info">Добавить поле</button> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-primary">Поделиться</button> <button type="button" class="btn btn-success">Сохранить</button> <button type="button" class="btn btn-danger" style="float: right;">Удалить</button> </div> </div> </div> </div> </div> <div class="container" style="display: none"> <div class="row center-block" id="simple-event-container"> <div class="panel panel-default"> <div class="panel-heading">Встреча с заказчиком<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить название"></span></div> <div class="panel-body"> <div class="row event-container-data-block"> <span class="title">Описание : </span> <span class="simple-text">Обсудить с заказчиком новый логотип</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить описание"></span> </div> <div class="row event-container-data-block"> <span class="title">Дата начала : </span> <span class="simple-text">17 марта, 7.00</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату начала"></span> </div> <div class="row event-container-data-block"> <span class="title">Дата окончания : </span> <span class="simple-text">17 марта, 10.00</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить дату окончания"></span> </div> <div class="row event-container-data-block"> <span class="title">Участники : </span> <div> <a class="simple-text member-link">Артем Копылов</a> <span class="simple-text">Николай Сызганцев</span> <a class="simple-text member-link">Василий Петухов</a> </div> </div> <div class="row event-container-data-block"> <span class="title">Место : </span> <a class="simple-text event-place">Ресторан "Красивое место"</a> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить место"></span> <span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px" title="Удалить поле"></span> </div> <div class="row event-container-data-block"> <span class="title">Фото со встречи : </span> <div> <img src="test-sources/meeting1.jpg" width="80" height="80"> <img src="test-sources/meeting2.jpg" width="80" height="80"> <span class="glyphicon glyphicon-plus add-photo-button" style="margin-left: 10px" title="Добавить фото"></span> </div> </div> <div class="row event-container-data-block"> <span class="title">Напоминание : </span> <span class="simple-text">смс, 21 мая, 17.00</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить напоминания"></span> <span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px" title="Удалить поле"></span> </div> <div class="row event-container-data-block"> <span class="title">Комментарии и примечания : </span> <span class="simple-text">Не забыть про новые цвета</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить цвет"></span> <span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px" title="Удалить поле"></span> </div> <div class="row event-container-data-block"> <span class="title">Цвет в календаре : </span> <span class="simple-text" style="color: red">красный</span> <span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px" title="Изменить цвет"></span> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-info">Добавить поле</button> </div> <div class="row event-container-data-block"> <button type="button" class="btn btn-primary">Поделиться</button> <button type="button" class="btn btn-success">Сохранить</button> <button type="button" class="btn btn-danger" style="float: right;">Удалить</button> </div> </div> </div> </div> </div> </body> </html>
perfect-test/plan_my_life
src/main/webapp/index.html
HTML
apache-2.0
32,602
<!doctype html> <html lang="DE"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> Learnzilla </title> <!-- Disable tap highlight on IE --> <meta name="msapplication-tap-highlight" content="no"> <!-- Web Application Manifest --> <link rel="manifest" href="manifest.json"> <!-- Add to homescreen for Chrome on Android --> <meta name="mobile-web-app-capable" content="yes"> <meta name="application-name" content="Web Starter Kit"> <link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png"> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Web Starter Kit"> <link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png"> <!-- Tile icon for Win8 (144x144 + tile color) --> <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> <meta name="msapplication-TileColor" content="#2F3BA2"> <link rel="stylesheet" href="assets/styles/main.css"> <link rel="stylesheet" href="assets/styles/prologue-css/skel-noscript.css"> <link rel="stylesheet" href="assets/styles/prologue-css/style.css"> </head> <body ng-app="learnzillaApp" ng-controller="appCtrl as app"> <!-- Add your site or app content here --> <div ui-view="navbar"> </div> <div class="main" ui-view="{{app.getCurrentView()}}" > </div> <div ui-view="footer"> </div> <!-- resource scripts --> <script src="resources/angular.js"></script> <script src="resources/angular-resource.min.js"></script> <script src="resources/angular-ui-router.js"></script> <!--<script src="resources/main.js"></script>--> <!-- Components scripts --> <script src="components/app.js"></script> <script src="components/appStates.js"></script> <!-- controllers scripts --> <script src="components/appCtrl.js"></script> <script src="components/home/contactUs/contactUsCtrl.js"></script> <script src="components/footer/footerCtrl.js"></script> <script src="components/home/signUp/signUpCtrl.js"></script> <script src="components/navbar/navbarCtrl.js"></script> <script src="components/home/notFound/notFoundCtrl.js"></script> <script src="components/home/play/playCtrl.js"></script> <script src="components/learnzilla/learnzillaCtrl.js"></script> <script src="components/home/gameMode/gameModeCtrl.js"></script> <script src="components/home/story/storyCtrl.js"></script> <!-- services scripts --> <script src="components/services/UserService.js"></script> <script src="components/services/ViewsService.js"></script> <script src="components/services/RestService.js"></script> </body> </html>
HaythemSahbani/Learnzilla-GUI
app/index.html
HTML
apache-2.0
2,862
<html> <head> <title>A comprehensive guide to free software development with free tools</title> </head> <body> <h1>Welcome to free software development course</h1> <p>This course is intended to give you a quick overview to free software development using free tools. Currently only C Programming language is covered and may be extended in future versions of this course.</p> <h2>Prerequisites</h2> <p>In addition to start programming you may want to download and install common tools for c development. We will take extensive use of `gcc`. To ease programming I recommend you `make` and `gdb`, too. Use your editor of choice, preferably with syntax highlighting for the C language. Personally I prefer `emacs`.</p> <p>Be part of the fun!</p> </body> </html>
stevenhva/InfoLearn_OpenOLAT
src/test/java/org/olat/course/overview_comprehensive_guide_to_c_programming.html
HTML
apache-2.0
766
<!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_43) on Mon Nov 18 16:17:05 CET 2013 --> <TITLE> com.mxgraph.analysis (JGraph X 2.3.0.3 API Specification) </TITLE> <META NAME="date" CONTENT="2013-11-18"> <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="com.mxgraph.analysis (JGraph X 2.3.0.3 API Specification)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <p><b>JGraph X 2.3.0.3</b></p></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV PACKAGE&nbsp; &nbsp;<A HREF="../../../com/mxgraph/canvas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/mxgraph/analysis/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package com.mxgraph.analysis </H2> This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. <P> <B>See:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxICostFunction.html" title="interface in com.mxgraph.analysis">mxICostFunction</A></B></TD> <TD>The cost function takes a cell and returns it's cost as a double.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxAnalysisGraph.html" title="class in com.mxgraph.analysis">mxAnalysisGraph</A></B></TD> <TD>Implements a collection of utility methods abstracting the graph structure taking into account graph properties such as visible/non-visible traversal</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxConstantCostFunction.html" title="class in com.mxgraph.analysis">mxConstantCostFunction</A></B></TD> <TD>Implements a cost function for a constant cost per traversed cell.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxDistanceCostFunction.html" title="class in com.mxgraph.analysis">mxDistanceCostFunction</A></B></TD> <TD>Implements a cost function for the Euclidean length of an edge.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxFibonacciHeap.html" title="class in com.mxgraph.analysis">mxFibonacciHeap</A></B></TD> <TD>This class implements a priority queue.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxFibonacciHeap.Node.html" title="class in com.mxgraph.analysis">mxFibonacciHeap.Node</A></B></TD> <TD>Implements a node of the Fibonacci heap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphAnalysis.html" title="class in com.mxgraph.analysis">mxGraphAnalysis</A></B></TD> <TD>A singleton class that provides algorithms for graphs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphGenerator.html" title="class in com.mxgraph.analysis">mxGraphGenerator</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphProperties.html" title="class in com.mxgraph.analysis">mxGraphProperties</A></B></TD> <TD>Constants for graph structure properties</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphStructure.html" title="class in com.mxgraph.analysis">mxGraphStructure</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxTraversal.html" title="class in com.mxgraph.analysis">mxTraversal</A></B></TD> <TD>Implements a collection of utility methods for traversing the graph structure.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxUnionFind.html" title="class in com.mxgraph.analysis">mxUnionFind</A></B></TD> <TD>Implements a union find structure that uses union by rank and path compression.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Enum Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphProperties.GraphType.html" title="enum in com.mxgraph.analysis">mxGraphProperties.GraphType</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Exception Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/StructuralException.html" title="class in com.mxgraph.analysis">StructuralException</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package com.mxgraph.analysis Description </H2> <P> This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. <P> <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <p><b>JGraph X 2.3.0.3</b></p></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV PACKAGE&nbsp; &nbsp;<A HREF="../../../com/mxgraph/canvas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/mxgraph/analysis/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size=1>Copyright (c) 2010 <a href="http://www.mxgraph.com/" target="_blank">Gaudenz Alder</a>. All rights reserved.</font> </BODY> </HTML>
luartmg/WMA
WMA/LibreriaJGraphx/docs/api/com/mxgraph/analysis/package-summary.html
HTML
apache-2.0
10,859
<!-- Change some CSS. --> <style> /* Change thickness of horizontal rule line. */ hr { border : none; height : 71px; background : url(images/hr.png) 50% 0 no-repeat; margin : 1em 0; } h1 {text-shadow:#888 2px 2px 3px;} h2 {text-shadow:#888 1px 1px 2px;} h3 {text-shadow:#666 1px 1px 2px;} /* h1:first-child:first-letter { color: #903; float: left; font-family: Georgia; font-size: 24px; line-height: 70px; } thick */ #toc.toc2{ outline: #006eee dotted; background-color: #ffe4c4; } </style> <!-- We could also include Javascript for example in this document. -->
jnorthr/DoctorPepper
src/docs/asciidoc/docinfo.html
HTML
apache-2.0
612
<!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>mxGraph: Class Members - Variables</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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">mxGraph </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',false,false,'search.php','Search'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div class="contents"> &#160; <h3><a id="index_x"></a>- x -</h3><ul> <li>x : <a class="el" href="classcom_1_1mxgraph_1_1mxPoint.html#ac17799d682c1cb5bb97d1e6e5c7211cd">com.mxgraph.mxPoint</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
jgraph/mxgraph
dotnet/docs/html/functions_vars_x.html
HTML
apache-2.0
1,829
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>module LogParser::Strategies - RDoc Documentation</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script> <body id="top" class="module"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../index.html">Home</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>lib/log_parser/strategies/sql/regexp.rb <li>lib/log_parser/strategies/sql/ragel.rb <li>lib/log_parser/strategies/sql/base.rb </ul> </nav> </div> <div id="class-metadata"> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="../Gemfile.html">Gemfile</a> <li class="file"><a href="../README_rdoc.html">README</a> <li class="file"><a href="../lib/log_parser/strategies/sql/README_strategies.html">README_strategies</a> <li class="file"><a href="../logs/log.html">log</a> <li class="file"><a href="../logs/log_simple.html">log_simple</a> <li class="file"><a href="../logs/log_tests.html">log_tests</a> <li class="file"><a href="../logs/white_list.html">white_list</a> <li class="file"><a href="../logs/white_list2.html">white_list2</a> <li class="file"><a href="../spec/fixtures/log.html">log</a> <li class="file"><a href="../spec/fixtures/log_simple.html">log_simple</a> <li class="file"><a href="../spec/fixtures/log_tests.html">log_tests</a> <li class="file"><a href="../spec/fixtures/white_list.html">white_list</a> <li class="file"><a href="../spec/fixtures/white_list2.html">white_list2</a> <li class="file"><a href="../white_list.html">white_list</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../LogParser.html">LogParser</a> <li><a href="../LogParser/Log.html">LogParser::Log</a> <li><a href="../LogParser/LogEntry.html">LogParser::LogEntry</a> <li><a href="../LogParser/SqlInfo.html">LogParser::SqlInfo</a> <li><a href="../LogParser/Strategies.html">LogParser::Strategies</a> <li><a href="../LogParser/Strategies/Sql.html">LogParser::Strategies::Sql</a> <li><a href="../LogParser/Strategies/Sql/Base.html">LogParser::Strategies::Sql::Base</a> <li><a href="../LogParser/Strategies/Sql/Ragel.html">LogParser::Strategies::Sql::Ragel</a> <li><a href="../LogParser/Strategies/Sql/Regexp.html">LogParser::Strategies::Sql::Regexp</a> <li><a href="../LogParser/WhiteList.html">LogParser::WhiteList</a> <li><a href="../Object.html">Object</a> <li><a href="../Runtime.html">Runtime</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="module">module LogParser::Strategies</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
bt3gl/Monitoring_CSRF_Attacks
other_languages/C++/monCSRF_C++/doc/LogParser/Strategies.html
HTML
apache-2.0
4,797
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:04:08 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier (BOM: * : All 2018.2.0 API)</title> <meta name="date" content="2018-02-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 org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier (BOM: * : All 2018.2.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html" target="_top">Frames</a></li> <li><a href="SharedStoreMasterHAPolicySupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#sharedStoreMasterHaPolicy-org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier-">sharedStoreMasterHaPolicy</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a>&nbsp;supplier)</code> <div class="block">A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).</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="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html" target="_top">Frames</a></li> <li><a href="SharedStoreMasterHAPolicySupplier.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; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.2.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html
HTML
apache-2.0
8,552
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> <title>Legend</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Doc-O-Matic" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="STYLESHEET" href="default.css" type="text/css" /> <script type="text/javascript" src="scripts.js"></script> </head> <body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server_14_Legend.html');" onmousedown="onBodyMouseDown();"> <!-- Begin Popups --> <!-- End Popups --> <!-- Begin Page Header --> <div class="Element710" id="areafixed"> <div class="Element92"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="33%"> <div class="Element1"> Lightstreamer .Net Adapter 1.8</div> </td><td width="34%"> <div class="Element2"> <a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div> </td><td width="33%"> </td></tr></table><div class="Element27"> Legend</div> <div class="Element28"> <a href="!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server.html" target="topic">Server Members</a></div> </div> </div> <!-- End Page Header --> <!-- Begin Client Area --> <div class="Element720" id="areascroll"> <div class="Element721"> <!-- Begin Page Content --> <div class="Element58"> <div class="Element14"> Legend</div> <div class="Element11"> <div class="Element10"> <div class="Element212"> <div class="TableDiv"> <table cellspacing="0" class="Table4"> <tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_method.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> Method&nbsp;</div></td></tr><tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_static.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> static&nbsp;</div></td></tr><tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_property.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> Property&nbsp;</div></td></tr></table></div></div> </div> </div> </div> <!-- End Page Content --> <!-- Begin Page Footer --> <div class="Element93"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <div class="Element3"> <a href="http://www.lightstreamer.com/">Copyright (C) 2004-2013 Weswit s.r.l.</a></div> </td></tr><tr><td width="100%"> <div class="Element4"> <a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div> </td></tr></table></div> <!-- End Page Footer --> </div> </div> <!-- End Client Area --> </body></html>
asirnayeef23/fsm
DOCS-SDKs/sdk_adapter_dotnet/doc/API-reference/_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server_14_Legend.html
HTML
apache-2.0
3,638