path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
client/components/users/sessions/_index.html
ZakMooney/cucumber-frontend
<md-toolbar class="md-table-toolbar md-default"> <div class="md-toolbar-tools"> <md-button id="main" class="md-icon-button md-primary" ng-click="back()" aria-label="{{ 'access' | translate }}"> <md-icon md-font-icon="pan_tool">pan_tool</md-icon> </md-button> <p translate>Access Logs</p> <div flex></div> </div> <md-divider></md-divider> </md-toolbar> <md-content class="md-padding" layout="column" layout-gt-sm='column'> <div layout="row" layout-align="center center"> <div flex="100" flex-gt-sm="70"> <md-card> <md-card-content> <md-toolbar class="md-table-toolbar md-default"> <div class="md-toolbar-tools"> <span translate>Recent Sessions</span> <div flex></div> <user-logout-all></user-logout-all> </div> </md-toolbar> <md-table-container> <table md-table md-progress="promise"> <thead md-head> <tr md-row class="md-table-headers-row"> <th md-column><span translate>Logged In</span></th> <th md-column><span translate>Source IP</span></th> </tr> </thead> <tbody md-body> <tr md-row md-select="session" md-auto-select="options.autoSelect" ng-repeat="session in filtered = (sessions | filter: query.filter | orderBy: query.direction)"> <td md-cell> {{ session.created_at | humanTime }} </td> <td md-cell> {{ ::session.request_ip }} </td> </tr> </tbody> </table> </md-table-container> <md-table-pagination md-limit="query.limit" md-limit-options="query.options" md-page="query.page" md-total="{{_links.total_entries}}" md-on-paginate="onPaginate" md-label="{{pagination_labels}}" md-page-select></md-table-pagination> </md-card-content> </md-card> </div> </div> </md-content>
api/2.0.0-beta2/Thelia/Controller/Admin/CustomerController.html
bibich/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Controller\Admin\CustomerController | </title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css"> </head> <body id="class"> <div class="header"> <ul> <li><a href="../../../classes.html">Classes</a></li> <li><a href="../../../namespaces.html">Namespaces</a></li> <li><a href="../../../interfaces.html">Interfaces</a></li> <li><a href="../../../traits.html">Traits</a></li> <li><a href="../../../doc-index.html">Index</a></li> </ul> <div id="title"></div> <div class="type">Class</div> <h1><a href="../../../Thelia/Controller/Admin.html">Thelia\Controller\Admin</a>\CustomerController</h1> </div> <div class="content"> <p> class <strong>CustomerController</strong> extends <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></p> <div class="description"> <p>Class CustomerController</p> <p> </p> </div> <h2>Constants</h2> <table> <tr> <td>TEMPLATE_404</td> <td class="last"> <p><em> </em></p> <p> </p> </td> </tr> </table> <h2>Methods</h2> <table> <tr> <td class="type"> </td> <td class="last"> <a href="#method___construct">__construct</a>() <p> </p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </td> <td class="last"> <a href="#method_defaultAction">defaultAction</a>() <p>The default action is displaying the list.</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_defaultAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </td> <td class="last"> <a href="#method_createAction">createAction</a>() <p>Create a new object</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </td> <td class="last"> <a href="#method_updateAction">updateAction</a>() <p>Load a object for modification, and display the edit template.</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </td> <td class="last"> <a href="#method_processUpdateAction">processUpdateAction</a>() <p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_updatePositionAction">updatePositionAction</a>() <p>Update object position (only for objects whichsupport that)</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_setToggleVisibilityAction">setToggleVisibilityAction</a>() <p>Online status toggle (only for object which support it)</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </td> <td class="last"> <a href="#method_deleteAction">deleteAction</a>() <p>Delete an object</p> </td> <td><small>from&nbsp;<a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td> </tr> </table> <h2>Details</h2> <h3 id="method___construct"> <div class="location">at line 48</div> <code> public <strong>__construct</strong>()</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> </div> </div> <h3 id="method_defaultAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_defaultAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 268</div> <code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>defaultAction</strong>()</code> </h3> <div class="details"> <p>The default action is displaying the list.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> <h3 id="method_createAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 282</div> <code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>createAction</strong>()</code> </h3> <div class="details"> <p>Create a new object</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> <h3 id="method_updateAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 354</div> <code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>updateAction</strong>()</code> </h3> <div class="details"> <p>Load a object for modification, and display the edit template.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> <h3 id="method_processUpdateAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 379</div> <code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>processUpdateAction</strong>()</code> </h3> <div class="details"> <p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> <h3 id="method_updatePositionAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 455</div> <code> public <strong>updatePositionAction</strong>()</code> </h3> <div class="details"> <p>Update object position (only for objects whichsupport that)</p> <p>FIXME: integrate with genericUpdatePositionAction</p> <div class="tags"> </div> </div> <h3 id="method_setToggleVisibilityAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 526</div> <code> public <strong>setToggleVisibilityAction</strong>()</code> </h3> <div class="details"> <p>Online status toggle (only for object which support it)</p> <p> </p> <div class="tags"> </div> </div> <h3 id="method_deleteAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 549</div> <code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>deleteAction</strong>()</code> </h3> <div class="details"> <p>Delete an object</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. </div> </body> </html>
deps/boost/libs/beast/doc/html/beast/ref/boost__beast__basic_flat_buffer/basic_flat_buffer/overload3.html
nawawi/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_flat_buffer::basic_flat_buffer (3 of 10 overloads)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Boost.Beast"> <link rel="up" href="../basic_flat_buffer.html" title="basic_flat_buffer::basic_flat_buffer"> <link rel="prev" href="overload2.html" title="basic_flat_buffer::basic_flat_buffer (2 of 10 overloads)"> <link rel="next" href="overload4.html" title="basic_flat_buffer::basic_flat_buffer (4 of 10 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload2.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_flat_buffer.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h6 class="title"> <a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3"></a><a class="link" href="overload3.html" title="basic_flat_buffer::basic_flat_buffer (3 of 10 overloads)">basic_flat_buffer::basic_flat_buffer (3 of 10 overloads)</a> </h6></div></div></div> <p> Constructor. </p> <h7><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.h0"></a> <span class="phrase"><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.synopsis"></a></span><a class="link" href="overload3.html#beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.synopsis">Synopsis</a> </h7><pre class="programlisting"><span class="identifier">basic_flat_buffer</span><span class="special">(</span> <span class="identifier">Allocator</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">alloc</span><span class="special">);</span> </pre> <h7><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.h1"></a> <span class="phrase"><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.description"></a></span><a class="link" href="overload3.html#beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.description">Description</a> </h7><p> Upon construction, capacity will be zero. </p> <h7><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.h2"></a> <span class="phrase"><a name="beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.parameters"></a></span><a class="link" href="overload3.html#beast.ref.boost__beast__basic_flat_buffer.basic_flat_buffer.overload3.parameters">Parameters</a> </h7><div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">alloc</span></code> </p> </td> <td> <p> The allocator to construct with. </p> </td> </tr></tbody> </table></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2016, 2017 Vinnie Falco<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload2.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_flat_buffer.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
libs/boost_1_50_0/libs/locale/doc/html/special_thanks.html
djsedulous/namecoind
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Boost.Locale: Special Thanks</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" href="../style/section-basic.css"> </head> <body> <div id="boost-common-heading-doc"> <div class="heading-inner"> <div class="heading-placard"></div> <h1 class="heading-title"> <a href="http://www.boost.org/"> <img src="../style/space.png" alt= "Boost C++ Libraries" class="heading-logo" /> <span class="heading-boost">Boost</span> <span class="heading-cpplibraries">C++ Libraries</span> </a> </h1> <p class="heading-quote"> <q>...one of the most highly regarded and expertly designed C++ library projects in the world.</q> <span class="heading-attribution">&mdash; <a href= "http://www.gotw.ca/" class="external">Herb Sutter</a> and <a href= "http://en.wikipedia.org/wiki/Andrei_Alexandrescu" class="external">Andrei Alexandrescu</a>, <a href= "http://safari.awprofessional.com/?XmlId=0321113586" class="external">C++ Coding Standards</a></span> </p> </div> </div> <div id="boost-common-heading-doc-spacer"></div> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="main.html">Boost.Locale</a> </li> <li><a class="el" href="appendix.html">Appendix</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <h1>Special Thanks </h1> </div> </div> <div class="contents"> <p>(in alphabetical order)</p> <ul> <li>Chad Nelson - for volunteering to manage the formal review and for the great language corrections for this tutorial.</li> <li>Vladimir Prus - for development of Boost.Build support for Boost.Locale. </li> </ul> </div> <hr class="footer"/><address class="footer"><small> &copy; Copyright 2009-2011 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0. </small></address> </body> </html>
archived/WebSocket/js/html/scenario3-clientCertificate.html
Microsoft/Windows-universal-samples
<!-- //********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // //********************************************************* --> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="/js/scenario3-clientCertificate.js"></script> </head> <body class="win-type-body"> <div> <h2 id="sampleHeader" class="win-type-subheader">Description:</h2> <div id="scenarioDescription">Client certificate</div> </div> <p>This scenario shows how to use a StreamWebSocket with a client certificate to connect to a server. The sample server (localhost) requires a secure WebSocket (wss://) connection with a client certificate. The StreamWebSocket client certificate property behaves the same as the MessageWebSocket client certificate property.</p> <p> <label> Server address: <input type="text" id="serverAddressField" value="wss://localhost/WebSocketSample/EchoWebSocketWithClientAuthentication.ashx" class="win-textbox" size="60" style="width: auto"> </label> </p> <p> <button id="connectButton" class="win-button">Connect</button> <button id="disconnectButton" class="win-button">Disconnect</button> </p> <div> <p id="outputField"> </p> </div> </body> </html>
src/AbpCompanyName.AbpProjectName.WebSpaAngular/Content/ui-bootstrap-csp.css
volkd/module-zero-template
/* Include this file in your html if you are using the CSP mode. */ .ng-animate.item:not(.left):not(.right) { -webkit-transition: 0s ease-in-out left; transition: 0s ease-in-out left }
poi-3.14/docs/apidocs/org/apache/poi/hmef/attribute/MAPIRtfAttribute.html
Sebaxtian/KDD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> MAPIRtfAttribute (POI API Documentation) </TITLE> <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="MAPIRtfAttribute (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MAPIRtfAttribute.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIDateAttribute.html" title="class in org.apache.poi.hmef.attribute"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIStringAttribute.html" title="class in org.apache.poi.hmef.attribute"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hmef/attribute/MAPIRtfAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MAPIRtfAttribute.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.hmef.attribute</FONT> <BR> Class MAPIRtfAttribute</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html" title="class in org.apache.poi.hmef.attribute">org.apache.poi.hmef.attribute.MAPIAttribute</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hmef.attribute.MAPIRtfAttribute</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>MAPIRtfAttribute</B><DT>extends <A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html" title="class in org.apache.poi.hmef.attribute">MAPIAttribute</A></DL> </PRE> <P> A pure-MAPI attribute holding RTF (compressed or not), which applies to a <A HREF="../../../../../org/apache/poi/hmef/HMEFMessage.html" title="class in org.apache.poi.hmef"><CODE>HMEFMessage</CODE></A> or one of its <A HREF="../../../../../org/apache/poi/hmef/Attachment.html" title="class in org.apache.poi.hmef"><CODE>Attachment</CODE></A>s. <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#MAPIRtfAttribute(org.apache.poi.hsmf.datatypes.MAPIProperty, int, byte[])">MAPIRtfAttribute</A></B>(<A HREF="../../../../../org/apache/poi/hsmf/datatypes/MAPIProperty.html" title="class in org.apache.poi.hsmf.datatypes">MAPIProperty</A>&nbsp;property, int&nbsp;type, byte[]&nbsp;data)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;byte[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#getData()">getData</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the raw uncompressed RTF data</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#getDataString()">getDataString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the uncompressed RTF as a string</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;byte[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#getRawData()">getRawData</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the original, compressed RTF</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIRtfAttribute.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.poi.hmef.attribute.MAPIAttribute"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hmef.attribute.<A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html" title="class in org.apache.poi.hmef.attribute">MAPIAttribute</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html#create(org.apache.poi.hmef.attribute.TNEFAttribute)">create</A>, <A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html#getProperty()">getProperty</A>, <A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html#getType()">getType</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="MAPIRtfAttribute(org.apache.poi.hsmf.datatypes.MAPIProperty, int, byte[])"><!-- --></A><H3> MAPIRtfAttribute</H3> <PRE> public <B>MAPIRtfAttribute</B>(<A HREF="../../../../../org/apache/poi/hsmf/datatypes/MAPIProperty.html" title="class in org.apache.poi.hsmf.datatypes">MAPIProperty</A>&nbsp;property, int&nbsp;type, byte[]&nbsp;data) throws java.io.IOException</PRE> <DL> <DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getRawData()"><!-- --></A><H3> getRawData</H3> <PRE> public byte[] <B>getRawData</B>()</PRE> <DL> <DD>Returns the original, compressed RTF <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getData()"><!-- --></A><H3> getData</H3> <PRE> public byte[] <B>getData</B>()</PRE> <DL> <DD>Returns the raw uncompressed RTF data <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html#getData()">getData</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html" title="class in org.apache.poi.hmef.attribute">MAPIAttribute</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDataString()"><!-- --></A><H3> getDataString</H3> <PRE> public java.lang.String <B>getDataString</B>()</PRE> <DL> <DD>Returns the uncompressed RTF as a string <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIAttribute.html" title="class in org.apache.poi.hmef.attribute">MAPIAttribute</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MAPIRtfAttribute.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIDateAttribute.html" title="class in org.apache.poi.hmef.attribute"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hmef/attribute/MAPIStringAttribute.html" title="class in org.apache.poi.hmef.attribute"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hmef/attribute/MAPIRtfAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MAPIRtfAttribute.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
web/js/ext-js/docs/source/DomHelper.html
ofertix/WebUIMonitor
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js"><span id='Ext-core-DomHelper'>/** </span> * @class Ext.core.DomHelper * &lt;p&gt;The DomHelper class provides a layer of abstraction from DOM and transparently supports creating * elements via DOM or using HTML fragments. It also has the ability to create HTML fragment templates * from your DOM building code.&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;DomHelper element specification object&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;A specification object is used when creating elements. Attributes of this object * are assumed to be element attributes, except for 4 special attributes: * &lt;div class=&quot;mdetail-params&quot;&gt;&lt;ul&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;tag&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;The tag name of the element&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;children&lt;/tt&gt;&lt;/b&gt; : or &lt;tt&gt;cn&lt;/tt&gt;&lt;div class=&quot;sub-desc&quot;&gt;An array of the * same kind of element definition objects to be created and appended. These can be nested * as deep as you want.&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;cls&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;The class attribute of the element. * This will end up being either the &quot;class&quot; attribute on a HTML fragment or className * for a DOM node, depending on whether DomHelper is using fragments or DOM.&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;html&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;The innerHTML for the element&lt;/div&gt;&lt;/li&gt; * &lt;/ul&gt;&lt;/div&gt;&lt;/p&gt; * &lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; For other arbitrary attributes, the value will currently &lt;b&gt;not&lt;/b&gt; be automatically * HTML-escaped prior to building the element's HTML string. This means that if your attribute value * contains special characters that would not normally be allowed in a double-quoted attribute value, * you &lt;b&gt;must&lt;/b&gt; manually HTML-encode it beforehand (see {@link Ext.String#htmlEncode}) or risk * malformed HTML being created. This behavior may change in a future release.&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;Insertion methods&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;Commonly used insertion methods: * &lt;div class=&quot;mdetail-params&quot;&gt;&lt;ul&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #append}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #insertBefore}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #insertAfter}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #overwrite}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #createTemplate}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;li&gt;&lt;b&gt;&lt;tt&gt;{@link #insertHtml}&lt;/tt&gt;&lt;/b&gt; : &lt;div class=&quot;sub-desc&quot;&gt;&lt;/div&gt;&lt;/li&gt; * &lt;/ul&gt;&lt;/div&gt;&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;Example&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;This is an example, where an unordered list with 3 children items is appended to an existing * element with id &lt;tt&gt;'my-div'&lt;/tt&gt;:&lt;br&gt; &lt;pre&gt;&lt;code&gt; var dh = Ext.core.DomHelper; // create shorthand alias // specification object var spec = { id: 'my-ul', tag: 'ul', cls: 'my-list', // append children after creating children: [ // may also specify 'cn' instead of 'children' {tag: 'li', id: 'item0', html: 'List Item 0'}, {tag: 'li', id: 'item1', html: 'List Item 1'}, {tag: 'li', id: 'item2', html: 'List Item 2'} ] }; var list = dh.append( 'my-div', // the context element 'my-div' can either be the id or the actual node spec // the specification object ); &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * &lt;p&gt;Element creation specification parameters in this class may also be passed as an Array of * specification objects. This can be used to insert multiple sibling nodes into an existing * container very efficiently. For example, to add more list items to the example above:&lt;pre&gt;&lt;code&gt; dh.append('my-ul', [ {tag: 'li', id: 'item3', html: 'List Item 3'}, {tag: 'li', id: 'item4', html: 'List Item 4'} ]); * &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;Templating&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;The real power is in the built-in templating. Instead of creating or appending any elements, * &lt;tt&gt;{@link #createTemplate}&lt;/tt&gt; returns a Template object which can be used over and over to * insert new elements. Revisiting the example above, we could utilize templating this time: * &lt;pre&gt;&lt;code&gt; // create the node var list = dh.append('my-div', {tag: 'ul', cls: 'my-list'}); // get template var tpl = dh.createTemplate({tag: 'li', id: 'item{0}', html: 'List Item {0}'}); for(var i = 0; i &lt; 5, i++){ tpl.append(list, [i]); // use template to append to the actual node } * &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * &lt;p&gt;An example using a template:&lt;pre&gt;&lt;code&gt; var html = '&lt;a id=&quot;{0}&quot; href=&quot;{1}&quot; class=&quot;nav&quot;&gt;{2}&lt;/a&gt;'; var tpl = new Ext.core.DomHelper.createTemplate(html); tpl.append('blog-roll', ['link1', 'http://www.edspencer.net/', &quot;Ed&amp;#39;s Site&quot;]); tpl.append('blog-roll', ['link2', 'http://www.dustindiaz.com/', &quot;Dustin&amp;#39;s Site&quot;]); * &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * * &lt;p&gt;The same example using named parameters:&lt;pre&gt;&lt;code&gt; var html = '&lt;a id=&quot;{id}&quot; href=&quot;{url}&quot; class=&quot;nav&quot;&gt;{text}&lt;/a&gt;'; var tpl = new Ext.core.DomHelper.createTemplate(html); tpl.append('blog-roll', { id: 'link1', url: 'http://www.edspencer.net/', text: &quot;Ed&amp;#39;s Site&quot; }); tpl.append('blog-roll', { id: 'link2', url: 'http://www.dustindiaz.com/', text: &quot;Dustin&amp;#39;s Site&quot; }); * &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;Compiling Templates&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;Templates are applied using regular expressions. The performance is great, but if * you are adding a bunch of DOM elements using the same template, you can increase * performance even further by {@link Ext.Template#compile &quot;compiling&quot;} the template. * The way &quot;{@link Ext.Template#compile compile()}&quot; works is the template is parsed and * broken up at the different variable points and a dynamic function is created and eval'ed. * The generated function performs string concatenation of these parts and the passed * variables instead of using regular expressions. * &lt;pre&gt;&lt;code&gt; var html = '&lt;a id=&quot;{id}&quot; href=&quot;{url}&quot; class=&quot;nav&quot;&gt;{text}&lt;/a&gt;'; var tpl = new Ext.core.DomHelper.createTemplate(html); tpl.compile(); //... use template like normal * &lt;/code&gt;&lt;/pre&gt;&lt;/p&gt; * * &lt;p&gt;&lt;b&gt;&lt;u&gt;Performance Boost&lt;/u&gt;&lt;/b&gt;&lt;/p&gt; * &lt;p&gt;DomHelper will transparently create HTML fragments when it can. Using HTML fragments instead * of DOM can significantly boost performance.&lt;/p&gt; * &lt;p&gt;Element creation specification parameters may also be strings. If {@link #useDom} is &lt;tt&gt;false&lt;/tt&gt;, * then the string is used as innerHTML. If {@link #useDom} is &lt;tt&gt;true&lt;/tt&gt;, a string specification * results in the creation of a text node. Usage:&lt;/p&gt; * &lt;pre&gt;&lt;code&gt; Ext.core.DomHelper.useDom = true; // force it to use DOM; reduces performance * &lt;/code&gt;&lt;/pre&gt; * @singleton */ Ext.ns('Ext.core'); Ext.core.DomHelper = function(){ var tempTableEl = null, emptyTags = /^(?:br|frame|hr|img|input|link|meta|range|spacer|wbr|area|param|col)$/i, tableRe = /^table|tbody|tr|td$/i, confRe = /tag|children|cn|html$/i, tableElRe = /td|tr|tbody/i, endRe = /end/i, pub, // kill repeat to save bytes afterbegin = 'afterbegin', afterend = 'afterend', beforebegin = 'beforebegin', beforeend = 'beforeend', ts = '&lt;table&gt;', te = '&lt;/table&gt;', tbs = ts+'&lt;tbody&gt;', tbe = '&lt;/tbody&gt;'+te, trs = tbs + '&lt;tr&gt;', tre = '&lt;/tr&gt;'+tbe; // private function doInsert(el, o, returnElement, pos, sibling, append){ el = Ext.getDom(el); var newNode; if (pub.useDom) { newNode = createDom(o, null); if (append) { el.appendChild(newNode); } else { (sibling == 'firstChild' ? el : el.parentNode).insertBefore(newNode, el[sibling] || el); } } else { newNode = Ext.core.DomHelper.insertHtml(pos, el, Ext.core.DomHelper.createHtml(o)); } return returnElement ? Ext.get(newNode, true) : newNode; } function createDom(o, parentNode){ var el, doc = document, useSet, attr, val, cn; if (Ext.isArray(o)) { // Allow Arrays of siblings to be inserted el = doc.createDocumentFragment(); // in one shot using a DocumentFragment for (var i = 0, l = o.length; i &lt; l; i++) { createDom(o[i], el); } } else if (typeof o == 'string') { // Allow a string as a child spec. el = doc.createTextNode(o); } else { el = doc.createElement( o.tag || 'div' ); useSet = !!el.setAttribute; // In IE some elements don't have setAttribute for (attr in o) { if(!confRe.test(attr)){ val = o[attr]; if(attr == 'cls'){ el.className = val; }else{ if(useSet){ el.setAttribute(attr, val); }else{ el[attr] = val; } } } } Ext.core.DomHelper.applyStyles(el, o.style); if ((cn = o.children || o.cn)) { createDom(cn, el); } else if (o.html) { el.innerHTML = o.html; } } if(parentNode){ parentNode.appendChild(el); } return el; } // build as innerHTML where available function createHtml(o){ var b = '', attr, val, key, cn, i; if(typeof o == &quot;string&quot;){ b = o; } else if (Ext.isArray(o)) { for (i=0; i &lt; o.length; i++) { if(o[i]) { b += createHtml(o[i]); } } } else { b += '&lt;' + (o.tag = o.tag || 'div'); for (attr in o) { val = o[attr]; if(!confRe.test(attr)){ if (typeof val == &quot;object&quot;) { b += ' ' + attr + '=&quot;'; for (key in val) { b += key + ':' + val[key] + ';'; } b += '&quot;'; }else{ b += ' ' + ({cls : 'class', htmlFor : 'for'}[attr] || attr) + '=&quot;' + val + '&quot;'; } } } // Now either just close the tag or try to add children and close the tag. if (emptyTags.test(o.tag)) { b += '/&gt;'; } else { b += '&gt;'; if ((cn = o.children || o.cn)) { b += createHtml(cn); } else if(o.html){ b += o.html; } b += '&lt;/' + o.tag + '&gt;'; } } return b; } function ieTable(depth, s, h, e){ tempTableEl.innerHTML = [s, h, e].join(''); var i = -1, el = tempTableEl, ns; while(++i &lt; depth){ el = el.firstChild; } // If the result is multiple siblings, then encapsulate them into one fragment. ns = el.nextSibling; if (ns){ var df = document.createDocumentFragment(); while(el){ ns = el.nextSibling; df.appendChild(el); el = ns; } el = df; } return el; } <span id='Ext-core-DomHelper-method-insertIntoTable'> /** </span> * @ignore * Nasty code for IE's broken table implementation */ function insertIntoTable(tag, where, el, html) { var node, before; tempTableEl = tempTableEl || document.createElement('div'); if(tag == 'td' &amp;&amp; (where == afterbegin || where == beforeend) || !tableElRe.test(tag) &amp;&amp; (where == beforebegin || where == afterend)) { return null; } before = where == beforebegin ? el : where == afterend ? el.nextSibling : where == afterbegin ? el.firstChild : null; if (where == beforebegin || where == afterend) { el = el.parentNode; } if (tag == 'td' || (tag == 'tr' &amp;&amp; (where == beforeend || where == afterbegin))) { node = ieTable(4, trs, html, tre); } else if ((tag == 'tbody' &amp;&amp; (where == beforeend || where == afterbegin)) || (tag == 'tr' &amp;&amp; (where == beforebegin || where == afterend))) { node = ieTable(3, tbs, html, tbe); } else { node = ieTable(2, ts, html, te); } el.insertBefore(node, before); return node; } <span id='Ext-core-DomHelper-method-createContextualFragment'> /** </span> * @ignore * Fix for IE9 createContextualFragment missing method */ function createContextualFragment(html){ var div = document.createElement(&quot;div&quot;), fragment = document.createDocumentFragment(), i = 0, length, childNodes; div.innerHTML = html; childNodes = div.childNodes; length = childNodes.length; for (; i &lt; length; i++) { fragment.appendChild(childNodes[i].cloneNode(true)); } return fragment; } pub = { <span id='Ext-core-DomHelper-method-markup'> /** </span> * Returns the markup for the passed Element(s) config. * @param {Object} o The DOM object spec (and children) * @return {String} */ markup : function(o){ return createHtml(o); }, <span id='Ext-core-DomHelper-method-applyStyles'> /** </span> * Applies a style specification to an element. * @param {String/HTMLElement} el The element to apply styles to * @param {String/Object/Function} styles A style specification string e.g. 'width:100px', or object in the form {width:'100px'}, or * a function which returns such a specification. */ applyStyles : function(el, styles){ if (styles) { el = Ext.fly(el); if (typeof styles == &quot;function&quot;) { styles = styles.call(); } if (typeof styles == &quot;string&quot;) { styles = Ext.core.Element.parseStyles(styles); } if (typeof styles == &quot;object&quot;) { el.setStyle(styles); } } }, <span id='Ext-core-DomHelper-method-insertHtml'> /** </span> * Inserts an HTML fragment into the DOM. * @param {String} where Where to insert the html in relation to el - beforeBegin, afterBegin, beforeEnd, afterEnd. * @param {HTMLElement/TextNode} el The context element * @param {String} html The HTML fragment * @return {HTMLElement} The new node */ insertHtml : function(where, el, html){ var hash = {}, hashVal, range, rangeEl, setStart, frag, rs; where = where.toLowerCase(); // add these here because they are used in both branches of the condition. hash[beforebegin] = ['BeforeBegin', 'previousSibling']; hash[afterend] = ['AfterEnd', 'nextSibling']; // if IE and context element is an HTMLElement if (el.insertAdjacentHTML) { if(tableRe.test(el.tagName) &amp;&amp; (rs = insertIntoTable(el.tagName.toLowerCase(), where, el, html))){ return rs; } // add these two to the hash. hash[afterbegin] = ['AfterBegin', 'firstChild']; hash[beforeend] = ['BeforeEnd', 'lastChild']; if ((hashVal = hash[where])) { el.insertAdjacentHTML(hashVal[0], html); return el[hashVal[1]]; } // if (not IE and context element is an HTMLElement) or TextNode } else { // we cannot insert anything inside a textnode so... if (Ext.isTextNode(el)) { where = where === 'afterbegin' ? 'beforebegin' : where; where = where === 'beforeend' ? 'afterend' : where; } range = Ext.supports.CreateContextualFragment ? el.ownerDocument.createRange() : undefined; setStart = 'setStart' + (endRe.test(where) ? 'After' : 'Before'); if (hash[where]) { if (range) { range[setStart](el); frag = range.createContextualFragment(html); } else { frag = createContextualFragment(html); } el.parentNode.insertBefore(frag, where == beforebegin ? el : el.nextSibling); return el[(where == beforebegin ? 'previous' : 'next') + 'Sibling']; } else { rangeEl = (where == afterbegin ? 'first' : 'last') + 'Child'; if (el.firstChild) { if (range) { range[setStart](el[rangeEl]); frag = range.createContextualFragment(html); } else { frag = createContextualFragment(html); } if(where == afterbegin){ el.insertBefore(frag, el.firstChild); }else{ el.appendChild(frag); } } else { el.innerHTML = html; } return el[rangeEl]; } } //&lt;debug&gt; Ext.Error.raise({ sourceClass: 'Ext.core.DomHelper', sourceMethod: 'insertHtml', htmlToInsert: html, targetElement: el, msg: 'Illegal insertion point reached: &quot;' + where + '&quot;' }); //&lt;/debug&gt; }, <span id='Ext-core-DomHelper-method-insertBefore'> /** </span> * Creates new DOM element(s) and inserts them before el. * @param {Mixed} el The context element * @param {Object/String} o The DOM object spec (and children) or raw HTML blob * @param {Boolean} returnElement (optional) true to return a Ext.core.Element * @return {HTMLElement/Ext.core.Element} The new node */ insertBefore : function(el, o, returnElement){ return doInsert(el, o, returnElement, beforebegin); }, <span id='Ext-core-DomHelper-method-insertAfter'> /** </span> * Creates new DOM element(s) and inserts them after el. * @param {Mixed} el The context element * @param {Object} o The DOM object spec (and children) * @param {Boolean} returnElement (optional) true to return a Ext.core.Element * @return {HTMLElement/Ext.core.Element} The new node */ insertAfter : function(el, o, returnElement){ return doInsert(el, o, returnElement, afterend, 'nextSibling'); }, <span id='Ext-core-DomHelper-method-insertFirst'> /** </span> * Creates new DOM element(s) and inserts them as the first child of el. * @param {Mixed} el The context element * @param {Object/String} o The DOM object spec (and children) or raw HTML blob * @param {Boolean} returnElement (optional) true to return a Ext.core.Element * @return {HTMLElement/Ext.core.Element} The new node */ insertFirst : function(el, o, returnElement){ return doInsert(el, o, returnElement, afterbegin, 'firstChild'); }, <span id='Ext-core-DomHelper-method-append'> /** </span> * Creates new DOM element(s) and appends them to el. * @param {Mixed} el The context element * @param {Object/String} o The DOM object spec (and children) or raw HTML blob * @param {Boolean} returnElement (optional) true to return a Ext.core.Element * @return {HTMLElement/Ext.core.Element} The new node */ append : function(el, o, returnElement){ return doInsert(el, o, returnElement, beforeend, '', true); }, <span id='Ext-core-DomHelper-method-overwrite'> /** </span> * Creates new DOM element(s) and overwrites the contents of el with them. * @param {Mixed} el The context element * @param {Object/String} o The DOM object spec (and children) or raw HTML blob * @param {Boolean} returnElement (optional) true to return a Ext.core.Element * @return {HTMLElement/Ext.core.Element} The new node */ overwrite : function(el, o, returnElement){ el = Ext.getDom(el); el.innerHTML = createHtml(o); return returnElement ? Ext.get(el.firstChild) : el.firstChild; }, createHtml : createHtml, <span id='Ext-core-DomHelper-method-createDom'> /** </span> * Creates new DOM element(s) without inserting them to the document. * @param {Object/String} o The DOM object spec (and children) or raw HTML blob * @return {HTMLElement} The new uninserted node * @method */ createDom: createDom, <span id='Ext-core-DomHelper-property-useDom'> /** True to force the use of DOM instead of html fragments @type Boolean */ </span> useDom : false, <span id='Ext-core-DomHelper-method-createTemplate'> /** </span> * Creates a new Ext.Template from the DOM object spec. * @param {Object} o The DOM object spec (and children) * @return {Ext.Template} The new template */ createTemplate : function(o){ var html = Ext.core.DomHelper.createHtml(o); return Ext.create('Ext.Template', html); } }; return pub; }(); </pre> </body> </html>
deps/boost/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html
vslavik/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ssl::stream::next_layer (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../next_layer.html" title="ssl::stream::next_layer"> <link rel="prev" href="overload1.html" title="ssl::stream::next_layer (1 of 2 overloads)"> <link rel="next" href="../next_layer_type.html" title="ssl::stream::next_layer_type"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_layer.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../next_layer_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.ssl__stream.next_layer.overload2"></a><a class="link" href="overload2.html" title="ssl::stream::next_layer (2 of 2 overloads)">ssl::stream::next_layer (2 of 2 overloads)</a> </h5></div></div></div> <p> Get a reference to the next layer. </p> <pre class="programlisting">next_layer_type &amp; next_layer(); </pre> <p> This function returns a reference to the next layer in a stack of stream layers. </p> <h6> <a name="boost_asio.reference.ssl__stream.next_layer.overload2.h0"></a> <span class="phrase"><a name="boost_asio.reference.ssl__stream.next_layer.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__stream.next_layer.overload2.return_value">Return Value</a> </h6> <p> A reference to the next layer in the stack of stream layers. Ownership is not transferred to the caller. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_layer.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../next_layer_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
deps/boost/doc/html/boost/algorithm/trim_fill_copy_if.html
vslavik/poedit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template trim_fill_copy_if</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp" title="Header &lt;boost/algorithm/string/trim_all.hpp&gt;"> <link rel="prev" href="trim_all.html" title="Function template trim_all"> <link rel="next" href="trim_fill_if.html" title="Function template trim_fill_if"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="trim_all.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="trim_fill_if.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.algorithm.trim_fill_copy_if"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template trim_fill_copy_if</span></h2> <p>boost::algorithm::trim_fill_copy_if &#8212; Trim Fill - parametric. </p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp" title="Header &lt;boost/algorithm/string/trim_all.hpp&gt;">boost/algorithm/string/trim_all.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SequenceT<span class="special">,</span> <span class="keyword">typename</span> RangeT<span class="special">,</span> <span class="keyword">typename</span> PredicateT<span class="special">&gt;</span> <span class="identifier">SequenceT</span> <span class="identifier">trim_fill_copy_if</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">SequenceT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">RangeT</span> <span class="special">&amp;</span> Fill<span class="special">,</span> <span class="identifier">PredicateT</span> IsSpace<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id-1.3.3.9.24.11.4"></a><h2>Description</h2> <p>Remove all leading and trailing spaces from the input and replace all every block of consecutive spaces with a fill string defined by user. The result is a trimmed copy of the input</p> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">Fill</code></span></p></td> <td><p>A string used to fill the inner spaces </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">Input</code></span></p></td> <td><p>An input sequence </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">IsSpace</code></span></p></td> <td><p>A unary predicate identifying spaces </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>A trimmed copy of the input </p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2002-2004 Pavol Droba<p>Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="trim_all.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="trim_fill_if.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
examples/basic/operatorprecedence.html
dhodgin/processing-js
<!DOCTYPE html> <html> <head> <script src="../../processing.js"></script> <script src="../init.js"></script> <link rel="stylesheet" href="../style.css"/></head> <body><h1><a href="http://ejohn.org/blog/processingjs/">Processing.js</a></h1> <h2>OperatorPrecedence</h2> <p>by REAS <http://reas.com> If you don't explicitly state the order in which an expression is evaluated, they are evaluated based on the operator precedence. For example, in the statement "4 + 28", the 2 will first be multiplied by 8 and then the result will be added to 4. This is because the "*" has a higher precedence than the "+". To avoid ambiguity in reading the program, it is recommended that is statement is written as "4 + (28)". The order of evaluation can be controlled through placement of parenthesis in the code. A table of operator precedence follows below.</p> <p><a href="http://processing.org/learning/basics/operatorprecedence.html"><b>Original Processing.org Example:</b> OperatorPrecedence</a><br> <script type="application/processing"> // The highest precedence is at the top of the list and // the lowest is at the bottom. // Multiplicative: * / % // Additive: + - // Relational: < > <= >= // Equality: == != // Logical AND: && // Logical OR: || // Assignment: = += -= *= /= %= size(200, 200); background(51); noFill(); stroke(51); stroke(204); for(int i=0; i< width-20; i+= 4) { // The 30 is added to 70 and then evaluated // if it is greater than the current value of "i" // For clarity, write as "if(i > (30 + 70)) {" if(i > 30 + 70) { line(i, 0, i, 50); } } stroke(255); // The 2 is multiplied by the 8 and the result is added to the 5 // For clarity, write as "rect(5 + (2 * 8), 0, 90, 20);" rect(4 + 2 * 8, 52, 90, 48); rect((4 + 2) * 8, 100, 90, 49); stroke(153); for(int i=0; i< width; i+= 2) { // The relational statements are evaluated // first, and then the logical AND statements and // finally the logical OR. For clarity, write as: // "if(((i > 10) && (i < 50)) || ((i > 80) && (i < 160))) {" if(i > 20 && i < 50 || i > 100 && i < width-20) { line(i, 151, i, height-1); } } </script><canvas width="200" height="200"></canvas></p> <div style="height:0px;width:0px;overflow:hidden;"></div> <pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a> // unless otherwise stated.</b> // The highest precedence is at the top of the list and // the lowest is at the bottom. // Multiplicative: * / % // Additive: + - // Relational: &lt; &gt; &lt;= &gt;= // Equality: == != // Logical AND: && // Logical OR: || // Assignment: = += -= *= /= %= size(200, 200); background(51); noFill(); stroke(51); stroke(204); for(int i=0; i&lt; width-20; i+= 4) { // The 30 is added to 70 and then evaluated // if it is greater than the current value of "i" // For clarity, write as "if(i &gt; (30 + 70)) {" if(i &gt; 30 + 70) { line(i, 0, i, 50); } } stroke(255); // The 2 is multiplied by the 8 and the result is added to the 5 // For clarity, write as "rect(5 + (2 * 8), 0, 90, 20);" rect(4 + 2 * 8, 52, 90, 48); rect((4 + 2) * 8, 100, 90, 49); stroke(153); for(int i=0; i&lt; width; i+= 2) { // The relational statements are evaluated // first, and then the logical AND statements and // finally the logical OR. For clarity, write as: // "if(((i &gt; 10) && (i &lt; 50)) || ((i &gt; 80) && (i &lt; 160))) {" if(i &gt; 20 && i &lt; 50 || i &gt; 100 && i &lt; width-20) { line(i, 151, i, height-1); } }</pre> </body> </html>
src/libs/asio/doc/asio/reference/basic_socket_streambuf/bind/overload1.html
throughnet/throughnet
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_streambuf::bind (1 of 2 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../../index.html" title="Asio"> <link rel="up" href="../bind.html" title="basic_socket_streambuf::bind"> <link rel="prev" href="../bind.html" title="basic_socket_streambuf::bind"> <link rel="next" href="overload2.html" title="basic_socket_streambuf::bind (2 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../bind.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../bind.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="asio.reference.basic_socket_streambuf.bind.overload1"></a><a class="link" href="overload1.html" title="basic_socket_streambuf::bind (1 of 2 overloads)">basic_socket_streambuf::bind (1 of 2 overloads)</a> </h5></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_socket.</em></span> </p> <p> Bind the socket to the given local endpoint. </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">bind</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">endpoint</span><span class="special">);</span> </pre> <p> This function binds the socket to the specified endpoint on the local machine. </p> <h6> <a name="asio.reference.basic_socket_streambuf.bind.overload1.h0"></a> <span><a name="asio.reference.basic_socket_streambuf.bind.overload1.parameters"></a></span><a class="link" href="overload1.html#asio.reference.basic_socket_streambuf.bind.overload1.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">endpoint</span></dt> <dd><p> An endpoint on the local machine to which the socket will be bound. </p></dd> </dl> </div> <h6> <a name="asio.reference.basic_socket_streambuf.bind.overload1.h1"></a> <span><a name="asio.reference.basic_socket_streambuf.bind.overload1.exceptions"></a></span><a class="link" href="overload1.html#asio.reference.basic_socket_streambuf.bind.overload1.exceptions">Exceptions</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">asio::system_error</span></dt> <dd><p> Thrown on failure. </p></dd> </dl> </div> <h6> <a name="asio.reference.basic_socket_streambuf.bind.overload1.h2"></a> <span><a name="asio.reference.basic_socket_streambuf.bind.overload1.example"></a></span><a class="link" href="overload1.html#asio.reference.basic_socket_streambuf.bind.overload1.example">Example</a> </h6> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">open</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">());</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">bind</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span><span class="special">(</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">v4</span><span class="special">(),</span> <span class="number">12345</span><span class="special">));</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2016 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../bind.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../bind.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a> </div> </body> </html>
ajax/libs/yui/3.3.0/overlay/assets/skins/sam/overlay.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:1b9ab1e4abb2f143c0eeda0db9d96cafa68693e789474581659d0bd2292015e5 size 150
apps/admin/views/extended.html
evan70/elefant
<div class="form"> <div id="fields"> </div> <div id="add"> <a href="#" id="add-field">{"Add Field"}</a> <div class="field" id="new-field"> <form class="field-form" id="new-field-form"> <p> {"Field name"}: <input type="text" name="label" size="40" /> &nbsp;<span class="vertical-hr">|</span>&nbsp; {"Type"}: <select name="type" id="new-field-type"> <option value="text">{"Single-line text"}</option> <option value="textarea">{"Paragraph text"}</option> <option value="select">{"Drop down"}</option> <option value="file">{"File link"}</option> <option value="image">{"Image link"}</option> <option value="date">{"Date input"}</option> <option value="datetime">{"Date/time input"}</option> {% foreach custom as field_id, field_name %} <option value="{{field_id}}">{{field_name|__}}</option> {% end %} </select> &nbsp;<span class="vertical-hr">|</span>&nbsp; <input type="checkbox" name="required" value="1" /> {"Required"} </p> <p class="submit-buttons"> <span class="saving" id="new-field-saving">{"Saving..."}&nbsp;</span> <input type="submit" value="{"Add"}" /> &nbsp; <a href="#" id="new-field-cancel">{"Cancel"}</a> </p> <p style="float: left; display: none" id="new-field-options"> {"Drop down options (one per line)"}:<br /> <textarea name="options" cols="60" rows="4"></textarea> </p> <br style="clear: both" /> </form> </div> </div> </div> <script id="field-tpl" type="text/html"> <div class="field" id="\{{id}}-wrapper" data-sort="\{{sort}}"> <div class="field-handle" id="\{{id}}-handle"></div> <form class="field-form" id="\{{id}}-form"> <p> {"Field name"}: <input type="text" name="label" value="\{{label}}" size="40" /> &nbsp;<span class="vertical-hr">|</span>&nbsp; {"Type"}: <select name="type" id="\{{id}}-type"> <option value="text"\{{#if text}} selected\{{/if}}>{"Single-line text"}</option> <option value="textarea"\{{#if textarea}} selected\{{/if}}>{"Paragraph text"}</option> <option value="select"\{{#if select}} selected\{{/if}}>{"Drop down"}</option> <option value="file"\{{#if file}} selected\{{/if}}>{"File link"}</option> <option value="image"\{{#if image}} selected\{{/if}}>{"Image link"}</option> <option value="date"\{{#if date}} selected\{{/if}}>{"Date input"}</option> <option value="datetime"\{{#if datetime}} selected\{{/if}}>{"Date/time input"}</option> {% foreach custom as field_id, field_name %} <option value="{{field_id}}"\{{#if {{field_id}}\}} selected \{{/if}}>{{field_name|__}}</option> {% end %} </select> &nbsp;<span class="vertical-hr">|</span>&nbsp; <input type="checkbox" name="required" value="1"\{{#if required}} checked\{{/if}} /> {"Required"} </p> <p class="submit-buttons"> <span class="saving" id="\{{id}}-saving">{"Saving..."}&nbsp;</span> <input type="submit" id="\{{id}}-save" value="{"Save"}" /> &nbsp; <a href="#" id="\{{id}}-delete">{"Delete"}</a> </p> <p style="float: left\{{#unless select}}; display: none\{{/unless}}" id="\{{id}}-options"> {"Drop down options (one per line)"}:<br /> <textarea name="options" cols="60" rows="3">\{{{options}}}</textarea> </p> <br style="clear: both" /> </form> </div> </script> <script> $(function () { extended.init ({ extends: {{extends||json_encode}}, fields: {{fields|json_encode}}, strings: { confirm_delete: "{"Are you sure you want to delete this field?"}", label_empty: "{"You must enter a field name."}", options_empty: "{"You must enter options for a select field."}", field_added: "{"Field added."}", field_updated: "{"Field updated."}", field_delete: "{"Field deleted."}", order_updated: "{"Field order has been updated."}" }, custom: {{custom|json_encode}} }); }); </script> <style> .vertical-hr { color: #ccc; } #fields { margin-left: -33px; padding-left: 33px; } .field { position: relative; margin-left: -33px; padding-left: 33px; } .placeholder { border: 1px solid #ccc; background-color: #ffe; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 5px 8px 5px 8px; margin-bottom: 8px; min-height: 58px; z-index: 1; } .field-form { position: relative; border: 1px solid #ccc; background-color: #fafafa; -webkit-border-radius: 4px; -webkit-border-top-left-radius: 0; -moz-border-radius: 4px; -moz-border-radius-topleft: 0; border-radius: 4px; border-top-left-radius: 0; padding: 5px 8px 5px 8px; margin-bottom: 8px; min-height: 73px; z-index: 1; } .field-handle { position: absolute; display: block; border: 1px solid #ccc; border-right: 0px none; background-color: #fafafa; background-image: url(/apps/admin/css/admin/drag_drop_up_down.png); background-repeat: no-repeat; background-position: 5px 5px; -webkit-border-radius: 4px; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius: 4px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; border-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; width: 24px; height: 24px; margin-top: 0px; margin-left: -24px; z-index: 2; } .field-handle:hover { cursor: move; } .field p { margin: 8px 0px 0px 0px; } .field p:first-child { margin-top: 0px; } .submit-buttons { position: absolute; bottom: 10px; right: 8px; } .saving { display: none; } #new-field { display: none; } #new-field form { -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } </style>
deps/boost/libs/convert/doc/html/BOOST_CNV_PARA_idp40502528.html
nawawi/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_CNV_PARAM</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.Convert 2.0"> <link rel="up" href="header/boost/convert/stream_hpp.html" title="Header &lt;boost/convert/stream.hpp&gt;"> <link rel="prev" href="BOOST_CNV_STRING_ENABLE.html" title="Macro BOOST_CNV_STRING_ENABLE"> <link rel="next" href="header/boost/convert/strtol_hpp.html" title="Header &lt;boost/convert/strtol.hpp&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_CNV_STRING_ENABLE.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/convert/stream_hpp.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="header/boost/convert/strtol_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_CNV_PARA_idp40502528"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_CNV_PARAM</span></h2> <p>BOOST_CNV_PARAM</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="header/boost/convert/stream_hpp.html" title="Header &lt;boost/convert/stream.hpp&gt;">boost/convert/stream.hpp</a>&gt; </span>BOOST_CNV_PARAM(PARAM_NAME, PARAM_TYPE)</pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2016 Vladimir Batov<p> Distributed under the Boost Software License, Version 1.0. See copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>. </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_CNV_STRING_ENABLE.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/convert/stream_hpp.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="header/boost/convert/strtol_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
src/deps/boost/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::address_v4::is_class_b</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__address_v4.html" title="ip::address_v4"> <link rel="prev" href="is_class_a.html" title="ip::address_v4::is_class_a"> <link rel="next" href="is_class_c.html" title="ip::address_v4::is_class_c"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_class_a.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address_v4.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_class_c.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__address_v4.is_class_b"></a><a class="link" href="is_class_b.html" title="ip::address_v4::is_class_b">ip::address_v4::is_class_b</a> </h4></div></div></div> <p> <a class="indexterm" name="idp58879296"></a> Determine whether the address is a class B address. </p> <pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_class_b</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2012 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_class_a.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address_v4.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_class_c.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
assets/css/standorte_css.css
adessoAG/devblog
locationMap{ padding:0px; } .textSVG{ font-size:21pt; } .locationLink{ cursor:pointer; font-weight:bold; background-color: #fff; } .locationLink :hover { text-decoration:underline; fill:#00426d; stroke-width: 20px; } .standortLayer{ display:none; padding:50px 15px 15px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); z-index:1; color:#000; } .adesso-close-standort { background: #f4f4f4 none repeat scroll 0 0; border: 1px solid #f4f4f4; border-radius: 50%; float: left; height: 2.5rem; width: 2.5rem; margin: 1px; margin-left: 3px; top: 0; position: relative; cursor: pointer; color: transparent; z-index: 2; margin: 0 15px; } .adesso-close-standort:before{ -webkit-transform: rotate(45deg); transform: rotate(45deg); } .adesso-close-standort:before, .adesso-close-standort:after { background-color: #857971; content: " "; height: 1.25rem; left: 1.125rem; position: absolute; top: 0.5625rem; width: 0.1875rem; } .adesso-close-standort:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .adesso-close-standort:before, .adesso-close-standort:after { background-color: #857971; content: " "; height: 1.25rem; left: 1.125rem; position: absolute; top: 0.5625rem; width: 0.1875rem; }
test/comparison-tests/html-webpack-plugin/index.html
gsteacy/ts-loader
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Webpack App</title> </head> <body> <script src="bundle.js"></script></body> </html>
yelpvis/static/yelpvis/css/tipsy.css
intuinno/vistalk
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; } .tipsy-inner { background-color: white; color: black; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; } /* Rounded corners */ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } /* Uncomment for shadow */ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } /* Rules to colour arrows */ .tipsy-arrow-n { border-bottom-color: #000; } .tipsy-arrow-s { border-top-color: #000; } .tipsy-arrow-e { border-left-color: #000; } .tipsy-arrow-w { border-right-color: #000; } .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
viet/data/ne_10m_admin_0_map_subunits/ne_10m_admin_0_map_subunits.README.html
truonghuy/viet-map
<!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" lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Admin 0 &#8211; Details | Natural Earth</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="alternate" type="application/rss+xml" title="Natural Earth RSS Feed" href="http://www.naturalearthdata.com/feed/" /> <link rel="pingback" href="http://www.naturalearthdata.com/xmlrpc.php" /> <script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/themes/NEV/includes/js/suckerfish.js"></script> <!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <script defer="defer" type="text/javascript" src="http://www.naturalearthdata.com/wp-content/themes/NEV/includes/js/pngfix.js"></script> <![endif]--> <link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/themes/NEV/style.css" type="text/css" media="screen" /> <script type="text/javascript">//<![CDATA[ // Google Analytics for WordPress by Yoast v4.3.2 | http://yoast.com/wordpress/google-analytics/ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-10168306-1']); </script><script src="http://www.naturalearthdata.com/wp-content/plugins/google-analytics-for-wordpress/custom_se_async.js" type="text/javascript"></script> <script type="text/javascript"> _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]></script> <link rel='stylesheet' id='bbp-child-bbpress-css' href='http://www.naturalearthdata.com/wp-content/themes/NEV/css/bbpress.css?ver=2.2.4' type='text/css' media='screen' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.naturalearthdata.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.naturalearthdata.com/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='Natural Earth I with Shaded Relief' href='http://www.naturalearthdata.com/downloads/50m-natural-earth-1/50m-natural-earth-i-with-shaded-relief/' /> <link rel='next' title='Natural Earth II with Shaded Relief and Water' href='http://www.naturalearthdata.com/downloads/50m-natural-earth-2/50m-natural-earth-ii-with-shaded-relief-and-water/' /> <meta name="generator" content="WordPress 3.5.1" /> <link rel='shortlink' href='http://www.naturalearthdata.com/?p=492' /> <!-- All in One SEO Pack 1.6.15.3 by Michael Torbert of Semper Fi Web Design[299,445] --> <meta name="description" content="There are 197 sovereign states in the world. Country subdivisions and the smallest map units. About Sovereign states:" /> <link rel="canonical" href="http://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-0-details/" /> <!-- /all in one seo pack --> <script type="text/javascript"> /* <![CDATA[ */ var ajaxurl = 'http://www.naturalearthdata.com/wp-admin/admin-ajax.php'; /* ]]> */ </script> <!-- begin gallery scripts --> <link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/> <link rel="stylesheet" href="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/> <script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script> <script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script> <script type="text/javascript" src="http://www.naturalearthdata.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script> <!-- end gallery scripts --> <link href="http://www.naturalearthdata.com/wp-content/themes/NEV/css/default.css" rel="stylesheet" type="text/css" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="http://www.naturalearthdata.com/wp-content/themes/NEV/ie.css" /> <![endif]--> <script src="http://www.naturalearthdata.com/wp-content/themes/NEV/js/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script> <script> jQuery.noConflict(); </script> <script type="text/javascript" charset="utf-8"> $(function(){ var tabContainers = $('div#maintabdiv > div'); tabContainers.hide().filter('#comments').show(); $('div#maintabdiv ul#tabnav a').click(function () { tabContainers.hide(); tabContainers.filter(this.hash).show(); $('div#maintabdiv ul#tabnav a').removeClass('current'); $(this).addClass('current'); return false; }).filter('#comments').click(); }); </script> <script type="text/javascript" language="javascript" src="http://www.naturalearthdata.com/dataTables/media/js/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#ne_table').dataTable(); } ); </script> </head> <body> <div id="page"> <div id="header"> <div id="headerimg"> <h1><a href="http://www.naturalearthdata.com/"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/nev_logo.png" alt="Natural Earth title="Natural Earth" /></a></h1> <div class="description">Free vector and raster map data at 1:10m, 1:50m, and 1:110m scales</div> <div class="header_search"><form method="get" id="searchform" action="http://www.naturalearthdata.com/"> <label class="hidden" for="s">Search for:</label> <div><input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form> </div> <!--<div class="translate_panel" style="align:top; margin-left:650px; top:50px;"> <div id="google_translate_element" style="float:left;"></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script> <script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </div>--> </div> </div> <div id="pagemenu" style="align:bottom;"> <ul id="page-list" class="clearfix"><li class="page_item page-item-4"><a href="http://www.naturalearthdata.com/">Home</a></li> <li class="page_item page-item-10"><a href="http://www.naturalearthdata.com/features/">Features</a></li> <li class="page_item page-item-12"><a href="http://www.naturalearthdata.com/downloads/">Downloads</a></li> <li class="page_item page-item-6 current_page_parent"><a href="http://www.naturalearthdata.com/blog/">Blog</a></li> <li class="page_item page-item-14"><a href="http://www.naturalearthdata.com/forums">Forums</a></li> <li class="page_item page-item-366"><a href="http://www.naturalearthdata.com/corrections">Corrections</a></li> <li class="page_item page-item-16"><a href="http://www.naturalearthdata.com/about/">About</a></li> </ul> </div> <hr /> <div id="main"> <div id="content" class="narrowcolumn"> &laquo; <a href="http://www.naturalearthdata.com/downloads/10m-cultural-vectors/">1:10m Cultural Vectors</a>&nbsp; &laquo; <a href="http://www.naturalearthdata.com/downloads/">Downloads</a>&nbsp; <div class="post" id="post-492"> <h2>Admin 0 &#8211; Details</h2> <div class="entry"> <div class="downloadPromoBlock"> <div style="float: left; width: 170px;"><img class="alignnone size-full wp-image-1952" title="group_thumb" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/group_thumb.png" alt="group_thumb" width="150" height="97" /></div> <div style="float: left; width: 410px;"><em>There are 197 sovereign states in the world. Country subdivisions and the smallest map units.</em></p> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 6908 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_sovereignty.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_sovereignty.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_sovereignty.zip']);">Download sovereignty</a> <span class="download-link-span">(5.12 MB) version 3.1.0</span> </div> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 5052 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_units.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_units.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_units.zip']);">Download map units</a> <span class="download-link-span">(5.21 MB) version 3.1.0</span> </div> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 9701 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_subunits.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_subunits.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_map_subunits.zip']);">Download map subunits</a> <span class="download-link-span">(5.22 MB) version 3.1.0</span> </div> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 2638 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank.zip']);">Download scale ranks</a> <span class="download-link-span">(5.64 MB) version 3.1.0</span> </div> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 2885 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank_minor_islands.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank_minor_islands.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank_minor_islands.zip']);">Download scale ranks with minor islands</a> <span class="download-link-span">(6 MB) version 3.1.0</span> </div> <p><span id="more-492"></span></div> </div> <div class="downloadMainBlock"> <p><strong>About</strong><br /> <img class="alignnone size-full wp-image-2013" title="sov_banner" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/sov_banner.gif" alt="sov_banner" width="580" height="150" /></p> <p><strong>Sovereign states: </strong><em>(above) France and it&#8217;s territories.</em></p> <p>There are fewer sovereign states than ISO country codes. Sovereign States do not distinguish between the metropolitan and semi-independent portions of a state or it&#8217;s constituent countries. Passports are issued by sovereign states, not countries.</p> <p><img class="alignnone size-full wp-image-1953" title="group_banner" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/group_banner.png" alt="group_banner" width="580" height="150" /></p> <p><strong>Map units:</strong> <em>(above) the four constituent countries of the United Kingdom &#8211; England, Wales, Scotland, and Northern Ireland.</em></p> <p>Not usually useful but some FIPS and ISO codes refer to groups of individual admin-0 territories by these designations. US Pacific Island Territories, French Guiana, and more. <a href="http://peakbagger.com/pbgeog/countries.aspx#depentab" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://peakbagger.com/pbgeog/countries.aspx#depentab']);">PeakBagger</a> has a good overview of dependencies.</p> <p><img class="alignnone size-full wp-image-1955" title="units_banner" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/units_banner1.png" alt="units_banner" width="580" height="150" /></p> <p><strong>Map subunits: </strong><em>Above: Alaska and United States (lower 48 states + the District of Columbia).</em></p> <p>Countries subdivided by non-contiguous units. Mainland metropolitan France separate from the island of Corsica. These rarely correspond to actual administrative divisions but rather highlight geographical regions that are not continuous but are part of the same country.</p> <p><img class="alignnone size-full wp-image-2015" title="scale_ranks_banner" src="http://www.naturalearthdata.com/wp-content/uploads/2009/09/scale_ranks_banner.gif" alt="scale_ranks_banner" width="580" height="150" /></p> <p><strong>Scale ranks: </strong><em>Above: Islands of Indonesia (smallest islands exaggerated).</em></p> <p>Smallest base unit where multipart polygons per each admin-0 feature is broken apart and given individual scale ranks.</p> <p><strong>Disclaimer</strong></p> <p>Natural Earth Vector draws boundaries of sovereign states according to defacto status. We show who actually controls the situation on the ground. For instance, we show China and Taiwan as two separate states. But we show Palestine as part of Israel. Please feel free to mashup our <a href="http://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-0-countries/" >countries</a> and <a href="http://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-0-breakaway-disputed-areas/" >disputed areas</a> themes to match your particular political outlook.</p> <p><strong>How-to</strong></p> <div class="download-link-div"> <a class="download-link" rel="nofollow" title="Downloaded 1016 times (Shapefile, geoDB, or TIFF format)" onclick="if (window.urchinTracker) urchinTracker ('http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/countryList.zip');" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/countryList.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/countryList.zip']);">Download admin-0 Excel file</a> <span class="download-link-span">(0 bytes) version 1.4.0</span> </div> <p>Export all rows for the map subunits. For map units, remove the level=4 rows. For countries, remove the level=3 and level=4 rows. For sovereignty, remove the level=2, level=3, level=4 units AND remove type=Dependency and type=Lease and type=Country. For each of the resulting tables, join with the geometry in the SHPs. The SHPs build up by dissolving based on the corresponding column in the scaleRanks file. The scaleRanks file is in turn generated by removing the rank 7 and 8 islands.</p> <p><strong>Issues</strong></p> <p>None known.</p> <p><strong>Version History</strong></p> <ul> <li> <a rel="nofollow" title="Download version 3.1.0 of ne_10m_admin_0_scale_rank.zip" href="http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank.zip" onclick="javascript:_gaq.push(['_trackEvent','download','http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_scale_rank.zip']);">3.1.0</a> </li> <li> 3.0.0 </li> <li> 2.0.0 </li> <li> 1.4.0 </li> <li> 1.3.0 </li> <li> 1.3 </li> <li> 1.0.0 </li> </ul> <p><a href="https://github.com/nvkelso/natural-earth-vector/blob/master/CHANGELOG" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://github.com/nvkelso/natural-earth-vector/blob/master/CHANGELOG']);">The master changelog is available on Github »</a></p> <div style="line-height:1.2em; vertical-align:text-top;"> <strong>Feature Listing</strong></p> <p><scr</p> <p><TABLE id="ne_table" class="display" width="610" BORDER="0" CELLSPACING="0" COLS="4"><br /> <TBODY><br /> <TR><br /> <TD width="143" ALIGN="LEFT"><strong>Sovereign State</strong></TD><br /> <TD width="144" ALIGN="LEFT"><strong>Country</strong></TD><br /> <TD width="145" ALIGN="LEFT"><strong>Map unit</strong></TD><br /> <TD width="170" ALIGN="LEFT"><strong>Map sub-unit</strong></TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Afghanistan</TD><br /> <TD ALIGN="LEFT">Afghanistan</TD><br /> <TD ALIGN="LEFT">Afghanistan</TD><br /> <TD ALIGN="LEFT">Afghanistan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Akrotiri Sovereign Base Area</TD><br /> <TD ALIGN="LEFT">Akrotiri Sovereign Base Area</TD><br /> <TD ALIGN="LEFT">Akrotiri Sovereign Base Area</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Finland</TD><br /> <TD ALIGN="LEFT">Aland</TD><br /> <TD ALIGN="LEFT">Aland</TD><br /> <TD ALIGN="LEFT">Aland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">Alaska</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Albania</TD><br /> <TD ALIGN="LEFT">Albania</TD><br /> <TD ALIGN="LEFT">Albania</TD><br /> <TD ALIGN="LEFT">Albania</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Guernsey</TD><br /> <TD ALIGN="LEFT">Alderney</TD><br /> <TD ALIGN="LEFT">Alderney</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Algeria</TD><br /> <TD ALIGN="LEFT">Algeria</TD><br /> <TD ALIGN="LEFT">Algeria</TD><br /> <TD ALIGN="LEFT">Algeria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">American Samoa</TD><br /> <TD ALIGN="LEFT">American Samoa</TD><br /> <TD ALIGN="LEFT">American Samoa</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">Andaman Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Andorra</TD><br /> <TD ALIGN="LEFT">Andorra</TD><br /> <TD ALIGN="LEFT">Andorra</TD><br /> <TD ALIGN="LEFT">Andorra</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Angola</TD><br /> <TD ALIGN="LEFT">Angola</TD><br /> <TD ALIGN="LEFT">Angola</TD><br /> <TD ALIGN="LEFT">Angola</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Anguilla</TD><br /> <TD ALIGN="LEFT">Anguilla</TD><br /> <TD ALIGN="LEFT">Anguilla</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Annobon</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Antigua and Barbuda</TD><br /> <TD ALIGN="LEFT">Antigua</TD><br /> <TD ALIGN="LEFT">Antigua</TD><br /> <TD ALIGN="LEFT">Antigua</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Argentina</TD><br /> <TD ALIGN="LEFT">Argentina</TD><br /> <TD ALIGN="LEFT">Argentina</TD><br /> <TD ALIGN="LEFT">Argentina</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Armenia</TD><br /> <TD ALIGN="LEFT">Armenia</TD><br /> <TD ALIGN="LEFT">Armenia</TD><br /> <TD ALIGN="LEFT">Armenia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> <TD ALIGN="LEFT">Aruba</TD><br /> <TD ALIGN="LEFT">Aruba</TD><br /> <TD ALIGN="LEFT">Aruba</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Saint Helena</TD><br /> <TD ALIGN="LEFT">Ascension</TD><br /> <TD ALIGN="LEFT">Ascension</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Ashmore and Cartier Islands</TD><br /> <TD ALIGN="LEFT">Ashmore and Cartier Islands</TD><br /> <TD ALIGN="LEFT">Ashmore and Cartier Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Austria</TD><br /> <TD ALIGN="LEFT">Austria</TD><br /> <TD ALIGN="LEFT">Austria</TD><br /> <TD ALIGN="LEFT">Austria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Azerbaijan</TD><br /> <TD ALIGN="LEFT">Azerbaijan</TD><br /> <TD ALIGN="LEFT">Azerbaijan</TD><br /> <TD ALIGN="LEFT">Azerbaijan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Portugal</TD><br /> <TD ALIGN="LEFT">Azores</TD><br /> <TD ALIGN="LEFT">Azores</TD><br /> <TD ALIGN="LEFT">Azores</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Baengnyeongdo</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bahamas</TD><br /> <TD ALIGN="LEFT">Bahamas</TD><br /> <TD ALIGN="LEFT">Bahamas</TD><br /> <TD ALIGN="LEFT">Bahamas</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bahrain</TD><br /> <TD ALIGN="LEFT">Bahrain</TD><br /> <TD ALIGN="LEFT">Bahrain</TD><br /> <TD ALIGN="LEFT">Bahrain</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Baker Island</TD><br /> <TD ALIGN="LEFT">Baker Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Balearic Is.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bangladesh</TD><br /> <TD ALIGN="LEFT">Bangladesh</TD><br /> <TD ALIGN="LEFT">Bangladesh</TD><br /> <TD ALIGN="LEFT">Bangladesh</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Barbados</TD><br /> <TD ALIGN="LEFT">Barbados</TD><br /> <TD ALIGN="LEFT">Barbados</TD><br /> <TD ALIGN="LEFT">Barbados</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Antigua and Barbuda</TD><br /> <TD ALIGN="LEFT">Barbuda</TD><br /> <TD ALIGN="LEFT">Barbuda</TD><br /> <TD ALIGN="LEFT">Barbuda</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">Bassas da India</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Belarus</TD><br /> <TD ALIGN="LEFT">Belarus</TD><br /> <TD ALIGN="LEFT">Belarus</TD><br /> <TD ALIGN="LEFT">Belarus</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Belize</TD><br /> <TD ALIGN="LEFT">Belize</TD><br /> <TD ALIGN="LEFT">Belize</TD><br /> <TD ALIGN="LEFT">Belize</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Benin</TD><br /> <TD ALIGN="LEFT">Benin</TD><br /> <TD ALIGN="LEFT">Benin</TD><br /> <TD ALIGN="LEFT">Benin</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Bermuda</TD><br /> <TD ALIGN="LEFT">Bermuda</TD><br /> <TD ALIGN="LEFT">Bermuda</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bhutan</TD><br /> <TD ALIGN="LEFT">Bhutan</TD><br /> <TD ALIGN="LEFT">Bhutan</TD><br /> <TD ALIGN="LEFT">Bhutan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Bioko</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bolivia</TD><br /> <TD ALIGN="LEFT">Bolivia</TD><br /> <TD ALIGN="LEFT">Bolivia</TD><br /> <TD ALIGN="LEFT">Bolivia</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Bonin Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Bornholm</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Botswana</TD><br /> <TD ALIGN="LEFT">Botswana</TD><br /> <TD ALIGN="LEFT">Botswana</TD><br /> <TD ALIGN="LEFT">Botswana</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> <TD ALIGN="LEFT">Bougainville</TD><br /> <TD ALIGN="LEFT">Bougainville</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Bouvet Island</TD><br /> <TD ALIGN="LEFT">Bouvet Island</TD><br /> <TD ALIGN="LEFT">Bouvet Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Brazil</TD><br /> <TD ALIGN="LEFT">Brazil</TD><br /> <TD ALIGN="LEFT">Brazil</TD><br /> <TD ALIGN="LEFT">Brazil</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">British Indian Ocean Territory</TD><br /> <TD ALIGN="LEFT">British Indian Ocean Territory</TD><br /> <TD ALIGN="LEFT">British Indian Ocean Territory</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">British Virgin Islands</TD><br /> <TD ALIGN="LEFT">British Virgin Islands</TD><br /> <TD ALIGN="LEFT">British Virgin Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Brunei</TD><br /> <TD ALIGN="LEFT">Brunei</TD><br /> <TD ALIGN="LEFT">Brunei</TD><br /> <TD ALIGN="LEFT">Brunei</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bulgaria</TD><br /> <TD ALIGN="LEFT">Bulgaria</TD><br /> <TD ALIGN="LEFT">Bulgaria</TD><br /> <TD ALIGN="LEFT">Bulgaria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Burkina Faso</TD><br /> <TD ALIGN="LEFT">Burkina Faso</TD><br /> <TD ALIGN="LEFT">Burkina Faso</TD><br /> <TD ALIGN="LEFT">Burkina Faso</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Burma</TD><br /> <TD ALIGN="LEFT">Burma</TD><br /> <TD ALIGN="LEFT">Burma</TD><br /> <TD ALIGN="LEFT">Burma</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Burundi</TD><br /> <TD ALIGN="LEFT">Burundi</TD><br /> <TD ALIGN="LEFT">Burundi</TD><br /> <TD ALIGN="LEFT">Burundi</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Cambodia</TD><br /> <TD ALIGN="LEFT">Cambodia</TD><br /> <TD ALIGN="LEFT">Cambodia</TD><br /> <TD ALIGN="LEFT">Cambodia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Cameroon</TD><br /> <TD ALIGN="LEFT">Cameroon</TD><br /> <TD ALIGN="LEFT">Cameroon</TD><br /> <TD ALIGN="LEFT">Cameroon</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Canada</TD><br /> <TD ALIGN="LEFT">Canada</TD><br /> <TD ALIGN="LEFT">Canada</TD><br /> <TD ALIGN="LEFT">Canada</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Canary Is.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Cape Verde</TD><br /> <TD ALIGN="LEFT">Cape Verde</TD><br /> <TD ALIGN="LEFT">Cape Verde</TD><br /> <TD ALIGN="LEFT">Cape Verde</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Cayman Islands</TD><br /> <TD ALIGN="LEFT">Cayman Islands</TD><br /> <TD ALIGN="LEFT">Cayman Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Central African Republic</TD><br /> <TD ALIGN="LEFT">Central African Republic</TD><br /> <TD ALIGN="LEFT">Central African Republic</TD><br /> <TD ALIGN="LEFT">Central African Republic</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">África Septentrional Española</TD><br /> <TD ALIGN="LEFT">Ceuta</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Chad</TD><br /> <TD ALIGN="LEFT">Chad</TD><br /> <TD ALIGN="LEFT">Chad</TD><br /> <TD ALIGN="LEFT">Chad</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">Chatham Is.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Chile</TD><br /> <TD ALIGN="LEFT">Chile</TD><br /> <TD ALIGN="LEFT">Chile</TD><br /> <TD ALIGN="LEFT">Chile</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">China</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Indian Ocean Territories</TD><br /> <TD ALIGN="LEFT">Christmas Island</TD><br /> <TD ALIGN="LEFT">Christmas Island</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Clipperton I.</TD><br /> <TD ALIGN="LEFT">Clipperton I.</TD><br /> <TD ALIGN="LEFT">Clipperton I.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Indian Ocean Territories</TD><br /> <TD ALIGN="LEFT">Cocos (Keeling) Islands</TD><br /> <TD ALIGN="LEFT">Cocos (Keeling) Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Colombia</TD><br /> <TD ALIGN="LEFT">Colombia</TD><br /> <TD ALIGN="LEFT">Colombia</TD><br /> <TD ALIGN="LEFT">Colombia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Comoros</TD><br /> <TD ALIGN="LEFT">Comoros</TD><br /> <TD ALIGN="LEFT">Comoros</TD><br /> <TD ALIGN="LEFT">Comoros</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Congo (Brazzaville)</TD><br /> <TD ALIGN="LEFT">Congo (Brazzaville)</TD><br /> <TD ALIGN="LEFT">Congo (Brazzaville)</TD><br /> <TD ALIGN="LEFT">Congo (Brazzaville)</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Congo (Kinshasa)</TD><br /> <TD ALIGN="LEFT">Congo (Kinshasa)</TD><br /> <TD ALIGN="LEFT">Congo (Kinshasa)</TD><br /> <TD ALIGN="LEFT">Congo (Kinshasa)</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">Cook Islands</TD><br /> <TD ALIGN="LEFT">Cook Islands</TD><br /> <TD ALIGN="LEFT">Cook Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Coral Sea Islands</TD><br /> <TD ALIGN="LEFT">Coral Sea Islands</TD><br /> <TD ALIGN="LEFT">Coral Sea Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Corsica</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Costa Rica</TD><br /> <TD ALIGN="LEFT">Costa Rica</TD><br /> <TD ALIGN="LEFT">Costa Rica</TD><br /> <TD ALIGN="LEFT">Costa Rica</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Cote D&#8217;Ivoire</TD><br /> <TD ALIGN="LEFT">Cote D&#8217;Ivoire</TD><br /> <TD ALIGN="LEFT">Cote D&#8217;Ivoire</TD><br /> <TD ALIGN="LEFT">Cote D&#8217;Ivoire</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Croatia</TD><br /> <TD ALIGN="LEFT">Croatia</TD><br /> <TD ALIGN="LEFT">Croatia</TD><br /> <TD ALIGN="LEFT">Croatia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Cuba</TD><br /> <TD ALIGN="LEFT">Cuba</TD><br /> <TD ALIGN="LEFT">Cuba</TD><br /> <TD ALIGN="LEFT">Cuba</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Cyprus</TD><br /> <TD ALIGN="LEFT">Cyprus</TD><br /> <TD ALIGN="LEFT">Cyprus</TD><br /> <TD ALIGN="LEFT">Cyprus</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Czech Republic</TD><br /> <TD ALIGN="LEFT">Czech Republic</TD><br /> <TD ALIGN="LEFT">Czech Republic</TD><br /> <TD ALIGN="LEFT">Czech Republic</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Dhekelia Soverign Base Area</TD><br /> <TD ALIGN="LEFT">Dhekelia Soverign Base Area</TD><br /> <TD ALIGN="LEFT">Dhekelia Soverign Base Area</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Djibouti</TD><br /> <TD ALIGN="LEFT">Djibouti</TD><br /> <TD ALIGN="LEFT">Djibouti</TD><br /> <TD ALIGN="LEFT">Djibouti</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Dominica</TD><br /> <TD ALIGN="LEFT">Dominica</TD><br /> <TD ALIGN="LEFT">Dominica</TD><br /> <TD ALIGN="LEFT">Dominica</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Dominican Republic</TD><br /> <TD ALIGN="LEFT">Dominican Republic</TD><br /> <TD ALIGN="LEFT">Dominican Republic</TD><br /> <TD ALIGN="LEFT">Dominican Republic</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Egypt</TD><br /> <TD ALIGN="LEFT">Egypt</TD><br /> <TD ALIGN="LEFT">Egypt</TD><br /> <TD ALIGN="LEFT">Egypt</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">El Salvador</TD><br /> <TD ALIGN="LEFT">El Salvador</TD><br /> <TD ALIGN="LEFT">El Salvador</TD><br /> <TD ALIGN="LEFT">El Salvador</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">England</TD><br /> <TD ALIGN="LEFT">England</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Eritrea</TD><br /> <TD ALIGN="LEFT">Eritrea</TD><br /> <TD ALIGN="LEFT">Eritrea</TD><br /> <TD ALIGN="LEFT">Eritrea</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Estonia</TD><br /> <TD ALIGN="LEFT">Estonia</TD><br /> <TD ALIGN="LEFT">Estonia</TD><br /> <TD ALIGN="LEFT">Estonia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ethiopia</TD><br /> <TD ALIGN="LEFT">Ethiopia</TD><br /> <TD ALIGN="LEFT">Ethiopia</TD><br /> <TD ALIGN="LEFT">Ethiopia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">Europa I.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Falkland Islands</TD><br /> <TD ALIGN="LEFT">Falkland Islands</TD><br /> <TD ALIGN="LEFT">Falkland Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Faroe Islands</TD><br /> <TD ALIGN="LEFT">Faroe Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Federated States of Micronesia</TD><br /> <TD ALIGN="LEFT">Federated States of Micronesia</TD><br /> <TD ALIGN="LEFT">Federated States of Micronesia</TD><br /> <TD ALIGN="LEFT">Federated States of Micronesia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Fiji</TD><br /> <TD ALIGN="LEFT">Fiji</TD><br /> <TD ALIGN="LEFT">Fiji</TD><br /> <TD ALIGN="LEFT">Fiji</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Finland</TD><br /> <TD ALIGN="LEFT">Finland</TD><br /> <TD ALIGN="LEFT">Finland</TD><br /> <TD ALIGN="LEFT">Finland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Guiana</TD><br /> <TD ALIGN="LEFT">French Guiana</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Polynesia</TD><br /> <TD ALIGN="LEFT">French Polynesia</TD><br /> <TD ALIGN="LEFT">French Polynesia</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern Antactic Lands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Gabon</TD><br /> <TD ALIGN="LEFT">Gabon</TD><br /> <TD ALIGN="LEFT">Gabon</TD><br /> <TD ALIGN="LEFT">Gabon</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Ecuador</TD><br /> <TD ALIGN="LEFT">Galapagos Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Gambia, The</TD><br /> <TD ALIGN="LEFT">Gambia, The</TD><br /> <TD ALIGN="LEFT">Gambia, The</TD><br /> <TD ALIGN="LEFT">Gambia, The</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Indeterminate</TD><br /> <TD ALIGN="LEFT">Palestine</TD><br /> <TD ALIGN="LEFT">Gaza Strip</TD><br /> <TD ALIGN="LEFT">Gaza Strip</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Georgia</TD><br /> <TD ALIGN="LEFT">Georgia</TD><br /> <TD ALIGN="LEFT">Georgia</TD><br /> <TD ALIGN="LEFT">Georgia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Germany</TD><br /> <TD ALIGN="LEFT">Germany</TD><br /> <TD ALIGN="LEFT">Germany</TD><br /> <TD ALIGN="LEFT">Germany</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ghana</TD><br /> <TD ALIGN="LEFT">Ghana</TD><br /> <TD ALIGN="LEFT">Ghana</TD><br /> <TD ALIGN="LEFT">Ghana</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Gibraltar</TD><br /> <TD ALIGN="LEFT">Gibraltar</TD><br /> <TD ALIGN="LEFT">Gibraltar</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">Glorieuses Is.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Greece</TD><br /> <TD ALIGN="LEFT">Greece</TD><br /> <TD ALIGN="LEFT">Greece</TD><br /> <TD ALIGN="LEFT">Greece</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Denmark</TD><br /> <TD ALIGN="LEFT">Greenland</TD><br /> <TD ALIGN="LEFT">Greenland</TD><br /> <TD ALIGN="LEFT">Greenland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Grenada</TD><br /> <TD ALIGN="LEFT">Grenada</TD><br /> <TD ALIGN="LEFT">Grenada</TD><br /> <TD ALIGN="LEFT">Grenada</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Guadeloupe</TD><br /> <TD ALIGN="LEFT">Guadeloupe</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">Guam</TD><br /> <TD ALIGN="LEFT">Guam</TD><br /> <TD ALIGN="LEFT">Guam</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Guatemala</TD><br /> <TD ALIGN="LEFT">Guatemala</TD><br /> <TD ALIGN="LEFT">Guatemala</TD><br /> <TD ALIGN="LEFT">Guatemala</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Guernsey</TD><br /> <TD ALIGN="LEFT">Guernsey</TD><br /> <TD ALIGN="LEFT">Guernsey</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Guinea</TD><br /> <TD ALIGN="LEFT">Guinea</TD><br /> <TD ALIGN="LEFT">Guinea</TD><br /> <TD ALIGN="LEFT">Guinea</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Guinea-Bissau</TD><br /> <TD ALIGN="LEFT">Guinea-Bissau</TD><br /> <TD ALIGN="LEFT">Guinea-Bissau</TD><br /> <TD ALIGN="LEFT">Guinea-Bissau</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Guyana</TD><br /> <TD ALIGN="LEFT">Guyana</TD><br /> <TD ALIGN="LEFT">Guyana</TD><br /> <TD ALIGN="LEFT">Guyana</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">Hainan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Haiti</TD><br /> <TD ALIGN="LEFT">Haiti</TD><br /> <TD ALIGN="LEFT">Haiti</TD><br /> <TD ALIGN="LEFT">Haiti</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">Hawaii</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Heard Island and McDonald Islands</TD><br /> <TD ALIGN="LEFT">Heard Island and McDonald Islands</TD><br /> <TD ALIGN="LEFT">Heard Island and McDonald Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Hokkaido</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Honduras</TD><br /> <TD ALIGN="LEFT">Honduras</TD><br /> <TD ALIGN="LEFT">Honduras</TD><br /> <TD ALIGN="LEFT">Honduras</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">Hong Kong S.A.R.</TD><br /> <TD ALIGN="LEFT">Hong Kong S.A.R.</TD><br /> <TD ALIGN="LEFT">Hong Kong S.A.R.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Honshu</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Howland Island</TD><br /> <TD ALIGN="LEFT">Howland Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Hungary</TD><br /> <TD ALIGN="LEFT">Hungary</TD><br /> <TD ALIGN="LEFT">Hungary</TD><br /> <TD ALIGN="LEFT">Hungary</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Iceland</TD><br /> <TD ALIGN="LEFT">Iceland</TD><br /> <TD ALIGN="LEFT">Iceland</TD><br /> <TD ALIGN="LEFT">Iceland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Indonesia</TD><br /> <TD ALIGN="LEFT">Indonesia</TD><br /> <TD ALIGN="LEFT">Indonesia</TD><br /> <TD ALIGN="LEFT">Indonesia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Iran</TD><br /> <TD ALIGN="LEFT">Iran</TD><br /> <TD ALIGN="LEFT">Iran</TD><br /> <TD ALIGN="LEFT">Iran</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Iraq</TD><br /> <TD ALIGN="LEFT">Iraq</TD><br /> <TD ALIGN="LEFT">Iraq</TD><br /> <TD ALIGN="LEFT">Iraq</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ireland</TD><br /> <TD ALIGN="LEFT">Ireland</TD><br /> <TD ALIGN="LEFT">Ireland</TD><br /> <TD ALIGN="LEFT">Ireland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Isle of Man</TD><br /> <TD ALIGN="LEFT">Isle of Man</TD><br /> <TD ALIGN="LEFT">Isle of Man</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Isole Pelagie</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Israel</TD><br /> <TD ALIGN="LEFT">Israel</TD><br /> <TD ALIGN="LEFT">Israel</TD><br /> <TD ALIGN="LEFT">Israel</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Izu-shoto</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Jamaica</TD><br /> <TD ALIGN="LEFT">Jamaica</TD><br /> <TD ALIGN="LEFT">Jamaica</TD><br /> <TD ALIGN="LEFT">Jamaica</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Jan Mayen</TD><br /> <TD ALIGN="LEFT">Jan Mayen</TD><br /> <TD ALIGN="LEFT">Jan Mayen</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Jarvis Island</TD><br /> <TD ALIGN="LEFT">Jarvis Island</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Jeju-do</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Jersey</TD><br /> <TD ALIGN="LEFT">Jersey</TD><br /> <TD ALIGN="LEFT">Jersey</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Johnston Atoll</TD><br /> <TD ALIGN="LEFT">Johnston Atoll</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Jordan</TD><br /> <TD ALIGN="LEFT">Jordan</TD><br /> <TD ALIGN="LEFT">Jordan</TD><br /> <TD ALIGN="LEFT">Jordan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">Juan de Nova Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Kaliningrad</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kazakhstan</TD><br /> <TD ALIGN="LEFT">Kazakhstan</TD><br /> <TD ALIGN="LEFT">Kazakhstan</TD><br /> <TD ALIGN="LEFT">Kazakhstan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kenya</TD><br /> <TD ALIGN="LEFT">Kenya</TD><br /> <TD ALIGN="LEFT">Kenya</TD><br /> <TD ALIGN="LEFT">Kenya</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">Kermadec Is.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kiribati</TD><br /> <TD ALIGN="LEFT">Kiribati</TD><br /> <TD ALIGN="LEFT">Kiribati</TD><br /> <TD ALIGN="LEFT">Kiribati</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Korea, North</TD><br /> <TD ALIGN="LEFT">Korea, North</TD><br /> <TD ALIGN="LEFT">Korea, North</TD><br /> <TD ALIGN="LEFT">Korea, North</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kosovo</TD><br /> <TD ALIGN="LEFT">Kosovo</TD><br /> <TD ALIGN="LEFT">Kosovo</TD><br /> <TD ALIGN="LEFT">Kosovo</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kuwait</TD><br /> <TD ALIGN="LEFT">Kuwait</TD><br /> <TD ALIGN="LEFT">Kuwait</TD><br /> <TD ALIGN="LEFT">Kuwait</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Kyrgyzstan</TD><br /> <TD ALIGN="LEFT">Kyrgyzstan</TD><br /> <TD ALIGN="LEFT">Kyrgyzstan</TD><br /> <TD ALIGN="LEFT">Kyrgyzstan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Kyushu</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">Lakshadweep</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Laos</TD><br /> <TD ALIGN="LEFT">Laos</TD><br /> <TD ALIGN="LEFT">Laos</TD><br /> <TD ALIGN="LEFT">Laos</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Latvia</TD><br /> <TD ALIGN="LEFT">Latvia</TD><br /> <TD ALIGN="LEFT">Latvia</TD><br /> <TD ALIGN="LEFT">Latvia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Lebanon</TD><br /> <TD ALIGN="LEFT">Lebanon</TD><br /> <TD ALIGN="LEFT">Lebanon</TD><br /> <TD ALIGN="LEFT">Lebanon</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Lesotho</TD><br /> <TD ALIGN="LEFT">Lesotho</TD><br /> <TD ALIGN="LEFT">Lesotho</TD><br /> <TD ALIGN="LEFT">Lesotho</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Liberia</TD><br /> <TD ALIGN="LEFT">Liberia</TD><br /> <TD ALIGN="LEFT">Liberia</TD><br /> <TD ALIGN="LEFT">Liberia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Libya</TD><br /> <TD ALIGN="LEFT">Libya</TD><br /> <TD ALIGN="LEFT">Libya</TD><br /> <TD ALIGN="LEFT">Libya</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Liechtenstein</TD><br /> <TD ALIGN="LEFT">Liechtenstein</TD><br /> <TD ALIGN="LEFT">Liechtenstein</TD><br /> <TD ALIGN="LEFT">Liechtenstein</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Lithuania</TD><br /> <TD ALIGN="LEFT">Lithuania</TD><br /> <TD ALIGN="LEFT">Lithuania</TD><br /> <TD ALIGN="LEFT">Lithuania</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Luxembourg</TD><br /> <TD ALIGN="LEFT">Luxembourg</TD><br /> <TD ALIGN="LEFT">Luxembourg</TD><br /> <TD ALIGN="LEFT">Luxembourg</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">China</TD><br /> <TD ALIGN="LEFT">Macao S.A.R</TD><br /> <TD ALIGN="LEFT">Macao S.A.R</TD><br /> <TD ALIGN="LEFT">Macao S.A.R</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Macedonia</TD><br /> <TD ALIGN="LEFT">Macedonia</TD><br /> <TD ALIGN="LEFT">Macedonia</TD><br /> <TD ALIGN="LEFT">Macedonia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Macquarie Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Madagascar</TD><br /> <TD ALIGN="LEFT">Madagascar</TD><br /> <TD ALIGN="LEFT">Madagascar</TD><br /> <TD ALIGN="LEFT">Madagascar</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Portugal</TD><br /> <TD ALIGN="LEFT">Madeira</TD><br /> <TD ALIGN="LEFT">Madeira</TD><br /> <TD ALIGN="LEFT">Madeira</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Malawi</TD><br /> <TD ALIGN="LEFT">Malawi</TD><br /> <TD ALIGN="LEFT">Malawi</TD><br /> <TD ALIGN="LEFT">Malawi</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Malaysia</TD><br /> <TD ALIGN="LEFT">Malaysia</TD><br /> <TD ALIGN="LEFT">Malaysia</TD><br /> <TD ALIGN="LEFT">Malaysia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Maldives</TD><br /> <TD ALIGN="LEFT">Maldives</TD><br /> <TD ALIGN="LEFT">Maldives</TD><br /> <TD ALIGN="LEFT">Maldives</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mali</TD><br /> <TD ALIGN="LEFT">Mali</TD><br /> <TD ALIGN="LEFT">Mali</TD><br /> <TD ALIGN="LEFT">Mali</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Malta</TD><br /> <TD ALIGN="LEFT">Malta</TD><br /> <TD ALIGN="LEFT">Malta</TD><br /> <TD ALIGN="LEFT">Malta</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Marshall Islands</TD><br /> <TD ALIGN="LEFT">Marshall Islands</TD><br /> <TD ALIGN="LEFT">Marshall Islands</TD><br /> <TD ALIGN="LEFT">Marshall Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Martinique</TD><br /> <TD ALIGN="LEFT">Martinique</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mauritania</TD><br /> <TD ALIGN="LEFT">Mauritania</TD><br /> <TD ALIGN="LEFT">Mauritania</TD><br /> <TD ALIGN="LEFT">Mauritania</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mauritius</TD><br /> <TD ALIGN="LEFT">Mauritius</TD><br /> <TD ALIGN="LEFT">Mauritius</TD><br /> <TD ALIGN="LEFT">Mauritius</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Mayotte</TD><br /> <TD ALIGN="LEFT">Mayotte</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">África Septentrional Española</TD><br /> <TD ALIGN="LEFT">Melilla</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mexico</TD><br /> <TD ALIGN="LEFT">Mexico</TD><br /> <TD ALIGN="LEFT">Mexico</TD><br /> <TD ALIGN="LEFT">Mexico</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Midway Islands</TD><br /> <TD ALIGN="LEFT">Midway Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Moldova</TD><br /> <TD ALIGN="LEFT">Moldova</TD><br /> <TD ALIGN="LEFT">Moldova</TD><br /> <TD ALIGN="LEFT">Moldova</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Monaco</TD><br /> <TD ALIGN="LEFT">Monaco</TD><br /> <TD ALIGN="LEFT">Monaco</TD><br /> <TD ALIGN="LEFT">Monaco</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mongolia</TD><br /> <TD ALIGN="LEFT">Mongolia</TD><br /> <TD ALIGN="LEFT">Mongolia</TD><br /> <TD ALIGN="LEFT">Mongolia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Montenegro</TD><br /> <TD ALIGN="LEFT">Montenegro</TD><br /> <TD ALIGN="LEFT">Montenegro</TD><br /> <TD ALIGN="LEFT">Montenegro</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Montserrat</TD><br /> <TD ALIGN="LEFT">Montserrat</TD><br /> <TD ALIGN="LEFT">Montserrat</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Morocco</TD><br /> <TD ALIGN="LEFT">Morocco</TD><br /> <TD ALIGN="LEFT">Morocco</TD><br /> <TD ALIGN="LEFT">Morocco_Morocco</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Mozambique</TD><br /> <TD ALIGN="LEFT">Mozambique</TD><br /> <TD ALIGN="LEFT">Mozambique</TD><br /> <TD ALIGN="LEFT">Mozambique</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Namibia</TD><br /> <TD ALIGN="LEFT">Namibia</TD><br /> <TD ALIGN="LEFT">Namibia</TD><br /> <TD ALIGN="LEFT">Namibia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Nansei-shoto</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Nauru</TD><br /> <TD ALIGN="LEFT">Nauru</TD><br /> <TD ALIGN="LEFT">Nauru</TD><br /> <TD ALIGN="LEFT">Nauru</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Navassa Island</TD><br /> <TD ALIGN="LEFT">Navassa Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Nepal</TD><br /> <TD ALIGN="LEFT">Nepal</TD><br /> <TD ALIGN="LEFT">Nepal</TD><br /> <TD ALIGN="LEFT">Nepal</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Netherlands</TD><br /> <TD ALIGN="LEFT">Netherlands Antilles</TD><br /> <TD ALIGN="LEFT">Netherlands Antilles</TD><br /> <TD ALIGN="LEFT">Netherlands Antilles</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">New Caledonia</TD><br /> <TD ALIGN="LEFT">New Caledonia</TD><br /> <TD ALIGN="LEFT">New Caledonia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand Sub-Antarctic islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Nicaragua</TD><br /> <TD ALIGN="LEFT">Nicaragua</TD><br /> <TD ALIGN="LEFT">Nicaragua</TD><br /> <TD ALIGN="LEFT">Nicaragua</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">India</TD><br /> <TD ALIGN="LEFT">Nicobar Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Niger</TD><br /> <TD ALIGN="LEFT">Niger</TD><br /> <TD ALIGN="LEFT">Niger</TD><br /> <TD ALIGN="LEFT">Niger</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Nigeria</TD><br /> <TD ALIGN="LEFT">Nigeria</TD><br /> <TD ALIGN="LEFT">Nigeria</TD><br /> <TD ALIGN="LEFT">Nigeria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">Niue</TD><br /> <TD ALIGN="LEFT">Niue</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Norfolk Island</TD><br /> <TD ALIGN="LEFT">Norfolk Island</TD><br /> <TD ALIGN="LEFT">Norfolk Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">North Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Northern Ireland</TD><br /> <TD ALIGN="LEFT">Northern Ireland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">Northern Mariana Islands</TD><br /> <TD ALIGN="LEFT">Northern Mariana Islands</TD><br /> <TD ALIGN="LEFT">Northern Mariana Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Norway</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Oman</TD><br /> <TD ALIGN="LEFT">Oman</TD><br /> <TD ALIGN="LEFT">Oman</TD><br /> <TD ALIGN="LEFT">Oman</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Pakistan</TD><br /> <TD ALIGN="LEFT">Pakistan</TD><br /> <TD ALIGN="LEFT">Pakistan</TD><br /> <TD ALIGN="LEFT">Pakistan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Palau</TD><br /> <TD ALIGN="LEFT">Palau</TD><br /> <TD ALIGN="LEFT">Palau</TD><br /> <TD ALIGN="LEFT">Palau</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Palmyra Atoll</TD><br /> <TD ALIGN="LEFT">Palmyra Atoll</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Panama</TD><br /> <TD ALIGN="LEFT">Panama</TD><br /> <TD ALIGN="LEFT">Panama</TD><br /> <TD ALIGN="LEFT">Panama</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Pante Makasar</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Pantelleria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> <TD ALIGN="LEFT">Papua New Guinea</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Paraguay</TD><br /> <TD ALIGN="LEFT">Paraguay</TD><br /> <TD ALIGN="LEFT">Paraguay</TD><br /> <TD ALIGN="LEFT">Paraguay</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Peru</TD><br /> <TD ALIGN="LEFT">Peru</TD><br /> <TD ALIGN="LEFT">Peru</TD><br /> <TD ALIGN="LEFT">Peru</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Peter Island</TD><br /> <TD ALIGN="LEFT">Peter Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Philippines</TD><br /> <TD ALIGN="LEFT">Philippines</TD><br /> <TD ALIGN="LEFT">Philippines</TD><br /> <TD ALIGN="LEFT">Philippines</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Pitcairn Islands</TD><br /> <TD ALIGN="LEFT">Pitcairn Islands</TD><br /> <TD ALIGN="LEFT">Pitcairn Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Poland</TD><br /> <TD ALIGN="LEFT">Poland</TD><br /> <TD ALIGN="LEFT">Poland</TD><br /> <TD ALIGN="LEFT">Poland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Portugal</TD><br /> <TD ALIGN="LEFT">Portugal</TD><br /> <TD ALIGN="LEFT">Portugal</TD><br /> <TD ALIGN="LEFT">Portugal</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">Prince Edward Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sao Tome and Principe</TD><br /> <TD ALIGN="LEFT">Sao Tome and Principe</TD><br /> <TD ALIGN="LEFT">Principe</TD><br /> <TD ALIGN="LEFT">Principe</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">Puerto Rico</TD><br /> <TD ALIGN="LEFT">Puerto Rico</TD><br /> <TD ALIGN="LEFT">Puerto Rico</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Qatar</TD><br /> <TD ALIGN="LEFT">Qatar</TD><br /> <TD ALIGN="LEFT">Qatar</TD><br /> <TD ALIGN="LEFT">Qatar</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Reunion</TD><br /> <TD ALIGN="LEFT">Reunion</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Equatorial Guinea</TD><br /> <TD ALIGN="LEFT">Rio Muni</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Romania</TD><br /> <TD ALIGN="LEFT">Romania</TD><br /> <TD ALIGN="LEFT">Romania</TD><br /> <TD ALIGN="LEFT">Romania</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Rusia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> <TD ALIGN="LEFT">Russia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Rwanda</TD><br /> <TD ALIGN="LEFT">Rwanda</TD><br /> <TD ALIGN="LEFT">Rwanda</TD><br /> <TD ALIGN="LEFT">Rwanda</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Saint Helena</TD><br /> <TD ALIGN="LEFT">Saint Helena</TD><br /> <TD ALIGN="LEFT">Saint Helena</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Saint Kitts and Nevis</TD><br /> <TD ALIGN="LEFT">Saint Kitts and Nevis</TD><br /> <TD ALIGN="LEFT">Saint Kitts and Nevis</TD><br /> <TD ALIGN="LEFT">Saint Kitts and Nevis</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Saint Lucia</TD><br /> <TD ALIGN="LEFT">Saint Lucia</TD><br /> <TD ALIGN="LEFT">Saint Lucia</TD><br /> <TD ALIGN="LEFT">Saint Lucia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Saint Martin</TD><br /> <TD ALIGN="LEFT">Saint Martin</TD><br /> <TD ALIGN="LEFT">Saint Martin</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Saint Pierre and Miquelon</TD><br /> <TD ALIGN="LEFT">Saint Pierre and Miquelon</TD><br /> <TD ALIGN="LEFT">Saint Pierre and Miquelon</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Saint Vincent and the Grenadines</TD><br /> <TD ALIGN="LEFT">Saint Vincent and the Grenadines</TD><br /> <TD ALIGN="LEFT">Saint Vincent and the Grenadines</TD><br /> <TD ALIGN="LEFT">Saint Vincent and the Grenadines</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Samoa</TD><br /> <TD ALIGN="LEFT">Samoa</TD><br /> <TD ALIGN="LEFT">Samoa</TD><br /> <TD ALIGN="LEFT">Samoa</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">San Marino</TD><br /> <TD ALIGN="LEFT">San Marino</TD><br /> <TD ALIGN="LEFT">San Marino</TD><br /> <TD ALIGN="LEFT">San Marino</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sao Tome and Principe</TD><br /> <TD ALIGN="LEFT">Sao Tome and Principe</TD><br /> <TD ALIGN="LEFT">Sao Tome</TD><br /> <TD ALIGN="LEFT">Sao Tome</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Sardinia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Guernsey</TD><br /> <TD ALIGN="LEFT">Sark</TD><br /> <TD ALIGN="LEFT">Sark</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Saudi Arabia</TD><br /> <TD ALIGN="LEFT">Saudi Arabia</TD><br /> <TD ALIGN="LEFT">Saudi Arabia</TD><br /> <TD ALIGN="LEFT">Saudi Arabia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Scotland</TD><br /> <TD ALIGN="LEFT">Scotland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Senegal</TD><br /> <TD ALIGN="LEFT">Senegal</TD><br /> <TD ALIGN="LEFT">Senegal</TD><br /> <TD ALIGN="LEFT">Senegal</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Seychelles</TD><br /> <TD ALIGN="LEFT">Seychelles</TD><br /> <TD ALIGN="LEFT">Seychelles</TD><br /> <TD ALIGN="LEFT">Seychelles</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Shikoku</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Italy</TD><br /> <TD ALIGN="LEFT">Sicily</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sierra Leone</TD><br /> <TD ALIGN="LEFT">Sierra Leone</TD><br /> <TD ALIGN="LEFT">Sierra Leone</TD><br /> <TD ALIGN="LEFT">Sierra Leone</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Singapore</TD><br /> <TD ALIGN="LEFT">Singapore</TD><br /> <TD ALIGN="LEFT">Singapore</TD><br /> <TD ALIGN="LEFT">Singapore</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Slovakia</TD><br /> <TD ALIGN="LEFT">Slovakia</TD><br /> <TD ALIGN="LEFT">Slovakia</TD><br /> <TD ALIGN="LEFT">Slovakia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Slovenia</TD><br /> <TD ALIGN="LEFT">Slovenia</TD><br /> <TD ALIGN="LEFT">Slovenia</TD><br /> <TD ALIGN="LEFT">Slovenia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Solomon Islands</TD><br /> <TD ALIGN="LEFT">Solomon Islands</TD><br /> <TD ALIGN="LEFT">Solomon Islands</TD><br /> <TD ALIGN="LEFT">Solomon Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Somalia</TD><br /> <TD ALIGN="LEFT">Somalia</TD><br /> <TD ALIGN="LEFT">Somalia</TD><br /> <TD ALIGN="LEFT">Somalia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Somaliland</TD><br /> <TD ALIGN="LEFT">Somaliland</TD><br /> <TD ALIGN="LEFT">Somaliland</TD><br /> <TD ALIGN="LEFT">Somaliland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">South Africa</TD><br /> <TD ALIGN="LEFT">South Africa</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">South Georgia and the Islands</TD><br /> <TD ALIGN="LEFT">South Georgia</TD><br /> <TD ALIGN="LEFT">South Georgia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">South Island</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">Antarctica</TD><br /> <TD ALIGN="LEFT">South Orkney Islands</TD><br /> <TD ALIGN="LEFT">South Orkney Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">South Georgia and the Islands</TD><br /> <TD ALIGN="LEFT">South Sandwich Islands</TD><br /> <TD ALIGN="LEFT">South Sandwich Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sudan</TD><br /> <TD ALIGN="LEFT">Sudan</TD><br /> <TD ALIGN="LEFT">South Sudan</TD><br /> <TD ALIGN="LEFT">South Sudan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> <TD ALIGN="LEFT">Spain</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sri Lanka</TD><br /> <TD ALIGN="LEFT">Sri Lanka</TD><br /> <TD ALIGN="LEFT">Sri Lanka</TD><br /> <TD ALIGN="LEFT">Sri Lanka</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">St. Barthelemy</TD><br /> <TD ALIGN="LEFT">St. Barthelemy</TD><br /> <TD ALIGN="LEFT">St. Barthelemy</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sudan</TD><br /> <TD ALIGN="LEFT">Sudan</TD><br /> <TD ALIGN="LEFT">Sudan</TD><br /> <TD ALIGN="LEFT">Sudan</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Suqutra (Socotra)</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Suriname</TD><br /> <TD ALIGN="LEFT">Suriname</TD><br /> <TD ALIGN="LEFT">Suriname</TD><br /> <TD ALIGN="LEFT">Suriname</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Norway</TD><br /> <TD ALIGN="LEFT">Svalbard</TD><br /> <TD ALIGN="LEFT">Svalbard</TD><br /> <TD ALIGN="LEFT">Svalbard</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Swaziland</TD><br /> <TD ALIGN="LEFT">Swaziland</TD><br /> <TD ALIGN="LEFT">Swaziland</TD><br /> <TD ALIGN="LEFT">Swaziland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Sweden</TD><br /> <TD ALIGN="LEFT">Sweden</TD><br /> <TD ALIGN="LEFT">Sweden</TD><br /> <TD ALIGN="LEFT">Sweden</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Switzerland</TD><br /> <TD ALIGN="LEFT">Switzerland</TD><br /> <TD ALIGN="LEFT">Switzerland</TD><br /> <TD ALIGN="LEFT">Switzerland</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Syria</TD><br /> <TD ALIGN="LEFT">Syria</TD><br /> <TD ALIGN="LEFT">Syria</TD><br /> <TD ALIGN="LEFT">Syria</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Taiwan</TD><br /> <TD ALIGN="LEFT">Taiwan</TD><br /> <TD ALIGN="LEFT">Taiwan</TD><br /> <TD ALIGN="LEFT">Taiwan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tajikistan</TD><br /> <TD ALIGN="LEFT">Tajikistan</TD><br /> <TD ALIGN="LEFT">Tajikistan</TD><br /> <TD ALIGN="LEFT">Tajikistan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Australia</TD><br /> <TD ALIGN="LEFT">Tasmania</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Thailand</TD><br /> <TD ALIGN="LEFT">Thailand</TD><br /> <TD ALIGN="LEFT">Thailand</TD><br /> <TD ALIGN="LEFT">Thailand</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Timor-Leste</TD><br /> <TD ALIGN="LEFT">Timor-Leste</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Trinidad and Tobago</TD><br /> <TD ALIGN="LEFT">Trinidad and Tobago</TD><br /> <TD ALIGN="LEFT">Tobago</TD><br /> <TD ALIGN="LEFT">Tobago</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Togo</TD><br /> <TD ALIGN="LEFT">Togo</TD><br /> <TD ALIGN="LEFT">Togo</TD><br /> <TD ALIGN="LEFT">Togo</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">New Zealand</TD><br /> <TD ALIGN="LEFT">Tokelau</TD><br /> <TD ALIGN="LEFT">Tokelau</TD><br /> <TD ALIGN="LEFT">Tokelau</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tonga</TD><br /> <TD ALIGN="LEFT">Tonga</TD><br /> <TD ALIGN="LEFT">Tonga</TD><br /> <TD ALIGN="LEFT">Tonga</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Trinidad and Tobago</TD><br /> <TD ALIGN="LEFT">Trinidad and Tobago</TD><br /> <TD ALIGN="LEFT">Trinidad</TD><br /> <TD ALIGN="LEFT">Trinidad</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Saint Helena</TD><br /> <TD ALIGN="LEFT">Tristan da Cunha</TD><br /> <TD ALIGN="LEFT">Tristan da Cunha</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">French Southern and Antarctic Lands</TD><br /> <TD ALIGN="LEFT">Tromelin I.</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tunisia</TD><br /> <TD ALIGN="LEFT">Tunisia</TD><br /> <TD ALIGN="LEFT">Tunisia</TD><br /> <TD ALIGN="LEFT">Tunisia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Turkey</TD><br /> <TD ALIGN="LEFT">Turkey</TD><br /> <TD ALIGN="LEFT">Turkey</TD><br /> <TD ALIGN="LEFT">Turkey</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Turkish Republic of Northern Cyprus</TD><br /> <TD ALIGN="LEFT">Turkish Republic of Northern Cyprus</TD><br /> <TD ALIGN="LEFT">Turkish Republic of Northern Cyprus</TD><br /> <TD ALIGN="LEFT">Turkish Republic of Northern Cyprus</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Turkmenistan</TD><br /> <TD ALIGN="LEFT">Turkmenistan</TD><br /> <TD ALIGN="LEFT">Turkmenistan</TD><br /> <TD ALIGN="LEFT">Turkmenistan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Turks and Caicos Islands</TD><br /> <TD ALIGN="LEFT">Turks and Caicos Islands</TD><br /> <TD ALIGN="LEFT">Turks and Caicos Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tuvalu</TD><br /> <TD ALIGN="LEFT">Tuvalu</TD><br /> <TD ALIGN="LEFT">Tuvalu</TD><br /> <TD ALIGN="LEFT">Tuvalu</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Naval Base Guantanamo Bay</TD><br /> <TD ALIGN="LEFT">US Naval Base Guantanamo Bay</TD><br /> <TD ALIGN="LEFT">US Naval Base Guantanamo Bay</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Uganda</TD><br /> <TD ALIGN="LEFT">Uganda</TD><br /> <TD ALIGN="LEFT">Uganda</TD><br /> <TD ALIGN="LEFT">Uganda</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Ukraine</TD><br /> <TD ALIGN="LEFT">Ukraine</TD><br /> <TD ALIGN="LEFT">Ukraine</TD><br /> <TD ALIGN="LEFT">Ukraine</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Korea, South</TD><br /> <TD ALIGN="LEFT">Ulleungdo</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Arab Emirates</TD><br /> <TD ALIGN="LEFT">United Arab Emirates</TD><br /> <TD ALIGN="LEFT">United Arab Emirates</TD><br /> <TD ALIGN="LEFT">United Arab Emirates</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States Virgin Islands</TD><br /> <TD ALIGN="LEFT">United States Virgin Islands</TD><br /> <TD ALIGN="LEFT">United States Virgin Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">United States of America</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Uruguay</TD><br /> <TD ALIGN="LEFT">Uruguay</TD><br /> <TD ALIGN="LEFT">Uruguay</TD><br /> <TD ALIGN="LEFT">Uruguay</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Uzbekistan</TD><br /> <TD ALIGN="LEFT">Uzbekistan</TD><br /> <TD ALIGN="LEFT">Uzbekistan</TD><br /> <TD ALIGN="LEFT">Uzbekistan</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Vanuatu</TD><br /> <TD ALIGN="LEFT">Vanuatu</TD><br /> <TD ALIGN="LEFT">Vanuatu</TD><br /> <TD ALIGN="LEFT">Vanuatu</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Vatican (Holy Sea)</TD><br /> <TD ALIGN="LEFT">Vatican (Holy Sea)</TD><br /> <TD ALIGN="LEFT">Vatican (Holy Sea)</TD><br /> <TD ALIGN="LEFT">Vatican (Holy Sea)</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Venezuela</TD><br /> <TD ALIGN="LEFT">Venezuela</TD><br /> <TD ALIGN="LEFT">Venezuela</TD><br /> <TD ALIGN="LEFT">Venezuela</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Vietnam</TD><br /> <TD ALIGN="LEFT">Vietnam</TD><br /> <TD ALIGN="LEFT">Vietnam</TD><br /> <TD ALIGN="LEFT">Vietnam</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Japan</TD><br /> <TD ALIGN="LEFT">Volcano Islands</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United States of America</TD><br /> <TD ALIGN="LEFT">US Minor Outlying Islands</TD><br /> <TD ALIGN="LEFT">Wake Atoll</TD><br /> <TD ALIGN="LEFT">Wake Atoll</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">United Kingdom</TD><br /> <TD ALIGN="LEFT">Wales</TD><br /> <TD ALIGN="LEFT">Wales</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">France</TD><br /> <TD ALIGN="LEFT">Wallis and Futuna</TD><br /> <TD ALIGN="LEFT">Wallis and Futuna</TD><br /> <TD ALIGN="LEFT">Wallis and Futuna</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Indeterminate</TD><br /> <TD ALIGN="LEFT">Palestine</TD><br /> <TD ALIGN="LEFT">West Bank</TD><br /> <TD ALIGN="LEFT">West Bank</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Indeterminate</TD><br /> <TD ALIGN="LEFT">Western Sahara</TD><br /> <TD ALIGN="LEFT">Western Sahara</TD><br /> <TD ALIGN="LEFT">Western Sahara_Western Sahara</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Yemen</TD><br /> <TD ALIGN="LEFT">Yemen</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Zambia</TD><br /> <TD ALIGN="LEFT">Zambia</TD><br /> <TD ALIGN="LEFT">Zambia</TD><br /> <TD ALIGN="LEFT">Zambia</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> <TD ALIGN="LEFT">Tanzania</TD><br /> <TD ALIGN="LEFT">Zanzibar</TD><br /> <TD ALIGN="LEFT">Zanzibar</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Zimbabwe</TD><br /> <TD ALIGN="LEFT">Zimbabwe</TD><br /> <TD ALIGN="LEFT">Zimbabwe</TD><br /> <TD ALIGN="LEFT">Zimbabwe</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Serbia</TD><br /> <TD ALIGN="LEFT">Serbia</TD><br /> <TD ALIGN="LEFT">Vojvodina</TD><br /> <TD ALIGN="LEFT">Vojvodina</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Serbia</TD><br /> <TD ALIGN="LEFT">Serbia</TD><br /> <TD ALIGN="LEFT">Serbia</TD><br /> <TD ALIGN="LEFT">Serbia</TD><br /> </TR><br /> <TR><br /> <TD HEIGHT="19" ALIGN="LEFT">Bosnia and Herzegovina</TD><br /> <TD ALIGN="LEFT">Bosnia and Herzegovina</TD><br /> <TD ALIGN="LEFT">Republic Srpska</TD><br /> <TD ALIGN="LEFT">Republic Srpska</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Brussels-Capital</TD><br /> <TD ALIGN="LEFT">Brussels-Capital</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Bosnia and Herzegovina</TD><br /> <TD ALIGN="LEFT">Bosnia and Herzegovina</TD><br /> <TD ALIGN="LEFT">Federation of Bosnia and Herzegovina</TD><br /> <TD ALIGN="LEFT">Federation of Bosnia and Herzegovina</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Flemish</TD><br /> <TD ALIGN="LEFT">Flemish</TD><br /> </TR><br /> <TR><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Belgium</TD><br /> <TD ALIGN="LEFT">Walloon</TD><br /> <TD ALIGN="LEFT">Walloon</TD><br /> </TR><br /> </TBODY><br /> </TABLE> </div> </div> </div> </div> </div> <div id="sidebar"> <ul><li id='text-5' class='widget widget_text'><h2 class="widgettitle">Stay up to Date</h2> <div class="textwidget"> Know when a new version of Natural Earth is released by subscribing to our <a href="http://www.naturalearthdata.com/updates/" class="up-to-date-link" >announcement list</a>.</div> </li></ul><ul><li id='text-2' class='widget widget_text'><h2 class="widgettitle">Find a Problem?</h2> <div class="textwidget"><div> <div style="float:left; width:65px;"><a href="/corrections/index.php?a=add"><img class="alignleft" title="New Ticket" src="http://www.naturalearthdata.com/corrections/img/newticket.png" alt="" width="60" height="60" /></a></div><div class="textwidget" style="float:left;width:120px; font-size:1.2em; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal;">Submit suggestions and bug reports via our <a href="/corrections/index.php?a=add">correction system</a> and track the progress of your edits.</div> </div></div> </li></ul><ul><li id='text-3' class='widget widget_text'><h2 class="widgettitle">Join Our Community</h2> <div class="textwidget"><div> <div style="float:left; width:65px;"><a href="/forums/"><img src="http://www.naturalearthdata.com/wp-content/uploads/2009/08/green_globe_chat_bubble_562e.png" alt="forums" title="Chat in the forum!" width="50" height="50" /></a></div><div class="textwidget" style="float:left;width:120px; font-size:1.2em; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal;">Talk back and discuss Natural Earth in the <a href="/forums/">Forums</a>.</div> </div></div> </li></ul><ul><li id='text-4' class='widget widget_text'><h2 class="widgettitle">Thank You</h2> <div class="textwidget">Our data downloads are generously hosted by Florida State University.</div> </li></ul><ul><li id='bbp_topics_widget-3' class='widget widget_display_topics'><h2 class="widgettitle">Recent Forum Topics</h2> <ul> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/joining-merging-leaves-artifacts/" title="Joining / Merging Leaves Artifacts">Joining / Merging Leaves Artifacts</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/china-gis-data-question/" title="China GIS Data Question">China GIS Data Question</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/have-leadership-refused-mechanically/" title="have leadership refused mechanically">have leadership refused mechanically</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/osm-style-slippy-map/" title="OSM Style SLIPPY Map">OSM Style SLIPPY Map</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/within-this-on-the-8/" title="Within this on the">Within this on the</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/these-handpicked-brand/" title="These handpicked brand">These handpicked brand</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/within-this-on-the-3/" title="Within this on the">Within this on the</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/within-this-on-thewar/" title="Within this on thewar">Within this on thewar</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/within-this-on-the-2/" title="Within this on the">Within this on the</a> </li> <li> <a class="bbp-forum-title" href="http://www.naturalearthdata.com/forums/topic/iso-3166-1-countries/" title="ISO 3166-1 countries">ISO 3166-1 countries</a> </li> </ul> </li></ul><ul><li id='bbpresswptweaks_login_links_widget-3' class='widget bbpresswptweaks_login_links_widget'><h2 class="widgettitle">Forum Login</h2> <div class="bbp-template-notice"> <a href="http://www.naturalearthdata.com/wp-login.php?redirect_to=/downloads/10m-cultural-vectors/10m-admin-0-details/" rel="nofollow">Log in</a> - or - <a href="http://www.naturalearthdata.com/wp-login.php?action=register" rel="nofollow">Register</a> </div></li></ul> </div> </div> <hr /> <div id="footer"> <div id="footerarea"> <div id="footerlogos"> <p>Supported by:</p> <div class="footer-ad-box"> <a href="http://www.nacis.org" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/nacis.png" alt="NACIS" /></a> </div> <div class="footer-ad-box"> <a href="http://www.cartotalk.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/cartotalk_ad.png" alt="Cartotalk" /></a> </div> <div class="footer-ad-box"> <a href="http://www.mapgiving.org" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/mapgiving.png" alt="Mapgiving" /></a> </div> <div class="footer-ad-box"> <a href="http://www.geography.wisc.edu/cartography/" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/wisconsin.png" alt="University of Wisconsin Madison - Cartography Dept." /></a> </div> <div class="footer-ad-box"> <a href="http://www.shadedrelief.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/shaded_relief.png" alt="Shaded Relief" /></a> </div> <div class="footer-ad-box"> <a href="http://www.xnrproductions.com " target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/xnr.png" alt="XNR Productions" /></a> </div> <p style="clear:both;"></p> <div class="footer-ad-box"> <a href="http://www.freac.fsu.edu" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/fsu.png" alt="Florida State University - FREAC" /></a> </div> <div class="footer-ad-box"> <a href="http://www.springercartographics.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/scllc.png" alt="Springer Cartographics LLC" /></a> </div> <div class="footer-ad-box"> <a href="http://www.washingtonpost.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/wpost.png" alt="Washington Post" /></a> </div> <div class="footer-ad-box"> <a href="http://www.redgeographics.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/redgeo.png" alt="Red Geographics" /></a> </div> <div class="footer-ad-box"> <a href="http://kelsocartography.com/blog " target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/kelso.png" alt="Kelso Cartography" /></a> </div> <p style="clear:both;"></p> <div class="footer-ad-box"> <a href="http://www.avenza.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/avenza.png" alt="Avenza Systems Inc." /></a> </div> <div class="footer-ad-box"> <a href="http://www.stamen.com" target="_blank"><img src="http://www.naturalearthdata.com/wp-content/themes/NEV/images/stamen_ne_logo.png" alt="Stamen Design" /></a> </div> </div> <p style="clear:both;"></p> <span id="footerleft"> &copy; 2013. Natural Earth. All rights reserved. </span> <span id="footerright"> <!-- Please help promote WordPress and simpleX. Do not remove --> <div>Powered by <a href="http://wordpress.org/">WordPress</a></div> <div><a href="http://www.naturalearthdata.com/wp-admin">Staff Login &raquo;</a></div> </span> </div> </div> </body> </html>
src/deps/boost/doc/html/boost/xpressive/after.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template after</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp" title="Header &lt;boost/xpressive/regex_primitives.hpp&gt;"> <link rel="prev" href="before.html" title="Function template before"> <link rel="next" href="imbue.html" title="Function template imbue"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="before.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="imbue.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.xpressive.after"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template after</span></h2> <p>boost::xpressive::after &#8212; Look-behind assertion. </p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp" title="Header &lt;boost/xpressive/regex_primitives.hpp&gt;">boost/xpressive/regex_primitives.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">&gt;</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">after</span><span class="special">(</span><span class="identifier">Expr</span> <span class="keyword">const</span> <span class="special">&amp;</span> expr<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp207374624"></a><h2>Description</h2> <p>after(expr) succeeds if the expr sub-expression would match at the current position minus N in the sequence, where N is the width of expr. expr is not included in the match. For instance, after("foo") succeeds if we are after a "foo". Look-behind assertions can be negated with the bit-complement operator.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>after(expr) is equivalent to the perl (?&lt;=...) extension. ~after(expr) is a negative look-behind assertion, equivalent to the perl (?&lt;!...) extension.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> <td><p><span class="term"><code class="computeroutput">expr</code></span></p></td> <td><p>The sub-expression to put in the look-ahead assertion.</p></td> </tr></tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Requires:</span></p></td> <td><p>expr cannot match a variable number of characters. </p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="before.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="imbue.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
original_sources/boost_1_59_0/doc/html/boost/local_time/operator-_idp38322288.html
TyRoXx/cdm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function operator-</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../date_time/doxy.html#header.boost.date_time.local_time.date_duration_operators_hpp" title="Header &lt;boost/date_time/local_time/date_duration_operators.hpp&gt;"> <link rel="prev" href="operator___idp38319040.html" title="Function operator+="> <link rel="next" href="operator-__idp112002944.html" title="Function operator-="> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator___idp38319040.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.local_time.date_duration_operators_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator-__idp112002944.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.local_time.operator-_idp38322288"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function operator-</span></h2> <p>boost::local_time::operator-</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../date_time/doxy.html#header.boost.date_time.local_time.date_duration_operators_hpp" title="Header &lt;boost/date_time/local_time/date_duration_operators.hpp&gt;">boost/date_time/local_time/date_duration_operators.hpp</a>&gt; </span> <a class="link" href="../../date_time/doxy.html#boost.local_time.local_date_time">local_date_time</a> <span class="keyword">operator</span><span class="special">-</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="../../date_time/doxy.html#boost.local_time.local_date_time">local_date_time</a> <span class="special">&amp;</span> t<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">gregorian</span><span class="special">::</span><span class="identifier">months</span> <span class="special">&amp;</span> m<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp206936272"></a><h2>Description</h2> <p>Subtracts a months object and a local_date_time. Result will be same day-of-month as local_date_time unless original day was the last day of month. see date_time::months_duration for more details </p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator___idp38319040.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.local_time.date_duration_operators_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator-__idp112002944.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
srt_packages/lib/knitr/themes/freya.css
LanceFiondella/srt.core
.background { color: #2a2a2a; } .num { color: #afe091; } .str { color: #afe091; } .com { color: #c2b680; } .opt { color: #dcdccc; } .std { color: #dcdccc; } .kwa { color: #e0af91; font-weight: bold; } .kwb { color: #dabfa5; font-weight: bold; } .kwc { color: #d792e0; } .kwd { color: #a6e1ff; }
rust-serial/target/doc/libc/unix/bsd/apple/constant.TIOCMGET.html
IllinoisRoboticsInSpace/Arduino_Control
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant.TIOCMGET.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant.TIOCMGET.html">../../../../libc/constant.TIOCMGET.html</a>...</p> <script>location.replace("../../../../libc/constant.TIOCMGET.html" + location.search + location.hash);</script> </body> </html>
src/html/APlusRefV2_87.html
rdm/aplus-fsf
<HTML> <HEAD> <TITLE>A+ Reference: Index - T</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <A NAME=HEADING1026> <H1><FONT color="#FF0000">Index - T</FONT></H1> <pre></font>t attribute (s)<A HREF="APlusRefV2_23.html#283"> -&gt; </A> t context<A HREF="APlusRefV2_59.html#0"> -&gt; </A> <font face=Kapl>_A</font><A HREF="APlusRefV2_59.html#144"> -&gt; </A> <font face=Kapl>_D</font><A HREF="APlusRefV2_59.html#145"> -&gt; </A> <font face=Kapl>_D_</font><A HREF="APlusRefV2_59.html#146"> -&gt; </A> <font face=Kapl>_F</font><A HREF="APlusRefV2_59.html#147"> -&gt; </A> <font face=Kapl>_G_r</font><A HREF="APlusRefV2_59.html#148"> -&gt; </A> <font face=Kapl>_H_l</font><A HREF="APlusRefV2_59.html#149"> -&gt; </A> <font face=Kapl>_I_l</font><A HREF="APlusRefV2_59.html#150"> -&gt; </A> <font face=Kapl>_J</font><A HREF="APlusRefV2_59.html#151"> -&gt; </A> <font face=Kapl>_J_r</font><A HREF="APlusRefV2_59.html#152"> -&gt; </A> <font face=Kapl>_K</font><A HREF="APlusRefV2_59.html#153"> -&gt; </A> <font face=Kapl>_K_r</font><A HREF="APlusRefV2_59.html#154"> -&gt; </A> <font face=Kapl>_L</font><A HREF="APlusRefV2_59.html#155"> -&gt; </A> <font face=Kapl>_L_</font><A HREF="APlusRefV2_59.html#156"> -&gt; </A> <font face=Kapl>_M</font><A HREF="APlusRefV2_59.html#157"> -&gt; </A> <font face=Kapl>_N</font><A HREF="APlusRefV2_59.html#158"> -&gt; </A> <font face=Kapl>_O</font><A HREF="APlusRefV2_59.html#159"> -&gt; </A> <font face=Kapl>_R</font><A HREF="APlusRefV2_59.html#160"> -&gt; </A> <font face=Kapl>_R_</font><A HREF="APlusRefV2_59.html#161"> -&gt; </A> <font face=Kapl>_S</font><A HREF="APlusRefV2_59.html#163"> -&gt; </A> <font face=Kapl>_S_</font><A HREF="APlusRefV2_59.html#164"> -&gt; </A> <font face=Kapl>_T</font><A HREF="APlusRefV2_59.html#165"> -&gt; </A> <font face=Kapl>_T_</font><A HREF="APlusRefV2_59.html#166"> -&gt; </A> <font face=Kapl>_U</font><A HREF="APlusRefV2_59.html#167"> -&gt; </A> <font face=Kapl>_V</font><A HREF="APlusRefV2_59.html#168"> -&gt; </A> <font face=Kapl>_V_</font><A HREF="APlusRefV2_59.html#169"> -&gt; </A> selector functions<A HREF="APlusRefV2_59.html#37"> -&gt; </A> t-created variables and dependencies<A HREF="APlusRefV2_59.html#143"> -&gt; </A> variables<A HREF="APlusRefV2_59.html#136"> -&gt; </A> <font face=Kapl>t.also </font>function<A HREF="APlusRefV2_59.html#133"> -&gt; </A> <font face=Kapl>t.always </font>function<A HREF="APlusRefV2_59.html#82"> -&gt; </A> <font face=Kapl>t.break </font>function<A HREF="APlusRefV2_59.html#129"> -&gt; </A> <font face=Kapl>t.calendar </font>function<A HREF="APlusRefV2_59.html#44"> -&gt; </A> <font face=Kapl>t.cat </font>function<A HREF="APlusRefV2_59.html#50"> -&gt; </A> <font face=Kapl>t.close </font>function<A HREF="APlusRefV2_59.html#54"> -&gt; </A> <font face=Kapl>t.CONNECT </font>variable<A HREF="APlusRefV2_59.html#138"> -&gt; </A> <font face=Kapl>t.define </font>function<A HREF="APlusRefV2_59.html#63"> -&gt; </A> <font face=Kapl>t.detach </font>function<A HREF="APlusRefV2_59.html#67"> -&gt; </A> <font face=Kapl>t.disperse </font>function<A HREF="APlusRefV2_59.html#78"> -&gt; </A> <font face=Kapl>t.fix </font>function<A HREF="APlusRefV2_59.html#92"> -&gt; </A> <font face=Kapl>t.group </font>function<A HREF="APlusRefV2_59.html#129"> -&gt; </A> <font face=Kapl>t.group_d </font>function<A HREF="APlusRefV2_59.html#75"> -&gt; </A> <font face=Kapl>t.group_i </font>function<A HREF="APlusRefV2_59.html#98"> -&gt; </A> <font face=Kapl>t.in </font>function<A HREF="APlusRefV2_59.html#89"> -&gt; </A> <font face=Kapl>t.index </font>function<A HREF="APlusRefV2_59.html#94"> -&gt; </A> <font face=Kapl>t.let </font>function<A HREF="APlusRefV2_59.html#101"> -&gt; </A> <font face=Kapl>t.link </font>function<A HREF="APlusRefV2_59.html#105"> -&gt; </A> <font face=Kapl>t.link_b </font>function<A HREF="APlusRefV2_59.html#107"> -&gt; </A> <font face=Kapl>t.link_d </font>function<A HREF="APlusRefV2_59.html#71"> -&gt; </A> <font face=Kapl>t.link_i </font>function<A HREF="APlusRefV2_59.html#96"> -&gt; </A> <font face=Kapl>t.na </font>function<A HREF="APlusRefV2_59.html#109"> -&gt; </A> <font face=Kapl>t.NA </font>variable<A HREF="APlusRefV2_59.html#140"> -&gt; </A> <font face=Kapl>t.not </font>function<A HREF="APlusRefV2_59.html#57"> -&gt; </A> <font face=Kapl>t.only </font>function<A HREF="APlusRefV2_59.html#119"> -&gt; </A> <font face=Kapl>t.open </font>function<A HREF="APlusRefV2_59.html#59"> -&gt; </A> <font face=Kapl>t.partition </font>function<A HREF="APlusRefV2_59.html#131"> -&gt; </A> <font face=Kapl>t.relate </font>function<A HREF="APlusRefV2_59.html#103"> -&gt; </A> <font face=Kapl>t.report </font>function<A HREF="APlusRefV2_59.html#126"> -&gt; </A> <font face=Kapl>t.reset </font>function<A HREF="APlusRefV2_59.html#117"> -&gt; </A> <font face=Kapl>t.sample </font>function<A HREF="APlusRefV2_59.html#115"> -&gt; </A> <font face=Kapl>t.send </font>function<A HREF="APlusRefV2_59.html#113"> -&gt; </A> <font face=Kapl>t.series </font>function<A HREF="APlusRefV2_59.html#47"> -&gt; </A> <font face=Kapl>t.sort </font>function<A HREF="APlusRefV2_59.html#123"> -&gt; </A> <font face=Kapl>t.sorted </font>function<A HREF="APlusRefV2_59.html#86"> -&gt; </A> <font face=Kapl>t.table </font>function<A HREF="APlusRefV2_59.html#121"> -&gt; </A> <font face=Kapl>t.TABLES </font>variable<A HREF="APlusRefV2_59.html#141"> -&gt; </A> <font face=Kapl>t.view </font>function<A HREF="APlusRefV2_59.html#135"> -&gt; </A> tab character<A HREF="APlusRefV2_5.html#45"> -&gt; </A> tab... attributes<A HREF="APlusRefV2_23.html#284"> -&gt; </A> table <i>see also</i> <A HREF="APlusRefV2_80.html#80.4">matrix</A> dependency (t)<A HREF="APlusRefV2_59.html#3"> -&gt; </A> display class<A HREF="APlusRefV2_43.html#3"> -&gt; </A> arguments to attribute functions<A HREF="APlusRefV2_24.html#24"> -&gt; </A> moving about in<A HREF="APlusRefV2_23.html#246"> -&gt; </A> moving columns by dragging<A HREF="APlusRefV2_23.html#78B"> -&gt; </A>,<A HREF="APlusRefV2_50.html#50"> -&gt;* </a> resizing columns by dragging<A HREF="APlusRefV2_23.html#61C"> -&gt; </a>, <A HREF="APlusRefV2_50.html#50"> -&gt;* </a> user interaction with<A HREF="APlusRefV2_50.html#50"> -&gt; </a> in t<A HREF="APlusRefV2_59.html#3"> -&gt; </A> linked tables<A HREF="APlusRefV2_59.html#23"> -&gt; </A> matrix<A HREF="APlusRefV2_4.html#16"> -&gt; </A> variable (t)<A HREF="APlusRefV2_59.html#3"> -&gt; </A> tableField display class arguments to attribute functions<A HREF="APlusRefV2_24.html#25"> -&gt; </A> child of display class table<A HREF="APlusRefV2_43.html#3"> -&gt; </A> tabs of notebook: showtabs attribute<A HREF="APlusRefV2_23.html#268B"> -&gt; </A> tabs, used in function definition<A HREF="APlusRefV2_16.html#27"> -&gt; </A> Take function<A HREF="APlusRefV2_4.html#63"> -&gt; </A>, <A HREF="APlusRefV2_8.html#307"> -&gt; </A> fill elements<A HREF="APlusRefV2_8.html#310"> -&gt; </A> Tally (Count function)<A HREF="APlusRefV2_8.html#61"> -&gt; </A> tangent<A HREF="APlusRefV2_7.html#30"> -&gt; </A> tanh<A HREF="APlusRefV2_7.html#36"> -&gt; </A> target Assignment<A HREF="APlusRefV2_5.html#114"> -&gt; </A>, <A HREF="APlusRefV2_8.html#14"> -&gt; </A> for view (t)<A HREF="APlusRefV2_59.html#5"> -&gt; </A> Selective Assignment<A HREF="APlusRefV2_8.html#267"> -&gt; </A> Terminal Flag command<A HREF="APlusRefV2_15.html#144"> -&gt; </A> Terminal Flag variable<A HREF="APlusRefV2_13.html#81"> -&gt; </A> terms used in this manual<A HREF="APlusRefV2_2.html#11"> -&gt; </A> terms, data<A HREF="APlusRefV2_4.html#2"> -&gt; </A> text areas of a graph<A HREF="APlusRefV2_32.html#71"> -&gt; </A> clipping<A HREF="APlusRefV2_25.html#68"> -&gt; </A>, <A HREF="APlusRefV2_50.html#46"> -&gt; </A> display class<A HREF="APlusRefV2_44.html#3"> -&gt; </A> arguments to attribute functions<A HREF="APlusRefV2_24.html#26"> -&gt; </A> user interaction with<A HREF="APlusRefV2_50.html#52"> -&gt; </A> trace (of graph)<A HREF="APlusRefV2_32.html#65"> -&gt; </A> manipulation<A HREF="APlusRefV2_50.html#58"> -&gt; </A> style<A HREF="APlusRefV2_32.html#63"> -&gt; </A> textactivate attribute<A HREF="APlusRefV2_23.html#287"> -&gt; </A> callbacks for<A HREF="APlusRefV2_25.html#10"> -&gt; </A> <font face=Kapl>$Tf</font> system command<A HREF="APlusRefV2_15.html#144"> -&gt; </A> <font face=Kapl>`Tf</font> system variable<A HREF="APlusRefV2_13.html#81"> -&gt; </A> <!---- 3dgraph display class<A HREF="APlusRefV2_44Thr.html#3D1"> -&gt; </A> //----> 3down attribute<A HREF="APlusRefV2_23.html#288"> -&gt; </A> callbacks for<A HREF="APlusRefV2_25.html#48"> -&gt; </A> 3up attribute<A HREF="APlusRefV2_23.html#289"> -&gt; </A> callbacks for<A HREF="APlusRefV2_25.html#50"> -&gt; </A> time cpu (process)<A HREF="APlusRefV2_58.html#203"> -&gt; </A> elapsed<A HREF="APlusRefV2_20.html#7"> -&gt; </A> format<A HREF="APlusRefV2_23.html#365"> -&gt; </A> GMT<A HREF="APlusRefV2_58.html#206"> -&gt; </A> GMT, from seconds in epoch<A HREF="APlusRefV2_58.html#215"> -&gt; </A> local<A HREF="APlusRefV2_58.html#209"> -&gt; </A> local, from seconds in epoch<A HREF="APlusRefV2_58.html#218"> -&gt; </A> of day<A HREF="APlusRefV2_58.html#212"> -&gt; </A> Reset Time Zone<A HREF="APlusRefV2_58.html#226"> -&gt; </A> seconds in epoch<A HREF="APlusRefV2_58.html#225"> -&gt; </A> seconds in epoch from local<A HREF="APlusRefV2_58.html#222"> -&gt; </A> system<A HREF="APlusRefV2_20.html#7"> -&gt; </A> Time function<A HREF="APlusRefV2_20.html#1"> -&gt; </A> Time in Seconds function<A HREF="APlusRefV2_58.html#222"> -&gt; </A> time series (t)<A HREF="APlusRefV2_59.html#44"> -&gt; </A> user<A HREF="APlusRefV2_20.html#7"> -&gt; </A> timeout, adap<A HREF="APlusRefV2_54.html#49"> -&gt; </A> error<A HREF="APlusRefV2_54.html#60"> -&gt; </A> Get Timeout<A HREF="APlusRefV2_54.html#88"> -&gt; </A> timer<A HREF="APlusRefV2_20.html#7"> -&gt; </A> events (adap)<A HREF="APlusRefV2_54.html#15"> -&gt; </A> handle (adap)<A HREF="APlusRefV2_54.html#47"> -&gt; </A> Modify Timer (adap)<A HREF="APlusRefV2_54.html#97"> -&gt; </A> Set Timer (adap)<A HREF="APlusRefV2_54.html#124"> -&gt; </A> Times (Multiply function)<A HREF="APlusRefV2_7.html#84"> -&gt; </A> timing functions and expressions<A HREF="APlusRefV2_20.html#0"> -&gt; </A> primitive function execution counts<A HREF="APlusRefV2_14.html#45A"> -&gt; </A> title... attributes<A HREF="APlusRefV2_23.html#290"> -&gt; </A> title<A HREF="APlusRefV2_21.html#21"> -&gt; </A>, <A HREF="APlusRefV2_23.html#290"> -&gt; </A> default setting<A HREF="APlusRefV2_23.html#367"> -&gt; </A> titles (pagetitle)<A HREF="APlusRefV2_23.html#177M"> -&gt; </A> tolerably equal<A HREF="APlusRefV2_2.html#15"> -&gt; </A>, <A HREF="APlusRefV2_9.html#6"> -&gt; </A> tolerance, comparison<A HREF="APlusRefV2_9.html#3"> -&gt; </A> top... attributes<A HREF="APlusRefV2_23.html#295"> -&gt; </A> top-level window<A HREF="APlusRefV2_50.html#12"> -&gt; </A> default creation (<font face=Kapl>s.SHELL</font>)<A HREF="APlusRefV2_57.html#283"> -&gt; </A> list of every: <font face=Kapl>s.toplevels</font><A HREF="APlusRefV2_57.html#133"> -&gt; </A> trace (set), graph<A HREF="APlusRefV2_32.html#6"> -&gt; </A> tracing<A HREF="APlusRefV2_15.html#31"> -&gt; </A> <i>see also</i> <A HREF="APlusRefV2_72.html#72.10">debugging</A> dependencies<A HREF="APlusRefV2_17.html#75"> -&gt; </A> depth of<A HREF="APlusRefV2_15.html#43B"> -&gt; </A> of Execute (Protected or not)<A HREF="APlusRefV2_15.html#48A"> -&gt; </A> of Monadic Do<A HREF="APlusRefV2_15.html#40A"> -&gt; </A> tracking files<A HREF="APlusRefV2_15.html#31"> -&gt; </A> trailing axis (dimension)<A HREF="APlusRefV2_4.html#8"> -&gt; </A>, <A HREF="APlusRefV2_11.html#20"> -&gt; </A> transcendental function<A HREF="APlusRefV2_7.html#32"> -&gt; </A> Transpose Axes function<A HREF="APlusRefV2_8.html#317"> -&gt; </A> Transpose function<A HREF="APlusRefV2_8.html#313"> -&gt; </A> Transpose, dyadic (Transpose Axes function)<A HREF="APlusRefV2_8.html#317"> -&gt; </A> traversal window<A HREF="APlusRefV2_50.html#23"> -&gt; </A> within a display object<A HREF="APlusRefV2_21.html#51"> -&gt; </A> within a layout<A HREF="APlusRefV2_21.html#51"> -&gt; </A> Tree Dependency function<A HREF="APlusRefV2_57.html#202"> -&gt; </A> tree display class<A HREF="APlusRefV2_45.html#2"> -&gt; </A> arguments to attribute functions<A HREF="APlusRefV2_24.html#27"> -&gt; </A> user interaction with<A HREF="APlusRefV2_50.html#55"> -&gt; </A> trigonometric functions<A HREF="APlusRefV2_7.html#26"> -&gt; </A> <!---- truncation and margins, 3dgraph<A HREF="APlusRefV2_44Thr.html#3D40"> -&gt; </A> //----> tutorial scripts A+ (general)<A HREF="APlusRefV2_2.html#3"> -&gt; </A> <!---- s (screen management)<A HREF="APlusRefV2_21.html#3"> -&gt; </A> //----> t (database)<A HREF="APlusRefV2_59.html#7"> -&gt; </A> 2down attribute<A HREF="APlusRefV2_23.html#296"> -&gt; </A> callbacks for<A HREF="APlusRefV2_25.html#52"> -&gt; </A> 2up attribute<A HREF="APlusRefV2_23.html#297"> -&gt; </A> callbacks for<A HREF="APlusRefV2_25.html#54"> -&gt; </A> type<A HREF="APlusRefV2_4.html#29"> -&gt; </A>, <A HREF="APlusRefV2_4.html#68"> -&gt; </A> change Bitwise Cast derived function<A HREF="APlusRefV2_10.html#9"> -&gt; </A> Cast function<A HREF="APlusRefV2_8.html#44"> -&gt; </A> Ceiling function<A HREF="APlusRefV2_6.html#17"> -&gt; </A> Default Format function<A HREF="APlusRefV2_8.html#78"> -&gt; </A> fix input functions<A HREF="APlusRefV2_14.html#31"> -&gt; </A>, <A HREF="APlusRefV2_14.html#60"> -&gt; </A>, <A HREF="APlusRefV2_14.html#159"> -&gt; </A>, <A HREF="APlusRefV2_14.html#164"> -&gt; </A> Floor function<A HREF="APlusRefV2_6.html#27"> -&gt; </A> Format function<A HREF="APlusRefV2_8.html#130"> -&gt; </A> Pack function<A HREF="APlusRefV2_8.html#185"> -&gt; </A> Unpack function<A HREF="APlusRefV2_8.html#327"> -&gt; </A> general<A HREF="APlusRefV2_4.html#80"> -&gt; </A> Type function<A HREF="APlusRefV2_4.html#68"> -&gt; </A>, <A HREF="APlusRefV2_8.html#322"> -&gt; </A></pre> <HR> <A HREF="APlusRefV2_66.html">About the Index</A><p> <ADDRESS><table width="100%"><tr><td><font size=2><i><a href="mailto:doc@aplusdev.org">doc@aplusdev.org</a></i></font></td><td align=right><font size=2><i>&#169; Copyright 1995&#150;2008 Morgan Stanley Dean Witter &amp; Co. All rights reserved.</i></font></td></tr></table></ADDRESS> </BODY> </HTML>
web/css/default-dashboard.css
gwenaelCF/eveGCF
#dashboard .jqplot { width: 460px; overflow: hidden; float: left; margin-right: 10px; } .clear { clear: both; } .jqplot-table-legend-label { padding: 0 4px; } @media screen and (max-width: 1340px) { #dashboard .prices, #dashboard .debts { display: none; } }
pixtureLab/src/doc/allclasses-frame.html
benjaminha14/CompSciAP
<!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_21) on Fri Jun 22 15:32:35 EDT 2012 --> <TITLE> All Classes (classes) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="ColorChooser.html" title="class in &lt;Unnamed&gt;" target="classFrame">ColorChooser</A> <BR> <A HREF="DigitalPicture.html" title="interface in &lt;Unnamed&gt;" target="classFrame"><I>DigitalPicture</I></A> <BR> <A HREF="FileChooser.html" title="class in &lt;Unnamed&gt;" target="classFrame">FileChooser</A> <BR> <A HREF="ImageDisplay.html" title="class in &lt;Unnamed&gt;" target="classFrame">ImageDisplay</A> <BR> <A HREF="IntArrayWorker.html" title="class in &lt;Unnamed&gt;" target="classFrame">IntArrayWorker</A> <BR> <A HREF="IntArrayWorkerTester.html" title="class in &lt;Unnamed&gt;" target="classFrame">IntArrayWorkerTester</A> <BR> <A HREF="Picture.html" title="class in &lt;Unnamed&gt;" target="classFrame">Picture</A> <BR> <A HREF="PictureExplorer.html" title="class in &lt;Unnamed&gt;" target="classFrame">PictureExplorer</A> <BR> <A HREF="PictureFrame.html" title="class in &lt;Unnamed&gt;" target="classFrame">PictureFrame</A> <BR> <A HREF="PictureTester.html" title="class in &lt;Unnamed&gt;" target="classFrame">PictureTester</A> <BR> <A HREF="Pixel.html" title="class in &lt;Unnamed&gt;" target="classFrame">Pixel</A> <BR> <A HREF="SimplePicture.html" title="class in &lt;Unnamed&gt;" target="classFrame">SimplePicture</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
lib/poi-3.17/docs/apidocs/org/apache/poi/hslf/record/class-use/TxInteractiveInfoAtom.html
TonyClark/ESL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.hslf.record.TxInteractiveInfoAtom (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hslf.record.TxInteractiveInfoAtom (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/record//class-useTxInteractiveInfoAtom.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TxInteractiveInfoAtom.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hslf.record.TxInteractiveInfoAtom</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.usermodel"><B>org.apache.poi.hslf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A> in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A></CODE></FONT></TD> <TD><CODE><B>HSLFHyperlink.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#getTextRunInfo()">getTextRunInfo</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>HSLFHyperlink.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFHyperlink.html#setTextRunInfo(org.apache.poi.hslf.record.TxInteractiveInfoAtom)">setTextRunInfo</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record">TxInteractiveInfoAtom</A>&nbsp;txinfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/record/TxInteractiveInfoAtom.html" title="class in org.apache.poi.hslf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/record//class-useTxInteractiveInfoAtom.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TxInteractiveInfoAtom.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 2017 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
doc/en/html/libs/io/joystick.html
ThibautMarty/logisim-evolution
<html> <head> <title>Joystick</title> </head> <body bgcolor="FFFFFF"> <h1><img align="center" src="../../../icons/joystick.gif" width="32" height="32"> <em>Joystick</em></h1> <p><table> <tr><td><strong>Library:</strong></td> <td><a href="index.html">Input/Output</a></td></tr> <tr><td><strong>Introduced:</strong></td> <td>2.2.0</td></tr> <tr><td valign="top"><strong>Appearance:</strong></td> <td valign="top"><img src="../../../img-libs/joystick.png" width="33" height="31"></td></tr> </table></p> <h2>Behavior</h2> <p>The user can drag the red knob within the rounded-square area, and the outputs update to indicate the knob's current <var>x</var>- and <var>y</var>-coordinates. This is meant to emulate the joysticks known from the days of classical arcade games.</p> <h2>Pins</h2> <dl> <dt>West edge, north pin (output, bit width matches Bit Width attribute)</dt> <dd>Indicates knob's <var>x</var>-coordinate, to be interpreted as an unsigned integer whose value will never be 0. Thus, a value of 1 represents the far left, and the maximum value for the bit width indicates the far right. When the knob is at rest (in the center), the value has the bit pattern 10...00.</dd> <dt>West edge, south pin (output, bit width matches Bit Width attribute)</dt> <dd>Indicates knob's <var>y</var>-coordinate, whose value ranges as with the <var>x</var>-coordinate pin. When the knob is pulled to the top, this output's value is 1, and when the knob is pulled to the bottom, the output is the maximum value for the bit width selected.</dd> </dl> <h2>Attributes</h2> <p>When the component is selected or being added, Alt-2 through Alt-5 alter its <q>Bit Width</q> attribute.</p> <dl> <dt>Bit Width</dt> <dd>The number of bits used to indicate each of the knob's coordinates.</dd> <dt>Color</dt> <dd>The knob's color as it is drawn on the screen.</dd> </dl> <h2>Poke Tool Behavior</h2> <p>Pressing the mouse button while within the joystick area moves the knob to that location and updates the outputs. Dragging the mouse continues to move the knob and update the outputs, keeping the knob within the joystick's area. Releasing the mouse button reverts the knob back to its rest position.</p> <h2>Text Tool Behavior</h2> <p>None.</p> <p><a href="../index.html">Back to <em>Library Reference</em></a></p> </body> </html>
lib/poi-3.17/docs/apidocs/org/apache/poi/ss/formula/functions/Code.html
TonyClark/ESL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Code (POI API Documentation) </TITLE> <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="Code (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Code.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Choose.html" title="class in org.apache.poi.ss.formula.functions"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/ss/formula/functions/Code.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Code.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.ss.formula.functions</FONT> <BR> Class Code</H2> <PRE> java.lang.Object <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html" title="class in org.apache.poi.ss.formula.functions">org.apache.poi.ss.formula.functions.Fixed1ArgFunction</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.ss.formula.functions.Code</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</A>, <A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Code</B><DT>extends <A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html" title="class in org.apache.poi.ss.formula.functions">Fixed1ArgFunction</A></DL> </PRE> <P> Implementation for Excel CODE () function.<p> <p> <b>Syntax</b>:<br> <b>CODE </b>(<b>text</b> )<br> <p> Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer. <p> text The text for which you want the code of the first character. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>cedric dot walter @ gmail dot com</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Code.html#Code()">Code</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Code.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)">evaluate</A></B>(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <A HREF="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</A>&nbsp;textArg)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;see <A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><CODE>Function.evaluate(ValueEval[], int, int)</CODE></A></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.poi.ss.formula.functions.Fixed1ArgFunction"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html" title="class in org.apache.poi.ss.formula.functions">Fixed1ArgFunction</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)">evaluate</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Code()"><!-- --></A><H3> Code</H3> <PRE> public <B>Code</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)"><!-- --></A><H3> evaluate</H3> <PRE> public <A HREF="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</A> <B>evaluate</B>(int&nbsp;srcRowIndex, int&nbsp;srcColumnIndex, <A HREF="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</A>&nbsp;textArg)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html#evaluate(int, int, org.apache.poi.ss.formula.eval.ValueEval)">Function1Arg</A></CODE></B></DD> <DD>see <A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html#evaluate(org.apache.poi.ss.formula.eval.ValueEval[], int, int)"><CODE>Function.evaluate(ValueEval[], int, int)</CODE></A> <P> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Code.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Choose.html" title="class in org.apache.poi.ss.formula.functions"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/ss/formula/functions/Code.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Code.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2017 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
app/partials/mobile/message_service.html
zaasmi/chatkar
<span ng-switch="::historyMessage.action._"> <my-i18n> <span ng-switch-when="messageActionChatCreate" my-i18n-format="message_service_created_group"></span> <span ng-switch-when="messageActionChatEditTitle" my-i18n-format="message_service_changed_group_name"></span> <my-i18n-param name="group-name">&laquo;<strong ng-bind-html="::historyMessage.action.rTitle"></strong>&raquo;</my-i18n-param> </my-i18n> <span ng-switch-when="messageActionChatEditPhoto" my-i18n="message_service_changed_group_photo"></span> <span ng-switch-when="messageActionChatDeletePhoto" my-i18n="message_service_removed_group_photo"></span> <span ng-switch-when="messageActionChatJoinedByLink" my-i18n="message_service_joined_by_link"></span> <span ng-switch-when="messageActionChatReturn" my-i18n="message_service_returned_to_group"></span> <span ng-switch-when="messageActionChatJoined" my-i18n="message_service_joined"></span> <span ng-switch-when="messageActionChatAddUser" my-i18n="message_service_invited_user"> <my-i18n-param name="user"><a my-peer-link="historyMessage.action.user_id" color="true"></a></my-i18n-param> </span> <span ng-switch-when="messageActionChatAddUsers" my-i18n="message_service_invited_users"> <my-i18n-param name="user"><a my-peer-link="historyMessage.action.users[0]" color="true"></a></my-i18n-param> <my-i18n-param name="num-more"><span ng-bind="historyMessage.action.users.length - 1"></span></my-i18n-param> </span> <span ng-switch-when="messageActionChatLeave" my-i18n="message_service_left_group"></span> <span ng-switch-when="messageActionChatDeleteUser" my-i18n="message_service_kicked_user"> <my-i18n-param name="user"><a my-peer-link="historyMessage.action.user_id" color="true"></a></my-i18n-param> </span> <span ng-switch-when="messageActionChatMigrateTo" my-i18n="message_service_converted_to_supergroup"></span> <span ng-switch-when="messageActionChannelMigrateFrom" my-i18n="message_service_converted_to_supergroup"></span> <span ng-switch-when="messageActionChannelCreate" my-i18n="message_service_created_channel"></span> <span ng-switch-when="messageActionChannelEditTitle" my-i18n="message_service_changed_channel_name"> <my-i18n-param name="channel-name">&laquo;<strong ng-bind-html="::historyMessage.action.rTitle"></strong>&raquo;</my-i18n-param> </span> <span ng-switch-when="messageActionChannelEditPhoto" my-i18n="message_service_changed_channel_photo"></span> <span ng-switch-when="messageActionChannelDeletePhoto" my-i18n="message_service_removed_channel_photo"></span> <span ng-switch-when="messageActionGameScore" my-i18n="message_service_scored_game"> <my-i18n-param name="scored"> <ng-pluralize count="historyMessage.action.score" when="message_service_scored_X"></ng-pluralize> </my-i18n-param> <my-i18n-param name="message"><a class="im_service_message_pinned" my-pinned-message="::historyMessage.reply_to_mid"></a></my-i18n-param> </span> <span ng-switch-when="messageActionPinMessage" my-i18n="message_service_pinned_message"> <my-i18n-param name="message"><a my-pinned-message="historyMessage.reply_to_mid"></a></my-i18n-param> </span> <a ng-switch-when="messageActionPhoneCall" class="im_service_message_phonecall" ng-click="phoneCallClick(historyMessage.mid)" ng-switch="historyMessage.action.type"> <span ng-switch-when="out_missed" my-i18n="message_service_phonecall_canceled"></span> <span ng-switch-when="in_missed" my-i18n="message_service_phonecall_missed"></span> <span ng-switch-when="out_ok" my-i18n="message_service_phonecall_outgoing"></span> <span ng-switch-when="in_ok" my-i18n="message_service_phonecall_incoming"></span> <span ng-if="historyMessage.action.duration > 0" ng-bind="historyMessage.action.duration | duration" class="im_service_message_phonecall_duration"></span> </a> <span ng-switch-when="messageActionPaymentSent" class="message_service_payment_sent"></span> <span ng-switch-default my-i18n="message_service_unsupported_action"> <my-i18n-param name="action"><span ng-bind="historyMessage.action._"></span></my-i18n-param> </span> </span>
lognotifyserv/doc/html/search/classes_0.html
guillermofarina/lognotify
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.10"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="classes_0.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Cargando...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Buscando...</div> <div class="SRStatus" id="NoMatches">Nada coincide</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
intranet/modules/Scribite/plugins/Xinha/vendor/xinha/unsupported_plugins/ExtendedFileManager/assets/editor.css
projectestac/intraweb
body { margin: 0; padding: 0; font: 11px Tahoma,Verdana,sans-serif; } select, input, button { font: 11px Tahoma,Verdana,sans-serif; } #indicator { width: 20px; height: 20px; background-color: #eef; padding: 15px 20px; } * html #indicator { padding: 14px 22px; } #tools { background-color: #eef; padding: 0; border-left: 1px solid white; border-bottom: 1px solid white; } #toolbar { background-color: #eef; text-align: center; padding: 5px; border-top: 1px solid white; border-right: 1px solid white; vertical-align: top; width:50px; } #contents { position: relative; } #editor { width: 100%; height: 100%; } #toolbar a { padding: 5px; width: 40px; display: block; border: 1px solid #eef; text-align: center; text-decoration: none; color: #669; margin: 5px 0; } #toolbar a:hover { background-color: #F9F9FF; border-color: #669; } #toolbar a.iconActive { border-color: #669; } #toolbar a span { display: block; text-decoration: none; } #toolbar a img { border: 0 none; } #tools .textInput { width: 3em; vertical-align: 0px; } * html #tools .textInput { vertical-align: middle; } #tools .measureStats { width: 4.5em; border: 0 none; background-color: #eef; vertical-align: 0px; } * html #tools .measureStats { vertical-align: middle; } #tools label { margin: 0 2px 0 5px; } #tools input { vertical-align: middle; } #tools .tool_inputs { padding-top: 10px; float: left; } #tools .div { vertical-align: middle; margin: 0 5px; } #tools img { border: 0 none; } #tools a.buttons { margin-top: 10px; border: 1px solid #eef; display: block; float: left; } #tools a.buttons:hover { background-color: #F9F9FF; border-color: #669; } #slidercasing { /*border:1px solid #CCCCCC; background-color:#FFFFFF;*/ width:100px; height:5px; position:relative; z-index:4; padding:10px; top: 6px; margin: 0 -5px 0 -10px; } #slidertrack { position:relative; border:1px solid #CCCCCC; background-color:#FFFFCC; z-index:5; height:5px; } #sliderbar { position:absolute; z-index:6; border:1px solid #CCCCCC; background-color:#DDDDDD; width:15px; padding:0px; height:20px; cursor: pointer; top:2px; } * html #slidercasing { top:0; } #bottom { position: relative; top: 490px; } #save_filename {width: 100px;}
pombola/core/templates/core/place_data.html
hzj123/56th
{% extends 'core/place_base.html' %} {% load humanize %} {% block title %}{{ object.name }} Data{% endblock %} {% block subcontent %} {% if settings.ENABLED_FEATURES.place_data and object.placedata %} <h2>Population Data</h2> <div> <dl> <dt>Area</dt> <dd> {{ object.placedata.area|floatformat:0 }} km<sup>2</sup> (Ranked {{ object.placedata.area_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> <dt>Population</dt> <dd> {{ object.placedata.population_total|intcomma }} (Ranked {{ object.placedata.population_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> <dt>Population Density</dt> <dd> {{ object.placedata.population_density|floatformat:1 }} people per km<sup>2</sup> (Ranked {{ object.placedata.population_density_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> <dt>Male</dt> <dd>{{ object.placedata.population_male|intcomma }}</dd> <dt>Female</dt> <dd>{{ object.placedata.population_female|intcomma }}</dd> <dt>Gender Index (women to men)</dt> <dd> {{ object.placedata.gender_index|floatformat:2 }} (Ranked {{ object.placedata.gender_index_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> <dt>Households</dt> <dd>{{ object.placedata.households_total|intcomma }}</dd> <dt>Average Household size</dt> <dd> {{ object.placedata.average_household_size|floatformat:2 }} (Ranked {{ object.placedata.household_size_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> {% if object.placedata.registered_voters_total != None %} <dt>Registered Voters</dt> <dd>{{ object.placedata.registered_voters_total|intcomma }}</dd> <dt>Proportion of Population Registered to Vote</dt> <dd> {{ object.placedata.registered_voters_proportion|floatformat:2 }} (Ranked {{ object.placedata.registered_voters_proportion_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> {% endif %} {% if object.placedata.youth_voters_proportion != None %} <dt>Proportion of Youth Voters</dt> <dd> {{ object.placedata.youth_voters_proportion|floatformat:2 }} (Ranked {{ object.placedata.youth_voters_proportion_rank }} of {{ place_type_count }} {{ object.kind.plural_name }}) </dd> {% endif %} </dl> </div> {% endif %} {% endblock %}
templates/default/owner/installcomponent.html
xavoctechnocratspvtltd/schoolERP
<div id="<?$_name?>"> <h1> <?$name?> </h1> <p> <?$description?> </p> <?$Content?> </div>
templates/projects/tasks/gdocs-video.html
CRUKorg/pybossa-cruk-theme
<div class="well"> <h2><i class="icon-film"></i> {{_('Video Pattern Recognition')}}</h2> <h3>{{_('Re-use the Vimeo tasks')}}</h3> <p><a href="{{url_for('project.import_task', short_name=project.short_name, type='gdocs', template='video')}}" class="btn btn-inverse">{{_('Use the Video tasks')}}</a></p> </div>
templates/messages/email/team-task-approved-sentback.html
ofer43211/unisubs
Hi {{ user }}, <p> {{ reviewer }} from the {{ team.name }} team has reviewed your {{ task_language }} subtitles for the video “{{ title }}”. </p> </p> The subtitles have been returned to you for additional work and/or corrections. </p> {% if note %} <p> {{ reviewer}} included the following note: </p> <p> {{ note }} </p> {% endif %} <a href="{{reviewer_message_url}}">Send {{ reviewer }} a message</a>
SIS_Integration/java/basic_example/lib/httpcomponents-client-4.3-alpha1/javadoc/org/apache/http/impl/client/class-use/AIMDBackoffManager.html
mattattack7/canvas-contrib
<!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_22) on Wed Jan 16 18:27:39 CET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.http.impl.client.AIMDBackoffManager (HttpComponents Client 4.3-alpha1 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.http.impl.client.AIMDBackoffManager (HttpComponents Client 4.3-alpha1 API)"; } </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="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/http/impl/client/AIMDBackoffManager.html" title="class in org.apache.http.impl.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/http/impl/client/class-use/AIMDBackoffManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AIMDBackoffManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.http.impl.client.AIMDBackoffManager</B></H2> </CENTER> No usage of org.apache.http.impl.client.AIMDBackoffManager <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/http/impl/client/AIMDBackoffManager.html" title="class in org.apache.http.impl.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/http/impl/client/class-use/AIMDBackoffManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AIMDBackoffManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 1999-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
osl-persistence/impl/osl-persistence-redis/native/redis/doc/SortedSetCommandsSidebar.html
porcelli/OpenSpotLight
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <link type="text/css" rel="stylesheet" href="style.css" /> </head> <body> <div id="page"> <div id='header'> <a href="index.html"> <img style="border:none" alt="Redis Documentation" src="redis.png"> </a> </div> <div id="pagecontent"> <div class="index"> <!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. --> <b>SortedSetCommandsSidebar: Contents</b> </div> <h1 class="wikiname">SortedSetCommandsSidebar</h1> <div class="summary"> </div> <div class="narrow"> &iuml;&raquo;&iquest;== Sorted Set Commands ==<br/><br/><ul><li> <a href="ZaddCommand.html">ZADD</a></li><li> <a href="ZremCommand.html">ZREM</a></li><li> <a href="ZincrbyCommand.html">ZINCRBY</a></li><li> <a href="ZrangeCommand.html">ZRANGE</a></li><li> <a href="ZrangeCommand.html">ZREVRANGE</a></li><li> <a href="ZrangebyscoreCommand.html">ZRANGEBYSCORE</a></li><li> <a href="ZcardCommand.html">ZCARD</a></li><li> <a href="ZscoreCommand.html">ZSCORE</a></li><li> <a href="SortCommand.html">SORT</a></li></ul> </div> </div> </div> </body> </html>
src/index.html
DanWahlin/AngularTypeScript
<!DOCTYPE html> <html data-ng-app="expenseApp"> <head> <title>Expense Manager</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="bower_packages/bootstrap/dist/css/bootstrap.css" rel="stylesheet" /> <link href="content/animations.css" rel="stylesheet" /> <link href="content/styles.css" rel="stylesheet" /> </head> <body data-ng-cloak> <header class="navbar navbar-inner navbar-fixed-top" data-ng-controller="expenseApp.NavbarController as vm"> <nav class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-ng-click="vm.isCollapsed = !vm.isCollapsed"> <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="#/employees"> <img src="Content/Images/people.png" alt="logo"> <span class="appTitle">{{ vm.appTitle }}</span> </a> </div> <div class="nav-container" data-collapse="vm.isCollapsed"> <ul class="nav navbar-nav nav-pills navBarPadding" data-menu-highlighter data-highlight-class-name="active"> <li><a href="#/employees">Employees</a></li> <li><a href="#/expenses">Expenses</a></li> <li><a href="#/about">About</a></li> <li id="nav-login" data-ng-click="vm.loginOrOut()"> <!-- href not used but needed to compare against path in menu-highlighter --> <a data-href="#/login">{{ vm.loginLogoutText }}</a> </li> </ul> </div> </nav> </header> <div class="slide-animation-container"> <div data-ng-view id="view-container" class="slide-animation"></div> </div> <div id="footer"> <div class="navbar navbar-fixed-bottom"> <div class="navbar-inner footer"> <div class="container"> <footer> <div class="row"> <div class="col-md-12"> <!-- Created by <a href="http://twitter.com/DanWahlin" target="_blank">Dan Wahlin</a> and <a href="https://twitter.com/andrewconnell" target="_blank">Andrew Connell</a> --> </div> </div> </footer> </div> </div> </div> </div> <div data-wc-overlay data-wc-overlay-delay="300"> <br /><img src="Content/images/spinner.gif" />&nbsp;&nbsp;Loading </div> <!-- 3rd party libraries --> <script src="bower_packages/angular/angular.min.js"></script> <script src="bower_packages/angular-route/angular-route.min.js"></script> <script src="bower_packages/angular-animate/angular-animate.min.js"></script> <script src="bower_packages/angular-bootstrap/ui-bootstrap.min.js"></script> <script src="bower_packages/angular-bootstrap/ui-bootstrap-tpls.min.js"></script> <script src="bower_packages/greensock/src/minified/TweenMax.min.js"></script> <script src="bower_packages/adal-angular/dist/adal.min.js"></script> <script src="bower_packages/adal-angular/dist/adal-angular.min.js"></script> <!-- Custom scripts --> <script src="js/wc.directives/directives/wcOverlay.directive.js"></script> <script src="js/wc.directives/directives/menuHighlighter.directive.js"></script> <script src="js/expenseApp/app.module.js"></script> <script src="js/expenseApp/app.routes.js"></script> <script src="js/expenseApp/app.adal.js"></script> <script src="js/expenseApp/app.constants.js"></script> <script src="js/expenseApp/animations/list.animation.js"></script> <script src="js/expenseApp/controllers/navbar.controller.js"></script> <script src="js/expenseApp/directives/wcUnique.directive.js"></script> <script src="js/expenseApp/filters/nameCityState.filter.js"></script> <script src="js/expenseApp/filters/nameExpense.filter.js"></script> <!-- <script src="js/expenseApp/services/httpInterceptors.js"></script>--> <script src="js/expenseApp/services/data.service.js"></script> <script src="js/expenseApp/services/files.service.js"></script> <script src="js/expenseApp/services/modal.service.js"></script> <script src="js/expenseApp/controllers/login.controller.js"></script> <script src="js/expenseApp/controllers/employees/employeeEdit.controller.js"></script> <script src="js/expenseApp/controllers/employees/employeeExpenses.controller.js"></script> <script src="js/expenseApp/controllers/employees/employees.controller.js"></script> <script src="js/expenseApp/controllers/expenses/expenseChild.controller.js"></script> <script src="js/expenseApp/controllers/expenses/expenses.controller.js"></script> <script src="js/expenseApp/controllers/expenses/expensesReceipt.controller.js"></script> <script src="js/expenseApp/controllers/about.controller.js"></script> </body> </html>
docs/geedocs/5.3.6/answer/googleEarthEnterpriseClient.html
google/earthenterprise
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Google Earth Enterprise client &#8212; Google Earth Enterprise 5.3.6 documentation</title> <link rel="stylesheet" href="../static/bizstyle.css" type="text/css" /> <link rel="stylesheet" href="../static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../static/documentation_options.js"></script> <script type="text/javascript" src="../static/jquery.js"></script> <script type="text/javascript" src="../static/underscore.js"></script> <script type="text/javascript" src="../static/doctools.js"></script> <script type="text/javascript" src="../static/bizstyle.js"></script> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="What is Google Earth Enterprise Client (EC)?" href="googleEarthEnterpriseClient/whatisEC.html" /> <link rel="prev" title="Set up HTTPS" href="geeServerConfigAndSecurity/setupHTTPS.html" /> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!--[if lt IE 9]> <script type="text/javascript" src="static/css3-mediaqueries.js"></script> <![endif]--> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="googleEarthEnterpriseClient/whatisEC.html" title="What is Google Earth Enterprise Client (EC)?" accesskey="N">next</a> |</li> <li class="right" > <a href="geeServerConfigAndSecurity/setupHTTPS.html" title="Set up HTTPS" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Google Earth Enterprise 5.3.6 documentation</a> &#187;</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="geeServerConfigAndSecurity/setupHTTPS.html" title="previous chapter">Set up HTTPS</a></p> <h4>Next topic</h4> <p class="topless"><a href="googleEarthEnterpriseClient/whatisEC.html" title="next chapter">What is Google Earth Enterprise Client (EC)?</a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="google-earth-enterprise-client"> <h1>Google Earth Enterprise client<a class="headerlink" href="#google-earth-enterprise-client" title="Permalink to this headline">¶</a></h1> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/whatisEC.html">What is Google Earth Enterprise Client (EC)?</a></li> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/clearGoogleEarthEC.html">Clearing the Google Earth EC cache</a></li> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/bandwidthRequirementsForEC.html">EC bandwidth requirements</a></li> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/selectAddChangeEarthECServers.html">Select, add, or change Earth EC servers</a></li> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/fixEarthECIssues.html">Fix Earth EC issues</a></li> <li class="toctree-l1"><a class="reference internal" href="googleEarthEnterpriseClient/ECSupportedAuthMethods.html">EC Supported Authentication Methods</a></li> </ul> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="googleEarthEnterpriseClient/whatisEC.html" title="What is Google Earth Enterprise Client (EC)?" >next</a> |</li> <li class="right" > <a href="geeServerConfigAndSecurity/setupHTTPS.html" title="Set up HTTPS" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">Google Earth Enterprise 5.3.6 documentation</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2020, Open GEE Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.5. </div> </body> </html>
site/xref-test/allclasses-frame.html
cbcp9189/apache-log4j-1.2.17
<!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=ISO-8859-1" /> <title>All Classes</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> <h3>All Classes</h3> <ul> <li> <a href="org/apache/log4j/or/ORTestCase.html" target="classFrame">A</a> </li> <li> <a href="org/apache/log4j/util/AbsoluteDateAndTimeFilter.html" target="classFrame">AbsoluteDateAndTimeFilter</a> </li> <li> <a href="org/apache/log4j/util/AbsoluteTimeFilter.html" target="classFrame">AbsoluteTimeFilter</a> </li> <li> <a href="org/apache/log4j/AsyncAppenderTestCase.html" target="classFrame">AsyncAppenderTestCase</a> </li> <li> <a href="org/apache/log4j/or/ORTestCase.html" target="classFrame">B</a> </li> <li> <a href="org/apache/log4j/spi/LoggingEventTest.html" target="classFrame">BadMessage</a> </li> <li> <a href="org/apache/log4j/TestLogXF.html" target="classFrame">BadStringifier</a> </li> <li> <a href="org/apache/log4j/rewrite/RewriteAppenderTest.html" target="classFrame">BaseBean</a> </li> <li> <a href="org/apache/log4j/AsyncAppenderTestCase.html" target="classFrame">BlockableVectorAppender</a> </li> <li> <a href="org/apache/log4j/helpers/BoundedFIFOTestCase.html" target="classFrame">BoundedFIFOTestCase</a> </li> <li> <a href="org/apache/log4j/StressCategory.html" target="classFrame">CT</a> </li> <li> <a href="org/apache/log4j/pattern/CachedDateFormatTest.html" target="classFrame">CachedDateFormatTest</a> </li> <li> <a href="org/apache/log4j/CategoryTest.html" target="classFrame">CategoryTest</a> </li> <li> <a href="org/apache/log4j/util/Compare.html" target="classFrame">Compare</a> </li> <li> <a href="org/apache/log4j/util/ControlFilter.html" target="classFrame">ControlFilter</a> </li> <li> <a href="org/apache/log4j/CoreTestSuite.html" target="classFrame">CoreTestSuite</a> </li> <li> <a href="org/apache/log4j/LoggerTestCase.html" target="classFrame">CountingAppender</a> </li> <li> <a href="org/apache/log4j/LoggerTestCase.html" target="classFrame">CountingHierarchyEventListener</a> </li> <li> <a href="org/apache/log4j/xml/DOMTestCase.html" target="classFrame">CustomErrorHandler</a> </li> <li> <a href="org/apache/log4j/LevelTest.html" target="classFrame">CustomLevel</a> </li> <li> <a href="org/apache/log4j/xml/CustomLevelTestCase.html" target="classFrame">CustomLevelTestCase</a> </li> <li> <a href="org/apache/log4j/xml/DOMTestCase.html" target="classFrame">CustomLogger</a> </li> <li> <a href="org/apache/log4j/xml/DOMTestCase.html" target="classFrame">CustomLoggerFactory</a> </li> <li> <a href="org/apache/log4j/helpers/CyclicBufferTestCase.html" target="classFrame">CyclicBufferTestCase</a> </li> <li> <a href="org/apache/log4j/xml/DOMTestCase.html" target="classFrame">DOMTestCase</a> </li> <li> <a href="org/apache/log4j/DRFATestCase.html" target="classFrame">DRFATestCase</a> </li> <li> <a href="org/apache/log4j/helpers/DateLayoutTest.html" target="classFrame">DateLayoutTest</a> </li> <li> <a href="org/apache/log4j/DefaultThrowableRendererTest.html" target="classFrame">DefaultThrowableRendererTest</a> </li> <li> <a href="org/apache/log4j/EnhancedPatternLayoutTest.html" target="classFrame">DerivedPatternLayout</a> </li> <li> <a href="org/apache/log4j/varia/ERFATestCase.html" target="classFrame">ERFATestCase</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">EmptyThrowable</a> </li> <li> <a href="org/apache/log4j/util/EnhancedJunitTestRunnerFilter.html" target="classFrame">EnhancedJunitTestRunnerFilter</a> </li> <li> <a href="org/apache/log4j/util/EnhancedLineNumberFilter.html" target="classFrame">EnhancedLineNumberFilter</a> </li> <li> <a href="org/apache/log4j/EnhancedMyPatternLayout.html" target="classFrame">EnhancedMyPatternLayout</a> </li> <li> <a href="org/apache/log4j/EnhancedPatternLayoutTest.html" target="classFrame">EnhancedPatternLayoutTest</a> </li> <li> <a href="org/apache/log4j/EnhancedPatternLayoutTestCase.html" target="classFrame">EnhancedPatternLayoutTestCase</a> </li> <li> <a href="org/apache/log4j/EnhancedThrowableRendererTest.html" target="classFrame">EnhancedThrowableRendererTest</a> </li> <li> <a href="org/apache/log4j/varia/ErrorHandlerTestCase.html" target="classFrame">ErrorHandlerTestCase</a> </li> <li> <a href="org/apache/log4j/FileAppenderTest.html" target="classFrame">FileAppenderTest</a> </li> <li> <a href="org/apache/log4j/util/Filter.html" target="classFrame">Filter</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">FilterBasedTriggeringPolicy</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">FixedWindowRollingPolicy</a> </li> <li> <a href="org/apache/log4j/pattern/FormattingInfoTest.html" target="classFrame">FormattingInfoTest</a> </li> <li> <a href="org/apache/log4j/AsyncAppenderTestCase.html" target="classFrame">Greeter</a> </li> <li> <a href="org/apache/log4j/HTMLLayoutTest.html" target="classFrame">HTMLLayoutTest</a> </li> <li> <a href="org/apache/log4j/HierarchyThresholdTestCase.html" target="classFrame">HierarchyThresholdTestCase</a> </li> <li> <a href="org/apache/log4j/util/ISO8601Filter.html" target="classFrame">ISO8601Filter</a> </li> <li> <a href="org/apache/log4j/util/JunitTestRunnerFilter.html" target="classFrame">JunitTestRunnerFilter</a> </li> <li> <a href="org/apache/log4j/Last.html" target="classFrame">Last</a> </li> <li> <a href="org/apache/log4j/net/SocketAppenderTest.html" target="classFrame">LastOnlyAppender</a> </li> <li> <a href="org/apache/log4j/LayoutTest.html" target="classFrame">LayoutTest</a> </li> <li> <a href="org/apache/log4j/varia/LevelMatchFilterTestCase.html" target="classFrame">LevelMatchFilterTestCase</a> </li> <li> <a href="org/apache/log4j/LevelTest.html" target="classFrame">LevelTest</a> </li> <li> <a href="org/apache/log4j/util/LineNumberFilter.html" target="classFrame">LineNumberFilter</a> </li> <li> <a href="org/apache/log4j/spi/LocationInfoTest.html" target="classFrame">LocationInfoTest</a> </li> <li> <a href="org/apache/log4j/LogCapture.html" target="classFrame">LogCapture</a> </li> <li> <a href="org/apache/log4j/helpers/LogLogTest.html" target="classFrame">LogLogTest</a> </li> <li> <a href="org/apache/log4j/LogManagerTest.html" target="classFrame">LogManagerTest</a> </li> <li> <a href="org/apache/log4j/LoggerTestCase.html" target="classFrame">LoggerTestCase</a> </li> <li> <a href="org/apache/log4j/spi/LoggingEventTest.html" target="classFrame">LoggingEventTest</a> </li> <li> <a href="org/apache/log4j/MDCOrderFilter.html" target="classFrame">MDCOrderFilter</a> </li> <li> <a href="org/apache/log4j/MDCTestCase.html" target="classFrame">MDCTestCase</a> </li> <li> <a href="org/apache/log4j/rewrite/RewriteAppenderTest.html" target="classFrame">MessageBean</a> </li> <li> <a href="org/apache/log4j/MinimumTestCase.html" target="classFrame">MinimumTestCase</a> </li> <li> <a href="org/apache/log4j/net/SyslogAppenderTest.html" target="classFrame">MishandledException</a> </li> <li> <a href="org/apache/log4j/CategoryTest.html" target="classFrame">MockCategory</a> </li> <li> <a href="org/apache/log4j/helpers/DateLayoutTest.html" target="classFrame">MockLayout</a> </li> <li> <a href="org/apache/log4j/xml/DOMTestCase.html" target="classFrame">MockThrowableRenderer</a> </li> <li> <a href="org/apache/log4j/net/SMTPAppenderTest.html" target="classFrame">MockTriggeringEventEvaluator</a> </li> <li> <a href="org/apache/log4j/MyPatternLayout.html" target="classFrame">MyPatternLayout</a> </li> <li> <a href="org/apache/log4j/MyPatternParser.html" target="classFrame">MyPatternParser</a> </li> <li> <a href="org/apache/log4j/nt/NTEventLogAppenderTest.html" target="classFrame">NTEventLogAppenderTest</a> </li> <li> <a href="org/apache/log4j/pattern/NameAbbreviatorTest.html" target="classFrame">NameAbbreviatorTest</a> </li> <li> <a href="org/apache/log4j/spi/LocationInfoTest.html" target="classFrame">NameSubstring</a> </li> <li> <a href="org/apache/log4j/spi/LocationInfoTest.html" target="classFrame">NameSubstringCaller</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">NastyThrowable</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">NotOverriddenThrowable</a> </li> <li> <a href="org/apache/log4j/AsyncAppenderTestCase.html" target="classFrame">NullPointerAppender</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">NullThrowable</a> </li> <li> <a href="org/apache/log4j/pattern/Num343PatternConverter.html" target="classFrame">Num343PatternConverter</a> </li> <li> <a href="org/apache/log4j/or/ORTestCase.html" target="classFrame">ORTestCase</a> </li> <li> <a href="org/apache/log4j/helpers/OptionConverterTestCase.html" target="classFrame">OptionConverterTestCase</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">OverriddenThrowable</a> </li> <li> <a href="org/apache/log4j/PatternLayoutTest.html" target="classFrame">PatternLayoutTest</a> </li> <li> <a href="org/apache/log4j/PatternLayoutTestCase.html" target="classFrame">PatternLayoutTestCase</a> </li> <li> <a href="org/apache/log4j/pattern/PatternParserTest.html" target="classFrame">PatternParserTest</a> </li> <li> <a href="org/apache/log4j/helpers/PatternParserTestCase.html" target="classFrame">PatternParserTestCase</a> </li> <li> <a href="org/apache/log4j/PriorityTest.html" target="classFrame">PriorityTest</a> </li> <li> <a href="org/apache/log4j/xml/XMLLayoutTest.html" target="classFrame">ProblemLevel</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">PropertyConfiguratorTest</a> </li> <li> <a href="org/apache/log4j/RFATestCase.html" target="classFrame">RFATestCase</a> </li> <li> <a href="org/apache/log4j/net/TelnetAppenderTest.html" target="classFrame">ReadThread</a> </li> <li> <a href="org/apache/log4j/util/RelativeTimeFilter.html" target="classFrame">RelativeTimeFilter</a> </li> <li> <a href="org/apache/log4j/rewrite/RewriteAppenderTest.html" target="classFrame">RewriteAppenderTest</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">RollingFileAppender</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">RollingPolicy</a> </li> <li> <a href="org/apache/log4j/net/SMTPAppenderTest.html" target="classFrame">SMTPAppenderTest</a> </li> <li> <a href="org/apache/log4j/util/SerializationTestHelper.html" target="classFrame">SerializationTestHelper</a> </li> <li> <a href="org/apache/log4j/net/ShortSocketServer.html" target="classFrame">ShortSocketServer</a> </li> <li> <a href="org/apache/log4j/net/SocketAppenderTest.html" target="classFrame">SocketAppenderTest</a> </li> <li> <a href="org/apache/log4j/net/SocketServerTestCase.html" target="classFrame">SocketServerTestCase</a> </li> <li> <a href="org/apache/log4j/StressCategory.html" target="classFrame">StressCategory</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">StringThrowable</a> </li> <li> <a href="org/apache/log4j/util/SunReflectFilter.html" target="classFrame">SunReflectFilter</a> </li> <li> <a href="org/apache/log4j/net/SyslogAppenderTest.html" target="classFrame">SyslogAppenderTest</a> </li> <li> <a href="org/apache/log4j/TTCCLayoutTest.html" target="classFrame">TTCCLayoutTest</a> </li> <li> <a href="org/apache/log4j/net/TelnetAppenderTest.html" target="classFrame">TelnetAppenderTest</a> </li> <li> <a href="org/apache/log4j/defaultInit/TestCase1.html" target="classFrame">TestCase1</a> </li> <li> <a href="org/apache/log4j/defaultInit/TestCase2.html" target="classFrame">TestCase2</a> </li> <li> <a href="org/apache/log4j/defaultInit/TestCase3.html" target="classFrame">TestCase3</a> </li> <li> <a href="org/apache/log4j/defaultInit/TestCase4.html" target="classFrame">TestCase4</a> </li> <li> <a href="org/apache/log4j/TestLogMF.html" target="classFrame">TestLogMF</a> </li> <li> <a href="org/apache/log4j/TestLogSF.html" target="classFrame">TestLogSF</a> </li> <li> <a href="org/apache/log4j/TestLogXF.html" target="classFrame">TestLogXF</a> </li> <li> <a href="org/apache/log4j/spi/ThrowableInformationTest.html" target="classFrame">ThrowableInformationTest</a> </li> <li> <a href="org/apache/log4j/util/Transformer.html" target="classFrame">Transformer</a> </li> <li> <a href="org/apache/log4j/PropertyConfiguratorTest.html" target="classFrame">TriggeringPolicy</a> </li> <li> <a href="org/apache/log4j/or/ORTestCase.html" target="classFrame">UTObjectRenderer</a> </li> <li> <a href="org/apache/log4j/util/UnexpectedFormatException.html" target="classFrame">UnexpectedFormatException</a> </li> <li> <a href="org/apache/log4j/MyPatternParser.html" target="classFrame">UserDirPatternConverter</a> </li> <li> <a href="org/apache/log4j/helpers/UtilLoggingLevelTest.html" target="classFrame">UtilLoggingLevelTest</a> </li> <li> <a href="org/apache/log4j/VectorAppender.html" target="classFrame">VectorAppender</a> </li> <li> <a href="org/apache/log4j/VectorErrorHandler.html" target="classFrame">VectorErrorHandler</a> </li> <li> <a href="org/apache/log4j/xml/XMLLayoutTestCase.html" target="classFrame">X</a> </li> <li> <a href="org/apache/log4j/customLogger/XLogger.html" target="classFrame">XFactory</a> </li> <li> <a href="org/apache/log4j/xml/XLevel.html" target="classFrame">XLevel</a> </li> <li> <a href="org/apache/log4j/customLogger/XLogger.html" target="classFrame">XLogger</a> </li> <li> <a href="org/apache/log4j/customLogger/XLoggerTestCase.html" target="classFrame">XLoggerTestCase</a> </li> <li> <a href="org/apache/log4j/xml/XMLLayoutTest.html" target="classFrame">XMLLayoutTest</a> </li> <li> <a href="org/apache/log4j/xml/XMLLayoutTestCase.html" target="classFrame">XMLLayoutTestCase</a> </li> <li> <a href="org/apache/log4j/util/XMLLineAttributeFilter.html" target="classFrame">XMLLineAttributeFilter</a> </li> <li> <a href="org/apache/log4j/util/XMLTimestampFilter.html" target="classFrame">XMLTimestampFilter</a> </li> <li> <a href="org/apache/log4j/or/ORTestCase.html" target="classFrame">Y</a> </li> </ul> </body> </html>
releases/latest/api/scala/io/gearpump/cluster/AppMasterToMaster$$GetMasterData$.html
stanleyxu2005/gearpump.github.io
<!DOCTYPE html > <html> <head> <title>GetMasterData - io.gearpump.cluster.AppMasterToMaster.GetMasterData</title> <meta name="description" content="GetMasterData - io.gearpump.cluster.AppMasterToMaster.GetMasterData" /> <meta name="keywords" content="GetMasterData io.gearpump.cluster.AppMasterToMaster.GetMasterData" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../index.html'; var hash = 'io.gearpump.cluster.AppMasterToMaster$$GetMasterData$'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="value"> <div id="definition"> <img alt="Object" src="../../../lib/object_big.png" /> <p id="owner"><a href="../../package.html" class="extype" name="io">io</a>.<a href="../package.html" class="extype" name="io.gearpump">gearpump</a>.<a href="package.html" class="extype" name="io.gearpump.cluster">cluster</a>.<a href="AppMasterToMaster$.html" class="extype" name="io.gearpump.cluster.AppMasterToMaster">AppMasterToMaster</a></p> <h1>GetMasterData</h1><h3><span class="morelinks"><div>Related Doc: <a href="AppMasterToMaster$.html" class="extype" name="io.gearpump.cluster.AppMasterToMaster">package AppMasterToMaster</a> </div></span></h3><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">GetMasterData</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By Inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="io.gearpump.cluster.AppMasterToMaster.GetMasterData"><span>GetMasterData</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show All</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@!=(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@##():Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@==(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@asInstanceOf[T0]:T0" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@clone():Object" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@equals(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@finalize():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@getClass():Class[_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@isInstanceOf[T0]:Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@notify():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@notifyAll():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@synchronized[T0](x$1:=&gt;T0):T0" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@wait():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#io.gearpump.cluster.AppMasterToMaster$$GetMasterData$@wait(x$1:Long):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" alt="Permalink" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.Serializable"> <h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3> </div><div class="parent" name="java.io.Serializable"> <h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.Product"> <h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3> </div><div class="parent" name="scala.Equals"> <h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
examples/a4a.amp.html
jdelhommeau/amphtml
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <title>AMP A4A examples</title> <link rel="canonical" href="http://nonblocking.io/" > <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script async src="https://cdn.ampproject.org/v0.js"></script> <script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script> <script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script> <style amp-custom> amp-ad { border: 1px solid #ccc; max-width: 500px; } amp-ad div[placeholder] { background-color: lightgray; } amp-ad div[fallback] { background-color: black; } amp-ad div[placeholder]::after { content: "loading ..."; } amp-ad div[fallback]::after { content: "No ad"; color: white; } amp-ad div[placeholder]::after, amp-ad div[fallback]::after { font-size: 20px; line-height: 30px; text-align: center; position: absolute; left: 0; right: 0; top: calc(50% - 15px); } </style> </head> <body> <h1>A4A Examples</h1> <h2>Fake ad network</h2> <amp-ad width="300" height="400" type="fake" data-use-a4a="true" data-vars-analytics-var="bar" src="fake_amp.json"> <div placeholder></div> <div fallback></div> </amp-ad> <h2>TripleLift ad network</h2> <amp-ad width="297" height="410" type="triplelift" data-use-a4a="true" src="https://ib.3lift.com/ttj?inv_code=ampforadstest_main_feed"> <div placeholder></div> <div fallback></div> </amp-ad> <h2>Fake cloudflare as ad network ad</h2> <amp-ad width="300" height="150" type="cloudflare" data-cf-network="cloudflare" data-cf-a4a="true" src="/fake_a4a.json.html"> <div placeholder></div> <div fallback></div> </amp-ad> <h2>GMOSSP ad network</h2> <amp-ad width="300" height="250" type="gmossp" data-use-a4a="true" data-id="33303" src="https://sp.gmossp-sp.jp/ads/ssp.ad?space_id=33303&is_a4a=1"> <div placeholder></div> <div fallback></div> </amp-ad> </body> </html>
alien4cloud-ui/yo/app/views/admin/audit_conf.html
igorng/alien4cloud
<div> <div class="row"> <div class="col-md-12"> <a id="backToAuditLogButton" type="button" class="btn btn-default btn-sm" href="" ng-click="goBackToLog()"> <i class="fa fa-arrow-left"></i> {{'AUDIT.CONFIGURATION.BACK_TO_AUDIT_LOG' | translate}} </a> <h3> <i class="fa fa-wrench"></i> {{ 'AUDIT.CONFIGURATION.LABEL' | translate }} <button class="btn btn-warning btn-sm" ng-click="reset()">{{ 'AUDIT.CONFIGURATION.RESET' | translate }} <i class="fa fa-eraser"></i></button> </h3> </div> </div> <div class="row" style="margin-top: 20px;"> <label class="control-label col-md-2">{{ 'AUDIT.CONFIGURATION.ENABLED.LABEL' | translate }}</label> <div class="col-md-10"> <div class="btn-group" data-toggle="buttons"> <label class="btn btn-default btn-xs" ng-class="{'active' : configuration.enabled}" ng-click="toggleAudit(true)"> <input type="radio" name="enabledOptions" id="enabledOption" autocomplete="off">{{ 'AUDIT.CONFIGURATION.ENABLED.ON' | translate }} </label> <label class="btn btn-default btn-xs" ng-class="{'active' : !configuration.enabled}" ng-click="toggleAudit(false)"> <input type="radio" name="enabledOptions" id="disabledOption" autocomplete="off">{{ 'AUDIT.CONFIGURATION.ENABLED.OFF' | translate }} </label> </div> </div> </div> <div class="row" style="margin-top: 20px;"> <div class="col-md-12"> <accordion close-others="oneAtATime"> <accordion-group is-open="status.open" ng-repeat="(category, methods) in configuration.methodsConfiguration"> <accordion-heading> <a ng-click="toggleAuditCategory(category); $event.stopPropagation();" href="" class="btn" ng-class="{'disabled': !configuration.enabled}"> <i class="fa fa-fw" ng-class="{ 'fa-check-square-o' : categories[category].enabledCount >= categories[category].totalCount , 'fa-square-o': categories[category].enabledCount == 0 && categories[category].totalCount > 0, 'fa-minus-square-o': categories[category].enabledCount < categories[category].totalCount && categories[category].enabledCount > 0 }"></i> </a> {{category}} <i class="pull-right fa" ng-class="{'fa-chevron-down': status.open, 'fa-chevron-right': !status.open}"></i> </accordion-heading> <table class="table table-hover"> <thead> <tr> <th>{{ 'AUDIT.CONFIGURATION.ENABLED.LABEL' | translate }}</th> <th>{{ 'AUDIT.CONFIGURATION.ACTION_NAME' | translate }}</th> </tr> </thead> <tbody> <tr ng-repeat="method in methods | orderBy:'action'"> <td class="col-md-1"> <a ng-click="toggleAuditMethod(method)" href="" class="btn" ng-class="{'disabled': !configuration.enabled}"> <i ng-disabled="!configuration.enabled" class="fa fa-fw" ng-class="{'fa-check-square-o' : method.enabled, 'fa-square-o': !method.enabled}"></i> </a> </td> <td class="col-md-11"> {{method.action}} </td> </tr> </tbody> </table> </accordion-group> </accordion> </div> </div> </div>
tbb/doc/html/a00303.html
DrPizza/reed-solomon
<!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.4"/> <title>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" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="a00240.html">tbb</a></li><li class="navelem"><a class="el" href="a00145.html">spin_mutex</a></li><li class="navelem"><a class="el" href="a00134.html">scoped_lock</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">tbb::spin_mutex::scoped_lock Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="a00134.html#a7c702117f08ae82d034a98b3d5510ffc">acquire</a>(spin_mutex &amp;m)</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a00134.html#a7e801b0c28fd8395fec400b96acc5c34">release</a>()</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a00134.html#a4287be975cf2448c95f068b065c45107">scoped_lock</a>()</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a00134.html#a73f7381a9a112b9f5a856b1face525fb">scoped_lock</a>(spin_mutex &amp;m)</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>spin_mutex</b> (defined in <a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a>)</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="a00134.html#a76acbd67c74906f6ea33a1de6fd443ce">try_acquire</a>(spin_mutex &amp;m)</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a00134.html#a9940d6e494466d9c53846ed347d79d83">~scoped_lock</a>()</td><td class="entry"><a class="el" href="a00134.html">tbb::spin_mutex::scoped_lock</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <hr> <p></p> Copyright &copy; 2005-2015 Intel Corporation. All Rights Reserved. <p></p> Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries. <p></p> * Other names and brands may be claimed as the property of others.
src/resources/elements/nav-bar.html
aligneddev/hn-pwa-aurelia
<template bindable="router"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle Navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <i class="fa fa-home"></i> <span>${router.title}</span> </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li repeat.for="row of router.navigation" class="${row.isActive ? 'active' : ''}"> <a data-toggle="collapse" data-target="#bs-example-navbar-collapse-1.in" href.bind="row.href">${row.title}</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="loader" if.bind="router.isNavigating"> <i class="fa fa-spinner fa-spin fa-2x"></i> </li> </ul> </div> </nav> </template>
vendor/apache-jmeter-2.11/docs/api/org/apache/jmeter/report/engine/package-summary.html
tjmaher/elemental-selenium-tips
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Dec 31 17:08:27 CET 2013 --> <TITLE> org.apache.jmeter.report.engine (Apache JMeter API) </TITLE> <META NAME="date" CONTENT="2013-12-31"> <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="org.apache.jmeter.report.engine (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="#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-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/report/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/jmeter/report/gui/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/jmeter/report/engine/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 org.apache.jmeter.report.engine </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/report/engine/ReportEngine.html" title="interface in org.apache.jmeter.report.engine">ReportEngine</A></B></TD> <TD>ReportEngine is the base interface for report engines</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="../../../../../org/apache/jmeter/report/engine/StandardReportEngine.html" title="class in org.apache.jmeter.report.engine">StandardReportEngine</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/report/engine/ValueReplacer.html" title="class in org.apache.jmeter.report.engine">ValueReplacer</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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/report/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/jmeter/report/gui/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/jmeter/report/engine/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#xA9; 1998-2013 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
2016-01-HTML-CSS-JavaScript/04. CSS-Overview/demos/5. structural-selectors/UI Selectors (enabled, disabled).html
TelerikAcademy/SchoolAcademy
<!DOCTYPE HTML> <html> <head> <style type="text/css"> input[type="text"]:enabled { background:#ffff00; } input[type="text"]:disabled { background:#dddddd; } </style> </head> <body> <form action=""> First name: <input type="text" value="Mickey" /><br /> Last name: <input type="text" value="Mouse" /><br /> Country: <input type="text" disabled="disabled" value="Disneyland" /><br /> </form> </body> </html>
src/angular-form-gen/edit/canvas/field/properties/properties.css
boing6000/kos-form-gen
/*.fg-field-properties .jsonify { margin-left: 20px; margin-right: 20px; }*/ .fg-field-properties { position: relative; margin: 15px 0; padding-top: 10px; padding-left: 10px; padding-right: 10px; background-color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #ddd; -webkit-touch-callout: initial; -webkit-user-select: initial; -khtml-user-select: initial; -moz-user-select: text; -ms-user-select: initial; user-select: initial; z-index: 20; /* above .fg-field-overlay */ } /*.fg-field-properties form {*/ /*margin-bottom: 0;*/ /*}*/ .table-field-options { } .table-field-options td, .table-field-options th { vertical-align: middle; padding: 5px; } .table-field-options td { border: 0; line-height: 30px; } .table-field-options th { } .table-field-options input[type="checkbox"], .table-field-options input[type="radio"] { margin-top: 0; } .table-field-options th.table-field-options-padding { width: 100%; } /*.fg-field-properties .control-label {*/ /*width: 110px;*/ /*}*/ .fg-field-properties .fg-tabs { margin-bottom: 10px; } /*.fg-field-properties .fg-tabs-pane {*/ /*margin-top: 10px;*/ /*}*/ /*.fg-field-properties .fg-tabs .tab-content { padding-top: 20px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border: 1px solid #ddd; border-top: none; border-radius: 0px 0px 4px 4px; }*/ /*.fg-field-properties .fg-tabs .nav-tabs a { color: #999; font-weight: 300; } .fg-field-properties .fg-tabs .nav-tabs a:hover { background-color: inherit; color: #333; } .fg-field-properties .fg-tabs .nav-tabs .active a { color: #333; font-weight: normal; border-bottom: 1px solid #fff !important; } */ @media (min-width: 480px) and (max-width: 979px) { .table-field-options input[type="text"] { width: 130px; } } /*@media (max-width: 767px) { .table-field-options input[type="text"] { width: 90px; } }*/ @media (max-width: 480px) { .table-field-options input[type="text"] { width: 90px; } .fg-field-properties { padding: 10px; } /*.fg-field-properties form {*/ /*margin: 0;*/ /*}*/ }
app/views/tv/index.scala.html
r0k3/lila
@(channel: lila.tv.Tv.Channel, champions: lila.tv.Tv.Champions, pov: Pov, data: play.api.libs.json.JsObject, cross: Option[lila.game.Crosstable], flip: Boolean)(implicit ctx: Context) @title = @{ s"${channel.name} TV: ${playerText(pov.player)} vs ${playerText(pov.opponent)}" } @moreJs = { @jsAt(s"compiled/lichess.round${isProd??(".min")}.js") @embedJs { $(function() { lichess.startRound(document.getElementById('lichess'), { data: @Html(play.api.libs.json.Json.stringify(data)), i18n: @round.jsI18n() }); }); } } @round.layout( title = title, side = side(channel, champions, "/tv", pov.some, streams = Nil), underchat = game.watchers().some, moreJs = moreJs, moreCss = cssTag("tv.css"), chessground = false, openGraph = lila.app.ui.OpenGraph( title = s"Watch the best ${channel.name.toLowerCase} games of lichess.org", description = s"Sit back, relax, and watch the best ${channel.name.toLowerCase} lichess players compete on lichess TV", url = s"$netBaseUrl${routes.Tv.onChannel(channel.key)}" ).some) { <div class="round cg-512"> @miniBoardContent </div> <div class="crosstable" style="display:none"> @cross.map { c => @game.crosstable(pov.player.userId.fold(c)(c.fromPov), pov.gameId.some) } </div> }
ueditor/kityformula-plugin/kityformula/assets/styles/ui.css
kangkang07/newexam
/* 工具栏 */ .kf-editor-toolbar { width: 100%; padding: 1px 10px; position: relative; top: 0; left: 0; z-index: 2; background-color: #f6f5ee; border-bottom: 1px solid #ccc; -moz-box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); -webkit-box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); box-shadow:1px 1px 1px rgba( 0, 0, 0, 0.1 ); color: #000; font-family: Helvetica, Arial, "微软雅黑", "Microsoft YaHei", "宋体", sans-serif; } /* 按钮 */ .kf-editor-ui-button { padding: 8px 6px; height: 79px; font-size: 12px; display: inline-block; border: 1px solid transparent; border-radius: 3px; cursor: default; position: relative; top: 0; left: 0; z-index: 3; vertical-align: top; opacity: 0.5; margin-right: 1px; } .kf-editor-toolbar .kf-editor-ui-overlap-button { width: 100%; height: 25px; background: #53b856; border-radius: 0; } .kf-editor-ui-button-icon { width: 32px; height: 32px; margin: 2px auto; } .kf-editor-ui-button-label { color: #666; text-align: center; display: block; font-size: 12px; line-height: 20px; } .kf-editor-ui-overlap-button .kf-editor-ui-button-label { padding: 3px 5px; text-align: left; color: white; font-size: 12px; } .kf-editor-ui-button-sign { border: 4px solid transparent; border-top-color: #2d2d2d; width: 0; height: 0; display: inline-block; margin: 8px auto; vertical-align: top; } .kf-editor-ui-button-mount-point { display: none; position: absolute; bottom: -2px; left: -1px; } .kf-editor-ui-overlap-button .kf-editor-ui-button-mount-point { width: 100%; height: 10000px; } .kf-editor-ui-wrap-group { overflow-x: hidden; overflow-y: auto; } .kf-editor-ui-overlap-button .kf-editor-ui-button-mount-point { top: 27px; } .kf-editor-toolbar .kf-editor-ui-button-in { border-color: #8fcc91!important; background: #e0f0dd!important; } .kf-editor-toolbar .kf-editor-ui-overlap-button { padding-top: 0; padding-bottom: 0; border-color: #61b864!important; background: #61b864!important; } /* 分割符 */ .kf-editor-ui-delimiter { width: 11px; height: 100%; display: none; } .kf-editor-ui-enabled.kf-editor-ui-button:HOVER { border: 1px solid #a9d9ab; background: #ebf7e6; } .kf-editor-ui-enabled.kf-editor-ui-overlap-button:HOVER { border: 1px solid #53b856; background: #53b856; } .kf-editor-ui-delimiter-line { width: 1px; height: 100%; margin: 0 auto; background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0.11), rgba(92, 92, 92, 0.20) 60%, rgba(92, 92, 92, 0.41) 80%, rgba(123, 123, 123, 0.50)); } /* box */ .kf-editor-ui-box { border: 1px solid #b3aead; border-radius: 3px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11); background: white; position: absolute; top: 0; left: -1px; overflow-x: hidden; overflow-y: auto; } .kf-editor-ui-area .kf-editor-ui-box { border-color: #61b864; } .kf-editor-ui-box-container { font-size: 12px; } .kf-editor-ui-box-group-title { background-color: #f7f6f0; height: 23px; line-height: 23px; font-size: 12px; border: 1px solid #ebeae4; border-width: 1px 0; padding-left: 12px; } .kf-editor-ui-box-group-item-container { padding: 7px 9px 17px 9px; } .kf-editor-ui-overlap-container { overflow: hidden; } .kf-editor-ui-area .kf-editor-ui-box { top: -1px; } .kf-editor-ui-overlap-container .kf-editor-ui-button-sign { border-top-color: white; border-width: 4px; margin-left: 10px; margin-top: 8px; } .kf-editor-ui-yushe-btn .kf-editor-ui-box-item { border: 1px solid transparent; padding: 5px; } .kf-editor-ui-box-item { display: inline-block; margin: 4px; } .kf-editor-ui-box-item-content:HOVER { border-color: #dff3df; } .kf-editor-ui-box-item-content:HOVER .kf-editor-ui-box-item-val { border-color: #6eb864; } .kf-editor-ui-area .kf-editor-ui-box-item { position: relative; top: 0; left: 0; width: 32px; height: 32px; border: 0; margin: 3px; padding: 0; z-index: 1; } .kf-editor-ui-area .kf-editor-ui-box-item img { width: 32px; height: 32px; } .kf-editor-ui-box-item-label { margin-bottom: 5px; } .kf-editor-ui-box-item-content { background: white; border: 1px solid white; } .kf-editor-ui-area .kf-editor-ui-box-item-content { position: absolute; top: 0; left: 0; } .kf-editor-ui-area .kf-editor-ui-box-item-content:HOVER { border: 1px solid #dff3df; } .kf-editor-ui-box-item-val { padding: 5px; line-height: 0; border: 1px solid #808080; } .kf-editor-ui-area .kf-editor-ui-box-item-val { padding: 0; margin: 0; } /* area */ .kf-editor-ui-area { height: 79px; display: inline-block; cursor: default; position: relative; top: 0; left: 0; vertical-align: top; opacity: 0.5; z-index: 4; border: 1px solid #e0dfd5; border-radius: 4px; background: white; margin: 8px 10px; } .kf-editor-ui-area-container { width: 293px; height: 70px; /*margin: 7px 5px 5px 5px;*/ margin: 5px; display: inline-block; border-right: 0; vertical-align: top; position: relative; top: 0; left: 0; overflow: hidden; } .kf-editor-ui-area-panel { position: absolute; top: 0; left: 0; line-height: 0; background: white; -webkit-transition: top 0.5s linear; -moz-transition: top 0.5s linear; transition: top 0.5s linear; } .kf-editor-ui-area-button-container { display: inline-block; width: 16px; height: 100%; overflow: hidden; text-align: center; border: 0 solid #D3D3D3; border-left-width: 1px; background-color: #f2f0e6; } .kf-editor-ui-moveup-button, .kf-editor-ui-movedown-button { line-height: 25px; height: 30px; } .kf-editor-ui-moveup-button { background: url("../images/toolbar/btn.png") -304px 9px no-repeat; } .kf-editor-ui-movedown-button { border: 1px solid #D3D3D3; border-width: 1px 0; background: url("../images/toolbar/btn.png") -325px 9px no-repeat; } .kf-editor-ui-area-button { width: 100%; height: 50px; line-height: 26px; background: url("../images/toolbar/btn.png") -346px 0 no-repeat; } .kf-editor-ui-enabled .kf-editor-ui-area-button:HOVER { background-color: #e5e4e1; } .kf-editor-ui-enabled .kf-editor-ui-moveup-button:HOVER { background-color: #e5e4e1; } .kf-editor-ui-enabled .kf-editor-ui-movedown-button:HOVER { background-color: #e5e4e1; } .kf-editor-ui-area-button-container .kf-editor-ui-disabled { opacity: 0.25; background-color: transparent!important; } .kf-editor-ui-area-mount { position: absolute; top: 0; left: 0; display: none; } .kf-editor-ui-overlap-title { width: 100%; line-height: 1.5; } /* list */ .kf-editor-ui-list { background: #f9f8f5; border: 1px solid #b3aead; border-radius: 3px; position: fixed; top: 0; left: 0; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11); } .kf-editor-ui-list-bg { display: none; } .kf-editor-ui-list-item-container { position: relative; top: 0; left: 0; z-index: 2; } .kf-editor-ui-list-item { line-height: 24px; padding: 2px 6px; border: 1px solid transparent; border-width: 1px 0; } .kf-editor-ui-list-item-select { color: #61b864; font-weight: bold; } .kf-editor-ui-list-item-select .kf-editor-ui-list-item-icon { visibility: visible; width: 16px; height: 16px; background: url(../images/toolbar/btn.png) no-repeat -367px 0; } .kf-editor-ui-list-item:HOVER { border-color: #beddbf; background-color: #ecf3e9; } .kf-editor-ui-list-item-icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 4px; visibility: hidden; } /* area 内容区 */ .kf-editor-ui-area-item { width: 26px; height: 26px; position: absolute; top: 0; left: 0; } .kf-editor-ui-area-item-inner { width: 34px; height: 34px; border: 1px solid white; position: absolute; top: -4px; left: -4px; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; -webkit-transform: scale( 0.76 ); -moz-transform: scale( 0.76 ); transform: scale( 0.76 ); } .kf-editor-ui-enabled .kf-editor-ui-area-item-inner:HOVER { border-color: #dff3df; -webkit-transform: scale( 1 ); -moz-transform: scale( 1 ); transform: scale( 1 ); } .kf-editor-ui-area-item-img { width: 32px; height: 32px; border: 1px solid #808080; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; } .kf-editor-ui-enabled .kf-editor-ui-area-item-inner:HOVER .kf-editor-ui-area-item-img { border-color: #6eb864; } .kf-editor-ui-enabled { opacity: 1; } .kf-editor-ui-overlap-container .kf-editor-ui-box-item { width: 34px; height: 34px; border: 1px solid white; } .kf-editor-ui-overlap-container .kf-editor-ui-box-item-content:HOVER { } .kf-editor-ui-overlap-container .kf-editor-ui-box-item-val { width: 32px; height: 32px; } /* scrollbar */ .kf-editor-ui-box::-webkit-scrollbar { width: 17px; background: url(../images/scrollbar/custom/bg.png) 0 0 repeat-y white; } .kf-editor-ui-box::-webkit-scrollbar-button:end:increment { height: 5px; background: url(../images/scrollbar/custom/down.png) 0 0 repeat-y white; } /*定义滚动条渐减按扭的样式 */ .kf-editor-ui-box::-webkit-scrollbar-button:start:decrement { height: 5px; background: url(../images/scrollbar/custom/up.png) 0 0 repeat-y white; } /* 垂直滚动条的第三层轨道的上段 */ .kf-editor-ui-box::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scrollbar/custom/top.png), url(../images/scrollbar/custom/bg.png); background-repeat: no-repeat, repeat-y; } /* 垂直滚动条的第三层轨道的下段 */ .kf-editor-ui-box::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scrollbar/custom/bottom.png), url(../images/scrollbar/custom/bg.png); background-repeat: no-repeat, repeat-y; background-position: 0 bottom, 0 0; } /* 垂直滚动条的滑动块 */ .kf-editor-ui-box::-webkit-scrollbar-thumb:vertical { /*background: url(./images2/bar.png) 6px 0 no-repeat;*/ /*background-size: 6px;*/ -webkit-border-image: url(../images/scrollbar/custom/bar.png) 8; border-width: 10px; } .kf-editor-ui-wrap-group::-webkit-scrollbar { width: 17px; background: url(../images/scrollbar/custom/bg.png) 0 0 repeat-y white; } .kf-editor-ui-wrap-group::-webkit-scrollbar-button:end:increment { height: 5px; background: url(../images/scrollbar/custom/down.png) 0 0 repeat-y white; } /*定义滚动条渐减按扭的样式 */ .kf-editor-ui-wrap-group::-webkit-scrollbar-button:start:decrement { height: 5px; background: url(../images/scrollbar/custom/up.png) 0 0 repeat-y white; } /* 垂直滚动条的第三层轨道的上段 */ .kf-editor-ui-wrap-group::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scrollbar/custom/top.png), url(../images/scrollbar/custom/bg.png); background-repeat: no-repeat, repeat-y; } /* 垂直滚动条的第三层轨道的下段 */ .kf-editor-ui-wrap-group::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scrollbar/custom/bottom.png), url(../images/scrollbar/custom/bg.png); background-repeat: no-repeat, repeat-y; background-position: 0 bottom, 0 0; } /* 垂直滚动条的滑动块 */ .kf-editor-ui-wrap-group::-webkit-scrollbar-thumb:vertical { -webkit-border-image: url(../images/scrollbar/custom/bar.png) 8; border-width: 10px; }
wp-content/plugins/birchschedule/assets/css/services/edit/base.css
stanislav-chechun/campus-rize
#birs_service_length, #birs_service_padding, #birs_service_price, #birs_service_capacity { width: 6em; } #birchschedule-staff-services input, #birchschedule-service-staff input, #birchschedule-service-locations input { margin-right: 4px; }
core/components/com_templates/admin/assets/css/templates.css
drewthoennes/hubzero-cms
.item-list li { padding: 1em 1.618em 1em 3.218em; margin: 0; border-bottom: 1px solid #ccc; border-bottom: 1px solid rgba(0,0,0,0.1); position: relative; color: #666; } .item-list li:before { position: absolute; bottom: 0.818em; left: 1.218em; content: ""; font-family: "Fontcons"; color: #bbb; font-size: 1.2em; } .item-list.css li:before { content: "\f0f6"; } .item-list.layout li:before { content: "\f081"; }
libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html
rprata/boost
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Using Boost.Multiprecision</title> <link rel="stylesheet" href="../../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="../../index.html" title="Math Toolkit 2.2.0"> <link rel="up" href="../high_precision.html" title="Using Boost.Math with High-Precision Floating-Point Libraries"> <link rel="prev" href="why_high_precision.html" title="Why use a high-precision library rather than built-in floating-point types?"> <link rel="next" href="float128.html" title="Using with GCC's __float128 datatype"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="why_high_precision.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float128.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="math_toolkit.high_precision.use_multiprecision"></a><a class="link" href="use_multiprecision.html" title="Using Boost.Multiprecision">Using Boost.Multiprecision</a> </h3></div></div></div> <p> <span class="bold"><strong>All new projects are recommended to use <a href="http://www.boost.org/doc/libs/1_53_0_beta1/libs/multiprecision/doc/html/index.html" target="_top">Boost.Multiprecision</a>.</strong></span> </p> <h6> <a name="math_toolkit.high_precision.use_multiprecision.h0"></a> <span class="phrase"><a name="math_toolkit.high_precision.use_multiprecision.using_boost_multiprecision_cpp_f"></a></span><a class="link" href="use_multiprecision.html#math_toolkit.high_precision.use_multiprecision.using_boost_multiprecision_cpp_f">Using Boost.Multiprecision <code class="computeroutput"><span class="identifier">cpp_float</span></code> for numerical calculations with high precision.</a> </h6> <p> The Boost.Multiprecision library can be used for computations requiring precision exceeding that of standard built-in types such as float, double and long double. For extended-precision calculations, Boost.Multiprecision supplies a template data type called cpp_dec_float. The number of decimal digits of precision is fixed at compile-time via template parameter. </p> <p> To use these floating-point types and constants, we need some includes: </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">constants</span><span class="special">/</span><span class="identifier">constants</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">multiprecision</span><span class="special">/</span><span class="identifier">cpp_dec_float</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="comment">// using boost::multiprecision::cpp_dec_float</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">limits</span><span class="special">&gt;</span> </pre> <p> So now we can demonstrate with some trivial calculations: </p> <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> </pre> <p> Using <code class="computeroutput"><span class="keyword">typedef</span> <span class="identifier">cpp_dec_float_50</span></code> hides the complexity of multiprecision to allow us to define variables with 50 decimal digit precision just like built-in <code class="computeroutput"><span class="keyword">double</span></code>. </p> <pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">multiprecision</span><span class="special">::</span><span class="identifier">cpp_dec_float_50</span><span class="special">;</span> <span class="identifier">cpp_dec_float_50</span> <span class="identifier">seventh</span> <span class="special">=</span> <span class="identifier">cpp_dec_float_50</span><span class="special">(</span><span class="number">1</span><span class="special">)</span> <span class="special">/</span> <span class="number">7</span><span class="special">;</span> </pre> <p> By default, output would only show the standard 6 decimal digits, so set precision to show all 50 significant digits. </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span><span class="special">.</span><span class="identifier">precision</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;::</span><span class="identifier">digits10</span><span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">seventh</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> </pre> <p> which outputs: </p> <pre class="programlisting"><span class="number">0.14285714285714285714285714285714285714285714285714</span> </pre> <p> We can also use constants, guaranteed to be initialized with the very last bit of precision. </p> <pre class="programlisting"><span class="identifier">cpp_dec_float_50</span> <span class="identifier">circumference</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">constants</span><span class="special">::</span><span class="identifier">pi</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;()</span> <span class="special">*</span> <span class="number">2</span> <span class="special">*</span> <span class="identifier">seventh</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">circumference</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> </pre> <p> which outputs </p> <pre class="programlisting"><span class="number">0.89759790102565521098932668093700082405633411410717</span> </pre> <h6> <a name="math_toolkit.high_precision.use_multiprecision.h1"></a> <span class="phrase"><a name="math_toolkit.high_precision.use_multiprecision.using_boost_multiprecision_to_ge"></a></span><a class="link" href="use_multiprecision.html#math_toolkit.high_precision.use_multiprecision.using_boost_multiprecision_to_ge">Using Boost.Multiprecision to generate a high-precision array of sin coefficents for use with FFT.</a> </h6> <p> The Boost.Multiprecision library can be used for computations requiring precision exceeding that of standard built-in types such as <code class="computeroutput"><span class="keyword">float</span></code>, <code class="computeroutput"><span class="keyword">double</span></code> and <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code>. For extended-precision calculations, Boost.Multiprecision supplies a template data type called <code class="computeroutput"><span class="identifier">cpp_dec_float</span></code>. The number of decimal digits of precision is fixed at compile-time via template parameter. </p> <p> To use these floating-point types and constants, we need some includes: </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">constants</span><span class="special">/</span><span class="identifier">constants</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="comment">// using boost::math::constants::pi;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">multiprecision</span><span class="special">/</span><span class="identifier">cpp_dec_float</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="comment">// using boost::multiprecision::cpp_dec_float</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">limits</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">vector</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">algorithm</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iomanip</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iterator</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">fstream</span><span class="special">&gt;</span> </pre> <p> Define a text string which is a C++ comment with the program licence, copyright etc. You could of course, tailor this to your needs, including your copyright claim. There are versions of <code class="computeroutput"><span class="identifier">array</span></code> provided by Boost.Array in <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span></code> or the C++11 std::array, but since not all platforms provide C++11 support, this program provides the Boost version as fallback. </p> <pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">prolog</span> <span class="special">=</span> <span class="special">{</span> <span class="string">"// Use, modification and distribution are subject to the\n"</span> <span class="string">"// Boost Software License, Version 1.0.\n"</span> <span class="string">"// (See accompanying file LICENSE_1_0.txt\n"</span> <span class="string">"// or copy at "</span><span class="string">"http://www.boost.org/LICENSE_1_0.txt)\n\n"</span> <span class="string">"// Copyright ???? 2013.\n\n"</span> <span class="string">"// Use boost/array if std::array (C++11 feature) is not available.\n"</span> <span class="string">"#ifdef BOOST_NO_CXX11_HDR_ARRAY\n"</span> <span class="string">"#include &lt;boost/array/array.hpp&gt;\n"</span> <span class="string">"#else\n"</span> <span class="string">"#include &lt;array&gt;\n"</span> <span class="string">"#endif\n\n"</span> <span class="special">};</span> <span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">multiprecision</span><span class="special">::</span><span class="identifier">cpp_dec_float_50</span><span class="special">;</span> <span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">constants</span><span class="special">::</span><span class="identifier">pi</span><span class="special">;</span> <span class="comment">// VS 2010 (wrongly) requires these at file scope, not local scope in `main`.</span> <span class="comment">// This program also requires `-std=c++11` option to compile using Clang and GCC.</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> </pre> <p> One often needs to compute tables of numbers in mathematical software. </p> <p> A fast Fourier transform (FFT), for example, may use a table of the values of sin((&#960;/2<sup>n</sup>) in its implementation details. In order to maximize the precision in the FFT implementation, the precision of the tabulated trigonometric values should exceed that of the built-in floating-point type used in the FFT. </p> <p> The sample below computes a table of the values of sin(&#960;/2<sup>n</sup>) in the range 1 &lt;= n &lt;= 31. </p> <p> This program makes use of, among other program elements, the data type <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">multiprecision</span><span class="special">::</span><span class="identifier">cpp_dec_float_50</span></code> for a precision of 50 decimal digits from Boost.Multiprecision, the value of constant &#960; retrieved from Boost.Math, guaranteed to be initialized with the very last bit of precision for the type, here <code class="computeroutput"><span class="identifier">cpp_dec_float_50</span></code>, and a C++11 lambda function combined with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">for_each</span><span class="special">()</span></code>. </p> <p> define the number of values in the array. </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span> <span class="special">=</span> <span class="number">32U</span><span class="special">;</span> <span class="identifier">cpp_dec_float_50</span> <span class="identifier">p</span> <span class="special">=</span> <span class="identifier">pi</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;();</span> <span class="identifier">cpp_dec_float_50</span> <span class="identifier">p2</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">constants</span><span class="special">::</span><span class="identifier">pi</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span> <span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;</span> <span class="identifier">sin_values</span> <span class="special">(</span><span class="identifier">size</span><span class="special">);</span> <span class="keyword">unsigned</span> <span class="identifier">n</span> <span class="special">=</span> <span class="number">1U</span><span class="special">;</span> <span class="comment">// Generate the sine values.</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">for_each</span> <span class="special">(</span> <span class="identifier">sin_values</span><span class="special">.</span><span class="identifier">begin</span> <span class="special">(),</span> <span class="identifier">sin_values</span><span class="special">.</span><span class="identifier">end</span> <span class="special">(),</span> <span class="special">[&amp;</span><span class="identifier">n</span><span class="special">](</span><span class="identifier">cpp_dec_float_50</span><span class="special">&amp;</span> <span class="identifier">y</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">y</span> <span class="special">=</span> <span class="identifier">sin</span><span class="special">(</span> <span class="identifier">pi</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;()</span> <span class="special">/</span> <span class="identifier">pow</span><span class="special">(</span><span class="identifier">cpp_dec_float_50</span> <span class="special">(</span><span class="number">2</span><span class="special">),</span> <span class="identifier">n</span><span class="special">));</span> <span class="special">++</span><span class="identifier">n</span><span class="special">;</span> <span class="special">}</span> <span class="special">);</span> </pre> <p> Define the floating-point type for the generated file, either built-in <code class="computeroutput"><span class="keyword">double</span><span class="special">,</span> </code>float, or <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code>, or a user defined type like <code class="computeroutput"><span class="identifier">cpp_dec_float_50</span></code>. </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">fp_type</span> <span class="special">=</span> <span class="string">"double"</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Generating an `std::array` or `boost::array` for floating-point type: "</span> <span class="special">&lt;&lt;</span> <span class="identifier">fp_type</span> <span class="special">&lt;&lt;</span> <span class="string">". "</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> </pre> <p> By default, output would only show the standard 6 decimal digits, so set precision to show enough significant digits for the chosen floating-point type. For <code class="computeroutput"><span class="identifier">cpp_dec_float_50</span></code> is 50. (50 decimal digits should be ample for most applications). </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">streamsize</span> <span class="identifier">precision</span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">cpp_dec_float_50</span><span class="special">&gt;::</span><span class="identifier">digits10</span><span class="special">;</span> <span class="comment">// std::cout.precision(std::numeric_limits&lt;cpp_dec_float_50&gt;::digits10);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">precision</span> <span class="special">&lt;&lt;</span> <span class="string">" decimal digits precision. "</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> </pre> <p> Of course, one could also choose less, for example, 36 would be sufficient for the most precise current <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> implementations using 128-bit. In general, it should be a couple of decimal digits more (guard digits) than <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">RealType</span><span class="special">&gt;::</span><span class="identifier">max_digits10</span></code> for the target system floating-point type. If the implementation does not provide <code class="computeroutput"><span class="identifier">max_digits10</span></code>, the the Kahan formula <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">RealType</span><span class="special">&gt;::</span><span class="identifier">digits</span> <span class="special">*</span> <span class="number">3010</span><span class="special">/</span><span class="number">10000</span> <span class="special">+</span> <span class="number">2</span></code> can be used instead. </p> <p> The compiler will read these values as decimal digits strings and use the nearest representation for the floating-point type. </p> <p> Now output all the sine table, to a file of your chosen name. </p> <pre class="programlisting"> <span class="keyword">const</span> <span class="keyword">char</span> <span class="identifier">sines_name</span><span class="special">[]</span> <span class="special">=</span> <span class="string">"sines.hpp"</span><span class="special">;</span> <span class="comment">// In same directory as .exe</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ofstream</span> <span class="identifier">fout</span><span class="special">(</span><span class="identifier">sines_name</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ios_base</span><span class="special">::</span><span class="identifier">out</span><span class="special">);</span> <span class="comment">// Creates if no file exists,</span> <span class="comment">// &amp; uses default overwrite/ ios::replace.</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">fout</span><span class="special">.</span><span class="identifier">is_open</span><span class="special">()</span> <span class="special">==</span> <span class="keyword">false</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// failed to open OK!</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Open file "</span> <span class="special">&lt;&lt;</span> <span class="identifier">sines_name</span> <span class="special">&lt;&lt;</span> <span class="string">" failed!"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">EXIT_FAILURE</span><span class="special">;</span> <span class="special">}</span> <span class="keyword">else</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Open file "</span> <span class="special">&lt;&lt;</span> <span class="identifier">sines_name</span> <span class="special">&lt;&lt;</span> <span class="string">" for output OK."</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">fout</span> <span class="special">&lt;&lt;</span> <span class="identifier">prolog</span> <span class="special">&lt;&lt;</span> <span class="string">"// Table of "</span> <span class="special">&lt;&lt;</span> <span class="identifier">sin_values</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&lt;&lt;</span> <span class="string">" values with "</span> <span class="special">&lt;&lt;</span> <span class="identifier">precision</span> <span class="special">&lt;&lt;</span> <span class="string">" decimal digits precision,\n"</span> <span class="string">"// generated by program fft_sines_table.cpp.\n"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">fout</span> <span class="special">&lt;&lt;</span> <span class="string">"#ifdef BOOST_NO_CXX11_HDR_ARRAY"</span><span class="string">"\n"</span> <span class="string">" static const boost::array&lt;double, "</span> <span class="special">&lt;&lt;</span> <span class="identifier">size</span> <span class="special">&lt;&lt;</span> <span class="string">"&gt; sines =\n"</span> <span class="string">"#else"</span><span class="string">"\n"</span> <span class="string">" static const std::array&lt;double, "</span> <span class="special">&lt;&lt;</span> <span class="identifier">size</span> <span class="special">&lt;&lt;</span> <span class="string">"&gt; sines =\n"</span> <span class="string">"#endif"</span><span class="string">"\n"</span> <span class="string">"{{\n"</span><span class="special">;</span> <span class="comment">// 2nd { needed for some GCC compiler versions.</span> <span class="identifier">fout</span><span class="special">.</span><span class="identifier">precision</span><span class="special">(</span><span class="identifier">precision</span><span class="special">);</span> <span class="keyword">for</span> <span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0U</span><span class="special">;</span> <span class="special">;)</span> <span class="special">{</span> <span class="identifier">fout</span> <span class="special">&lt;&lt;</span> <span class="string">" "</span> <span class="special">&lt;&lt;</span> <span class="identifier">sin_values</span><span class="special">[</span><span class="identifier">i</span><span class="special">];</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">i</span> <span class="special">==</span> <span class="identifier">sin_values</span><span class="special">.</span><span class="identifier">size</span><span class="special">()-</span><span class="number">1</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// next is last value.</span> <span class="identifier">fout</span> <span class="special">&lt;&lt;</span> <span class="string">"\n}};\n"</span><span class="special">;</span> <span class="comment">// 2nd } needed for some earlier GCC compiler versions.</span> <span class="keyword">break</span><span class="special">;</span> <span class="special">}</span> <span class="keyword">else</span> <span class="special">{</span> <span class="identifier">fout</span> <span class="special">&lt;&lt;</span> <span class="string">",\n"</span><span class="special">;</span> <span class="identifier">i</span><span class="special">++;</span> <span class="special">}</span> <span class="special">}</span> <span class="identifier">fout</span><span class="special">.</span><span class="identifier">close</span><span class="special">();</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Close file "</span> <span class="special">&lt;&lt;</span> <span class="identifier">sines_name</span> <span class="special">&lt;&lt;</span> <span class="string">" for output OK."</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> </pre> <p> The output file generated can be seen at <a href="../../../../example/sines.hpp" target="_top">../../example/sines.hpp</a> </p> <p> The table output is: </p> <pre class="programlisting"><span class="identifier">The</span> <span class="identifier">printed</span> <span class="identifier">table</span> <span class="identifier">is</span><span class="special">:</span> <span class="number">1</span> <span class="number">0.70710678118654752440084436210484903928483593768847</span> <span class="number">0.38268343236508977172845998403039886676134456248563</span> <span class="number">0.19509032201612826784828486847702224092769161775195</span> <span class="number">0.098017140329560601994195563888641845861136673167501</span> <span class="number">0.049067674327418014254954976942682658314745363025753</span> <span class="number">0.024541228522912288031734529459282925065466119239451</span> <span class="number">0.012271538285719926079408261951003212140372319591769</span> <span class="number">0.0061358846491544753596402345903725809170578863173913</span> <span class="number">0.003067956762965976270145365490919842518944610213452</span> <span class="number">0.0015339801862847656123036971502640790799548645752374</span> <span class="number">0.00076699031874270452693856835794857664314091945206328</span> <span class="number">0.00038349518757139558907246168118138126339502603496474</span> <span class="number">0.00019174759731070330743990956198900093346887403385916</span> <span class="number">9.5873799095977345870517210976476351187065612851145e-05</span> <span class="number">4.7936899603066884549003990494658872746866687685767e-05</span> <span class="number">2.3968449808418218729186577165021820094761474895673e-05</span> <span class="number">1.1984224905069706421521561596988984804731977538387e-05</span> <span class="number">5.9921124526424278428797118088908617299871778780951e-06</span> <span class="number">2.9960562263346607504548128083570598118251878683408e-06</span> <span class="number">1.4980281131690112288542788461553611206917585861527e-06</span> <span class="number">7.4901405658471572113049856673065563715595930217207e-07</span> <span class="number">3.7450702829238412390316917908463317739740476297248e-07</span> <span class="number">1.8725351414619534486882457659356361712045272098287e-07</span> <span class="number">9.3626757073098082799067286680885620193236507169473e-08</span> <span class="number">4.681337853654909269511551813854009695950362701667e-08</span> <span class="number">2.3406689268274552759505493419034844037886207223779e-08</span> <span class="number">1.1703344634137277181246213503238103798093456639976e-08</span> <span class="number">5.8516723170686386908097901008341396943900085051757e-09</span> <span class="number">2.9258361585343193579282304690689559020175857150074e-09</span> <span class="number">1.4629180792671596805295321618659637103742615227834e-09</span> <span class="special">*/</span> </pre> <p> The output can be copied as text and readily integrated into a given source code. Alternatively, the output can be written to a text or even be used within a self-written automatic code generator as this example. </p> <p> A computer algebra system can be used to verify the results obtained from Boost.Math and Boost.Multiprecision. For example, the <a href="http://www.wolfram.com/products/mathematica/index.html" target="_top">Wolfram Mathematica</a> computer algebra system can obtain a similar table with the command: </p> <pre class="programlisting"><span class="identifier">Table</span><span class="special">[</span><span class="identifier">N</span><span class="special">[</span><span class="identifier">Sin</span><span class="special">[</span><span class="identifier">Pi</span> <span class="special">/</span> <span class="special">(</span><span class="number">2</span><span class="special">^</span><span class="identifier">n</span><span class="special">)],</span> <span class="number">50</span><span class="special">],</span> <span class="special">{</span><span class="identifier">n</span><span class="special">,</span> <span class="number">1</span><span class="special">,</span> <span class="number">31</span><span class="special">,</span> <span class="number">1</span><span class="special">}]</span> </pre> <p> The <a href="http://www.wolframalpha.com/" target="_top">Wolfram Alpha</a> computational knowledge engine can also be used to generate this table. The same command can be pasted into the compute box. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014 Nikhar Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="why_high_precision.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../high_precision.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float128.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
src/3dparty/qwt-5.2.0/doc/html/class_qwt_event_pattern_1_1_mouse_pattern.html
christianurich/VIBe2GUI
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Qwt User&#39;s Guide: QwtEventPattern::QwtEventPattern::MousePattern Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.8 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="class_qwt_event_pattern.html">QwtEventPattern</a>::<a class="el" href="class_qwt_event_pattern_1_1_mouse_pattern.html">MousePattern</a> </div> </div> <div class="contents"> <h1>QwtEventPattern::QwtEventPattern::MousePattern Class Reference</h1><!-- doxytag: class="QwtEventPattern::MousePattern" -->A pattern for mouse events. <a href="#_details">More...</a> <p> <code>#include &lt;<a class="el" href="qwt__event__pattern_8h-source.html">qwt_event_pattern.h</a>&gt;</code> <p> <p> <a href="class_qwt_event_pattern_1_1_mouse_pattern-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6b9fe0cb474662aa5f18a58beb3e77d2"></a><!-- doxytag: member="QwtEventPattern::MousePattern::MousePattern" ref="6b9fe0cb474662aa5f18a58beb3e77d2" args="(int btn=Qt::NoButton, int st=Qt::NoButton)" --> &nbsp;</td><td class="memItemRight" valign="bottom"><b>MousePattern</b> (int btn=Qt::NoButton, int st=Qt::NoButton)</td></tr> <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c61a6548af6a963e654c5ca6df1c730f"></a><!-- doxytag: member="QwtEventPattern::MousePattern::button" ref="c61a6548af6a963e654c5ca6df1c730f" args="" --> int&nbsp;</td><td class="memItemRight" valign="bottom"><b>button</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05ccef728a1b3c9f184551665e98c09d"></a><!-- doxytag: member="QwtEventPattern::MousePattern::state" ref="05ccef728a1b3c9f184551665e98c09d" args="" --> int&nbsp;</td><td class="memItemRight" valign="bottom"><b>state</b></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> A pattern for mouse events. </div> <hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 22 16:41:21 2009 for Qwt User's Guide by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> </body> </html>
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/gccint/Label-Output.html
seemoo-lab/nexmon
<html lang="en"> <head> <title>Label Output - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Assembler-Format.html#Assembler-Format" title="Assembler Format"> <link rel="prev" href="Uninitialized-Data.html#Uninitialized-Data" title="Uninitialized Data"> <link rel="next" href="Initialization.html#Initialization" title="Initialization"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Label-Output"></a> Next:&nbsp;<a rel="next" accesskey="n" href="Initialization.html#Initialization">Initialization</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Uninitialized-Data.html#Uninitialized-Data">Uninitialized Data</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Assembler-Format.html#Assembler-Format">Assembler Format</a> <hr> </div> <h4 class="subsection">17.20.4 Output and Generation of Labels</h4> <!-- prevent bad page break with this line --> <p>This is about outputting labels. <p><a name="index-assemble_005fname-4615"></a> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_LABEL</b> (<var>stream, name</var>)<var><a name="index-ASM_005fOUTPUT_005fLABEL-4616"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> the assembler definition of a label named <var>name</var>. Use the expression <code>assemble_name (</code><var>stream</var><code>, </code><var>name</var><code>)</code> to output the name itself; before and after that, output the additional assembler syntax for defining the name, and a newline. A default definition of this macro is provided which is correct for most systems. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_FUNCTION_LABEL</b> (<var>stream, name, decl</var>)<var><a name="index-ASM_005fOUTPUT_005fFUNCTION_005fLABEL-4617"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> the assembler definition of a label named <var>name</var> of a function. Use the expression <code>assemble_name (</code><var>stream</var><code>, </code><var>name</var><code>)</code> to output the name itself; before and after that, output the additional assembler syntax for defining the name, and a newline. A default definition of this macro is provided which is correct for most systems. <p>If this macro is not defined, then the function name is defined in the usual manner as a label (by means of <code>ASM_OUTPUT_LABEL</code>). </p></blockquote></div> <p><a name="index-assemble_005fname_005fraw-4618"></a> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_INTERNAL_LABEL</b> (<var>stream, name</var>)<var><a name="index-ASM_005fOUTPUT_005fINTERNAL_005fLABEL-4619"></a></var><br> <blockquote><p>Identical to <code>ASM_OUTPUT_LABEL</code>, except that <var>name</var> is known to refer to a compiler-generated label. The default definition uses <code>assemble_name_raw</code>, which is like <code>assemble_name</code> except that it is more efficient. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>SIZE_ASM_OP</b><var><a name="index-SIZE_005fASM_005fOP-4620"></a></var><br> <blockquote><p>A C string containing the appropriate assembler directive to specify the size of a symbol, without any arguments. On systems that use ELF, the default (in <samp><span class="file">config/elfos.h</span></samp>) is &lsquo;<samp><span class="samp">"\t.size\t"</span></samp>&rsquo;; on other systems, the default is not to define this macro. <p>Define this macro only if it is correct to use the default definitions of <code>ASM_OUTPUT_SIZE_DIRECTIVE</code> and <code>ASM_OUTPUT_MEASURED_SIZE</code> for your system. If you need your own custom definitions of those macros, or if you do not need explicit symbol sizes at all, do not define this macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_SIZE_DIRECTIVE</b> (<var>stream, name, size</var>)<var><a name="index-ASM_005fOUTPUT_005fSIZE_005fDIRECTIVE-4621"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> a directive telling the assembler that the size of the symbol <var>name</var> is <var>size</var>. <var>size</var> is a <code>HOST_WIDE_INT</code>. If you define <code>SIZE_ASM_OP</code>, a default definition of this macro is provided. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_MEASURED_SIZE</b> (<var>stream, name</var>)<var><a name="index-ASM_005fOUTPUT_005fMEASURED_005fSIZE-4622"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> a directive telling the assembler to calculate the size of the symbol <var>name</var> by subtracting its address from the current address. <p>If you define <code>SIZE_ASM_OP</code>, a default definition of this macro is provided. The default assumes that the assembler recognizes a special &lsquo;<samp><span class="samp">.</span></samp>&rsquo; symbol as referring to the current address, and can calculate the difference between this and another symbol. If your assembler does not recognize &lsquo;<samp><span class="samp">.</span></samp>&rsquo; or cannot do calculations with it, you will need to redefine <code>ASM_OUTPUT_MEASURED_SIZE</code> to use some other technique. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>NO_DOLLAR_IN_LABEL</b><var><a name="index-NO_005fDOLLAR_005fIN_005fLABEL-4623"></a></var><br> <blockquote><p>Define this macro if the assembler does not accept the character &lsquo;<samp><span class="samp">$</span></samp>&rsquo; in label names. By default constructors and destructors in G++ have &lsquo;<samp><span class="samp">$</span></samp>&rsquo; in the identifiers. If this macro is defined, &lsquo;<samp><span class="samp">.</span></samp>&rsquo; is used instead. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>NO_DOT_IN_LABEL</b><var><a name="index-NO_005fDOT_005fIN_005fLABEL-4624"></a></var><br> <blockquote><p>Define this macro if the assembler does not accept the character &lsquo;<samp><span class="samp">.</span></samp>&rsquo; in label names. By default constructors and destructors in G++ have names that use &lsquo;<samp><span class="samp">.</span></samp>&rsquo;. If this macro is defined, these names are rewritten to avoid &lsquo;<samp><span class="samp">.</span></samp>&rsquo;. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>TYPE_ASM_OP</b><var><a name="index-TYPE_005fASM_005fOP-4625"></a></var><br> <blockquote><p>A C string containing the appropriate assembler directive to specify the type of a symbol, without any arguments. On systems that use ELF, the default (in <samp><span class="file">config/elfos.h</span></samp>) is &lsquo;<samp><span class="samp">"\t.type\t"</span></samp>&rsquo;; on other systems, the default is not to define this macro. <p>Define this macro only if it is correct to use the default definition of <code>ASM_OUTPUT_TYPE_DIRECTIVE</code> for your system. If you need your own custom definition of this macro, or if you do not need explicit symbol types at all, do not define this macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>TYPE_OPERAND_FMT</b><var><a name="index-TYPE_005fOPERAND_005fFMT-4626"></a></var><br> <blockquote><p>A C string which specifies (using <code>printf</code> syntax) the format of the second operand to <code>TYPE_ASM_OP</code>. On systems that use ELF, the default (in <samp><span class="file">config/elfos.h</span></samp>) is &lsquo;<samp><span class="samp">"@%s"</span></samp>&rsquo;; on other systems, the default is not to define this macro. <p>Define this macro only if it is correct to use the default definition of <code>ASM_OUTPUT_TYPE_DIRECTIVE</code> for your system. If you need your own custom definition of this macro, or if you do not need explicit symbol types at all, do not define this macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_TYPE_DIRECTIVE</b> (<var>stream, type</var>)<var><a name="index-ASM_005fOUTPUT_005fTYPE_005fDIRECTIVE-4627"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> a directive telling the assembler that the type of the symbol <var>name</var> is <var>type</var>. <var>type</var> is a C string; currently, that string is always either &lsquo;<samp><span class="samp">"function"</span></samp>&rsquo; or &lsquo;<samp><span class="samp">"object"</span></samp>&rsquo;, but you should not count on this. <p>If you define <code>TYPE_ASM_OP</code> and <code>TYPE_OPERAND_FMT</code>, a default definition of this macro is provided. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_DECLARE_FUNCTION_NAME</b> (<var>stream, name, decl</var>)<var><a name="index-ASM_005fDECLARE_005fFUNCTION_005fNAME-4628"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> any text necessary for declaring the name <var>name</var> of a function which is being defined. This macro is responsible for outputting the label definition (perhaps using <code>ASM_OUTPUT_FUNCTION_LABEL</code>). The argument <var>decl</var> is the <code>FUNCTION_DECL</code> tree node representing the function. <p>If this macro is not defined, then the function name is defined in the usual manner as a label (by means of <code>ASM_OUTPUT_FUNCTION_LABEL</code>). <p>You may wish to use <code>ASM_OUTPUT_TYPE_DIRECTIVE</code> in the definition of this macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_DECLARE_FUNCTION_SIZE</b> (<var>stream, name, decl</var>)<var><a name="index-ASM_005fDECLARE_005fFUNCTION_005fSIZE-4629"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> any text necessary for declaring the size of a function which is being defined. The argument <var>name</var> is the name of the function. The argument <var>decl</var> is the <code>FUNCTION_DECL</code> tree node representing the function. <p>If this macro is not defined, then the function size is not defined. <p>You may wish to use <code>ASM_OUTPUT_MEASURED_SIZE</code> in the definition of this macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_DECLARE_OBJECT_NAME</b> (<var>stream, name, decl</var>)<var><a name="index-ASM_005fDECLARE_005fOBJECT_005fNAME-4630"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> any text necessary for declaring the name <var>name</var> of an initialized variable which is being defined. This macro must output the label definition (perhaps using <code>ASM_OUTPUT_LABEL</code>). The argument <var>decl</var> is the <code>VAR_DECL</code> tree node representing the variable. <p>If this macro is not defined, then the variable name is defined in the usual manner as a label (by means of <code>ASM_OUTPUT_LABEL</code>). <p>You may wish to use <code>ASM_OUTPUT_TYPE_DIRECTIVE</code> and/or <code>ASM_OUTPUT_SIZE_DIRECTIVE</code> in the definition of this macro. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_DECLARE_CONSTANT_NAME</b> (<var>FILE *file, const char *name, const_tree expr, HOST_WIDE_INT size</var>)<var><a name="index-TARGET_005fASM_005fDECLARE_005fCONSTANT_005fNAME-4631"></a></var><br> <blockquote><p>A target hook to output to the stdio stream <var>file</var> any text necessary for declaring the name <var>name</var> of a constant which is being defined. This target hook is responsible for outputting the label definition (perhaps using <code>assemble_label</code>). The argument <var>exp</var> is the value of the constant, and <var>size</var> is the size of the constant in bytes. The <var>name</var> will be an internal label. <p>The default version of this target hook, define the <var>name</var> in the usual manner as a label (by means of <code>assemble_label</code>). <p>You may wish to use <code>ASM_OUTPUT_TYPE_DIRECTIVE</code> in this target hook. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_DECLARE_REGISTER_GLOBAL</b> (<var>stream, decl, regno, name</var>)<var><a name="index-ASM_005fDECLARE_005fREGISTER_005fGLOBAL-4632"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> any text necessary for claiming a register <var>regno</var> for a global variable <var>decl</var> with name <var>name</var>. <p>If you don't define this macro, that is equivalent to defining it to do nothing. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_FINISH_DECLARE_OBJECT</b> (<var>stream, decl, toplevel, atend</var>)<var><a name="index-ASM_005fFINISH_005fDECLARE_005fOBJECT-4633"></a></var><br> <blockquote><p>A C statement (sans semicolon) to finish up declaring a variable name once the compiler has processed its initializer fully and thus has had a chance to determine the size of an array when controlled by an initializer. This is used on systems where it's necessary to declare something about the size of the object. <p>If you don't define this macro, that is equivalent to defining it to do nothing. <p>You may wish to use <code>ASM_OUTPUT_SIZE_DIRECTIVE</code> and/or <code>ASM_OUTPUT_MEASURED_SIZE</code> in the definition of this macro. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_GLOBALIZE_LABEL</b> (<var>FILE *stream, const char *name</var>)<var><a name="index-TARGET_005fASM_005fGLOBALIZE_005fLABEL-4634"></a></var><br> <blockquote><p>This target hook is a function to output to the stdio stream <var>stream</var> some commands that will make the label <var>name</var> global; that is, available for reference from other files. <p>The default implementation relies on a proper definition of <code>GLOBAL_ASM_OP</code>. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_GLOBALIZE_DECL_NAME</b> (<var>FILE *stream, tree decl</var>)<var><a name="index-TARGET_005fASM_005fGLOBALIZE_005fDECL_005fNAME-4635"></a></var><br> <blockquote><p>This target hook is a function to output to the stdio stream <var>stream</var> some commands that will make the name associated with <var>decl</var> global; that is, available for reference from other files. <p>The default implementation uses the TARGET_ASM_GLOBALIZE_LABEL target hook. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_ASSEMBLE_UNDEFINED_DECL</b> (<var>FILE *stream, const char *name, const_tree decl</var>)<var><a name="index-TARGET_005fASM_005fASSEMBLE_005fUNDEFINED_005fDECL-4636"></a></var><br> <blockquote><p>This target hook is a function to output to the stdio stream <var>stream</var> some commands that will declare the name associated with <var>decl</var> which is not defined in the current translation unit. Most assemblers do not require anything to be output in this case. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_WEAKEN_LABEL</b> (<var>stream, name</var>)<var><a name="index-ASM_005fWEAKEN_005fLABEL-4637"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> some commands that will make the label <var>name</var> weak; that is, available for reference from other files but only used if no other definition is available. Use the expression <code>assemble_name (</code><var>stream</var><code>, </code><var>name</var><code>)</code> to output the name itself; before and after that, output the additional assembler syntax for making that name weak, and a newline. <p>If you don't define this macro or <code>ASM_WEAKEN_DECL</code>, GCC will not support weak symbols and you should not define the <code>SUPPORTS_WEAK</code> macro. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_WEAKEN_DECL</b> (<var>stream, decl, name, value</var>)<var><a name="index-ASM_005fWEAKEN_005fDECL-4638"></a></var><br> <blockquote><p>Combines (and replaces) the function of <code>ASM_WEAKEN_LABEL</code> and <code>ASM_OUTPUT_WEAK_ALIAS</code>, allowing access to the associated function or variable decl. If <var>value</var> is not <code>NULL</code>, this C statement should output to the stdio stream <var>stream</var> assembler code which defines (equates) the weak symbol <var>name</var> to have the value <var>value</var>. If <var>value</var> is <code>NULL</code>, it should output commands to make <var>name</var> weak. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_WEAKREF</b> (<var>stream, decl, name, value</var>)<var><a name="index-ASM_005fOUTPUT_005fWEAKREF-4639"></a></var><br> <blockquote><p>Outputs a directive that enables <var>name</var> to be used to refer to symbol <var>value</var> with weak-symbol semantics. <code>decl</code> is the declaration of <code>name</code>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>SUPPORTS_WEAK</b><var><a name="index-SUPPORTS_005fWEAK-4640"></a></var><br> <blockquote><p>A preprocessor constant expression which evaluates to true if the target supports weak symbols. <p>If you don't define this macro, <samp><span class="file">defaults.h</span></samp> provides a default definition. If either <code>ASM_WEAKEN_LABEL</code> or <code>ASM_WEAKEN_DECL</code> is defined, the default definition is &lsquo;<samp><span class="samp">1</span></samp>&rsquo;; otherwise, it is &lsquo;<samp><span class="samp">0</span></samp>&rsquo;. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>TARGET_SUPPORTS_WEAK</b><var><a name="index-TARGET_005fSUPPORTS_005fWEAK-4641"></a></var><br> <blockquote><p>A C expression which evaluates to true if the target supports weak symbols. <p>If you don't define this macro, <samp><span class="file">defaults.h</span></samp> provides a default definition. The default definition is &lsquo;<samp><span class="samp">(SUPPORTS_WEAK)</span></samp>&rsquo;. Define this macro if you want to control weak symbol support with a compiler flag such as <samp><span class="option">-melf</span></samp>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>MAKE_DECL_ONE_ONLY</b> (<var>decl</var>)<var><a name="index-MAKE_005fDECL_005fONE_005fONLY-4642"></a></var><br> <blockquote><p>A C statement (sans semicolon) to mark <var>decl</var> to be emitted as a public symbol such that extra copies in multiple translation units will be discarded by the linker. Define this macro if your object file format provides support for this concept, such as the &lsquo;<samp><span class="samp">COMDAT</span></samp>&rsquo; section flags in the Microsoft Windows PE/COFF format, and this support requires changes to <var>decl</var>, such as putting it in a separate section. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>SUPPORTS_ONE_ONLY</b><var><a name="index-SUPPORTS_005fONE_005fONLY-4643"></a></var><br> <blockquote><p>A C expression which evaluates to true if the target supports one-only semantics. <p>If you don't define this macro, <samp><span class="file">varasm.c</span></samp> provides a default definition. If <code>MAKE_DECL_ONE_ONLY</code> is defined, the default definition is &lsquo;<samp><span class="samp">1</span></samp>&rsquo;; otherwise, it is &lsquo;<samp><span class="samp">0</span></samp>&rsquo;. Define this macro if you want to control one-only symbol support with a compiler flag, or if setting the <code>DECL_ONE_ONLY</code> flag is enough to mark a declaration to be emitted as one-only. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_ASSEMBLE_VISIBILITY</b> (<var>tree decl, int visibility</var>)<var><a name="index-TARGET_005fASM_005fASSEMBLE_005fVISIBILITY-4644"></a></var><br> <blockquote><p>This target hook is a function to output to <var>asm_out_file</var> some commands that will make the symbol(s) associated with <var>decl</var> have hidden, protected or internal visibility as specified by <var>visibility</var>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>TARGET_WEAK_NOT_IN_ARCHIVE_TOC</b><var><a name="index-TARGET_005fWEAK_005fNOT_005fIN_005fARCHIVE_005fTOC-4645"></a></var><br> <blockquote><p>A C expression that evaluates to true if the target's linker expects that weak symbols do not appear in a static archive's table of contents. The default is <code>0</code>. <p>Leaving weak symbols out of an archive's table of contents means that, if a symbol will only have a definition in one translation unit and will have undefined references from other translation units, that symbol should not be weak. Defining this macro to be nonzero will thus have the effect that certain symbols that would normally be weak (explicit template instantiations, and vtables for polymorphic classes with noninline key methods) will instead be nonweak. <p>The C++ ABI requires this macro to be zero. Define this macro for targets where full C++ ABI compliance is impossible and where linker restrictions require weak symbols to be left out of a static archive's table of contents. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_EXTERNAL</b> (<var>stream, decl, name</var>)<var><a name="index-ASM_005fOUTPUT_005fEXTERNAL-4646"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> any text necessary for declaring the name of an external symbol named <var>name</var> which is referenced in this compilation but not defined. The value of <var>decl</var> is the tree node for the declaration. <p>This macro need not be defined if it does not need to output anything. The GNU assembler and most Unix assemblers don't require anything. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_EXTERNAL_LIBCALL</b> (<var>rtx symref</var>)<var><a name="index-TARGET_005fASM_005fEXTERNAL_005fLIBCALL-4647"></a></var><br> <blockquote><p>This target hook is a function to output to <var>asm_out_file</var> an assembler pseudo-op to declare a library function name external. The name of the library function is given by <var>symref</var>, which is a <code>symbol_ref</code>. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_MARK_DECL_PRESERVED</b> (<var>const char *symbol</var>)<var><a name="index-TARGET_005fASM_005fMARK_005fDECL_005fPRESERVED-4648"></a></var><br> <blockquote><p>This target hook is a function to output to <var>asm_out_file</var> an assembler directive to annotate <var>symbol</var> as used. The Darwin target uses the .no_dead_code_strip directive. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_LABELREF</b> (<var>stream, name</var>)<var><a name="index-ASM_005fOUTPUT_005fLABELREF-4649"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output to the stdio stream <var>stream</var> a reference in assembler syntax to a label named <var>name</var>. This should add &lsquo;<samp><span class="samp">_</span></samp>&rsquo; to the front of the name, if that is customary on your operating system, as it is in most Berkeley Unix systems. This macro is used in <code>assemble_name</code>. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: tree <b>TARGET_MANGLE_ASSEMBLER_NAME</b> (<var>const char *name</var>)<var><a name="index-TARGET_005fMANGLE_005fASSEMBLER_005fNAME-4650"></a></var><br> <blockquote><p>Given a symbol <var>name</var>, perform same mangling as <code>varasm.c</code>'s <code>assemble_name</code>, but in memory rather than to a file stream, returning result as an <code>IDENTIFIER_NODE</code>. Required for correct LTO symtabs. The default implementation calls the <code>TARGET_STRIP_NAME_ENCODING</code> hook and then prepends the <code>USER_LABEL_PREFIX</code>, if any. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_SYMBOL_REF</b> (<var>stream, sym</var>)<var><a name="index-ASM_005fOUTPUT_005fSYMBOL_005fREF-4651"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output a reference to <code>SYMBOL_REF</code> <var>sym</var>. If not defined, <code>assemble_name</code> will be used to output the name of the symbol. This macro may be used to modify the way a symbol is referenced depending on information encoded by <code>TARGET_ENCODE_SECTION_INFO</code>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_LABEL_REF</b> (<var>stream, buf</var>)<var><a name="index-ASM_005fOUTPUT_005fLABEL_005fREF-4652"></a></var><br> <blockquote><p>A C statement (sans semicolon) to output a reference to <var>buf</var>, the result of <code>ASM_GENERATE_INTERNAL_LABEL</code>. If not defined, <code>assemble_name</code> will be used to output the name of the symbol. This macro is not used by <code>output_asm_label</code>, or the <code>%l</code> specifier that calls it; the intention is that this macro should be set when it is necessary to output a label differently when its address is being taken. </p></blockquote></div> <div class="defun"> &mdash; Target Hook: void <b>TARGET_ASM_INTERNAL_LABEL</b> (<var>FILE *stream, const char *prefix, unsigned long labelno</var>)<var><a name="index-TARGET_005fASM_005fINTERNAL_005fLABEL-4653"></a></var><br> <blockquote><p>A function to output to the stdio stream <var>stream</var> a label whose name is made from the string <var>prefix</var> and the number <var>labelno</var>. <p>It is absolutely essential that these labels be distinct from the labels used for user-level functions and variables. Otherwise, certain programs will have name conflicts with internal labels. <p>It is desirable to exclude internal labels from the symbol table of the object file. Most assemblers have a naming convention for labels that should be excluded; on many systems, the letter &lsquo;<samp><span class="samp">L</span></samp>&rsquo; at the beginning of a label has this effect. You should find out what convention your system uses, and follow it. <p>The default version of this function utilizes <code>ASM_GENERATE_INTERNAL_LABEL</code>. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_DEBUG_LABEL</b> (<var>stream, prefix, num</var>)<var><a name="index-ASM_005fOUTPUT_005fDEBUG_005fLABEL-4654"></a></var><br> <blockquote><p>A C statement to output to the stdio stream <var>stream</var> a debug info label whose name is made from the string <var>prefix</var> and the number <var>num</var>. This is useful for VLIW targets, where debug info labels may need to be treated differently than branch target labels. On some systems, branch target labels must be at the beginning of instruction bundles, but debug info labels can occur in the middle of instruction bundles. <p>If this macro is not defined, then <code>(*targetm.asm_out.internal_label)</code> will be used. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_GENERATE_INTERNAL_LABEL</b> (<var>string, prefix, num</var>)<var><a name="index-ASM_005fGENERATE_005fINTERNAL_005fLABEL-4655"></a></var><br> <blockquote><p>A C statement to store into the string <var>string</var> a label whose name is made from the string <var>prefix</var> and the number <var>num</var>. <p>This string, when output subsequently by <code>assemble_name</code>, should produce the output that <code>(*targetm.asm_out.internal_label)</code> would produce with the same <var>prefix</var> and <var>num</var>. <p>If the string begins with &lsquo;<samp><span class="samp">*</span></samp>&rsquo;, then <code>assemble_name</code> will output the rest of the string unchanged. It is often convenient for <code>ASM_GENERATE_INTERNAL_LABEL</code> to use &lsquo;<samp><span class="samp">*</span></samp>&rsquo; in this way. If the string doesn't start with &lsquo;<samp><span class="samp">*</span></samp>&rsquo;, then <code>ASM_OUTPUT_LABELREF</code> gets to output the string, and may change it. (Of course, <code>ASM_OUTPUT_LABELREF</code> is also part of your machine description, so you should know what it does on your machine.) </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_FORMAT_PRIVATE_NAME</b> (<var>outvar, name, number</var>)<var><a name="index-ASM_005fFORMAT_005fPRIVATE_005fNAME-4656"></a></var><br> <blockquote><p>A C expression to assign to <var>outvar</var> (which is a variable of type <code>char *</code>) a newly allocated string made from the string <var>name</var> and the number <var>number</var>, with some suitable punctuation added. Use <code>alloca</code> to get space for the string. <p>The string will be used as an argument to <code>ASM_OUTPUT_LABELREF</code> to produce an assembler label for an internal static variable whose name is <var>name</var>. Therefore, the string must be such as to result in valid assembler code. The argument <var>number</var> is different each time this macro is executed; it prevents conflicts between similarly-named internal static variables in different scopes. <p>Ideally this string should not be a valid C identifier, to prevent any conflict with the user's own symbols. Most assemblers allow periods or percent signs in assembler symbols; putting at least one of these between the name and the number will suffice. <p>If this macro is not defined, a default definition will be provided which is correct for most systems. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_DEF</b> (<var>stream, name, value</var>)<var><a name="index-ASM_005fOUTPUT_005fDEF-4657"></a></var><br> <blockquote><p>A C statement to output to the stdio stream <var>stream</var> assembler code which defines (equates) the symbol <var>name</var> to have the value <var>value</var>. <p><a name="index-SET_005fASM_005fOP-4658"></a>If <code>SET_ASM_OP</code> is defined, a default definition is provided which is correct for most systems. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_DEF_FROM_DECLS</b> (<var>stream, decl_of_name, decl_of_value</var>)<var><a name="index-ASM_005fOUTPUT_005fDEF_005fFROM_005fDECLS-4659"></a></var><br> <blockquote><p>A C statement to output to the stdio stream <var>stream</var> assembler code which defines (equates) the symbol whose tree node is <var>decl_of_name</var> to have the value of the tree node <var>decl_of_value</var>. This macro will be used in preference to &lsquo;<samp><span class="samp">ASM_OUTPUT_DEF</span></samp>&rsquo; if it is defined and if the tree nodes are available. <p><a name="index-SET_005fASM_005fOP-4660"></a>If <code>SET_ASM_OP</code> is defined, a default definition is provided which is correct for most systems. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>TARGET_DEFERRED_OUTPUT_DEFS</b> (<var>decl_of_name, decl_of_value</var>)<var><a name="index-TARGET_005fDEFERRED_005fOUTPUT_005fDEFS-4661"></a></var><br> <blockquote><p>A C statement that evaluates to true if the assembler code which defines (equates) the symbol whose tree node is <var>decl_of_name</var> to have the value of the tree node <var>decl_of_value</var> should be emitted near the end of the current compilation unit. The default is to not defer output of defines. This macro affects defines output by &lsquo;<samp><span class="samp">ASM_OUTPUT_DEF</span></samp>&rsquo; and &lsquo;<samp><span class="samp">ASM_OUTPUT_DEF_FROM_DECLS</span></samp>&rsquo;. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>ASM_OUTPUT_WEAK_ALIAS</b> (<var>stream, name, value</var>)<var><a name="index-ASM_005fOUTPUT_005fWEAK_005fALIAS-4662"></a></var><br> <blockquote><p>A C statement to output to the stdio stream <var>stream</var> assembler code which defines (equates) the weak symbol <var>name</var> to have the value <var>value</var>. If <var>value</var> is <code>NULL</code>, it defines <var>name</var> as an undefined weak symbol. <p>Define this macro if the target only supports weak aliases; define <code>ASM_OUTPUT_DEF</code> instead if possible. </p></blockquote></div> <div class="defun"> &mdash; Macro: <b>OBJC_GEN_METHOD_LABEL</b> (<var>buf, is_inst, class_name, cat_name, sel_name</var>)<var><a name="index-OBJC_005fGEN_005fMETHOD_005fLABEL-4663"></a></var><br> <blockquote><p>Define this macro to override the default assembler names used for Objective-C methods. <p>The default name is a unique method number followed by the name of the class (e.g. &lsquo;<samp><span class="samp">_1_Foo</span></samp>&rsquo;). For methods in categories, the name of the category is also included in the assembler name (e.g. &lsquo;<samp><span class="samp">_1_Foo_Bar</span></samp>&rsquo;). <p>These names are safe on most systems, but make debugging difficult since the method's selector is not present in the name. Therefore, particular systems define other ways of computing names. <p><var>buf</var> is an expression of type <code>char *</code> which gives you a buffer in which to store the name; its length is as long as <var>class_name</var>, <var>cat_name</var> and <var>sel_name</var> put together, plus 50 characters extra. <p>The argument <var>is_inst</var> specifies whether the method is an instance method or a class method; <var>class_name</var> is the name of the class; <var>cat_name</var> is the name of the category (or <code>NULL</code> if the method is not in a category); and <var>sel_name</var> is the name of the selector. <p>On systems where the assembler can handle quoted names, you can use this macro to provide more human-readable names. </p></blockquote></div> </body></html>
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/libc/random.html
FabianKnapp/nexmon
<html lang="en"> <head> <title>random - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Stdlib.html#Stdlib" title="Stdlib"> <link rel="prev" href="rand.html#rand" title="rand"> <link rel="next" href="rand48.html#rand48" title="rand48"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="random"></a> Next:&nbsp;<a rel="next" accesskey="n" href="rand48.html#rand48">rand48</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="rand.html#rand">rand</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Stdlib.html#Stdlib">Stdlib</a> <hr> </div> <h3 class="section">2.34 <code>random</code>, <code>srandom</code>&mdash;pseudo-random numbers</h3> <p><a name="index-random-70"></a><a name="index-srandom-71"></a><strong>Synopsis</strong> <pre class="example"> #define _XOPEN_SOURCE 500 #include &lt;stdlib.h&gt; long int random(void); void srandom(unsigned int <var>seed</var>); </pre> <p><strong>Description</strong><br> <code>random</code> returns a different integer each time it is called; each integer is chosen by an algorithm designed to be unpredictable, so that you can use <code>random</code> when you require a random number. The algorithm depends on a static variable called the &ldquo;random seed&rdquo;; starting with a given value of the random seed always produces the same sequence of numbers in successive calls to <code>random</code>. <p>You can set the random seed using <code>srandom</code>; it does nothing beyond storing its argument in the static variable used by <code>rand</code>. You can exploit this to make the pseudo-random sequence less predictable, if you wish, by using some other unpredictable value (often the least significant parts of a time-varying value) as the random seed before beginning a sequence of calls to <code>rand</code>; or, if you wish to ensure (for example, while debugging) that successive runs of your program use the same &ldquo;random&rdquo; numbers, you can use <code>srandom</code> to set the same random seed at the outset. <pre class="sp"> </pre> <strong>Returns</strong><br> <code>random</code> returns the next pseudo-random integer in sequence; it is a number between <code>0</code> and <code>RAND_MAX</code> (inclusive). <p><code>srandom</code> does not return a result. <pre class="sp"> </pre> <strong>Portability</strong><br> <code>random</code> is required by XSI. This implementation uses the same algorithm as <code>rand</code>. <p><code>random</code> requires no supporting OS subroutines. <pre class="sp"> </pre> </body></html>
public/_common/js/yui/build/autocomplete/assets/skins/sam/autocomplete-skin.css
joruri/joruri-video
/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */ /* styles for entire widget */ .yui-skin-sam .yui-ac { position:relative;font-family:arial;font-size:100%; } /* styles for input field */ .yui-skin-sam .yui-ac-input { position:absolute;width:100%; } /* styles for results container */ .yui-skin-sam .yui-ac-container { position:absolute;top:1.6em;width:100%; } /* styles for header/body/footer wrapper within container */ .yui-skin-sam .yui-ac-content { position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050; } /* styles for container shadow */ .yui-skin-sam .yui-ac-shadow { position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049; } /* styles for container iframe */ .yui-skin-sam .yui-ac iframe { opacity:0;filter: alpha(opacity=0); padding-right:.3em; padding-bottom:.3em; /* Bug 2026798: extend iframe to shim the shadow */ } /* styles for results list */ .yui-skin-sam .yui-ac-content ul{ margin:0;padding:0;width:100%; } /* styles for result item */ .yui-skin-sam .yui-ac-content li { margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none; zoom:1; /* For IE to trigger mouse events on LI */ } /* styles for prehighlighted result item */ .yui-skin-sam .yui-ac-content li.yui-ac-prehighlight { background:#B3D4FF; } /* styles for highlighted result item */ .yui-skin-sam .yui-ac-content li.yui-ac-highlight { background:#426FD9;color:#FFF; }
vendor/packages/translate-toolkit/translate/doc/api/translate.storage.placeables.general.QtFormattingPlaceable-class.html
FrankBian/kuma
<?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>translate.storage.placeables.general.QtFormattingPlaceable</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="translate-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> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="translate-module.html">Package&nbsp;translate</a> :: <a href="translate.storage-module.html">Package&nbsp;storage</a> :: <a href="translate.storage.placeables-module.html">Package&nbsp;placeables</a> :: <a href="translate.storage.placeables.general-module.html">Module&nbsp;general</a> :: Class&nbsp;QtFormattingPlaceable </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="translate.storage.placeables.general.QtFormattingPlaceable-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class QtFormattingPlaceable</h1><p class="nomargin-top"><span class="codelink"><a href="translate.storage.placeables.general-pysrc.html#QtFormattingPlaceable">source&nbsp;code</a></span></p> <center> <center> <map id="uml_class_diagram_for_translat_219" name="uml_class_diagram_for_translat_219"> <area shape="rect" href="translate.storage.placeables.base.Ph&#45;class.html#has_content" title="Whether this string can have sub&#45;elements." alt="" coords="173,495,251,514"/> <area shape="rect" href="translate.storage.placeables.base.Ph&#45;class.html" title="translate.storage.placeables.base.Ph" alt="" coords="172,478,252,523"/> <area shape="rect" href="translate.storage.placeables.general.QtFormattingPlaceable&#45;class.html#iseditable" title="Whether this string should be changable by the user." alt="" coords="145,570,279,588"/> <area shape="rect" href="translate.storage.placeables.general.QtFormattingPlaceable&#45;class.html#istranslatable" title="Whether this string is translatable into other languages." alt="" coords="145,588,279,607"/> <area shape="rect" href="translate.storage.placeables.general.QtFormattingPlaceable&#45;class.html#regex" title="translate.storage.placeables.general.QtFormattingPlaceable.regex" alt="" coords="145,607,279,626"/> <area shape="rect" href="translate.storage.placeables.general.QtFormattingPlaceable&#45;class.html#parse" title="A parser method to extract placeables from a string based on a regular expression." alt="" coords="145,628,279,647"/> <area shape="rect" href="translate.storage.placeables.general.QtFormattingPlaceable&#45;class.html" title="Placeable representing a Qt string formatting variable." alt="" coords="144,552,280,648"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#renderer" title="An optional function that returns the Unicode representation of the string." alt="" coords="17,28,407,47"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#sub" title="The sub&#45;elements that make up this this string." alt="" coords="17,47,407,66"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#isfragile" title="Whether this element should be deleted in its entirety when partially deleted." alt="" coords="17,66,407,84"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#isvisible" title="Whether this string should be visible to the user." alt="" coords="17,84,407,103"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__init__" title="x.__init__(...) initializes x; see x.__class__.__doc__ for signature" alt="" coords="17,106,407,124"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__add__" title="Emulate the unicode class." alt="" coords="17,124,407,143"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__contains__" title="Emulate the unicode class." alt="" coords="17,143,407,162"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__eq__" title="Returns: True if (and only if) all members as well as sub&#45;trees are equal." alt="" coords="17,162,407,180"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__ge__" title="Emulate the unicode class." alt="" coords="17,180,407,199"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__getitem__" title="Emulate the unicode class." alt="" coords="17,199,407,218"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__getslice__" title="Emulate the unicode class." alt="" coords="17,218,407,236"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__gt__" title="Emulate the unicode class." alt="" coords="17,236,407,255"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__iter__" title="Create an iterator of this element&#39;s sub&#45;elements." alt="" coords="17,255,407,274"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__le__" title="Emulate the unicode class." alt="" coords="17,274,407,292"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__len__" title="Emulate the unicode class." alt="" coords="17,292,407,311"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__lt__" title="Emulate the unicode class." alt="" coords="17,311,407,330"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#__mul__" title="Emulate the unicode class." alt="" coords="17,330,407,348"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html#translate" title="Transform the sub&#45;tree according to some class&#45;specific needs." alt="" coords="17,367,407,386"/> <area shape="rect" href="translate.storage.placeables.strelem.StringElem&#45;class.html" title="This class represents a sub&#45;tree of a string parsed into a rich structure." alt="" coords="16,11,408,387"/> <area shape="rect" href="translate.storage.placeables.interfaces.MaskingPlaceable&#45;class.html" title="translate.storage.placeables.interfaces.MaskingPlaceable" alt="" coords="127,416,297,448"/> </map> <img src="uml_class_diagram_for_translat_219.png" alt='' usemap="#uml_class_diagram_for_translat_219" ismap="ismap" class="graph-without-title" /> </center> </center> <hr /> <p>Placeable representing a Qt string formatting variable.</p> <p>Implemented following Qt documentation on <a href="http://doc.trolltech.com/4.5/qstring.html#arg" target="_top">QString::arg</a> where the placeables are refered to as 'place markers'</p> <p>Notes:</p> <ul> <li> Place markers can be reordered </li> <li> Place markers may be repeated </li> <li> 'L' use a localised representation e.g. in a number </li> <li> %% some in the wild to escape real %, not documented (not in regex) </li> </ul> <!-- ==================== 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 colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="translate.storage.placeables.strelem.StringElem-class.html">strelem.StringElem</a></code></b>: <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__add__">__add__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__contains__">__contains__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__eq__">__eq__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__ge__">__ge__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__getitem__">__getitem__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__getslice__">__getslice__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__gt__">__gt__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__init__">__init__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__iter__">__iter__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__le__">__le__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__len__">__len__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__lt__">__lt__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__mul__">__mul__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__ne__">__ne__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__radd__">__radd__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__repr__">__repr__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__rmul__">__rmul__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__str__">__str__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#__unicode__">__unicode__</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#apply_to_strings">apply_to_strings</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#copy">copy</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#delete_elem">delete_elem</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#delete_range">delete_range</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#depth_first">depth_first</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#elem_at_offset">elem_at_offset</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#elem_offset">elem_offset</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#encode">encode</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#find">find</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#find_elems_with">find_elems_with</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#flatten">flatten</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#get_ancestor_where">get_ancestor_where</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#get_index_data">get_index_data</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#get_parent_elem">get_parent_elem</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#insert">insert</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#insert_between">insert_between</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#isleaf">isleaf</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#iter_depth_first">iter_depth_first</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#map">map</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#print_tree">print_tree</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#prune">prune</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#remove_type">remove_type</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#translate">translate</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__setattr__</code> </p> </td> </tr> </table> <!-- ==================== CLASS METHODS ==================== --> <a name="section-ClassMethods"></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">Class Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-ClassMethods" 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="translate.storage.placeables.general.QtFormattingPlaceable-class.html#parse" class="summary-sig-name">parse</a>(<span class="summary-sig-arg">cls</span>, <span class="summary-sig-arg">pstr</span>)</span><br /> A parser method to extract placeables from a string based on a regular expression.</td> <td align="right" valign="top"> <span class="codelink"><a href="translate.storage.placeables.general-pysrc.html#QtFormattingPlaceable.parse">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> </table> <!-- ==================== CLASS VARIABLES ==================== --> <a name="section-ClassVariables"></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">Class Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-ClassVariables" 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"> <a name="iseditable"></a><span class="summary-name">iseditable</span> = <code title="False">False</code><br /> Whether this string should be changable by the user. </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="istranslatable"></a><span class="summary-name">istranslatable</span> = <code title="False">False</code><br /> Whether this string is translatable into other languages. </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="regex"></a><span class="summary-name">regex</span> = <code title="re.compile(r'(?x)%L?[1-9]\d?(?=([^\d]|$))')">re.compile(r'<code class="re-flags">(?x)</code>%L<code class="re-op">?</code><code class="re-group">[</code>1<code class="re-op">-</code>9<code class="re-group">]</code>\d<code class="re-op">?</code><code class="re-group">(?=</code><code class="re-group">(</code><code class="re-group">[</code><code class="re-op">^</code>\d<code class="re-group">]</code><code class="re-op">|</code>$<code class="re-group">)</code><code class="re-group">)</code>')</code> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="translate.storage.placeables.base.Ph-class.html">base.Ph</a></code></b>: <code><a href="translate.storage.placeables.base.Ph-class.html#has_content">has_content</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="translate.storage.placeables.strelem.StringElem-class.html">strelem.StringElem</a></code></b>: <code><a href="translate.storage.placeables.strelem.StringElem-class.html#isfragile">isfragile</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#isvisible">isvisible</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#renderer">renderer</a></code>, <code><a href="translate.storage.placeables.strelem.StringElem-class.html#sub">sub</a></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="parse"></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">parse</span>(<span class="sig-arg">cls</span>, <span class="sig-arg">pstr</span>)</span> <br /><em class="fname">Class Method</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="translate.storage.placeables.general-pysrc.html#QtFormattingPlaceable.parse">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>A parser method to extract placeables from a string based on a regular expression. Use this function as the <code>@parse()</code> method of a placeable class.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>pstr</code></strong> - The string to parse into an instance of this class.</li> </ul></dd> <dt>Returns:</dt> <dd>An instance of the current class, or <code>None</code> if the string not parseable by this class.</dd> <dt>Overrides: <a href="translate.storage.placeables.strelem.StringElem-class.html#parse">strelem.StringElem.parse</a> </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="translate-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> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th> </tr></table></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 Wed Mar 3 16:37:15 2010 </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>
tests/wpt/web-platform-tests/referrer-policy/origin/meta-referrer/cross-origin/http-https/fetch-request/keep-origin-redirect/generic.http.html
nnethercote/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'origin'</title> <meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL."> <meta name="referrer" content="origin"> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin"> <meta name="assert" content="The referrer URL is origin when a document served over http requires an https sub-resource via fetch-request using the meta-referrer delivery method with keep-origin-redirect and when the target request is cross-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.sub.js"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "origin", "delivery_method": "meta-referrer", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", "target_protocol": "https", "subresource": "fetch-request", "referrer_url": "origin" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/keep-origin-redirect/generic.http.html
nnethercote/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer'</title> <meta name="description" content="Check that sub-resource never gets the referrer URL."> <!-- No meta: Referrer policy delivered via HTTP headers. --> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-no-referrer"> <meta name="assert" content="The referrer URL is omitted when a document served over http requires an https sub-resource via img-tag using the http-rp delivery method with keep-origin-redirect and when the target request is cross-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.sub.js"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", "target_protocol": "https", "subresource": "img-tag", "referrer_url": "omitted" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
manage-web/src/main/webapp/lib/angular/docs/partials/api/ng/directive/ngKeypress.html
Manmay/manage
<a href='http://github.com/angular/angular.js/edit/master/src/ng/directive/ngEventDirs.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this doc</a> <a href='http://github.com/angular/angular.js/tree/master/src/ng/directive/ngEventDirs.js#L294' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">ngKeypress</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - directive in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Specify custom behavior on keypress event.</p> </div> <div> <h2>Directive Info</h2> <ul> <li>This directive executes at priority level 0.</li> </ul> <h2 id="usage">Usage</h2> <div class="usage"> <ul> <li>as attribute: <pre><code>&lt;ANY&#10; ng-keypress=&quot;&quot;&gt;&#10;...&#10;&lt;/ANY&gt;</code></pre> </li> </div> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> ngKeypress </td> <td> <a href="" class="label type-hint type-hint-expression">expression</a> </td> <td> <p><a href="guide/expression">Expression</a> to evaluate upon keypress. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a> and can be interrogated for keyCode, altKey, etc.)</p> </td> </tr> </tbody> </table> </section> <h2 id="example">Example</h2><p> <div> <a ng-click="openPlunkr('examples/example-example32')" class="btn pull-right"> <i class="glyphicon glyphicon-edit">&nbsp;</i> Edit in Plunker</a> <div class="runnable-example" path="examples/example-example32"> <div class="runnable-example-file" name="index.html" language="html" type="html"> <pre><code>&lt;input ng-keypress=&quot;count = count + 1&quot; ng-init=&quot;count=0&quot;&gt;&#10;key press count: {{count}}</code></pre> </div> <iframe class="runnable-example-frame" src="examples/example-example32/index.html" name="example-example32"></iframe> </div> </div> </p> </div>
SharedSupport/Styles/Tyger graphite.viennastyle/stylesheet.css
aidanamavi/vienna-rss
body { margin: 0; padding: 0 0 10px; background: #fff; color: #333; font: medium/150% "Lucida Grande", sans-serif; } a:link { color: #009; font-weight: bold; text-decoration: none; } a:visited { color: #66F; font-weight: bold; text-decoration: none; } a:hover { color: #F30; text-decoration: underline; } .articleTitleStyle { background: #828282; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#5f5f5f)); background: -webkit-linear-gradient(top, #828282 0%,#5f5f5f 100%); background: linear-gradient(to bottom, #828282 0%,#5f5f5f 100%); border-bottom: 1px solid #1C477F; font-size: large; padding: 7px 0 7px 15px; text-shadow: 0 1px 2px #000; } .articleTitleStyle a:link { color: #fff; text-decoration: none; } .info { margin: 0 15px 5px; padding: 5px 0; border-bottom: 1px solid #ddd; } .info span { display: block; margin-bottom: 2px; } .info span:before { color: #777; font-weight: bold; } .feedLinkStyle:before { content: "From: " } .articleDateStyle:before { content: "Date: " } .articleEnclosureStyle:before { content: "Enclosure: " } .articleBodyStyle { padding: 0 15px; font: medium/150% "Lucida Grande", sans-serif; color: #333; overflow:auto; } .articleDetails { padding: 6px 15px 6px 15px; } .articleDetails a { color: #000; } .articleAuthorStyle { color: #600; } /* fix a 100% max size to potentially problematic elements */ img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; } /* keep images ratio and avoid box overflow due to border or padding */ img { box-sizing: border-box; -webkit-box-sizing: border-box; }
addOns/scripts/src/main/javahelp/org/zaproxy/zap/extension/scripts/resources/help_fil_PH/contents/scripts.html
thc202/zap-extensions
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Script Console</title> </head> <body> <h1>Script Console</h1> <p> The Script Console add-on allows you to run scripts that can be embedded within ZAP and can access internal ZAP data structures.<br/> Ito ay mga suporta sa kahit anung ini-iskrip na lenggwahe na sumusuporta sa JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , kabilang ang: <ul> <li>ECMAScript / JavaScript (using <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/">Nashorn engine</a>, included by default)</li> <li>Zest <a href="https://developer.mozilla.org/en-US/docs/zest">https://developer.mozilla.org/en-US/docs/zest</a> (kasama sa pamamagitan ng default)</li> <li>Groovy <a href="http://groovy-lang.org/">http://groovy-lang.org/</a></li> <li>Python <a href="http://www.jython.org">http://www.jython.org</a></li> <li>Ruby - <a href="http://jruby.org/">http://jruby.org/</a></li> <li>at marami pang iba...</li> </ul> <strong>WARNING - scripts run with the same permissions as ZAP, so do not run any scripts that you do not trust!</strong> <h2>Script Types</h2> Iba't ibang mga tipo ng mga iskrip na suportado: <ul> <li>Mag-isang manindigan - Ang mga iskrip ay nasa sarili at ito ay tumatakbo lamang kapag inumpisahan mo sila ng mano-mano</li> <li>Aktibong mga Patakaran - itong pagpapatakbo ay isang parte ng Aktibong mga nagsusuri at maaari ring gumana ng isa-isa</li> <li>Pasibong mga Patakaran - itong pagpapatakbo ay isang parte ng Pasibong Nagsusuri at maaari ring gumana ng isa-isa</li> <li>Proxy - these run 'inline', can change every request and response and can be individually enabled. They can also trigger break points</li> <li>Nagpadala ng HTTP - ang mga iskrips na tumatakbo laban sa bawat kailingan/pagtugon na naipadala/natanggap na sa pamamagitan ng ZAP. Ito ay mga kabilang ang mga mensahe na kinatawan, mga pinadalang mensahe sa panahon ng aktibong pagsusuri, fuzzer, ...</li> <li>Targeted - scripts that are invoked with a target URL and are only run when your start them manually</li> <li>Authentication - scripts that are invoked when authentication is performed for a Context. To be used, they need to be selected when configuring the Script-Based Authentication Method for a Context. </li> <li>Script Input Vector - scripts for defining exactly what ZAP should attack</li> <li>Extender - scripts which can add new functionality, including graphical elements and new API end points</li> </ul> <strong>Note:</strong> Add-ons can add additional types of scripts, which should be described in the help of the corresponding add-on. <p> All scripts that are run automatically are initially 'disabled' - you must enable them via the <a href="tree.html">The Scripts 'tree' tab</a> before they will run.<br/> If an error occurs when they run then they will be disabled.<br/> When you select the script then the last error will be shown in the <a href="console.html">Script Console tab</a>.<br/> Targeted scripts can be invoked by right clicking on a record in the Sites or History tabs and selecting the 'Invoke with script...' menu item. </p> <p> All scripting languages can be used for all script types, but only those languages that have been downloaded from the ZAP Marketplace will typically have templates. However you may well be able to adapt a template for another language.<br/> If your favourite language is not available on the Marketplace then please raise a new issue via the "Online/Report an issue" menu item.<br/> </p> <h2>Mga Pabagu-bagong Global</h2> Mga pabagu-bago ay maaaring ibahagi sa pagitan ng lahat ng mga iskrip sa pamamagitan ng klase ng org.proxy.zap.extension.script.ScriptVars.<br/> For example in JavaScript you can use this class as follows:<br/><br/> <code> org.zaproxyzap.zap.extension.script.ScriptVars.setGlobalVar("var.name","value")<br/> org.zaproxy.zap.extension.script.ScriptVars.getGlobalVar("var.name")<br/> </code> <h2>Mga Pabagu-bagong Iskrip</h2> Mga pagu-bago ay maaaring ibahagi sa pagitan ng hiwalay na mga pagsang-ayon sa parehong iskrip sa pamamagitan ng parehong org.zaproxy.zap.extension.script.ScriptVars na klase.<br/> For example in JavaScript you can use this class as follows:<br/><br/> <code> org.zaproxy.zap.extension.script.ScripVars.setScriptVar(this.context, "var.name","value")<br/> org.zaproxy.zap.extension.script.ScriptVars.getScriptVar(this.context, "var.name")<br/> </code> <br/> Note that these methods are only usable from scripting languages that provide access to the ScriptContext (like JavaScript). For other scripting languages (in ZAP versions after 2.7.0) the variables can be accessed/set by manually specifying the name of the script:<br/><br/> <code> org.zaproxy.zap.extension.script.ScriptVars.setScriptVar("ScriptName", "var.name","value")<br/> org.zaproxy.zap.extension.script.ScriptVars.getScriptVar("ScriptName", "var.name")<br/> </code> <h2>Custom Global/Script Variables</h2> Newer versions of ZAP (after 2.8.0) allow to set custom global/script variables, which can be of any type not just strings, for example, lists, maps.<br/> In JavaScript they are accessed/set as follows:<br/><br/> <code> var ScriptVars = Java.type("org.zaproxy.zap.extension.script.ScriptVars") ScriptVars.setScriptCustomVar(this.context, "var.name", {x: 1, y: 3}) print(ScriptVars.getScriptCustomVar(this.context, "var.name").y) // Prints 3 ScriptVars.setGlobalCustomVar("var.name", ["A", "B", "C", "D"]) print(ScriptVars.getGlobalCustomVar("var.name")[2]) // Prints C </code> <h2>See also</h2> <table> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="console.html">Ang Iskrip console tab</a></td><td></td> </tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="tree.html">Ang mga Iskrip na "puno" ng tab</a></td><td></td> </tr> </table> <h2>External links</h2> <table> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="https://github.com/zaproxy/zaproxy/wiki/InternalDetails">https://github.com/zaproxy/zaproxy/wiki/InternalDetails</a></td> <td>Mga bagay na nakapaloob sa ZAP</td></tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="https://javadoc.io/doc/org.zaproxy/zap">https://javadoc.io/doc/org.azproxy/zap</a></td> <td>Mga javadoc ng ZAP</td> </tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="https://wiki.openjdk.java.net/display/Nashorn/Rhino+Migration+Guide">https://wiki.openjdk.java.net/display/Nashorn/Rhino+Migration+Guide</a></td> <td>Gabay sa Migrasyon ng Rhino</td> </tr> </table> </body> </html>
test-resources/sap/m/demokit/orderbrowser/webapp/test/integration/opaTestsPhone.qunit.html
openui5/packaged-sap.m
<!DOCTYPE html> <html> <head> <title>Opa tests for Order Browser</title> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <meta charset="UTF-8"> <script id="sap-ui-bootstrap" src="../../../../../../../../resources/sap-ui-core.js" data-sap-ui-resourceroots='{ "sap.ui.demo.orderbrowser.test.integration": "./", "sap.ui.demo.orderbrowser.app" : "../mockServer" }'> </script> <script> jQuery.sap.require("sap.ui.demo.orderbrowser.test.integration.PhoneJourneys"); </script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>
addOns/bruteforce/src/main/javahelp/org/zaproxy/zap/extension/bruteforce/resources/help_id_ID/contents/concepts.html
kingthorin/zap-extensions
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Penjalajahan paksa</title> </head> <body> <h1>Penjalajahan paksa</h1> <p> ZAP mengizinkan anda untuk mencoba menemukan direktori dan berkas dengan menggunakan penjelajahan paksa.<br> Satu set dari berkas yang disediakan dapat berisi sejumlah besar nama berkas dan direktori.<br> ZAP mencoba untuk langsung mengakses semua berkas dan direktori yang terdaftar pada berkas yang dipilih secara langsung daripada mengandalkan pencarian tautan ke mereka. <p> Dipaksa Browse dikonfigurasi dengan menggunakan <a href="options.html">Pilihan Dipaksa Menelusuri layar</a>.<br /> <p>This functionality is based on code from the now retired OWASP DirBuster project. <h2>Diakses melalui</h2> <table> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><a href="tab.html">Tab Paksa Jelajah</a></td> <td></td> </tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><i>Tab situs</i></td> <td>'Serangan/Dipaksa Telusuri situs' klik kanan menu item</td> </tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><i>Tab situs</i></td> <td>'Serangan/Dipaksa melihat Isi direktori' klik kanan menu item</td> </tr> <tr> <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td><i>Tab situs</i></td> <td>'Serangan/Dipaksa melihat Isi direktori (dan anak-anak)' klik kanan menu item</td> </tr> </table> </body> </html>
jjil/doc/jjil/core/class-use/Image.html
gast-lib/gast-lib
<!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_01) on Mon Aug 04 16:56:49 EDT 2008 --> <TITLE> Uses of Class jjil.core.Image </TITLE> <META NAME="date" CONTENT="2008-08-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class jjil.core.Image"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../jjil/core/Image.html" title="class in jjil.core"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.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?jjil/core/\class-useImage.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Image.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>jjil.core.Image</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#jjil.algorithm"><B>jjil.algorithm</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#jjil.algorithm.j2se"><B>jjil.algorithm.j2se</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#jjil.core"><B>jjil.core</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="jjil.algorithm"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A> in <A HREF="../../../jjil/algorithm/package-summary.html">jjil.algorithm</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../jjil/algorithm/package-summary.html">jjil.algorithm</A> that return <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GraySub.</B><B><A HREF="../../../jjil/algorithm/GraySub.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subtracts one gray image from another.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GrayLinComb.</B><B><A HREF="../../../jjil/algorithm/GrayLinComb.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the linear combination of the two images, forming a*the first image + b *the second image, all divided by c.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GrayAdd.</B><B><A HREF="../../../jjil/algorithm/GrayAdd.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds two Gray8Image's.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray16LinComb.</B><B><A HREF="../../../jjil/algorithm/Gray16LinComb.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form the linear combination of two Gray16Images.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>MaskedGray8SubImgGen.</B><B><A HREF="../../../jjil/algorithm/MaskedGray8SubImgGen.html#getFront()">getFront</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next subimage generated.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>MaskedGray32SubImgGen.</B><B><A HREF="../../../jjil/algorithm/MaskedGray32SubImgGen.html#getFront()">getFront</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next subimage generated.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray8SubImageGenerator.</B><B><A HREF="../../../jjil/algorithm/Gray8SubImageGenerator.html#getFront()">getFront</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next subimage.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../jjil/algorithm/package-summary.html">jjil.algorithm</A> with parameters of type <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GraySub.</B><B><A HREF="../../../jjil/algorithm/GraySub.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subtracts one gray image from another.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GrayLinComb.</B><B><A HREF="../../../jjil/algorithm/GrayLinComb.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the linear combination of the two images, forming a*the first image + b *the second image, all divided by c.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>GrayAdd.</B><B><A HREF="../../../jjil/algorithm/GrayAdd.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds two Gray8Image's.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray16LinComb.</B><B><A HREF="../../../jjil/algorithm/Gray16LinComb.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form the linear combination of two Gray16Images.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>HaarClassifierCascade.</B><B><A HREF="../../../jjil/algorithm/HaarClassifierCascade.html#eval(jjil.core.Image)">eval</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true iff the input image passes all the tests in the Haar cascade, i.e., is a member of the positive sample image set, so far as it can tell.</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>WienerDeconv.</B><B><A HREF="../../../jjil/algorithm/WienerDeconv.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the deconvolution of the input Gray8Image, producing a Complex32Image.</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>SumG82G32.</B><B><A HREF="../../../jjil/algorithm/SumG82G32.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form the cumulative sum</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>RgbSubSample.</B><B><A HREF="../../../jjil/algorithm/RgbSubSample.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reduces an RgbImage by a factor horizontally and vertically through averaging.</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>RgbStretch.</B><B><A HREF="../../../jjil/algorithm/RgbStretch.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process an image.</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>RgbShrink.</B><B><A HREF="../../../jjil/algorithm/RgbShrink.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process an image.</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>RgbSelect2Gray.</B><B><A HREF="../../../jjil/algorithm/RgbSelect2Gray.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert a color image to gray by selecting one of the color bands: red, green, or blue.</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>RgbMaxContrast2Gray.</B><B><A HREF="../../../jjil/algorithm/RgbMaxContrast2Gray.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of push operation from PipelineStage.</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>RgbCrop.</B><B><A HREF="../../../jjil/algorithm/RgbCrop.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crops the input RGB image to the cropping window that was specified in the constructor.</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>RgbClip.</B><B><A HREF="../../../jjil/algorithm/RgbClip.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clips the RGB image and sets all pixels that fail/pass the test (according to bDir) to 0.</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>RgbAvg2Gray.</B><B><A HREF="../../../jjil/algorithm/RgbAvg2Gray.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of push operation from PipelineStage.</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>Rgb3x3Average.</B><B><A HREF="../../../jjil/algorithm/Rgb3x3Average.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do a color 3x3 average of the input image.</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>MaskedGray8SubImgGen.</B><B><A HREF="../../../jjil/algorithm/MaskedGray8SubImgGen.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepts a new MaskedGray8Image and initializes all the generator indices.</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>MaskedGray32SubImgGen.</B><B><A HREF="../../../jjil/algorithm/MaskedGray32SubImgGen.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepts a new MaskedGray8Image and initializes all the generator indices.</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>InverseFilter.</B><B><A HREF="../../../jjil/algorithm/InverseFilter.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the inverse filter of the given image.</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>IFftComplex32.</B><B><A HREF="../../../jjil/algorithm/IFftComplex32.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform the inverse FFT on the input Complex32Image, producing a Gray8Image.</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>GrayVertVar.</B><B><A HREF="../../../jjil/algorithm/GrayVertVar.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the vertical variance of pixels within nWindow of the current pixel.</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>GrayTrapWarp.</B><B><A HREF="../../../jjil/algorithm/GrayTrapWarp.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Warps a trapezoidal region in the input gray image into a rectangular output image.</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>GrayThreshold.</B><B><A HREF="../../../jjil/algorithm/GrayThreshold.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Threshold gray image.</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>GrayShrink.</B><B><A HREF="../../../jjil/algorithm/GrayShrink.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process an input Gray8Image, producing a new shrunk output image.</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>GrayReduce.</B><B><A HREF="../../../jjil/algorithm/GrayReduce.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reduces a gray image by a factor horizontally and vertically through averaging.</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>GrayRectStretch.</B><B><A HREF="../../../jjil/algorithm/GrayRectStretch.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bilinear interpolation to stretch image to (cWidth, cHeight).</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>GrayLookup.</B><B><A HREF="../../../jjil/algorithm/GrayLookup.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maps input Gray8Image through the lookup table, replacing values in the image.</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>GrayHorizVertContrast.</B><B><A HREF="../../../jjil/algorithm/GrayHorizVertContrast.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apply the contrast measure to the input input image.</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>GrayHorizVar.</B><B><A HREF="../../../jjil/algorithm/GrayHorizVar.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the horizontal variance of pixels within nWindow of the current pixel.</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>GrayHorizSimpleEdge.</B><B><A HREF="../../../jjil/algorithm/GrayHorizSimpleEdge.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute a simple horizontal edge measure.</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>GrayHistMatch.</B><B><A HREF="../../../jjil/algorithm/GrayHistMatch.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;push transforms an input gray image to have the target histogram, as near as possible while assigning each input grayvalue a unique output grayvalue.</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>GrayHistEq.</B><B><A HREF="../../../jjil/algorithm/GrayHistEq.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equalize the histogram of an input gray image.</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>GrayCrop.</B><B><A HREF="../../../jjil/algorithm/GrayCrop.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crops the input gray image to the cropping window that was specified in the constructor.</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>GrayConnComp.</B><B><A HREF="../../../jjil/algorithm/GrayConnComp.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute connected components of input gray image using a union-find algorithm.</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>GrayAbs.</B><B><A HREF="../../../jjil/algorithm/GrayAbs.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute absolute value of the image.</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>Gray8SubImageGenerator.</B><B><A HREF="../../../jjil/algorithm/Gray8SubImageGenerator.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reinitializes the subimage generator and prepares it to generate the first Gray8SubImage for the new input.</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>Gray8Statistics.</B><B><A HREF="../../../jjil/algorithm/Gray8Statistics.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Estimate the mean and variance of an input gray image.</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>Gray8Rect.</B><B><A HREF="../../../jjil/algorithm/Gray8Rect.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns a constant rectangle to the input Gray8Image, replacing values in the image.</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>Gray8QmSum.</B><B><A HREF="../../../jjil/algorithm/Gray8QmSum.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forms the cumulative sum of an image.</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>Gray82Gray32.</B><B><A HREF="../../../jjil/algorithm/Gray82Gray32.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts an 8-bit gray image into a 32-bit image by replicating changing the data range of the bytes from -128->127 to 0->255.</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>Gray32Scale2Gray8.</B><B><A HREF="../../../jjil/algorithm/Gray32Scale2Gray8.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts a 32-bit gray image into an 8-bit gray image.</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>Gray32Div.</B><B><A HREF="../../../jjil/algorithm/Gray32Div.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Divides a Gray32Image by a constant.</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>Gray322Gray8.</B><B><A HREF="../../../jjil/algorithm/Gray322Gray8.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts a 32-bit gray image into an 8-bit gray image.</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>Gray2Rgb.</B><B><A HREF="../../../jjil/algorithm/Gray2Rgb.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts an 8-bit gray image into an RGB image by replicating R, G, and B values.</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>Gray16Threshold.</B><B><A HREF="../../../jjil/algorithm/Gray16Threshold.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Threshold gray image.</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>Gray162Gray8.</B><B><A HREF="../../../jjil/algorithm/Gray162Gray8.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts an 16-bit gray image into an 8-bit image by and'ing off the top 8 bits of every pixel.</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>GaussHoriz.</B><B><A HREF="../../../jjil/algorithm/GaussHoriz.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apply the Gaussian horizontally to the input input image.</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>GaussDeblurHoriz.</B><B><A HREF="../../../jjil/algorithm/GaussDeblurHoriz.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deblurs an input Gray8Image which has been blurred by a horizontal Gaussian of the given standard deviation and which has a background noise level less than the given level.</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>FftGray8.</B><B><A HREF="../../../jjil/algorithm/FftGray8.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs the fast Fourier transform on an image.</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>DetectHaarMultiScale.</B><B><A HREF="../../../jjil/algorithm/DetectHaarMultiScale.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apply multi-scale Haar cascade and prepare a mask image showing where features were detected.</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>DeblurHorizHalftone.</B><B><A HREF="../../../jjil/algorithm/DeblurHorizHalftone.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deblurs an input Gray8Image which has been blurred by a horizontal Gaussian of the given standard deviation and which has a background noise level less than the given level.</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>Copy.</B><B><A HREF="../../../jjil/algorithm/Copy.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy an input image to the output without creating a deep copy of the contents.</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>Complex2Gray32.</B><B><A HREF="../../../jjil/algorithm/Complex2Gray32.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;im)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert an input Complex32Image to an output Gray32Image by taking the complex magnitude of each pixel.</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>CannyHoriz.</B><B><A HREF="../../../jjil/algorithm/CannyHoriz.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apply the Canny operator horizontally to the input input image.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="jjil.algorithm.j2se"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A> in <A HREF="../../../jjil/algorithm/j2se/package-summary.html">jjil.algorithm.j2se</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../jjil/algorithm/j2se/package-summary.html">jjil.algorithm.j2se</A> with parameters of type <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>HaarClassifierCascade.</B><B><A HREF="../../../jjil/algorithm/j2se/HaarClassifierCascade.html#eval(jjil.core.Image)">eval</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true iff the input image passes all the tests in the Haar cascade, i.e., is a member of the positive sample image set, so far as it can tell.</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>Gray8Statistics.</B><B><A HREF="../../../jjil/algorithm/j2se/Gray8Statistics.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Estimate the mean and variance of an input gray image.</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>DetectHaarMultiScale.</B><B><A HREF="../../../jjil/algorithm/j2se/DetectHaarMultiScale.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apply multi-scale Haar cascade and prepare a mask image showing where features were detected.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="jjil.core"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A> in <A HREF="../../../jjil/core/package-summary.html">jjil.core</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A> in <A HREF="../../../jjil/core/package-summary.html">jjil.core</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Complex32Image.html" title="class in jjil.core">Complex32Image</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Complex32Image is the image type used to store a complex 32-bit image.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray16Image.html" title="class in jjil.core">Gray16Image</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray16Image is the image type used to store a 16-bit signed gray image.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray32Image.html" title="class in jjil.core">Gray32Image</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray32Image is the image type used to store a 32-bit integer image.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray32MaskedImage.html" title="class in jjil.core">Gray32MaskedImage</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray32MaskedImage is the image type used to store a 32-bit integer image and its associated 8-bit mask.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray32SubImage.html" title="class in jjil.core">Gray32SubImage</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray32SubImage is used to represent a rectangular region extracted from a larger Gray32Image, retaining the x and y position where the image was extracted.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray8Image.html" title="class in jjil.core">Gray8Image</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray8Image is the image type used to store a signed 8-bit image.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray8MaskedImage.html" title="class in jjil.core">Gray8MaskedImage</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray8MaskedImage is the image type used to store a signed 8-bit image and its associated mask.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/Gray8SubImage.html" title="class in jjil.core">Gray8SubImage</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gray8SubImage is used to represent a rectangular region extracted from a larger Gray8Image, retaining the x and y position where the subimage was extracted.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../jjil/core/RgbImage.html" title="class in jjil.core">RgbImage</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RgbImage is the type used to hold an RGB image, which is stored as an ARGB image type (32-bits) with the A byte always 0.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../jjil/core/package-summary.html">jjil.core</A> that return <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>RgbImage.</B><B><A HREF="../../../jjil/core/RgbImage.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a shallow copy of this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Image.</B><B><A HREF="../../../jjil/core/Image.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Makes a copy of the image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray8SubImage.</B><B><A HREF="../../../jjil/core/Gray8SubImage.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray8MaskedImage.</B><B><A HREF="../../../jjil/core/Gray8MaskedImage.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray8Image.</B><B><A HREF="../../../jjil/core/Gray8Image.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray32SubImage.</B><B><A HREF="../../../jjil/core/Gray32SubImage.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray32MaskedImage.</B><B><A HREF="../../../jjil/core/Gray32MaskedImage.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray32Image.</B><B><A HREF="../../../jjil/core/Gray32Image.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Gray16Image.</B><B><A HREF="../../../jjil/core/Gray16Image.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Complex32Image.</B><B><A HREF="../../../jjil/core/Complex32Image.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy this image</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Ladder.Join.</B><B><A HREF="../../../jjil/core/Ladder.Join.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Combine the two images and produce an image as output</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Sequence.</B><B><A HREF="../../../jjil/core/Sequence.html#getFront()">getFront</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Image produced by the last stage in the pipeline.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>PipelineStage.</B><B><A HREF="../../../jjil/core/PipelineStage.html#getFront()">getFront</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current output, and pops it off the stack.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../jjil/core/package-summary.html">jjil.core</A> with parameters of type <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A></CODE></FONT></TD> <TD><CODE><B>Ladder.Join.</B><B><A HREF="../../../jjil/core/Ladder.Join.html#doJoin(jjil.core.Image, jjil.core.Image)">doJoin</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageFirst, <A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageSecond)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Combine the two images and produce an image as output</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>Sequence.</B><B><A HREF="../../../jjil/core/Sequence.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process an image by the pipeline.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>PipelineStage.</B><B><A HREF="../../../jjil/core/PipelineStage.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;imageInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actual processing is done in the derived class here.</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>Ladder.</B><B><A HREF="../../../jjil/core/Ladder.html#push(jjil.core.Image)">push</A></B>(<A HREF="../../../jjil/core/Image.html" title="class in jjil.core">Image</A>&nbsp;image)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pass the input image to both pipeines, then combine the two outputs into one using the join operation</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../jjil/core/Image.html" title="class in jjil.core"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.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?jjil/core/\class-useImage.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Image.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>
vendor/almasaeed2010/adminlte/pages/layout/boxed.html
haydiru/GIS
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>AdminLTE 2 | Boxed Layout</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.4 --> <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <!-- ADD THE CLASS layout-boxed TO GET A BOXED LAYOUT --> <body class="skin-blue layout-boxed sidebar-mini"> <!-- Site wrapper --> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="../../index2.html" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>A</b>LT</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Admin</b>LTE</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-success">4</span> </a> <ul class="dropdown-menu"> <li class="header">You have 4 messages</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- start message --> <a href="#"> <div class="pull-left"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <h4> Support Team <small><i class="fa fa-clock-o"></i> 5 mins</small> </h4> <p>Why not buy a new awesome theme?</p> </a> </li><!-- end message --> </ul> </li> <li class="footer"><a href="#">See All Messages</a></li> </ul> </li> <!-- Notifications: style can be found in dropdown.less --> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell-o"></i> <span class="label label-warning">10</span> </a> <ul class="dropdown-menu"> <li class="header">You have 10 notifications</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <i class="fa fa-users text-aqua"></i> 5 new members joined today </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <!-- Tasks: style can be found in dropdown.less --> <li class="dropdown tasks-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-flag-o"></i> <span class="label label-danger">9</span> </a> <ul class="dropdown-menu"> <li class="header">You have 9 tasks</li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li><!-- Task item --> <a href="#"> <h3> Design some buttons <small class="pull-right">20%</small> </h3> <div class="progress xs"> <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">20% Complete</span> </div> </div> </a> </li><!-- end task item --> </ul> </li> <li class="footer"> <a href="#">View all tasks</a> </li> </ul> </li> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Alexander Pierce</span> </a> <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> <p> Alexander Pierce - Web Developer <small>Member since Nov. 2012</small> </p> </li> <!-- Menu Body --> <li class="user-body"> <div class="col-xs-4 text-center"> <a href="#">Followers</a> </div> <div class="col-xs-4 text-center"> <a href="#">Sales</a> </div> <div class="col-xs-4 text-center"> <a href="#">Friends</a> </div> </li> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-left"> <a href="#" class="btn btn-default btn-flat">Profile</a> </div> <div class="pull-right"> <a href="#" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> <li> <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li> </ul> </div> </nav> </header> <!-- =============================================== --> <!-- Left side column. contains the sidebar --> <aside class="main-sidebar"> <!-- sidebar: style can be found in sidebar.less --> <section class="sidebar"> <!-- Sidebar user panel --> <div class="user-panel"> <div class="pull-left image"> <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> </div> <div class="pull-left info"> <p>Alexander Pierce</p> <a href="#"><i class="fa fa-circle text-success"></i> Online</a> </div> </div> <!-- search form --> <form action="#" method="get" class="sidebar-form"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </form> <!-- /.search form --> <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">MAIN NAVIGATION</li> <li class="treeview"> <a href="#"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li> <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li> </ul> </li> <li class="treeview active"> <a href="#"> <i class="fa fa-files-o"></i> <span>Layout Options</span> <span class="label label-primary pull-right">4</span> </a> <ul class="treeview-menu"> <li><a href="top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li> <li class="active"><a href="boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li> <li><a href="fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li> <li><a href="collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li> </ul> </li> <li> <a href="../widgets.html"> <i class="fa fa-th"></i> <span>Widgets</span> <small class="label pull-right bg-green">new</small> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-pie-chart"></i> <span>Charts</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li> <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li> <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li> <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-laptop"></i> <span>UI Elements</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li> <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li> <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li> <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li> <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li> <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-edit"></i> <span>Forms</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li> <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li> <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-table"></i> <span>Tables</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li> <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li> </ul> </li> <li> <a href="../calendar.html"> <i class="fa fa-calendar"></i> <span>Calendar</span> <small class="label pull-right bg-red">3</small> </a> </li> <li> <a href="../mailbox/mailbox.html"> <i class="fa fa-envelope"></i> <span>Mailbox</span> <small class="label pull-right bg-yellow">12</small> </a> </li> <li class="treeview"> <a href="#"> <i class="fa fa-folder"></i> <span>Examples</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li> <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li> <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li> <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li> <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li> <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li> <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li> </ul> </li> <li class="treeview"> <a href="#"> <i class="fa fa-share"></i> <span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i> </a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level One <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li> <li> <a href="#"><i class="fa fa-circle-o"></i> Level Two <i class="fa fa-angle-left pull-right"></i></a> <ul class="treeview-menu"> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li> </ul> </li> <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li> <li class="header">LABELS</li> <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li> <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li> </ul> </section> <!-- /.sidebar --> </aside> <!-- =============================================== --> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Boxed Layout <small>Blank example to the boxed layout</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Layout</a></li> <li class="active">Boxed</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="callout callout-info"> <h4>Tip!</h4> <p>Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on large screens because it prevents the site from stretching very wide.</p> </div> <!-- Default box --> <div class="box"> <div class="box-header with-border"> <h3 class="box-title">Title</h3> <div class="box-tools pull-right"> <button class="btn btn-box-tool" data-widget="collapse" data-toggle="tooltip" title="Collapse"><i class="fa fa-minus"></i></button> <button class="btn btn-box-tool" data-widget="remove" data-toggle="tooltip" title="Remove"><i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> Start creating your amazing application! </div><!-- /.box-body --> <div class="box-footer"> Footer </div><!-- /.box-footer--> </div><!-- /.box --> </section><!-- /.content --> </div><!-- /.content-wrapper --> <footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.2.0 </div> <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. </footer> <!-- Control Sidebar --> <aside class="control-sidebar control-sidebar-dark"> <!-- Create the tabs --> <ul class="nav nav-tabs nav-justified control-sidebar-tabs"> <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li> <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <!-- Home tab content --> <div class="tab-pane" id="control-sidebar-home-tab"> <h3 class="control-sidebar-heading">Recent Activity</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <i class="menu-icon fa fa-birthday-cake bg-red"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Langdon's Birthday</h4> <p>Will be 23 on April 24th</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-user bg-yellow"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4> <p>New phone +1(800)555-1234</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-envelope-o bg-light-blue"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4> <p>nora@example.com</p> </div> </a> </li> <li> <a href="javascript::;"> <i class="menu-icon fa fa-file-code-o bg-green"></i> <div class="menu-info"> <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4> <p>Execution time 5 seconds</p> </div> </a> </li> </ul><!-- /.control-sidebar-menu --> <h3 class="control-sidebar-heading">Tasks Progress</h3> <ul class="control-sidebar-menu"> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Custom Template Design <span class="label label-danger pull-right">70%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-danger" style="width: 70%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Update Resume <span class="label label-success pull-right">95%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-success" style="width: 95%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Laravel Integration <span class="label label-warning pull-right">50%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-warning" style="width: 50%"></div> </div> </a> </li> <li> <a href="javascript::;"> <h4 class="control-sidebar-subheading"> Back End Framework <span class="label label-primary pull-right">68%</span> </h4> <div class="progress progress-xxs"> <div class="progress-bar progress-bar-primary" style="width: 68%"></div> </div> </a> </li> </ul><!-- /.control-sidebar-menu --> </div><!-- /.tab-pane --> <!-- Stats tab content --> <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div><!-- /.tab-pane --> <!-- Settings tab content --> <div class="tab-pane" id="control-sidebar-settings-tab"> <form method="post"> <h3 class="control-sidebar-heading">General Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Report panel usage <input type="checkbox" class="pull-right" checked> </label> <p> Some information about this general settings option </p> </div><!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Allow mail redirect <input type="checkbox" class="pull-right" checked> </label> <p> Other sets of options are available </p> </div><!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Expose author name in posts <input type="checkbox" class="pull-right" checked> </label> <p> Allow the user to show his name in blog posts </p> </div><!-- /.form-group --> <h3 class="control-sidebar-heading">Chat Settings</h3> <div class="form-group"> <label class="control-sidebar-subheading"> Show me as online <input type="checkbox" class="pull-right" checked> </label> </div><!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Turn off notifications <input type="checkbox" class="pull-right"> </label> </div><!-- /.form-group --> <div class="form-group"> <label class="control-sidebar-subheading"> Delete chat history <a href="javascript::;" class="text-red pull-right"><i class="fa fa-trash-o"></i></a> </label> </div><!-- /.form-group --> </form> </div><!-- /.tab-pane --> </div> </aside><!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div><!-- ./wrapper --> <!-- jQuery 2.1.4 --> <script src="../../plugins/jQuery/jQuery-2.1.4.min.js"></script> <!-- Bootstrap 3.3.4 --> <script src="../../bootstrap/js/bootstrap.min.js"></script> <!-- SlimScroll --> <script src="../../plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="../../plugins/fastclick/fastclick.min.js"></script> <!-- AdminLTE App --> <script src="../../dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../../dist/js/demo.js"></script> </body> </html>
Android/SmartCampusApp/doc/com/smartcampus/package-summary.html
BentThomsen/SmartCampusAAU
<!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) on Tue Aug 09 13:19:00 CEST 2011 --> <title>com.smartcampus</title> <meta name="date" content="2011-08-09"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.smartcampus"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="header"> <h1 title="Package" class="title">Package&nbsp;com.smartcampus</h1> </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="../../com/smartcampus/R.html" title="class in com.smartcampus">R</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../com/smartcampus/R.array.html" title="class in com.smartcampus">R.array</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../com/smartcampus/R.attr.html" title="class in com.smartcampus">R.attr</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../com/smartcampus/R.color.html" title="class in com.smartcampus">R.color</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../com/smartcampus/R.drawable.html" title="class in com.smartcampus">R.drawable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../com/smartcampus/R.id.html" title="class in com.smartcampus">R.id</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../com/smartcampus/R.layout.html" title="class in com.smartcampus">R.layout</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../com/smartcampus/R.menu.html" title="class in com.smartcampus">R.menu</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../com/smartcampus/R.string.html" title="class in com.smartcampus">R.string</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../com/smartcampus/SmartCampusApplication.html" title="class in com.smartcampus">SmartCampusApplication</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> </body> </html>
archive/v0.1.21/mithril.sync.html
ornicar/mithril.js
<!doctype html> <html> <head> <title>Mithril</title> <link href="lib/prism/prism.css" rel="stylesheet" /> <link href="style.css" rel="stylesheet" /> </head> <body> <header> <nav class="container"> <a href="index.html" class="logo"><span>&#9675;</span> Mithril</a> <a href="getting-started.html">Guide</a> <a href="mithril.html">API</a> <a href="community.html">Community</a> <a href="http://lhorie.github.io/mithril-blog">Blog</a> <a href="mithril.min.zip">Download</a> <a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a> </nav> </header> <main> <section class="content"> <div class="container"> <div class="row"> <div class="col(3,3,12)"> <h2 id="api">API (v0.1.21)</h2> <h3 id="core">Core</h3> <ul> <li><a href="mithril.html">m</a></li> <li><a href="mithril.prop.html">m.prop</a></li> <li><a href="mithril.withAttr.html">m.withAttr</a></li> <li><a href="mithril.module.html">m.module</a></li> <li><a href="mithril.trust.html">m.trust</a></li> <li><a href="mithril.render.html">m.render</a></li> <li><a href="mithril.redraw.html">m.redraw</a> <ul> <li><a href="mithril.redraw.html#strategy">m.redraw.strategy(strategy)</a></li> </ul> </li> </ul> <h3 id="routing">Routing</h3> <ul> <li><a href="mithril.route.html">m.route</a> <ul> <li><a href="mithril.route.html#defining-routes">m.route(rootElement, defaultRoute, routes)</a></li> <li><a href="mithril.route.html#redirecting">m.route(path, params)</a></li> <li><a href="mithril.route.html#reading-current-route">m.route()</a></li> <li><a href="mithril.route.html#mode-abstraction">m.route(element)</a></li> <li><a href="mithril.route.html#mode">m.route.mode</a></li> <li><a href="mithril.route.html#param">m.route.param</a></li> </ul> </li> </ul> <h3 id="data">Data</h3> <ul> <li><a href="mithril.request.html">m.request</a></li> <li><a href="mithril.deferred.html">m.deferred</a></li> <li><a href="mithril.sync.html">m.sync</a></li> <li><a href="mithril.computation.html">m.startComputation / m.endComputation</a></li> </ul> <h2 id="archive">History</h2> <ul> <li><a href="roadmap.html">Roadmap</a></li> <li><a href="change-log.html">Change log</a></li> </ul> </div> <div class="col(9,9,12)"> <h2 id="m-sync">m.sync</h2> <p>This method takes a list of promises and returns a promise that resolves when all promises in the input list have resolved. See <a href="mithril.deferred.html"><code>m.deferred</code></a> for more information on promises.</p> <hr> <h3 id="usage">Usage</h3> <pre><code class="lang-javascript">var greetAsync = function(delay) { var deferred = m.deferred(); setTimeout(function() { deferred.resolve(&quot;hello&quot;); }, delay); return deferred.promise; }; m.sync([ greetAsync(1000), greetAsync(1500) ]).then(function(args) { console.log(args); // [&quot;hello&quot;, &quot;hello&quot;] });</code></pre> <hr> <h3 id="signature">Signature</h3> <p><a href="how-to-read-signatures.html">How to read signatures</a></p> <pre><code class="lang-clike">Promise sync(Array&lt;Promise&gt; promises) where: Promise :: GetterSetter { Promise then(any successCallback(any value), any errorCallback(any value)) } GetterSetter :: any getterSetter([any value])</code></pre> <ul> <li><p><strong>Array<Promise> promises</strong></p> <p>A list of promises to synchronize</p> </li> <li><p><strong>return Promise promise</strong></p> <p>The promise of the deferred object that is resolved when all input promises have been resolved</p> <p>The callbacks for this promise receive as a parameter an Array containing the values of all the input promises</p> </li> </ul> </div> </div> </div> </section> </main> <footer> <div class="container"> Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT license</a> <br />&copy; 2014 Leo Horie </div> </footer> <script src="lib/prism/prism.js"></script> </body> </html>
todomvc/mithril/bower_components/mithril/archive/v0.1.3/mithril.deferred.html
ybybzj/m-react-todomvc-perf
<!doctype html> <html> <head> <title>Mithril</title> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic" rel="stylesheet" /> <link href="lib/prism/prism.css" rel="stylesheet" /> <link href="style.css" rel="stylesheet" /> </head> <body> <header> <nav class="container"> <a href="index.html" class="logo"><span>&#9675;</span> Mithril</a> <a href="getting-started.html">Guide</a> <a href="mithril.html">API</a> <a href="community.html">Community</a> <a href="mithril.min.zip">Download</a> <a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a> </nav> </header> <main> <section class="content"> <div class="container"> <div class="row"> <div class="col(3,3,12)"> <h2 id="api">API (v0.1.3)</h2> <h3 id="core">Core</h3> <ul> <li><a href="mithril.html">m</a></li> <li><a href="mithril.prop.html">m.prop</a></li> <li><a href="mithril.withAttr.html">m.withAttr</a></li> <li><a href="mithril.module.html">m.module</a></li> <li><a href="mithril.trust.html">m.trust</a></li> <li><a href="mithril.render.html">m.render</a></li> <li><a href="mithril.redraw.html">m.redraw</a></li> </ul> <h3 id="routing">Routing</h3> <ul> <li><a href="mithril.route.html">m.route</a> <ul> <li><a href="mithril.route.html#defining-routes">m.route(rootElement, defaultRoute, routes)</a></li> <li><a href="mithril.route.html#redirecting">m.route(path)</a></li> <li><a href="mithril.route.html#mode-abstraction">m.route(element)</a></li> <li><a href="mithril.route.html#mode">m.route.mode</a></li> <li><a href="mithril.route.html#param">m.route.param</a></li> </ul> </li> </ul> <h3 id="data">Data</h3> <ul> <li><a href="mithril.request.html">m.request</a></li> <li><a href="mithril.deferred.html">m.deferred</a></li> <li><a href="mithril.sync.html">m.sync</a></li> <li><a href="mithril.computation.html">m.startComputation / m.endComputation</a></li> </ul> <h2 id="archive">History</h2> <ul> <li><a href="roadmap.html">Roadmap</a></li> <li><a href="change-log.html">Change log</a></li> </ul> </div> <div class="col(9,9,12)"> <h2 id="m-deferred">m.deferred</h2> <p>This is a low-level method in Mithril. It&#39;s a modified version of the Thenable API.</p> <p>A deferred is an asynchrony monad. It exposes a <code>promise</code> property which can <em>bind</em> callbacks to build a computation tree.</p> <p>The deferred object can then <em>apply</em> a value by calling either <code>resolve</code> or <code>reject</code>, which then dispatches the value to be processed to the computation tree.</p> <p>Each computation function takes a value as a parameter and is expected to return another value, which in turns is forwarded along to the next computation function (or functions) in the tree.</p> <hr> <h3 id="usage">Usage</h3> <pre><code class="lang-javascript">//standalone usage var greetAsync = function() { var deferred = m.deferred(); setTimeout(function() { deferred.resolve(&quot;hello&quot;); }, 1000); return deferred.promise; }; greetAsync() .then(function(value) {return value + &quot; world&quot;}) .then(function(value) {console.log(value)}); //logs &quot;hello world&quot; after 1 second</code></pre> <hr> <h3 id="differences-from-promises-a-">Differences from Promises/A+</h3> <p>For the most part, Mithril promises behave as you&#39;d expect a <a href="http://promises-aplus.github.io/promises-spec/">Promise/A+</a> promise to behave, but with a few key differences:</p> <p>Mithril promises forward a value downstream if a resolution callback returns <code>undefined</code>. This allows simpler debugging of promise chains:</p> <pre><code class="lang-javascript">var data = m.request({method: &quot;GET&quot;, url: &quot;/data&quot;}) .then(console.log) //Mithril promises let us debug like this .then(doStuff) var data = m.request({method: &quot;GET&quot;, url: &quot;/data&quot;}) .then(function(value) { // Promises/A+ would require us to declare an anonymous function console.log(value) // here&#39;s the debugging snippet return value // and we need to remember to return the value as well }) .then(doStuff) // or else `doStuff` will break</code></pre> <p>Another subtle difference is that the Promises/A+ require a callback to run in a different execution context than its respective <code>then</code> method. This requirement exists to support an obscure edge cases and incurs <a href="http://thanpol.as/javascript/promises-a-performance-hits-you-should-be-aware-of/">a significant performance hit on each link of a promise chain</a>. To be more specific, the performance hit can come either in the form of a 4ms minimum delay (if the implementation uses <code>setTimeout</code>), or from having to load a <a href="https://raw.githubusercontent.com/NobleJS/setImmediate/master/setImmediate.js">bunch of hacky polyfill code</a> for a <a href="https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate">feature that is not being considered for addition by some browser vendors</a>.</p> <p>To illustrate the difference between Mithril and A+ promises, consider the code below:</p> <pre><code class="lang-javascript">var deferred = m.deferred() deferred.promise.then(function() { console.log(1) }) deferred.resolve(&quot;value&quot;) console.log(2)</code></pre> <p>In the example above, A+ promises are required to log <code>2</code> before logging <code>1</code>, whereas Mithril logs <code>1</code> before <code>2</code>. Typically <code>resolve</code>/<code>reject</code> are called asynchronously after the <code>then</code> method is called, so normally this difference does not matter.</p> <hr> <h3 id="signature">Signature</h3> <p><a href="how-to-read-signatures.html">How to read signatures</a></p> <pre><code class="lang-clike">Deferred deferred() where: Deferred :: Object { Promise promise, void resolve(any value), void reject(any value) } Promise :: GetterSetter { Promise then(any successCallback(any value), any errorCallback(any value)) } GetterSetter :: any getterSetter([any value])</code></pre> <ul> <li><p><strong>GetterSetter { Promise then([any successCallback(any value) [, any errorCallback(any value)]]) } promise</strong></p> <p>A promise has a method called <code>then</code> which takes two computation callbacks as parameters.</p> <p>The <code>then</code> method returns another promise whose computations (if any) receive their inputs from the parent promise&#39;s computation.</p> <p>A promise is also a getter-setter (see <a href="mithril.prop"><code>m.prop</code></a>). After a call to either <code>resolve</code> or <code>reject</code>, it holds the result of the parent&#39;s computation (or the <code>resolve</code>/<code>reject</code> value, if the promise has no parent promises)</p> <ul> <li><p><strong>Promise then([any successCallback(any value) [, any errorCallback(any value)]])</strong></p> <p>This method accepts two callbacks which process a value passed to the <code>resolve</code> and <code>reject</code> methods, respectively, and pass the processed value to the returned promise</p> <ul> <li><p><strong>any successCallback(any value)</strong> (optional)</p> <p>The <code>successCallback</code> is called if <code>resolve</code> is called in the root <code>deferred</code>.</p> <p>The default value (if this parameter is falsy) is the identity function <code>function(value) {return value}</code></p> <p>If this function returns undefined, then it passes the <code>value</code> argument to the next step in the thennable queue, if any</p> </li> <li><p><strong>any errorCallback(any value)</strong> (optional)</p> <p>The <code>errorCallback</code> is called if <code>reject</code> is called in the root <code>deferred</code>.</p> <p>The default value (if this parameter is falsy) is the identity function <code>function(value) {return value}</code></p> <p>If this function returns undefined, then it passes the <code>value</code> argument to the next step in the thennable queue, if any</p> </li> <li><p><strong>returns Promise promise</strong></p> </li> </ul> </li> </ul> </li> <li><p><strong>void resolve(any value)</strong></p> <p>This method passes a value to the <code>successCallback</code> of the deferred object&#39;s child promise</p> </li> <li><p><strong>void reject(any value)</strong></p> <p>This method passes a value to the <code>errorCallback</code> of the deferred object&#39;s child promise</p> </li> </ul> </div> </div> </div> </section> </main> <footer> <div class="container"> Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT license</a> <br />&copy; 2014 Leo Horie </div> </footer> <script src="lib/prism/prism.js"></script> </body> </html>
ajax/libs/codemirror/5.1.0/theme/zenburn.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:cd9e247dd9e6af6e8675d19b260feb4e880900fa96c311f821521cf6810a9b0f size 1425
app/views/projects/live/v5/lrrabo_step2.html
LandRegistry/lc-prototype
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <title>Digital Land Charges</title> <head> <link rel="stylesheet" href="/public/stylesheets/styles.css"> <link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'> </head> <body> {{>includes/header}} <div id="content"> <div class="spacer_10"></div> <h1 class="title_36">Bankruptcy amendment</h1> <div class="spacer_10"></div> <div class="text_16_gray"> <a href="lrrabo_step1" class="link_16 no_link_style">1. Retrieve original</a> &nbsp;&nbsp; <span class="text_16_bold">2. View original details</span> &nbsp;&nbsp; 3. Amend details &nbsp;&nbsp; 4. Key number </div> <div class="spacer_30"></div> <div class="grid-row"> <div class="column-form"> <p class="text_24_bold">Original bankruptcy details</p> <p class="text_indent">Please amend information by over-keying as necessary</p> <div class="spacer_10"></div> <div class="form"> <label class="form_label">Forename(s)</label> <input class="form_textfield" type="text" value="Calista Quinton"> </div> <div class="form"> <label class="form_label">Surname</label> <input class="form_textfield" type="text" value="Anderson"> </div> <div class="spacer_10"></div> <p class="text_18_bold">Also known as</p> <div class="form"> <label class="form_label">Forename(s)</label> <input class="form_textfield" type="text" value="Calista"> </div> <div class="form"> <label class="form_label">Surname</label> <input class="form_textfield" type="text" value="Anderson"> </div> <div class="spacer_10"></div> <div class="form"> <label class="form_label">Forename(s)</label> <input class="form_textfield" type="text" value="Quinton Calista"> </div> <div class="form"> <label class="form_label">Surname</label> <input class="form_textfield" type="text" value="Nader"> </div> <div id="name1"> <div class="form"> <label class="form_label">Forename(s)</label> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">Surname</label> <input class="form_textfield" type="text"> </div> </div> <div><a href="#here" onclick="document.getElementById('name1').style.display = 'block';" class="link_16" id="#">Add AKA</a></div> <div class="spacer_10"></div> <div class="form"> <label class="form_label">Occupation</label> <input class="form_textfield" type="text" value="Psychiatrist"> </div> <div class="spacer_10"></div> <p class="text_18_bold">Address &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="link_16_right" href="lrrabo_step2_no_add2">Remove address</a> </p> <div class="spacer_5"></div> <div class="form"> <input class="form_textfield" type="text" value="25 Albany Road"> </div> <div class="form"> <input class="form_textfield" type="text" value="Maybush"> </div> <div class="form"> <input class="form_textfield" type="text" value=""> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">County</label> <input class="form_textfield" type="text" value="Southampton"> </div> <div class="form"> <label class="form_label">Postcode</label><br> <input class="form_textfield" type="text" style="width: 150px" value="SO15 3EF"> </div> <div class="spacer_10"></div> <p class="text_18_bold">Address &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="link_16_right" href="lrrabo_step2_no_add2">Remove address</a> </p> <div class="spacer_5"></div> <div class="form"> <input class="form_textfield" type="text" value="27 Park Road"> </div> <div class="form"> <input class="form_textfield" type="text" value="Maybush"> </div> <div class="form"> <input class="form_textfield" type="text" value=""> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">County</label> <input class="form_textfield" type="text" value="Southampton"> </div> <div class="form"> <label class="form_label">Postcode</label><br> <input class="form_textfield" type="text" style="width: 150px" value="SO15 3AW"> </div> <div id="address1"> <div class="spacer_10"></div> <p class="text_18_bold">Address</p> <div class="spacer_5"></div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">County</label> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">Postcode</label><br> <input class="form_textfield" type="text" style="width: 150px"> </div> </div> <div id="address2"> <div class="spacer_10"></div> <p class="text_18_bold">Address</p> <div class="spacer_5"></div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">County</label> <input class="form_textfield" type="text"> </div> <div class="form"> <label class="form_label">Postcode</label><br> <input class="form_textfield" type="text" style="width: 150px"> </div> </div> <div><a href="#here" onclick="addAdditionalAddress()" class="link_16" id="#">Add additional address</a></div> <div class="spacer_30"></div> <p class="text_24_bold">Particulars of court</p> <div class="spacer_10"></div> <div class="form"> <label class="form_label">Name</label> <input class="form_textfield" type="text" value="Harlow County Court"> </div> <div class="form"> <label class="form_label">Court reference no.</label> <input class="form_textfield" type="text" value="38 of 2014"> </div> <div class="form"> <label class="form_label">Case year</label><br> <input class="form_textfield" type="text" style="width: 100px" value="2014"> </div> <div class="spacer_30"></div> <div> <table> <tr> <td width="50%" class="no-line"> <a href="lrrabo_step3"><input type="button" id="btn" value="Continue" class="form_button"></a> </td> </tr> </table> <a href="ba_store" class="link_16">Return to this application later</a> </div> </div> <!-- ///////////////////////////////// Script for page 1 in two columns ///////////////////////////////// --> <div id="form_page"> <div id="page1"> <div id="zoomIn"> <div class="column-scan"> <div> <table> <tr> <td class="magnify_glass"> <a href="javascript:show('zoomOut')"><img src="../../../../../public/images/MGlass_1.png" alt="Zoom in"></a> </td> <td class="pagination_scanned_pages custom_2"> <span>Page 1 of 2 &nbsp; <a class="link_14" href="javascript:show('page2')">Next</a></span> </td> </tr> </table> </div> <a href="javascript:show('zoomOut')"> <img class="img_resize_big" src="../../../../../public/images/amend.jpg" alt="LRRABO document"> </a> </div> <div class="column-scan-small"> <div class="spacer_30"></div> <div class="spacer_5"></div> <img class="img_resize_small_selected" src="../../../../../public/images/amend.jpg" alt="LRRABO document"> <div class="spacer_10"></div> <div> <img onclick="show('page2');" class="img_resize_small" src="../../../../../public/images/additional_address.jpg" alt="LRRABO document"> </div> </div> </div> <div id="zoomOut"> <div class="column-scan"> <div> <table> <tr> <td class="magnify_glass"> <a href="javascript:show('zoomIn')"><img src="../../../../../public/images/MGlass_2.png" alt="Zoom 0ut"></a> </td> <td class="pagination_scanned_pages custom_2"> <span>Page 1 of 2 &nbsp; <a class="link_14" href="javascript:show('page2')">Next</a></span> </td> </tr> </table> </div> <a href="javascript:show('zoomIn')"> <img class="img_resize_big_magnified" src="../../../../../public/images/amendzoom2.jpg" alt="LRRABO document"> </a> </div> <div class="column-scan-small"> <div class="spacer_30"></div> <div class="spacer_5"></div> <div style="position:relative"> <img class="img_resize_small_selected" src="../../../../../public/images/amend.jpg" alt="LRRABO document"> <div class="selected_area_1"></div> </div> <div class="spacer_10"></div> <div > <img onclick="show('page2');" class="img_resize_small" src="../../../../../public/images/additional_address.jpg" alt="LRRABO document"> </div> </div> </div> </div> <!-- ///////////////////////////////// End of script for page 1 in two columns ///////////////////////////////// --> <!-- ///////////////////////////////// Script for page 2 in two columns ///////////////////////////////// --> <div id="page2"> <div id="zoomInp2"> <div class="column-scan"> <div> <table> <tr> <td class="magnify_glass"> <a href="javascript:show('zoomOut')"><img src="../../../../../public/images/MGlass_1.png" alt="Zoom in"></a> </td> <td class="pagination_scanned_pages custom_2"> <span>Page 2 of 2 &nbsp; <a class="link_14" href="javascript:show('page1')">Previous</a></span> </td> </tr> </table> </div> <a href="javascript:show('zoomOut')"> <img class="img_resize_big" src="../../../../../public/images/additional_address.jpg" alt="LRRABO document"> </a> </div> <div class="column-scan-small"> <div class="spacer_30"></div> <div class="spacer_5"></div> <img onclick="show('page1');" class="img_resize_small" src="../../../../../public/images/amend.jpg" alt="LRRABO document"> <div class="spacer_10"></div> <div > <img class="img_resize_small_selected" src="../../../../../public/images/additional_address.jpg" alt="LRRABO document"> </div> </div> </div> <div id="zoomOutp2"> <div class="column-scan"> <div> <table> <tr> <td class="magnify_glass"> <a href="javascript:show('zoomIn')"><img src="../../../../../public/images/MGlass_2.png" alt="Zoom 0ut"></a> </td> <td class="pagination_scanned_pages custom_2"> <span>Page 2 of 2 &nbsp; <a class="link_14" href="javascript:show('page1')">Previous</a></span> </td> </tr> </table> </div> <a href="javascript:show('zoomIn')"> <img class="img_resize_big_magnified" src="../../../../../public/images/additional_address_2.jpg" alt="LRRABO document"> </a> </div> <div class="column-scan-small"> <div class="spacer_30"></div> <div class="spacer_5"></div> <img onclick="show('page1');" class="img_resize_small" src="../../../../../public/images/amend.jpg" alt="LRRABO document"> <div class="spacer_10"></div> <div style="position:relative"> <img class="img_resize_small_selected" src="../../../../../public/images/additional_address.jpg" alt="LRRABO document"> <div class="selected_area_10"></div> </div> </div> </div> </div> </div> <!-- ///////////////////////////////// End of script for page 2 in two columns ///////////////////////////////// --> </div> </div> {{>includes/footer}} </body> <script> function add_additional_name() { if (document.getElementById("add").style.display == 'block'){ document.getElementById("name1").style.display = 'none'; } else if (document.getElementById("add").style.display == 'block'){ document.getElementById("name2").style.display = 'none'; } else if (document.getElementById("add").style.display == 'block'){ document.getElementById("name3").style.display = 'none'; } } document.getElementById("name1").style.display = 'none'; document.getElementById("name2").style.display = 'none'; document.getElementById("name3").style.display = 'none'; </script> <script> function addAdditionalAddress() { if (document.getElementById("address1").style.display == 'none') { document.getElementById("address1").style.display = 'block'; } else if (document.getElementById("address1").style.display == 'block') { document.getElementById("address2").style.display = 'block'; } } document.getElementById("address1").style.display = 'none'; document.getElementById("address2").style.display = 'none'; </script> <script> function show(column) { if (column == 'zoomIn'){ document.getElementById("zoomIn").style.display = 'block'; document.getElementById("zoomOut").style.display = 'none'; document.getElementById("zoomInp2").style.display = 'block'; document.getElementById("zoomOutp2").style.display = 'none'; } else if (column == 'zoomOut'){ document.getElementById("zoomOut").style.display = 'block'; document.getElementById("zoomIn").style.display = 'none'; document.getElementById("zoomOutp2").style.display = 'block'; document.getElementById("zoomInp2").style.display = 'none'; } else if (column == 'page1'){ document.getElementById("page1").style.display = 'block'; document.getElementById("page2").style.display = 'none'; show('zoomIn'); } else if (column == 'page2'){ document.getElementById("page2").style.display = 'block'; document.getElementById("page1").style.display = 'none'; show('zoomIn'); } } document.getElementById("zoomOut").style.display = 'none'; document.getElementById("page2").style.display = 'none'; </script> <script> /* window.onscroll = function() {myFunction()}; function myFunction() { if (document.body.scrollTop > 230) { document.getElementById("form_page").className = "column-scan2 form-width content-fixed"; } else { document.getElementById("form_page").className = "column-scan2 form-width"; } } */ </script> <!--<table class="review_table"> <tr> <th colspan="2" class="table_text_black"><span class="text_19_bold">Debtor name</span></th> <th colspan="1" class="table_text_black link_16_right"><a class="link_16_right" href="edit_debtor_name">Change</a></th> </tr> <tr> <td width="50%"><span class="text_review_table">Calista Quinton Anderson</span></td> <td colspan="2" class="table_text_black link_16_right"></td> </tr> </table> <div class="spacer_20"></div> <table class="review_table"> <tr> <th colspan="2" class="table_text_black"><span class="text_19_bold">AKA</span></th> <th colspan="1" class="table_text_black link_16_right"><a class="link_16_right" href="edit_AKA">Change</a></th> </tr> <tr> <td width="50%"><span class="text_review_table">Calista Anderson</span></td> <td colspan="2" class="table_text_black link_16_right"><a class="link_16_right" href="#">Remove</a></td> </tr> <tr> <td colspan="1"><span class="text_review_table">Quinton Calista Nadar</span></td> <td colspan="2" class="table_text_black link_16_right"><a class="link_16_right" href="#">Remove</a></td> </tr> </table> <div class="spacer_20"></div> <table class="review_table"> <tr> <th colspan="2" class="table_text_black"><span class="text_19_bold">Occupation</span></th> <th colspan="1" class="table_text_black link_16_right"><a class="link_16_right" href="edit_occ">Change</a></th> </tr> <tr> <td width="50%"><span class="text_review_table">Psychiatrist</span></td> <td colspan="2" class="table_text_black link_16_right"></td> </tr> </table> <div class="spacer_20"></div> <table class="review_table"> <tr> <th colspan="2" class="table_text_black"><span class="text_19_bold">Address(es)</span></th> <th colspan="1" class="table_text_black link_16_right"><a class="link_16_right" href="edit_address">Change</a></th> </tr> <tr> <td width="50%"><span class="text_review_table">10318 Bill Crossing<br>Brakuston<br>Leopoldshire<br>Essex<br>UN48 7XX</span></td> <td colspan="2" class="table_text_black link_16_right"><a class="link_16_right" href="#">Remove</a></td> </tr> <tr> <td colspan="1"><span class="text_review_table">17 Golden Knowes Road<br>FRITH<br>Durham<br>ME13 9AY</span></td> <td colspan="2" class="table_text_black link_16_right"><a class="link_16_right" href="lrrabo_step2_no_add2">Remove</a></td> </tr> </table> <div class="spacer_20"></div> <table class="review_table"> <tr> <th colspan="2" class="table_text_black"><span class="text_19_bold">Court details</span></th> <th colspan="1" class="table_text_black link_16_right"><a class="link_16_right" href="lrrabo_step2_edit">Change</a></th> </tr> <tr> <td width="50%"><span class="text_review_table_bold">Court name</span></td> <td width="50%"><span class="text_review_table">Harlow County Court</span></td> </tr> <tr> <td colspan="1"><span class="text_review_table_bold">Reference</span></td> <td colspan="2"><span class="text_review_table">38 of 2014</span></td> </tr> <tr> <td colspan="1"><span class="text_review_table_bold">Year</span></td> <td colspan="2"><span class="text_review_table">2014</span></td> </tr> </table> <div class="spacer_30"></div> --> </html>
manual/examples/canvas-random-dots.html
looeee/three.js
<!-- Licensed under a BSD license. See license.html for license --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Canvas Random Dots</title> </head> <body> </body> <script type="module"> function main() { const ctx = document.createElement('canvas').getContext('2d'); document.body.appendChild(ctx.canvas); ctx.canvas.width = 256; ctx.canvas.height = 256; ctx.fillStyle = '#FFF'; ctx.fillRect(0, 0, ctx.canvas.width, ctx.canvas.height); function randInt(min, max) { if (max === undefined) { max = min; min = 0; } return Math.random() * (max - min) + min | 0; } function drawRandomDot() { ctx.fillStyle = `#${randInt(0x1000000).toString(16).padStart(6, '0')}`; ctx.beginPath(); const x = randInt(256); const y = randInt(256); const radius = randInt(10, 64); ctx.arc(x, y, radius, 0, Math.PI * 2); ctx.fill(); } function render() { drawRandomDot(); requestAnimationFrame(render); } requestAnimationFrame(render); } main(); </script> </html>
docs/assets/fonts/TypoPRO-FiraSans/TypoPRO-FiraSansCompressed-TwoItalic.css
MarkGriffiths/truwrap
/* TypoPRO Fira Sans Compressed Two Italic */ @font-face { font-family: 'TypoPRO Fira Sans Compressed 25'; src: url('TypoPRO-FiraSansCompressed-TwoItalic.eot'); src: local('*'), url('TypoPRO-FiraSansCompressed-TwoItalic.eot?#iefix') format('embedded-opentype'), url('TypoPRO-FiraSansCompressed-TwoItalic.woff') format('woff'), url('TypoPRO-FiraSansCompressed-TwoItalic.ttf') format('truetype'); font-style: italic; font-weight: normal; font-stretch: ultra-condensed; font-variant: normal; }
example/web/maps.html
trinarytree/angular.dart
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCYWvwtZy5UZ_O_0mG4V-sq-fQ2_yy84-Y"> </script> <script type="application/dart" src="maps.dart"></script> <script src="packages/browser/dart.js"></script> </head> <body ng-app> <x-google-map bind-info="openInfo"> Hello from {{someText}} </x-google-map> Open InfoWindow: <input type="checkbox" ng-model="openInfo"></input> Enter text: <input type="text" ng-model="someText"></input> </body> </html>
es7/index.html
mzgol/compat-table
<!doctype html> <link rel="shortcut icon" href="../favicon.ico"> <meta http-equiv="refresh" content="0; url=../es2016plus/">
protected/extensions/teamspeak/docs/html/functions_0x62.html
borodulin/wothost
<!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.4"/> <title>TeamSpeak 3 PHP Framework: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="TeamSpeak.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">TeamSpeak 3 PHP Framework &#160;<span id="projectnumber">1.1.23</span> </div> <div id="projectbrief">Copyright © Planet TeamSpeak. All rights reserved.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_0x24"><span>$</span></a></li> <li><a href="functions_0x5f.html#index__"><span>_</span></a></li> <li><a href="functions_0x61.html#index_a"><span>a</span></a></li> <li class="current"><a href="functions_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('functions_0x62.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_b"></a>- b -</h3><ul> <li>ban() : <a class="el" href="class_team_speak3___node___client.html#acd8e79afa687108fcdbee4dad7a3cde0">TeamSpeak3_Node_Client</a> </li> <li>banCreate() : <a class="el" href="class_team_speak3___node___server.html#a0a2c9e20c88b81275222acdd61a5f8c4">TeamSpeak3_Node_Server</a> </li> <li>banDelete() : <a class="el" href="class_team_speak3___node___server.html#a953aaca1b1d5e024b37221146d04b296">TeamSpeak3_Node_Server</a> </li> <li>banList() : <a class="el" href="class_team_speak3___node___server.html#a6d0211802f5d1248bc69c4fdefa3d417">TeamSpeak3_Node_Server</a> </li> <li>banListClear() : <a class="el" href="class_team_speak3___node___server.html#ad61bc446498a29aeb0f035c8316ee743">TeamSpeak3_Node_Server</a> </li> <li>bindingList() : <a class="el" href="class_team_speak3___node___host.html#ab185118ab245fbd1068b2b0301dd21e7">TeamSpeak3_Node_Host</a> </li> <li>bytes() : <a class="el" href="class_team_speak3___helper___convert.html#ad1dfd12122980ea9b1f53803fe640ef6">TeamSpeak3_Helper_Convert</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Fri Oct 11 2013 23:35:44 for TeamSpeak 3 PHP Framework by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li> </ul> </div> </body> </html>
toolchain/arm_cm0_deprecated/share/doc/gcc-arm-none-eabi/html/gccint/Processor-pipeline-description.html
jocelynmass/nrf51
<html lang="en"> <head> <title>Processor pipeline description - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Insn-Attributes.html#Insn-Attributes" title="Insn Attributes"> <link rel="prev" href="Delay-Slots.html#Delay-Slots" title="Delay Slots"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Processor-pipeline-description"></a> Previous:&nbsp;<a rel="previous" accesskey="p" href="Delay-Slots.html#Delay-Slots">Delay Slots</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Insn-Attributes.html#Insn-Attributes">Insn Attributes</a> <hr> </div> <h4 class="subsection">16.19.9 Specifying processor pipeline description</h4> <p><a name="index-processor-pipeline-description-3780"></a><a name="index-processor-functional-units-3781"></a><a name="index-instruction-latency-time-3782"></a><a name="index-interlock-delays-3783"></a><a name="index-data-dependence-delays-3784"></a><a name="index-reservation-delays-3785"></a><a name="index-pipeline-hazard-recognizer-3786"></a><a name="index-automaton-based-pipeline-description-3787"></a><a name="index-regular-expressions-3788"></a><a name="index-deterministic-finite-state-automaton-3789"></a><a name="index-automaton-based-scheduler-3790"></a><a name="index-RISC-3791"></a><a name="index-VLIW-3792"></a> To achieve better performance, most modern processors (super-pipelined, superscalar <acronym>RISC</acronym>, and <acronym>VLIW</acronym> processors) have many <dfn>functional units</dfn> on which several instructions can be executed simultaneously. An instruction starts execution if its issue conditions are satisfied. If not, the instruction is stalled until its conditions are satisfied. Such <dfn>interlock (pipeline) delay</dfn> causes interruption of the fetching of successor instructions (or demands nop instructions, e.g. for some MIPS processors). <p>There are two major kinds of interlock delays in modern processors. The first one is a data dependence delay determining <dfn>instruction latency time</dfn>. The instruction execution is not started until all source data have been evaluated by prior instructions (there are more complex cases when the instruction execution starts even when the data are not available but will be ready in given time after the instruction execution start). Taking the data dependence delays into account is simple. The data dependence (true, output, and anti-dependence) delay between two instructions is given by a constant. In most cases this approach is adequate. The second kind of interlock delays is a reservation delay. The reservation delay means that two instructions under execution will be in need of shared processors resources, i.e. buses, internal registers, and/or functional units, which are reserved for some time. Taking this kind of delay into account is complex especially for modern <acronym>RISC</acronym> processors. <p>The task of exploiting more processor parallelism is solved by an instruction scheduler. For a better solution to this problem, the instruction scheduler has to have an adequate description of the processor parallelism (or <dfn>pipeline description</dfn>). GCC machine descriptions describe processor parallelism and functional unit reservations for groups of instructions with the aid of <dfn>regular expressions</dfn>. <p>The GCC instruction scheduler uses a <dfn>pipeline hazard recognizer</dfn> to figure out the possibility of the instruction issue by the processor on a given simulated processor cycle. The pipeline hazard recognizer is automatically generated from the processor pipeline description. The pipeline hazard recognizer generated from the machine description is based on a deterministic finite state automaton (<acronym>DFA</acronym>): the instruction issue is possible if there is a transition from one automaton state to another one. This algorithm is very fast, and furthermore, its speed is not dependent on processor complexity<a rel="footnote" href="#fn-1" name="fnd-1"><sup>1</sup></a>. <p><a name="index-automaton-based-pipeline-description-3793"></a>The rest of this section describes the directives that constitute an automaton-based processor pipeline description. The order of these constructions within the machine description file is not important. <p><a name="index-define_005fautomaton-3794"></a><a name="index-pipeline-hazard-recognizer-3795"></a>The following optional construction describes names of automata generated and used for the pipeline hazards recognition. Sometimes the generated finite state automaton used by the pipeline hazard recognizer is large. If we use more than one automaton and bind functional units to the automata, the total size of the automata is usually less than the size of the single automaton. If there is no one such construction, only one finite state automaton is generated. <pre class="smallexample"> (define_automaton <var>automata-names</var>) </pre> <p><var>automata-names</var> is a string giving names of the automata. The names are separated by commas. All the automata should have unique names. The automaton name is used in the constructions <code>define_cpu_unit</code> and <code>define_query_cpu_unit</code>. <p><a name="index-define_005fcpu_005funit-3796"></a><a name="index-processor-functional-units-3797"></a>Each processor functional unit used in the description of instruction reservations should be described by the following construction. <pre class="smallexample"> (define_cpu_unit <var>unit-names</var> [<var>automaton-name</var>]) </pre> <p><var>unit-names</var> is a string giving the names of the functional units separated by commas. Don't use name `<samp><span class="samp">nothing</span></samp>', it is reserved for other goals. <p><var>automaton-name</var> is a string giving the name of the automaton with which the unit is bound. The automaton should be described in construction <code>define_automaton</code>. You should give <dfn>automaton-name</dfn>, if there is a defined automaton. <p>The assignment of units to automata are constrained by the uses of the units in insn reservations. The most important constraint is: if a unit reservation is present on a particular cycle of an alternative for an insn reservation, then some unit from the same automaton must be present on the same cycle for the other alternatives of the insn reservation. The rest of the constraints are mentioned in the description of the subsequent constructions. <p><a name="index-define_005fquery_005fcpu_005funit-3798"></a><a name="index-querying-function-unit-reservations-3799"></a>The following construction describes CPU functional units analogously to <code>define_cpu_unit</code>. The reservation of such units can be queried for an automaton state. The instruction scheduler never queries reservation of functional units for given automaton state. So as a rule, you don't need this construction. This construction could be used for future code generation goals (e.g. to generate <acronym>VLIW</acronym> insn templates). <pre class="smallexample"> (define_query_cpu_unit <var>unit-names</var> [<var>automaton-name</var>]) </pre> <p><var>unit-names</var> is a string giving names of the functional units separated by commas. <p><var>automaton-name</var> is a string giving the name of the automaton with which the unit is bound. <p><a name="index-define_005finsn_005freservation-3800"></a><a name="index-instruction-latency-time-3801"></a><a name="index-regular-expressions-3802"></a><a name="index-data-bypass-3803"></a>The following construction is the major one to describe pipeline characteristics of an instruction. <pre class="smallexample"> (define_insn_reservation <var>insn-name</var> <var>default_latency</var> <var>condition</var> <var>regexp</var>) </pre> <p><var>default_latency</var> is a number giving latency time of the instruction. There is an important difference between the old description and the automaton based pipeline description. The latency time is used for all dependencies when we use the old description. In the automaton based pipeline description, the given latency time is only used for true dependencies. The cost of anti-dependencies is always zero and the cost of output dependencies is the difference between latency times of the producing and consuming insns (if the difference is negative, the cost is considered to be zero). You can always change the default costs for any description by using the target hook <code>TARGET_SCHED_ADJUST_COST</code> (see <a href="Scheduling.html#Scheduling">Scheduling</a>). <p><var>insn-name</var> is a string giving the internal name of the insn. The internal names are used in constructions <code>define_bypass</code> and in the automaton description file generated for debugging. The internal name has nothing in common with the names in <code>define_insn</code>. It is a good practice to use insn classes described in the processor manual. <p><var>condition</var> defines what RTL insns are described by this construction. You should remember that you will be in trouble if <var>condition</var> for two or more different <code>define_insn_reservation</code> constructions is TRUE for an insn. In this case what reservation will be used for the insn is not defined. Such cases are not checked during generation of the pipeline hazards recognizer because in general recognizing that two conditions may have the same value is quite difficult (especially if the conditions contain <code>symbol_ref</code>). It is also not checked during the pipeline hazard recognizer work because it would slow down the recognizer considerably. <p><var>regexp</var> is a string describing the reservation of the cpu's functional units by the instruction. The reservations are described by a regular expression according to the following syntax: <pre class="smallexample"> regexp = regexp "," oneof | oneof oneof = oneof "|" allof | allof allof = allof "+" repeat | repeat repeat = element "*" number | element element = cpu_function_unit_name | reservation_name | result_name | "nothing" | "(" regexp ")" </pre> <ul> <li>`<samp><span class="samp">,</span></samp>' is used for describing the start of the next cycle in the reservation. <li>`<samp><span class="samp">|</span></samp>' is used for describing a reservation described by the first regular expression <strong>or</strong> a reservation described by the second regular expression <strong>or</strong> etc. <li>`<samp><span class="samp">+</span></samp>' is used for describing a reservation described by the first regular expression <strong>and</strong> a reservation described by the second regular expression <strong>and</strong> etc. <li>`<samp><span class="samp">*</span></samp>' is used for convenience and simply means a sequence in which the regular expression are repeated <var>number</var> times with cycle advancing (see `<samp><span class="samp">,</span></samp>'). <li>`<samp><span class="samp">cpu_function_unit_name</span></samp>' denotes reservation of the named functional unit. <li>`<samp><span class="samp">reservation_name</span></samp>' &mdash; see description of construction `<samp><span class="samp">define_reservation</span></samp>'. <li>`<samp><span class="samp">nothing</span></samp>' denotes no unit reservations. </ul> <p><a name="index-define_005freservation-3804"></a>Sometimes unit reservations for different insns contain common parts. In such case, you can simplify the pipeline description by describing the common part by the following construction <pre class="smallexample"> (define_reservation <var>reservation-name</var> <var>regexp</var>) </pre> <p><var>reservation-name</var> is a string giving name of <var>regexp</var>. Functional unit names and reservation names are in the same name space. So the reservation names should be different from the functional unit names and can not be the reserved name `<samp><span class="samp">nothing</span></samp>'. <p><a name="index-define_005fbypass-3805"></a><a name="index-instruction-latency-time-3806"></a><a name="index-data-bypass-3807"></a>The following construction is used to describe exceptions in the latency time for given instruction pair. This is so called bypasses. <pre class="smallexample"> (define_bypass <var>number</var> <var>out_insn_names</var> <var>in_insn_names</var> [<var>guard</var>]) </pre> <p><var>number</var> defines when the result generated by the instructions given in string <var>out_insn_names</var> will be ready for the instructions given in string <var>in_insn_names</var>. Each of these strings is a comma-separated list of filename-style globs and they refer to the names of <code>define_insn_reservation</code>s. For example: <pre class="smallexample"> (define_bypass 1 "cpu1_load_*, cpu1_store_*" "cpu1_load_*") </pre> <p>defines a bypass between instructions that start with `<samp><span class="samp">cpu1_load_</span></samp>' or `<samp><span class="samp">cpu1_store_</span></samp>' and those that start with `<samp><span class="samp">cpu1_load_</span></samp>'. <p><var>guard</var> is an optional string giving the name of a C function which defines an additional guard for the bypass. The function will get the two insns as parameters. If the function returns zero the bypass will be ignored for this case. The additional guard is necessary to recognize complicated bypasses, e.g. when the consumer is only an address of insn `<samp><span class="samp">store</span></samp>' (not a stored value). <p>If there are more one bypass with the same output and input insns, the chosen bypass is the first bypass with a guard in description whose guard function returns nonzero. If there is no such bypass, then bypass without the guard function is chosen. <p><a name="index-exclusion_005fset-3808"></a><a name="index-presence_005fset-3809"></a><a name="index-final_005fpresence_005fset-3810"></a><a name="index-absence_005fset-3811"></a><a name="index-final_005fabsence_005fset-3812"></a><a name="index-VLIW-3813"></a><a name="index-RISC-3814"></a>The following five constructions are usually used to describe <acronym>VLIW</acronym> processors, or more precisely, to describe a placement of small instructions into <acronym>VLIW</acronym> instruction slots. They can be used for <acronym>RISC</acronym> processors, too. <pre class="smallexample"> (exclusion_set <var>unit-names</var> <var>unit-names</var>) (presence_set <var>unit-names</var> <var>patterns</var>) (final_presence_set <var>unit-names</var> <var>patterns</var>) (absence_set <var>unit-names</var> <var>patterns</var>) (final_absence_set <var>unit-names</var> <var>patterns</var>) </pre> <p><var>unit-names</var> is a string giving names of functional units separated by commas. <p><var>patterns</var> is a string giving patterns of functional units separated by comma. Currently pattern is one unit or units separated by white-spaces. <p>The first construction (`<samp><span class="samp">exclusion_set</span></samp>') means that each functional unit in the first string can not be reserved simultaneously with a unit whose name is in the second string and vice versa. For example, the construction is useful for describing processors (e.g. some SPARC processors) with a fully pipelined floating point functional unit which can execute simultaneously only single floating point insns or only double floating point insns. <p>The second construction (`<samp><span class="samp">presence_set</span></samp>') means that each functional unit in the first string can not be reserved unless at least one of pattern of units whose names are in the second string is reserved. This is an asymmetric relation. For example, it is useful for description that <acronym>VLIW</acronym> `<samp><span class="samp">slot1</span></samp>' is reserved after `<samp><span class="samp">slot0</span></samp>' reservation. We could describe it by the following construction <pre class="smallexample"> (presence_set "slot1" "slot0") </pre> <p>Or `<samp><span class="samp">slot1</span></samp>' is reserved only after `<samp><span class="samp">slot0</span></samp>' and unit `<samp><span class="samp">b0</span></samp>' reservation. In this case we could write <pre class="smallexample"> (presence_set "slot1" "slot0 b0") </pre> <p>The third construction (`<samp><span class="samp">final_presence_set</span></samp>') is analogous to `<samp><span class="samp">presence_set</span></samp>'. The difference between them is when checking is done. When an instruction is issued in given automaton state reflecting all current and planned unit reservations, the automaton state is changed. The first state is a source state, the second one is a result state. Checking for `<samp><span class="samp">presence_set</span></samp>' is done on the source state reservation, checking for `<samp><span class="samp">final_presence_set</span></samp>' is done on the result reservation. This construction is useful to describe a reservation which is actually two subsequent reservations. For example, if we use <pre class="smallexample"> (presence_set "slot1" "slot0") </pre> <p>the following insn will be never issued (because `<samp><span class="samp">slot1</span></samp>' requires `<samp><span class="samp">slot0</span></samp>' which is absent in the source state). <pre class="smallexample"> (define_reservation "insn_and_nop" "slot0 + slot1") </pre> <p>but it can be issued if we use analogous `<samp><span class="samp">final_presence_set</span></samp>'. <p>The forth construction (`<samp><span class="samp">absence_set</span></samp>') means that each functional unit in the first string can be reserved only if each pattern of units whose names are in the second string is not reserved. This is an asymmetric relation (actually `<samp><span class="samp">exclusion_set</span></samp>' is analogous to this one but it is symmetric). For example it might be useful in a <acronym>VLIW</acronym> description to say that `<samp><span class="samp">slot0</span></samp>' cannot be reserved after either `<samp><span class="samp">slot1</span></samp>' or `<samp><span class="samp">slot2</span></samp>' have been reserved. This can be described as: <pre class="smallexample"> (absence_set "slot0" "slot1, slot2") </pre> <p>Or `<samp><span class="samp">slot2</span></samp>' can not be reserved if `<samp><span class="samp">slot0</span></samp>' and unit `<samp><span class="samp">b0</span></samp>' are reserved or `<samp><span class="samp">slot1</span></samp>' and unit `<samp><span class="samp">b1</span></samp>' are reserved. In this case we could write <pre class="smallexample"> (absence_set "slot2" "slot0 b0, slot1 b1") </pre> <p>All functional units mentioned in a set should belong to the same automaton. <p>The last construction (`<samp><span class="samp">final_absence_set</span></samp>') is analogous to `<samp><span class="samp">absence_set</span></samp>' but checking is done on the result (state) reservation. See comments for `<samp><span class="samp">final_presence_set</span></samp>'. <p><a name="index-automata_005foption-3815"></a><a name="index-deterministic-finite-state-automaton-3816"></a><a name="index-nondeterministic-finite-state-automaton-3817"></a><a name="index-finite-state-automaton-minimization-3818"></a>You can control the generator of the pipeline hazard recognizer with the following construction. <pre class="smallexample"> (automata_option <var>options</var>) </pre> <p><var>options</var> is a string giving options which affect the generated code. Currently there are the following options: <ul> <li><dfn>no-minimization</dfn> makes no minimization of the automaton. This is only worth to do when we are debugging the description and need to look more accurately at reservations of states. <li><dfn>time</dfn> means printing time statistics about the generation of automata. <li><dfn>stats</dfn> means printing statistics about the generated automata such as the number of DFA states, NDFA states and arcs. <li><dfn>v</dfn> means a generation of the file describing the result automata. The file has suffix `<samp><span class="samp">.dfa</span></samp>' and can be used for the description verification and debugging. <li><dfn>w</dfn> means a generation of warning instead of error for non-critical errors. <li><dfn>no-comb-vect</dfn> prevents the automaton generator from generating two data structures and comparing them for space efficiency. Using a comb vector to represent transitions may be better, but it can be very expensive to construct. This option is useful if the build process spends an unacceptably long time in genautomata. <li><dfn>ndfa</dfn> makes nondeterministic finite state automata. This affects the treatment of operator `<samp><span class="samp">|</span></samp>' in the regular expressions. The usual treatment of the operator is to try the first alternative and, if the reservation is not possible, the second alternative. The nondeterministic treatment means trying all alternatives, some of them may be rejected by reservations in the subsequent insns. <li><dfn>collapse-ndfa</dfn> modifies the behaviour of the generator when producing an automaton. An additional state transition to collapse a nondeterministic <acronym>NDFA</acronym> state to a deterministic <acronym>DFA</acronym> state is generated. It can be triggered by passing <code>const0_rtx</code> to state_transition. In such an automaton, cycle advance transitions are available only for these collapsed states. This option is useful for ports that want to use the <code>ndfa</code> option, but also want to use <code>define_query_cpu_unit</code> to assign units to insns issued in a cycle. <li><dfn>progress</dfn> means output of a progress bar showing how many states were generated so far for automaton being processed. This is useful during debugging a <acronym>DFA</acronym> description. If you see too many generated states, you could interrupt the generator of the pipeline hazard recognizer and try to figure out a reason for generation of the huge automaton. </ul> <p>As an example, consider a superscalar <acronym>RISC</acronym> machine which can issue three insns (two integer insns and one floating point insn) on the cycle but can finish only two insns. To describe this, we define the following functional units. <pre class="smallexample"> (define_cpu_unit "i0_pipeline, i1_pipeline, f_pipeline") (define_cpu_unit "port0, port1") </pre> <p>All simple integer insns can be executed in any integer pipeline and their result is ready in two cycles. The simple integer insns are issued into the first pipeline unless it is reserved, otherwise they are issued into the second pipeline. Integer division and multiplication insns can be executed only in the second integer pipeline and their results are ready correspondingly in 8 and 4 cycles. The integer division is not pipelined, i.e. the subsequent integer division insn can not be issued until the current division insn finished. Floating point insns are fully pipelined and their results are ready in 3 cycles. Where the result of a floating point insn is used by an integer insn, an additional delay of one cycle is incurred. To describe all of this we could specify <pre class="smallexample"> (define_cpu_unit "div") (define_insn_reservation "simple" 2 (eq_attr "type" "int") "(i0_pipeline | i1_pipeline), (port0 | port1)") (define_insn_reservation "mult" 4 (eq_attr "type" "mult") "i1_pipeline, nothing*2, (port0 | port1)") (define_insn_reservation "div" 8 (eq_attr "type" "div") "i1_pipeline, div*7, div + (port0 | port1)") (define_insn_reservation "float" 3 (eq_attr "type" "float") "f_pipeline, nothing, (port0 | port1)) (define_bypass 4 "float" "simple,mult,div") </pre> <p>To simplify the description we could describe the following reservation <pre class="smallexample"> (define_reservation "finish" "port0|port1") </pre> <p>and use it in all <code>define_insn_reservation</code> as in the following construction <pre class="smallexample"> (define_insn_reservation "simple" 2 (eq_attr "type" "int") "(i0_pipeline | i1_pipeline), finish") </pre> <div class="footnote"> <hr> <h4>Footnotes</h4><p class="footnote"><small>[<a name="fn-1" href="#fnd-1">1</a>]</small> However, the size of the automaton depends on processor complexity. To limit this effect, machine descriptions can split orthogonal parts of the machine description among several automata: but then, since each of these must be stepped independently, this does cause a small decrease in the algorithm's performance.</p> <p><hr></div> </body></html>
cpp/lib/PyQt4/doc/html/incompatible_apis.html
perryjrandall/arsenalsuite
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Selecting Incompatible APIs &mdash; PyQt snapshot-4.9.5-9eb6aac99275 Reference Guide</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '#', VERSION: 'snapshot-4.9.5-9eb6aac99275', COLLAPSE_MODINDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="shortcut icon" href="_static/logo_tn.ico"/> <link rel="top" title="PyQt snapshot-4.9.5-9eb6aac99275 Reference Guide" href="index.html" /> <link rel="next" title="Deploying Commercial PyQt Applications" href="deploy_commercial.html" /> <link rel="prev" title="DBus Support" href="dbus.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li> <li class="right" > <a href="deploy_commercial.html" title="Deploying Commercial PyQt Applications" accesskey="N">next</a> |</li> <li class="right" > <a href="dbus.html" title="DBus Support" accesskey="P">previous</a> |</li> <li><a href="index.html">PyQt snapshot-4.9.5-9eb6aac99275 Reference Guide</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="selecting-incompatible-apis"> <span id="ref-incompat-apis"></span><h1>Selecting Incompatible APIs<a class="headerlink" href="#selecting-incompatible-apis" title="Permalink to this headline">¶</a></h1> <p>PyQt provides limited support for multiple incompatible APIs and the ability for an application to select between them at run-time. For example, an application can choose whether <tt class="docutils literal"><span class="pre">QString</span></tt> is implemented as a Python type, or is automatically converted to and from a Python v2 unicode object or a Python v3 string object.</p> <p>This ability allows developers to decide how to manage the transition from an older deprecated, API to a newer incompatible API.</p> <p>Each API that can be selected in this way has a name and a range of version numbers. An application calls <tt class="xref docutils literal"><span class="pre">sip.setapi()</span></tt> to set the version number of a particular API. This call must be made before any module that implements the API is imported. Once set the version number cannot be changed. If not set then an API will use its default version.</p> <p>For example the following code will disable the use of <tt class="docutils literal"><span class="pre">QString</span></tt>:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">sip</span> <span class="n">sip</span><span class="o">.</span><span class="n">setapi</span><span class="p">(</span><span class="s">&#39;QString&#39;</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span> <span class="kn">from</span> <span class="nn">PyQt4</span> <span class="kn">import</span> <span class="n">QtCore</span> <span class="c"># This will raise an attribute exception because QString is only wrapped</span> <span class="c"># in version 1 of the API.</span> <span class="n">s</span> <span class="o">=</span> <span class="n">QtCore</span><span class="o">.</span><span class="n">QString</span><span class="p">()</span> </pre></div> </div> <p>The following APIs are currently implemented:</p> <ul class="simple"> <li>QDate v1, v2</li> <li>QDateTime v1, v2</li> <li>QString v1, v2</li> <li>QTextStream v1, v2</li> <li>QTime v1, v2</li> <li>QUrl v1, v2</li> <li>QVariant v1, v2</li> </ul> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="index.html"> <img class="logo" src="_static/logo.png" alt="Logo"/> </a></p> <h4>Previous topic</h4> <p class="topless"><a href="dbus.html" title="previous chapter">DBus Support</a></p> <h4>Next topic</h4> <p class="topless"><a href="deploy_commercial.html" title="next chapter">Deploying Commercial PyQt Applications</a></p> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" size="18" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <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="modindex.html" title="Global Module Index" >modules</a> |</li> <li class="right" > <a href="deploy_commercial.html" title="Deploying Commercial PyQt Applications" >next</a> |</li> <li class="right" > <a href="dbus.html" title="DBus Support" >previous</a> |</li> <li><a href="index.html">PyQt snapshot-4.9.5-9eb6aac99275 Reference Guide</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2011 Riverbank Computing Limited. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4. </div> </body> </html>
wp-content/plugins/birchschedule/framework/lib/assets/js/datatables/extensions/Buttons/examples/api/group.html
stanislav-chechun/campus-rize
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>Buttons example - Group selection</title> <link rel="stylesheet" type="text/css" href="../../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../../css/buttons.dataTables.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script type="text/javascript" language="javascript" src="../../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../../js/dataTables.buttons.js"></script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { var table = $('#example').DataTable(); new $.fn.dataTable.Buttons( table, { buttons: [ { text: 'Button 1', action: function ( e, dt, node, conf ) { console.log( 'Button 1 clicked on' ); } }, { text: 'Button 2', action: function ( e, dt, node, conf ) { console.log( 'Button 2 clicked on' ); } } ] } ); table.buttons( 0, null ).container().prependTo( table.table().container() ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>Buttons example <span>Group selection</span></h1> <div class="info"> <p>Multiple button sets can coexist together sharing the same DataTable as a host. When using the API you need the ability to select one, or more, of those groups, and thus the buttons in them to be able to take whatever action is required. This is provided through the <a href= "//datatables.net/reference/type/button-group-selector"><code class="type" title="Javascript parameter type">button-group-selector</code></a> data type of the <a href="//datatables.net/reference/api/button()"><code class="api" title="Buttons API method">button()</code></a> and <a href= "//datatables.net/reference/api/buttons()"><code class="api" title="Buttons API method">buttons()</code></a> methods.</p> <p>The group selector, and the individual button selector (<a href="//datatables.net/reference/type/button-selector"><code class="type" title= "Javascript parameter type">button-selector</code></a>) give the ability to select any button or buttons in any group or groups of buttons. Actions can also be taken on a whole group of buttons.</p> <p>This example shows Buttons being constructed using the <code>new $.fn.dataTable.Buttons</code> construct and then the container node that holds all of the created buttons obtained via the <a href="//datatables.net/reference/api/buttons().container()"><code class="api" title= "Buttons API method">buttons().container()</code></a> method. Note that the function is called with two parameters: <code>0</code> and <code>null</code>. The <code>0</code> is the <a href="//datatables.net/reference/type/button-group-selector"><code class="type" title= "Javascript parameter type">button-group-selector</code></a> option (i.e. select BUttons instance 0) and the second parameter is the <a href= "//datatables.net/reference/type/button-selector"><code class="type" title="Javascript parameter type">button-selector</code></a> option. This is important as if a single parameter is passed into the <a href="//datatables.net/reference/api/button()"><code class="api" title="Buttons API method">button()</code></a> or <a href= "//datatables.net/reference/api/buttons()"><code class="api" title="Buttons API method">buttons()</code></a> methods it is treated as a <a href= "//datatables.net/reference/type/button-selector"><code class="type" title="Javascript parameter type">button-selector</code></a>.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { var table = $('#example').DataTable(); new $.fn.dataTable.Buttons( table, { buttons: [ { text: 'Button 1', action: function ( e, dt, node, conf ) { console.log( 'Button 1 clicked on' ); } }, { text: 'Button 2', action: function ( e, dt, node, conf ) { console.log( 'Button 2 clicked on' ); } } ] } ); table.buttons( 0, null ).container().prependTo( table.table().container() ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="//code.jquery.com/jquery-1.11.3.min.js">//code.jquery.com/jquery-1.11.3.min.js</a></li> <li><a href="../../../../media/js/jquery.dataTables.js">../../../../media/js/jquery.dataTables.js</a></li> <li><a href="../../js/dataTables.buttons.js">../../js/dataTables.buttons.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline language-css"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href="../../../../media/css/jquery.dataTables.css">../../../../media/css/jquery.dataTables.css</a></li> <li><a href="../../css/buttons.dataTables.css">../../css/buttons.dataTables.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="../column_visibility/index.html">Column Visibility</a></h3> <ul class="toc"> <li><a href="../column_visibility/simple.html">Basic column visibility</a></li> <li><a href="../column_visibility/layout.html">Multi-column layout</a></li> <li><a href="../column_visibility/text.html">Internationalisation</a></li> <li><a href="../column_visibility/restore.html">Restore column visibility</a></li> <li><a href="../column_visibility/columns.html">Select columns</a></li> <li><a href="../column_visibility/columnsToggle.html">Basic column visibility</a></li> <li><a href="../column_visibility/columnGroups.html">Column groups</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../flash/index.html">Flash</a></h3> <ul class="toc"> <li><a href="../flash/simple.html">Flash export buttons</a></li> <li><a href="../flash/tsv.html">Tab separated values</a></li> <li><a href="../flash/filename.html">File name</a></li> <li><a href="../flash/copyi18n.html">Copy button internationalisation</a></li> <li><a href="../flash/pdfMessage.html">PDF message</a></li> <li><a href="../flash/pdfPage.html">Page size and orientation</a></li> <li><a href="../flash/hidden.html">Hidden initialisation</a></li> <li><a href="../flash/swfPath.html">SWF file location</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../html5/index.html">Html5</a></h3> <ul class="toc"> <li><a href="../html5/simple.html">HTML5 export buttons</a></li> <li><a href="../html5/tsv.html">Tab separated values</a></li> <li><a href="../html5/filename.html">File name</a></li> <li><a href="../html5/copyi18n.html">Copy button internationalisation</a></li> <li><a href="../html5/pdfMessage.html">PDF message</a></li> <li><a href="../html5/pdfPage.html">Page size and orientation</a></li> <li><a href="../html5/pdfImage.html">PDF with image</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../initialisation/index.html">Initialisation</a></h3> <ul class="toc"> <li><a href="../initialisation/simple.html">Basic initialisation</a></li> <li><a href="../initialisation/export.html">File export</a></li> <li><a href="../initialisation/custom.html">Custom button</a></li> <li><a href="../initialisation/className.html">Class names</a></li> <li><a href="../initialisation/keys.html">Keyboard activation</a></li> <li><a href="../initialisation/collections.html">Collections</a></li> <li><a href="../initialisation/plugins.html">Plug-ins</a></li> <li><a href="../initialisation/new.html">`new` initialisation</a></li> <li><a href="../initialisation/multiple.html">Multiple button groups</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../print/index.html">Print</a></h3> <ul class="toc"> <li><a href="../print/simple.html">Print button</a></li> <li><a href="../print/message.html">Custom message</a></li> <li><a href="../print/columns.html">Export options - column selector</a></li> <li><a href="../print/select.html">Export options - row selector</a></li> <li><a href="../print/autoPrint.html">Disable auto print</a></li> <li><a href="../print/customisation.html">Customisation of the print view window</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.html">Styling</a></h3> <ul class="toc"> <li><a href="../styling/bootstrap.html">Bootstrap styling</a></li> <li><a href="../styling/foundation.html">Foundation styling</a></li> <li><a href="../styling/jqueryui.html">jQuery UI styling</a></li> </ul> </div> <div class="toc-group"> <h3><a href="./index.html">API</a></h3> <ul class="toc active"> <li><a href="./enable.html">Enable / disable</a></li> <li><a href="./text.html">Dynamic text</a></li> <li><a href="./addRemove.html">Adding and removing buttons dynamically</a></li> <li class="active"><a href="./group.html">Group selection</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href= "http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
wp-content/themes/netwerven/library/js/angular-1.2.13/docs/partials/api/angular.forEach.html
Master244/Netwerven-Test-Site
<a href="http://github.com/angular/angular.js/tree/v1.2.13/src/Angular.js#L185" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/Angular.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">angular.forEach</code> <div><span class="hint">API in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="angular-foreach-page"><p>Invokes the <code>iterator</code> function once for each item in <code>obj</code> collection, which can be either an object or an array. The <code>iterator</code> function is invoked with <code>iterator(value, key)</code>, where <code>value</code> is the value of an object property or an array element and <code>key</code> is the object property key or array element index. Specifying a <code>context</code> for the function is optional.</p> <p>It is worth noting that <code>.forEach</code> does not iterate over inherited properties because it filters using the <code>hasOwnProperty</code> method.</p> <p> <pre class="prettyprint linenums"> var values = {name: 'misko', gender: 'male'}; var log = []; angular.forEach(values, function(value, key){ this.push(key + ': ' + value); }, log); expect(log).toEqual(['name: misko', 'gender: male']); </pre> </div></div> <h2 id="usage">Usage</h2> <div class="usage"><pre class="prettyprint linenums">angular.forEach(obj, iterator[, context]);</pre> <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>obj</td><td><a href="" class="label type-hint type-hint-object">Object</a><a href="" class="label type-hint type-hint-array">Array</a></td><td><div class="angular-foreach-page"><p>Object to iterate over.</p> </div></td></tr><tr><td>iterator</td><td><a href="" class="label type-hint type-hint-function">Function</a></td><td><div class="angular-foreach-page"><p>Iterator function.</p> </div></td></tr><tr><td>context <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="angular-foreach-page"><p>Object to become context (<code>this</code>) for the iterator function.</p> </div></td></tr></tbody></table><h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object|Array</a></td><td><div class="angular-foreach-page"><p>Reference to <code>obj</code>.</p> </div></td></tr></table></div> </div>
static/css/xcode.css
songww/blog.flexops.org
.hll { background-color: #ffffcc } .c { color: #177500 } /* Comment */ .err { color: #000000 } /* Error */ .k { color: #A90D91 } /* Keyword */ .l { color: #1C01CE } /* Literal */ .n { color: #000000 } /* Name */ .o { color: #000000 } /* Operator */ .cm { color: #177500 } /* Comment.Multiline */ .cp { color: #633820 } /* Comment.Preproc */ .c1 { color: #177500 } /* Comment.Single */ .cs { color: #177500 } /* Comment.Special */ .kc { color: #A90D91 } /* Keyword.Constant */ .kd { color: #A90D91 } /* Keyword.Declaration */ .kn { color: #A90D91 } /* Keyword.Namespace */ .kp { color: #A90D91 } /* Keyword.Pseudo */ .kr { color: #A90D91 } /* Keyword.Reserved */ .kt { color: #A90D91 } /* Keyword.Type */ .ld { color: #1C01CE } /* Literal.Date */ .m { color: #1C01CE } /* Literal.Number */ .s { color: #C41A16 } /* Literal.String */ .na { color: #836C28 } /* Name.Attribute */ .nb { color: #A90D91 } /* Name.Builtin */ .nc { color: #3F6E75 } /* Name.Class */ .no { color: #000000 } /* Name.Constant */ .nd { color: #000000 } /* Name.Decorator */ .ni { color: #000000 } /* Name.Entity */ .ne { color: #000000 } /* Name.Exception */ .nf { color: #000000 } /* Name.Function */ .nl { color: #000000 } /* Name.Label */ .nn { color: #000000 } /* Name.Namespace */ .nx { color: #000000 } /* Name.Other */ .py { color: #000000 } /* Name.Property */ .nt { color: #000000 } /* Name.Tag */ .nv { color: #000000 } /* Name.Variable */ .ow { color: #000000 } /* Operator.Word */ .mb { color: #1C01CE } /* Literal.Number.Bin */ .mf { color: #1C01CE } /* Literal.Number.Float */ .mh { color: #1C01CE } /* Literal.Number.Hex */ .mi { color: #1C01CE } /* Literal.Number.Integer */ .mo { color: #1C01CE } /* Literal.Number.Oct */ .sb { color: #C41A16 } /* Literal.String.Backtick */ .sc { color: #2300CE } /* Literal.String.Char */ .sd { color: #C41A16 } /* Literal.String.Doc */ .s2 { color: #C41A16 } /* Literal.String.Double */ .se { color: #C41A16 } /* Literal.String.Escape */ .sh { color: #C41A16 } /* Literal.String.Heredoc */ .si { color: #C41A16 } /* Literal.String.Interpol */ .sx { color: #C41A16 } /* Literal.String.Other */ .sr { color: #C41A16 } /* Literal.String.Regex */ .s1 { color: #C41A16 } /* Literal.String.Single */ .ss { color: #C41A16 } /* Literal.String.Symbol */ .bp { color: #5B269A } /* Name.Builtin.Pseudo */ .vc { color: #000000 } /* Name.Variable.Class */ .vg { color: #000000 } /* Name.Variable.Global */ .vi { color: #000000 } /* Name.Variable.Instance */ .il { color: #1C01CE } /* Literal.Number.Integer.Long */
docs/partials/api/ngSanitize/provider/$sanitizeProvider.html
publicFunction/arma-campaign-manager
<a href='https://github.com/angular/angular.js/edit/v1.5.x/src/ngSanitize/sanitize.js?message=docs($sanitizeProvider)%3A%20describe%20your%20change...#L135' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.5.7/src/ngSanitize/sanitize.js#L135' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">$sanitizeProvider</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> <a href="api/ngSanitize/service/$sanitize">- $sanitize</a> </li> <li> - provider in module <a href="api/ngSanitize">ngSanitize</a> </li> </ol> </header> <div class="api-profile-description"> <p>Creates and configures <a href="api/ngSanitize/service/$sanitize"><code>$sanitize</code></a> instance.</p> </div> <div> <h2>Methods</h2> <ul class="methods"> <li id="enableSvg"> <h3><p><code>enableSvg([flag]);</code></p> </h3> <div><p>Enables a subset of svg to be supported by the sanitizer.</p> <div class="alert alert-warning"> <p>By enabling this setting without taking other precautions, you might expose your application to click-hijacking attacks. In these attacks, sanitized svg elements could be positioned outside of the containing element and be rendered over other elements on the page (e.g. a login link). Such behavior can then result in phishing incidents.</p> <p>To protect against these, explicitly setup <code>overflow: hidden</code> css rule for all potential svg tags within the sanitized content:</p> <br> <pre><code> .rootOfTheIncludedContent svg { overflow: hidden !important; } </code></pre> </div></div> <h4>Parameters</h4> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> flag <div><em>(optional)</em></div> </td> <td> <a href="" class="label type-hint type-hint-boolean">boolean</a> </td> <td> <p>Enable or disable SVG support in the sanitizer.</p> </td> </tr> </tbody> </table> <h4>Returns</h4> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-boolean">boolean</a><a href="" class="label type-hint type-hint-ng">ng.$sanitizeProvider</a></td> <td><p>Returns the currently configured value if called without an argument or self for chaining otherwise.</p> </td> </tr> </table> </li> </ul> </div>
layout/reftests/margin-collapsing/block-sibling-2-ref2.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE html> <html> <head> <style type="text/css"> #red { height: 20px; background-color: red; } #green { height: 20px; background-color: green; } #blue { height: 20px; background-color: blue; } .margin { height: 20px; } </style> </head> <body> <div id="red"></div> <div class="margin"></div> <div id="green"></div> <div class="margin"></div> <div id="blue"></div> </body> </html>
styles/skeleton.css
reneejustrenee/tikiwikitest
/* $Id: skeleton.css 41422 2012-05-10 22:22:12Z jonnybradley $ Skeleton theme (skeleton.css) for Tiki Wiki CMS Groupware. Simplified tiki.tpl file and no-content theme CSS file. Visit http://themes.tiki.org for more information. */ /* Import foundation CSS files. */ @import url("lite/lite.css"); @import url("layout/layout.css"); @import url("layout/design.css"); /* End of File */
xdocs/coding_conventions.html
bnoordhuis/axis2-c
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html><head><title>Apache Axis2/C - Coding Conventions</title> <h2>Axis2/C Coding Conventions</h2><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul> <li><a href="#1_Naming_conventions_">Naming Conventions</a> <ul> <li><a href="#1_1_Variables">Variables</a></li> <li><a href="#1_2_Functions_">Functions</a></li> <li><a href="#1_3_Structures_and_user_defined_data">Structures and User defined Data Types</a></li> <li><a href="#1_4_Macros">Macros</a></li> <li><a href="#1_5_Enumerations">Enumerations</a></li> </ul> </li> <li><a href="#2_Indentation">Indentation and Formatting</a></li> <li><a href="#3_Comments">Comments</a></li> <li><a href="#4_Function_parameters_and_Return_Value">Function Parameters and Return Value Conventions</a></li> <li><a href="#5_Include_directives">Include Directives</a></li> </ul><p><a name="1_Naming_conventions_"></a></p></div><div class="subsection"><a name="1__Naming_Conventions"></a><h3>1. Naming Conventions</h3><ul> <li>Namespace validation is done using the <code><strong>axis2_</strong></code> prefix.</li> <li>Underscore should be used to separate individual words in identifiers.</li> <li>All identifiers should be meaningful and abbreviations must be avoided whenever possible.</li> </ul><p><a name="1_1_Variables"></a></p></div><div class="subsection"><a name="1_1_Variables"></a><h3>1.1 Variables</h3><ul> <li>Use meaningful nouns.</li> <li>Make sure to use all lowercase letters for private and public variables.</li> <li>If it is a local variable or a member of a struct, there's no need to prefix it with <code>axis2_</code></li> e.g.</ul> <div class="source"><pre>int count = 0; char *prefix = NULL; </pre></div> <p><a name="1_2_Functions_"></a></p></div><div class="subsection"><a name="1_2_Functions"></a><h3>1.2 Functions</h3><ul> <li>Function names should always start with the prefix <code>axis2_</code> except for members of a struct.</li> e.g.</ul> <div class="source"><pre>axis2_engine_t * axis2_engine_create(axutil_env_t *environment); </pre></div> <p><a name="1_3_Structures_and_user_defined_data"></a></p></div><div class="subsection"><a name="1_3_Structures_and_User_Defined_Data_Types"></a><h3>1.3 Structures and User Defined Data Types</h3><ul> <li>Note the _t suffix in the type name.</li> e.g.</ul> <div class="source"><pre>typedef struct axis2_endpoint_ref { axis2_char_t *address; } axis2_endpoint_ref_t; </pre></div> <p><a name="1_4_Macros"></a></p></div><div class="subsection"><a name="1_4_Macros"></a><h3>1.4 Macros</h3><ul> <li>Macro names should be in all uppercase letters.</li> e.g.</ul> <div class="source"><pre>#define AXIS2_H #define AXIS2_ERROR_GET_MESSAGE(error) ((error)-&gt;ops-&gt;get_message(error)) </pre></div> <p><a name="1_5_Enumerations"></a></p></div><div class="subsection"><a name="1_5_Enumerations"></a><h3>1.5 Enumerations</h3><ul> e.g.</ul> <div class="source"><pre>typedef enum axis2_status_codes { AXIS2_FAILURE = 0, AXIS2_SUCCESS } axis2_status_codes_t; </pre></div> <p><a name="2_Indentation"></a></p></div><div class="subsection"><a name="2__Indentation_and_Formatting"></a><h3>2. Indentation and Formatting</h3><ul> Indentation rules are defined in terms of <a href="http://astyle.sourceforge.net/" class="externalLink" title="External Link">Artistic Style</a> indent options:</ul><ul> astyle --style=ansi -b -p -s4 -M0 -c -U -S</ul><ul> In detail, these options mean, <ul> <li>Use the ANSI style code layout <pre> int foo() { if (is_bar) { bar(); return 1; } else return 0; } </pre> </li> <li>Use spaces around operators</li> <li>Use four spaces for indenting</li> <li>No spaces between the function name and parenthesis <pre> if (is_foo(a, b)) bar(a, b); </pre> <pre> </pre> </li> </ul> There are some more formatting guidelines that could not be enforced by a formatting tool, but nevertheless should be followed. <ul> <li>Checking pointer validity: <pre> if (foo)</pre> and NOT <pre> if (foo != NULL)</pre> </li> <li>Checking equality: <pre> if (foo == 7)</pre> and NOT <pre> if (7 == foo)</pre> </li> </ul> </ul><p><a name="3_Comments"></a></p></div><div class="subsection"><a name="3__Comments"></a><h3>3. Comments</h3><ul> <a href="http://www.stack.nl/%7Edimitri/doxygen/docblocks.html" class="newWindow" title="New Window" target="_blank">Doxygen style comments</a> should be used to help auto generate API documentation. All structs and functions including parameters and return types should be documented.</ul><p><a name="4_Function_parameters_and_Return_Value"></a></p></div><div class="subsection"><a name="4__Function_Parameters_and_Return_Value_Conventions"></a><h3>4. Function Parameters and Return Value Conventions</h3><ul> Each function should be passed a pointer to an instance of the <code>axutil_env_t</code> struct as the first parameter. If the function is tightly bound to a struct, the second parameter is a pointer to an instance of that struct.</ul><ul> Functions returning pointers should return NULL in case of an error. The developer should make sure to set the relevant error code in the environment's error struct.</ul><ul> Functions that do not return pointer values should always return the <code>AXIS2_FAILURE</code> status code on error whenever possible, or return some other defined error value (in case of returning a struct perhaps). A relevant error code must also be set in the environment's error struct.</ul><p><a name="5_Include_directives"></a></p></div><div class="subsection"><a name="5__Include_Directives"></a><h3>5. Include Directives</h3><ul> It is preferable to include header files in the following fashion:</ul><ul> </ul> <div class="source"><pre>&lt;standard header files&gt; &lt;other system headers&gt; "local header files" </pre></div> </div></div></div></div><div class="clear"><hr></hr></div></body></html>
src/ui/firebug-lite/sandbox/sandbox/syntaxHighlight/prototype2b.html
cyc115/noter
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/DTD/strict.dtd"> <html debug="true"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>~ improved sourceBox prototype #2</title> <script type="text/javascript" zsrc="../../../content/firebug-lite-dev.js"></script> <script type="text/javascript" src="TokenReader9b.js"></script> <script type="text/javascript"> // ************************************************************************************************* var sourceLocation = "../../../build/syntax-test1.js"; var sourceText; window.onload = function() { var runButton = document.getElementById("run"); var loading = document.getElementById("loading"); loading.innerHTML = "requesting file..."; loading.style.display = "block"; setTimeout(function(){ var xhr = getXHRObject(); xhr.open("get", sourceLocation, true); xhr.onreadystatechange = function() { if (xhr.readyState == 4 && xhr.status == 200) { runButton.disabled = false; loading.style.display = "none"; loading.innerHTML = ""; sourceText = xhr.responseText; } }; xhr.send(); },100); }; var run = function() { parseTricker=parseFile(sourceText); parseTrick(); }; var getResource = function(url) { var xhr = getXHRObject(); xhr.open("get", url, false); xhr.send(null); return xhr.responseText; }; var getXHRObject = function() { var xhrObj = false; try { xhrObj = new XMLHttpRequest(); } catch(e) { var progid = [ "MSXML2.XMLHTTP.5.0", "MSXML2.XMLHTTP.4.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP" ]; for ( var i=0; i < progid.length; ++i ) { try { xhrObj = new ActiveXObject(progid[i]); } catch(e) { continue; } break; } } finally { return xhrObj; } }; </script> <style type="text/css"> html, body { margin: 0; padding: 0; overflow: hidden; background: #eee; } .strn { color: #800; } .keyw { color: #008; } .comm { color: #080; } .punc { color: #660; } .regx { color: #606; } .numb { color: #606; } #source { overflow: auto; height: 300px; background: #fff; } pre span { } pre { margin: 0; padding: 0; background: #fff; } #progressBar { background: #eee; position: relative; font-size: 11px; height: 14px; } #progressFill { background:#316AC5; width:0; height:100%; position: absolute; } #progressText { text-align: center; width:100%; height:100%; position: absolute; } #loading { position: absolute; background: #ff0; padding: 2px; display: none; z-index: 99; } </style> </head> <body> <div id="loading">&nbsp;</div> <div id="progressBar"> <div id="progressFill">&nbsp;</div> <div id="progressText"></div> </div> <pre id="source"> </pre> <input disabled id="run" type="button" value="run" onclick="run()" /> <i>~ :O</i> </body> </html>
node_modules/leaflet/debug/tests/crs-pacific.html
RobyRemzy/cozy-map
<!DOCTYPE html> <html> <head> <title>Leaflet debug page</title> <link rel="stylesheet" href="../../dist/leaflet.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../css/screen.css" /> <script type="text/javascript" src="../../build/deps.js"></script> <script src="../leaflet-include.js"></script> </head> <body> <div id="map"></div> <button id="populate">Populate with 10 markers</button> <script type="text/javascript"> // L.CRS.EPSG3857.Pacific = L.extend({}, L.CRS.EPSG3857, { // wrapLng: [0, 360], // }); var map = L.map('map', { // crs: L.CRS.EPSG3857.Pacific }); var positron = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', { attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://cartodb.com/attributions">CartoDB</a>' }).addTo(map); L.marker([0, 179]).addTo(map); L.marker([0, 181]).addTo(map); L.marker([0, 183]).addTo(map); L.marker([0, 185]).addTo(map); L.marker([0, 187]).addTo(map); L.marker([0, 189]).addTo(map); map.fitWorld(); </script> </body> </html>
site/javadoc/r1.1.0/org/apache/edgent/analytics/math3/json/JsonAnalytics.html
queeniema/incubator-edgent-website
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> <title>JsonAnalytics (Edgent v1.1.0)</title> <meta name="date" content="2017-02-26"> <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="JsonAnalytics (Edgent v1.1.0)"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../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/JsonAnalytics.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/edgent/analytics/math3/json/JsonAnalytics.html" target="_top">Frames</a></li> <li><a href="JsonAnalytics.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.edgent.analytics.math3.json</div> <h2 title="Class JsonAnalytics" class="title">Class JsonAnalytics</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.edgent.analytics.math3.json.JsonAnalytics</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">JsonAnalytics</span> extends java.lang.Object</pre> <div class="block">Apache Common Math analytics for streams with JSON tuples.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#JsonAnalytics--">JsonAnalytics</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static &lt;K extends com.google.gson.JsonElement&gt;<br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;valueProperty, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static &lt;K extends com.google.gson.JsonElement&gt;<br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a>&lt;com.google.gson.JsonObject&gt;&nbsp;valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static &lt;K extends com.google.gson.JsonElement&gt;<br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a>&lt;java.util.List&lt;com.google.gson.JsonObject&gt;,K,com.google.gson.JsonObject&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregateList</a></span>(java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a>&lt;com.google.gson.JsonObject&gt;&nbsp;valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</code> <div class="block">Create a Function that aggregates against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static com.google.gson.JsonElement</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">getMvAggregate</a></span>(com.google.gson.JsonObject&nbsp;jo, java.lang.String&nbsp;resultProperty, java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>&nbsp;aggregate)</code> <div class="block">Get the value of an aggregate computed by a multi-variable aggregation.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">hasMvAggregate</a></span>(com.google.gson.JsonObject&nbsp;jo, java.lang.String&nbsp;resultProperty, java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>&nbsp;aggregate)</code> <div class="block">Check if an aggregation result from a multi-variable aggregation is present.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">mkAggregationSpec</a></span>(java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</code> <div class="block">Create an aggregation specification.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>static &lt;K extends com.google.gson.JsonElement&gt;<br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-">mvAggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionKeyProperty, java.lang.String&nbsp;resultProperty, java.util.List&lt;org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;&gt;&nbsp;aggregateSpecs)</code> <div class="block">Aggregate against multiple <code>Numeric</code> variables contained in an JSON object.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>static &lt;K extends com.google.gson.JsonElement&gt;<br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a>&lt;java.util.List&lt;com.google.gson.JsonObject&gt;,K,com.google.gson.JsonObject&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-">mvAggregateList</a></span>(java.lang.String&nbsp;resultPartitionKeyProperty, java.lang.String&nbsp;resultProperty, java.util.List&lt;org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;&gt;&nbsp;aggregateSpecs)</code> <div class="block">Create a Function that aggregates multiple <code>Numeric</code> variables contained in an JSON object.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JsonAnalytics--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonAnalytics</h4> <pre>public&nbsp;JsonAnalytics()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aggregate</h4> <pre>public static&nbsp;&lt;K extends com.google.gson.JsonElement&gt;&nbsp;<a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;aggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;valueProperty, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</pre> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object. The returned stream contains a tuple for each execution performed against a window partition. The tuple is a <code>JsonObject</code> containing: <UL> <LI> Partition key of type <code>K</code> as a property with key <code>resultPartitionProperty</code>. </LI> <LI> Aggregation results as a <code>JsonObject</code> as a property with key <code>valueProperty</code>. This results object contains the results of all aggregations defined by <code>aggregates</code> against <code>double</code> property with key <code>valueProperty</code>. <BR> Each <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json"><code>JsonUnivariateAggregate</code></a> declares how it represents its aggregation in this result object. </LI> </UL> <P> For example if the window contains these three tuples (pseudo JSON) for partition 3: <BR> <code>{id=3,reading=2.0}, {id=3,reading=2.6}, {id=3,reading=1.8}</code> <BR> the resulting aggregation for the stream returned by: <BR> <code>aggregate(window, "id", "reading", Statistic.MIN, Statistic.MAX)</code> <BR> would contain this tuple with the maximum and minimum values in the <code>reading</code> JSON object: <BR> <code>{id=3, reading={MIN=1.8, MAX=1.8}}</code> </P></div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>K</code> - Partition type</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>window</code> - Window to aggregate over.</dd> <dd><code>resultPartitionProperty</code> - Property to store the partition key in tuples on the returned stream.</dd> <dd><code>valueProperty</code> - JSON property containing the value to aggregate.</dd> <dd><code>aggregates</code> - Which aggregations to be performed.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Stream that will contain aggregations.</dd> </dl> </li> </ul> <a name="aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aggregate</h4> <pre>public static&nbsp;&lt;K extends com.google.gson.JsonElement&gt;&nbsp;<a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;aggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a>&lt;com.google.gson.JsonObject&gt;&nbsp;valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</pre> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object. The returned stream contains a tuple for each execution performed against a window partition. The tuple is a <code>JsonObject</code> containing: <UL> <LI> Partition key of type <code>K</code> as a property with key <code>resultPartitionProperty</code>. </LI> <LI> Aggregation results as a <code>JsonObject</code> as a property with key <code>resultProperty</code>. This results object contains the results of all aggregations defined by <code>aggregates</code> against value returned by <code>valueGetter</code>. <BR> Each <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json"><code>JsonUnivariateAggregate</code></a> declares how it represents its aggregation in this result object. </LI> </UL></div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>K</code> - Partition type</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>window</code> - Window to aggregate over.</dd> <dd><code>resultPartitionProperty</code> - Property to store the partition key in tuples on the returned stream.</dd> <dd><code>resultProperty</code> - Property to store the aggregations in tuples on the returned stream.</dd> <dd><code>valueGetter</code> - How to obtain the single variable from input tuples.</dd> <dd><code>aggregates</code> - Which aggregations to be performed.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Stream that will contain aggregations.</dd> </dl> </li> </ul> <a name="aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aggregateList</h4> <pre>public static&nbsp;&lt;K extends com.google.gson.JsonElement&gt;&nbsp;<a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a>&lt;java.util.List&lt;com.google.gson.JsonObject&gt;,K,com.google.gson.JsonObject&gt;&nbsp;aggregateList(java.lang.String&nbsp;resultPartitionProperty, java.lang.String&nbsp;resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a>&lt;com.google.gson.JsonObject&gt;&nbsp;valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</pre> <div class="block">Create a Function that aggregates against a single <code>Numeric</code> variable contained in an JSON object. Calling <code>apply(List&lt;JsonObject&gt;)</code> on the returned <code>BiFunction</code> returns a <code>JsonObject</code> containing: <UL> <LI> Partition key of type <code>K</code> as a property with key <code>resultPartitionProperty</code>. </LI> <LI> Aggregation results as a <code>JsonObject</code> as a property with key <code>valueProperty</code>. This results object contains the results of all aggregations defined by <code>aggregates</code> against the value returned by <code>valueGetter</code>. <BR> Each <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json"><code>JsonUnivariateAggregate</code></a> declares how it represents its aggregation in this result object. </LI> </UL> <P> For example if the list contains these three tuples (pseudo JSON) for partition 3: <BR> <code>{id=3,reading=2.0}, {id=3,reading=2.6}, {id=3,reading=1.8}</code> <BR> the resulting aggregation for the JsonObject returned by: <BR> <code>aggregateList("id", "reading", Statistic.MIN, Statistic.MAX).apply(list, 3)</code> <BR> would be this tuple with the maximum and minimum values in the <code>reading</code> JSON object: <BR> <code>{id=3, reading={MIN=1.8, MAX=1.8}}</code> </P></div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>K</code> - Partition type</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>resultPartitionProperty</code> - Property to store the partition key in tuples on the returned stream.</dd> <dd><code>resultProperty</code> - Property to store the aggregations in the returned JsonObject.</dd> <dd><code>valueGetter</code> - How to obtain the single variable from input tuples.</dd> <dd><code>aggregates</code> - Which aggregations to be performed.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Function that performs the aggregations.</dd> </dl> </li> </ul> <a name="mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mvAggregate</h4> <pre>public static&nbsp;&lt;K extends com.google.gson.JsonElement&gt;&nbsp;<a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;mvAggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a>&lt;com.google.gson.JsonObject,K&gt;&nbsp;window, java.lang.String&nbsp;resultPartitionKeyProperty, java.lang.String&nbsp;resultProperty, java.util.List&lt;org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;&gt;&nbsp;aggregateSpecs)</pre> <div class="block">Aggregate against multiple <code>Numeric</code> variables contained in an JSON object. <P> This is a multi-variable analog of <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>aggregate()</code></a> </P> <P> See <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregateList()</code></a> for a description of the aggregation processing and result stream. </P> <P> Sample use: <pre><code> // Ingest the data. The JsonObject tuples have properties: // "id" - the partitionKey // "tx" - a numeric data variable // "rx" - a numeric data variable TStream&lt;JsonObject&gt; ingestData = ... // Define the tuple variables and their aggregations to compute List&lt;Pair&lt;String, JsonUnivariateAggregate[]&gt;&gt; aggSpecs = new ArrayList&lt;&gt;(); aggSpecs.add(mkAggregationSpec("tx", Statistics.MIN, Statistics.MAX)); aggSpecs.add(mkAggregationSpec("rx", Statistics.MEAN)); // Create the window over which to aggregate TWindow&lt;JsonObject, JsonElement&gt; window = ingestData.last(5, TimeUnit.SECONDS, jo -&gt; jo.get("id")); // Create a stream with the aggregations. The result tuples have properties: // "id" - the partitionKey // "aggResults" - the aggregation results TStream&lt;JsonObject&gt; aggResults = mvAggregate(window, "id", "aggResults", aggSpecs); // Create a stream of JsonObject tuples with just the average "rx" TStream&lt;JsonObject&gt; avgRx = aggResults.map( jo -&gt; { JsonObject result = new JsonObject(); result.add("id", jo.get("id")) result.add("avgRx", getMvAggregate(jo, "aggResults", "Rx", Statistic.MEAN); return result; }); </code></pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>window</code> - the window to compute aggregations over</dd> <dd><code>resultPartitionKeyProperty</code> - name of the partition key property in the result</dd> <dd><code>resultProperty</code> - name of the aggregation results property in the result</dd> <dd><code>aggregateSpecs</code> - see <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>TStream<JsonObject> with aggregation results</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregateList()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>getMvAggregate()</code></a></dd> </dl> </li> </ul> <a name="mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mkAggregationSpec</h4> <pre>public static&nbsp;org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;&nbsp;mkAggregationSpec(java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>...&nbsp;aggregates)</pre> <div class="block">Create an aggregation specification. <P> The aggregation specification specifies a variable name and the aggregates to compute on it. </P> <P> The specification can be use with <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mkAggregateList()</code></a></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>variableName</code> - the name of a <code>Numeric</code> data variable in a JSON object</dd> <dd><code>aggregates</code> - the aggregates to compute for the variable</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the aggregation specification</dd> </dl> </li> </ul> <a name="mvAggregateList-java.lang.String-java.lang.String-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mvAggregateList</h4> <pre>public static&nbsp;&lt;K extends com.google.gson.JsonElement&gt;&nbsp;<a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a>&lt;java.util.List&lt;com.google.gson.JsonObject&gt;,K,com.google.gson.JsonObject&gt;&nbsp;mvAggregateList(java.lang.String&nbsp;resultPartitionKeyProperty, java.lang.String&nbsp;resultProperty, java.util.List&lt;org.apache.commons.math3.util.Pair&lt;java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]&gt;&gt;&nbsp;aggregateSpecs)</pre> <div class="block">Create a Function that aggregates multiple <code>Numeric</code> variables contained in an JSON object. <P> This is a multi-variable analog of <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>aggregateList()</code></a> <P> The overall multi-variable aggregation result is a JSON object with properties: <ul> <li><code>resultPartionKeyProperty</code> whose value is the tuple's partition key <li><code>resultProperty</code> whose value is a JSON object containing a property for each variable aggregation. The property names correspond to the variable names from the <code>aggregateSpecs</code> and the values are the aggregation results for the variable. The aggregation results for a variable are a JSON object having a property for each aggregation name and its value.</li> </ul> <P> For example if the list contains these three tuples (pseudo JSON) for partition 3: <BR> <code>{id=3,tx=2.0,rx=1.0,...}, {id=3,tx=2.6,rx=2.0,...}, {id=3,tx=1.8,rx=3.0,...}</code> <BR> the resulting aggregation JsonObject returned is: <BR> <code>{id=3, aggData={tx={MIN=1.8, MAX=2.6}, rx={MEAN=2.0}}}</code> <BR> for the invocation: <BR> <code>mvAggregateList("id", "aggData", aggSpecs).apply(list, 3))</code> <BR> where <code>aggSpecs</code> is: <BR> <code>aggSpecs.add(mkAggregationSpec("tx", Statistics.MIN, Statistics.MAX)); aggSpecs.add(mkAggregationSpec("rx", Statistics.MEAN)); </code> </P> <P> <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>getMvAggregate()</code></a> can be used to extract individual aggregate values from the result. </P></div> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>K</code> - Partition Key as a JsonElement</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>resultPartitionKeyProperty</code> - name of the partition key property in the result</dd> <dd><code>resultProperty</code> - name of the aggregation results property in the result</dd> <dd><code>aggregateSpecs</code> - see <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Function that performs the aggregations.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>getMvAggregate()</code></a></dd> </dl> </li> </ul> <a name="getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMvAggregate</h4> <pre>public static&nbsp;com.google.gson.JsonElement&nbsp;getMvAggregate(com.google.gson.JsonObject&nbsp;jo, java.lang.String&nbsp;resultProperty, java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>&nbsp;aggregate)</pre> <div class="block">Get the value of an aggregate computed by a multi-variable aggregation. <P> This convenience method can be used to extract information from a JSON object created by <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregationList()</code></a> or <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregate()</code></a> </P> <P> Sample use: <pre><code> ... TStream&lt;JsonObject&gt; aggData = mvAggregate(window, "id", "aggResults", aggSpecs); // Create a stream of JsonObject tuples with just the average "tx" TStream&lt;JsonObject&gt; avgTx = aggResults.map( jo -&gt; { JsonObject result = new JsonObject(); result.add(partitionKeyName, jo.get(partitionKeyName)) result.add("avgTx", getMvAggregate(jo, "aggResults", "tx", Statistic.MEAN); return result; }); </code></pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>jo</code> - a JSON object created by <code>mvAggregationList</code></dd> <dd><code>resultProperty</code> - the corresponding value passed to <code>mvAggragateList</code></dd> <dd><code>variableName</code> - the data variable of interest in the multivariable aggregates</dd> <dd><code>aggregate</code> - the variable's aggregate of interest</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the variable's aggregate's value as a JsonElement</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.RuntimeException</code> - if the aggregate isn't present in the result</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>hasAggregate()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregate()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregateList()</code></a></dd> </dl> </li> </ul> <a name="hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>hasMvAggregate</h4> <pre>public static&nbsp;boolean&nbsp;hasMvAggregate(com.google.gson.JsonObject&nbsp;jo, java.lang.String&nbsp;resultProperty, java.lang.String&nbsp;variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>&nbsp;aggregate)</pre> <div class="block">Check if an aggregation result from a multi-variable aggregation is present.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>jo</code> - a JSON object created by <code>mvAggregationList</code></dd> <dd><code>resultProperty</code> - the corresponding value passed to <code>mvAggragateList</code></dd> <dd><code>variableName</code> - the data variable of interest in the multivariable aggregates</dd> <dd><code>aggregate</code> - the variable's aggregate of interest</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if the specified aggregate is present in the jo, false otherwise.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>getMvAggregate()</code></a></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/JsonAnalytics.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"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/edgent/analytics/math3/json/JsonAnalytics.html" target="_top">Frames</a></li> <li><a href="JsonAnalytics.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> </body> </html>
third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/variables/variable-supports-53.html
axinging/chromium-crosswalk
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <title>CSS Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token in its fallback.</title> <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> <link rel="help" href="http://www.w3.org/TR/css-variables-1/#syntax"> <link rel="match" href="support/color-green-ref.html"> <style> body { color: red; } @supports (--a: a) and (not (--a: var(--b,;))) { p { color: green; } } </style> <p>This text must be green.</p>
chrome/test/data/extensions/api_test/tabs/on_removed/test.html
meego-tablet-ux/meego-app-browser
<script src="tabs_util.js"></script> <script src="test.js"></script>
yet-another-docker-plugin/src/main/resources/com/github/kostyasha/yad/DockerConnector/help-readTimeout.html
pronovic/yet-another-docker-plugin
<div> Read timeout to Docker API. In seconds. 0 is infinity. </div>
y-bl/blocks-desktop/b-form-slider/examples/20range_xml.blocks/b-page/b-page.css
bem/bem-www
.b-page { padding: 30px 0; }
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/class-use/CMAESOptimizer.html
asampley/FactorioRatioAssistant
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer (Apache Commons Math 3.6.1 API)</title> <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.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer (Apache Commons Math 3.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><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/noderiv/CMAESOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar.noderiv">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?org/apache/commons/math3/optim/nonlinear/scalar/noderiv/class-use/CMAESOptimizer.html" target="_top">Frames</a></li> <li><a href="CMAESOptimizer.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.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer" class="title">Uses of Class<br>org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer</h2> </div> <div class="classUseContainer">No usage of org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer</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/commons/math3/optim/nonlinear/scalar/noderiv/CMAESOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar.noderiv">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?org/apache/commons/math3/optim/nonlinear/scalar/noderiv/class-use/CMAESOptimizer.html" target="_top">Frames</a></li> <li><a href="CMAESOptimizer.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 &#169; 2003&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
srt_packages/lib/shiny/www-dir/index.html
LanceFiondella/srt.core
<!DOCTYPE html> <html> <head></head> <body> <h1>No UI defined</h1> <p>Shiny couldn't find any UI for this application. We looked in:</p> <ul> <li><code>www/index.html</code></li> <li><code>ui.R</code></li> <li><code>app.R</code></li> </ul> </body> </html>
test/colors.html
Web5design/ionic
<html> <head> <meta charset="utf-8"> <title>Colors</title> <!-- Sets initial viewport load and disables zooming --> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> <link href="../dist/css/ionic.css" rel="stylesheet"> <style> .color-demo { float: right; width: 20px; height: 20px; border-radius: 4px; border-width: 1px; border-style: solid; } </style> </head> <body> <header class="bar bar-header bar-dark"> <h1 class="title">Colors</h1> </header> <div class="content has-header"> <ul class="list color-list-demo"> <li class="item positive"> positive <span class="color-demo positive-bg positive-border"></span> </li> <li class="item calm"> calm <span class="color-demo calm-bg calm-border"></span> </li> <li class="item assertive"> assertive <span class="color-demo assertive-bg assertive-border"></span> </li> <li class="item balanced"> balanced <span class="color-demo balanced-bg balanced-border"></span> </li> <li class="item energized"> energized <span class="color-demo energized-bg energized-border"></span> </li> <li class="item royal"> royal <span class="color-demo royal-bg royal-border"></span> </li> <li class="item dark"> light <span class="color-demo light-bg light-border"></span> </li> <li class="item dark"> stable <span class="color-demo stable-bg stable-border"></span> </li> <li class="item dark"> dark <span class="color-demo dark-bg dark-border"></span> </li> </ul> </div> </body> </html>
node_modules/meanio/node_modules/npm/html/doc/api/npm-publish.html
brelloch/volveR
<!doctype html> <html> <title>npm-publish</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-publish.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../api/npm-publish.html">npm-publish</a></h1> <p>Publish a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm.commands.publish([packages,] callback) </code></pre><h2 id="description">DESCRIPTION</h2> <p>Publishes a package to the registry so that it can be installed by name. Possible values in the &#39;packages&#39; array are:</p> <ul> <li><p><code>&lt;folder&gt;</code>: A folder containing a package.json file</p> </li> <li><p><code>&lt;tarball&gt;</code>: A url or file path to a gzipped tar archive containing a single folder with a package.json file inside.</p> </li> </ul> <p>If the package array is empty, npm will try to publish something in the current working directory.</p> <p>This command could fails if one of the packages specified already exists in the registry. Overwrites when the &quot;force&quot; environment variable is set.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../misc/npm-registry.html">npm-registry(7)</a></li> <li><a href="../cli/npm-adduser.html">npm-adduser(1)</a></li> <li><a href="../api/npm-owner.html">npm-owner(3)</a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-publish &mdash; npm@1.4.13</p>
wp-content/plugins/nrelate-related-content/admin/styles/nrelate-panels-loud.css
StartupTopic/www.startuptopic.cn
/* * nrelate: LoudFeed Style * * @credit: http://www.LoudFeed.com */ .nrelate_loud .nr_panel { position:relative; float: left; padding: 5px; margin: 5px 5px 5px 0; border: 1px solid #999; border-r-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;-moz-box-shadow: rgba(10, 10, 10, .5) 0px 1px 1px; -webkit-box-shadow: rgba(10, 10, 10, .5) 0px 1px 1px; box-shadow: rgba(10, 10, 10, .5) 0px 1px 1px; } .nrelate_loud .nr_img_div { display:block; } .nrelate_loud .nr_img_div img { padding: 5px; } .nrelate_loud .nr_panel:hover .nr_img_div img { display:none; } .nrelate_loud .nr_text { padding: 0px; display: block; position: relative; } .nrelate_loud .nr_post_title { font-size: .8em; font-weight:bold; display:block; padding: 0 10px; } .nrelate_loud .nr_source { font-size: 0.7em; padding: 0 10px; } .nrelate_loud .nr_showviews { padding: 0 10px; font-size: 0.75em; } .nrelate_loud .nr_excerpt { color: #666; line-height: 1.25em; padding: 0 5px; position: absolute; left: 0; display: none; word-wrap:break-word; } .nrelate_loud .nr_panel:hover .nr_excerpt { display:block; overflow:hidden; } .nrelate_loud .nr_sponsored_wrap { left:15px; } .nrelate_loud a.nr_panel:hover .nr_sponsored_wrap{ left:15px; } .nrelate_loud.nr_80 .nr_panel{ width : 90px; } .nrelate_loud.nr_80 .nr_img_div { height:100px; } .nrelate_loud.nr_80 .nr_excerpt {width: 80px; max-height:80px; font-size: .7em; top:-90px;} .nrelate_loud.nr_80 .nr_panel .nr_sponsored_wrap { width : 80px; bottom : 8px; } .nrelate_loud.nr_80 .nr_panel .nr_sponsored{ left : 62px; } .nrelate_loud.nr_90 .nr_panel{ width : 100px; } .nrelate_loud.nr_90 .nr_img_div { height:110px; } .nrelate_loud.nr_90 .nr_excerpt {width: 90px; max-height:90px; font-size: .7em; top:-100px;} .nrelate_loud.nr_90 .nr_panel .nr_sponsored_wrap { width : 90px; bottom : 8px; } .nrelate_loud.nr_90 .nr_panel .nr_sponsored{ left : 72px; } .nrelate_loud.nr_100 .nr_panel{ width : 110px; } .nrelate_loud.nr_100 .nr_img_div { height:120px; } .nrelate_loud.nr_100 .nr_excerpt {width: 100px; max-height:100px; font-size: .7em; top:-110px;} .nrelate_loud.nr_100 .nr_panel .nr_sponsored_wrap { width : 100px; bottom : 8px; } .nrelate_loud.nr_100 .nr_panel .nr_sponsored{ left : 82px; } .nrelate_loud.nr_110 .nr_panel{ width : 120px; } .nrelate_loud.nr_110 .nr_img_div { height:130px; } .nrelate_loud.nr_110 .nr_excerpt {width: 110px; max-height:110px; font-size: .8em; top:-120px;} .nrelate_loud.nr_110 .nr_panel .nr_sponsored_wrap { width : 110px; bottom : 8px; } .nrelate_loud.nr_110 .nr_panel .nr_sponsored{ left : 92px; } .nrelate_loud.nr_120 .nr_panel{ width : 130px; } .nrelate_loud.nr_120 .nr_img_div { height:140px; } .nrelate_loud.nr_120 .nr_excerpt {width: 120px; max-height:120px; font-size: .8em; top:-130px;} .nrelate_loud.nr_120 .nr_panel .nr_sponsored_wrap { width : 120px; bottom : 8px; } .nrelate_loud.nr_120 .nr_panel .nr_sponsored{ left : 102px; } .nrelate_loud.nr_130 .nr_panel{ width : 140px; } .nrelate_loud.nr_130 .nr_img_div { height:150px; } .nrelate_loud.nr_130 .nr_excerpt {width: 130px; max-height:130px; font-size: .8em; top:-140px;} .nrelate_loud.nr_130 .nr_panel .nr_sponsored_wrap { width : 130px; bottom : 8px; } .nrelate_loud.nr_130 .nr_panel .nr_sponsored{ left : 112px; } .nrelate_loud.nr_140 .nr_panel{ width : 150px; } .nrelate_loud.nr_140 .nr_img_div { height:160px; } .nrelate_loud.nr_140 .nr_excerpt {width: 140px; max-height:140px; font-size: .8em; top:-150px;} .nrelate_loud.nr_140 .nr_panel .nr_sponsored_wrap { width : 140px; bottom : 8px; } .nrelate_loud.nr_140 .nr_panel .nr_sponsored{ left : 122px; } .nrelate_loud.nr_150 .nr_panel{ width : 160px; } .nrelate_loud.nr_150 .nr_img_div { height:170px; } .nrelate_loud.nr_150 .nr_excerpt {width: 150px; max-height:150px; font-size: .8em; top:-160px;} .nrelate_loud.nr_150 .nr_panel .nr_sponsored_wrap { width : 150px; bottom : 8px; } .nrelate_loud.nr_150 .nr_panel .nr_sponsored{ left : 132px; }