path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
web-platform-tests/tests/conformance-checkers/html-rdfa/0181-isvalid.html
cr/fxos-certsuite
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>Test 0181</title> </head> <body> <div about ="http://www.example.org/software"> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p> </div> </body> </html>
web-platform-tests/tests/conformance-checkers/html/elements/header/001-novalid.html
cr/fxos-certsuite
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>"header" with "footer" descendant</title> </head> <body> <header> <footer></footer> </header> </body> </html>
stylish-chrome/codemirror/theme/twilight.css
haobug/chrom_extensions_backports
.cm-s-twilight { background: #141414; color: #f7f7f7; } /**/ .cm-s-twilight .CodeMirror-selected { background: #323232 !important; } /**/ .cm-s-twilight .CodeMirror-gutter { background: #222; border-right: 1px solid #aaa; } .cm-s-twilight .CodeMirror-gutter-text { color: #aaa; } .cm-s-twilight .CodeMirror-cursor { border-left: 1px solid white !important; } .cm-s-twilight .cm-keyword { color: #f9ee98; } /**/ .cm-s-twilight .cm-atom { color: #FC0; } .cm-s-twilight .cm-number { color: #ca7841; } /**/ .cm-s-twilight .cm-def { color: #8DA6CE; } .cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag { color: #607392; } /**/ .cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def { color: #607392; } /**/ .cm-s-twilight .cm-operator { color: #cda869; } /**/ .cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/ .cm-s-twilight .cm-string { color:#8f9d6a; font-style:italic; } /**/ .cm-s-twilight .cm-string-2 { color:#bd6b18 } /*?*/ .cm-s-twilight .cm-meta { background-color:#141414; color:#f7f7f7; } /*?*/ .cm-s-twilight .cm-error { border-bottom: 1px solid red; } .cm-s-twilight .cm-builtin { color: #cda869; } /*?*/ .cm-s-twilight .cm-tag { color: #997643; } /**/ .cm-s-twilight .cm-attribute { color: #d6bb6d; } /*?*/ .cm-s-twilight .cm-header { color: #FF6400; } .cm-s-twilight .cm-hr { color: #AEAEAE; } .cm-s-twilight .cm-link { color:#ad9361; font-style:italic; font-underline:none; } /**/
src/components-examples/material/dialog/dialog-overview/dialog-overview-example-dialog.html
josephperrott/material2
<h1 mat-dialog-title>Hi {{data.name}}</h1> <div mat-dialog-content> <p>What's your favorite animal?</p> <mat-form-field appearance="fill"> <mat-label>Favorite Animal</mat-label> <input matInput [(ngModel)]="data.animal"> </mat-form-field> </div> <div mat-dialog-actions> <button mat-button (click)="onNoClick()">No Thanks</button> <button mat-button [mat-dialog-close]="data.animal" cdkFocusInitial>Ok</button> </div>
app/views/errors/notfound.html
kravets-levko/os-packager
{% extends "layouts/base.html" %} {% block content %} <p>Oops... Seems that this page has been lost.</p> <p>While we're trying to find it, visit <a href="/">homepage.</a></p> <p>Have a nice day :)</p> {% endblock %}
public/modules/companies/views/list-companies.client.view.html
bhavik3184/cimanager
<section data-ng-controller="CompaniesController" data-ng-init="find()"> <div class="page-header"> <h1>Companies</h1> </div> <div class="list-group"> <a data-ng-repeat="company in companies" data-ng-href="#!/companies/{{company._id}}" class="list-group-item"> <small class="list-group-item-text"> Posted on <span data-ng-bind="company.created | date:'medium'"></span> by <span data-ng-bind="company.user.displayName"></span> </small> <h4 class="list-group-item-heading" data-ng-bind="company.name"></h4> </a> </div> <div class="alert alert-warning text-center" data-ng-hide="!companies.$resolved || companies.length"> No Companies yet, why don't you <a href="/#!/companies/create">create one</a>? </div> </section>
spec/support/example_files/secondary_other_notice_source-2.html
berkmancenter/chillingeffects
stuff and things
Schrodinger/Schrodinger_2015-2_docs/maestro/help_MaterialsScience_advanced/prime/hybrid_monte_carlo_options.html
platinhom/ManualHom
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" href="../support/help.css" charset="ISO-8859-1" type="text/css" /> <title>Hybrid Monte Carlo - Options Dialog Box</title> </head> <body> <table bgcolor="#dcdcdc" border="0" cellspacing="0" width="100%"> <tr><td> <p><img src="../images/common/schrodinger_logo.png" align="left" alt="" border="0" hspace="5" vspace="5" /></p> </td></tr> <tr><td> <h1 class="title">Hybrid Monte Carlo - Options Dialog Box</h1> </td></tr> </table> <ul> <li><a href="#summary">Summary</a></li> <li><a href="#opening">Opening the <span class="GUI">Hybrid Monte Carlo - Options</span> Dialog Box</a></li> <li><a href="#features"><span class="GUI">Hybrid Monte Carlo - Options</span> Dialog Box Features</a></li> <li><a href="#links">Related Topics</a></li> </ul> <a name="summary"></a> <h2>Summary</h2> <p> In the <span class="GUI">Hybrid Monte Carlo - Options</span> dialog box you can select options for Monte Carlo refinement of a protein structure, including use of an implicit membrane and crystal symmetry, the solvent dielectric constant, algorithm selection, and convergence criteria. </p> <a name="opening"></a> <h2>Opening the Hybrid Monte Carlo - Options Dialog Box</h2> <p>To open the <span class="GUI">Hybrid Monte Carlo - Options</span> dialog box, you can:</p> <ul> <li><p>Click <span class="GUI">Options</span> in the <span class="GUI">Hybrid Monte Carlo</span> panel.</p></li> </ul> <a name="features"></a> <h2>Hybrid Monte Carlo - Options Dialog Box Features</h2> <ul> <li><a href="#environment"><span class="GUI">Environment</span> options</a></li> <li><a href="#seed"><span class="GUI">Seed</span> options</a></li> <li><a href="#dielectric"><span class="GUI">Dielectric</span> text box</a></li> <li><a href="#steps"><span class="GUI">Number of steps</span> text box</a></li> <li><a href="#temperature"><span class="GUI">Temperature</span> text box</a></li> <li><a href="#output"><span class="GUI">Ouptut options</span> section</a></li> </ul> <dl> <a name="environment"></a> <dt><span class="GUI">Environment</span> options</dt> <dd><p>These options allow you to specify the environment of the protein, other than the use of an implicit solvent. </p> <dl> <a name="default"></a> <dt><span class="GUI">Default</span> option</dt> <dd><p>Use the environment specified in the main panel, which could be a vacuum or an implicit solvent. </p></dd> <a name="usemembrane"></a> <dt><span class="GUI">Implicit membrane</span> option and <span class="GUI">Set Up Membrane</span> button</dt> <dd><p>This option embeds the protein in an implicit membrane. The membrane is a low-dielectric slab that simulates the hydrophobic interior of a membrane. The membrane region is treated in the same way as the high-dielectric implicit solvent region. Hydrophobic groups, which normally pay a solvation penalty for creating their hydrophobic pocket in the high dielectric region, do not have to pay that penalty while in the membrane slab. Conversely, hydrophilic groups lose any short-ranged solvation energy from the high dielectric region when moving into the low dielectric region. </p> <a name="membrane"></a> <p>The option itself does not add a membrane. To run a refinement with a membrane, you must either add it in the <a href="membrane_setup_panel.html"><span class="GUI">Prime Membrane Setup</span></a> panel, or select a project entry for refinement that already has a membrane. To set up the membrane, click <span class="GUI">Set Up Membrane</span> button. In the <span class="GUI">Prime Membrane Setup</span> panel you can set the membrane parameters, and place and adjust the membrane. The membrane parameters are stored with the project entry, so you do not need to set up the membrane if the entry already has one. </p></dd> <a name="crystal"></a> <dt><span class="GUI">Crystallographic unit cell</span> option</dt> <dd><p>If crystal symmetry is known for this protein, apply periodic boundary conditions so that the crystal symmetry is satisfied. The protein is refined in the presence of its crystallographic neigbors. </p></dd> </dl> </dd> <a name="seed"></a> <dt><span class="GUI">Seed</span> options</dt> <dd><p>Specify the seed for the random-number generator used in the Monte Carlo procedure. <br /> <span class="GUI">Random:</span> use a random seed.<br /> <span class="GUI">Constant:</span> use the integer given in the text box as the seed. </p></dd> <a name="dielectric"></a> <dt><span class="GUI">Dielectric</span> text box</dt> <dd><p>Set the dielectric constant for the (continuum) solvent. Note that the solvation models also use a radius parameter, so changing the dielectric constant on its own is not the same as changing the solvent model, unless the radius of the desired solvent is similar to that of the solvent model. The default value is for water. </p></dd> <a name="steps"></a> <dt><span class="GUI">Number of steps</span> text box</dt> <dd><p>Specify the number of steps to take in the sampling procedure. Each step consists of a short, high-temperature MD simulation followed by a minimization. </p></dd> <a name="temperature"></a> <dt><span class="GUI">Temperature</span> text box</dt> <dd><p>Set the temperature for the MD simulations. The temperature should be high enough to allow exploration of new conformations, but not so high as to allow larger changes such as interconversion of chiral centers. </p></dd> <a name="output"></a> <dt><span class="GUI">Ouptut options</span> section</dt> <dd><p>Choose an option for the selection of structures to return.</p> <ul> <li><span class="GUI">Return the lowest energy structures</span>&mdash;Return the structures that have the lowest energy, selected from the results of each minimization. The number of structures is set in the <span class="GUI">Number of structures</span> text box.</li> <li><span class="GUI">Return the final structures from each step</span>&mdash;Return the final structure from each step in the sampling, which represents a trajectory for the Monte Carlo sampling. This is a way of checking the course of the sampling for convergence, for example.</li> </ul> </dd> </dl> <a name="links"></a> <h2>Related Topics</h2> <ul> <li><a href="hybrid_monte_carlo.html">Hybrid Monte Carlo Panel</a></li> <li><a href="membrane_setup_panel.html">Prime Membrane Setup Panel</a></li> </ul> <hr /> <table width="100%"> <tr><td><p class="small"><a href="../support/legal_notice.html" target="LegalNoticeWindow">Legal Notice</a></p></td> <td> <table align="right"> <tr><td><p class="small"> File: prime/hybrid_monte_carlo_options.html<br /> Last updated: 18 Apr 2014 </p></td></tr> </table> </td></tr> </table> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/keep-origin-redirect/same-origin-upgrade.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-when-cross-origin'</title> <meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped 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-origin-when-cross-origin"> <meta name="assert" content="The referrer URL is origin when a document served over http requires an https sub-resource via xhr-request using the http-rp delivery method with keep-origin-redirect and when the target request is same-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-when-cross-origin", "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", "target_protocol": "https", "subresource": "xhr-request", "referrer_url": "origin" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
doc/ref/html/peach.nn.lrules.LMS-class.html
kaminduN/peach
<?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>peach.nn.lrules.LMS</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="peach-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 href="http://code.google.com/p/peach">Peach - Computational Intelligence for Python</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="peach-module.html">Package&nbsp;peach</a> :: <a href="peach.nn-module.html">Package&nbsp;nn</a> :: <a href="peach.nn.lrules-module.html">Module&nbsp;lrules</a> :: Class&nbsp;LMS </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="peach.nn.lrules.LMS-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class LMS</h1><p class="nomargin-top"><span class="codelink"><a href="peach.nn.lrules-pysrc.html#LMS">source&nbsp;code</a></span></p> <center> <center> <map id="uml_class_diagram_for_peach_nn_17" name="uml_class_diagram_for_peach_nn_17"> <area shape="rect" id="node1" href="peach.nn.lrules.FFLearning-class.html" title="Base class for FeedForwarding Multilayer neural networks." alt="" coords="47,6,137,50"/> <area shape="rect" id="node125" href="peach.nn.lrules.LMS-class.html#lrate" title="Learning rate used in the algorithm." alt="" coords="17,95,165,113"/> <area shape="rect" id="node125" href="peach.nn.lrules.LMS-class.html#__init__" title="Initializes the object." alt="" coords="17,116,165,135"/> <area shape="rect" id="node125" href="peach.nn.lrules.LMS-class.html#__call__" title="The __call__ interface." alt="" coords="17,135,165,153"/> <area shape="rect" id="node2" href="peach.nn.lrules.LMS-class.html" title="The Least&#45;Mean&#45;Square (LMS) learning method." alt="" coords="5,70,176,159"/> </map> <img src="uml_class_diagram_for_peach_nn_17.gif" alt='' usemap="#uml_class_diagram_for_peach_nn_17" ismap="ismap" class="graph-without-title" /> </center> </center> <hr /> <p>The Least-Mean-Square (LMS) learning method.</p> <p>The LMS method is a very simple method of learning, thoroughly described in virtually every book about the subject. Please, consult a good book on neural networks for more information. This implementation tries to use the <tt class="rst-docutils literal">numpy</tt> routines as much as possible for better efficiency.</p> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="peach.nn.lrules.LMS-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">lrate</span>=<span class="summary-sig-default">0.05</span>)</span><br /> Initializes the object.</td> <td align="right" valign="top"> <span class="codelink"><a href="peach.nn.lrules-pysrc.html#LMS.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="peach.nn.lrules.LMS-class.html#__call__" class="summary-sig-name">__call__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">nn</span>, <span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">d</span>)</span><br /> The <tt class="rst-docutils literal">__call__</tt> interface.</td> <td align="right" valign="top"> <span class="codelink"><a href="peach.nn.lrules-pysrc.html#LMS.__call__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__sizeof__</code>, <code>__str__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== INSTANCE VARIABLES ==================== --> <a name="section-InstanceVariables"></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 Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceVariables" 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="lrate"></a><span class="summary-name">lrate</span><br /> Learning rate used in the algorithm. </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">lrate</span>=<span class="sig-default">0.05</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="peach.nn.lrules-pysrc.html#LMS.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> Initializes the object. <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>lrate</code></strong> - Learning rate to be used in the algorithm. Defaults to 0.05.</li> </ul></dd> <dt>Overrides: object.__init__ </dt> </dl> </td></tr></table> </div> <a name="__call__"></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">__call__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">nn</span>, <span class="sig-arg">x</span>, <span class="sig-arg">d</span>)</span> <br /><em class="fname">(Call operator)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="peach.nn.lrules-pysrc.html#LMS.__call__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>The <tt class="rst-rst-docutils literal rst-docutils literal">__call__</tt> interface.</p> <p>The learning implementation. Read the documentation for the base class for more information. A call to the class should have the following parameters:</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>nn</code></strong> - A <tt class="rst-docutils literal">FeedForward</tt> neural network instance that is going to be modified by the learning algorithm. The modification is made <em>in loco</em>, that is, the synaptic weights of <tt class="rst-docutils literal">nn</tt> should be modified in place, and not returned from this function.</li> <li><strong class="pname"><code>x</code></strong> - The input vector from the training set.</li> <li><strong class="pname"><code>d</code></strong> - The desired response for the given input vector.</li> </ul></dd> <dt>Overrides: <a href="peach.nn.lrules.FFLearning-class.html#__call__">FFLearning.__call__</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="peach-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 href="http://code.google.com/p/peach">Peach - Computational Intelligence for Python</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 Sun Jul 31 16:59:41 2011 </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>
wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage.html
aldaris/wicket
<html xmlns:wicket="http://wicket.apache.org"> <head> <title>Wicket Examples - upload</title> <style> legend { border: 1px solid #e9601a; background-color: #bbb; color: #fff; padding: 4px;} fieldset { border: 1px solid #e9601a; padding: 10px; margin-top: 10px;} .mfuex { padding:5px;margin:5px;background:#eee; } .mfuex .wicket-mfu-container { padding: 5px; margin-top: 3px; background-color: white; border:1px solid black; font-size: xx-small; } .mfuex .wicket-mfu-caption { font-weight: bold; } .mfuex .wicket-mfu-container input { margin-left: 5px; font-size: xx-small; } </style> </head> <body> <wicket:extend> <p>The multi upload field is based on javascript found <a target="_blank" href="http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/">here</a>.<br /><br /> Wicket can also handle file uploads via AJAX, please see AJAX examples section. AJAX Functionality is not included in this example to keep things simple.</p> <p>The maximum file size of a single upload is: 90k!</p> <p>The maximum size of uploading several files (third demo) is: 100k!</p> <br/> <form wicket:id="simpleUpload"> <fieldset> <legend>Upload form</legend> <p> <div wicket:id="fileInput" class="mfuex"></div> </p> <input type="submit" value="Upload!"/> </fieldset> </form> <div> <span wicket:id="uploadFeedback"></span> </div> <div> <h4>Current files in <span wicket:id="dir">(dir)</span>:</h4> <table> <tr wicket:id="fileList"> <td width="200"><span wicket:id="file">(file)</span></td> <td><a href="#" wicket:id="delete"><img src="delete.gif" border="0"/></a></td> </tr> </table> </div> </wicket:extend> </body> </html>
spring/apt/WebContent/ajax/invoice.html
ezsimple/java
<link href="css/invoice.min.css" rel="stylesheet"> <!-- widget grid --> <section id="widget-grid" class=""> <!-- row --> <div class="row"> <!-- NEW WIDGET START --> <article class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <!-- Widget ID (each widget will need unique ID)--> <div class="jarviswidget well jarviswidget-color-darken" id="wid-id-0" data-widget-sortable="false" data-widget-deletebutton="false" data-widget-editbutton="false" data-widget-colorbutton="false"> <!-- widget options: usage: <div class="jarviswidget" id="wid-id-0" data-widget-editbutton="false"> data-widget-colorbutton="false" data-widget-editbutton="false" data-widget-togglebutton="false" data-widget-deletebutton="false" data-widget-fullscreenbutton="false" data-widget-custombutton="false" data-widget-collapsed="true" data-widget-sortable="false" --> <header> <span class="widget-icon"> <i class="fa fa-barcode"></i> </span> <h2>Item #44761 </h2> </header> <!-- widget div--> <div> <!-- widget edit box --> <div class="jarviswidget-editbox"> <!-- This area used as dropdown edit box --> </div> <!-- end widget edit box --> <!-- widget content --> <div class="widget-body no-padding"> <div class="widget-body-toolbar"> <div class="row"> <div class="col-sm-4"> <div class="input-group"> <input class="form-control" type="text" placeholder="Type invoice number or date..."> <div class="input-group-btn"> <button class="btn btn-default" type="button"> <i class="fa fa-search"></i> Search </button> </div> </div> </div> <div class="col-sm-8 text-align-right"> <div class="btn-group"> <a href="javascript:void(0)" class="btn btn-sm btn-primary"> <i class="fa fa-edit"></i> Edit </a> </div> <div class="btn-group"> <a href="javascript:void(0)" class="btn btn-sm btn-success"> <i class="fa fa-plus"></i> Create New </a> </div> </div> </div> </div> <div class="padding-10"> <br> <div class="pull-left"> <img src="img/logo-blacknwhite.png" width="150" height="32" alt="invoice icon"> <address> <br> <strong>SmartAdmin, Inc.</strong> <br> 231 Ajax Rd, <br> Detroit MI - 48212, USA <br> <abbr title="Phone">P:</abbr> (123) 456-7890 </address> </div> <div class="pull-right"> <h1 class="font-400">invoice</h1> </div> <div class="clearfix"></div> <br> <br> <div class="row"> <div class="col-sm-9"> <h4 class="semi-bold">Rogers, Inc.</h4> <address> <strong>Mr. Simon Hedger</strong> <br> 342 Mirlington Road, <br> Calfornia, CA 431464 <br> <abbr title="Phone">P:</abbr> (467) 143-4317 </address> </div> <div class="col-sm-3"> <div> <div> <strong>INVOICE NO :</strong> <span class="pull-right"> #AA-454-4113-00 </span> </div> </div> <div> <div class="font-md"> <strong>INVOICE DATE :</strong> <span class="pull-right"> <i class="fa fa-calendar"></i> 15/02/13 </span> </div> </div> <br> <div class="well well-sm bg-color-darken txt-color-white no-border"> <div class="fa-lg"> Total Due : <span class="pull-right"> 4,972 USD** </span> </div> </div> <br> <br> </div> </div> <table class="table table-hover"> <thead> <tr> <th class="text-center">QTY</th> <th>ITEM</th> <th>DESCRIPTION</th> <th>PRICE</th> <th>SUBTOTAL</th> </tr> </thead> <tbody> <tr> <td class="text-center"><strong>1</strong></td> <td><a href="javascript:void(0);">Print and Web Logo Design</a></td> <td>Perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam xplicabo.</td> <td>$1,300.00</td> <td>$1,300.00</td> </tr> <tr> <td class="text-center"><strong>1</strong></td> <td><a href="javascript:void(0);">SEO Management</a></td> <td>Sit voluptatem accusantium doloremque laudantium inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</td> <td>$1,400.00</td> <td>$1,400.00</td> </tr> <tr> <td class="text-center"><strong>1</strong></td> <td><a href="javascript:void(0);">Backend Support and Upgrade</a></td> <td>Inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</td> <td>$1,700.00</td> <td>$1,700.00</td> </tr> <tr> <td colspan="4">Total</td> <td><strong>$4,400.00</strong></td> </tr> <tr> <td colspan="4">HST/GST</td> <td><strong>13%</strong></td> </tr> </tbody> </table> <div class="invoice-footer"> <div class="row"> <div class="col-sm-7"> <div class="payment-methods"> <h5>Payment Methods</h5> <img src="img/invoice/paypal.png" width="64" height="64" alt="paypal"> <img src="img/invoice/americanexpress.png" width="64" height="64" alt="american express"> <img src="img/invoice/mastercard.png" width="64" height="64" alt="mastercard"> <img src="img/invoice/visa.png" width="64" height="64" alt="visa"> </div> </div> <div class="col-sm-5"> <div class="invoice-sum-total pull-right"> <h3><strong>Total: <span class="text-success">$4,972 USD</span></strong></h3> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <p class="note">**To avoid any excess penalty charges, please make payments within 30 days of the due date. There will be a 2% interest charge per month on all late invoices.</p> </div> </div> </div> </div> </div> <!-- end widget content --> </div> <!-- end widget div --> </div> <!-- end widget --> </article> <!-- WIDGET END --> </div> <!-- end row --> </section> <!-- end widget grid --> <script type="text/javascript"> /* DO NOT REMOVE : GLOBAL FUNCTIONS! * * pageSetUp(); WILL CALL THE FOLLOWING FUNCTIONS * * // activate tooltips * $("[rel=tooltip]").tooltip(); * * // activate popovers * $("[rel=popover]").popover(); * * // activate popovers with hover states * $("[rel=popover-hover]").popover({ trigger: "hover" }); * * // activate inline charts * runAllCharts(); * * // setup widgets * setup_widgets_desktop(); * * // run form elements * runAllForms(); * ******************************** * * pageSetUp() is needed whenever you load a page. * It initializes and checks for all basic elements of the page * and makes rendering easier. * */ pageSetUp(); // PAGE RELATED SCRIPTS // pagefunction var pagefunction = function() { }; // end pagefunction // run pagefunction on load pagefunction(); </script>
site/javadoc/r1.2.0/org/apache/edgent/execution/services/package-use.html
dlaboss/incubator-quarks-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 Mon Dec 18 11:25:23 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.edgent.execution.services (Apache Edgent (incubating) v1.2.0 API)</title> <meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.apache.edgent.execution.services (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/execution/services/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.edgent.execution.services" class="title">Uses of Package<br>org.apache.edgent.execution.services</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.apps.runtime">org.apache.edgent.apps.runtime</a></td> <td class="colLast"> <div class="block">Applications which provide monitoring and failure recovery to other Edgent applications.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.execution">org.apache.edgent.execution</a></td> <td class="colLast"> <div class="block">Execution of Edgent topologies and graphs.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.execution.services">org.apache.edgent.execution.services</a></td> <td class="colLast"> <div class="block">Execution services.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.metrics">org.apache.edgent.metrics</a></td> <td class="colLast"> <div class="block">Metric utility methods, oplets, and reporters which allow an application to expose metric values, for example via JMX.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.oplet">org.apache.edgent.oplet</a></td> <td class="colLast"> <div class="block">Oplets API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.providers.direct">org.apache.edgent.providers.direct</a></td> <td class="colLast"> <div class="block">Direct execution of a streaming topology.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.providers.iot">org.apache.edgent.providers.iot</a></td> <td class="colLast"> <div class="block">Iot provider that allows multiple applications to share an <code>IotDevice</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.etiao">org.apache.edgent.runtime.etiao</a></td> <td class="colLast"> <div class="block">A runtime for executing an Edgent streaming topology, designed as an embeddable library so that it can be executed in a simple Java application.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.etiao.graph">org.apache.edgent.runtime.etiao.graph</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.etiao.mbeans">org.apache.edgent.runtime.etiao.mbeans</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.jmxcontrol">org.apache.edgent.runtime.jmxcontrol</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.jobregistry">org.apache.edgent.runtime.jobregistry</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.runtime.jsoncontrol">org.apache.edgent.runtime.jsoncontrol</a></td> <td class="colLast"> <div class="block">Control service that takes a Json message and invokes an operation on a control service MBean.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.edgent.streamscope">org.apache.edgent.streamscope</a></td> <td class="colLast"> <div class="block">Stream Oscilloscope - package for instrumenting streams to capture tuples.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.edgent.topology">org.apache.edgent.topology</a></td> <td class="colLast"> <div class="block">Functional api to build a streaming topology.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.apps.runtime"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/apps/runtime/package-summary.html">org.apache.edgent.apps.runtime</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ControlService.html#org.apache.edgent.apps.runtime">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.execution"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/execution/package-summary.html">org.apache.edgent.execution</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.execution">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.execution.services"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/JobRegistryService.EventType.html#org.apache.edgent.execution.services">JobRegistryService.EventType</a> <div class="block">Job event types.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.metrics"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/metrics/package-summary.html">org.apache.edgent.metrics</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.metrics">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.oplet"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/oplet/package-summary.html">org.apache.edgent.oplet</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/RuntimeServices.html#org.apache.edgent.oplet">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.providers.direct"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/providers/direct/package-summary.html">org.apache.edgent.providers.direct</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/RuntimeServices.html#org.apache.edgent.providers.direct">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.providers.direct">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.providers.iot"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/providers/iot/package-summary.html">org.apache.edgent.providers.iot</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.providers.iot">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.etiao"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/etiao/package-summary.html">org.apache.edgent.runtime.etiao</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/RuntimeServices.html#org.apache.edgent.runtime.etiao">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.runtime.etiao">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.etiao.graph"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/etiao/graph/package-summary.html">org.apache.edgent.runtime.etiao.graph</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.runtime.etiao.graph">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.etiao.mbeans"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/etiao/mbeans/package-summary.html">org.apache.edgent.runtime.etiao.mbeans</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ControlService.html#org.apache.edgent.runtime.etiao.mbeans">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.jmxcontrol"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/jmxcontrol/package-summary.html">org.apache.edgent.runtime.jmxcontrol</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ControlService.html#org.apache.edgent.runtime.jmxcontrol">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.jobregistry"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">org.apache.edgent.runtime.jobregistry</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/JobRegistryService.html#org.apache.edgent.runtime.jobregistry">JobRegistryService</a> <div class="block">Job registry service.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/JobRegistryService.EventType.html#org.apache.edgent.runtime.jobregistry">JobRegistryService.EventType</a> <div class="block">Job event types.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.runtime.jobregistry">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.runtime.jsoncontrol"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/runtime/jsoncontrol/package-summary.html">org.apache.edgent.runtime.jsoncontrol</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ControlService.html#org.apache.edgent.runtime.jsoncontrol">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.streamscope"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/streamscope/package-summary.html">org.apache.edgent.streamscope</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ControlService.html#org.apache.edgent.streamscope">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/ServiceContainer.html#org.apache.edgent.streamscope">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.edgent.topology"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> used by <a href="../../../../../org/apache/edgent/topology/package-summary.html">org.apache.edgent.topology</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/edgent/execution/services/class-use/RuntimeServices.html#org.apache.edgent.topology">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/execution/services/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
docs/html/adminguide/cadminov28261.html
Kerensky256/Database
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us"> <!-- 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. --> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="copyright" content="(C) Copyright 2005" /> <meta name="DC.rights.owner" content="(C) Copyright 2005" /> <meta content="public" name="security" /> <meta content="index,follow" name="Robots" /> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> <meta content="concept" name="DC.Type" /> <meta name="DC.Title" content="Row-level locking" /> <meta name="abstract" content="To support multi-user access, Derby uses row-level locking." /> <meta name="description" content="To support multi-user access, Derby uses row-level locking." /> <meta content="Table-level locking, Row-level locking, Locking, row-level, table-level" name="DC.subject" /> <meta content="Table-level locking, Row-level locking, Locking, row-level, table-level" name="keywords" /> <meta scheme="URI" name="DC.Relation" content="cadminov33597.html" /> <meta scheme="URI" name="DC.Relation" content="cadminov16172.html" /> <meta scheme="URI" name="DC.Relation" content="cadminov65220.html" /> <meta scheme="URI" name="DC.Relation" content="cadminov83312.html" /> <meta content="XHTML" name="DC.Format" /> <meta content="cadminov28261" name="DC.Identifier" /> <meta content="en-us" name="DC.Language" /> <link href="commonltr.css" type="text/css" rel="stylesheet" /> <title>Row-level locking</title> </head> <body id="cadminov28261"><a name="cadminov28261"><!-- --></a> <h1 class="topictitle1">Row-level locking</h1> <div><p>To support multi-user access, <span>Derby</span> uses row-level locking. </p> <p>However, you can configure <span>Derby</span> to use table-level locking in environments that have few concurrent transactions (for example, a read-only database). Table-level locking is preferable if there are few or no writes to the server, while row-level locking is essential for good performance if many clients write to the server concurrently. The <span>Derby</span> optimizer tunes lock choice for queries automatically.</p> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a href="cadminov33597.html" title="Derby contains some features that are useful for developing multi-user applications.">Multiple-client features available in Derby</a></div> </div> <div class="relconcepts"><strong>Related concepts</strong><br /> <div><a href="cadminov16172.html" title="Derby supports the SERIALIZABLE (RR), REPEATABLE (RS), READ COMMITTED (CS), and READ UNCOMMITTED (UR) isolation levels.">Multiple concurrency levels</a></div> <div><a href="cadminov65220.html" title="Derby allows multiple simultaneous connections to a database, even in embedded mode.">Multi-connection and multi-threading</a></div> <div><a href="cadminov83312.html" title="Derby provides some tools and features to assist database administrators, including the following.">Administrative tools</a></div> </div> </div> </body> </html>
site/xref-test/org/apache/log4j/varia/package-summary.html
johnfkraus/log4j-02
<!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>Apache Log4j 1.2.17 Reference Package org.apache.log4j.varia</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package org.apache.log4j.varia</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="ERFATestCase.html" target="classFrame">ERFATestCase</a> </td> </tr> <tr> <td> <a href="ErrorHandlerTestCase.html" target="classFrame">ErrorHandlerTestCase</a> </td> </tr> <tr> <td> <a href="LevelMatchFilterTestCase.html" target="classFrame">LevelMatchFilterTestCase</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> Copyright &copy; 1999-2012 Apache Software Foundation. All Rights Reserved. </body> </html>
docs/jdiff/changes/jdiff_statistics.html
leonardo-DG/CatKeeper
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> JDiff Statistics </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style"> </HEAD> <BODY> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/index.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>zookeeper 3.4.5</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> &nbsp;<FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> &nbsp;<FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Statistics</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"></FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="jdiff_statistics.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> <center> <H1>JDiff Statistics</H1> </center> <BLOCKQUOTE> The percent change statistic reported for all elements in each API is defined recursively as follows:<br> <pre> Percentage difference = 100 * (added + removed + 2*changed) ----------------------------------- sum of public elements in BOTH APIs </pre> Where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed. This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. The definition ensures that if all packages are removed and all new packages are added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%. <p>The overall difference between the two APIs is approximately 26%. </BLOCKQUOTE> <h3>Sections</h3> <a href="#packages">Packages</a> sorted by percentage difference<br> <a href="#classes">Classes and <i>Interfaces</i></a> sorted by percentage difference<br> <a href="#numbers">Differences</a> by number and type<br> <hr> <a name="packages"></a> <h2>Packages Sorted By Percentage Difference</h2> <TABLE summary="Packages sorted by percentage difference" BORDER="1" WIDTH="100%" cellspacing="0" cellpadding="0"> <TR WIDTH="20%"> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage<br>Difference</b></FONT></TD> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Package</b></FONT></TD> </TR> <TR> <TD ALIGN="center">26</TD> <TD><A HREF="pkg_org.apache.zookeeper.html">org.apache.zookeeper</A></TD> </TR> </TABLE> <hr> <p><a name="packages_hist"></a> <TABLE summary="Histogram of the package percentage differences" BORDER="1" cellspacing="0" cellpadding="0"> <TR> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage<br>Difference</b></FONT></TD> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Frequency</b></FONT></TD> <TD width="300" ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage Frequency</b></FONT></TD> </TR> <TR> <TD ALIGN="center">26</TD> <TD>1.0</TD> <TD><img alt="|" src="../black.gif" height=20 width=300.0></TD> </TR> <!-- START_PACKAGE_HISTOGRAM 26,1.0 END_PACKAGE_HISTOGRAM --> </TABLE> <hr> <a name="classes"></a> <h2>Classes and <i>Interfaces</i> Sorted By Percentage Difference</h2> <TABLE summary="Classes sorted by percentage difference" BORDER="1" WIDTH="100%" cellspacing="0" cellpadding="0"> <TR WIDTH="20%"> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage<br>Difference</b></FONT></TD> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Class or <i>Interface</i></b></FONT></TD> </TR> <TR> <TD ALIGN="center">80</TD> <TD><A HREF="org.apache.zookeeper.ZooKeeperMain.html"> org.apache.zookeeper.ZooKeeperMain</A></TD> </TR> <TR> <TD ALIGN="center">50</TD> <TD><A HREF="org.apache.zookeeper.ClientCnxn.html"> org.apache.zookeeper.ClientCnxn</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.BadArgumentsException.html"> org.apache.zookeeper.KeeperException.BadArgumentsException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.BadVersionException.html"> org.apache.zookeeper.KeeperException.BadVersionException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.InvalidACLException.html"> org.apache.zookeeper.KeeperException.InvalidACLException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException.html"> org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.NoNodeException.html"> org.apache.zookeeper.KeeperException.NoNodeException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.NodeExistsException.html"> org.apache.zookeeper.KeeperException.NodeExistsException</A></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.NotEmptyException.html"> org.apache.zookeeper.KeeperException.NotEmptyException</A></TD> </TR> <TR> <TD ALIGN="center">28</TD> <TD><A HREF="org.apache.zookeeper.Environment.html"> org.apache.zookeeper.Environment</A></TD> </TR> <TR> <TD ALIGN="center">20</TD> <TD><A HREF="org.apache.zookeeper.ZooKeeper.html"> org.apache.zookeeper.ZooKeeper</A></TD> </TR> <TR> <TD ALIGN="center">15</TD> <TD><A HREF="org.apache.zookeeper.ZooKeeper.States.html"> org.apache.zookeeper.ZooKeeper.States</A></TD> </TR> <TR> <TD ALIGN="center">14</TD> <TD><A HREF="org.apache.zookeeper.Watcher.Event.KeeperState.html"> org.apache.zookeeper.Watcher.Event.KeeperState</A></TD> </TR> <TR> <TD ALIGN="center">11</TD> <TD><A HREF="org.apache.zookeeper.ZooDefs.OpCode.html"> <i>org.apache.zookeeper.ZooDefs.OpCode</i></A></TD> </TR> <TR> <TD ALIGN="center">4</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.html"> org.apache.zookeeper.KeeperException</A></TD> </TR> <TR> <TD ALIGN="center">4</TD> <TD><A HREF="org.apache.zookeeper.KeeperException.Code.html"> org.apache.zookeeper.KeeperException.Code</A></TD> </TR> </TABLE> <hr> <p><a name="classes_hist"></a> <TABLE summary="Histogram of the class percentage differences" BORDER="1" cellspacing="0" cellpadding="0"> <TR> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage<br>Difference</b></FONT></TD> <TD ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Frequency</b></FONT></TD> <TD width="300" ALIGN="center" bgcolor="#EEEEFF"><FONT size="+1"><b>Percentage Frequency</b></FONT></TD> </TR> <TR> <TD ALIGN="center">4</TD> <TD>0.125</TD> <TD><img alt="|" src="../black.gif" height=20 width=37.5></TD> </TR> <TR> <TD ALIGN="center">11</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">14</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">15</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">20</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">28</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">33</TD> <TD>0.4375</TD> <TD><img alt="|" src="../black.gif" height=20 width=131.25></TD> </TR> <TR> <TD ALIGN="center">50</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <TR> <TD ALIGN="center">80</TD> <TD>0.0625</TD> <TD><img alt="|" src="../black.gif" height=20 width=18.75></TD> </TR> <!-- START_CLASS_HISTOGRAM 4,0.125 11,0.0625 14,0.0625 15,0.0625 20,0.0625 28,0.0625 33,0.4375 50,0.0625 80,0.0625 END_CLASS_HISTOGRAM --> </TABLE> <hr> <a name="numbers"></a> <h2>Differences By Number and Type</h2> <BLOCKQUOTE> The numbers of program elements (packages, classes. constructors, methods and fields) which are recorded as removed, added or changed includes only the highest-level program elements. That is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class. </BLOCKQUOTE> <TABLE summary="Number of differences" BORDER="1" WIDTH="100%" cellspacing="0" cellpadding="0"> <TR> <TD COLSPAN=5 ALIGN="center" NOWRAP bgcolor="#EEEEFF"><FONT size="+1"> <B>Number of Differences</B></FONT></TD> </TR> <TR> <TD>&nbsp;</TD> <TD ALIGN="center"><b>Removals</b></TD> <TD ALIGN="center"><b>Additions</b></TD> <TD ALIGN="center"><b>Changes</b></TD> <TD ALIGN="center"><b>Total</b></TD> </TR> <TR> <TD>Packages</TD> <TD ALIGN="right">0</TD> <TD ALIGN="right">0</TD> <TD ALIGN="right">1</TD> <TD ALIGN="right">1</TD> </TR> <TR> <TD>Classes and <i>Interfaces</i></TD> <TD ALIGN="right">0</TD> <TD ALIGN="right">23</TD> <TD ALIGN="right">16</TD> <TD ALIGN="right">39</TD> </TR> <TR> <TD>Constructors</TD> <TD ALIGN="right">3</TD> <TD ALIGN="right">13</TD> <TD ALIGN="right">0</TD> <TD ALIGN="right">16</TD> </TR> <TR> <TD>Methods</TD> <TD ALIGN="right">1</TD> <TD ALIGN="right">32</TD> <TD ALIGN="right">2</TD> <TD ALIGN="right">35</TD> </TR> <TR> <TD>Fields</TD> <TD ALIGN="right">1</TD> <TD ALIGN="right">21</TD> <TD ALIGN="right">1</TD> <TD ALIGN="right">23</TD> </TR> <TR> <TD><b>Total</b></TD> <TD ALIGN="right">5</TD> <TD ALIGN="right">89</TD> <TD ALIGN="right">20</TD> <TD ALIGN="right">114</TD> </TR> </TABLE> </HTML>
src/olympia/reviewers/templates/reviewers/themes/queue_list.html
tsl143/addons-server
{% extends 'reviewers/themes/base.html' %} {% block extrahead %} {{ css('zamboni/themes_review') }} {% endblock %} {% block content %} <div class="queue-search theme-search island c" data-api-url="{{ url('reviewers.themes.search') }}" data-review-url="{{ url('reviewers.themes.single', '__slug__') }}"> <form class="c" data-no-csrf> {{ theme_search_form.q }} <input type="hidden" name="queue_type" value="{{ 'rereview' if rereview else 'flagged' if flagged else '' }}"> <button class="search button" type="submit"><span>{{ _('Search') }}</span></button> <a href="#" class="clear-queue-search hidden">{{ _('Clear Search') }}</a> {{ theme_search_form.limit }} </form> </div> <div class="theme-list-hat"> {{ macros.tabnav('queues', tab, queue_tabnav_themes(), true) }} <a class="button release-theme-lock" href="{{ url('reviewers.themes.release_locks') }}"> <span>{{ _('Release My Theme Locks') }}</span> </a> </div> <section id="queue-island" class="island search-toggle"> <h3 class="theme-queue-link c"> {% set url_suffix = '_themes' %} {% if flagged %} {% set url_suffix = '_flagged' %} {% elif rereview %} {% set url_suffix = '_rereview' %} {% endif %} <a href="{{ url('reviewers.themes.queue' + url_suffix) }}"> {{ _('Interactive Theme Queue') }} <img src="{{ static('img/impala/blue-arrow.png') }}" alt=""> </a> </h3> {% if addons %} <table id="addon-queue" class="data-grid items" data-url="{{ url('reviewers.queue_viewing') }}"> <thead> <tr class="listing-header"> <th>&nbsp;</th> <th>{{ _('Name') }}</th> <th>{{ _('Reviewer') }}</th> <th>{{ _('Status') }}</th> </tr> </thead> <tbody> {% for qa in addons %} <tr> <td></td> <td> <a href="{{ url('reviewers.themes.single', qa.slug) }}"> {{ qa.name or qa.slug }} </a> </td> <td> {% if hasOneToOne(qa, 'persona') and hasOneToOne(qa.persona, 'themelock') and not is_expired_lock(qa.persona.themelock) %} {{ emaillink(qa.persona.themelock.reviewer.email) }} {% endif %} </td> <td>{{ qa.STATUS_CHOICES[qa.status] }}</td> </tr> {% endfor %} </tbody> </table> {% else %} {{ no_results_amo() }} {% endif %} <div class="impala-paginator">{{ pager|impala_paginator }}</div> </section> {# Populated by dynamic search #} <section id="search-island" class="island hidden" data-statuses="{{ statuses|json }}"></section> <p id="helpfulLinks"> {{ _('Helpful Links:') }} <a href="https://wiki.mozilla.org/Marketplace/Reviewers/Themes/Guidelines">{{ _("Reviewers' Guide") }}</a> </p> {% endblock %}
web/angular-1.3.0/docs/partials/api/ng/directive/ngMouseup.html
AlexKomrakov/nndl
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/directive/ngEventDirs.js?message=docs(ngMouseup)%3A%20describe%20your%20change...#L125' 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.3.0/src/ng/directive/ngEventDirs.js#L125' 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">ngMouseup</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 mouseup 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-mouseup=&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> ngMouseup </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 mouseup. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a>)</p> </td> </tr> </tbody> </table> </section> <h2 id="example">Example</h2><p> <div> <a ng-click="openPlunkr('examples/example-example69')" class="btn pull-right"> <i class="glyphicon glyphicon-edit">&nbsp;</i> Edit in Plunker</a> <div class="runnable-example" path="examples/example-example69"> <div class="runnable-example-file" name="index.html" language="html" type="html"> <pre><code>&lt;button ng-mouseup=&quot;count = count + 1&quot; ng-init=&quot;count=0&quot;&gt;&#10; Increment (on mouse up)&#10;&lt;/button&gt;&#10;count: {{count}}</code></pre> </div> <iframe class="runnable-example-frame" src="examples/example-example69/index.html" name="example-example69"></iframe> </div> </div> </p> </div>
views/js/vis-4.18.0/examples/network/nodeStyles/imagesWithBorders.html
AnttiKurittu/kirjuri
<!doctype html> <html> <head> <title>Network | Images With Borders</title> <style type="text/css"> body { font: 10pt arial; } #mynetwork { width: 800px; height: 800px; border: 1px solid lightgray; background-color:#333333; } </style> <script type="text/javascript" src="../../../dist/vis.js"></script> <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> var DIR = 'img/soft-scraps-icons/'; var nodes = null; var edges = null; var network = null; // Called when the Visualization API is loaded. function draw() { // create people. // value corresponds with the age of the person var DIR = '../img/indonesia/'; nodes = [ {id: 1, shape: 'image', image: DIR + '1.png'}, {id: 2, shape: 'image', image: DIR + '2.png'}, {id: 3, shape: 'image', image: DIR + '3.png'}, {id: 4, shape: 'image', image: DIR + '4.png', label:"pictures by this guy!"}, {id: 5, shape: 'image', image: DIR + '5.png'}, {id: 6, shape: 'image', image: DIR + '6.png'}, {id: 7, shape: 'image', image: DIR + '7.png'}, {id: 8, shape: 'image', image: DIR + '8.png'}, {id: 9, shape: 'image', image: DIR + '9.png'}, {id: 10, shape: 'image', image: DIR + '10.png'}, {id: 11, shape: 'image', image: DIR + '11.png'}, {id: 12, shape: 'image', image: DIR + '12.png'}, {id: 13, shape: 'image', image: DIR + '13.png'}, {id: 14, shape: 'image', image: DIR + '14.png'}, {id: 15, shape: 'image', image: DIR + 'missing.png', brokenImage: DIR + 'missingBrokenImage.png', label:"when images\nfail\nto load"}, {id: 16, shape: 'image', image: DIR + 'anotherMissing.png', brokenImage: DIR + '9.png', label:"fallback image in action"} ]; // create connections between people // value corresponds with the amount of contact between two people edges = [ {from: 1, to: 2}, {from: 2, to: 3}, {from: 2, to: 4}, {from: 4, to: 5}, {from: 4, to: 10}, {from: 4, to: 6}, {from: 6, to: 7}, {from: 7, to: 8}, {from: 8, to: 9}, {from: 8, to: 10}, {from: 10, to: 11}, {from: 11, to: 12}, {from: 12, to: 13}, {from: 13, to: 14}, {from: 9, to: 16} ]; // create a network var container = document.getElementById('mynetwork'); var data = { nodes: nodes, edges: edges }; var options = { nodes: { borderWidth:4, size:30, color: { border: '#406897', background: '#6AAFFF' }, font:{color:'#eeeeee'}, shapeProperties: { useBorderWithImage:true } }, edges: { color: 'lightgray' } }; network = new vis.Network(container, data, options); } </script> <script src="../../googleAnalytics.js"></script> </head> <body onload="draw()"> <div id="mynetwork"></div> </body> </html>
lib/ofl/anaheim/DESCRIPTION.en_us.html
xErik/pdfmake-fonts-google
<p>The Anaheim font family is a free font family. The Anaheim Fonts are designed to be used freely across the internet by web browsers on desktop computers, laptops and mobile devices.</p> <p>All source files for the Anaheim Font family are hosted at <a href="https://github.com/vernnobile/anaheimFont">GitHub</a>.</p>
third-party/src/boost_1_56_0/libs/log/doc/html/log/rationale.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Rationale and FAQ</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="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="prev" href="extension/settings.html" title="Extending library settings support"> <link rel="next" href="rationale/why_weak_scoped_attributes.html" title="Why scoped attributes don't override existing attributes?"> </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></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="extension/settings.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="rationale/why_weak_scoped_attributes.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="log.rationale"></a><a class="link" href="rationale.html" title="Rationale and FAQ">Rationale and FAQ</a> </h2></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="rationale.html#log.rationale.why_str_lit">Why string literals as scope names?</a></span></dt> <dt><span class="section"><a href="rationale/why_weak_scoped_attributes.html">Why scoped attributes don't override existing attributes?</a></span></dt> <dt><span class="section"><a href="rationale/why_weak_record_ordering.html">Why log records are weakly ordered in a multithreaded application?</a></span></dt> <dt><span class="section"><a href="rationale/why_attribute_manips_dont_affect_filters.html">Why attributes set with stream manipulators do not participate in filtering?</a></span></dt> <dt><span class="section"><a href="rationale/why_not_lazy_streaming.html">Why not using lazy streaming?</a></span></dt> <dt><span class="section"><a href="rationale/why_not_log4j.html">Why not using hierarchy of loggers, like in log4j? Why not Boost.Log4j? Etc.</a></span></dt> <dt><span class="section"><a href="rationale/fork_support.html">Does Boost.Log support process forking?</a></span></dt> <dt><span class="section"><a href="rationale/init_term_support.html">Does Boost.Log support logging at process initialization and termination?</a></span></dt> <dt><span class="section"><a href="rationale/why_crash_on_term.html">Why my application crashes on process termination when file sinks are used?</a></span></dt> <dt><span class="section"><a href="rationale/namespace_mangling.html">Why my application fails to link with Boost.Log? What's the fuss about library namespaces?</a></span></dt> <dt><span class="section"><a href="rationale/msvc_link_fails_lnk1123.html">Why MSVC 2010 fails to link the library with error LNK1123: failure during conversion to COFF: file invalid or corrupt?</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="log.rationale.why_str_lit"></a><a class="link" href="rationale.html#log.rationale.why_str_lit" title="Why string literals as scope names?">Why string literals as scope names?</a> </h3></div></div></div> <p> One may wonder why not allow arbitrary strings to be used as named scope names. The answer is simple: for performance and safety reasons. Named scope support functionality has one significant difference from other attribute-related features of the library. The scope stack is maintained even when no logging is done, so if a function <code class="computeroutput"><span class="identifier">foo</span></code> has a <code class="computeroutput"><span class="identifier">BOOST_LOG_FUNCTION</span><span class="special">()</span></code> statement in its body, it is always a slowdown. Allowing the scope name to be an arbitrary string would make the slowdown significantly greater because of the need to allocate memory and copy the string (not to mention that there would be a need to previously format it, which also takes its toll). </p> <p> Dynamic memory allocation also introduces exception safety issues: the <code class="computeroutput"><span class="identifier">BOOST_LOG_FUNCTION</span><span class="special">()</span></code> statement (and alikes) would become a potential source of exceptions. These issues would complicate user's code if he wants to solve memory allocation problems gracefully. </p> <p> One possible alternative solution would be pooling pre-formatted and pre-allocated scope names somewhere but this would surely degrade performance even more and introduce the problem of detecting when to update or free pooled strings. </p> <p> Therefore restricting to string literals seemed to be the optimal decision, which reduced dynamic memory usage and provided enough flexibility for common needs. </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; 2007-2014 Andrey Semashev<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="extension/settings.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="rationale/why_weak_scoped_attributes.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
web/piwigo/language/eo_EO/help/cat_modify.html
ale252/theatre
<h2>Redakti fotaron</h2> <h3>Informoj</h3> <ul> <li><strong>nomo</strong>: renomi la fotaron (virtuala renomo kaze de fizika fotaro).</li> <li><strong>priskribo</strong>: mallonga teksto montranta ĝeneralan ideon de la enhavo, tiu teksto vidiĝos malsupre de la miniaturopaĝo.</li> </ul> <h3>Movado</h3> <p>Se la fotaro estas virtuala, vi povas movi ĝin. Movi fotaron signifas ŝanĝi ĝian patran fotaron.</p> <h3>Opcioj</h3> <ul> <li><strong>Atingotipo</strong>: Administrado de permesiloj. Se vi igas fotaron privatan, ĉiuj idaj fotaroj ĝiaj iĝas privataj. Se vi igas fotaron publikan, ĉiuj idaj fotaroj ĝiaj iĝas publikaj.</li> <li><strong>Ŝlosi</strong>: La fotaro kaj ĝiaj subfotaroj estos provizore malvalidigitaj pro funkciteno.</li> <li><strong>Komentoj</strong>: Permesi al la uzantoj komenti la fotojn de ĉitiu fotaro.</li> </ul> <p>Vi povas ankaŭ mastrumi tiujn opciojn ĉe la mastrumekrano "Ecoj" (ekranoj <span class="pwgScreen">Komentoj</span>, <span class="pwgScreen">Ŝlosi</span>, <span class="pwgScreen">Publika/Privata</span>, <span class="pwgScreen">Reprezentanto</span> disponebla el <span class="pwgScreen">Administrado &raquo; Fotaroj &raquo; Ecoj</span>).</p> <h3>Ordiga ordo</h3> <p>Uzi la aprioran bildan ordigan ordon.</p> <p>Indiki ĉu tiu ordiga ordo will apply to subalbums also.</p> <p>Selekti la specifajn ordigokriteriojn uzendaj kun ĉitiu fotaro.</p> <ul> <li><strong>Kreodato</strong>: Fotadodato</li> <li><strong>Afiŝodato</strong>: Sinkronigadodato</li> <li><strong>Meza takso (*)</strong>: Meza takso ŝanĝus laŭ la taksado de la vizitantoj</li> <li><strong>Plej vizitita (*)</strong>: La kuranta vizito eble ŝanĝos la ordo de la plej vizititaj</li> <li><strong>Dosieronomo</strong>: Nomo donita en informokampo</li> <li><strong>Identigilo</strong>: Ena identigilo (freŝaj kategorioj havas pli altan identigilon ol la antaŭaj).</li> </ul> <p><strong>(*)</strong>Averto: Certu, ke vi testas tiujn ordigajn ordojn vi mem, ĉar eblas, ke ili montras neatenditajn rezultojn.</p> <h3>Reprezentanto</h3> <p>La fotaro-reprezentanto estas la miniaturo videbla sur la ĉefpaĝo (<span class="pwgScreen">category.php</span>) por reprezenti la fotaton kiam ĝi enhavas nur sub-fotarojn kaj neniun direktan foton (rekte en la radiko-fotaro).</p> foto de fotaro:</p> <ul> <li><span class="pwgScreen">Foto paĝo</span>: unu el la agobutonoj lasas vin agordi la kurantan foton kiel la reprezentanton por la vidigita fotaro. Tiu butono disponeblas nur por la administrantoj.</li> <li><span class="pwgScreen">Modifi informojn pri foto</span> en administrado. Tiu ekrano atingeblas el <span class="pwgScreen">picture.php</span> aŭ <span class="pwgScreen">Stapla administrado</span> en <em>unureĝimo</em>. Vidi la helpon de tiu ekrano por la detaloj.</li> <li><span class="pwgScreen">Administrado &raquo; Fotaroj &raquo; Ecoj, Reprezentanto</span>. Vidi la helpon de tiu ekrano por la detaloj.</li> <li><span class="pwgScreen">Redakti fotaron</span> (la nuna ekrano).</li> </ul> <p>La elekto de reprezentanto dependas de la <code>allow_random_representative</code> agorda parametro (vidi <span class="filename">include/config_default.inc.php</span>).</p> <p>En apriora reĝimo (<code>allow_random_representative</code> ŝaltita al falsa), ĉiu fotaro enhavanta almenaŭ unu eron estas reprezentita de fiksita ero. Post la agordo (je la fotara kreado), la reprezentanto ŝanĝiĝas nur kiam administranto petas tion. Se la reprezentanto ne taŭgas, vi povas peti por <strong>Trovi novan reprezentanton hazarde</strong>.</p> <p>Se la <code>allow_random_representative</code> agorda parametro estas ŝaltita al vera, eblas ke kategorio enhavanta fotojn ne havu fiksitan reprezentanton. Nur uzu la <strong>Forigi reprezentanton</strong> butonon.</p> <p>Se la fotaro enhavas nur sub-fotarojn kaj neniu foto, ĝin povas tamen reprezenti iu ajn elemento dank' al <span class="pwgScreen">Modifi informojn pri foto</span> ekrano. La nura opcio sur la kuranta ekrano estas la <strong>Forigi reprezentanton</strong> butono.</p> <h3>Ligi ĉiujn fotarajn fotojn al nova fotaro</h3> <ul> <li><strong>Nomo de virtuala fotaro</strong>: Nomo de la nova fotaro kreota, ĉiuj fotoj de la kuranta kategorio estos ligita al la nova.</li> <li><strong>Patra fotaro</strong>: Kie la nova fotaro kuŝos, lasu malplena por krei ĝin ĉe la radiko.</li> </ul> <h3>Ligi ĉiujn fotojn de la fotaro al ekzistantaj fotaroj</h3> <ul> <li><strong>Fotaroj</strong>: Elekti la celata fotaro.</li> </ul> <h3>Sendi informan retmesaĝon al la grupanoj</h3> <ul> <li><strong>Grupo</strong>: grupo de ricevantoj</li> <li><strong>Retmesaĝoenhavo</strong>: Libera teksto sendota al ili.</li> </ul>
src/test/resources/pages/newlyJoinedInstructorStudentListPage.html
aacoba/teammates
<div class="container" id="mainContent"> <div id="topOfPage"> </div> <h1> Student List </h1> <br> <div class="well well-plain"> <div class="row"> <div class="col-md-12"> <form action="/page/instructorSearchPage?user=${test.instructor}" method="get" name="search_form"> <div class="row"> <div class="col-md-10"> <div class="form-group"> <input class="form-control" data-original-title="Search for student's information, e.g. name, email" data-placement="top" data-toggle="tooltip" id="searchbox" name="searchkey" placeholder="e.g. Charles Shultz" title="" type="text" value=""> </div> </div> <div class="col-md-2 nav"> <div class="form-group"> <button class="btn btn-primary" id="buttonSearch" type="submit" value="Search"> <span class="glyphicon glyphicon-search"> </span> Find students </button> </div> </div> </div> <input name="searchstudents" type="hidden" value="true"> <input name="searchcommentforstudents" type="hidden" value="false"> <input name="searchcommentforresponses" type="hidden" value="false"> <input name="user" type="hidden" value="${test.instructor}"> </form> </div> </div> </div> <br> <h2> Filter Students </h2> <div class="well well-plain" id="moreOptionsDiv"> <div class="row"> <div class="col-md-3"> <div class="checkbox"> <input id="displayArchivedCourses_check" type="checkbox"> <label for="displayArchivedCourses_check"> Display Archived Courses </label> </div> </div> </div> <form class="form-horizontal" role="form"> <div class="row"> <div class="col-sm-3"> <div class="text-color-primary"> <strong> Courses </strong> </div> <br> <div class="checkbox"> <input id="course_all" type="checkbox" value=""> <label for="course_all"> <strong> Select all </strong> </label> </div> <br> <div class="checkbox"> <input id="course_check-0" type="checkbox"> <label for="course_check-0"> [AHPUiT____.instr1_.gma-demo] : Sample Course 101 </label> </div> </div> <div class="col-sm-3"> <div class="text-color-primary"> <strong> Sections </strong> </div> <br> <div class="checkbox" style="display:none;"> <input id="section_all" type="checkbox" value=""> <label for="section_all"> <strong> Select all </strong> </label> </div> <br> <div id="sectionChoices"> </div> </div> <div class="col-sm-3"> <div class="text-color-primary"> <strong> Teams </strong> </div> <br> <div class="checkbox" style="display:none;"> <input id="team_all" type="checkbox"> <label for="team_all"> <strong> Select All </strong> </label> </div> <br> <div id="teamChoices"> </div> </div> <div class="col-sm-3"> <div class="text-color-primary"> <strong> Emails </strong> </div> <br> <div class="checkbox" style="display:none;"> <input checked="" id="show_email" type="checkbox"> <label for="show_email"> <strong> Show Emails </strong> </label> <button class="btn btn-default btn-xs" id="copy-email-button"> Copy Emails </button> </div> <br> <div id="emails"> </div> </div> </div> </form> </div> <div id="statusMessagesToUser" style="display: none;"> </div> <br> <div class="text-muted"> Click on the panels below to expand </div> <br> <div class="panel panel-info"> <div class="panel-heading ajax_submit" data-target="#panelBodyCollapse-0" id="panelHeading-0" style="cursor: pointer;"> <form action="/page/instructorStudentListAjaxPage" class="seeMoreForm-0" id="seeMore-0" style="display:none;"> <input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo"> <input name="user" type="hidden" value="${test.instructor}"> <input id="numStudents-0" type="hidden" value="0"> </form> <a class="btn btn-info btn-xs pull-right pull-down course-enroll-for-test" data-original-title="Enroll student into the course" data-placement="top" data-toggle="tooltip" href="/page/instructorCourseEnrollPage?courseid=AHPUiT____.instr1_.gma-demo&user=${test.instructor}" id="enroll-0" title=""> <span class="glyphicon glyphicon-list"> </span> Enroll </a> <div class="display-icon pull-right"> </div> <strong> [AHPUiT____.instr1_.gma-demo] : </strong> Sample Course 101 </div> <div class="panel-collapse collapse" id="panelBodyCollapse-0"> <div class="panel-body padding-0"> </div> </div> </div> </div>
templates/freifunk_rothenburg/yaml/core/slim_base.css
freifunkrothenburg/netmon
@charset "UTF-8"; /* "Yet Another Multicolumn Layout" v3.0.6 (c) by Dirk Jesse (http://www.yaml.de) * $Revision: 202 $ $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $ */ @media all { *{margin:0;padding:0} option{padding-left:.4em} * html body *{overflow:visible} * html iframe,* html frame{overflow:auto} * html frameset{overflow:hidden} html{height:100%;margin-bottom:1px} body{font-size:100.01%;color:#000;background:#fff;text-align:left} fieldset,img{border:0 solid} ul,ol,dl{margin:0 0 1em 1em} li{margin-left:1.5em;line-height:1.5em} dt{font-weight:700} dd{margin:0 0 1em 2em} blockquote{margin:0 0 1em 1.5em} #header{position:relative} #topnav{text-align:right} #header #topnav{position:absolute;top:10px;right:10px} #header,#nav,#main,#footer{clear:both} #col1{float:left;width:200px} #col2{float:right;width:200px} #col3{width:auto;margin:0 200px} #col1_content,#col2_content,#col3_content{position:relative} .hideboth #col3{margin-left:0;margin-right:0} .hidecol1 #col3{margin-left:0;margin-right:200px} .hidecol2 #col3{margin-left:200px;margin-right:0} .hideboth #col1,.hideboth #col2,.hidecol1 #col1,.hidecol2 #col2{display:none} .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} .clearfix{display:block} .floatbox{overflow:hidden} #ie_clearing{display:none} .subcolumns{width:100%;overflow:hidden} .subcolumns_oldgecko{width:100%;float:left} .c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left} .c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px} .c25l,.c25r{width:25%} .c33l,.c33r{width:33.333%} .c50l,.c50r{width:50%} .c66l,.c66r{width:66.666%} .c75l,.c75r{width:75%} .c38l,.c38r{width:38.2%} .c62l,.c62r{width:61.8%} .subc{padding:0 .5em} .subcl{padding:0 1em 0 0} .subcr{padding:0 0 0 1em} .skip,.hideme,.print{position:absolute;top:-1000em;left:-1000em;height:1px;width:1px} .skip:focus,.skip:active{position:static;top:0;left:0;height:auto;width:auto} }
media/css/teams.css
ofer43211/unisubs
.start_team { margin: 0 0 30px !important; } .team_meta { margin: 0 0 40px; padding: 0; } .team_meta li { margin: 0; padding: 0; list-style: none; font-size: 11px; } .no-padding-top { padding-top: 0 !important; } .team_html { background-color: rgba(255, 255, 255, 0.35); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); border-radius: 5px; -moz-border-radius: 5px; padding: 15px 35px; margin-bottom: 20px; } .team_html img, .team_html object, .team_html iframe { float: right; margin-left: 20px; } .team_html p { color: #575757; line-height: 20px; } .team_html p img { float: none; margin: 0; } .team_html h1 { font-size: 26px; } .team_html h2 { font-size: 24px; } .team_html h3 { font-size: 22px; } .team_html h4 { font-size: 20px; } .team_html h5 { font-size: 18px; } #custom_volunteer #maincol { float: left; width: 580px; } #custom_volunteer #subcol { float: left; width: 275px; margin: 0 0 0 40px; border-left: 1px #c1dee5 solid; padding: 15px 15px 15px 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #custom_volunteer h3 { margin: 15px 0 -5px 0; padding: 0; text-shadow: 0 0 0; } #custom_volunteer h3 em#volunteer_begin { color: #6a9200; font-style: normal; background: transparent url(../images/icon_custom_volunteer_arrow.png) right center no-repeat; padding: 0 20px 0 5px; } #custom_volunteer p { font-size: 14px; line-height: 24px; margin: 10px 0 0 0; padding: 0; } .share_team_buttons { margin: 20px 0 0 0; width: 440px; padding: 10px 20px 20px 20px; border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3); background: -webkit-gradient(linear, 0% 100%, 0% 70%, from(#edf6f8), to(#fff)); /* for webkit browsers */ background: -moz-linear-gradient(0% 75% 270deg, #fff, #edf6f8); /* for firefox 3.6+ */ } .share_team_buttons p { font-size: 14px; line-height: 27px; margin: 0; color: #444; } .share_buttons { margin: 10px 0 0 0; } .share_team_buttons a.share_btn { margin: 0 5px 0 0; } #team_volunteer_detail { display: none; } #team_volunteer_detail #team_join_button { margin: 25px 0 15px 0; } #team_volunteer_detail #team_info img { float: left; margin: 0 10px 0 0; } #team_volunteer_detail ul#team_detail_actions { margin: 0 0 25px 0; padding: 0; } #team_volunteer_detail ul#team_detail_actions li { list-style-type: none; margin: 10px 0 10px 0; text-indent: 0; padding: 0; } .completed_translations { float: left !important; margin: 4px 0 0px 0 !important; display: block !important; line-height: 0 !important; width: 420px; } .completed_translations span { color: #333 !important; font-size: 13px !important; } .completed_translations a { font-size: 13px !important; } a.add_subtitles_bt{ float:right; display:block; margin-left:400px; } .team-video-buttons-container{ float: left; } .team-video-buttons-container a.blue_button_small{ margin-right: 4px !important; } .team-detail-list-description{ display:block; width: 400px; } .team-detail-list-video-in-lang{ font-style:italic; } .inprogress-list{ color: #A00; width: 400px; font-weight: bold; } .video-info{ margin-left:80px; } .video-moderation-item{ margin-bottom:40px; } p.notice { color: #899; margin-bottom: 2em; font-size: .95em; } .team-detail-block p { margin-bottom: 10px; } #teams .big_list li span.count { display: block; } #teams .add-video h4 { margin: -4px 0 12px; } #teams .add-video #id_save_feed { display: inline; width: 24px; margin: 0; } #teams .add-video span.helptext { display: block; }
libs/boost/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html
flingone/frameworks_base_cmds_remoted
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>has_trivial_copy</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="Chapter&#160;1.&#160;Boost.TypeTraits"> <link rel="up" href="../reference.html" title="Alphabetical Reference"> <link rel="prev" href="has_trivial_constructor.html" title="has_trivial_constructor"> <link rel="next" href="has_trivial_cp_cons.html" title="has_trivial_copy_constructor"> </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="has_trivial_constructor.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="has_trivial_cp_cons.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_typetraits.reference.has_trivial_copy"></a><a class="link" href="has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a> </h3></div></div></div> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">has_trivial_copy</span> <span class="special">:</span> <span class="keyword">public</span> <em class="replaceable"><code><a class="link" href="integral_constant.html" title="integral_constant">true_type</a>-or-<a class="link" href="integral_constant.html" title="integral_constant">false_type</a></code></em> <span class="special">{};</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">has_trivial_copy_constructor</span> <span class="special">:</span> <span class="keyword">public</span> <em class="replaceable"><code><a class="link" href="integral_constant.html" title="integral_constant">true_type</a>-or-<a class="link" href="integral_constant.html" title="integral_constant">false_type</a></code></em> <span class="special">{};</span> </pre> <p> <span class="bold"><strong>Inherits:</strong></span> If T is a (possibly cv-qualified) type with a trivial copy-constructor then inherits from <a class="link" href="integral_constant.html" title="integral_constant">true_type</a>, otherwise inherits from <a class="link" href="integral_constant.html" title="integral_constant">false_type</a>. </p> <p> These two traits are synonyms for each other. </p> <p> If a type has a trivial copy-constructor then the constructor has the same effect as copying the bits of one object to the other: calls to the constructor can be safely replaced with a call to <code class="computeroutput"><span class="identifier">memcpy</span></code>. </p> <p> <span class="bold"><strong>Compiler Compatibility:</strong></span> If the compiler does not support partial-specialization of class templates, then this template can not be used with function types. </p> <p> Without some (as yet unspecified) help from the compiler, has_trivial_copy will never report that a user-defined class or struct has a trivial constructor; this is always safe, if possibly sub-optimal. Currently (May 2011) compilers more recent than Visual C++ 8, GCC-4.3, Greenhills 6.0, Intel-11.0, and Codegear have the necessary compiler <a class="link" href="../intrinsics.html" title="Support for Compiler Intrinsics">intrinsics</a> to ensure that this trait "just works". You may also test to see if the necessary <a class="link" href="../intrinsics.html" title="Support for Compiler Intrinsics">intrinsics</a> are available by checking to see if the macro <code class="computeroutput"><span class="identifier">BOOST_HAS_TRIVIAL_COPY</span></code> is defined. </p> <p> <span class="bold"><strong>C++ Standard Reference:</strong></span> 12.8p6. </p> <p> <span class="bold"><strong>Header:</strong></span> <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">/</span><span class="identifier">has_trivial_copy</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <p> <span class="bold"><strong>Examples:</strong></span> </p> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">has_trivial_copy</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span></code> inherits from <code class="computeroutput"><a class="link" href="integral_constant.html" title="integral_constant">true_type</a></code>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">has_trivial_copy</span><span class="special">&lt;</span><span class="keyword">char</span><span class="special">*&gt;::</span><span class="identifier">type</span></code> is the type <code class="computeroutput"><a class="link" href="integral_constant.html" title="integral_constant">true_type</a></code>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">has_trivial_copy</span><span class="special">&lt;</span><span class="keyword">int</span> <span class="special">(*)(</span><span class="keyword">long</span><span class="special">)&gt;::</span><span class="identifier">value</span></code> is an integral constant expression that evaluates to <span class="emphasis"><em>true</em></span>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">has_trivial_copy</span><span class="special">&lt;</span><span class="identifier">MyClass</span><span class="special">&gt;::</span><span class="identifier">value</span></code> is an integral constant expression that evaluates to <span class="emphasis"><em>false</em></span>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">has_trivial_copy</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">value_type</span></code> is the type <code class="computeroutput"><span class="keyword">bool</span></code>. </p></blockquote></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; 2000, 2011 Adobe Systems Inc, David Abrahams, Frederic Bron, Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Roman Perepelitsa, Robert Ramey, Jeremy Siek, Robert Stewart and Steven Watanabe<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="has_trivial_constructor.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="has_trivial_cp_cons.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
threat_note/static/css/demo.css
defpoint/threat_note
@media (min-width: 992px){ .typo-line{ padding-left: 140px; margin-bottom: 40px; position: relative; } .typo-line .category{ transform: translateY(-50%); top: 50%; left: 0px; position: absolute; } } .all-icons [class*="pe-"]{ font-size: 40px; } .all-icons input{ border: 0; } .all-icons .font-icon-detail{ text-align: center; padding: 45px 0px 30px; border: 1px solid #e5e5e5; border-radius: 6px; margin: 15px 0; } .all-icons .font-icon-detail input{ margin: 25px auto 0; width: 100%; text-align: center; display: block; color: #aaa; font-size: 13px; } #map{ position:relative; width:100%; height: calc(100% - 60px); } .places-buttons .btn{ margin-bottom: 30px }
src/Frapid.Web/scripts/semantic-ui/components/list.rtl.css
SurajRepo/frapid
/*! * # Semantic UI 2.2.7 - List * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* List *******************************/ ul.ui.list, ol.ui.list, .ui.list { list-style-type: none; margin: 1em 0em; padding: 0em 0em; } ul.ui.list:first-child, ol.ui.list:first-child, .ui.list:first-child { margin-top: 0em; padding-top: 0em; } ul.ui.list:last-child, ol.ui.list:last-child, .ui.list:last-child { margin-bottom: 0em; padding-bottom: 0em; } /******************************* Content *******************************/ /* List Item */ ul.ui.list li, ol.ui.list li, .ui.list > .item, .ui.list .list > .item { display: list-item; table-layout: fixed; list-style-type: none; list-style-position: outside; padding: 0.21428571em 0em; line-height: 1.14285714em; } ul.ui.list > li:first-child:after, ol.ui.list > li:first-child:after, .ui.list > .list > .item, .ui.list > .item:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; } ul.ui.list li:first-child, ol.ui.list li:first-child, .ui.list .list > .item:first-child, .ui.list > .item:first-child { padding-top: 0em; } ul.ui.list li:last-child, ol.ui.list li:last-child, .ui.list .list > .item:last-child, .ui.list > .item:last-child { padding-bottom: 0em; } /* Child List */ ul.ui.list ul, ol.ui.list ol, .ui.list .list { clear: both; margin: 0em; padding: 0.75em 0.5em 0.25em 0em; } /* Child Item */ ul.ui.list ul li, ol.ui.list ol li, .ui.list .list > .item { padding: 0.14285714em 0em; line-height: inherit; } /* Icon */ .ui.list .list > .item > i.icon, .ui.list > .item > i.icon { display: table-cell; margin: 0em; padding-top: 0.07142857em; padding-left: 0.28571429em; vertical-align: top; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.list .list > .item > i.icon:only-child, .ui.list > .item > i.icon:only-child { display: inline-block; vertical-align: top; } /* Image */ .ui.list .list > .item > .image, .ui.list > .item > .image { display: table-cell; background-color: transparent; margin: 0em; vertical-align: top; } .ui.list .list > .item > .image:not(:only-child):not(img), .ui.list > .item > .image:not(:only-child):not(img) { padding-left: 0.5em; } .ui.list .list > .item > .image img, .ui.list > .item > .image img { vertical-align: top; } .ui.list .list > .item > img.image, .ui.list .list > .item > .image:only-child, .ui.list > .item > img.image, .ui.list > .item > .image:only-child { display: inline-block; } /* Content */ .ui.list .list > .item > .content, .ui.list > .item > .content { line-height: 1.14285714em; } .ui.list .list > .item > .image + .content, .ui.list .list > .item > .icon + .content, .ui.list > .item > .image + .content, .ui.list > .item > .icon + .content { display: table-cell; padding: 0em 0.5em 0em 0em; vertical-align: top; } .ui.list .list > .item > img.image + .content, .ui.list > .item > img.image + .content { display: inline-block; } .ui.list .list > .item > .content > .list, .ui.list > .item > .content > .list { margin-right: 0em; padding-right: 0em; } /* Header */ .ui.list .list > .item .header, .ui.list > .item .header { display: block; margin: 0em; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: bold; color: rgba(0, 0, 0, 0.87); } /* Description */ .ui.list .list > .item .description, .ui.list > .item .description { display: block; color: rgba(0, 0, 0, 0.7); } /* Child Link */ .ui.list > .item a, .ui.list .list > .item a { cursor: pointer; } /* Linking Item */ .ui.list .list > a.item, .ui.list > a.item { cursor: pointer; color: #4183C4; } .ui.list .list > a.item:hover, .ui.list > a.item:hover { color: #1e70bf; } /* Linked Item Icons */ .ui.list .list > a.item i.icon, .ui.list > a.item i.icon { color: rgba(0, 0, 0, 0.4); } /* Header Link */ .ui.list .list > .item a.header, .ui.list > .item a.header { cursor: pointer; color: #4183C4 !important; } .ui.list .list > .item a.header:hover, .ui.list > .item a.header:hover { color: #1e70bf !important; } /* Floated Content */ .ui[class*="left floated"].list { float: right; } .ui[class*="right floated"].list { float: left; } .ui.list .list > .item [class*="left floated"], .ui.list > .item [class*="left floated"] { float: right; margin: 0em 0em 0em 1em; } .ui.list .list > .item [class*="right floated"], .ui.list > .item [class*="right floated"] { float: left; margin: 0em 1em 0em 0em; } /******************************* Coupling *******************************/ .ui.menu .ui.list > .item, .ui.menu .ui.list .list > .item { display: list-item; table-layout: fixed; background-color: transparent; list-style-type: none; list-style-position: outside; padding: 0.21428571em 0em; line-height: 1.14285714em; } .ui.menu .ui.list .list > .item:before, .ui.menu .ui.list > .item:before { border: none; background: none; } .ui.menu .ui.list .list > .item:first-child, .ui.menu .ui.list > .item:first-child { padding-top: 0em; } .ui.menu .ui.list .list > .item:last-child, .ui.menu .ui.list > .item:last-child { padding-bottom: 0em; } /******************************* Types *******************************/ /*------------------- Horizontal --------------------*/ .ui.horizontal.list { display: inline-block; font-size: 0em; } .ui.horizontal.list > .item { display: inline-block; margin-right: 1em; font-size: 1rem; } .ui.horizontal.list:not(.celled) > .item:first-child { margin-right: 0em !important; padding-right: 0em !important; } .ui.horizontal.list .list { padding-right: 0em; padding-bottom: 0em; } .ui.horizontal.list > .item > .image, .ui.horizontal.list .list > .item > .image, .ui.horizontal.list > .item > .icon, .ui.horizontal.list .list > .item > .icon, .ui.horizontal.list > .item > .content, .ui.horizontal.list .list > .item > .content { vertical-align: middle; } /* Padding on all elements */ .ui.horizontal.list > .item:first-child, .ui.horizontal.list > .item:last-child { padding-top: 0.21428571em; padding-bottom: 0.21428571em; } /* Horizontal List */ .ui.horizontal.list > .item > i.icon { margin: 0em; padding: 0em 0em 0em 0.25em; } .ui.horizontal.list > .item > .icon, .ui.horizontal.list > .item > .icon + .content { float: none; display: inline-block; } /******************************* States *******************************/ /*------------------- Disabled --------------------*/ .ui.list .list > .disabled.item, .ui.list > .disabled.item { pointer-events: none; color: rgba(40, 40, 40, 0.3) !important; } .ui.inverted.list .list > .disabled.item, .ui.inverted.list > .disabled.item { color: rgba(225, 225, 225, 0.3) !important; } /*------------------- Hover --------------------*/ .ui.list .list > a.item:hover .icon, .ui.list > a.item:hover .icon { color: rgba(0, 0, 0, 0.87); } /******************************* Variations *******************************/ /*------------------- Inverted --------------------*/ .ui.inverted.list .list > a.item > .icon, .ui.inverted.list > a.item > .icon { color: rgba(255, 255, 255, 0.7); } .ui.inverted.list .list > .item .header, .ui.inverted.list > .item .header { color: rgba(255, 255, 255, 0.9); } .ui.inverted.list .list > .item .description, .ui.inverted.list > .item .description { color: rgba(255, 255, 255, 0.7); } /* Item Link */ .ui.inverted.list .list > a.item, .ui.inverted.list > a.item { cursor: pointer; color: rgba(255, 255, 255, 0.9); } .ui.inverted.list .list > a.item:hover, .ui.inverted.list > a.item:hover { color: #1e70bf; } /* Linking Content */ .ui.inverted.list .item a:not(.ui) { color: rgba(255, 255, 255, 0.9) !important; } .ui.inverted.list .item a:not(.ui):hover { color: #1e70bf !important; } /*------------------- Aligned --------------------*/ .ui.list[class*="top aligned"] .image, .ui.list[class*="top aligned"] .content, .ui.list [class*="top aligned"] { vertical-align: top !important; } .ui.list[class*="middle aligned"] .image, .ui.list[class*="middle aligned"] .content, .ui.list [class*="middle aligned"] { vertical-align: middle !important; } .ui.list[class*="bottom aligned"] .image, .ui.list[class*="bottom aligned"] .content, .ui.list [class*="bottom aligned"] { vertical-align: bottom !important; } /*------------------- Link --------------------*/ .ui.link.list .item, .ui.link.list a.item, .ui.link.list .item a:not(.ui) { color: rgba(0, 0, 0, 0.4); -webkit-transition: 0.1s color ease; transition: 0.1s color ease; } .ui.link.list a.item:hover, .ui.link.list .item a:not(.ui):hover { color: rgba(0, 0, 0, 0.8); } .ui.link.list a.item:active, .ui.link.list .item a:not(.ui):active { color: rgba(0, 0, 0, 0.9); } .ui.link.list .active.item, .ui.link.list .active.item a:not(.ui) { color: rgba(0, 0, 0, 0.95); } /* Inverted */ .ui.inverted.link.list .item, .ui.inverted.link.list a.item, .ui.inverted.link.list .item a:not(.ui) { color: rgba(255, 255, 255, 0.5); } .ui.inverted.link.list a.item:hover, .ui.inverted.link.list .item a:not(.ui):hover { color: #ffffff; } .ui.inverted.link.list a.item:active, .ui.inverted.link.list .item a:not(.ui):active { color: #ffffff; } .ui.inverted.link.list a.active.item, .ui.inverted.link.list .active.item a:not(.ui) { color: #ffffff; } /*------------------- Selection --------------------*/ .ui.selection.list .list > .item, .ui.selection.list > .item { cursor: pointer; background: transparent; padding: 0.5em 0.5em; margin: 0em; color: rgba(0, 0, 0, 0.4); border-radius: 0.5em; -webkit-transition: 0.1s color ease, 0.1s padding-right ease, 0.1s background-color ease; transition: 0.1s color ease, 0.1s padding-right ease, 0.1s background-color ease; } .ui.selection.list .list > .item:last-child, .ui.selection.list > .item:last-child { margin-bottom: 0em; } .ui.selection.list.list > .item:hover, .ui.selection.list > .item:hover { background: rgba(0, 0, 0, 0.03); color: rgba(0, 0, 0, 0.8); } .ui.selection.list .list > .item:active, .ui.selection.list > .item:active { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.9); } .ui.selection.list .list > .item.active, .ui.selection.list > .item.active { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.95); } /* Inverted */ .ui.inverted.selection.list > .item, .ui.inverted.selection.list > .item { background: transparent; color: rgba(255, 255, 255, 0.5); } .ui.inverted.selection.list > .item:hover, .ui.inverted.selection.list > .item:hover { background: rgba(255, 255, 255, 0.02); color: #ffffff; } .ui.inverted.selection.list > .item:active, .ui.inverted.selection.list > .item:active { background: rgba(255, 255, 255, 0.08); color: #ffffff; } .ui.inverted.selection.list > .item.active, .ui.inverted.selection.list > .item.active { background: rgba(255, 255, 255, 0.08); color: #ffffff; } /* Celled / Divided Selection List */ .ui.celled.selection.list .list > .item, .ui.divided.selection.list .list > .item, .ui.celled.selection.list > .item, .ui.divided.selection.list > .item { border-radius: 0em; } /*------------------- Animated --------------------*/ .ui.animated.list > .item { -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-right ease 0.1s, 0.25s background-color ease 0.1s; transition: 0.25s color ease 0.1s, 0.25s padding-right ease 0.1s, 0.25s background-color ease 0.1s; } .ui.animated.list:not(.horizontal) > .item:hover { padding-right: 1em; } /*------------------- Fitted --------------------*/ .ui.fitted.list:not(.selection) .list > .item, .ui.fitted.list:not(.selection) > .item { padding-right: 0em; padding-left: 0em; } .ui.fitted.selection.list .list > .item, .ui.fitted.selection.list > .item { margin-right: -0.5em; margin-left: -0.5em; } /*------------------- Bulleted --------------------*/ ul.ui.list, .ui.bulleted.list { margin-right: 1.25rem; } ul.ui.list li, .ui.bulleted.list .list > .item, .ui.bulleted.list > .item { position: relative; } ul.ui.list li:before, .ui.bulleted.list .list > .item:before, .ui.bulleted.list > .item:before { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; position: absolute; top: auto; right: auto; font-weight: normal; margin-right: -1.25rem; content: '•'; opacity: 1; color: inherit; vertical-align: top; } ul.ui.list li:before, .ui.bulleted.list .list > a.item:before, .ui.bulleted.list > a.item:before { color: rgba(0, 0, 0, 0.87); } ul.ui.list ul, .ui.bulleted.list .list { padding-right: 1.25rem; } /* Horizontal Bulleted */ ul.ui.horizontal.bulleted.list, .ui.horizontal.bulleted.list { margin-right: 0em; } ul.ui.horizontal.bulleted.list li, .ui.horizontal.bulleted.list > .item { margin-right: 1.75rem; } ul.ui.horizontal.bulleted.list li:first-child, .ui.horizontal.bulleted.list > .item:first-child { margin-right: 0em; } ul.ui.horizontal.bulleted.list li::before, .ui.horizontal.bulleted.list > .item::before { color: rgba(0, 0, 0, 0.87); } ul.ui.horizontal.bulleted.list li:first-child::before, .ui.horizontal.bulleted.list > .item:first-child::before { display: none; } /*------------------- Ordered --------------------*/ ol.ui.list, .ui.ordered.list, .ui.ordered.list .list, ol.ui.list ol { counter-reset: ordered; margin-right: 1.25rem; list-style-type: none; } ol.ui.list li, .ui.ordered.list .list > .item, .ui.ordered.list > .item { list-style-type: none; position: relative; } ol.ui.list li:before, .ui.ordered.list .list > .item:before, .ui.ordered.list > .item:before { position: absolute; top: auto; right: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; margin-right: -1.25rem; counter-increment: ordered; content: counters(ordered, ".") " "; text-align: left; color: rgba(0, 0, 0, 0.87); vertical-align: middle; opacity: 0.8; } ol.ui.inverted.list li:before, .ui.ordered.inverted.list .list > .item:before, .ui.ordered.inverted.list > .item:before { color: rgba(255, 255, 255, 0.7); } /* Value */ .ui.ordered.list > .list > .item[data-value], .ui.ordered.list > .item[data-value] { content: attr(data-value); } ol.ui.list li[value]:before { content: attr(value); } /* Child Lists */ ol.ui.list ol, .ui.ordered.list .list { margin-right: 1em; } ol.ui.list ol li:before, .ui.ordered.list .list > .item:before { margin-right: -2em; } /* Horizontal Ordered */ ol.ui.horizontal.list, .ui.ordered.horizontal.list { margin-right: 0em; } ol.ui.horizontal.list li:before, .ui.ordered.horizontal.list .list > .item:before, .ui.ordered.horizontal.list > .item:before { position: static; margin: 0em 0em 0em 0.5em; } /*------------------- Divided --------------------*/ .ui.divided.list > .item { border-top: 1px solid rgba(34, 36, 38, 0.15); } .ui.divided.list .list > .item { border-top: none; } .ui.divided.list .item .list > .item { border-top: none; } .ui.divided.list .list > .item:first-child, .ui.divided.list > .item:first-child { border-top: none; } /* Sub Menu */ .ui.divided.list:not(.horizontal) .list > .item:first-child { border-top-width: 1px; } /* Divided bulleted */ .ui.divided.bulleted.list:not(.horizontal), .ui.divided.bulleted.list .list { margin-right: 0em; padding-right: 0em; } .ui.divided.bulleted.list > .item:not(.horizontal) { padding-right: 1.25rem; } /* Divided Ordered */ .ui.divided.ordered.list { margin-right: 0em; } .ui.divided.ordered.list .list > .item, .ui.divided.ordered.list > .item { padding-right: 1.25rem; } .ui.divided.ordered.list .item .list { margin-right: 0em; margin-left: 0em; padding-bottom: 0.21428571em; } .ui.divided.ordered.list .item .list > .item { padding-right: 1em; } /* Divided Selection */ .ui.divided.selection.list .list > .item, .ui.divided.selection.list > .item { margin: 0em; border-radius: 0em; } /* Divided horizontal */ .ui.divided.horizontal.list { margin-right: 0em; } .ui.divided.horizontal.list > .item:not(:first-child) { padding-right: 0.5em; } .ui.divided.horizontal.list > .item:not(:last-child) { padding-left: 0.5em; } .ui.divided.horizontal.list > .item { border-top: none; border-right: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; line-height: 0.6; } .ui.horizontal.divided.list > .item:first-child { border-right: none; } /* Inverted */ .ui.divided.inverted.list > .item, .ui.divided.inverted.list > .list, .ui.divided.inverted.horizontal.list > .item { border-color: rgba(255, 255, 255, 0.1); } /*------------------- Celled --------------------*/ .ui.celled.list > .item, .ui.celled.list > .list { border-top: 1px solid rgba(34, 36, 38, 0.15); padding-right: 0.5em; padding-left: 0.5em; } .ui.celled.list > .item:last-child { border-bottom: 1px solid rgba(34, 36, 38, 0.15); } /* Padding on all elements */ .ui.celled.list > .item:first-child, .ui.celled.list > .item:last-child { padding-top: 0.21428571em; padding-bottom: 0.21428571em; } /* Sub Menu */ .ui.celled.list .item .list > .item { border-width: 0px; } .ui.celled.list .list > .item:first-child { border-top-width: 0px; } /* Celled Bulleted */ .ui.celled.bulleted.list { margin-right: 0em; } .ui.celled.bulleted.list .list > .item, .ui.celled.bulleted.list > .item { padding-right: 1.25rem; } .ui.celled.bulleted.list .item .list { margin-right: -1.25rem; margin-left: -1.25rem; padding-bottom: 0.21428571em; } /* Celled Ordered */ .ui.celled.ordered.list { margin-right: 0em; } .ui.celled.ordered.list .list > .item, .ui.celled.ordered.list > .item { padding-right: 1.25rem; } .ui.celled.ordered.list .item .list { margin-right: 0em; margin-left: 0em; padding-bottom: 0.21428571em; } .ui.celled.ordered.list .list > .item { padding-right: 1em; } /* Celled Horizontal */ .ui.horizontal.celled.list { margin-right: 0em; } .ui.horizontal.celled.list .list > .item, .ui.horizontal.celled.list > .item { border-top: none; border-right: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; padding-right: 0.5em; padding-left: 0.5em; line-height: 0.6; } .ui.horizontal.celled.list .list > .item:last-child, .ui.horizontal.celled.list > .item:last-child { border-bottom: none; border-left: 1px solid rgba(34, 36, 38, 0.15); } /* Inverted */ .ui.celled.inverted.list > .item, .ui.celled.inverted.list > .list { border-color: 1px solid rgba(255, 255, 255, 0.1); } .ui.celled.inverted.horizontal.list .list > .item, .ui.celled.inverted.horizontal.list > .item { border-color: 1px solid rgba(255, 255, 255, 0.1); } /*------------------- Relaxed --------------------*/ .ui.relaxed.list:not(.horizontal) > .item:not(:first-child) { padding-top: 0.42857143em; } .ui.relaxed.list:not(.horizontal) > .item:not(:last-child) { padding-bottom: 0.42857143em; } .ui.horizontal.relaxed.list .list > .item:not(:first-child), .ui.horizontal.relaxed.list > .item:not(:first-child) { padding-right: 1rem; } .ui.horizontal.relaxed.list .list > .item:not(:last-child), .ui.horizontal.relaxed.list > .item:not(:last-child) { padding-left: 1rem; } /* Very Relaxed */ .ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:first-child) { padding-top: 0.85714286em; } .ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:last-child) { padding-bottom: 0.85714286em; } .ui.horizontal[class*="very relaxed"].list .list > .item:not(:first-child), .ui.horizontal[class*="very relaxed"].list > .item:not(:first-child) { padding-right: 1.5rem; } .ui.horizontal[class*="very relaxed"].list .list > .item:not(:last-child), .ui.horizontal[class*="very relaxed"].list > .item:not(:last-child) { padding-left: 1.5rem; } /*------------------- Sizes --------------------*/ .ui.mini.list { font-size: 0.78571429em; } .ui.tiny.list { font-size: 0.85714286em; } .ui.small.list { font-size: 0.92857143em; } .ui.list { font-size: 1em; } .ui.large.list { font-size: 1.14285714em; } .ui.big.list { font-size: 1.28571429em; } .ui.huge.list { font-size: 1.42857143em; } .ui.massive.list { font-size: 1.71428571em; } .ui.mini.horizontal.list .list > .item, .ui.mini.horizontal.list > .item { font-size: 0.78571429rem; } .ui.tiny.horizontal.list .list > .item, .ui.tiny.horizontal.list > .item { font-size: 0.85714286rem; } .ui.small.horizontal.list .list > .item, .ui.small.horizontal.list > .item { font-size: 0.92857143rem; } .ui.horizontal.list .list > .item, .ui.horizontal.list > .item { font-size: 1rem; } .ui.large.horizontal.list .list > .item, .ui.large.horizontal.list > .item { font-size: 1.14285714rem; } .ui.big.horizontal.list .list > .item, .ui.big.horizontal.list > .item { font-size: 1.28571429rem; } .ui.huge.horizontal.list .list > .item, .ui.huge.horizontal.list > .item { font-size: 1.42857143rem; } .ui.massive.horizontal.list .list > .item, .ui.massive.horizontal.list > .item { font-size: 1.71428571rem; } /******************************* Theme Overrides *******************************/ /******************************* User Variable Overrides *******************************/
project/dexter-server/public/tool/findbugs/JAVA/help/ICAST_INT_2_LONG_AS_INSTANT.html
Minjung-Baek/Dexter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <!--basic styles--> <link href="asset/css/bootstrap.css" rel="stylesheet" /> <link rel="stylesheet" href="asset/css/dexter.min.css" /> <link rel="stylesheet" href="asset/css/font-awesome.min.css" /> <!--[if IE 7]> <link rel="stylesheet" href="asset/css/font-awesome-ie7.min.css"> <![endif]--> <link rel="stylesheet" href="asset/css/prettify.css" /> <script src="asset/js/jquery-2.0.3.min.js"></script> <!--[if IE]> <script src="asset/js/jquery.min.js"></script> <![endif]--> <script src="asset/js/prettify.js"></script> <script type="text/javascript"> $(function() { window.prettyPrint && prettyPrint(); $('#id-check-horizontal').removeAttr('checked').on('click', function(){ $('#dt-list-1').toggleClass('dl-horizontal').prev().html(this.checked ? '&lt;dl class="dl-horizontal"&gt;' : '&lt;dl&gt;'); }); }) </script> </head> <body> <div class="space-12"></div> <div class="table-grid-info table-grid-info-striped"> <div class="table-grid-row"> <div class="table-grid-label"> Checker Code</div> <div class="table-grid-value"><h5 class="header blue"><i class="fa fa-bug"></i>&nbsp; ICAST_INT_2_LONG_AS_INSTANT </h5> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Description </div> <div class="table-grid-value-highlight"><i class="fa fa-th"></i>&nbsp; int value converted to long and used as absolute time </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Severity </div> <div class="table-grid-value"> Critical </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Detector / Bug Pattern </div> <div class="table-grid-value"> IntCast2LongAsInstant / ICAST </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> More Information </div> <div class="table-grid-value"> <p> This code converts a 32-bit int value to a 64-bit long value, and then passes that value for a method parameter that requires an absolute time value. An absolute time value is the number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. For example, the following method, intended to convert seconds since the epoc into a Date, is badly broken:</p> <pre> Date getDate(int seconds) { return new Date(seconds * 1000); } </pre> <p>The multiplication is done using 32-bit arithmetic, and then converted to a 64-bit value. When a 32-bit value is converted to 64-bits and used to express an absolute time value, only dates in December 1969 and January 1970 can be represented.</p> <p>Correct implementations for the above method are:</p> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Bad Code </div> <div class="table-grid-value"> <pre class="prettyprint linenums warning"> // Fails for dates after 2037 Date getDate(int seconds) { return new Date(seconds * 1000L); } </pre> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Good Code </div> <div class="table-grid-value"> <pre class="prettyprint linenums correct"> // better, works for all dates Date getDate(long seconds) { return new Date(seconds * 1000); } </pre> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> CWE ID </div> <div class="table-grid-value"> <a href="http://cwe.mitre.org/data/definitions/1001.html">CWE-586</a> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Code Review Asset </div> <div class="table-grid-value"> N/A </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> URLs </div> <div class="table-grid-value"> <i class="fa fa-link"></i>&nbsp; FINDBUGS SITE : <a href="http://findbugs.sourceforge.net/bugDescriptions.html#ICAST_INT_2_LONG_AS_INSTANT"> http://findbugs.sourceforge.net/bugDescriptions.html#ICAST_INT_2_LONG_AS_INSTANT</a> </div> </div> </div> <div class="space-20"></div> </body> <html>
wts/tests/usecase/samples/Input/index.html
crosswalk-project/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2013 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Wang, Hongjuan <hongjuanx.wang@intel.com> --> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" /> <link rel="stylesheet" type="text/css" href="../../css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="../../css/main.css"> <script src="../../js/jquery-2.1.3.min.js"></script> <script src="../../js/bootstrap.min.js"></script> <script src="../../js/common.js"></script> <script src="../../js/tests.js"></script> <div id="header"> <h3 id="main_page_title"></h3> </div> <div class="content"> <h4>This sample demonstrates picker controls for date, telephone, email and URL input types.</h4> <p>Type "h" in the input box to see a selection list displayed.</p> <input type="hidden" value="input_type_url" class="form-control"/> <input type="url" name="location" list="urls" class="form-control"> <datalist id="urls"> <option label="MIME: Format of Internet Message Bodies" value="http://tools.ietf.org/html/rfc2045"> <option label="HTML 4.01 Specification" value="http://www.w3.org/TR/html4/"> <option label="Form Controls" value="http://www.w3.org/TR/xforms/slice8.html#ui-commonelems-hint"> <option label="Scalable Vector Graphics (SVG) 1.1 Specification" value="http://www.w3.org/TR/SVG/"> <option label="Feature Sets - SVG 1.1 - 20030114" value="http://www.w3.org/TR/SVG/feature.html"> <option label="The Single UNIX Specification, Version 3" value="http://www.unix-systems.org/version3/"> </datalist> <hr/> <p>1. Type "a", choose the first value in the selection list, one email address begin with 'a' letter displayed in the input box</p> <p>2. Then type ",a", choose the second value in the selection list, two email addresses begin with 'a' letter displayed in the input box.</p> <input type="hidden" value="input_type_email" class="form-control"/> <div class="testIn"> <input type="email" multiple list="contacts" class="form-control"/> <datalist id="contacts"> <option value="hedral@damowmow.com"> <option value="pillar@example.com"> <option value="astrophy@cute.example"> <option value="astronomy@science.example.org"> </datalist> </div> <hr/> <p>The value of the input text should be "012".</p> <input type="hidden" value="input_type_tel" class="form-control"/> <input type="telephone" value="0&#x000A;1&#x000D;2" class="form-control"/> <hr/> <p>The date picker can select year/month/day.</p> <input type="hidden" value="input_type_date" class="form-control"/> <input type="date" class="form-control"/> </div> <div class="footer"> <div id="footer"></div> </div> <div class="modal fade" id="popup_info"> <p>This sample is designed by HTMLInputElement type attribute.</p> </div>
documentation/html/iOS/class_c_p_t_mutable_plot_range-members.html
LiDechao/core-plot
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.5"/> <title>Core Plot (iOS): 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="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="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="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (iOS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <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>Animation&#160;&&#160;Constants</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="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</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('interface_c_p_t_mutable_plot_range.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">CPTMutablePlotRange Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry">+&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/NSObject/alloc">alloc</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry">+&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/NSObject/class">class</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/classForCoder">classForCoder</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#af90426ed0320da192187e2a5742e40f0">compareToDecimal:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#a193ff5eddba438e2080866220cdb0516">compareToDouble:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#a45e8fa6852f7d3bc5c021aae072a216c">compareToNumber:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#ad0ea31c9410605b61864346b5cf70e48">contains:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#ac9f8c06f95de6f58a7970b0bd1a0d4d5">containsDouble:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#ab28a7a89cff91e49653777f7ceb40154">containsRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/copy">copy</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCopying_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSCopying/copyWithZone:">copyWithZone:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCopying_Protocol/Reference/Reference.html">&lt;NSCopying&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/dealloc">dealloc</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/description">description</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSCoding/encodeWithCoder:">encodeWithCoder:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html">&lt;NSCoding&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#adc543d1939579179e9d6a4614e617a45">end</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#aa01772dc9e183b18fddb47204b8fe77e">endDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_mutable_plot_range.html#ae006c95556504e72611d50b1b165d814">expandRangeByFactor:</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/finalize">finalize</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/hash">hash</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#a5fce6affec6cc73e6a856caac6d57b05">init</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">+&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/NSObject/initialize">initialize</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSCoding/initWithCoder:">initWithCoder:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html">&lt;NSCoding&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#a954aa1c4e17d07c9cc3ec37ae9bbd0cc">initWithLocation:length:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_mutable_plot_range.html#a62194987b2b52b4d60fb74a44b39af19">intersectionPlotRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#af57683e90998288b8d330fc0dd88ce39">intersectsRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/isEqual:">isEqual:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#ac57ed5a93c31a89f95eaf392087286e9">isEqualToRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html#a8af4c39b1f09fc3b3f68f4183960825c">length</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#a7acccbdbc0bfb60c0dd324aa73dacc82">lengthDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">+&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/NSObject/load">load</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html#ac0b080bf56b8830c38cfe13288b1c874">location</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#aa481769078975f4c4fe66b0af6b7ad6a">locationDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#a62480dc618823e2efec97c8ebe1090d6">maxLimit</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#a71430ba5a14b9e09829b95fbc2d37479">maxLimitDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#af95c83cdf0b6f8a6b98402febdda6147">midPoint</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#ae643ffe8042fcc24173c8cd4dc82e558">midPointDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#a141a2b5f4b14eee65bd61d121477850e">minLimit</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry"></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html#a211376d108e43009457867b616fe8f3b">minLimitDouble</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/mutableCopy">mutableCopy</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSMutableCopying_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSMutableCopying/mutableCopyWithZone:">mutableCopyWithZone:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSMutableCopying_Protocol/Reference/Reference.html">&lt;NSMutableCopying&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">+&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html#//apple_ref/occ/clm/NSObject/new">new</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry">+&#160;</td><td><a class="el" href="interface_c_p_t_plot_range.html#a93a5cdd8e0756d5692e62631385ddfb7">plotRangeWithLocation:length:</a></td><td class="entry"><a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_mutable_plot_range.html#a9a6763fd5a347e716c9bac799bef5637">shiftEndToFitInRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_mutable_plot_range.html#ae53f4352e797ad53002b709e92aa3e0d">shiftLocationToFitInRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="interface_c_p_t_mutable_plot_range.html#af6cfb4dc6521c31aae749eb99eeb1c2c">unionPlotRange:</a></td><td class="entry"><a class="el" href="interface_c_p_t_mutable_plot_range.html">CPTMutablePlotRange</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li> </ul> </div> </body> </html>
third_party/webgl/src/conformance-suites/2.0.0/conformance2/textures/canvas/tex-3d-rg32f-rg-float.html
endlessm/chromium-browser
<!-- Copyright (c) 2015 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. --> <!-- This file is auto-generated from py/tex_image_test_generator.py DO NOT EDIT! --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../../../resources/js-test-style.css"/> <script src="../../../js/js-test-pre.js"></script> <script src="../../../js/webgl-test-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-3d-with-canvas.js"></script> </head> <body> <canvas id="example" width="32" height="32"></canvas> <div id="description"></div> <div id="console"></div> <script> "use strict"; function testPrologue(gl) { return true; } generateTest("RG32F", "RG", "FLOAT", testPrologue, "../../../resources/", 2)(); </script> </body> </html>
src/global/number/number.html
cdupoiron/angular-input-masks
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Number Spec</title> <script src="/node_modules/angular/angular.min.js"></script> <script src="/node_modules/angular-i18n/angular-locale_pt-br.js"></script> <script src="/releases/angular-input-masks-dependencies.js"></script> <script src="/releases/angular-input-masks.js"></script> <script> angular.module('app', ['ui.utils.masks']) .controller('ctrl', function ctrl($scope) { $scope.numberWith2Decimals = -1234.178; }); </script> </head> <body ng-app="app"> <form name="form" ng-controller="ctrl"> <h2>ui-number-mask</h2> <input type="text" name="field21" ng-model="numberWithoutGrupoSep" ng-model-options="{allowInvalid:true}" ui-number-mask ui-hide-group-sep> <br> <span ng-bind="numberWithoutGrupoSep"></span> - {{form.field21.$error}} <br> <input type="text" name="field" ng-model="numberWithDefaultDecimals" ng-model-options="{allowInvalid:true}" ui-number-mask> <br> <span ng-bind="numberWithDefaultDecimals"></span> <br> <input type="text" name="field2" ng-model="numberWith2Decimals" ng-model-options="{allowInvalid:true}" ui-number-mask="2" ui-negative-number> <br> <span ng-bind="numberWith2Decimals"></span> - (accepts negative numbers. Press '-' to test) <br> <input type="text" name="field3" ng-model="numberWith3Decimals" ng-model-options="{allowInvalid:true}" ui-number-mask="3" min="3.8" max="numberWith2Decimals"> <br> <span ng-bind="numberWith3Decimals"></span> {{form.field3.$error}} <br> <input type="text" name="field4" ng-model="numberWith0Decimals" ng-model-options="{allowInvalid:true}" ui-number-mask="0" min="numberWith3Decimals"> <br> <span ng-bind="numberWith0Decimals"></span> - {{form.field4.$error}} <br> Number: <input type="text" name="field23" ng-model="numberWithDynamicDecimals" ng-model-options="{allowInvalid:true}" ui-number-mask="decimals"> Decimals: <input type="text" name="field22" ng-model="decimals" ui-number-mask=0><br> <span ng-bind="numberWithDynamicDecimals"></span> - {{form.field23.$error}} </form> </body> </html>
node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-wrapper/node_modules/download/node_modules/decompress-unzip/node_modules/is-zip/README.html
quattromani/placewise
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>doc</title> <style> /*github.com style (c) Vasily Polovnyov <vast@whiteants.net>*/ pre code { display: block; padding: 0.5em; color: #333; background: #f8f8ff } pre .comment, pre .template_comment, pre .diff .header, pre .javadoc { color: #998; font-style: italic } pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .nginx .title, pre .subst, pre .request, pre .status { color: #333; font-weight: bold } pre .number, pre .hexcolor, pre .ruby .constant { color: #099; } pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula { color: #d14 } pre .title, pre .id { color: #900; font-weight: bold } pre .javascript .title, pre .lisp .title, pre .clojure .title, pre .subst { font-weight: normal } pre .class .title, pre .haskell .type, pre .vhdl .literal, pre .tex .command { color: #458; font-weight: bold } pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword { color: #000080; font-weight: normal } pre .attribute, pre .variable, pre .lisp .body { color: #008080 } pre .regexp { color: #009926 } pre .class { color: #458; font-weight: bold } pre .symbol, pre .ruby .symbol .string, pre .lisp .keyword, pre .tex .special, pre .prompt { color: #990073 } pre .built_in, pre .lisp .title, pre .clojure .built_in { color: #0086b3 } pre .preprocessor, pre .pi, pre .doctype, pre .shebang, pre .cdata { color: #999; font-weight: bold } pre .deletion { background: #fdd } pre .addition { background: #dfd } pre .diff .change { background: #0086b3 } pre .chunk { color: #aaa } </style> </head> <body> <h1 id="is-zip-build-status-https-travis-ci-org-kevva-is-zip-svg-branch-master-https-travis-ci-org-kevva-is-zip-">is-zip <a href="https://travis-ci.org/kevva/is-zip"><img src="https://travis-ci.org/kevva/is-zip.svg?branch=master" alt="Build Status"></a></h1> <blockquote> <p>Check if a Buffer/Uint8Array is a ZIP file</p> </blockquote> <h2 id="install">Install</h2> <pre><code class="lang-sh">$ npm install --save is-zip</code></pre> <h2 id="usage">Usage</h2> <pre><code class="lang-js">var isZip = require(&#39;is-zip&#39;); var read = require(&#39;fs&#39;).readFileSync; isZip(read(&#39;foo.zip&#39;)); // =&gt; true</code></pre> <h2 id="license">License</h2> <p><a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> © <a href="https://github.com/kevva">Kevin Mårtensson</a></p> </body> </html>
src/sdk-readme.css
downpoured/foobar2000_drag_drop_play
a.interwiki { padding-left : 16px; } a.iw_wp { } a.iw_wpde { } a.iw_wpmeta { } a.iw_doku { } a.iw_sb { } a.iw_amazon { } a.iw_amazon_de { } a.iw_amazon_uk { } a.iw_phpfn { } a.iw_dokubug { } a.iw_coral { } a.iw_google { } a.iw_meatball { } a.iw_wiki { } a.mediafile { padding-left : 18px; padding-bottom : 1px; } a.mf_jpg { } a.mf_jpeg { } a.mf_gif { } a.mf_png { } a.mf_tgz { } a.mf_tar { } a.mf_gz { } a.mf_zip { } a.mf_rar { } a.mf_pdf { } a.mf_ps { } a.mf_doc { } a.mf_xls { } a.mf_ppt { } a.mf_rtf { } a.mf_swf { } a.mf_rpm { } a.mf_deb { } a.mf_sxw { } a.mf_sxc { } a.mf_sxi { } a.mf_sxd { } a.mf_odc { } a.mf_odf { } a.mf_odg { } a.mf_odi { } a.mf_odp { } a.mf_ods { } a.mf_odt { } div.clearer { clear : both; line-height : 0; height : 0; overflow : hidden; } div.no { display : inline; margin : 0; padding : 0; } .hidden { display : none; } div.error { background : #fcc; color : #000; border-bottom : 1px solid #faa; font-size : 90%; margin : 0; padding-left : 3em; overflow : hidden; } div.info { background : #ccf; color : #000; border-bottom : 1px solid #aaf; font-size : 90%; margin : 0; padding-left : 3em; overflow : hidden; } div.success { background : #cfc; color : #000; border-bottom : 1px solid #afa; font-size : 90%; margin : 0; padding-left : 3em; overflow : hidden; } div.notify { background : #ffc; color : #000; border-bottom : 1px solid #ffa; font-size : 90%; margin : 0; padding-left : 3em; overflow : hidden; } .medialeft { float : left; } .mediaright { float : right; } .mediacenter { display : block; margin-left : auto; margin-right : auto; } .leftalign { text-align : left; } .centeralign { text-align : center; } .rightalign { text-align : right; } em.u { font-style : normal; text-decoration : underline; } em em.u { font-style : italic; } .code .br0 { color : #6c6; } .code .co1 { color : #808080; font-style : italic; } .code .co2 { color : #808080; font-style : italic; } .code .co3 { color : #808080; } .code .coMULTI { color : #808080; font-style : italic; } .code .es0 { color : #009; font-weight : bold; } .code .kw1 { color : #b1b100; } .code .kw2 { color : #000; font-weight : bold; } .code .kw3 { color : #006; } .code .kw4 { color : #933; } .code .kw5 { color : #00f; } .code .me1 { color : #060; } .code .me2 { color : #060; } .code .nu0 { color : #c6c; } .code .re0 { color : #00f; } .code .re1 { color : #00f; } .code .re2 { color : #00f; } .code .re3 { color : #f33; font-weight : bold; } .code .re4 { color : #099; } .code .st0 { color : #f00; } .code .sy0 { color : #6c6; } #acl__manager label { text-align : left; font-weight : normal; display : inline; } #acl__manager table { margin-left : 10%; width : 80%; } #config__manager div.success, #config__manager div.error, #config__manager div.info { background-position : 0.5em 0%; padding : 0.5em; text-align : center; } #config__manager fieldset { margin : 1em; width : auto; margin-bottom : 2em; background-color : #dee7ec; color : #000; padding : 0 1em; } #config__manager legend { font-size : 1.25em; } #config__manager table { margin : 1em 0; width : 100%; } #config__manager fieldset td { text-align : left; } #config__manager fieldset td.value { width : 30em; } #config__manager td input.edit { width : 30em; } #config__manager td textarea.edit { width : 27.5em; height : 4em; } #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select { background-color : #fff; color : #000; } #config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault { background-color : #cdf; color : #000; } #config__manager tr.protected .input, #config__manager tr.protected input, #config__manager tr.protected textarea, #config__manager tr.protected select, #config__manager tr.protected .selection { background-color : #fcc !important ; color : #000 !important ; } #config__manager td.error { background-color : red; color : #000; } #config__manager .selection { width : 14.8em; float : left; margin : 0 0.3em 2px 0; } #config__manager .selection label { float : right; width : 14em; font-size : 90%; } * html #config__manager .selection label { padding-top : 2px; } #config__manager .selection input.checkbox { padding-left : 0.7em; } #config__manager .other { clear : both; padding-top : 0.5em; } #config__manager .other label { padding-left : 2px; font-size : 90%; } #plugin__manager h2 { margin-left : 0; } #plugin__manager form { display : block; margin : 0; padding : 0; } #plugin__manager legend { display : none; } #plugin__manager fieldset { width : auto; } #plugin__manager .button { margin : 0; } #plugin__manager p, #plugin__manager label { text-align : left; } #plugin__manager .hidden { display : none; } #plugin__manager .new { background : #dee7ec; } #plugin__manager input[disabled] { color : #ccc; border-color : #ccc; } #plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left : 0; text-align : left; } #plugin__manager .pm_menu { float : left; width : 48%; } #plugin__manager .pm_info { float : right; width : 50%; } #plugin__manager .common fieldset { margin : 0; padding : 0 0 1em 0; text-align : left; border : none; } #plugin__manager .common label { padding : 0 0 0.5em 0; } #plugin__manager .common input.edit { width : 24em; margin : 0.5em; } #plugin__manager .plugins fieldset { color : #000; background : #fff; text-align : right; border-top : none; border-right : none; border-left : none; } #plugin__manager .plugins fieldset.protected { background : #fdd; color : #000; } #plugin__manager .plugins fieldset.disabled { background : #e0e0e0; color : #a8a8a8; } #plugin__manager .plugins .legend { color : #000; background : inherit; display : block; margin : 0; padding : 0; font-size : 1em; line-height : 1.4em; font-weight : normal; text-align : left; float : left; padding : 0; clear : none; } #plugin__manager .plugins .button { font-size : 95%; } #plugin__manager .plugins fieldset.buttons { border : none; } #plugin__manager .plugins fieldset.buttons .button { float : left; } #plugin__manager .pm_info h3 { margin-left : 0; } #plugin__manager .pm_info dl { margin : 1em 0; padding : 0; } #plugin__manager .pm_info dt { width : 6em; float : left; clear : left; margin : 0; padding : 0; } #plugin__manager .pm_info dd { margin : 0 0 0 7em; padding : 0; background : none; } #plugin__manager .plugins .enable { float : left; width : auto; margin-right : 0.5em; } #user__manager tr.disabled { color : #6f6f6f; background : #e4e4e4; } #user__manager tr.user_info { vertical-align : top; } #user__manager div.edit_user { width : 46%; float : left; } #user__manager table { margin-bottom : 1em; } #user__manager input.button[disabled] { color : #ccc !important ; border-color : #ccc !important ; } div.dokuwiki .header { padding : 3px 0 0 2px; } div.dokuwiki .pagename { float : left; font-size : 200%; font-weight : bolder; color : #dee7ec; text-align : left; vertical-align : middle; } div.dokuwiki .pagename a { color : #436976 !important ; text-decoration : none !important ; } div.dokuwiki .logo { float : right; font-size : 220%; font-weight : bolder; text-align : right; vertical-align : middle; } div.dokuwiki .logo a { color : #dee7ec !important ; text-decoration : none !important ; font-variant : small-caps; letter-spacing : 2pt; } div.dokuwiki .bar { border-top : 1px solid #8cacbb; border-bottom : 1px solid #8cacbb; background : #dee7ec; padding : 0.1em 0.15em; clear : both; } div.dokuwiki .bar-left { float : left; } div.dokuwiki .bar-right { float : right; text-align : right; } div.dokuwiki #bar__bottom { margin-bottom : 3px; } div.dokuwiki div.meta { clear : both; margin-top : 1em; color : #638c9c; font-size : 70%; } div.dokuwiki div.meta div.user { float : left; } div.dokuwiki div.meta div.doc { text-align : right; } * { padding : 0; margin : 0; } body { font : 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; background-color : #fff; color : #000; } div.dokuwiki div.page { margin : 4px 2em 0 1em; text-align : justify; } div.dokuwiki table { font-size : 100%; } div.dokuwiki img { border : 0; } div.dokuwiki p, div.dokuwiki blockquote, div.dokuwiki table, div.dokuwiki pre { margin : 0 0 1em 0; } div.dokuwiki hr { border : 0; border-top : 1px solid #8cacbb; text-align : center; height : 0; } div.dokuwiki div.nothing { text-align : center; margin : 2em; } div.dokuwiki form { border : none; display : inline; } div.dokuwiki label.block { display : block; text-align : right; font-weight : bold; } div.dokuwiki label.simple { display : block; text-align : left; font-weight : normal; } div.dokuwiki label.block input.edit { width : 50%; } div.dokuwiki fieldset { width : 300px; text-align : center; border : 1px solid #8cacbb; padding : 0.5em; margin : auto; } div.dokuwiki textarea.edit { font-family : monospace; font-size : 14px; color : #000; background-color : #fff; border : 1px solid #8cacbb; padding : 0.3em 0 0 0.3em; width : 100%; } html > body div.dokuwiki textarea.edit { background : #fff; } div.dokuwiki input.edit, div.dokuwiki select.edit { font-size : 100%; border : 1px solid #8cacbb; color : #000; background-color : #fff; vertical-align : middle; margin : 1px; padding : 0.2em 0.3em; display : inline; } html > body div.dokuwiki input.edit, html > body div.dokuwiki select.edit { background : #fff; } div.dokuwiki select.edit { padding : 0.1em 0; } div.dokuwiki input.missing { font-size : 100%; border : 1px solid #8cacbb; color : #000; background-color : #fcc; vertical-align : middle; margin : 1px; padding : 0.2em 0.3em; display : inline; } div.dokuwiki textarea.edit[disabled], div.dokuwiki textarea.edit[readonly], div.dokuwiki input.edit[disabled], div.dokuwiki input.edit[readonly], div.dokuwiki select.edit[disabled] { background-color : #f5f5f5 !important ; color : #666 !important ; } div.dokuwiki div.toolbar, div.dokuwiki div#wiki__editbar { margin : 2px 0; text-align : left; } div.dokuwiki div#size__ctl { float : right; width : 60px; height : 2.7em; } div.dokuwiki #size__ctl img { cursor : pointer; } div.dokuwiki div#wiki__editbar div.editButtons { float : left; padding : 0 1em 0.7em 0; } div.dokuwiki div#wiki__editbar div.summary { float : left; } div.dokuwiki .nowrap { white-space : nowrap; } div.dokuwiki div#draft__status { float : right; color : #638c9c; } div.dokuwiki input.button, div.dokuwiki button.button { border : 1px solid #8cacbb; color : #000; background-color : #fff; vertical-align : middle; text-decoration : none; font-size : 100%; cursor : pointer; margin : 1px; padding : 0.125em 0.4em; } html > body div.dokuwiki input.button, html > body div.dokuwiki button.button { background : #fff; } * html div.dokuwiki input.button, * html div.dokuwiki button.button { height : 1.8em; } div.dokuwiki div.secedit input.button { border : 1px solid #8cacbb; color : #000; background-color : #fff; vertical-align : middle; text-decoration : none; margin : 0; padding : 0; font-size : 10px; cursor : pointer; float : right; display : inline; } div.dokuwiki div.pagenav { margin : 1em 0 0 0; } div.dokuwiki div.pagenav-prev { text-align : right; float : left; width : 49%; } div.dokuwiki div.pagenav-next { text-align : left; float : right; width : 49%; } div.dokuwiki a:link, div.dokuwiki a:visited { color : #436976; text-decoration : none; } div.dokuwiki a:hover, div.dokuwiki a:active { color : #000; text-decoration : underline; } div.dokuwiki h1 a, div.dokuwiki h2 a, div.dokuwiki h3 a, div.dokuwiki h4 a, div.dokuwiki h5 a, div.dokuwiki a.nolink { color : #000 !important ; text-decoration : none !important ; } div.dokuwiki a.urlextern { background : transparent; padding : 1px 0 1px 16px; } div.dokuwiki a.windows { background : transparent; padding : 1px 0 1px 16px; } div.dokuwiki a.urlextern:link, div.dokuwiki a.windows:link, div.dokuwiki a.interwiki:link { color : #436976; } div.dokuwiki a.urlextern:visited, div.dokuwiki a.windows:visited, div.dokuwiki a.interwiki:visited { color : purple; } div.dokuwiki a.urlextern:hover, div.dokuwiki a.urlextern:active, div.dokuwiki a.windows:hover, div.dokuwiki a.windows:active, div.dokuwiki a.interwiki:hover, div.dokuwiki a.interwiki:active { color : #000; } div.dokuwiki a.mail { background : transparent; padding : 1px 0 1px 16px; } div.dokuwiki a.wikilink1 { color : #090 !important ; } div.dokuwiki a.wikilink2 { color : #f30 !important ; text-decoration : none !important ; border-bottom : 1px dashed #f30 !important ; } div.dokuwiki div.preview { background-color : #f5f5f5; margin : 0 0 0 2em; padding : 4px; border : 1px dashed #000; } div.dokuwiki div.breadcrumbs { background-color : #f5f5f5; color : #666; font-size : 80%; padding : 0 0 0 4px; } div.dokuwiki span.user { color : #ccc; font-size : 90%; } div.dokuwiki li.minor { color : #666; font-style : italic; } div.dokuwiki img.media { margin : 3px; } div.dokuwiki img.medialeft { border : 0; float : left; margin : 0 1.5em 0 0; } div.dokuwiki img.mediaright { border : 0; float : right; margin : 0 0 0 1.5em; } div.dokuwiki img.mediacenter { border : 0; display : block; margin : 0 auto; } div.dokuwiki img.middle { vertical-align : middle; } div.dokuwiki acronym { cursor : help; border-bottom : 1px dotted #000; } div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 { color : #000; background-color : inherit; font-size : 100%; font-weight : normal; margin : 0 0 1em 0; padding : 0.5em 0 0 0; border-bottom : 1px solid #8cacbb; clear : left; } div.dokuwiki h1 { font-size : 160%; margin-left : 0; font-weight : bold; } div.dokuwiki h2 { font-size : 150%; margin-left : 20px; } div.dokuwiki h3 { font-size : 140%; margin-left : 40px; border-bottom : none; font-weight : bold; } div.dokuwiki h4 { font-size : 120%; margin-left : 60px; border-bottom : none; font-weight : bold; } div.dokuwiki h5 { font-size : 100%; margin-left : 80px; border-bottom : none; font-weight : bold; } div.dokuwiki div.level1 { margin-left : 3px; } div.dokuwiki div.level2 { margin-left : 23px; } div.dokuwiki div.level3 { margin-left : 43px; } div.dokuwiki div.level4 { margin-left : 63px; } div.dokuwiki div.level5 { margin-left : 83px; } div.dokuwiki ul { line-height : 1.5em; list-style-type : square; list-style-image : none; margin : 0 0 0.5em 1.5em; color : #638c9c; } div.dokuwiki ol { line-height : 1.5em; list-style-image : none; margin : 0 0 0.5em 1.5em; color : #638c9c; font-weight : bold; } div.dokuwiki .li { color : #000; font-weight : normal; } div.dokuwiki ol { list-style-type : decimal; } div.dokuwiki ol ol { list-style-type : upper-roman; } div.dokuwiki ol ol ol { list-style-type : lower-alpha; } div.dokuwiki ol ol ol ol { list-style-type : lower-greek; } div.dokuwiki li.open { } div.dokuwiki li.closed { } div.dokuwiki blockquote { border-left : 2px solid #8cacbb; padding-left : 3px; } div.dokuwiki pre { font-size : 120%; padding : 0.5em; border : 1px dashed #8cacbb; color : #000; overflow : auto; } div.dokuwiki pre.pre { background-color : #f7f9fa; } div.dokuwiki pre.code { background-color : #f7f9fa; } div.dokuwiki code { font-size : 120%; } div.dokuwiki pre.file { background-color : #dee7ec; } div.dokuwiki table.inline { background-color : #fff; border-spacing : 0; border-collapse : collapse; } div.dokuwiki table.inline th { padding : 3px; border : 1px solid #8cacbb; background-color : #dee7ec; } div.dokuwiki table.inline td { padding : 3px; border : 1px solid #8cacbb; } div.dokuwiki div.toc { margin : 1.2em 0 0 2em; float : right; width : 200px; font-size : 80%; clear : both; } div.dokuwiki div.tocheader { border : 1px solid #8cacbb; background-color : #dee7ec; text-align : left; font-weight : bold; padding : 3px; margin-bottom : 2px; } div.dokuwiki span.toc_open, div.dokuwiki span.toc_close { border : 0.4em solid #dee7ec; float : right; display : block; margin : 0.4em 3px 0 0; } div.dokuwiki span.toc_open span, div.dokuwiki span.toc_close span { display : none; } div.dokuwiki span.toc_open { margin-top : 0.4em; border-top : 0.4em solid #000; } div.dokuwiki span.toc_close { margin-top : 0; border-bottom : 0.4em solid #000; } div.dokuwiki #toc__inside { border : 1px solid #8cacbb; background-color : #fff; text-align : left; padding : 0.5em 0 0.7em 0; } div.dokuwiki ul.toc { list-style-type : none; list-style-image : none; line-height : 1.2em; padding-left : 1em; margin : 0; } div.dokuwiki ul.toc li { background : transparent; padding-left : 0.4em; } div.dokuwiki ul.toc li.clear { background-image : none; padding-left : 0.4em; } div.dokuwiki a.toc:link, div.dokuwiki a.toc:visited { color : #436976; } div.dokuwiki a.toc:hover, div.dokuwiki a.toc:active { color : #000; } div.dokuwiki table.diff { background-color : #fff; width : 100%; } div.dokuwiki td.diff-blockheader { font-weight : bold; } div.dokuwiki table.diff th { border-bottom : 1px solid #8cacbb; font-size : 120%; width : 50%; font-weight : normal; text-align : left; } div.dokuwiki table.diff td { font-family : monospace; font-size : 100%; } div.dokuwiki td.diff-addedline { background-color : #dfd; } div.dokuwiki td.diff-deletedline { background-color : #ffb; } div.dokuwiki td.diff-context { background-color : #f5f5f5; } div.dokuwiki table.diff td.diff-addedline strong, div.dokuwiki table.diff td.diff-deletedline strong { color : red; } div.dokuwiki div.footnotes { clear : both; border-top : 1px solid #8cacbb; padding-left : 1em; margin-top : 1em; } div.dokuwiki div.fn { font-size : 90%; } div.dokuwiki a.fn_top { vertical-align : super; font-size : 80%; } div.dokuwiki a.fn_bot { vertical-align : super; font-size : 80%; font-weight : bold; } div.insitu-footnote { font-size : 80%; line-height : 1.2em; border : 1px solid #8cacbb; background-color : #f7f9fa; text-align : left; padding : 4px; max-width : 40%; } * html .insitu-footnote pre.code, * html .insitu-footnote pre.file { padding-bottom : 18px; } div.dokuwiki .search_result { margin-bottom : 6px; padding : 0 10px 0 30px; } div.dokuwiki .search_snippet { color : #ccc; font-size : 12px; margin-left : 20px; } div.dokuwiki .search_sep { color : #000; } div.dokuwiki .search_hit { color : #000; background-color : #ff9; } div.dokuwiki strong.search_hit { font-weight : normal; } div.dokuwiki div.search_quickresult { margin : 0 0 15px 30px; padding : 0 10px 10px 0; border-bottom : 1px dashed #8cacbb; } div.dokuwiki div.search_quickresult h3 { margin : 0 0 1em 0; font-size : 1em; font-weight : bold; } div.dokuwiki ul.search_quickhits { margin : 0 0 0.5em 1em; } div.dokuwiki ul.search_quickhits li { margin : 0 1em 0 1em; float : left; width : 30%; } div.footerinc { text-align : center; } .footerinc a img { border : 0; } div.dokuwiki div.ajax_qsearch { position : absolute; right : 237px; width : 200px; display : none; font-size : 80%; line-height : 1.2em; border : 1px solid #8cacbb; background-color : #f7f9fa; text-align : left; padding : 4px; } button.toolbutton { background-color : #fff; padding : 0; margin : 0 1px 0 0; border : 1px solid #8cacbb; cursor : pointer; } html > body button.toolbutton { background : #fff; } div.picker { width : 250px; border : 1px solid #8cacbb; background-color : #dee7ec; } button.pickerbutton { padding : 0; margin : 0 1px 1px 0; border : 0; background-color : transparent; font-size : 80%; cursor : pointer; } div.dokuwiki a.spell_error { color : #f00; text-decoration : underline; } div.dokuwiki div#spell__suggest { background-color : #fff; padding : 2px; border : 1px solid #000; font-size : 80%; display : none; } div.dokuwiki div#spell__result { border : 1px solid #8cacbb; color : #000; font-size : 14px; padding : 3px; background-color : #f7f9fa; display : none; } div.dokuwiki span.spell_noerr { color : #093; } div.dokuwiki span.spell_wait { color : #06c; } div.dokuwiki div.img_big { float : left; margin-right : 0.5em; } div.dokuwiki dl.img_tags dt { font-weight : bold; background-color : #dee7ec; } div.dokuwiki dl.img_tags dd { background-color : #f5f5f5; } div.dokuwiki div.imagemeta { color : #666; font-size : 70%; line-height : 95%; } div.dokuwiki div.imagemeta img.thumb { float : left; margin-right : 0.1em; } #media__manager { height : 100%; overflow : hidden; } #media__left { width : 30%; border-right : 1px solid #8cacbb; height : 100%; overflow : auto; position : absolute; left : 0; } #media__right { width : 69.7%; height : 100%; overflow : auto; position : absolute; right : 0; } #media__manager h1 { margin : 0; padding : 0; margin-bottom : 0.5em; } #media__tree img { float : left; padding : 0.5em 0.3em 0 0; } #media__tree ul { list-style-type : none; list-style-image : none; } #media__tree li { clear : left; list-style-type : none; list-style-image : none; } * html #media__tree li { border : 1px solid #fff; } #media__opts { padding-left : 1em; margin-bottom : 0.5em; } #media__opts input { float : left; position : absolute; } * html #media__opts input { position : static; } #media__opts label { display : block; float : left; margin-left : 30px; } * html #media__opts label { margin-left : 10px; } #media__opts br { clear : left; } #media__content img.load { margin : 1em auto; } #media__content #scroll__here { border : 1px dashed #8cacbb; } #media__content .odd { background-color : #f7f9fa; padding : 0.4em; } #media__content .even { padding : 0.4em; } #media__content a.mediafile { margin-right : 1.5em; font-weight : bold; } #media__content div.detail { padding : 0.3em 0 0.3em 2em; } #media__content div.detail div.thumb { float : left; width : 130px; text-align : center; margin-right : 0.4em; } #media__content img.btn { vertical-align : text-bottom; } #media__content div.example { color : #666; margin-left : 1em; } #media__content div.upload { font-size : 90%; padding : 0 0.5em 0.5em 0.5em; } #media__content form.upload { display : block; border-bottom : 1px solid #8cacbb; padding : 0 0.5em 1em 0.5em; } #media__content form.upload fieldset { padding : 0; margin : 0; border : none; width : auto; } #media__content form.upload p { clear : left; text-align : left; padding : 0.25em 0; margin : 0; line-height : 1em; } #media__content form.upload label { float : left; width : 30%; } #media__content form.upload label.check { float : none; width : auto; } #media__content form.upload input.check { margin-left : 30%; } #media__content form.meta { display : block; padding : 0 0 1em 0; } #media__content form.meta label { display : block; width : 25%; float : left; font-weight : bold; margin-left : 1em; clear : left; } #media__content form.meta .edit { font : 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; float : left; width : 70%; padding-right : 0; padding-left : 0.2em; margin : 2px; } #media__content form.meta textarea.edit { height : 8em; } #media__content form.meta div.metafield { clear : left; } #media__content form.meta div.buttons { clear : left; margin-left : 20%; padding-left : 1em; }
plugins/com.aptana.editor.html.formatter/src/com/aptana/editor/html/formatter/preferences/indentation-preview.html
shakaran/studio3
<html> <head> <title>Demo HTML</title> </head> <body onload="init();"> <div id="top"></div> <table border="1"> <tr> <td>row 1, cell 1</td> <td>row 1, cell 2</td> </tr> <tr> <td>row 2, cell 1</td> <td>row 2, cell 2</td> </tr> </table> </body> </html>
three.js-master/examples/webgl_geometry_extrude_shapes.html
JohnDecker1/BlackHOle-battles
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - geometry - extrude shapes</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { font-family: Monospace; background-color: #222; margin: 0px; overflow: hidden; } a { color: #f80; } </style> </head> <body> <script src="../build/three.min.js"></script> <script src="js/controls/TrackballControls.js"></script> <script> var container; var camera, scene, renderer, controls; init(); animate(); function init() { var info = document.createElement( 'div' ); info.style.position = 'absolute'; info.style.top = '10px'; info.style.width = '100%'; info.style.textAlign = 'center'; info.style.color = '#fff'; info.style.link = '#f80'; info.innerHTML = '<a href="http://threejs.org" target="_blank">three.js</a> webgl - geometry extrude shapes'; document.body.appendChild( info ); renderer = new THREE.WebGLRenderer(); renderer.setClearColor( 0x222222 ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); document.body.appendChild( renderer.domElement ); scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 1000 ); camera.position.set( 0, 0, 500 ); controls = new THREE.TrackballControls( camera, renderer.domElement ); controls.minDistance = 200; controls.maxDistance = 500; scene.add( new THREE.AmbientLight( 0x222222 ) ); var light = new THREE.PointLight( 0xffffff ); light.position.copy( camera.position ); scene.add( light ); // var closedSpline = new THREE.ClosedSplineCurve3( [ new THREE.Vector3( -60, -100, 60 ), new THREE.Vector3( -60, 20, 60 ), new THREE.Vector3( -60, 120, 60 ), new THREE.Vector3( 60, 20, -60 ), new THREE.Vector3( 60, -100, -60 ) ] ); var extrudeSettings = { steps : 100, bevelEnabled : false, extrudePath : closedSpline }; var pts = [], count = 3; for ( var i = 0; i < count; i ++ ) { var l = 20; var a = 2 * i / count * Math.PI; pts.push( new THREE.Vector2 ( Math.cos( a ) * l, Math.sin( a ) * l ) ); } var shape = new THREE.Shape( pts ); var geometry = new THREE.ExtrudeGeometry( shape, extrudeSettings ); var material = new THREE.MeshLambertMaterial( { color: 0xb00000, wireframe: false } ); var mesh = new THREE.Mesh( geometry, material ); scene.add( mesh ); // var randomPoints = []; for ( var i = 0; i < 10; i ++ ) { randomPoints.push( new THREE.Vector3( ( i - 4.5 ) * 50, THREE.Math.randFloat( - 50, 50 ), THREE.Math.randFloat( - 50, 50 ) ) ); } var randomSpline = new THREE.CatmullRomCurve3( randomPoints ); // var extrudeSettings = { steps : 200, bevelEnabled : false, extrudePath : randomSpline }; var pts = [], numPts = 5; for ( var i = 0; i < numPts * 2; i ++ ) { var l = i % 2 == 1 ? 10 : 20; var a = i / numPts * Math.PI; pts.push( new THREE.Vector2 ( Math.cos( a ) * l, Math.sin( a ) * l ) ); } var shape = new THREE.Shape( pts ); var geometry = new THREE.ExtrudeGeometry( shape, extrudeSettings ); var material2 = new THREE.MeshLambertMaterial( { color: 0xff8000, wireframe: false } ); var mesh = new THREE.Mesh( geometry, material2 ); scene.add( mesh ); // var materials = [ material, material2 ]; var extrudeSettings = { amount : 20, steps : 1, material : 1, extrudeMaterial : 0, bevelEnabled : true, bevelThickness : 2, bevelSize : 4, bevelSegments : 1, }; var geometry = new THREE.ExtrudeGeometry( shape, extrudeSettings ); var mesh = new THREE.Mesh( geometry, new THREE.MultiMaterial( materials ) ); mesh.position.set( 50, 100, 50 ); scene.add( mesh ); } function animate() { requestAnimationFrame( animate ); controls.update(); renderer.render( scene, camera ); } </script> </body> </html>
texi2html/test/indices/res_info/nodes_before_top_and_sections_html_chapter_nodes/node-in-chapter.html
cgwalters/texinfo-git-mirror
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> <title>top section: node in chapter</title> <meta name="description" content="top section: node in chapter"> <meta name="keywords" content="top section: node in chapter"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2html"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smalllisp {margin-left: 3.2em} pre.display {font-family: serif} pre.format {font-family: serif} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: serif; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: serif; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:pre} span.nolinebreak {white-space:pre} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> <meta http-equiv="Refresh" content="2; url=chapter.html#node-in-chapter"> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <p>The node you are looking for is at <a href="chapter.html#node-in-chapter">node in chapter</a>.</p> </body>
vendors/extjs/docs/source/ClickRepeater.html
Warlock-developer/practicas
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/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-util-ClickRepeater'>/** </span> * A wrapper class which can be applied to any element. Fires a &quot;click&quot; event while the * mouse is pressed. The interval between firings may be specified in the config but * defaults to 20 milliseconds. * * Optionally, a CSS class may be applied to the element during the time it is pressed. */ Ext.define('Ext.util.ClickRepeater', { extend: 'Ext.util.Observable', <span id='Ext-util-ClickRepeater-method-constructor'> /** </span> * Creates new ClickRepeater. * @param {String/HTMLElement/Ext.Element} el The element or its ID to listen on * @param {Object} [config] Config object. */ constructor : function(el, config){ var me = this; me.el = Ext.get(el); me.el.unselectable(); Ext.apply(me, config); me.callParent(); me.addEvents( <span id='Ext-util-ClickRepeater-event-mousedown'> /** </span> * @event mousedown * Fires when the mouse button is depressed. * @param {Ext.util.ClickRepeater} this * @param {Ext.EventObject} e */ &quot;mousedown&quot;, <span id='Ext-util-ClickRepeater-event-click'> /** </span> * @event click * Fires on a specified interval during the time the element is pressed. * @param {Ext.util.ClickRepeater} this * @param {Ext.EventObject} e */ &quot;click&quot;, <span id='Ext-util-ClickRepeater-event-mouseup'> /** </span> * @event mouseup * Fires when the mouse key is released. * @param {Ext.util.ClickRepeater} this * @param {Ext.EventObject} e */ &quot;mouseup&quot; ); if(!me.disabled){ me.disabled = true; me.enable(); } // allow inline handler if(me.handler){ me.on(&quot;click&quot;, me.handler, me.scope || me); } }, <span id='Ext-util-ClickRepeater-cfg-el'> /** </span> * @cfg {String/HTMLElement/Ext.Element} el * The element to act as a button. */ <span id='Ext-util-ClickRepeater-cfg-pressedCls'> /** </span> * @cfg {String} pressedCls * A CSS class name to be applied to the element while pressed. */ <span id='Ext-util-ClickRepeater-cfg-accelerate'> /** </span> * @cfg {Boolean} accelerate * True if autorepeating should start slowly and accelerate. * &quot;interval&quot; and &quot;delay&quot; are ignored. */ <span id='Ext-util-ClickRepeater-cfg-interval'> /** </span> * @cfg {Number} interval * The interval between firings of the &quot;click&quot; event (in milliseconds). */ interval : 20, <span id='Ext-util-ClickRepeater-cfg-delay'> /** </span> * @cfg {Number} delay * The initial delay before the repeating event begins firing. * Similar to an autorepeat key delay. */ delay: 250, <span id='Ext-util-ClickRepeater-cfg-preventDefault'> /** </span> * @cfg {Boolean} preventDefault * True to prevent the default click event */ preventDefault : true, <span id='Ext-util-ClickRepeater-cfg-stopDefault'> /** </span> * @cfg {Boolean} stopDefault * True to stop the default click event */ stopDefault : false, timer : 0, <span id='Ext-util-ClickRepeater-method-enable'> /** </span> * Enables the repeater and allows events to fire. */ enable: function(){ if(this.disabled){ this.el.on('mousedown', this.handleMouseDown, this); // IE versions will detect clicks as in sequence as dblclicks // if they happen in quick succession if (Ext.isIE &amp;&amp; !(Ext.isStrict &amp;&amp; Ext.isIE9)){ this.el.on('dblclick', this.handleDblClick, this); } if(this.preventDefault || this.stopDefault){ this.el.on('click', this.eventOptions, this); } } this.disabled = false; }, <span id='Ext-util-ClickRepeater-method-disable'> /** </span> * Disables the repeater and stops events from firing. */ disable: function(/* private */ force){ if(force || !this.disabled){ clearTimeout(this.timer); if(this.pressedCls){ this.el.removeCls(this.pressedCls); } Ext.getDoc().un('mouseup', this.handleMouseUp, this); this.el.removeAllListeners(); } this.disabled = true; }, <span id='Ext-util-ClickRepeater-method-setDisabled'> /** </span> * Convenience function for setting disabled/enabled by boolean. * @param {Boolean} disabled */ setDisabled: function(disabled){ this[disabled ? 'disable' : 'enable'](); }, eventOptions: function(e){ if(this.preventDefault){ e.preventDefault(); } if(this.stopDefault){ e.stopEvent(); } }, // private destroy : function() { this.disable(true); Ext.destroy(this.el); this.clearListeners(); }, handleDblClick : function(e){ clearTimeout(this.timer); this.el.blur(); this.fireEvent(&quot;mousedown&quot;, this, e); this.fireEvent(&quot;click&quot;, this, e); }, // private handleMouseDown : function(e){ clearTimeout(this.timer); this.el.blur(); if(this.pressedCls){ this.el.addCls(this.pressedCls); } this.mousedownTime = new Date(); Ext.getDoc().on(&quot;mouseup&quot;, this.handleMouseUp, this); this.el.on(&quot;mouseout&quot;, this.handleMouseOut, this); this.fireEvent(&quot;mousedown&quot;, this, e); this.fireEvent(&quot;click&quot;, this, e); // Do not honor delay or interval if acceleration wanted. if (this.accelerate) { this.delay = 400; } // Re-wrap the event object in a non-shared object, so it doesn't lose its context if // the global shared EventObject gets a new Event put into it before the timer fires. e = new Ext.EventObjectImpl(e); this.timer = Ext.defer(this.click, this.delay || this.interval, this, [e]); }, // private click : function(e){ this.fireEvent(&quot;click&quot;, this, e); this.timer = Ext.defer(this.click, this.accelerate ? this.easeOutExpo(Ext.Date.getElapsed(this.mousedownTime), 400, -390, 12000) : this.interval, this, [e]); }, easeOutExpo : function (t, b, c, d) { return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; }, // private handleMouseOut : function(){ clearTimeout(this.timer); if(this.pressedCls){ this.el.removeCls(this.pressedCls); } this.el.on(&quot;mouseover&quot;, this.handleMouseReturn, this); }, // private handleMouseReturn : function(){ this.el.un(&quot;mouseover&quot;, this.handleMouseReturn, this); if(this.pressedCls){ this.el.addCls(this.pressedCls); } this.click(); }, // private handleMouseUp : function(e){ clearTimeout(this.timer); this.el.un(&quot;mouseover&quot;, this.handleMouseReturn, this); this.el.un(&quot;mouseout&quot;, this.handleMouseOut, this); Ext.getDoc().un(&quot;mouseup&quot;, this.handleMouseUp, this); if(this.pressedCls){ this.el.removeCls(this.pressedCls); } this.fireEvent(&quot;mouseup&quot;, this, e); } }); </pre> </body> </html>
doc/edu/dhbw/andar/pub/CustomRenderer.html
Turupawn/LuxxorAR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Mon May 24 15:25:08 CEST 2010 --> <TITLE> CustomRenderer </TITLE> <META NAME="date" CONTENT="2010-05-24"> <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="CustomRenderer"; } } </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/CustomRenderer.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-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;<A HREF="../../../../edu/dhbw/andar/pub/CustomObject.html" title="class in edu.dhbw.andar.pub"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../edu/dhbw/andar/pub/SimpleBox.html" title="class in edu.dhbw.andar.pub"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?edu/dhbw/andar/pub/CustomRenderer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CustomRenderer.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"> edu.dhbw.andar.pub</FONT> <BR> Class CustomRenderer</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>edu.dhbw.andar.pub.CustomRenderer</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html" title="interface in edu.dhbw.andar.interfaces">OpenGLRenderer</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>CustomRenderer</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html" title="interface in edu.dhbw.andar.interfaces">OpenGLRenderer</A></DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>tobi</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="../../../../edu/dhbw/andar/pub/CustomRenderer.html#CustomRenderer()">CustomRenderer</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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../edu/dhbw/andar/pub/CustomRenderer.html#draw(GL10)">draw</A></B>(GL10&nbsp;gl)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Draw stuff in this method that has nothing to do with Augmented Reality.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../edu/dhbw/andar/pub/CustomRenderer.html#initGL(GL10)">initGL</A></B>(GL10&nbsp;gl)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called once, when the OpenGL Surface was created.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../edu/dhbw/andar/pub/CustomRenderer.html#setupEnv(GL10)">setupEnv</A></B>(GL10&nbsp;gl)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setup the OpenGL environment.</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>equals, 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="CustomRenderer()"><!-- --></A><H3> CustomRenderer</H3> <PRE> public <B>CustomRenderer</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="draw(GL10)"><!-- --></A><H3> draw</H3> <PRE> public final void <B>draw</B>(GL10&nbsp;gl)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#draw(GL10)">OpenGLRenderer</A></CODE></B></DD> <DD>Draw stuff in this method that has nothing to do with Augmented Reality. Will be invoked at the end of each render phase. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#draw(GL10)">draw</A></CODE> in interface <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html" title="interface in edu.dhbw.andar.interfaces">OpenGLRenderer</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setupEnv(GL10)"><!-- --></A><H3> setupEnv</H3> <PRE> public final void <B>setupEnv</B>(GL10&nbsp;gl)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#setupEnv(GL10)">OpenGLRenderer</A></CODE></B></DD> <DD>Setup the OpenGL environment. This method will be called just before each AR object is drawn. This method may be used to setup lighting, and other things common to all Augmented Reality objects. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#setupEnv(GL10)">setupEnv</A></CODE> in interface <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html" title="interface in edu.dhbw.andar.interfaces">OpenGLRenderer</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="initGL(GL10)"><!-- --></A><H3> initGL</H3> <PRE> public final void <B>initGL</B>(GL10&nbsp;gl)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#initGL(GL10)">OpenGLRenderer</A></CODE></B></DD> <DD>Called once, when the OpenGL Surface was created. Used to do some general OpenGL specific initialization. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html#initGL(GL10)">initGL</A></CODE> in interface <CODE><A HREF="../../../../edu/dhbw/andar/interfaces/OpenGLRenderer.html" title="interface in edu.dhbw.andar.interfaces">OpenGLRenderer</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/CustomRenderer.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-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;<A HREF="../../../../edu/dhbw/andar/pub/CustomObject.html" title="class in edu.dhbw.andar.pub"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../edu/dhbw/andar/pub/SimpleBox.html" title="class in edu.dhbw.andar.pub"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?edu/dhbw/andar/pub/CustomRenderer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CustomRenderer.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> </BODY> </HTML>
tests/wpt/web-platform-tests/service-workers/service-worker/detached-context.https.html
anthgur/servo
<!DOCTYPE html> <meta charset="utf-8"> <title>Service WorkerRegistration from a removed iframe</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="resources/test-helpers.sub.js"></script> <body> </body> <script> // NOTE: This file tests corner case behavior that might not be defined in the // spec. See https://github.com/w3c/ServiceWorker/issues/1221 promise_test(t => { const url = 'resources/blank.html'; const scope_for_iframe = 'removed-registration' const scope_for_main = 'resources/' + scope_for_iframe; const script = 'resources/empty-worker.js'; let frame; let resolvedCount = 0; return service_worker_unregister(t, scope_for_main) .then(() => { return with_iframe(url); }) .then(f => { frame = f; return navigator.serviceWorker.register(script, {scope: scope_for_main}); }) .then(r => { add_completion_callback(() => { r.unregister(); }); return wait_for_state(t, r.installing, 'activated'); }) .then(() => { return frame.contentWindow.navigator.serviceWorker.getRegistration( scope_for_iframe); }) .then(r => { frame.remove(); assert_equals(r.installing, null); assert_equals(r.waiting, null); assert_equals(r.active.state, 'activated'); assert_equals(r.scope, normalizeURL(scope_for_main)); r.onupdatefound = () => { /* empty */ }; // We want to verify that unregister() and update() do not // resolve on a detached registration. We can't check for // an explicit rejection, though, because not all browsers // fire rejection callbacks on detached promises. Instead // we wait for a dummy scope to install, activate, and // unregister before declaring that the promises did not // resolve. r.unregister().then(() => resolvedCount += 1, () => {}); r.update().then(() => resolvedCount += 1, () => {}); return wait_for_activation_on_dummy_scope(t); }) .then(() => { assert_equals(resolvedCount, 0, 'methods called on a detached registration should not resolve'); }) }, 'accessing a ServiceWorkerRegistration from a removed iframe'); promise_test(t => { const script = 'resources/empty-worker.js'; const scope = 'resources/scope/serviceworker-from-detached'; return service_worker_unregister_and_register(t, script, scope) .then(registration => { add_completion_callback(() => { registration.unregister(); }); return wait_for_state(t, registration.installing, 'activated'); }) .then(() => { return with_iframe(scope); }) .then(frame => { const worker = frame.contentWindow.navigator.serviceWorker.controller; frame.remove(); assert_equals(worker.scriptURL, normalizeURL(script)); assert_equals(worker.state, 'activated'); worker.onstatechange = () => { /* empty */ }; assert_throws( { name: 'InvalidStateError' }, () => { worker.postMessage(''); }, 'postMessage on a detached client should throw an exception.'); }); }, 'accessing a ServiceWorker object from a removed iframe'); promise_test(t => { const iframe = document.createElement('iframe'); iframe.src = 'resources/blank.html'; document.body.appendChild(iframe); const f = iframe.contentWindow.Function; function get_navigator() { return f('return navigator')(); } return new Promise(resolve => { assert_equals(iframe.contentWindow.navigator, get_navigator()); iframe.src = 'resources/blank.html?navigate-to-new-url'; iframe.onload = resolve; }).then(function() { assert_not_equals(get_navigator().serviceWorker, null); assert_equals( get_navigator().serviceWorker, iframe.contentWindow.navigator.serviceWorker); }); }, 'accessing navigator.serviceWorker on a detached iframe'); test(t => { const iframe = document.createElement('iframe'); iframe.src = 'resources/blank.html'; document.body.appendChild(iframe); const f = iframe.contentWindow.Function; function get_navigator() { return f('return navigator')(); } assert_not_equals(get_navigator().serviceWorker, null); iframe.remove(); assert_throws({name: 'TypeError'}, () => get_navigator()); }, 'accessing navigator on a removed frame'); // It seems weird that about:blank and blank.html (the test above) have // different behavior. These expectations are based on Chromium behavior, which // might not be right. test(t => { const iframe = document.createElement('iframe'); iframe.src = 'about:blank'; document.body.appendChild(iframe); const f = iframe.contentWindow.Function; function get_navigator() { return f('return navigator')(); } assert_not_equals(get_navigator().serviceWorker, null); iframe.remove(); assert_equals(get_navigator().serviceWorker, null); }, 'accessing navigator.serviceWorker on a removed about:blank frame'); </script>
tests/wpt/web-platform-tests/css/css-text/i18n/css3-text-line-break-jazh-402.html
anthgur/servo
<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"/> <title>CSS3 Text, linebreaks: 2013 EN DASH (normal,zh)</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'> <link rel="match" href="reference/css3-text-line-break-jazh-402-ref.html"> <meta name='flags' content=''> <meta name="assert" content="The browser will allow 2013 EN DASH at the beginning of a line."> <style type='text/css'> @font-face { font-family: 'mplus-1p-regular'; src: url('/fonts/mplus-1p-regular.woff') format('woff'); /* filesize: 803K */ } .test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } .name { font-size: 10px; } .test { line-break: normal; } </style> </head> <body> <p class='instructions'>Test passes if the two orange boxes are identical.</p> <div class='test' lang='zh'>中中中&#x2013;文</div> <div class='ref'>中中中<br/>&#x2013;文</div></div> <!--Notes: <p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. --> </body> </html>
src/NewDrawer/NewDrawer.css
enyojs/enyo
.enyo-new-drawer { -webkit-transform: scale3d(1, 1, 1); -webkit-transform-origin: 0 0 0; overflow: hidden; } .enyo-new-drawer .enyo-new-drawer-client { -webkit-transform: scale3d(1, 1, 1); -webkit-transform-origin: 0 0 0; }
tests/cursor/insertCharacter-list08-expected.html
corinthia/corinthia-editorlib
<html> <head></head> <body> <p>Before</p> <ol> <li>X[]One</li> <li>Two</li> <li>Three</li> </ol> <p>After</p> </body> </html>
Docs/com/easyandroidanimations/library/class-use/PuffOutAnimation.html
tsdl2013/EasyAndroidAnimations
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Mon Sep 15 14:29:05 SGT 2014 --> <title>Uses of Class com.easyandroidanimations.library.PuffOutAnimation</title> <meta name="date" content="2014-09-15"> <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 com.easyandroidanimations.library.PuffOutAnimation"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/easyandroidanimations/library/package-summary.html">Package</a></li> <li><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/easyandroidanimations/library/class-use/PuffOutAnimation.html" target="_top">Frames</a></li> <li><a href="PuffOutAnimation.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 com.easyandroidanimations.library.PuffOutAnimation" class="title">Uses of Class<br>com.easyandroidanimations.library.PuffOutAnimation</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.easyandroidanimations.library"> <!-- --> </a> <h3>Uses of <a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">PuffOutAnimation</a> in <a href="../../../../com/easyandroidanimations/library/package-summary.html">com.easyandroidanimations.library</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../com/easyandroidanimations/library/package-summary.html">com.easyandroidanimations.library</a> that return <a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">PuffOutAnimation</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">PuffOutAnimation</a></code></td> <td class="colLast"><span class="strong">PuffOutAnimation.</span><code><strong><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html#setDuration(long)">setDuration</a></strong>(long&nbsp;duration)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">PuffOutAnimation</a></code></td> <td class="colLast"><span class="strong">PuffOutAnimation.</span><code><strong><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html#setInterpolator(TimeInterpolator)">setInterpolator</a></strong>(TimeInterpolator&nbsp;interpolator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">PuffOutAnimation</a></code></td> <td class="colLast"><span class="strong">PuffOutAnimation.</span><code><strong><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html#setListener(com.easyandroidanimations.library.AnimationListener)">setListener</a></strong>(<a href="../../../../com/easyandroidanimations/library/AnimationListener.html" title="interface in com.easyandroidanimations.library">AnimationListener</a>&nbsp;listener)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/easyandroidanimations/library/package-summary.html">Package</a></li> <li><a href="../../../../com/easyandroidanimations/library/PuffOutAnimation.html" title="class in com.easyandroidanimations.library">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/easyandroidanimations/library/class-use/PuffOutAnimation.html" target="_top">Frames</a></li> <li><a href="PuffOutAnimation.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ui.apps/src/main/content/jcr_root/apps/acs-commons/components/utilities/audit-log-search/clientlibs/css/app.css
dfoerderreuther/acs-aem-commons
.audit-log-search-results{ overflow: auto; max-height:500px; } .audit-log-search-results thead .coral-Table-row { background-color: #ccc; } .audit-log-search-results .coral-Table-row { background-color: #fff; } .form-row{ padding-bottom: 1em; clear:both; } .form-row input{ width: 75%; } .form-row > label { display:inline; float:left; width:100px; font-weight:bold; padding: 10px 0; } .form-row > span { margin-left: 75px; }
bsp/raspberry-pico/libraries/pico-sdk/docs/normalise.css
nongxiaoming/rt-thread
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 145%; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
src/main/vertx2/api/scala/org/vertx/scala/core/json/JsonElemOps$$JsonAnyElem$.html
vietj/vertx
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>JsonAnyElem - lang-scala.git 1.0.0 API - org.vertx.scala.core.json.JsonElemOps.JsonAnyElem</title> <meta name="description" content="JsonAnyElem - lang - scala.git 1.0.0 API - org.vertx.scala.core.json.JsonElemOps.JsonAnyElem" /> <meta name="keywords" content="JsonAnyElem lang scala.git 1.0.0 API org.vertx.scala.core.json.JsonElemOps.JsonAnyElem" /> <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"> if(top === self) { var url = '../../../../../index.html'; var hash = 'org.vertx.scala.core.json.JsonElemOps$$JsonAnyElem$'; 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 src="../../../../../lib/object_big.png" /> <p id="owner"><a href="../../../../package.html" class="extype" name="org">org</a>.<a href="../../../package.html" class="extype" name="org.vertx">vertx</a>.<a href="../../package.html" class="extype" name="org.vertx.scala">scala</a>.<a href="../package.html" class="extype" name="org.vertx.scala.core">core</a>.<a href="package.html" class="extype" name="org.vertx.scala.core.json">json</a>.<a href="JsonElemOps$.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a></p> <h1>JsonAnyElem</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">implicit </span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">JsonAnyElem</span><span class="result"> extends <a href="JsonElemOps.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a>[<span class="extype" name="scala.Any">Any</span>]</span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><a href="JsonElemOps.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a>[<span class="extype" name="scala.Any">Any</span>], <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a>, <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="org.vertx.scala.core.json.JsonElemOps.JsonAnyElem"><span>JsonAnyElem</span></li><li class="in" name="org.vertx.scala.core.json.JsonElemOps"><span>JsonElemOps</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> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </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:AnyRef):Boolean"></a> <a id="!=(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 title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" 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> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>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> <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:AnyRef):Boolean"></a> <a id="==(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 title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" 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> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.vertx.scala.core.json.JsonElemOps.JsonAnyElem#addToArr" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="addToArr(a:org.vertx.scala.core.json.JsonArray,v:Any):org.vertx.scala.core.json.JsonArray"></a> <a id="addToArr(JsonArray,Any):JsonArray"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">addToArr</span><span class="params">(<span name="a">a: <a href="package.html#JsonArray=org.vertx.java.core.json.JsonArray" class="extmbr" name="org.vertx.scala.core.json.JsonArray">JsonArray</a></span>, <span name="v">v: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <a href="package.html#JsonArray=org.vertx.java.core.json.JsonArray" class="extmbr" name="org.vertx.scala.core.json.JsonArray">JsonArray</a></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.vertx.scala.core.json.JsonElemOps.JsonAnyElem">JsonAnyElem</a> → <a href="JsonElemOps.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a></dd></dl></div> </li><li name="org.vertx.scala.core.json.JsonElemOps.JsonAnyElem#addToObj" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="addToObj(o:org.vertx.scala.core.json.JsonObject,key:String,v:Any):org.vertx.scala.core.json.JsonObject"></a> <a id="addToObj(JsonObject,String,Any):JsonObject"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">addToObj</span><span class="params">(<span name="o">o: <a href="package.html#JsonObject=org.vertx.java.core.json.JsonObject" class="extmbr" name="org.vertx.scala.core.json.JsonObject">JsonObject</a></span>, <span name="key">key: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="v">v: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <a href="package.html#JsonObject=org.vertx.java.core.json.JsonObject" class="extmbr" name="org.vertx.scala.core.json.JsonObject">JsonObject</a></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.vertx.scala.core.json.JsonElemOps.JsonAnyElem">JsonAnyElem</a> → <a href="JsonElemOps.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a></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> <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">: <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span> </span> </h4> <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: <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <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> <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> <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> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <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> <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: <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <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> <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> <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> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</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> <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> <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> <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="org.vertx.scala.core.json.JsonElemOps"> <h3>Inherited from <a href="JsonElemOps.html" class="extype" name="org.vertx.scala.core.json.JsonElemOps">JsonElemOps</a>[<span class="extype" name="scala.Any">Any</span>]</h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <a href="../../../../../scala/package.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></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> <script defer="defer" type="text/javascript" id="jquery-js" src="../../../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" id="jquery-ui-js" src="../../../../../lib/jquery-ui.js"></script><script defer="defer" type="text/javascript" id="tools-tooltip-js" src="../../../../../lib/tools.tooltip.js"></script><script defer="defer" type="text/javascript" id="template-js" src="../../../../../lib/template.js"></script> </body> </html>
soundmanager/demo/bar-ui/css/demo.css
rmallick6806/airdrum
/* demo only */ html { position: relative; width: 100%; height: 100%; min-width: 980px; /* enough for two-column demo UI */ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; /* http://files.christophzillgens.com/webkit-font-smoothing.html */ /* font-smoothing: subpixel-antialiased; */ /* general font niceness? */ font-smoothing: antialiased; text-rendering: optimizeLegibility; background: #fff; color: #000; transition: background 0.2s ease-in-out; } body { font-family: helvetica, verdana, tahoma, arial, sans-serif; font-weight: 300; margin: 0px; padding: 0.5em; transition: color 0.2s ease-in-out; padding-bottom: 64px; /* room for the bottom bar UI player */ } h1 { display: inline-block; font-family: "helvetica neue", helvetica, verdana, tahoma, arial, sans-serif; font-size: 2em; font-weight: 300; margin: 0px 0px 0.25em 0px; padding: 0px 0px 0.15em 0px; border-bottom: 1px dotted #ccc; } h1 a { font-size: 100%; text-decoration: none; color: #000; } h1 a:hover { color: #336699; text-decoration: underline; } h2 { margin: 0px; padding: 0px; font-weight: 300; } h3 { font-weight: 300; margin: 1em 0px 0.5em 0px; padding: 0px; } p { margin-top: 0.5em; } .demo-wrapper { position: relative; width: 100%; /* whitespace trickery */ font-size: 0px; } .demo-left, .demo-right { font-size: 16px; font-size: 1rem; position: relative; display: inline-block; width: 48%; vertical-align: top; } .demo-left { margin-right: 2%; border-right: 1px dotted transparent; } .demo-wrapper .demo-bd { padding-right: 1em; } .demo-right { left: -1px; /* sneaky */ margin-left: -2%; border-left: 1px dotted transparent; } .demo-left, .demo-right { border-color: #ccc; } .demo-right .demo-bd { padding-left: 1em; padding-right: 0.5em; } .about { color: #333; font-size: small; } .about a { text-decoration: none; } .note { font-size: 0.5em; color: #333; } #size-field { vertical-align: middle; } #colors { margin-bottom: 0.5em; } #colors * { vertical-align: middle; } .sm2-bar-ui { /* demo silliness */ transition: all 0.2s ease-in-out; }
xe4kaist/m.layouts/colorCode/css/Red/layout.css
talkwithraon/XE4KAIST
@charset "utf-8"; body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select,hr {margin: 0;padding: 0;font-family:Helvetica;} body {font-size: 14px;line-height: 1.25em;-webkit-text-size-adjust:none;} article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;} audio, canvas, video {display:inline-block;} audio:not([controls]) {display: none;} input, textarea, select, button, table {font-family: inherit;font-size: inherit;line-height: inherit;} img, fieldset {border: 0 none;} button, input, select, textarea {margin: 0;vertical-align: middle;} sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;} sup {top: -0.5em;} sub {bottom: -0.25em;} ul, ol {list-style: none outside none;} em, address {font-style: normal;} a {color: inherit;text-decoration: none;} .blind{font-size: 0;height: 0;line-height: 0;overflow: hidden;position: absolute;width: 0;} .skip{font-size: 0;height: 0;left: -1000em;line-height: 0;overflow: hidden;position: absolute;visibility: hidden;width: 0;} .lo_head{position:relative;width:100%;height:39px;border-bottom:1px solid #8d0101;padding-top:16px; background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b0b0b), to(#5f0000)); background:-webkit-linear-gradient(top,#8b0b0b,#5f0000); background:-moz-linear-gradient(top,#8b0b0b,#5f0000); background:-ms-linear-gradient(top,#8b0b0b,#5f0000); background:-o-linear-gradient(top,#8b0b0b,#5f0000); background:linear-gradient(top,#8b0b0b,#5f0000);} .lo_head:after{content:'';display:block;clear:both} .lo_head a[class^="btn_"]{width:51px;height:38px;position:absolute;top:11px;overflow:hidden;} .btn_home{left:5px;text-indent:-999em;background:url('../../img/Red/btn_home_fda.png') no-repeat left top;background-size:51px 38px;} .btn_menu{right:5px;text-indent:-999em;background:url('../../img/Red/btn_menu_fda.png') no-repeat left top;background-size:51px 38px;} h1.title{font-size:25px;padding:0 60px;line-height:25px;text-align:center;color:rgba(255,255,255,1);text-shadow:0px 1px 1px rgba(20,20,20,.75);} h1.title span.txt{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .head_hr{height:0;position: relative;border:none;border-top:1px solid black} .lo_foot{width:100%;height:69px;position:relative;border-top:1px solid #581616;border-bottom:1px solid #202020; background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#880d0e), to(#670607)); background:-webkit-linear-gradient(top,#880d0e,#670607); background:-moz-linear-gradient(top,#880d0e,#670607); background:-ms-linear-gradient(top,#880d0e,#670607); background:-o-linear-gradient(top,#880d0e,#670607); background:linear-gradient(top,#880d0e,#670607);} .lo_foot:before{content:'';width:100%;height:1px;position:absolute;background:#cb2929;} .lo_foot:after{content:'';width:100%;height:1px;position:absolute;background:#5b080b;} ul.link{height:25px;padding-top:10px;text-align:center;background:transparent} ul.link>li{display:inline-block;position:relative;margin-left:-4px} ul.link>li:before{display:inline-block;position:absolute;top:9px;right:1px;width:1px;height:7px;background:#a61d1d;content:'';} ul.link>li:after{display:inline-block;position:absolute;top:9px;right:2px;width:1px;height:7px;background:#4b0606;content:'';} ul.link>li>a{display:block;height:19px;padding:6px 11px 0 8px;line-height:13px;color: #efefef;font-size:13px;} ul.link>li:last-child:before,ul.link li:last-child:after{display:none;} ul.link .lang{position:relative;height:25px;margin-left:6px;} ul.link .lang>a{position:relative;width:71px;text-align:left;padding: 6px 8px 0px 11px;} ul.link .lang>a:focus{outline:none} ul.link .lang.off>a{background:url('../../img/Red/btn_lang_off_tp.png') no-repeat 100% 0px;background-size:90px 25px} ul.link .lang.on>a{background:url('../../img/Red/btn_lang_on.png') no-repeat left top;background-size:90px 25px} ul.link .lang_lst{display:none;position:absolute;left:0px;bottom:24px;} .icon_arr_draw{display:inline-block;position:absolute;top:5px;right:6px;width:0px;height:0px;margin-left:2px;border-width:5px;border-style:solid;border-color:transparent transparent #cdcdcd transparent;} ul.link .lang_lst:before{display:block;width:90px;height:4px;background:url('../../img/Red/bg_lang_t.png') no-repeat left top;background-size:90px 4px;content:''} ul.link .lang_lst li{width:90px;padding-left:1px;background:url('../../img/Red/bg_lang_body.png') repeat-y top left;background-size:90px 1px;} .lang_lst li a{display:block;width:88px;height:18px;padding-top:5px;border-top:1px solid #710f0f;border-bottom:1px solid #b82d2d;font-size:13px;line-height:13px;color:#efefef;} .lang_lst li:first-child a{border-top:none} p.cr{height:20px;padding:11px 0 2px;text-align:center;font-size:12px;line-height:12px;color:#efefef} .lo_foot.fixed{position:fixed;bottom:0;} .lo_foot.static{position:static;}
webkit/app/vendor/angular/lib/docs/examples/example-example105/index-debug.html
petervyvey/portfolio
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example105-debug</title> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body > <div ng-app="myApp"> <div> {{ 'World' | greet }} </div> </div> </body> </html>
thirdparty/arduino/reference/www.arduino.cc/en/Reference/USBHostTask.html
Open-farm/openfarm-core-avr
<!DOCTYPE html> <!--html5--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <!-- Mirrored from www.arduino.cc/en/Reference/USBHostTask by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:02 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8" /> <title>Arduino - USBHostTask </title> <link rel="shortcut icon" type="image/x-icon" href="../favicon.png" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <link rel="stylesheet" href="../../fonts/fonts.css" type="text/css" /> <link rel="stylesheet" href="../../css/arduino-icons.css"> <link rel="stylesheet" href="../../css/animation.css"><!--[if IE 7]> <link rel="stylesheet" href="//arduino.cc/css/arduino-icons-ie7.css"><![endif]--> <!--[if gte IE 9]><!--> <link rel='stylesheet' href='../../css/foundation2.css' type='text/css' /> <!--<![endif]--> <!--[if IE 8]> <link rel='stylesheet' href='//arduino.cc/css/foundation_ie8.css' type='text/css' /> <![endif]--> <link rel='stylesheet' href='../../css/arduino_code_highlight.css' type='text/css' /> <link rel="stylesheet" type="text/css" media="screen" href="../../css/typeplate.css"> <link rel='stylesheet' href='../pub/skins/arduinoWide_SSO/css/arduinoWide_SSO.css' type='text/css' /> <link rel='stylesheet' href='../../css/common.css' type='text/css' /> <link rel="stylesheet" href="../../css/download_page.css" /> <link href="https://plus.google.com/114839908922424087554" rel="publisher" /> <!-- embedded JS and CSS from PmWiki plugins --> <!--HeaderText--><style type='text/css'><!-- ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; } code { white-space: nowrap; } .vspace { margin-top:1.33em; } .indent { margin-left:40px; } .outdent { margin-left:40px; text-indent:-40px; } a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; } a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; } img { border:0px; } span.anchor { float: left; font-size: 10px; margin-left: -10px; width: 10px; position:relative; top:-0.1em; text-align: center; } span.anchor a { text-decoration: none; } span.anchor a:hover { text-decoration: underline; } ol.toc { text-indent:-20px; list-style: none; } ol.toc ol.toc { text-indent:-40px; } div.tocfloat { font-size: smaller; margin-bottom: 10px; border-top: 1px dotted #555555; border-bottom: 1px dotted #555555; padding-top: 5px; padding-bottom: 5px; width: 38%; float: right; margin-left: 10px; clear: right; margin-right:-13px; padding-right: 13px; padding-left: 13px; background-color: #eeeeee; } div.toc { font-size: smaller; padding: 5px; border: 1px dotted #cccccc; background: #f7f7f7; margin-bottom: 10px; } div.toc p { background-color: #f9f6d6; margin-top:-5px; padding-top: 5px; margin-left:-5px; padding-left: 5px; margin-right:-5px; padding-right: 5px; padding-bottom: 3px; border-bottom: 1px dotted #cccccc; }.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; } table.markup { border: 2px dotted #ccf; width:90%; } td.markup1, td.markup2 { padding-left:10px; padding-right:10px; } td.markup1 { border-bottom: 1px solid #ccf; } div.faq { margin-left:2em; } div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; } div.faq hr { margin-left: -2em; } .frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; } .lfloat { float:left; margin-right:0.5em; } .rfloat { float:right; margin-left:0.5em; } a.varlink { text-decoration:none; } /** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .arduino {font-family:monospace;} .arduino .imp {font-weight: bold; color: red;} .arduino .kw1 {color: #CC6600;} .arduino .kw2 {color: #006699;} .arduino .kw3 {color: #CC6600; font-weight: bold;} .arduino .co1 {color: #7E7E7E; font-style: italic;} .arduino .co2 {color: #7E7E7E;} .arduino .coMULTI {color: #7E7E7E; font-style: italic;} .arduino .es0 {color: #000099; font-weight: bold;} .arduino .es1 {color: #000099; font-weight: bold;} .arduino .es2 {color: #660099; font-weight: bold;} .arduino .es3 {color: #660099; font-weight: bold;} .arduino .es4 {color: #660099; font-weight: bold;} .arduino .es5 {color: #006699; font-weight: bold;} .arduino .br0 {color: #000000;} .arduino .sy0 {color: #000000;} .arduino .st0 {color: #0066CC;} .arduino .nu0 {color: #000000;} .arduino .nu6 {color: #208080;} .arduino .nu8 {color: #208080;} .arduino .nu12 {color: #208080;} .arduino .nu16 {color:#800080;} .arduino .nu17 {color:#800080;} .arduino .nu18 {color:#800080;} .arduino .nu19 {color:#800080;} .arduino .me1 {color: #ff1493;} .arduino .me2 {color: #ff1493;} .arduino span.xtra { display:block; } .sourceblocklink { text-align: right; font-size: smaller; } .sourceblocktext { padding: 0.5em; color: #000000; background-color: #ECF1F1; } .sourceblock .sourceblocktext .arduino { font-family: 'TyponineSans Monospace Regular 4'; font-size: 14px; line-height: 18px; } code { background-color: #ECF1F1; font-size: 15px; line-height: 19px; padding: 2px 10px 5px 10px; } .sourceblocktext div { font-family: monospace; font-size: small; line-height: 1; height: 1%; } .sourceblocktext div.head, .sourceblocktext div.foot { font: italic medium serif; padding: 0.5em; } --></style><script type="text/javascript"> function toggle(obj) { var elstyle = document.getElementById(obj).style; var text = document.getElementById(obj + "tog"); if (elstyle.display == 'none') { elstyle.display = 'block'; text.innerHTML = "hide"; } else { elstyle.display = 'none'; text.innerHTML = "show"; } } </script><script src="http://www.arduino.cc/en/pub/galleria/galleria-1.2.6.min.js"></script><script type="text/javascript">Galleria.loadTheme("http://www.arduino.cc/en/pub/galleria/themes/classic/galleria.classic.min.js");</script> <meta name='robots' content='index,follow' /> <script src="http://arduino.cc/js/vendor/custom.modernizr.js"></script> <!-- do not remove none of those lines, comments embedding in pages will break! --> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script> <script src="http://arduino.cc/en/pub/js/newsletter_subscribe_popup.js" type="text/javascript"></script> <script src="https://checkout.stripe.com/checkout.js" type="text/javascript"></script> <script src="https://www.arduino.cc/en/pub/js/software_download.js" type="text/javascript"></script><!-- keep https! --> <link rel='stylesheet' href='../../../code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css' type='text/css' /> </head> <body> <div id="menuWings" class="fixed"></div> <div id="page"> <script> var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase(); if(userAgent.indexOf('mac')>0){ $("head").append('<style type="text/css">@-moz-document url-prefix() {h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, th a, th a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wikitext h2 a:hover, #wikitext h3 a:hover, #wikitext h4 a:hover {padding-bottom: 0.5em!important;} #pageheader .search input{font-family: "TyponineSans Regular 18";} #pagefooter .monospace{margin-top: -4px;} #navWrapper ul.left &gt; li{margin-top: -2px; padding-bottom: 2px;}#navWrapper ul.right &gt; li{margin-top: -5px; padding-bottom: 5px;}#navWrapper ul.right &gt; li ul{margin-top: 4px;} .slider-container .fixed-caption p{padding:8px 0 14px 0}}</style>'); } </script> <!--[if IE]> <link rel='stylesheet' href='https://id.arduino.cc//css/ie-monospace.css' type='text/css' /> <![endif]--> <div id="menuWings" class="fixed"></div> <!--[if IE 8]> <div class="alert-box panel ie8alert"> <p><strong>Arduino.cc offers limited compatibility for Internet Explorer 8. Get a modern browser as Chrome, Firefox or Safari.</strong></p> <a href="" class="close">&times;</a> </div> <![endif]--> <div id="pageheader"> <div class="row" class="contain-to-grid"> <div class="small-6 large-8 eight columns"> <div class="title"><a href="http://www.arduino.cc/">Arduino</a></div> </div> <div class="small-6 large-4 four columns search"> <div class="row collapse"> <form method="GET" action="http://www.google.com/search"> <div class="small-12 twelve columns"> <i class="icon-search-2"></i> <input type="hidden" name="ie" value="UTF-8"> <input type="hidden" name="oe" value="UTF-8"> <input type="text" name="q" size="25" maxlength="255" value="" placeholder="Search the Arduino Website"> <input type="submit" name="btnG" VALUE="search"> <input type="hidden" name="domains" value="http://www.arduino.cc"> <input type="hidden" name="sitesearch" value="http://www.arduino.cc"> </div> </form> </div> </div> </div> <!--[if gte IE 9]><!--> <div id="navWrapper" class="sticky"> <!--<![endif]--> <!--[if IE 8]> <div id="navWrapper"> <![endif]--> <nav class="top-bar" data-options="is_hover:true" > <ul class="title-area"> <li class="name"></li> </ul> <section class="top-bar-section"> <ul class="left"> <li id="navLogo"> <a href="http://www.arduino.cc/"> <img src="../../img/logo_46.png" alt="userpicture" /> </a> </li> <li id="navHome"><a href="http://www.arduino.cc/">Home</a></li> <li><a href="http://store.arduino.cc/">Buy</a></li> <li><a href="http://www.arduino.cc/en/Main/Software">Download</a></li> <li class="has-dropdown"><a href="#">Products</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Main/Products">Arduino <span class="menudescription">(USA only)</span></a></li> <li><a href="http://www.arduino.cc/en/Main/GenuinoProducts">Genuino <span class="menudescription">(outside USA)</span></a></li> <li><a href="http://www.arduino.cc/en/ArduinoAtHeart/Products">AtHeart</a></li> <li><a href="http://www.arduino.cc/en/ArduinoCertified/Products">Certified</a></li> </ul> </li> <li class="has-dropdown active"><a href="#">Learning</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Guide/HomePage">Getting started</a></li> <li><a href="http://www.arduino.cc/en/Tutorial/HomePage">Tutorials</a></li> <li><a href="HomePage.html">Reference</a></li> <li><a href="http://www.arduino.cc/en/Main/CTCprogram">CTC Program</a></li> <li><a href="http://playground.arduino.cc/">Playground</a></li> </ul> </li> <li><a href="http://forum.arduino.cc/">Forum</a></li> <li class="has-dropdown"><a href="#">Support</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Main/FAQ">FAQ</a></li> <li><a href="http://www.arduino.cc/en/ContactUs">Contact Us</a></li> </ul> </li> <li><a href="http://blog.arduino.cc/">Blog</a></li> </ul> <ul class="right"> <li><a href="https://id.arduino.cc/auth/login/?returnurl=http%3A%2F%2Fwww.arduino.cc%2Fen%2FReference%2FUSBHostTask" class="cart">LOG IN</a></li> <li><a href="https://id.arduino.cc/auth/signup" class="cart">SIGN UP</a></li> </ul> </section> </nav> </div> </div> <br class="clear"/> <div id="pagetext"> <!--PageText--> <div id='wikitext'> <p><strong>Reference</strong> &nbsp; <a class='wikilink' href='HomePage.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a> </p> <p class='vspace'></p><p><a class='wikilink' href='USBHost.html'>USBHost</a> : <em><span class='wikiword'>USBHost</span></em> class </p> <p class='vspace'></p><h2>Task()</h2> <h4>Description</h4> <p>Task() polls connected usb devices for updates to their status. </p> <p class='vspace'></p><p>NB : If there is no activity on a connected USB device, task() will block all other calls for 5 second intervals. </p> <p class='vspace'></p><h4>Syntax</h4> <p><em>usb</em>.Task() </p> <p class='vspace'></p><h4>Parameters</h4> <p><em>usb</em> : the name of the USB controller object </p> <p class='vspace'></p><h4>Example</h4> <p> <div class='sourceblock ' id='sourceblock1'> <div class='sourceblocktext'><div class="arduino"><span class="co2">#include &lt;MouseController.h&gt;</span><br /> <br /> <span class="co1">// Initialize USB Controller</span><br /> USBHost usb<span class="sy0">;</span><br /> <br /> <span class="co1">// Attach mouse controller to USB</span><br /> MouseController mouse<span class="br0">&#40;</span>usb<span class="br0">&#41;</span><span class="sy0">;</span><br /> <br /> <span class="kw1">void</span> <span class="kw3">setup</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br /> &nbsp; <span class="kw1">Serial</span>.<span class="kw1">begin</span><span class="br0">&#40;</span><span class="nu0">9600</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> <span class="br0">&#125;</span><br /> <br /> <span class="kw1">void</span> <span class="kw3">loop</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br /> &nbsp; usb.<span class="me1">Task</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> <span class="br0">&#125;</span></div></div> <div class='sourceblocklink'><a href='http://www.arduino.cc/en/Reference/USBHostTask?action=sourceblock&amp;num=1' type='text/plain'>[Get Code]</a></div> </div> </p> <p class='vspace'></p><h4>See Also</h4> <ul><li><a class='wikilink' href='MouseControllerConstructor.html'>MouseController</a> </li><li><a class='wikilink' href='KeyboardControllerConstructor.html'>KeyboardController</a> </li><li><a class='wikilink' href='USBHost.html'>USBHost</a><br /><br /><a class='wikilink' href='HomePage.html'>Reference Home</a> </li></ul><p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em> </p> <p class='vspace'></p><p>The text of the Arduino reference is licensed under a <a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain. </p> </div> <!-- AddThis Button Style BEGIN --> <style> .addthis_toolbox { margin: 2em 0 1em; } .addthis_toolbox img { float: left; height: 25px; margin-right: 10px; width: auto; } .addthis_toolbox .social-container { float: left; height: 27px; width: auto; } .addthis_toolbox .social-container .social-content { float: left; margin-top: 2px; max-width: 0; overflow: hidden; -moz-transition: max-width .3s ease-out; -webkit-transition: max-width .3s ease-out; -o-transition: max-width .3s ease-out; transition: max-width .3s ease-out; } .addthis_toolbox .social-container:hover .social-content { max-width: 100px; -moz-transition: max-width .2s ease-in; -webkit-transition: max-width .2s ease-in; -o-transition: max-width .2s ease-in; transition: max-width .2s ease-in; } .addthis_toolbox .social-container .social-content a { float: left; margin-right: 5px; } .addthis_toolbox h3 { font-size: 24px; text-align: left; } </style> <!-- AddThis Button Style END --> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style"> <h3>Share</h3> <!-- FACEBOOK --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/facebook.png" /> <div class="social-content"> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> </div> </div> <!-- TWITTER --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/twitter.png"> <div class="social-content"> <a class="addthis_button_tweet"></a> </div> </div> <!-- PINTEREST --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/pinterest.png"> <div class="social-content"> <a class="addthis_button_pinterest_pinit" pi:pinit:url="//www.addthis.com/features/pinterest" pi:pinit:media="//www.addthis.com/cms-content/images/features/pinterest-lg.png"></a> </div> </div> <!-- G+ --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/gplus.png"> <div class="social-content"> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> </div> </div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50573fab238b0d34"></script> </div> <!-- AddThis Button END --> </div> <!-- eof pagetext --> </div> <!-- eof page --> <!--PageFooterFmt--> <div id="pagefooter"> <div id="newsletterModal" class="reveal-modal small"> <form action="http://www.arduino.cc/subscribe.php" method="post" name="sendy-subscribe-form" id="sendy-subscribe-form" class="form-popup"> <div class="modalHeader"> <h3 style="line-height: 1.8rem;" class="modal-header-alt">This link has expired. <br>Please re-subscribe to our Newsletters.</h3> <h3 class="modal-header-main">Subscribe to our Newsletters</h3> </div> <div class="modalBody" id="newsletterModalBody"> <div id="newsletterEmailField" class="row" style="padding-left: 0"> <div class="large-2 columns"> <label for="email" class="newsletter-form-label inline">Email</label> </div> <div class="large-10 columns" style="padding-left: 0"> <input placeholder="Enter your email address" type="email" name="email" class="subscribe-form-input" /> <p id="emailMissing" class="newsletterPopupError">Please enter a valid email to subscribe</p> </div> </div> <div style="margin-left:20px"> <div style="margin-bottom:0.3em"> <input style="display:none" type="checkbox" checked name="list[]" value="arduino_newsletter_id" id="worldwide" class="newsletter-form-checkbox" /> <label for="worldwide"></label> <div style="display:inline-block" class="newsletter-form-label">Arduino Newsletter</div> </div> <div> <input style="display:none" type="checkbox" checked name="list[]" value="arduino_store_newsletter_id" id="store" class="newsletter-form-checkbox" /> <label for="store"></label> <div style="display:inline-block" class="newsletter-form-label">Arduino Store Newsletter</div> </div> </div> <div> <p class="newsletterPopupError2" id="newsletterSubscribeStatus"></p> </div> </div> <div class="row modalFooter"> <div class="form-buttons-row"> <button type="button" value="Cancel" class="popup-form-button white cancel-modal close-reveal-modal">Cancel</button> <button type="submit" name="Subscribe" id="subscribe-submit-btn" class="popup-form-button">Next</button> </div> </div> </form> <!-- step 2, confirm popup --> <div class="confirm-popup" style="margin-bottom:1em"> <div class="modalHeader"> <h3>Confirm your email address</h3> </div> <div class="modalBody" id="newsletterModalBody" style="padding-right:1em;margin-bottom:0"> <p style="margin-bottom:1em;font-size:15px"> We need to confirm your email address.<br> To complete the subscription, please click the link in the email we just sent you. </p> <p style="margin-bottom:1em;font-size:15px"> Thank you for subscribing! </p> <p style="margin-bottom:1em;font-size:15px"> Arduino<br> via Egeo 16<br> Torino, 10131<br> Italy<br> </p> </div> <div class="row modalFooter"> <div class="form-buttons-row"> <button name="Ok" class="popup-form-button" id="close-confirm-popup">Ok</button> </div> </div> </div> </div> <div id="pagefooter" class="pagefooter"> <div class="row"> <div class="large-8 eight columns"> <div class="large-4 four columns newsletter-box"> <!-- Begin Sendy Signup Form --> <h6>Newsletter</h6> <div> <input type="email" name="email" class="email" id="sendy-EMAIL" placeholder="Enter your email to sign up"> <i class="icon-right-small"></i> <input value="Subscribe" name="subscribe" id="sendy-subscribe" class="newsletter-button"> </div> <!--End sendy_embed_signup--> </div> <div class="clearfix"></div> <ul class="inline-list"> <li class="monospace">&copy;2015 Arduino</li> <li><a href="http://www.arduino.cc/en/Main/CopyrightNotice">Copyright Notice</a></li> <li><a href='http://www.arduino.cc/en/Main/ContactUs'>Contact us</a></li> <li><a href='http://www.arduino.cc/en/Main/AboutUs'>About us</a></li> <li><a href='http://www.arduino.cc/Careers'>Careers</a></li> </ul> </div> <div class="large-4 four columns"> <ul id="arduinoSocialLinks" class="arduino-social-links"> <li> <a href="https://twitter.com/arduino"> <img src="../../img/twitter.png" /> </a> </li> <li> <a href="https://www.facebook.com/official.arduino"> <img src="../../img/facebook.png" /> </a> </li> <li> <a href="https://plus.google.com/+Arduino"> <img src="../../img/gplus.png" /> </a> </li> <li> <a href="https://www.flickr.com/photos/arduino_cc"> <img src="../../img/flickr.png" /> </a> </li> <li> <a href="https://youtube.com/arduinoteam"> <img src="../../img/youtube.png" /> </a> </li> </ul> </div> </div> </div> </div> <!--/PageFooterFmt--> <!--[if gte IE 9]><!--> <script src="http://arduino.cc/js/foundation.min.js"></script> <script src="http://arduino.cc/js/foundation.topbar.custom.js"></script> <script> $(document).foundation(); </script> <!--<![endif]--> <!--[if IE 8]> <script src="//arduino.cc/js/foundation_ie8.min.js"></script> <script src="//arduino.cc/js/ie8/jquery.foundation.orbit.js"></script> <script src="//arduino.cc/js/ie8/jquery.foundation.alerts.js"></script> <script src="//arduino.cc/js/app.js"></script> <script> $(window).load(function(){ $("#featured").orbit(); }); </script> <![endif]--> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22581631-3']); _gaq.push(['_setDomainName', 'arduino.cc']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script> $(window).load(function(){ $('a').each (function () { href = $(this).attr ('href'); if (href !== undefined && href.substring (0, 4) == 'http' && href.indexOf ('https://www.arduino.cc/en/Reference/arduino.cc') == -1) $(this).attr ('target', '_blank'); }); // js for language dropdown $('.language-dropdown .current').on('click', function(e){ e.stopPropagation(); $('.language-dropdown ul').toggle(); }); $('.language-dropdown .selector').on('click', function(e){ e.stopPropagation(); $('.language-dropdown ul').toggle(); }); $(document).on('click', function(){ $('.language-dropdown ul:visible').hide(); }); $('.language-dropdown li a').on('click', function(e){ $('.language-dropdown .current').text($(this).text()); }); //js for product pages navbar var menu = $(".product-page-nav"); var menuItems = menu.find("a"); var timeoutId = null; var limitTop = 600; var menuOffset = $('.product-page-nav li').first().offset(); if(menuOffset) { limitTop = menuOffset.top; } var limitBottom = $('.addthis_toolbox').offset().top; var activateSection = function($sectionToActivate) { var label=$sectionToActivate.attr('label'); $(".product-page-nav").find('li').removeClass('active'); $sectionToActivate.addClass('active'); }; menuItems.click(function(e){ e.preventDefault(); var href = $(this).attr("href"), offsetTop = href === "#" ? 0 : $(href).offset().top, adjust = 0; if($(this).parent('li').hasClass('active') === false) { adjust = 80; $('html, body').animate({ scrollTop: offsetTop - adjust }, 1500, 'easeOutExpo'); } }); $(window).scroll(function () { var windscroll = $(window).scrollTop(); if(windscroll < limitTop) { $('.menu').removeClass('sticky'); $('.menu').removeClass('fixed'); } else { $('.menu').addClass('sticky'); } var menuEdgeBottomOffset = $('.menu.columns').offset(); var menuEdgeBottom = 0; if(menuEdgeBottomOffset) { menuEdgeBottom = menuEdgeBottomOffset.top + $('.menu.columns').height(); } if(menuEdgeBottom > limitBottom) { $('.menu').fadeOut(); } else { $('.menu').fadeIn(); } menuItems.each(function(i) { var href = $(this).attr("href"); if ($(href).offset().top <= windscroll + 150) { if(timeoutId) { clearTimeout(timeoutId); } timeoutId = setTimeout(activateSection, 60, $(".product-page-nav").find('li').eq(i)); } }); }); }); </script> </body> <!-- Mirrored from www.arduino.cc/en/Reference/USBHostTask by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:02 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> </html>
web/assets/plugins/animate.css/source/zooming_exits/zoomOutDown.css
afup/back-office
@keyframes zoomOutDown { 40% { opacity: 1; transform: scale(.475) translateY(-60px); animation-timing-function: linear; } 100% { opacity: 0; transform: scale(.1) translateY(2000px); transform-origin: center bottom; } } .zoomOutDown { animation-name: zoomOutDown; }
data/president/n400000900000000/20160118194557/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/option.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺中市 烏日區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">11,211</td> <td class="tdAlignRight">28.3342</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>◎</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">22,315</td> <td class="tdAlignRight">56.3980</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">6,041</td> <td class="tdAlignRight">15.2678</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="left"><div id="divForArea"></div>&nbsp;</td> </tr> <!--<tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;38/38&nbsp;</td> </tr>--> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sun, 17 Jan 2016 15:58:29 +0800" title="Sun, 17 Jan 2016 15:58:29 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;23:17:16&nbsp;</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> <script>goSelArea();</script> </body> </html>
out/production/ConsoleParser/commons-lang3-3.3.2/apidocs/org/apache/commons/lang3/math/class-use/NumberUtils.html
icl7126/PlayConsoleSQL-parser
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.commons.lang3.math.NumberUtils (Apache Commons Lang 3.3.2 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.lang3.math.NumberUtils (Apache Commons Lang 3.3.2 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/lang3/math/NumberUtils.html" title="class in org.apache.commons.lang3.math">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/lang3/math/class-use/NumberUtils.html" target="_top">Frames</a></li> <li><a href="NumberUtils.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.lang3.math.NumberUtils" class="title">Uses of Class<br>org.apache.commons.lang3.math.NumberUtils</h2> </div> <div class="classUseContainer">No usage of org.apache.commons.lang3.math.NumberUtils</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/lang3/math/NumberUtils.html" title="class in org.apache.commons.lang3.math">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/lang3/math/class-use/NumberUtils.html" target="_top">Frames</a></li> <li><a href="NumberUtils.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; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
wp-content/themes/sensible/layouts/content-sidebar.css
israelcidade/futurus02
/* Theme Name: Sensible WP Layout: Content-Sidebar */ .content-area { float: left; margin: 0 -25% 0 0; width: 100%; } .site-main { margin: 0 25% 0 0; } .site-content .widget-area { float: right; overflow: hidden; width: 25%; } .site-footer { clear: both; width: 100%; }
doc/pair_brownian.html
ParticulateFlow/LIGGGHTS-PUBLIC
<HTML> <CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> </CENTER> <HR> <H3>pair_style brownian command </H3> <H3>pair_style brownian/omp command </H3> <H3>pair_style brownian/poly command </H3> <H3>pair_style brownian/poly/omp command </H3> <P><B>Syntax:</B> </P> <PRE>pair_style style mu flaglog flagfld cutinner cutoff t_target seed flagHI flagVF </PRE> <UL><LI>style = <I>brownian</I> or <I>brownian/poly</I> <LI>mu = dynamic viscosity (dynamic viscosity units) <LI>flaglog = 0/1 log terms in the lubrication approximation on/off <LI>flagfld = 0/1 to include/exclude Fast Lubrication Dynamics effects <LI>cutinner = inner cutoff distance (distance units) <LI>cutoff = outer cutoff for interactions (distance units) <LI>t_target = target temp of the system (temperature units) <LI>seed = seed for the random number generator (positive integer) <LI>flagHI (optional) = 0/1 to include/exclude 1/r hydrodynamic interactions <LI>flagVF (optional) = 0/1 to include/exclude volume fraction corrections in the long-range isotropic terms </UL> <P><B>Examples:</B> </P> <PRE>pair_style brownian 1.5 1 1 2.01 2.5 2.0 5878567 (assuming radius = 1) pair_coeff 1 1 2.05 2.8 pair_coeff * * </PRE> <P><B>Description:</B> </P> <P>Styles <I>brownian</I> and <I>brownain/poly</I> compute Brownian forces and torques on finite-size particles. The former requires monodisperse spherical particles; the latter allows for polydisperse spherical particles. </P> <P>These pair styles are designed to be used with either the <A HREF = "pair_lubricate.html">pair_style lubricate</A> or <A HREF = "pair_lubricateU.html">pair_style lubricateU</A> commands to provide thermostatting when dissipative lubrication forces are acting. Thus the parameters <I>mu</I>, <I>flaglog</I>, <I>flagfld</I>, <I>cutinner</I>, and <I>cutoff</I> should be specified consistent with the settings in the lubrication pair styles. For details, refer to either of the lubrication pair styles. </P> <P>The <I>t_target</I> setting is used to specify the target temperature of the system. The random number <I>seed</I> is used to generate random numbers for the thermostatting procedure. </P> <P>The <I>flagHI</I> and <I>flagVF</I> settings are optional. Neither should be used, or both must be defined. </P> <HR> <P>The following coefficients must be defined for each pair of atoms types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as in the examples above, or in the data file or restart files read by the <A HREF = "read_data.html">read_data</A> or <A HREF = "read_restart.html">read_restart</A> commands, or by mixing as described below: </P> <UL><LI>cutinner (distance units) <LI>cutoff (distance units) </UL> <P>The two coefficients are optional. If neither is specified, the two cutoffs specified in the pair_style command are used. Otherwise both must be specified. </P> <HR> <P>Styles with a <I>cuda</I>, <I>gpu</I>, <I>omp</I>, or <I>opt</I> suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed in <A HREF = "Section_accelerate.html">this section</A> of the manual. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues. </P> <P>These accelerated styles are part of the USER-CUDA, GPU, USER-OMP and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A> section for more info. </P> <P>You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the <A HREF = "Section_start.html#start_7">-suffix command-line switch</A> when you invoke LAMMPS, or you can use the <A HREF = "suffix.html">suffix</A> command in your input script. </P> <P>See <A HREF = "Section_accelerate.html">this section</A> of the manual for more instructions on how to use the accelerated styles effectively. </P> <HR> <P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>: </P> <P>For atom type pairs I,J and I != J, the two cutoff distances for this pair style can be mixed. The default mix value is <I>geometric</I>. See the "pair_modify" command for details. </P> <P>This pair style does not support the <A HREF = "pair_modify.html">pair_modify</A> shift option for the energy of the pair interaction. </P> <P>The <A HREF = "pair_modify.html">pair_modify</A> table option is not relevant for this pair style. </P> <P>This pair style does not support the <A HREF = "pair_modify.html">pair_modify</A> tail option for adding long-range tail corrections to energy and pressure. </P> <P>This pair style writes its information to <A HREF = "restart.html">binary restart files</A>, so pair_style and pair_coeff commands do not need to be specified in an input script that reads a restart file. </P> <P>This pair style can only be used via the <I>pair</I> keyword of the <A HREF = "run_style.html">run_style respa</A> command. It does not support the <I>inner</I>, <I>middle</I>, <I>outer</I> keywords. </P> <HR> <P><B>Restrictions:</B> </P> <P>These styles are part of the FLD package. They are only enabled if LAMMPS was built with that package. See the <A HREF = "Section_start.html#2_3">Making LAMMPS</A> section for more info. </P> <P>Only spherical monodisperse particles are allowed for pair_style brownian. </P> <P>Only spherical particles are allowed for pair_style brownian/poly. </P> <P><B>Related commands:</B> </P> <P><A HREF = "pair_coeff.html">pair_coeff</A>, <A HREF = "pair_lubricate.html">pair_style lubricate</A>, <A HREF = "pair_lubricateU.html">pair_style lubricateU</A> </P> <P><B>Default:</B> </P> <P>The default settings for the optional args are flagHI = 1 and flagVF = 1. </P> </HTML>
lms/templates/seq_module.html
MakeHer/edx-platform
<%! from django.utils.translation import ugettext as _ %> <div id="sequence_${element_id}" class="sequence" data-id="${item_id}" data-position="${position}" data-ajax-url="${ajax_url}" > <div class="path"></div> <div class="sequence-nav"> <button class="sequence-nav-button button-previous"> <span class="icon fa fa-chevron-prev" aria-hidden="true"></span><span class="sr">${_('Previous')}</span> </button> <nav class="sequence-list-wrapper" aria-label="${_('Unit')}"> <ol id="sequence-list"> % for idx, item in enumerate(items): ## TODO (vshnayder): add item.progress_detail either to the title or somewhere else. ## Make sure it gets updated after ajax calls. ## implementation note: will need to figure out how to handle combining detail ## statuses of multiple modules in js. <li> <a class="seq_${item['type']} inactive progress-${item['progress_status']} nav-item" data-id="${item['id']}" data-element="${idx+1}" href="javascript:void(0);" data-page-title="${item['page_title']|h}" data-path="${item['path']|h}" aria-controls="seq_contents_${idx}" id="tab_${idx}" tabindex="0"> <i class="icon fa seq_${item['type']}" aria-hidden="true"></i> <i class="fa fa-fw fa-bookmark bookmark-icon ${"is-hidden" if not item['bookmarked'] else "bookmarked"}" aria-hidden="true"></i> <p><span class="sr">${item['type']}</span> ${item['title']}<span class="sr bookmark-icon-sr">&nbsp;${_("Bookmarked") if item['bookmarked'] else ""}</span></p> </a> </li> % endfor </ol> </nav> <button class="sequence-nav-button button-next"> <span class="icon fa fa-chevron-next" aria-hidden="true"></span><span class="sr">${_('Next')}</span> </button> </div> <div class="sr-is-focusable" tabindex="-1"></div> % for idx, item in enumerate(items): <div id="seq_contents_${idx}" aria-labelledby="tab_${idx}" aria-hidden="true" class="seq_contents tex2jax_ignore asciimath2jax_ignore"> ${item['content'] | h} </div> % endfor <div id="seq_content"></div> <nav class="sequence-bottom" aria-label="${_('Section')}"> <button class="sequence-nav-button button-previous"> <span class="icon fa fa-chevron-prev" aria-hidden="true"></span><span class="sr">${_('Previous')}</span> </button> <button class="sequence-nav-button button-next"> <span class="icon fa fa-chevron-next" aria-hidden="true"></span><span class="sr">${_('Next')}</span> </button> </nav> </div> <script type="text/javascript"> var sequenceNav; $(document).ready(function() { sequenceNav = new SequenceNav($('.sequence-nav')); }); </script>
earth_enterprise/src/fusion/portableglobe/cutter/htdocs/cutter/css/main.css
tst-mswartz/earthenterprise
/* * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* TODO: High-level file comment. */ /* Blueprint overrides */ body {font-size:75%;color:#222;background:#fff;font-family:"Arial", Helvetica, sans-serif;} .page_header { font: bold 22px Arial, sans-serif; } .section_header { font: bold 16px Arial, sans-serif; } .field_title { font: 13px Arial, sans-serif;padding-right:13px; } .field_hint { font: 13px Arial, sans-serif; color:#666; } .text_callout { font: bold 13px Arial, sans-serif; color:#666; } .text_status { font: 12px Arial, sans-serif; color:#888; } .text_status_warn { font: 12px Arial, sans-serif; color:#F00; } .text_globe { font: bold 13px Arial, sans-serif; color:#006; } p {font-size: 13px;color:fff;font-family:"Arial", Helvetica, sans-serif;}
validator/testdata/amp4email_feature_tests/no_latest_extensions.html
alanorozco/amphtml
<!-- Test Description: This checks that "latest" versions of extensions are not valid. --> <!doctype html> <html ⚡4email data-css-strict> <head> <meta charset="utf-8"> <style amp4email-boilerplate>body{visibility:hidden}</style> <script async src="https://cdn.ampproject.org/v0.js"></script> <script async custom-element="amp-accordion" src="https://cdn.ampproject.org/v0/amp-accordion-latest.js"></script> <script async custom-element="amp-anim" src="https://cdn.ampproject.org/v0/amp-anim-latest.js"></script> <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-latest.js"></script> <script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-latest.js"></script> <script async custom-element="amp-fit-text" src="https://cdn.ampproject.org/v0/amp-fit-text-latest.js"></script> <script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-latest.js"></script> <script async custom-element="amp-list" src="https://cdn.ampproject.org/v0/amp-list-latest.js"></script> <script async custom-element="amp-selector" src="https://cdn.ampproject.org/v0/amp-selector-latest.js"></script> <script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-latest.js"></script> <script async custom-element="amp-timeago" src="https://cdn.ampproject.org/v0/amp-timeago-latest.js"></script> <script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-latest.js"></script> </head> <body> Hello, world. </body> </html>
user_guide/helpers/date_helper.html
ralphsaunders/Just-Write
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Date Helper : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.0.2</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Date Helper </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Date Helper</h1> <p>The Date Helper file contains functions that help you work with dates.</p> <h2>Loading this Helper</h2> <p>This helper is loaded using the following code:</p> <code>$this->load->helper('date');</code> <p>The following functions are available:</p> <h2>now()</h2> <p>Returns the current time as a Unix timestamp, referenced either to your server's local time or GMT, based on the "time reference" setting in your config file. If you do not intend to set your master time reference to GMT (which you'll typically do if you run a site that lets each user set their own timezone settings) there is no benefit to using this function over PHP's time() function. </p> <h2>mdate()</h2> <p>This function is identical to PHPs <a href="http://www.php.net/date">date()</a> function, except that it lets you use MySQL style date codes, where each code letter is preceded with a percent sign: %Y %m %d etc.</p> <p>The benefit of doing dates this way is that you don't have to worry about escaping any characters that are not date codes, as you would normally have to do with the date() function. Example:</p> <code>$datestring = "Year: %Y Month: %m Day: %d - %h:%i %a";<br /> $time = time();<br /> <br /> echo mdate($datestring, $time);</code> <p>If a timestamp is not included in the second parameter the current time will be used.</p> <h2>standard_date()</h2> <p>Lets you generate a date string in one of several standardized formats. Example:</p> <code> $format = 'DATE_RFC822';<br /> $time = time();<br /> <br /> echo standard_date($format, $time); </code> <p>The first parameter must contain the format, the second parameter must contain the date as a Unix timestamp.</p> <p>Supported formats:</p> <table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder"> <tr> <th>Constant</th> <th>Description</th> <th>Example</th> </tr> <tr> <td>DATE_ATOM</td> <td>Atom</td> <td>2005-08-15T16:13:03+0000</td> </tr> <tr> <td>DATE_COOKIE</td> <td>HTTP Cookies</td> <td>Sun, 14 Aug 2005 16:13:03 UTC</td> </tr> <tr> <td>DATE_ISO8601</td> <td>ISO-8601</td> <td>2005-08-14T16:13:03+00:00</td> </tr> <tr> <td>DATE_RFC822</td> <td>RFC 822</td> <td>Sun, 14 Aug 05 16:13:03 UTC</td> </tr> <tr> <td>DATE_RFC850</td> <td>RFC 850</td> <td>Sunday, 14-Aug-05 16:13:03 UTC</td> </tr> <tr> <td>DATE_RFC1036</td> <td>RFC 1036</td> <td>Sunday, 14-Aug-05 16:13:03 UTC</td> </tr> <tr> <td>DATE_RFC1123</td> <td>RFC 1123</td> <td>Sun, 14 Aug 2005 16:13:03 UTC</td> </tr> <tr> <td>DATE_RFC2822</td> <td>RFC 2822</td> <td>Sun, 14 Aug 2005 16:13:03 +0000</td> </tr> <tr> <td>DATE_RSS</td> <td>RSS</td> <td>Sun, 14 Aug 2005 16:13:03 UTC</td> </tr> <tr> <td>DATE_W3C</td> <td>World Wide Web Consortium</td> <td>2005-08-14T16:13:03+0000</td> </tr> </table> <h2>local_to_gmt()</h2> <p>Takes a Unix timestamp as input and returns it as GMT. Example:</p> <code>$now = time();<br /> <br /> $gmt = local_to_gmt($now);</code> <h2>gmt_to_local()</h2> <p>Takes a Unix timestamp (referenced to GMT) as input, and converts it to a localized timestamp based on the timezone and Daylight Saving time submitted. Example:</p> <code> $timestamp = '1140153693';<br /> $timezone = 'UM8';<br /> $daylight_saving = TRUE;<br /> <br /> echo gmt_to_local($timestamp, $timezone, $daylight_saving);</code> <p><strong>Note:</strong> For a list of timezones see the reference at the bottom of this page.</p> <h2>mysql_to_unix()</h2> <p>Takes a MySQL Timestamp as input and returns it as Unix. Example:</p> <code>$mysql = '20061124092345';<br /> <br /> $unix = mysql_to_unix($mysql);</code> <h2>unix_to_human()</h2> <p>Takes a Unix timestamp as input and returns it in a human readable format with this prototype:</p> <code>YYYY-MM-DD HH:MM:SS AM/PM</code> <p>This can be useful if you need to display a date in a form field for submission.</p> <p>The time can be formatted with or without seconds, and it can be set to European or US format. If only the timestamp is submitted it will return the time without seconds formatted for the U.S. Examples:</p> <code>$now = time();<br /> <br /> echo unix_to_human($now); // U.S. time, no seconds<br /> <br /> echo unix_to_human($now, TRUE, 'us'); // U.S. time with seconds<br /> <br /> echo unix_to_human($now, TRUE, 'eu'); // Euro time with seconds</code> <h2>human_to_unix()</h2> <p>The opposite of the above function. Takes a "human" time as input and returns it as Unix. This function is useful if you accept "human" formatted dates submitted via a form. Returns FALSE (boolean) if the date string passed to it is not formatted as indicated above. Example:</p> <code>$now = time();<br /> <br /> $human = unix_to_human($now);<br /> <br /> $unix = human_to_unix($human);</code> <h2>timespan()</h2> <p>Formats a unix timestamp so that is appears similar to this:</p> <code>1 Year, 10 Months, 2 Weeks, 5 Days, 10 Hours, 16 Minutes</code> <p>The first parameter must contain a Unix timestamp. The second parameter must contain a timestamp that is greater that the first timestamp. If the second parameter empty, the current time will be used. The most common purpose for this function is to show how much time has elapsed from some point in time in the past to now. Example:</p> <code>$post_date = '1079621429';<br /> $now = time();<br /> <br /> echo timespan($post_date, $now);</code> <p class="important"><strong>Note:</strong> The text generated by this function is found in the following language file: language/&lt;your_lang&gt;/date_lang.php</p> <h2>days_in_month()</h2> <p>Returns the number of days in a given month/year. Takes leap years into account. Example:</p> <code>echo days_in_month(06, 2005);</code> <p>If the second parameter is empty, the current year will be used.</p> <h2>timezones()</h2> <p> Takes a timezone reference (for a list of valid timezones, see the &quot;Timezone Reference&quot; below) and returns the number of hours offset from UTC.</p> <p><code>echo timezones('UM5');</code></p> <p>This function is useful when used with timezone_menu(). </p> <h2>timezone_menu()</h2> <p>Generates a pull-down menu of timezones, like this one:</p> <form action="#"> <select name="timezones"> <option value='UM12'>(UTC - 12:00) Enitwetok, Kwajalien</option> <option value='UM11'>(UTC - 11:00) Nome, Midway Island, Samoa</option> <option value='UM10'>(UTC - 10:00) Hawaii</option> <option value='UM9'>(UTC - 9:00) Alaska</option> <option value='UM8'>(UTC - 8:00) Pacific Time</option> <option value='UM7'>(UTC - 7:00) Mountain Time</option> <option value='UM6'>(UTC - 6:00) Central Time, Mexico City</option> <option value='UM5'>(UTC - 5:00) Eastern Time, Bogota, Lima, Quito</option> <option value='UM4'>(UTC - 4:00) Atlantic Time, Caracas, La Paz</option> <option value='UM25'>(UTC - 3:30) Newfoundland</option> <option value='UM3'>(UTC - 3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.</option> <option value='UM2'>(UTC - 2:00) Mid-Atlantic, Ascention Is., St Helena</option> <option value='UM1'>(UTC - 1:00) Azores, Cape Verde Islands</option> <option value='UTC' selected='selected'>(UTC) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia</option> <option value='UP1'>(UTC + 1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome</option> <option value='UP2'>(UTC + 2:00) Kaliningrad, South Africa, Warsaw</option> <option value='UP3'>(UTC + 3:00) Baghdad, Riyadh, Moscow, Nairobi</option> <option value='UP25'>(UTC + 3:30) Tehran</option> <option value='UP4'>(UTC + 4:00) Adu Dhabi, Baku, Muscat, Tbilisi</option> <option value='UP35'>(UTC + 4:30) Kabul</option> <option value='UP5'>(UTC + 5:00) Islamabad, Karachi, Tashkent</option> <option value='UP45'>(UTC + 5:30) Bombay, Calcutta, Madras, New Delhi</option> <option value='UP6'>(UTC + 6:00) Almaty, Colomba, Dhaka</option> <option value='UP7'>(UTC + 7:00) Bangkok, Hanoi, Jakarta</option> <option value='UP8'>(UTC + 8:00) Beijing, Hong Kong, Perth, Singapore, Taipei</option> <option value='UP9'>(UTC + 9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk</option> <option value='UP85'>(UTC + 9:30) Adelaide, Darwin</option> <option value='UP10'>(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok</option> <option value='UP11'>(UTC + 11:00) Magadan, New Caledonia, Solomon Islands</option> <option value='UP12'>(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Island</option> </select> </form> <p>This menu is useful if you run a membership site in which your users are allowed to set their local timezone value.</p> <p>The first parameter lets you set the "selected" state of the menu. For example, to set Pacific time as the default you will do this:</p> <code>echo timezone_menu('UM8');</code> <p>Please see the timezone reference below to see the values of this menu.</p> <p>The second parameter lets you set a CSS class name for the menu.</p> <p class="important"><strong>Note:</strong> The text contained in the menu is found in the following language file: language/&lt;your_lang&gt;/date_lang.php</p> <h2>Timezone Reference</h2> <p>The following table indicates each timezone and its location.</p> <table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder"> <tr> <th>Time Zone</th> <th>Location</th> </tr><tr> <td class="td">UM12</td><td class="td">(UTC - 12:00) Enitwetok, Kwajalien</td> </tr><tr> <td class="td">UM11</td><td class="td">(UTC - 11:00) Nome, Midway Island, Samoa</td> </tr><tr> <td class="td">UM10</td><td class="td">(UTC - 10:00) Hawaii</td> </tr><tr> <td class="td">UM9</td><td class="td">(UTC - 9:00) Alaska</td> </tr><tr> <td class="td">UM8</td><td class="td">(UTC - 8:00) Pacific Time</td> </tr><tr> <td class="td">UM7</td><td class="td">(UTC - 7:00) Mountain Time</td> </tr><tr> <td class="td">UM6</td><td class="td">(UTC - 6:00) Central Time, Mexico City</td> </tr><tr> <td class="td">UM5</td><td class="td">(UTC - 5:00) Eastern Time, Bogota, Lima, Quito</td> </tr><tr> <td class="td">UM4</td><td class="td">(UTC - 4:00) Atlantic Time, Caracas, La Paz</td> </tr><tr> <td class="td">UM25</td><td class="td">(UTC - 3:30) Newfoundland</td> </tr><tr> <td class="td">UM3</td><td class="td">(UTC - 3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.</td> </tr><tr> <td class="td">UM2</td><td class="td">(UTC - 2:00) Mid-Atlantic, Ascention Is., St Helena</td> </tr><tr> <td class="td">UM1</td><td class="td">(UTC - 1:00) Azores, Cape Verde Islands</td> </tr><tr> <td class="td">UTC</td><td class="td">(UTC) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia</td> </tr><tr> <td class="td">UP1</td><td class="td">(UTC + 1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome</td> </tr><tr> <td class="td">UP2</td><td class="td">(UTC + 2:00) Kaliningrad, South Africa, Warsaw</td> </tr><tr> <td class="td">UP3</td><td class="td">(UTC + 3:00) Baghdad, Riyadh, Moscow, Nairobi</td> </tr><tr> <td class="td">UP25</td><td class="td">(UTC + 3:30) Tehran</td> </tr><tr> <td class="td">UP4</td><td class="td">(UTC + 4:00) Adu Dhabi, Baku, Muscat, Tbilisi</td> </tr><tr> <td class="td">UP35</td><td class="td">(UTC + 4:30) Kabul</td> </tr><tr> <td class="td">UP5</td><td class="td">(UTC + 5:00) Islamabad, Karachi, Tashkent</td> </tr><tr> <td class="td">UP45</td><td class="td">(UTC + 5:30) Bombay, Calcutta, Madras, New Delhi</td> </tr><tr> <td class="td">UP6</td><td class="td">(UTC + 6:00) Almaty, Colomba, Dhaka</td> </tr><tr> <td class="td">UP7</td><td class="td">(UTC + 7:00) Bangkok, Hanoi, Jakarta</td> </tr><tr> <td class="td">UP8</td><td class="td">(UTC + 8:00) Beijing, Hong Kong, Perth, Singapore, Taipei</td> </tr><tr> <td class="td">UP9</td><td class="td">(UTC + 9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk</td> </tr><tr> <td class="td">UP85</td><td class="td">(UTC + 9:30) Adelaide, Darwin</td> </tr><tr> <td class="td">UP10</td><td class="td">(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok</td> </tr><tr> <td class="td">UP11</td><td class="td">(UTC + 11:00) Magadan, New Caledonia, Solomon Islands</td> </tr><tr> <td class="td">UP12</td><td class="td">(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Island</td> </tr> </table> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="cookie_helper.html">Cookie Helper</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="directory_helper.html">Directory Helper</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2011 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> </body> </html>
postfix/help/opt_ipc_timeout.ca.html
HasClass0/webmin
<header>Temps límit d'E/S en els canals interns de comunicació</header> <center><tt>ipc_timeout</tt></center> <hr> El paràmetre un temps límit en segons per a l'E/S als canals de comunicació interns. EL propòsit és trencar situacions de <i>deadlock</i>. Si s'excedeix el temps límit, el porgramari avorta amb un error fatal. <hr>
native_client_sdk/src/gonacl_appengine/static/index.html
scheib/chromium
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <meta http-equiv="origin-trial" content="AnnZaSfBggcmPxgNMYPXgW7tVBy3HoIkgSysHge4o7QT7U/n3Sr89HvKuJwNtPxgZ9Z/cs6TzbUy6F+glrMQngIAAABZeyJvcmlnaW4iOiJodHRwczovL2dvbmF0aXZlY2xpZW50LmFwcHNwb3QuY29tOjQ0MyIsImZlYXR1cmUiOiJQTmFDbCIsImV4cGlyeSI6MTU3NTQxNzU5OX0="> <title>PNaCl Demos</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,700"> <link href="/static/css/out/site.css" rel="stylesheet"> </head> <body> <nav> <h1>PNaCl Demos</h1> <ul></ul> </nav> <section> </section> <div id="not-chrome" class="error" hidden> <div class="message"> <h1>Sorry!</h1> <img src="/static/css/out/robot.png"> <p>Sorry, these demos require desktop Chrome.</p> <p> Take a look at <a href="http://trypepperjs.appspot.com/">pepper.js</a> instead! </p> </div> </div> <div id="old-chrome" class="error" hidden> <div class="message"> <h1>Whoa, hold on!</h1> <img src="/static/css/out/wrench.png"> <p> PNaCl is only available on Chrome 31 or greater. </p> <p> If you'd like to play with these stunning demos, you can <a href="https://support.google.com/chrome/answer/95414?hl=en">update Chrome</a>. </p> </div> </div> </body> <script src="/static/frame.js"></script> </html>
third_party/blink/web_tests/editing/selection/extend/extend_selection_15_rtl_right_character.html
scheib/chromium
<!doctype html> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <script src="../../assert_selection.js"></script> <script> selection_test( '<div contenteditable dir="rtl">|\n Just\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">|\n Just\n <span>testing what</span>\n ever\n</div>', '15-0 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n| Just\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n| Just\n <span>testing what</span>\n ever\n</div>', '15-1 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n |Just\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n |Just\n <span>testing what</span>\n ever\n</div>', '15-2 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n J|ust\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n |J^ust\n <span>testing what</span>\n ever\n</div>', '15-3 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Ju|st\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n J|u^st\n <span>testing what</span>\n ever\n</div>', '15-4 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Jus|t\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Ju|s^t\n <span>testing what</span>\n ever\n</div>', '15-5 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just|\n <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Jus|t^\n <span>testing what</span>\n ever\n</div>', '15-6 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n| <span>testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just|\n^ <span>testing what</span>\n ever\n</div>', '15-7 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>|testing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just|\n^ <span>testing what</span>\n ever\n</div>', '15-8 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>t|esting what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>|t^esting what</span>\n ever\n</div>', '15-9 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>te|sting what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>t|e^sting what</span>\n ever\n</div>', '15-10 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>tes|ting what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>te|s^ting what</span>\n ever\n</div>', '15-11 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>test|ing what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>tes|t^ing what</span>\n ever\n</div>', '15-12 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testi|ng what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>test|i^ng what</span>\n ever\n</div>', '15-13 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testin|g what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testi|n^g what</span>\n ever\n</div>', '15-14 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing| what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testin|g^ what</span>\n ever\n</div>', '15-15 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing |what</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing| ^what</span>\n ever\n</div>', '15-16 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing w|hat</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing |w^hat</span>\n ever\n</div>', '15-17 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing wh|at</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing w|h^at</span>\n ever\n</div>', '15-18 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing wha|t</span>\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing wh|a^t</span>\n ever\n</div>', '15-19 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>|\n ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing wha|t^</span>\n ever\n</div>', '15-20 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n| ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>|\n^ ever\n</div>', '15-21 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n |ever\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>|\n^ ever\n</div>', '15-22 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n e|ver\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n |e^ver\n</div>', '15-23 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n ev|er\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n e|v^er\n</div>', '15-24 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n eve|r\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n ev|e^r\n</div>', '15-25 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n ever|\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n eve|r^\n</div>', '15-26 rtl right character'); selection_test( '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n ever\n|</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="rtl">\n Just\n <span>testing what</span>\n eve|r^\n</div>', '15-27 rtl right character'); </script>
third_party/blink/web_tests/virtual/focusless-spat-nav/fast/spatial-navigation/focusless/snav-focusless-disconnected-document.html
chromium/chromium
<!DOCTYPE html> <script src="../../../../../resources/testharness.js"></script> <script src="../../../../../resources/testharnessreport.js"></script> <script src="../../../../../fast/spatial-navigation/resources/snav-testharness.js"></script> <style> div { width: 100px; height: 100px; margin: 5px; border: 1px solid black; } </style> <div id="first" tabindex="0">First</div> <iframe id="iframe" srcdoc="<!DOCTYPE html> <style> div { width: 100px; height: 100px; margin: 5px; border: 1px solid black; } </style> <div id='inner' tabindex='0'>Inner</div>"></iframe> <div id="second" tabindex="0">Second</div> <div id="third" tabindex="0">Third</div> <script> // This test checks that interest is correctly reset when the interested // element is in a document that's been detached (e.g. navigated away). const t = async_test("Interested element's document is detached."); addEventListener('load', t.step_func(() => { let first = document.getElementById("first"); let inner = window.frames[0].document.getElementById('inner'); let iframe = document.getElementById("iframe"); let second = document.getElementById("second"); let third = document.getElementById("third"); assert_true(!!window.internals); // Move interest to 'inner'. snav.triggerMove('Down'); // move to first snav.triggerMove('Down'); // move to iframe snav.triggerMove('Down'); // move to inner // Enter focus into 'second' assert_equals(window.internals.interestedElement, inner, "'inner' element has interest"); // Navigate the iframe to about:blank. This should reset interest. iframe.addEventListener('load', t.step_func(() => { assert_equals(window.internals.interestedElement, null, "Interested element cleared after navigating document"); // Send down arrow key. Should start navigation from top of page and focus // 'first'. snav.triggerMove('Down'); assert_equals(window.internals.interestedElement, first, "Navigating after reset starts at document top"); t.done(); })); window.frames[0].window.location = 'about:blank'; })); </script>
third_party/blink/web_tests/editing/selection/extend/extend_selection_13_ltr_right_character.html
scheib/chromium
<!doctype html> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <script src="../../assert_selection.js"></script> <script> selection_test( '<div contenteditable dir="ltr">|\nabc efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\n^a|bc efd dabeb\n</div>', '13-0 ltr right character'); selection_test( '<div contenteditable dir="ltr">\n|abc efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\n^a|bc efd dabeb\n</div>', '13-1 ltr right character'); selection_test( '<div contenteditable dir="ltr">\na|bc efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\na^b|c efd dabeb\n</div>', '13-2 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nab|c efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nab^c| efd dabeb\n</div>', '13-3 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc| efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc^ |efd dabeb\n</div>', '13-4 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc |efd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc ^e|fd dabeb\n</div>', '13-5 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc e|fd dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc e^f|d dabeb\n</div>', '13-6 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc ef|d dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc ef^d| dabeb\n</div>', '13-7 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd| dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd^ |dabeb\n</div>', '13-8 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd |dabeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd ^d|abeb\n</div>', '13-9 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd d|abeb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd d^a|beb\n</div>', '13-10 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd da|beb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd da^b|eb\n</div>', '13-11 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd dab|eb\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd dab^e|b\n</div>', '13-12 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd dabe|b\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd dabe^b|\n</div>', '13-13 ltr right character'); selection_test( '<div contenteditable dir="ltr">\nabc efd dabeb|\n</div>', selection => selection.modify('extend', 'right', 'character'), '<div contenteditable dir="ltr">\nabc efd dabeb|\n</div>', '13-14 ltr right character'); </script>
third_party/blink/web_tests/accessibility/name-calc-presentational.html
scheib/chromium
<!DOCTYPE HTML> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <div class="container"> <div tabIndex=0 role="link" id="link1"> I <img src="hidden.jpg" alt="do not" role="presentation" /> like ice cream. </div> <div tabIndex=0 role="link" id="link2"> I <span role="presentation" style="display:none">do not</span> like ice cream. </div> </div> <script> test(function(t) { var axLink1 = accessibilityController.accessibleElementById("link1"); assert_equals(axLink1.name, "I like ice cream."); }, "Presentational element ignored in name calculation.."); test(function(t) { var axLink2 = accessibilityController.accessibleElementById("link2"); assert_equals(axLink2.name, "I like ice cream."); }, "Display none presentational element ignored in name calculation.."); </script>
html/search/functions_2.html
gurujam/Picross
<!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.6"> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="functions_2.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Chargement...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Recherche...</div> <div class="SRStatus" id="NoMatches">Aucune correspondance</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>
oscP5/reference/netP5/NetP5.html
Avnerus/pulse-midburn
<!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_22) on Mon Dec 19 07:20:34 SGT 2011 --> <TITLE> NetP5 (Javadocs: oscP5) </TITLE> <META NAME="date" CONTENT="2011-12-19"> <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="NetP5 (Javadocs: oscP5)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../netP5/NetMessage.html" title="class in netP5"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../netP5/NetStatus.html" title="class in netP5"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?netP5/NetP5.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NetP5.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> netP5</FONT> <BR> Interface NetP5</H2> <HR> <DL> <DT><PRE>public interface <B>NetP5</B></DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../netP5/NetP5.html#DEBUG">DEBUG</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../netP5/NetP5.html#MULTICAST">MULTICAST</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../netP5/NetP5.html#TCP">TCP</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../netP5/NetP5.html#UDP">UDP</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../netP5/NetP5.html#VERSION">VERSION</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="VERSION"><!-- --></A><H3> VERSION</H3> <PRE> static final <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>VERSION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../constant-values.html#netP5.NetP5.VERSION">Constant Field Values</A></DL> </DL> <HR> <A NAME="DEBUG"><!-- --></A><H3> DEBUG</H3> <PRE> static final boolean <B>DEBUG</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../constant-values.html#netP5.NetP5.DEBUG">Constant Field Values</A></DL> </DL> <HR> <A NAME="UDP"><!-- --></A><H3> UDP</H3> <PRE> static final int <B>UDP</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../constant-values.html#netP5.NetP5.UDP">Constant Field Values</A></DL> </DL> <HR> <A NAME="MULTICAST"><!-- --></A><H3> MULTICAST</H3> <PRE> static final int <B>MULTICAST</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../constant-values.html#netP5.NetP5.MULTICAST">Constant Field Values</A></DL> </DL> <HR> <A NAME="TCP"><!-- --></A><H3> TCP</H3> <PRE> static final int <B>TCP</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../constant-values.html#netP5.NetP5.TCP">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="../netP5/NetMessage.html" title="class in netP5"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../netP5/NetStatus.html" title="class in netP5"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?netP5/NetP5.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NetP5.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> processing library oscP5 by Andreas Schlegel. (c) 2004-2011 </BODY> </HTML>
test/Tests/Table.html
jasharpe/hoextdown
<h1>Standard table</h1> <table> <thead> <tr> <th>headline1</th> <th>headline2</th> </tr> </thead> <tbody> <tr> <td>123</td> <td></td> </tr> </tbody> </table> <h1>Cell alignment</h1> <table> <thead> <tr> <th style="text-align: left">headline1</th> <th style="text-align: center">headline2</th> <th style="text-align: right">headline3</th> </tr> </thead> <tbody> <tr> <td style="text-align: left">123</td> <td style="text-align: center"></td> <td style="text-align: right"></td> </tr> </tbody> </table> <h1>Malformed table: missing cell at row in body</h1> <table> <thead> <tr> <th>headline1</th> <th>headline2</th> <th>headline3</th> </tr> </thead> <tbody> <tr> <td>12</td> <td></td> <td></td> </tr> <tr> <td>34</td> <td></td> <td></td> </tr> <tr> <td>56</td> <td></td> <td></td> </tr> </tbody> </table>
app/views/fha/v9/booking/timeline_pending.html
dwpdigitaltech/healthanddisability
{% extends path1+"/_layout.html" %} {% block left_content %} <p class="mt10 mb0 bold-small">Pending decision maker review</p> <hr> {% endblock %} {% block citizen_content %} {# macro #} {{ nav.case_tabs("timeline",1,path1 + "/" + section, customer._id) }}{# macro #} <div class="container"> <div class="timeline"> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Rearrangement requested</h3> <p class="timeline_datetime">{{ 'D MMMM YYYY' | randDaysAgo(0)}}</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Appointment changed</h3> <p class="timeline_datetime">{{ 'D MMMM YYYY' | randDaysAgo(10)}}</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Appointment booked</h3> <p class="timeline_datetime">04 February 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Referred for appointment</h3> <p class="timeline_datetime">30 January 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">GP statement received (ESA113)</h3> <p class="timeline_datetime">29 January 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Request for GP statement sent (ESA113)</h3> <p class="timeline_datetime">19 January 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">ESA50 form received at CHDA</h3> <p class="timeline_datetime">4 January 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">ESA50 form sent out to Tomas</h3> <p class="timeline_datetime">12 December 2018</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">FIT note (MED3) received </h3> <p class="timeline_datetime">19 November 2017</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">Entitlement letter sent to Tomas</h3> <p class="timeline_datetime">5 November 2017</p> </div> <span class="line"></span> <div class="timeline__event"> <h3 class="timeline__heading">ESA application completed on the phone</h3> <p class="timeline_datetime">1 November 2017</p> </div> <div style="clear:both"></div> </div><!-- timeline --> </div><!-- row --> </div><!-- container --> {% endblock %} {% block footer_top %} <a href="decision-yes" title="">Request granted</a> {{ super() }} {# {% include path1+"/footer_links.html" %} #} {% endblock %} _
sites/all/themes/at_panels_everywhere/css/responsive.smartphone.landscape.css
mycopri/dev
/** * Styles for Smartphone landscape * * - Do not delete or rename this file, if you do not use it leave it blank. * * - There is an SCSS (SASS) version of this file in the /sass/ directory in your * sub-theme, if you set "compass watch" this file will be overwritten! * * SEE the _README file in this directory, it contains useful information. */
lib/boost/doc/html/boost/algorithm/trim_all_copy.html
Bloodyaugust/sugarlabcppboilerplate
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template trim_all_copy</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="../../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_if.html" title="Function template trim_all_if"> <link rel="next" href="trim_all.html" title="Function template trim_all"> </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_if.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_all.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.algorithm.trim_all_copy"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template trim_all_copy</span></h2> <p>boost::algorithm::trim_all_copy &#8212; Trim All. </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">&gt;</span> <span class="identifier">SequenceT</span> <span class="identifier">trim_all_copy</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">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&amp;</span> Loc <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp433644416"></a><h2>Description</h2> <p>Remove all leading and trailing spaces from the input and compress all other spaces to a single character. 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">Input</code></span></p></td> <td><p>An input sequence </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">Loc</code></span></p></td> <td><p>A locale used for 'space' classification </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_if.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_all.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
upload.css
OSBI/saiku-ui
/* * Copyright 2015 OSBI Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * TABLE OF CONTENTS: * * 0. GLOBAL * 1. DEFAULT * - 1.1. CONTAINER * 2. COMPONENTS * - 2.1. FORM UPLOAD * - 2.2. NOTIFICATION */ /* ========================================================================== 0. GLOBAL ========================================================================== */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body, html { padding: 0; margin: 0; height: 100%; font-size: 100%; background-color: #f5f5f5; overflow: hidden; overflow-x: hidden; box-shadow: inset 0 -20px 120px 10px rgba(0,0,0,.2); } /* * Clearfix hack by Nicolas Gallagher * Link: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } body { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333; } /*.debug { border: 1px solid #000; }*/ /* ========================================================================== 1. DEFAULT ========================================================================== */ /* 1.1. CONTAINER ========================================================================== */ .container > header { width: 90%; max-width: 69em; margin: 0 auto; padding: 2.875em 1.875em 1.875em; } .container > header .saiku-logo { display: block; margin-right: auto; margin-left: auto; } .container > header .description { margin-top: 2em; font-size: 1.250em; line-height: 2; text-align: center; font-weight: 400; text-transform: uppercase; } /* ========================================================================== 2. COMPONENTS ========================================================================== */ /* 2.1. FORM UPLOAD ========================================================================== */ .form-upload { position: absolute; top: 50%; left: 50%; margin-top: -6.250em; margin-left: -15.625em; width: 500px; height: 200px; border: 4px dashed #333; } .form-upload p { width: 100%; height: 100%; text-align: center; line-height: 150px; } .form-upload .file-upload { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; } .form-upload .btn-upload { margin: 0 auto; margin-top: -1.250em; margin-left: -0.250em; width: 500px; height: 35px; font-size: .750em; text-transform: uppercase; color: #fff; background-color: #999; border: none; border-bottom: 4px solid #666; border-radius: 4px; outline: none; transition: all .2s ease; } .form-upload .btn-upload:hover { background-color: #888; cursor: pointer; } .form-upload .btn-upload:active { border: 0; } .form-upload .back-login { margin-top: 30px; display: none; } .form-upload .back-login a { text-decoration: none; } .form-upload .back-login a:hover { text-decoration: underline; } /* 2.2. NOTIFICATION ========================================================================== */ #notification { position: absolute; bottom: 0; display: none; width: 100%; padding: 5px; color: #fff; font-weight: bold; } .alert-success { padding: 10px; background-color: green; } .alert-info { padding: 10px; background-color: blue; } .alert-danger { padding: 10px; background-color: red; } #notification > p { margin: 10px; text-align: center; }
myodd/boost/doc/html/boost/proto/tag/greater_equal.html
FFMG/myoddweb.piger
<!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>Struct greater_equal</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="../../../proto/reference.html#header.boost.proto.tags_hpp" title="Header &lt;boost/proto/tags.hpp&gt;"> <link rel="prev" href="less_equal.html" title="Struct less_equal"> <link rel="next" href="equal_to.html" title="Struct equal_to"> </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="less_equal.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../proto/reference.html#header.boost.proto.tags_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="equal_to.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.proto.tag.greater_equal"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct greater_equal</span></h2> <p>boost::proto::tag::greater_equal &#8212; Tag type for the binary &gt;= 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="../../../proto/reference.html#header.boost.proto.tags_hpp" title="Header &lt;boost/proto/tags.hpp&gt;">boost/proto/tags.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="greater_equal.html" title="Struct greater_equal">greater_equal</a> <span class="special">{</span> <span class="special">}</span><span class="special">;</span></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; 2008 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="less_equal.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../proto/reference.html#header.boost.proto.tags_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="equal_to.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
wp-content/themes/sistina/core/assets/css/buttons/cant-think-of-a-name-3.css
integrait/wp_ds
/* class: .btn-cant-think-of-a-name-3, color theme: Cant think of a name */ .btn-cant-think-of-a-name-3 { text-shadow: 0px -1px 0px #927d28; color: #ffffff !important; background-color: #B09B46; background-image: -moz-linear-gradient(top, #ceb964, #927d28); background-image: -ms-linear-gradient(top, #ceb964, #927d28); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ceb964), to(#927d28)); background-image: -webkit-linear-gradient(top, #ceb964, #927d28); background-image: -o-linear-gradient(top, #ceb964, #927d28); background-image: linear-gradient(top, #ceb964, #927d28); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceb964', endColorstr='#927d28', GradientType=0); border-color: #B09B46 #927d28 #927d28 #B09B46; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); } .btn-cant-think-of-a-name-3:hover, .btn-cant-think-of-a-name-3:active, .btn-cant-think-of-a-name-3.active, .btn-cant-think-of-a-name-3.disabled, .btn-cant-think-of-a-name-3[disabled] { background-color: #927d28; } .btn-cant-think-of-a-name-3:hover { color: #ffffff !important; text-shadow: 0px -1px 0px #745f0a; } .btn-cant-think-of-a-name-3:focus { color: #ffffaa !important; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #B09B46 #927d28 #927d28 #B09B46; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); } .btn-cant-think-of-a-name-3.active, .btn-cant-think-of-a-name-3:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffffaa !important; } /* end .btn-cant-think-of-a-name-3 */
toolchain/share/doc/arm-arm-none-eabi/html/ld.html/Basic-Script-Concepts.html
byeonggonlee/lynx-ns-gb
<html lang="en"> <head> <title>Basic Script Concepts - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Scripts.html#Scripts" title="Scripts"> <link rel="next" href="Script-Format.html#Script-Format" title="Script Format"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU linker LD (Sourcery CodeBench Lite 2011.09-69) version 2.21.53. Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 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 no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.--> <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> <link rel="stylesheet" type="text/css" href="../cs.css"> </head> <body> <div class="node"> <a name="Basic-Script-Concepts"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Script-Format.html#Script-Format">Script Format</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Scripts.html#Scripts">Scripts</a> <hr> </div> <h3 class="section">3.1 Basic Linker Script Concepts</h3> <p><a name="index-linker-script-concepts-345"></a>We need to define some basic concepts and vocabulary in order to describe the linker script language. <p>The linker combines input files into a single output file. The output file and each input file are in a special data format known as an <dfn>object file format</dfn>. Each file is called an <dfn>object file</dfn>. The output file is often called an <dfn>executable</dfn>, but for our purposes we will also call it an object file. Each object file has, among other things, a list of <dfn>sections</dfn>. We sometimes refer to a section in an input file as an <dfn>input section</dfn>; similarly, a section in the output file is an <dfn>output section</dfn>. <p>Each section in an object file has a name and a size. Most sections also have an associated block of data, known as the <dfn>section contents</dfn>. A section may be marked as <dfn>loadable</dfn>, which mean that the contents should be loaded into memory when the output file is run. A section with no contents may be <dfn>allocatable</dfn>, which means that an area in memory should be set aside, but nothing in particular should be loaded there (in some cases this memory must be zeroed out). A section which is neither loadable nor allocatable typically contains some sort of debugging information. <p>Every loadable or allocatable output section has two addresses. The first is the <dfn>VMA</dfn>, or virtual memory address. This is the address the section will have when the output file is run. The second is the <dfn>LMA</dfn>, or load memory address. This is the address at which the section will be loaded. In most cases the two addresses will be the same. An example of when they might be different is when a data section is loaded into ROM, and then copied into RAM when the program starts up (this technique is often used to initialize global variables in a ROM based system). In this case the ROM address would be the LMA, and the RAM address would be the VMA. <p>You can see the sections in an object file by using the <code>objdump</code> program with the &lsquo;<samp><span class="samp">-h</span></samp>&rsquo; option. <p>Every object file also has a list of <dfn>symbols</dfn>, known as the <dfn>symbol table</dfn>. A symbol may be defined or undefined. Each symbol has a name, and each defined symbol has an address, among other information. If you compile a C or C++ program into an object file, you will get a defined symbol for every defined function and global or static variable. Every undefined function or global variable which is referenced in the input file will become an undefined symbol. <p>You can see the symbols in an object file by using the <code>nm</code> program, or by using the <code>objdump</code> program with the &lsquo;<samp><span class="samp">-t</span></samp>&rsquo; option. </body></html>
traffic_portal/app/src/common/modules/table/deliveryServiceRequestComments/table.deliveryServiceRequestComments.tpl.html
hbeatty/incubator-trafficcontrol
<!-- 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. --> <div class="x_panel"> <div class="x_title"> <ol class="breadcrumb pull-left"> <li class="active">Comments</li> </ol> <div class="pull-right" role="group"> <button name="createComment" class="btn btn-primary" title="Create Comment" ng-click="createComment()"><i class="fa fa-plus"></i> </button> <button class="btn btn-default" title="Refresh" ng-click="getComments()"><i class="fa fa-refresh"></i> </button> </div> <div class="clearfix"></div> </div> <div class="commentContainer" ng-show="params.type == 'add' || params.type == 'edit'"> <div class="modal-body"> <form name="inputForm" novalidate> <textarea name="text" rows="5" cols="17" style="margin-top: 10px;" placeholder="Enter your new comment" class="form-control" ng-model="params.text" required></textarea> </form> </div> <div class="modal-footer"> <button class="btn btn-link" ng-click="cancel()">Cancel</button> <button class="btn btn-primary" ng-disabled="inputForm.$invalid" ng-click="submitComment()">{{params.buttonText}}</button> </div> </div> <div class="x_content"> <br> <table id="dsRequestCommentsTable" class="table responsive-utilities jambo_table"> <thead> <tr class="headings"> <th>Comment</th> <th style="text-align:end;">Actions</th> </tr> </thead> </table> <div class="dsComments-container"> <div class="ds-comment-cell" ng-repeat="c in comments"> <div class="pull-left cell-left"> <span class="ds-comment-bold">{{c.author}}:</span> {{c.value}}<br> <span class="ds-comment-italic">{{getRelativeTime(c.lastUpdated)}}</span> </div> <div class="pull-right cell-right" style="text-align: right; vertical-align: top;"> <a name="editComment" class="link action-link" title="Update Comment" ng-click="editComment(c)"><i class="fa fa-edit"></i></a> <a name="deleteComment" class="link action-link" title="Delete Comment" ng-click="deleteComment(c, $event)"><i class="fa fa-trash-o"></i></a> </div> <div class="clearfix"></div> </div> <div class="ds-comment-nodata" ng-show="comments.length <= 0">No matching records found</div> </div> </div> </div>
venv/bin/doc/html/boost/interprocess/try_to_lock_type.html
NixaSoftware/CVis
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct try_to_lock_type</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="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.lock_options_hpp" title="Header &lt;boost/interprocess/sync/lock_options.hpp&gt;"> <link rel="prev" href="defer_lock_type.html" title="Struct defer_lock_type"> <link rel="next" href="accept_ownership_type.html" title="Struct accept_ownership_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="defer_lock_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.lock_options_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="accept_ownership_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.interprocess.try_to_lock_type"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct try_to_lock_type</span></h2> <p>boost::interprocess::try_to_lock_type &#8212; Type to indicate to a mutex lock constructor that must try to lock the mutex. </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="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.lock_options_hpp" title="Header &lt;boost/interprocess/sync/lock_options.hpp&gt;">boost/interprocess/sync/lock_options.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="try_to_lock_type.html" title="Struct try_to_lock_type">try_to_lock_type</a> <span class="special">{</span> <span class="special">}</span><span class="special">;</span></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; 2005-2012 Ion Gaztanaga<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="defer_lock_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.lock_options_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="accept_ownership_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
Tools/GardeningServer/model/tree-status.html
temasek/android_external_chromium_org_third_party_WebKit
<!-- Copyright 2014 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <link rel="import" href="../lib/net.html"> <script> function TreeStatus(project) { this.project = project; this.message = ''; this.status = 'unknown'; this.url = "https://{1}-status.appspot.com/".assign(project); } TreeStatus.prototype.update = function() { var url = this.url + 'current?format=json'; return net.json(url).then(function(response) { this.updateStatus(response); }.bind(this)); }; TreeStatus.prototype.updateStatus = function(status) { if (status.can_commit_freely) { this.message = null; this.status = 'open'; return; } this.message = status.message + ' by ' + status.username; var responseLowerCase = status.message.toLowerCase(); if (responseLowerCase.indexOf('throttled') != -1) { this.status = 'throttled'; } else if (responseLowerCase.indexOf("closed") != -1) { this.status = 'closed'; } else { this.status = 'unknown'; } }; </script>
wts/tests/webaudio/pannernode_coneOuterAngle_value.html
hgl888/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2014 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Tan, Shiyou <shiyoux.tan@intel.com> Cui, Jieqiong <jieqiongx.cui@intel.com> --> <meta charset="utf-8"> <title>WebAudio Test: pannernode_coneOuterAngle_value</title> <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="help" href="http://www.w3.org/TR/2012/WD-webaudio-20121213/"> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="./support/webaudio.js"></script> <div id="log"></div> <script> test(function () { var context = new AudioContext(); assert_true(!!context, "AudioContext interface exists in window"); assert_true(("createPanner" in context), "createPanner method exists in AudioContext interface"); var pannerNode = context.createPanner(); pannerNode.coneOuterAngle = 270.5; assert_equals(pannerNode.coneOuterAngle, 270.5, "The PannerNode.coneOuterAngle value"); }, "Check if the value of PannerNode.coneOuterAngle is 270.5"); </script>
third_party/llvm/clang/www/index.html
endlessm/chromium-browser
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Clang C Language Family Frontend for LLVM</title> <link type="text/css" rel="stylesheet" href="menu.css"> <link type="text/css" rel="stylesheet" href="content.css"> </head> <body> <!--#include virtual="menu.html.incl"--> <div id="content"> <!--*********************************************************************--> <h1>Clang: a C language family frontend for LLVM</h1> <!--*********************************************************************--> <p>The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript) for the <a href="https://www.llvm.org/">LLVM</a> project. Both a GCC-compatible compiler driver (<tt>clang</tt>) and an MSVC-compatible compiler driver (<tt>clang-cl.exe</tt>) are provided. You can <a href="get_started.html">get and build</a> the source today.</p> <!--=====================================================================--> <h2 id="goals">Features and Goals</h2> <!--=====================================================================--> <p>Some of the goals for the project include the following:</p> <p><b><a href="features.html#enduser">End-User Features</a></b>:</p> <ul> <li>Fast compiles and low memory use</li> <li>Expressive diagnostics (<a href="diagnostics.html">examples</a>)</li> <li>GCC compatibility</li> </ul> <p><b><a href="features.html#applications">Utility and Applications</a></b>:</p> <ul> <li>Modular library based architecture</li> <li>Support diverse clients (refactoring, static analysis, code generation, etc.)</li> <li>Allow tight integration with IDEs</li> <li>Use the LLVM 'Apache 2' License</li> </ul> <p><b><a href="features.html#design">Internal Design and Implementation</a></b>:</p> <ul> <li>A real-world, production quality compiler</li> <li>A simple and hackable code base</li> <li>A single unified parser for C, Objective C, C++, and Objective C++</li> <li>Conformance with C/C++/ObjC and their variants</li> </ul> <p>Of course this is only a rough outline of the goals and features of Clang. To get a true sense of what it is all about, see the <a href="features.html">Features</a> section, which breaks each of these down and explains them in more detail.</p> <!--=====================================================================--> <h2>Why?</h2> <!--=====================================================================--> <p>Development of the new front-end was started out of a need for a compiler that allows better diagnostics, better integration with IDEs, a license that is compatible with commercial products, and a nimble compiler that is easy to develop and maintain. All of these were motivations for starting work on a new front-end that could meet these needs.</p> <!--=====================================================================--> <h2>Current Status</h2> <!--=====================================================================--> <p>Clang is considered to be a production quality C, Objective-C, C++ and Objective-C++ compiler when targeting X86-32, X86-64, and ARM (other targets may have caveats, but are usually easy to fix). As example, Clang is used in production to build performance-critical software like Chrome or Firefox.<br /> If you are looking for source analysis or source-to-source transformation tools, Clang is probably a great solution for you. Clang supports C++11, C++14 and C++17, please see the <a href="cxx_status.html">C++ status</a> page for more information.</p> <!--=====================================================================--> <h2>Get it and get involved!</h2> <!--=====================================================================--> <p>Start by <a href="get_started.html">getting the code, building it, and playing with it</a>. This will show you the sorts of things we can do today and will let you have the "Clang experience" first hand: hopefully it will "resonate" with you. :)</p> <p>Once you've done that, please consider <a href="get_involved.html">getting involved in the Clang community</a>. The Clang developers include numerous volunteer contributors with a variety of backgrounds. If you're interested in following the development of Clang, signing up for a mailing list is a good way to learn about how the project works.</p> </div> </body> </html>
map-chat/index.html
cmezh/PokemonGo-Bot
<html> <head> <title>MapChat</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/css/materialize.min.css"> <link href="stylesheets/main.css" rel="stylesheet"/> <link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png"> <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="favicons/manifest.json"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> </head> <body> <!-- Google translate <div class="translation-wrapper hide-on-small-and-down"> Translation <div id="google_translate_element" style="float: right; padding-left: 10px"></div> </div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'auto', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script> <script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <div class="navbar"> <nav> <div class="nav-wrapper blue"> <a class="brand-logo center" href="https://github.com/PokemonGoF/PokemonGo-Bot/tree/master/map-chat">MapChat</a> <a id="side-nav-button" href="#" data-activates="side-nav"><i class="mdi-navigation-menu"></i></a> <ul class="side-nav" id="side-nav"> <li> <div class="switch"> <label style="color: black"> Notifications <input id="notification_lever" type="checkbox"> <span class="lever"></span> </label> </div> </li> <li> <div class="switch"> <label style="color: black"> Share Accurate Location <input id="accurate_location_lever" type="checkbox"> <span class="lever"></span> </label> </div> </li> </ul> </div> </nav> </div> --> <!--fork me link--> <a href="https://github.com/PokemonGoF/PokemonGo-Bot/tree/master/map-chat" class="hide-on-med-and-down"> <img src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" class="fork-me-link" alt="Fork me on GitHub"> </a> <div class="fixed-action-btn zoom-buttons"> <div> <a id="zoom-in-button" class="waves-effect waves-light btn grey" onclick="changeZoom(+1)"> <i class="mdi-content-add"></i> </a> </div> <div> <a id="zoom-out-button" class="waves-effect waves-light btn grey" onclick="changeZoom(-1)"> <i class="mdi-content-remove"></i> </a> </div> </div> <div id="map-canvas"></div> <div class="center input-wrapper"> <div class="input-field"> <input placeholder="Type a message" id="input" type="text" maxlength="101"> </div> </div> <div class="fixed-action-btn btn-send"> <a id="send-button" class="btn-floating btn-large waves-effect waves-light blue"> <i class="large mdi-content-send"></i> </a> </div> <div class="fixed-action-btn btn-clear"> <a id="clear-button" class="btn-floating btn-large waves-effect waves-light red" onclick="clearMessageFromMap()"> <i class="large mdi-content-clear"></i> </a> </div> <!--Import jQuery before materialize.js--> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/js/materialize.min.js"></script> <script src="https://cdn.jsdelivr.net/sockjs/1.0.0/sockjs.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/vertx/2.0.0/vertxbus.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCbS09u00uAutq-SzZFzwabK0ihFCFCwU0&v=3.exp&language=en"></script> <script type="text/javascript" src="javascript/modernizr.custom.js"></script> <script type="text/javascript" src="javascript/html-sanitizer-minified.js"></script> <script src="javascript/main.js"></script> <script src="javascript/map.js"></script> <script src="javascript/browserMqtt.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-83014810-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
profiles/openscholar/modules/os/modules/os_help/help/os_boxes_manual_list.html
RoySegall/OS-drop7
<p>Displays a list of links or short teasers of selected posts.</p> <p>Choose posts of any content type, arrange them in any order, and configure display options.</p>
wp-content/plugins/paid-memberships-pro/languages/email/ca_ES/billing_admin.html
iAPT/producerroom
<p>La informació de facturació per a !!display_name!! a !!sitename!! ha canviat.</p> <p>Compte: !!display_name!! (!!user_email!!)</p> <p> Informació de facturació:<br /> !!billing_name!!<br /> !!billing_street!!<br /> !!billing_city!!, !!billing_state!! !!billing_zip!! !!billing_country!! !!billing_phone!! </p> <p> !!cardtype!!: !!accountnumber!!<br /> Expira: !!expirationmonth!!/!!expirationyear!! </p> <p>Log in al teu escriptori de WordPress aquí: !!login_link!!</p>
www/js/dojox/dgauges/tests/test_Black_CircularLinearGauge.html
avz-cmf/zaboy-middleware
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CircularLinearGauge</title> <style type="text/css"> @import "../../../dojo/resources/dojo.css"; @import "../../../dijit/themes/claro/claro.css"; @import "style.css"; </style> <script type="text/javascript"> var djConfig = { parseOnLoad: true, async: true } </script> <script type="text/javascript" src="../../../dojo/dojo.js"> </script> <script type="text/javascript"> require([ "dojo/_base/kernel", "dojo/parser", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojox/dgauges/components/black/CircularLinearGauge" ]); </script> </head> <body class="claro"> <div data-dojo-type="dijit.layout.BorderContainer" gutters="true" liveSplitters="true" id="borderContainer"> <div data-dojo-type="dijit.layout.ContentPane" style="background-color: #fafafa;" splitter="true" region="center"> <div id="g1" data-dojo-type="dojox.dgauges.components.black.CircularLinearGauge"></div> </div> </div> </body> </html>
pages/1demo.html
tiecheng2016/tiecheng2016.github.com
--- layout: page title: Demo permalink: /demo/ icon: glyphicon-play --- <div id="fall"> <!-- 第一列 --> <ul> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/index.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-demo-index.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/index.html"> 百度前端学院 task0002 展示主页 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> 任务二的展示主页,里面包含五个小 demo。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_1.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-hobby.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_1.html"> 处理兴趣爱好列表 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> 对JavaScript正则表达式和字符串的练习。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_2.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-time.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_2.html"> 倒计时 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> setInterval(),Date 对象的学习和使用。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> </ul> <!-- 第二列 --> <ul> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_3.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-rotatePic.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_3.html"> 轮播图 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> 变速运动,运动终止条件的应用。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_4.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-input.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_4.html"> 输入框即时提示 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> 对input监听,使用正在表达式高亮匹配,实现输入联想效果。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/ife/task/task0001/work/Gaohaoyang/index.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/Demo-blog-ife.jpg"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0001/work/Gaohaoyang/index.html"> 百度前端学院 task0001 个人博客 </a> </div> <div class="description"> <p>主要技术:HTML, CSS</p> <p> 完成百度前端学院的任务。深刻的理解了BFC、浮动、inline-block间距,多列布局等技术。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0001/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/15/baidu-ife-1/">日志。</a>感谢<a href="https://github.com/baidu-ife/ife/pull/677">百度Web前端技术学院</a>。 </p> </div> </li> </ul> <!-- 第三列 --> <ul> <li> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_5.html"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/demo-drag.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ife/task/task0002/work/Gaohaoyang/task0002_5.html"> 拖拽交互 </a> </div> <div class="description"> <p>主要技术:JavaScript</p> <p> 对鼠标事件应用,以及判断定位的方法等。<a href="https://github.com/Gaohaoyang/ife/tree/master/task/task0002/work/Gaohaoyang">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/04/22/baidu-ife-2-javascript/">日志。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/shadow-demo-css3"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/Demoshadow.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/shadow-demo-css3"> CSS3 阴影特效 </a> </div> <div class="description"> <p>主要技术:CSS3</p> <p> CSS3 中的阴影、旋转等效果,制作出曲边阴影和翘边阴影。<a href="https://github.com/Gaohaoyang/shadow-demo-css3">源代码在这里。</a>感谢<a href="http://imooc.com/learn/240">慕课网阴影效果教程。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/ghost-button-css3/"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/DemoGhost-Button.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/ghost-button-css3/"> Ghost Button 幽灵按钮 </a> </div> <div class="description"> <p>主要技术:CSS3</p> <p> 使用 CSS3 中的旋转、缩放、过渡、动画等效果,制作出很酷的按钮效果。<a href="https://github.com/Gaohaoyang/ghost-button-css3">源代码在这里。</a>感谢<a href="http://imooc.com/learn/5">慕课网按钮特效教程。</a> </p> </div> </li> </ul> <!-- 第四列 --> <ul> <li> <a href="http://gaohaoyang.github.io/learning-AngularJS/2-3-bookstore-add-sth-by-myself/"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/DemoAngularJS.png"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/learning-AngularJS/2-3-bookstore-add-sth-by-myself/"> AngularJS 结合动画效果 </a> </div> <div class="description"> <p>主要技术:AngularJS CSS3</p> <p> 使用 AngularJS 中的 ngAnimate 加 CSS3里面的一些旋转效果,做出页面切换的效果。<a href="https://github.com/Gaohaoyang/learning-AngularJS/tree/master/2-3-bookstore-add-sth-by-myself">源代码在这里。</a>感谢<a href="http://imooc.com/learn/156">慕课网AngularJS实战教程。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/learning-AngularJS/2-4-UiRouterPractice"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/Demo-demo-UI-router.jpg" alt="AngularJS UI-Router"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/learning-AngularJS/2-4-UiRouterPractice"> AngularJS UI-router 练习 </a> </div> <div class="description"> <p>主要技术:AngularJS UI-router</p> <p> UI-router 作为 AngularJS 中路由的扩充,实现了多级路由的效果。使得前端界面跳转更加方便。<a href="https://github.com/Gaohaoyang/learning-AngularJS/tree/master/2-4-UiRouterPractice">源代码在这里。</a> </p> </div> </li> <li> <a href="http://gaohaoyang.github.io/works/bootstrap-zhihu/"> <img src="http://7q5cdt.com1.z0.glb.clouddn.com/teach-girlfriend-html-CopyZhihu.jpg" alt="zhihu"> </a> <div class="head"> <a href="http://gaohaoyang.github.io/works/bootstrap-zhihu/"> 仿知乎页面 </a> </div> <div class="description"> <p>主要技术:HTML, BootStrap</p> <p> 使用BootStrap仿照知乎做了一个静态页面。<a href="https://github.com/Gaohaoyang/gaohaoyang.github.io/tree/master/works/bootstrap-zhihu">源代码在这里。</a>还有一篇相关的<a href="http://gaohaoyang.github.io/2015/03/21/teach-girlfriend-html-css/">日志</a> </p> </div> </li> </ul> </div>
src/Quest.WebCore/wwwroot/lib/vis/examples/timeline/other/functionLabelFormats.html
Extentsoftware/Quest
<!DOCTYPE HTML> <html> <head> <title>Timeline | Custom function label format example</title> <style> body, html { font-family: arial, sans-serif; font-size: 11pt; } #visualization { box-sizing: border-box; width: 100%; height: 300px; } </style> <!-- note: moment.js must be loaded before vis.js, else vis.js uses its embedded version of moment.js --> <script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script> <script src="../../../dist/vis.js"></script> <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" /> </head> <body> <p> This example demonstrate using custom function label formats. </p> <div id="visualization"></div> <script> var now = moment().minutes(0).seconds(0).milliseconds(0); var groupCount = 3; var itemCount = 20; // create a data set with groups var names = ['John', 'Alston', 'Lee', 'Grant']; var groups = new vis.DataSet(); for (var g = 0; g < groupCount; g++) { groups.add({id: g, content: names[g]}); } // create a dataset with items var items = new vis.DataSet(); for (var i = 0; i < itemCount; i++) { var start = now.clone().add(Math.random() * 200, 'hours'); var group = Math.floor(Math.random() * groupCount); items.add({ id: i, group: group, content: 'item ' + i + ' <span style="color:#97B0F8;">(' + names[group] + ')</span>', start: start, type: 'box' }); } // create visualization var container = document.getElementById('visualization'); var options = { format: { minorLabels: function(date, scale, step) { var now = new Date(); var ago = now - date; var divider; switch (scale) { case 'millisecond': divider = 1; break; case 'second': divider = 1000; break; case 'minute': divider = 1000 * 60; break; case 'hour': divider = 1000 * 60 * 60; break; case 'day': divider = 1000 * 60 * 60 * 24; break; case 'weekday': divider = 1000 * 60 * 60 * 24 * 7; break; case 'month': divider = 1000 * 60 * 60 * 24 * 30; break; case 'year': divider = 1000 * 60 * 60 * 24 * 365; break; default: return new Date(date); } return (Math.round(ago * step / divider)) + " " + scale + "s ago" }, majorLabels: function(date, scale, step) { var now = new Date(); var ago = now - date; var divider; switch (scale) { case 'millisecond': divider = 1; break; case 'second': divider = 1000; break; case 'minute': divider = 1000 * 60; break; case 'hour': divider = 1000 * 60 * 60; break; case 'day': divider = 1000 * 60 * 60 * 24; break; case 'weekday': divider = 1000 * 60 * 60 * 24 * 7; break; case 'month': divider = 1000 * 60 * 60 * 24 * 30; break; case 'year': divider = 1000 * 60 * 60 * 24 * 365; break; default: return new Date(date); } return (Math.round(ago * step / divider)) + " " + scale + "s ago" } } }; var timeline = new vis.Timeline(container); timeline.setOptions(options); timeline.setGroups(groups); timeline.setItems(items); </script> </body> </html>
css/main.css
calderaro/simpl
body { font-family: sans-serif; font-weight: 300; } a { color: #4183C4; font-weight: 300; text-decoration: none; } a:hover { color: #3d85c6; text-decoration: underline; } a.twitter-follow-button { display: block; height: 32px; } a#viewSource { display: block; margin: 1.3em 0 0 0; border-top: 1px solid #999; padding: 1em 0 0 0; } div#links a { display: block; line-height: 1.3em; margin: 0 0 1.5em 0; } @media screen and (min-width: 1000px) { /* hack! to detect non-touch devices */ div#links a { line-height: 0.8em; } } h1 a { font-weight: 300; white-space: nowrap; } audio { max-width: 100%; } body { font-family: sans-serif; margin: 0; padding: 1em; word-break: break-word; } button { background-color: #d84a38; border: none; border-radius: 2px; color: white; font-family: sans-serif; font-size: 0.8em; margin: 0 0 1em 0; padding: 0.5em 0.7em 0.6em 0.7em; } button:active { background-color: #cf402f; } button:hover { background-color: #cf402f; } button[disabled] { color: #ccc; } button[disabled]:hover { background-color: #d84a38; } canvas { background-color: #ccc; max-width: 100%; width: 100%; } code { font-family: sans-serif; font-weight: 400; } div#container { margin: 0 auto 0 auto; max-width: 40em; padding: 1em 1.5em 1.3em 1.5em; } div#highlight { border: 1px solid #666; font-size: 1.2em; margin: 0 0 50px 0; padding: 0 1em 0 1em; } div#links { padding: 0.5em 0 0 0; } h1 { border-bottom: 1px solid #ccc; font-family: sans-serif; font-weight: 500; margin: 0 0 0.8em 0; padding: 0 0 0.2em 0; } h2 { color: #444; font-size: 1em; font-weight: 500; line-height: 1.2em; margin: 0 0 0.8em 0; } h3 { border-top: 1px solid #eee; color: #666; font-size: 0.9em; font-weight: 500; margin: 20px 0 10px 0; padding: 10px 0 0 0; white-space: nowrap; } html { /* avoid annoying page width change when moving from the home page */ overflow-y: scroll; } img { border: none; max-width: 100%; } input { font-family: sans-serif; } input[type=radio] { position: relative; top: -1px; } input[type=radio] { position: relative; top: -1px; } ol { padding: 0 0 0 20px; } p { color: #444; font-weight: 300; line-height: 1.6em; } p#data { border-top: 1px dotted #666; font-family: Courier New, monospace; line-height: 1.3em; max-height: 1000px; overflow-y: auto; padding: 1em 0 0 0; } p.borderBelow { border-bottom: 1px solid #eee; padding: 0 0 20px 0; } section p:last-of-type { margin: 0; } section { border-bottom: 1px solid #eee; margin: 0 0 30px 0; padding: 0 0 20px 0; } section:last-of-type { border-bottom: none; padding: 0 0 1em 0; } select { margin: 0 1em 1em 0; position: relative; top: -1px; } h1 span { white-space: nowrap; } strong { font-weight: 500; } ul { padding: 0 0 0 20px; } section p:last-of-type { margin: 0; } section { border-bottom: 1px solid #eee; margin: 0 0 30px 0; padding: 0 0 20px 0; } section:last-of-type { border-bottom: none; padding: 0 0 1em 0; } select { margin: 0 1em 1em 0; position: relative; top: -1px; } h1 span { white-space: nowrap; } strong { font-weight: 500; } video { background: #222; margin: 0 0 20px 0; width: 100%; } @media screen and (max-width: 650px) { h1 { font-size: 24px; } } @media screen and (max-width: 550px) { button:active { background-color: darkRed; } h1 { font-size: 22px; } } @media screen and (max-width: 450px) { h1 { font-size: 20px; } }
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/docs/search/files_c.html
mlperf/training_results_v0.5
<!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.14"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="files_c.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ createResults(); /* @license-end */ --></script> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); /* @license-end */ --></script> </div> </body> </html>
tests/selection/deleteContents19b-expected.html
corinthia/corinthia-editorlib
<html> <head></head> <body> <p><b>First []two</b></p> </body> </html>
http/mapping/mapping_static/partials/analysis/tokenizers/exception.html
danielsoro/bleve
<div class="form-group"> <label for="exampleInputPassword1">Exception Patterns</label> <ul class="list-group" ng-show="tokenizer.exceptions.length < 1"> <li class="list-group-item">None</li> </ul> <ul class="list-group" ng-show="tokenizer.exceptions.length > 0" ui-sortable ng-model="tokenizer.exceptions"> <li class="list-group-item" ng-repeat="e in tokenizer.exceptions track by $index"><span class="glyphicon glyphicon-minus"></span> {{ e }}<span ng-click="removeException($index)" class="glyphicon glyphicon-remove pull-right"></span></li> </ul> </div> <div class="form-group"> <label for="what"></label> <div class="col-sm-10"> <input ng-model="newregexp" type="text" class="form-control" id="exceptionRegexp" placeholder=""> </div> <div class="col-sm-2"> <button ng-click="addException(this)" type="button" class="btn btn-default pull-right">Add</button> </div> </div> <div class="form-group"> <label for="analyzerTokenizer">Tokenizer for Remaining Input</label> <select ng-change="tokenizerChanged()" ng-model="tokenizer.tokenizer" class="form-control" id="tokenizer"> <option ng-repeat="tokenizer in tokenizerNames">{{tokenizer}}</option> </select> </div>
sites/all/libraries/quail/test/testfiles/oac/166-2.html
ktrovato/drupal-secured
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en"> <head> <title>Check #166 - Negative</title> <link rel="stylesheet" href="../../../libs/qunit/qunit.css" media="screen"> </head> <body> <embed alt="description of the embed" src="demo.mov"> <noembed>Alternate content for the embed</noembed> </embed> <script id="qunit-jquery" src="../../../libs/jquery/jquery.js"></script> <script id="qunit-events" src="../../../libs/jquery.hasEventListener/jquery.hasEventListener-2.0.3.js"></script> <script id="qunit-quail" src="../../../src/quail.js"></script> <script id="qunit-composite" src="../../composite.js"></script> <script id="qunit-qunit" src="../../../libs/qunit/qunit.js"></script> <script> test('embedMustNotHaveEmptyAlt', function() { quailTest.runTest( 'embedMustNotHaveEmptyAlt', '166-2.html'); equal(true, quailTest.confirmIsEmpty(), 'Results are empty'); }); </script> </body> </html>
tests/wpt/web-platform-tests/longtask-timing/longtask-in-sibling-iframe.html
anthgur/servo
<!DOCTYPE HTML> <meta charset=utf-8> <title>LongTask Timing: long task in sibling iframe</title> <body> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script> async_test(t => { window.addEventListener('message', t.step_func(e => { assert_equals(e.data['entryType'], 'longtask'); assert_equals(e.data['frame-attribution'], 'same-origin'); assert_equals(e.data['task-attribution'], 'script'); assert_equals(e.data['containerId'], 'longtask-iframe-id'); assert_equals(e.data['containerName'], 'longtask-iframe-name'); assert_equals(e.data['containerSrc'], 'resources/subframe-with-longtask.html'); t.done(); })); const observingFrame = document.createElement('iframe'); observingFrame.id = 'observing-iframe-id'; observingFrame.name = 'observing-iframe-name'; document.body.appendChild(observingFrame); observingFrame.src = 'resources/subframe-observing-longtask.html' const longtaskFrame = document.createElement('iframe'); longtaskFrame.id = 'longtask-iframe-id'; longtaskFrame.name = 'longtask-iframe-name'; document.body.appendChild(longtaskFrame); longtaskFrame.src = 'resources/subframe-with-longtask.html' }, 'Performance longtask entries are observable in sibling iframe.'); </script> </body>
third_party/blink/web_tests/external/wpt/css/css-multicol/dynamic-become-multicol-add-oof-inside-inline-crash.html
chromium/chromium
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1282196"> <div id="container"> <div id="dynmc"> <span style="position:relative;"> <div id="oof" style="display:none; position:absolute;"></div> </span> </div> <div id="newowner"></div> </div> <script> document.body.offsetTop; dynmc.style.columns = "1"; oof.style.display = "block"; document.body.offsetTop; newowner.appendChild(oof); </script>
public_html/js/dojo/dijit/themes/soria/form/Slider.css
p6/bizsensebms
.soria .dijitSliderProgressBarH { border-color: #b1badf; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; } .soria .dijitSliderProgressBarV { border-color: #b1badf; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; } .soria .dijitSliderFocused .dijitSliderProgressBarH, .soria .dijitSliderFocused .dijitSliderLeftBumper { background-image:url("../images/sliderFullFocus.png"); } .soria .dijitSliderFocused .dijitSliderProgressBarV, .soria .dijitSliderFocused .dijitSliderBottomBumper { background-image:url("../images/sliderFullVerticalFocus.png"); } .soria .dijitSliderRemainingBarV { border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y bottom left; } .soria .dijitSliderRemainingBarH { border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; } .soria .dijitSliderBar { border-style: solid; outline:1px; } .soria .dijitSliderFocused .dijitSliderBar { border-color:#8ba0bd; } .soria .dijitSliderImageHandleH { border:0px; width:15px; height:18px; background:url("../images/preciseSliderThumb.png") no-repeat center top; } .soria .dijitSliderFocused .dijitSliderImageHandleH { background-image:url("../images/preciseSliderThumbFocus.png"); #background-image:url("../images/preciseSliderThumbFocus.gif"); } .dj_ie6 .soria .dijitSliderImageHandleH { background-image:url("../images/preciseSliderThumb.gif"); } .soria .dijitSliderLeftBumper { border-left-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; } .soria .dijitSliderRightBumper { background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; border-color: #b4b4b4; border-right-width: 1px; } .soria .dijitSliderImageHandleV { border:0px; width:20px; height:15px; background:url("../images/sliderThumb.png") no-repeat center center; #background:url("../images/sliderThumb.gif") no-repeat center center; } .soria .dijitSliderFocused .dijitSliderImageHandleV { background-image:url("../images/sliderThumbFocus.png"); #background-image:url("../images/sliderThumbFocus.gif"); } .soria .dijitSliderBottomBumper { border-bottom-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; } .soria .dijitSliderTopBumper { background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y top left; border-color: #b4b4b4; border-top-width: 1px; } .soria .dijitSliderIncrementIconH, .soria .dijitSliderIncrementIconV { background:url('../images/spriteRoundedIconsSmall.png') no-repeat -45px top; #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -45px top; width:15px; height:15px; } .soria .dijitSliderIncrementIconH { background:url('../images/spriteRoundedIconsSmall.png') no-repeat -30px top; #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -30px top; } .soria .dijitSliderDecrementIconH, .soria .dijitSliderDecrementIconV { width:15px; height:15px; background:url('../images/spriteRoundedIconsSmall.png') no-repeat -15px top; #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -15px top; } .soria .dijitSliderDecrementIconH { background:url('../images/spriteRoundedIconsSmall.png') no-repeat 0px top; #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat 0px top; } .soria .dijitSliderButtonInner { visibility:hidden; } .soria .dijitSliderReadOnly *, .soria .dijitSliderDisabled * { border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; color: #bdbdbd; } .soria .dijitSliderReadOnly .dijitSliderDecrementIconH, .soria .dijitSliderDisabled .dijitSliderDecrementIconH { background-position: 0px -15px; } .soria .dijitSliderReadOnly .dijitSliderIncrementIconH, .soria .dijitSliderDisabled .dijitSliderIncrementIconH { background-position: -30px -15px; } .soria .dijitSliderReadOnly .dijitSliderDecrementIconV, .soria .dijitSliderDisabled .dijitSliderDecrementIconV { background-position: -15px -15px; } .soria .dijitSliderReadOnly .dijitSliderIncrementIconV, .soria .dijitSliderDisabled .dijitSliderIncrementIconV { background-position: -45px -15px; }
src/deps/boost/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/narygenerator.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>NaryGenerator</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="Spirit 2.5.2"> <link rel="up" href="../generator_concepts.html" title="Generator Concepts"> <link rel="prev" href="binarygenerator.html" title="BinaryGenerator"> <link rel="next" href="nonterminal.html" title="Nonterminal"> </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="binarygenerator.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generator_concepts.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="nonterminal.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="spirit.karma.reference.generator_concepts.narygenerator"></a><a class="link" href="narygenerator.html" title="NaryGenerator">NaryGenerator</a> </h5></div></div></div> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h0"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.description"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.description">Description</a> </h6> <p> <span class="emphasis"><em>NaryGenerator</em></span> is a composite generator that has one or more subjects. The NaryGenerator allows its subjects to be treated in the same way as a single instance of a <a class="link" href="generator.html" title="Generator"><code class="computeroutput"><span class="identifier">Generator</span></code></a> following the Composite Design Pattern. </p> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h1"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.refinement_of"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.refinement_of">Refinement of</a> </h6> <div class="blockquote"><blockquote class="blockquote"><p> <a class="link" href="generator.html" title="Generator"><code class="computeroutput"><span class="identifier">Generator</span></code></a> </p></blockquote></div> <div class="variablelist"> <p class="title"><b>Notation</b></p> <dl> <dt><span class="term"><code class="computeroutput"><span class="identifier">g</span></code></span></dt> <dd><p> A NaryGenerator. </p></dd> <dt><span class="term"><code class="computeroutput"><span class="identifier">G</span></code></span></dt> <dd><p> A NaryGenerator type. </p></dd> </dl> </div> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h2"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.valid_expressions"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.valid_expressions">Valid Expressions</a> </h6> <p> In addition to the requirements defined in <a class="link" href="generator.html" title="Generator"><code class="computeroutput"><span class="identifier">Generator</span></code></a>, for any NaryGenerator the following must be met: </p> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Expression </p> </th> <th> <p> Semantics </p> </th> <th> <p> Return type </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">g</span><span class="special">.</span><span class="identifier">elements</span></code> </p> </td> <td> <p> The tuple of elements. </p> </td> <td> <p> A <a href="../../../../../../../../libs/fusion/doc/html/index.html" target="_top">Boost.Fusion</a> Sequence of <a class="link" href="generator.html" title="Generator"><code class="computeroutput"><span class="identifier">Generator</span></code></a> types. </p> </td> </tr></tbody> </table></div> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h3"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.type_expressions"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.type_expressions">Type Expressions</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Expression </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <code class="computeroutput"><span class="identifier">g</span><span class="special">.</span><span class="identifier">elements_type</span></code> </p> </td> <td> <p> Elements tuple type. </p> </td> </tr> <tr> <td> <p> <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_nary_generator</span><span class="special">&lt;</span><span class="identifier">G</span><span class="special">&gt;::</span><span class="identifier">type</span></code> </p> </td> <td> <p> Metafunction that evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code> if a certain type, <code class="computeroutput"><span class="identifier">G</span></code> is a NaryGenerator, <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></code> otherwise (See <a href="../../../../../../../../libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL Boolean Constant</a>). </p> </td> </tr> </tbody> </table></div> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h4"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.invariants"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.invariants">Invariants</a> </h6> <p> For each element, <code class="computeroutput"><span class="identifier">E</span></code>, in any NaryGenerator, <code class="computeroutput"><span class="identifier">G</span></code>, the following invariant always holds: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> <code class="computeroutput"><span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_generator</span><span class="special">&lt;</span><span class="identifier">E</span><span class="special">&gt;::</span><span class="identifier">type</span></code> evaluates to <code class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></code> </li></ul></div> <h6> <a name="spirit.karma.reference.generator_concepts.narygenerator.h5"></a> <span><a name="spirit.karma.reference.generator_concepts.narygenerator.models"></a></span><a class="link" href="narygenerator.html#spirit.karma.reference.generator_concepts.narygenerator.models">Models</a> </h6> <p> The following generators conform to this model: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <a class="link" href="../operator/sequence.html" title="Sequence Generator (a &lt;&lt; b)">Sequence (<code class="computeroutput"><span class="special">&lt;&lt;</span></code>)</a>, </li> <li class="listitem"> <a class="link" href="../operator/alternative.html" title="Alternative Generator (a | b)">Alternative (<code class="computeroutput"><span class="special">|</span></code>)</a>. </li> </ul></div> <p> <span class="bold"><strong>FIXME</strong></span> Add more links to models of NaryGenerator concept </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; 2001-2011 Joel de Guzman, Hartmut Kaiser<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="binarygenerator.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generator_concepts.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="nonterminal.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
app/views/directives/vg-scrub-bar.html
bright-sparks/videogular
<div role="slider" aria-valuemax="{{ariaTime(API.totalTime)}}" aria-valuenow="{{ariaTime(API.currentTime)}}" aria-valuemin="0" aria-label="Time scrub bar" tabindex="0" ng-transclude ng-keydown="onScrubBarKeyDown($event)"> </div>
src/deps/boost/libs/spirit/doc/html/spirit/karma/reference/operator/alternative.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Alternative Generator (a | 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="../../../../index.html" title="Spirit 2.5.2"> <link rel="up" href="../operator.html" title="Generator Operators"> <link rel="prev" href="sequence.html" title="Sequence Generator (a &lt;&lt; b)"> <link rel="next" href="kleene.html" title="Kleene Star Generator (*a)"> </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="sequence.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.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="kleene.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="spirit.karma.reference.operator.alternative"></a><a class="link" href="alternative.html" title="Alternative Generator (a | b)">Alternative Generator (<code class="computeroutput"><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span></code>)</a> </h5></div></div></div> <h6> <a name="spirit.karma.reference.operator.alternative.h0"></a> <span><a name="spirit.karma.reference.operator.alternative.description"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.description">Description</a> </h6> <p> Generator alternatives are used to combine different, more primitive generators into alternatives. All generators in an alternative are invoked from left to right until one of them succeeds. </p> <h6> <a name="spirit.karma.reference.operator.alternative.h1"></a> <span><a name="spirit.karma.reference.operator.alternative.header"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.header">Header</a> </h6> <pre class="programlisting"><span class="comment">// forwards to &lt;boost/spirit/home/karma/operator/alternative.hpp&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">karma_alternative</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> </pre> <p> Also, see <a class="link" href="../../../structure/include.html" title="Include">Include Structure</a>. </p> <h6> <a name="spirit.karma.reference.operator.alternative.h2"></a> <span><a name="spirit.karma.reference.operator.alternative.model_of"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.model_of">Model of</a> </h6> <div class="blockquote"><blockquote class="blockquote"><p> <a class="link" href="../generator_concepts/narygenerator.html" title="NaryGenerator"><code class="computeroutput"><span class="identifier">NaryGenerator</span></code></a> </p></blockquote></div> <h6> <a name="spirit.karma.reference.operator.alternative.h3"></a> <span><a name="spirit.karma.reference.operator.alternative.expression_semantics"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.expression_semantics">Expression Semantics</a> </h6> <p> Semantics of an expression is defined only where it differs from, or is not defined in <a class="link" href="../generator_concepts/narygenerator.html" title="NaryGenerator"><code class="computeroutput"><span class="identifier">NaryGenerator</span></code></a>. </p> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Expression </p> </th> <th> <p> Semantics </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span></code> </p> </td> <td> <p> The generators <code class="computeroutput"><span class="identifier">a</span></code> and <code class="computeroutput"><span class="identifier">b</span></code> are executed sequentially from left to right until one of them succeeds. A failed generator forces the alternative generator to try the next one. The alternative fails as a whole only if all elements of the alternative fail. Each element of the alternative gets passed the whole attribute of the alternative. </p> </td> </tr></tbody> </table></div> <p> Alternatives intercept and buffer the output of the currently executed element. This allows to avoid partial outputs from failing elements as the buffered content will be forwarded to the actual output only after an element succeeded. </p> <h6> <a name="spirit.karma.reference.operator.alternative.h4"></a> <span><a name="spirit.karma.reference.operator.alternative.attributes"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.attributes">Attributes</a> </h6> <p> See <a class="link" href="../../quick_reference/compound_attribute_rules.html#spirit.karma.quick_reference.compound_attribute_rules.notation">Compound Attribute Notation</a>. </p> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Expression </p> </th> <th> <p> Attribute </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span></code> (alternative) </p> </td> <td> <p> </p> <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span><span class="special">,</span> <span class="identifier">b</span><span class="special">:</span> <span class="identifier">B</span> <span class="special">--&gt;</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span><span class="special">):</span> <span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">&gt;</span> <span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span><span class="special">,</span> <span class="identifier">b</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--&gt;</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span><span class="special">):</span> <span class="identifier">A</span> <span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span><span class="special">,</span> <span class="identifier">b</span><span class="special">:</span> <span class="identifier">B</span> <span class="special">--&gt;</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span><span class="special">):</span> <span class="identifier">B</span> <span class="identifier">a</span><span class="special">:</span> <span class="identifier">Unused</span><span class="special">,</span> <span class="identifier">b</span><span class="special">:</span> <span class="identifier">Unused</span> <span class="special">--&gt;</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span><span class="special">):</span> <span class="identifier">Unused</span> <span class="identifier">a</span><span class="special">:</span> <span class="identifier">A</span><span class="special">,</span> <span class="identifier">b</span><span class="special">:</span> <span class="identifier">A</span> <span class="special">--&gt;</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">|</span> <span class="identifier">b</span><span class="special">):</span> <span class="identifier">A</span></pre> <p> </p> </td> </tr></tbody> </table></div> <div class="important"><table border="0" summary="Important"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../images/important.png"></td> <th align="left">Important</th> </tr> <tr><td align="left" valign="top"><p> The table above uses <code class="computeroutput"><span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">&gt;</span></code> as a placeholder only. The notation <code class="computeroutput"><span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">&gt;</span></code> stands for the type <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">A</span><span class="special">,</span> <span class="identifier">B</span><span class="special">&gt;</span></code>. </p></td></tr> </table></div> <p> The attribute handling of Alternatives is special as their behavior is not completely defined at compile time. First of all the selected alternative element depends on the actual type of the attribute supplied to the alternative generator (i.e. what is stored in the variant). The attribute type supplied at <span class="emphasis"><em>runtime</em></span> narrows the set of considered alternatives to those being compatible attribute wise. The remaining alternatives are tried sequentially until the first of them succeeds. See below for an example of this behavior. </p> <h6> <a name="spirit.karma.reference.operator.alternative.h5"></a> <span><a name="spirit.karma.reference.operator.alternative.complexity"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.complexity">Complexity</a> </h6> <div class="blockquote"><blockquote class="blockquote"><p> The overall complexity of the alternative generator is defined by the sum of the complexities of its elements. The complexity of the alternative itself is O(N), where N is the number of elements in the alternative. </p></blockquote></div> <h6> <a name="spirit.karma.reference.operator.alternative.h6"></a> <span><a name="spirit.karma.reference.operator.alternative.example"></a></span><a class="link" href="alternative.html#spirit.karma.reference.operator.alternative.example">Example</a> </h6> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> The test harness for the example(s) below is presented in the <a class="link" href="../basics.html#spirit.karma.reference.basics.examples">Basics Examples</a> section. </p></td></tr> </table></div> <p> Some includes: </p> <p> </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">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">karma</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">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">support_utree</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">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">phoenix_core</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">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">phoenix_operator</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">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">std_pair</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">iostream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span> </pre> <p> </p> <p> Some using declarations: </p> <p> </p> <pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">karma</span><span class="special">::</span><span class="identifier">double_</span><span class="special">;</span> <span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">karma</span><span class="special">::</span><span class="identifier">ascii</span><span class="special">::</span><span class="identifier">string</span><span class="special">;</span> </pre> <p> </p> <p> Basic usage of an alternative. While being only the second alternative, the <code class="computeroutput"><span class="identifier">double_</span></code> generator is chosen for output formatting because the supplied attribute type is not compatible (i.e. not convertible) to the attribute type of the <code class="computeroutput"><span class="identifier">string</span></code> alternative. </p> <p> </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">v1</span><span class="special">(</span><span class="number">1.0</span><span class="special">);</span> <span class="identifier">test_generator_attr</span><span class="special">(</span><span class="string">"1.0"</span><span class="special">,</span> <span class="identifier">string</span> <span class="special">|</span> <span class="identifier">double_</span><span class="special">,</span> <span class="identifier">v1</span><span class="special">);</span> <span class="identifier">test_generator_attr</span><span class="special">(</span><span class="string">"2.0"</span><span class="special">,</span> <span class="identifier">string</span> <span class="special">|</span> <span class="identifier">double_</span><span class="special">,</span> <span class="number">2.0</span><span class="special">);</span> </pre> <p> </p> <p> The same formatting rules may be used to output a string. This time we supply the string <code class="computeroutput"><span class="string">"example"</span></code>, resulting in the first alternative to be chosen for the generated output. </p> <p> </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">variant</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">v2</span><span class="special">(</span><span class="string">"example"</span><span class="special">);</span> <span class="identifier">test_generator_attr</span><span class="special">(</span><span class="string">"example"</span><span class="special">,</span> <span class="identifier">string</span> <span class="special">|</span> <span class="identifier">double_</span><span class="special">,</span> <span class="identifier">v2</span><span class="special">);</span> <span class="identifier">test_generator_attr</span><span class="special">(</span><span class="string">"example"</span><span class="special">,</span> <span class="identifier">string</span> <span class="special">|</span> <span class="identifier">double_</span><span class="special">,</span> <span class="string">"example"</span><span class="special">);</span> </pre> <p> </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; 2001-2011 Joel de Guzman, Hartmut Kaiser<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="sequence.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../operator.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="kleene.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
utils/ant/apache-ant-1.9.4/manual/api/org/apache/tools/ant/TaskConfigurationChecker.html
byronka/xenos
<!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_65) on Tue Apr 29 23:14:27 EDT 2014 --> <TITLE> TaskConfigurationChecker (Apache Ant API) </TITLE> <META NAME="date" CONTENT="2014-04-29"> <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="TaskConfigurationChecker (Apache Ant API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/tools/ant/TaskAdapter.html" title="class in org.apache.tools.ant"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/tools/ant/TaskContainer.html" title="interface in org.apache.tools.ant"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/tools/ant/TaskConfigurationChecker.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskConfigurationChecker.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.tools.ant</FONT> <BR> Class TaskConfigurationChecker</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.TaskConfigurationChecker</B> </PRE> <HR> <DL> <DT><PRE>public class <B>TaskConfigurationChecker</B><DT>extends java.lang.Object</DL> </PRE> <P> <p>Helper class for the check of the configuration of a given task. This class provides methods for making assumptions about the task configuration. After collecting all violations with <tt>assert*</tt> and <tt>fail</tt> methods the <tt>checkErrors</tt> will throw a BuildException with all collected messages or does nothing if there wasn't any error.</p> <p>Example:</p> <pre> public class MyTask extends Task { ... public void execute() { TaskConfigurationChecker checker = TaskConfigurationChecker(this); checker.assertConfig( srcdir != null, "Attribute 'srcdir' must be set. ); checker.assertConfig( srcdir.exists(), "Srcdir (" + srcdir + ") must exist." ); if (someComplexCondition()) { fail("Complex condition failed."); } checker.checkErrors(); } } </pre> <P> <P> <DL> <DT><B>See Also:</B><DD><a href="http://martinfowler.com/eaaDev/Notification.html">Notification Pattern</a></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/tools/ant/TaskConfigurationChecker.html#TaskConfigurationChecker(org.apache.tools.ant.Task)">TaskConfigurationChecker</A></B>(<A HREF="../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/tools/ant/TaskConfigurationChecker.html#assertConfig(boolean, java.lang.String)">assertConfig</A></B>(boolean&nbsp;condition, java.lang.String&nbsp;errormessage)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asserts that a condition is true.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/tools/ant/TaskConfigurationChecker.html#checkErrors()">checkErrors</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if there are any collected errors and throws a BuildException with all messages if there was one or more.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/tools/ant/TaskConfigurationChecker.html#fail(java.lang.String)">fail</A></B>(java.lang.String&nbsp;errormessage)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers an error.</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="TaskConfigurationChecker(org.apache.tools.ant.Task)"><!-- --></A><H3> TaskConfigurationChecker</H3> <PRE> public <B>TaskConfigurationChecker</B>(<A HREF="../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task)</PRE> <DL> <DD>Constructor. <P> <DL> <DT><B>Parameters:</B><DD><CODE>task</CODE> - which task should be checked</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="assertConfig(boolean, java.lang.String)"><!-- --></A><H3> assertConfig</H3> <PRE> public void <B>assertConfig</B>(boolean&nbsp;condition, java.lang.String&nbsp;errormessage)</PRE> <DL> <DD>Asserts that a condition is true. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>condition</CODE> - which condition to check<DD><CODE>errormessage</CODE> - errormessage to throw if a condition failed</DL> </DD> </DL> <HR> <A NAME="fail(java.lang.String)"><!-- --></A><H3> fail</H3> <PRE> public void <B>fail</B>(java.lang.String&nbsp;errormessage)</PRE> <DL> <DD>Registers an error. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>errormessage</CODE> - the message for the registered error</DL> </DD> </DL> <HR> <A NAME="checkErrors()"><!-- --></A><H3> checkErrors</H3> <PRE> public void <B>checkErrors</B>() throws <A HREF="../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE> <DL> <DD>Checks if there are any collected errors and throws a BuildException with all messages if there was one or more. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if one or more errors were registered</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/tools/ant/TaskAdapter.html" title="class in org.apache.tools.ant"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/tools/ant/TaskContainer.html" title="interface in org.apache.tools.ant"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/tools/ant/TaskConfigurationChecker.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskConfigurationChecker.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> </BODY> </HTML>