path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
templates/blog/blog_post_detail.html
linuxchixar/web
{% extends "blog/blog_post_list.html" %} {% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags %} {% block meta_title %}{{ blog_post.meta_title }}{% endblock %} {% block meta_keywords %}{% metablock %} {% keywords_for blog_post as tags %} {% for tag in tags %}{% if not forloop.first %}, {% endif %}{{ tag }}{% endfor %} {% endmetablock %}{% endblock %} {% block meta_description %}{% metablock %} {{ blog_post.description }} {% endmetablock %}{% endblock %} {% block title %} {% editable blog_post.title %}{{ blog_post.title }}{% endeditable %} {% endblock %} {% block breadcrumb_menu %} {{ block.super }} <li class="active">{{ blog_post.title }}</li> {% endblock %} {% block main %} {% if settings.BLOG_USE_FEATURED_IMAGE and blog_post.featured_image %} {% block blog_post_list_post_featured_image %} {{ block.super }} {% endblock %} {% endif %} {% block blog_post_list_post_metainfo %} {{ block.super }} {% endblock %} {% if settings.COMMENTS_DISQUS_SHORTNAME %} {% include "generic/includes/disqus_counts.html" %} {% endif %} {% block blog_post_detail_content %} {% editable blog_post.content %} {{ blog_post.content|richtext_filters|safe }} {% endeditable %} {% endblock %} {% block blog_post_detail_keywords %} {% keywords_for blog_post as tags %} {% if tags %} {% spaceless %} <ul class="list-inline tags"> <li>{% trans "Tags" %}:</li> {% for tag in tags %} <li><a href="{% url "blog_post_list_tag" tag.slug %}">{{ tag }}</a></li> {% endfor %} </ul> {% endspaceless %} {% endif %} {% endblock %} {% block blog_post_detail_rating %} <div class="panel panel-default rating"> <div class="panel-body"> {% rating_for blog_post %} </div> </div> {% endblock %} {% block blog_post_detail_sharebuttons %} {% set_short_url_for blog_post %} <a class="btn btn-sm share-twitter" target="_blank" href="http://twitter.com/home?status={{ blog_post.short_url|urlencode }}%20{{ blog_post.title|urlencode }}">{% trans "Share on Twitter" %}</a> <a class="btn btn-sm share-facebook" target="_blank" href="http://facebook.com/sharer.php?u={{ request.build_absolute_uri }}&amp;t={{ blog_post.title|urlencode }}">{% trans "Share on Facebook" %}</a> {% endblock %} {% block blog_post_previous_next %} <ul class="pager"> {% with blog_post.get_previous_by_publish_date as previous %} {% if previous %} <li class="previous"> <a href="{{ previous.get_absolute_url }}">&larr; {{ previous }}</a> </li> {% endif %} {% endwith %} {% with blog_post.get_next_by_publish_date as next %} {% if next %} <li class="next"> <a href="{{ next.get_absolute_url }}">{{ next }} &rarr;</a> </li> {% endif %} {% endwith %} </ul> {% endblock %} {% block blog_post_detail_related_posts %} {% if blog_post.related_posts.all %} <div id="related-posts"> <h3>{% trans 'Related posts' %}</h3> <ul class="list-unstyled"> {% for post in blog_post.related_posts.all %} <li><a href="{{ post.get_absolute_url }}">{{ post.title }}</a></li> {% endfor %} </ul> </div> {% endif %} {% endblock %} {% block blog_post_detail_comments %} {% if blog_post.allow_comments %}{% comments_for blog_post %}{% endif %} {% endblock %} {% endblock %}
modules/mod_simpleFileLister/mod_simplefilelister.css
berkeley-amsa/past-site
.sfl_content { position: relative; padding-bottom: 4px; padding-left: 2px; padding-right: 2px; padding-top: 4px; } .sfl_item { position: relative; left: -10px; padding-bottom: 4px; padding-left: 2px; padding-right: 2px; padding-top: 4px; } .sfl_shadow { -moz-box-shadow: 1px 1px 2px #000; -webkit-box-shadow: 1px 1px 2px #000; box-shadow: 1px 1px 2px #000; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#2f2f2f')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#2f2f2f'); }
fiddles/Chart/MultiSeries-Column-Chart/Customizing-font-properties-for-legend_498/demo.html
sguha-work/fiddletest
<!-- Customizing Legend font cosmetics. Attributes: # legendItemFont # legendItemFontSize # legendItemFontColor # legendItemFontBold # legendItemHoverFontColor # legendCaptionFont # legendCaptionFontSize # legendCaptionFontColor # legendCaptionAlignment # legendCaptionBold Legend items font hover color # legendItemHiddenColor" --> <div id="chart-container">FusionCharts will render here</div>
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/as.html/Z8000-Opcodes.html
BPI-SINOVOIP/BPI-Mainline-kernel
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991-2017 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". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Using as: Z8000 Opcodes</title> <meta name="description" content="Using as: Z8000 Opcodes"> <meta name="keywords" content="Using as: Z8000 Opcodes"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="AS-Index.html#AS-Index" rel="index" title="AS Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Z8000_002dDependent.html#Z8000_002dDependent" rel="up" title="Z8000-Dependent"> <link href="Reporting-Bugs.html#Reporting-Bugs" rel="next" title="Reporting Bugs"> <link href="Z8000-Directives.html#Z8000-Directives" rel="prev" title="Z8000 Directives"> <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.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Z8000-Opcodes"></a> <div class="header"> <p> Previous: <a href="Z8000-Directives.html#Z8000-Directives" accesskey="p" rel="prev">Z8000 Directives</a>, Up: <a href="Z8000_002dDependent.html#Z8000_002dDependent" accesskey="u" rel="up">Z8000-Dependent</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Opcodes-22"></a> <h4 class="subsection">9.55.4 Opcodes</h4> <a name="index-Z8000-opcode-summary"></a> <a name="index-opcode-summary_002c-Z8000"></a> <a name="index-mnemonics_002c-Z8000"></a> <a name="index-instruction-summary_002c-Z8000"></a> <p>For detailed information on the Z8000 machine instruction set, see <cite>Z8000 Technical Manual</cite>. </p> </body> </html>
themes/Zukitwo/gtk-3.0/unity.css
dsreyes1014/w2c
UnityPanelWidget, .unity-panel { background-image: linear-gradient(to bottom, shade (@theme_bg_color, 1.15), shade (@theme_bg_color, 1.0)); border-top-color: shade (@theme_bg_color, 1.6); border-style: solid; border-width: 0; } .unity-panel.menubar, .unity-panel .menubar { color: @theme_fg_color; text-shadow: 0 1px @button_text_shadow; } .unity-panel.menuitem, .unity-panel .menuitem { border-width: 1px 1px 0 1px; text-shadow: 0 1px @button_text_shadow; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover { background-image: linear-gradient(to bottom, shade (@theme_selected_bg_color, 0.96), shade (@theme_selected_bg_color, 1.15)); color: @selected_fg_color; }
monitoring/SputLite/html/templates/show_CQ_instance_history.html
colloquium/spacewalk
<HTML> <HEAD> <TITLE>History Search Results</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" LINK="#0000CC" VLINK="#0000CC" ALINK="#0000CC"> <H1>History Results</H1> &&links <TABLE BORDER=1> &&headers &&historylist </TABLE> <font size ='-1'>(Queries are limited to a maximum of &&maxrows returned records.)</font> <BR> &&links <BR> <H3>Your sql query was:</H3> <pre><font size ='-2'> &&query </font></pre> <BR> &&links </BODY> </HTML>
test/afl/results/2.6.7/136d017/server-digest-cache-plot/plot/index.html
mrash/fwknop
<table style="font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Helvetica'"> <tr><td style="width: 18ex"><b>Banner:</b></td><td>fwknopd,digest.cache,136d017</td></tr> <tr><td><b>Directory:</b></td><td>.</td></tr> <tr><td><b>Generated on:</b></td><td>Thu May 14 13:17:41 PDT 2015</td></tr> </table> <p> <img src="high_freq.png" width=1000 height=300><p> <img src="low_freq.png" width=1000 height=200><p> <img src="exec_speed.png" width=1000 height=200>
node_modules/l/node_modules/hook.io/node_modules/npm/html/doc/outdated.html
suneeshtr/persona
<!doctype html> <html> <title>outdated</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <body> <div id="wrapper"> <h1><a href="../doc/outdated.html">outdated</a></h1> <p>Check for outdated packages</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <pre><code>npm outdated [&lt;name&gt; [&lt;name&gt; ...]]</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>This command will check the registry to see if any (or, specific) installed packages are currently outdated.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/update.html">update(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li></ul> </div> <p id="footer">outdated &mdash; npm@1.1.71</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0) .filter(function (el) { return el.parentNode === wrapper && el.tagName.match(/H[1-6]/) && el.id }) var l = 2 , toc = document.createElement("ul") toc.innerHTML = els.map(function (el) { var i = el.tagName.charAt(1) , out = "" while (i > l) { out += "<ul>" l ++ } while (i < l) { out += "</ul>" l -- } out += "<li><a href='#" + el.id + "'>" + ( el.innerText || el.text || el.innerHTML) + "</a>" return out }).join("\n") toc.id = "toc" document.body.appendChild(toc) })() </script> </body></html>
env/lib/python2.7/site-packages/aldryn_newsblog/boilerplates/bootstrap3/templates/aldryn_newsblog/plugins/tags.html
Venturi/cms
{% load i18n apphooks_config_tags %} <div class="aldryn aldryn-newsblog aldryn-newsblog-tags"> <ul class="list-unstyled"> <li{% if not newsblog_tag %} class="active"{% endif %}> <a href="{% namespace_url "article-list" namespace=instance.app_config.namespace default='' %}">{% trans "All" %}</a> </li> {% for tag in tags %} <li{% if newsblog_tag.id == tag.id %} class="active"{% endif %}> <a href="{% namespace_url "article-list-by-tag" tag.slug namespace=instance.app_config.namespace default='' %}"> {{ tag.name }} <span class="badge">{{ tag.article_count }}</span> </a> </li> {% endfor %} </ul> </div>
sdk/java/javadoc/org/opencv/ml/CvDTreeParams.html
pianista215/CompassNDKAndOpenCV
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_34) on Wed Mar 04 17:44:06 MSK 2015 --> <title>CvDTreeParams</title> <meta name="date" content="2015-03-04"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CvDTreeParams"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>OpenCV 2.4.11</em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/opencv/ml/CvDTree.html" title="class in org.opencv.ml"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../org/opencv/ml/CvERTrees.html" title="class in org.opencv.ml"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/opencv/ml/CvDTreeParams.html" target="_top">FRAMES</a></li> <li><a href="CvDTreeParams.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">org.opencv.ml</p> <h2 title="Class CvDTreeParams" class="title">Class CvDTreeParams</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.opencv.ml.CvDTreeParams</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../org/opencv/ml/CvBoostParams.html" title="class in org.opencv.ml">CvBoostParams</a>, <a href="../../../org/opencv/ml/CvGBTreesParams.html" title="class in org.opencv.ml">CvGBTreesParams</a>, <a href="../../../org/opencv/ml/CvRTParams.html" title="class in org.opencv.ml">CvRTParams</a></dd> </dl> <hr> <br> <pre>public class <strong>CvDTreeParams</strong> extends java.lang.Object</pre> <div class="block"><p>The structure contains all the decision tree training parameters. You can initialize it by default constructor and then override any parameters directly before training, or the structure may be fully initialized using the advanced variant of the constructor.</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.opencv.org/modules/ml/doc/decision_trees.html#cvdtreeparams">org.opencv.ml.CvDTreeParams</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#CvDTreeParams()">CvDTreeParams</a></strong>()</code> <div class="block">The constructors.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_cv_folds()">get_cv_folds</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_max_categories()">get_max_categories</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_max_depth()">get_max_depth</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_min_sample_count()">get_min_sample_count</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>float</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_regression_accuracy()">get_regression_accuracy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_truncate_pruned_tree()">get_truncate_pruned_tree</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_use_1se_rule()">get_use_1se_rule</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#get_use_surrogates()">get_use_surrogates</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_cv_folds(int)">set_cv_folds</a></strong>(int&nbsp;cv_folds)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_max_categories(int)">set_max_categories</a></strong>(int&nbsp;max_categories)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_max_depth(int)">set_max_depth</a></strong>(int&nbsp;max_depth)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_min_sample_count(int)">set_min_sample_count</a></strong>(int&nbsp;min_sample_count)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_regression_accuracy(float)">set_regression_accuracy</a></strong>(float&nbsp;regression_accuracy)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_truncate_pruned_tree(boolean)">set_truncate_pruned_tree</a></strong>(boolean&nbsp;truncate_pruned_tree)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_use_1se_rule(boolean)">set_use_1se_rule</a></strong>(boolean&nbsp;use_1se_rule)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../org/opencv/ml/CvDTreeParams.html#set_use_surrogates(boolean)">set_use_surrogates</a></strong>(boolean&nbsp;use_surrogates)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CvDTreeParams()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CvDTreeParams</h4> <pre>public&nbsp;CvDTreeParams()</pre> <div class="block"><p>The constructors.</p> <p>The default constructor initializes all the parameters with the default values tuned for the standalone classification tree:</p> <p><code></p> <p>// C++ code:</p> <p>CvDTreeParams() : max_categories(10), max_depth(INT_MAX), min_sample_count(10),</p> <p>cv_folds(10), use_surrogates(true), use_1se_rule(true),</p> <p>truncate_pruned_tree(true), regression_accuracy(0.01f), priors(0)</p> <p>{}</p></div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.opencv.org/modules/ml/doc/decision_trees.html#cvdtreeparams-cvdtreeparams">org.opencv.ml.CvDTreeParams.CvDTreeParams</a></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get_cv_folds()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_cv_folds</h4> <pre>public&nbsp;int&nbsp;get_cv_folds()</pre> </li> </ul> <a name="get_max_categories()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_max_categories</h4> <pre>public&nbsp;int&nbsp;get_max_categories()</pre> </li> </ul> <a name="get_max_depth()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_max_depth</h4> <pre>public&nbsp;int&nbsp;get_max_depth()</pre> </li> </ul> <a name="get_min_sample_count()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_min_sample_count</h4> <pre>public&nbsp;int&nbsp;get_min_sample_count()</pre> </li> </ul> <a name="get_regression_accuracy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_regression_accuracy</h4> <pre>public&nbsp;float&nbsp;get_regression_accuracy()</pre> </li> </ul> <a name="get_truncate_pruned_tree()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_truncate_pruned_tree</h4> <pre>public&nbsp;boolean&nbsp;get_truncate_pruned_tree()</pre> </li> </ul> <a name="get_use_1se_rule()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_use_1se_rule</h4> <pre>public&nbsp;boolean&nbsp;get_use_1se_rule()</pre> </li> </ul> <a name="get_use_surrogates()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_use_surrogates</h4> <pre>public&nbsp;boolean&nbsp;get_use_surrogates()</pre> </li> </ul> <a name="set_cv_folds(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_cv_folds</h4> <pre>public&nbsp;void&nbsp;set_cv_folds(int&nbsp;cv_folds)</pre> </li> </ul> <a name="set_max_categories(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_max_categories</h4> <pre>public&nbsp;void&nbsp;set_max_categories(int&nbsp;max_categories)</pre> </li> </ul> <a name="set_max_depth(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_max_depth</h4> <pre>public&nbsp;void&nbsp;set_max_depth(int&nbsp;max_depth)</pre> </li> </ul> <a name="set_min_sample_count(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_min_sample_count</h4> <pre>public&nbsp;void&nbsp;set_min_sample_count(int&nbsp;min_sample_count)</pre> </li> </ul> <a name="set_regression_accuracy(float)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_regression_accuracy</h4> <pre>public&nbsp;void&nbsp;set_regression_accuracy(float&nbsp;regression_accuracy)</pre> </li> </ul> <a name="set_truncate_pruned_tree(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_truncate_pruned_tree</h4> <pre>public&nbsp;void&nbsp;set_truncate_pruned_tree(boolean&nbsp;truncate_pruned_tree)</pre> </li> </ul> <a name="set_use_1se_rule(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_use_1se_rule</h4> <pre>public&nbsp;void&nbsp;set_use_1se_rule(boolean&nbsp;use_1se_rule)</pre> </li> </ul> <a name="set_use_surrogates(boolean)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>set_use_surrogates</h4> <pre>public&nbsp;void&nbsp;set_use_surrogates(boolean&nbsp;use_surrogates)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><a href=http://docs.opencv.org>OpenCV 2.4.11 Documentation</a></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/opencv/ml/CvDTree.html" title="class in org.opencv.ml"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../org/opencv/ml/CvERTrees.html" title="class in org.opencv.ml"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/opencv/ml/CvDTreeParams.html" target="_top">FRAMES</a></li> <li><a href="CvDTreeParams.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
app/assets/stylesheets/application.css
jjulien/thirtyone
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require jquery-ui *= require foundation_and_overrides *= require_tree . */ a.button:visited { color: #FFFFFF; } label.required:after { content: " *"; color: red; } .green-text { color: #43AC6A; } .red-text { color: #f04124; }
serve/build/serve/index.html
gumblr/gumblr.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Hello World!</title> <meta name="author" content="Name Lastname"> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap styles --> <link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Optional theme --> <link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet"> <!-- Sticky Footer --> <link href="/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css" rel="stylesheet"> <!-- Custom styles --> <link href="/assets/themes/bootstrap-3/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <!-- Fav and touch icons --> <!-- Update these with your own images <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> --> <!-- atom & rss feed --> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed"> </head> <body> <div id="wrap"> <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Jekyll Bootstrap</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="jb-navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/archive.html">Archive</a></li> <li><a href="/categories.html">Categories</a></li> <li><a href="/pages.html">Pages</a></li> <li><a href="/tags.html">Tags</a></li> </ul> <form class="navbar-form navbar-right" role="search"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div><!-- /.navbar-collapse --> </nav> <div class="container"> <div class="page-header"> <h1>Hello World! <small>Supporting tagline</small></h1> </div> <div class="row"> <div class="col-xs-12"> <p>Read <a href='http://jekyllbootstrap.com/usage/jekyll-quick-start.html'>Jekyll Quick Start</a></p> <p>Complete usage and documentation available at: <a href='http://jekyllbootstrap.com'>Jekyll Bootstrap</a></p> <h2 id='update_author_attributes'>Update Author Attributes</h2> <p>In <code>_config.yml</code> remember to specify your own data:</p> <pre><code>title : My Blog =) author : name : Name Lastname email : blah@email.test github : username twitter : username</code></pre> <p>The theme should reference these variables whenever needed.</p> <h2 id='sample_posts'>Sample Posts</h2> <p>This blog contains sample posts which help stage pages and blog data. When you don&#8217;t need the samples anymore just delete the <code>_posts/core-samples</code> folder.</p> <pre><code>$ rm -rf _posts/core-samples</code></pre> <p>Here&#8217;s a sample &#8220;posts list&#8221;.</p> <ul class='posts'> <li><span>29 Dec 2011</span> &raquo; <a href='/lessons/2011/12/29/jekyll-introduction'>Jekyll Introduction</a></li> </ul> <h2 id='todo'>To-Do</h2> <p>This theme is still unfinished. If you&#8217;d like to be added as a contributor, <a href='http://github.com/plusjade/jekyll-bootstrap'>please fork</a>! We need to clean up the themes, make theme usage guides with theme-specific markup examples.</p> </div> </div> </div> </div> <div id="footer"> <div class="container"> <p>&copy; 2015 Name Lastname with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a> and <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </p> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-123-12']); _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> <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script> </body> </html>
lib/sencha-touch-2.1.0-gpl/docs/source/Element.alignment.html
gaiaehr/gaiaehr
<!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">//@tag dom,core //@define Ext.Element-all //@define Ext.Element-alignment //@require Ext.Element-static <span id='Ext-dom-Element'>/** </span> * @class Ext.dom.Element */ //&lt;deprecated product=touch since=2.0&gt; Ext.dom.Element.addMembers({ <span id='Ext-dom-Element-method-getAnchorXY'> /** </span> * Gets the x,y coordinates specified by the anchor position on the element. * * @deprecated 2.0.0 This method is no longer available for Ext.Element. Please see {@link Ext.Component#showBy} * to do anchoring at Component level instead. * * @param {String} [anchor=c] (optional) The specified anchor position. * @param {Boolean} local (optional) `true` to get the local (element top/left-relative) anchor position instead * of page coordinates. * @param {Object} size (optional) An object containing the size to use for calculating anchor position. * `{width: (target width), height: (target height)}` (defaults to the element's current size) * @return {Array} [x, y] An array containing the element's x and y coordinates. */ getAnchorXY: function(anchor, local, size) { //&lt;debug warn&gt; Ext.Logger.deprecate(&quot;getAnchorXY() is no longer available for Ext.Element. Please see Ext.Component#showBy() &quot; + &quot;to do anchoring at Component level instead&quot;, this); //&lt;/debug&gt; //Passing a different size is useful for pre-calculating anchors, //especially for anchored animations that change the el size. anchor = (anchor || &quot;tl&quot;).toLowerCase(); size = size || {}; var me = this, vp = me.dom == document.body || me.dom == document, width = size.width || vp ? window.innerWidth: me.getWidth(), height = size.height || vp ? window.innerHeight: me.getHeight(), xy, rnd = Math.round, myXY = me.getXY(), extraX = vp ? 0: !local ? myXY[0] : 0, extraY = vp ? 0: !local ? myXY[1] : 0, hash = { c: [rnd(width * 0.5), rnd(height * 0.5)], t: [rnd(width * 0.5), 0], l: [0, rnd(height * 0.5)], r: [width, rnd(height * 0.5)], b: [rnd(width * 0.5), height], tl: [0, 0], bl: [0, height], br: [width, height], tr: [width, 0] }; xy = hash[anchor]; return [xy[0] + extraX, xy[1] + extraY]; }, alignToRe: /^([a-z]+)-([a-z]+)(\?)?$/, <span id='Ext-dom-Element-method-getAlignToXY'> /** </span> * Gets the x,y coordinates to align this element with another element. * @param {Mixed} element The element to align to. * @param {String} [position=tl-bl] (optional) The position to align to. * @param {Array} offsets (optional) Offset the positioning by [x, y]. * @return {Array} [x, y] */ getAlignToXY: function(el, position, offsets, local) { //&lt;debug warn&gt; Ext.Logger.deprecate(&quot;getAlignToXY() is no longer available for Ext.Element. Please see Ext.Component#showBy() &quot; + &quot;to do anchoring at Component level instead&quot;, this); //&lt;/debug&gt; local = !!local; el = Ext.get(el); //&lt;debug&gt; if (!el || !el.dom) { throw new Error(&quot;Element.alignToXY with an element that doesn't exist&quot;); } //&lt;/debug&gt; offsets = offsets || [0, 0]; if (!position || position == '?') { position = 'tl-bl?'; } else if (! (/-/).test(position) &amp;&amp; position !== &quot;&quot;) { position = 'tl-' + position; } position = position.toLowerCase(); var me = this, matches = position.match(this.alignToRe), dw = window.innerWidth, dh = window.innerHeight, p1 = &quot;&quot;, p2 = &quot;&quot;, a1, a2, x, y, swapX, swapY, p1x, p1y, p2x, p2y, width, height, region, constrain; if (!matches) { throw &quot;Element.alignTo with an invalid alignment &quot; + position; } p1 = matches[1]; p2 = matches[2]; constrain = !!matches[3]; //Subtract the aligned el's internal xy from the target's offset xy //plus custom offset to get the aligned el's new offset xy a1 = me.getAnchorXY(p1, true); a2 = el.getAnchorXY(p2, local); x = a2[0] - a1[0] + offsets[0]; y = a2[1] - a1[1] + offsets[1]; if (constrain) { width = me.getWidth(); height = me.getHeight(); region = el.getPageBox(); //If we are at a viewport boundary and the aligned el is anchored on a target border that is //perpendicular to the vp border, allow the aligned el to slide on that border, //otherwise swap the aligned el to the opposite border of the target. p1y = p1.charAt(0); p1x = p1.charAt(p1.length - 1); p2y = p2.charAt(0); p2x = p2.charAt(p2.length - 1); swapY = ((p1y == &quot;t&quot; &amp;&amp; p2y == &quot;b&quot;) || (p1y == &quot;b&quot; &amp;&amp; p2y == &quot;t&quot;)); swapX = ((p1x == &quot;r&quot; &amp;&amp; p2x == &quot;l&quot;) || (p1x == &quot;l&quot; &amp;&amp; p2x == &quot;r&quot;)); if (x + width &gt; dw) { x = swapX ? region.left - width: dw - width; } if (x &lt; 0) { x = swapX ? region.right: 0; } if (y + height &gt; dh) { y = swapY ? region.top - height: dh - height; } if (y &lt; 0) { y = swapY ? region.bottom: 0; } } return [x, y]; }, // @private getAnchor: function(){ var dom = this.dom; if (!dom) { return; } var anchor = this.self.data.call(this.self, dom, '_anchor'); if(!anchor){ anchor = this.self.data.call(this.self, dom, '_anchor', {}); } return anchor; }, // @private // used outside of core adjustForConstraints: function(xy, parent) { var vector = this.getConstrainVector(parent, xy); if (vector) { xy[0] += vector[0]; xy[1] += vector[1]; } return xy; } }); //&lt;/deprecated&gt; </pre> </body> </html>
third_party/cpp/berkeleydb/docs/bdb-sql/unsupportedpragmas.html
apavlo/h-store
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Unsupported PRAGMAs</title> <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Getting Started with the Oracle Berkeley DB SQL APIs" /> <link rel="up" href="dbsqlbasics.html" title="Chapter 1. Berkeley DB SQL: The Absolute Basics" /> <link rel="prev" href="journaldirectory.html" title="The Journal Directory" /> <link rel="next" href="changedpragmas.html" title="Changed PRAGMAs" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Unsupported PRAGMAs</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="journaldirectory.html">Prev</a> </td> <th width="60%" align="center">Chapter 1. Berkeley DB SQL: The Absolute Basics</th> <td width="20%" align="right"> <a accesskey="n" href="changedpragmas.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="unsupportedpragmas"></a>Unsupported PRAGMAs</h2> </div> </div> </div> <p> The following PRAGMAs are not supported by the BDB SQL interface. </p> <table class="simplelist" border="0" summary="Simple list"> <tr> <td> <a class="ulink" href="http://www.sqlite.org/pragma.html#pragma_journal_mode" target="_top"> PRAGMA journal_mode </a> </td> </tr> <tr> <td> <a class="ulink" href="http://www.sqlite.org/pragma.html#pragma_legacy_file_format" target="_top"> PRAGMA legacy_file_format </a> </td> </tr> </table> <p> Also, <a class="ulink" href="http://www.sqlite.org/pragma.html#pragma_fullfsync" target="_top">PRAGMA fullfsync</a> is always on for the BDB SQL interface. (This is an issue only for Mac OS X platforms.) </p> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="journaldirectory.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="dbsqlbasics.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="changedpragmas.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">The Journal Directory </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> Changed PRAGMAs</td> </tr> </table> </div> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/img-tag/same-https.keep-origin.http.html
saneyuki/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using common/security-features/tools/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'</title> <meta charset='utf-8'> <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."> <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="Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context."> <meta name="referrer" content="no-referrer"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="/referrer-policy/generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "origin", "origin": "same-https", "redirection": "keep-origin", "source_context_list": [ { "policyDeliveries": [ { "deliveryType": "meta", "key": "referrerPolicy", "value": "origin-when-cross-origin" } ], "sourceContextType": "srcdoc" } ], "source_scheme": "http", "subresource": "img-tag", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/unsafe-url/meta-referrer/cross-origin/http-http/img-tag/swap-origin-redirect/generic.http.html
peterjoel/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 'unsafe-url'</title> <meta name="description" content="Check that all sub-resources get the stripped referrer URL."> <meta name="referrer" content="unsafe-url"> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-unsafe-url"> <meta name="assert" content="The referrer URL is stripped-referrer when a document served over http requires an http sub-resource via img-tag using the meta-referrer delivery method with swap-origin-redirect and when the target request is cross-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", "delivery_method": "meta-referrer", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", "target_protocol": "http", "subresource": "img-tag", "referrer_url": "stripped-referrer" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
public/assets/themes/default/stylesheets/og/ie7.css
abhinay100/feng_app
.abm-members-name { float: left; } input[type=checkbox] { border: 0px none; width: 13px !important; height: 13px; } .single-tree-container .x-panel-body.x-panel-body-noheader.x-column-layout-ct { overflow: hidden !important; } .x-tab-strip-active { /* background: yellow;*/ border-bottom: 2px solid #F0F0F0; margin-bottom: -2px !important } .widget { /* Shadow for ie7 */ #zoom: 1; #filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=6); } .widget-body { border-left: 1px solid #FAFAFA; } div.user-box-actions { width: 252px; float: left ; } input[type=checkbox], input[type=radio], input[type=radio]:hover { padding: 0; border: 0px none; } #menu-panel .x-tree-node .feng-node-actions { margin-top: -20px; } button.add-first-btn { min-width: 200px !important; } .login-footer { left: 0; } div.login-body div.input { margin: 20px 0; } div.login-body div.input label { display: block; float: left; } div.login-body div.input input, div.login-body div.form-container input[type!=checkbox] { padding-top: 10px; height: 25px; border: 2px solid #ddd; } div.login-body div.input select { margin-top: 10px; } div.login-body div.form-container button[type=submit] { border: 2px solid #589128; } div.login-body div.form-container button[type=submit]:hover { border: 2px solid #3D6A27; } ul.x-tab-strip li:hover { filter: alpha(opacity=10); background: #e7e7e7; } .add-factor-container { margin-top: 15px; } .factors-status { border: 1px solid #ccc; margin: 10px 0; padding: 10px; } .big-checkbox input[type=checkbox] { display: block !important; margin-top:5px; } .big-checkbox label, .big-checkbox label:after { display:none; } #header .header-content-right .gen-search{ top: 20%!important; } .options_menu .gen-search { width: 60%; }
rules/rules-rgaa3.0/src/test/resources/testcases/rgaa30/Rgaa30Rule060305/Rgaa30.Test.6.3.5-2Failed-05.html
dzc34/Asqatasun
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa30 Test.6-3-5 Failed 02</title> </head> <body> <div> <div class="test-detail" lang="fr"> Chaque intitulé de lien vectoriel (contenu de l&apos;alternative de l&apos;image vectorielle, balise <code>svg</code>) est-il explicite hors contexte (hors cas particuliers) ? </div> <a href="my-link.html"> <svg> !:,!:;<<***+//// </svg> </a> <a href="my-link.html"> <svg> Another svg link </svg> </a> <p class="test-explanation"> Failed : the svg link title only contains non alphanumerical characters, no matter if a context exists Another link is present on the page and produce a NMI remark </p> </div> </body> </html>
rules/rules-accessiweb2.2/src/test/resources/testcases/accessiweb22/Aw22Rule08082/AW22.Test.8.8.2-1Passed-01.html
Asqatasun/Asqatasun
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Aw22 Test.8.8.2 Passed 01</title> </head> <body> <div> <h1>Aw22 Test.8.8.2 Passed 01</h1> <div class="test-detail"> On each Web page, is each language change (lang and/or xml:lang attribute) relevant? </div> <div class="testcase" lang="en"> Some text is written here in english and is long enough to enable the language determination (more than twenty words) </div> <div class="test-explanation"> Failed : A language change occurs once, defining the english language and the related text is in english. </div> </div> </body> </html>
document/AngularJS/source/booksource/Chapter 05/Listing 28.html
demun/FrontEndStudy
<!DOCTYPE HTML> <html> <head> <title>Example</title> <script src="angular.js"></script> <script type="text/javascript"> var myData1 = 5; var myData2 = "5"; var myData3 = myData2; var test1 = myData1 == myData2; var test2 = myData2 == myData3; var test3 = myData1 === myData2; var test4 = myData2 === myData3; console.log("Test 1: " + test1 + " Test 2: " + test2); console.log("Test 3: " + test3 + " Test 4: " + test4); </script> </head> <body> This is a simple example </body> </html>
doc/gui/org/deidentifier/arx/gui/view/impl/common/table/class-use/LayerRowFillLayout.html
bitraten/arx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.gui.view.impl.common.table.LayerRowFillLayout (ARX GUI Documentation)</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.deidentifier.arx.gui.view.impl.common.table.LayerRowFillLayout (ARX GUI Documentation)"; } //--> </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/deidentifier/arx/gui/view/impl/common/table/LayerRowFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">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/deidentifier/arx/gui/view/impl/common/table/class-use/LayerRowFillLayout.html" target="_top">Frames</a></li> <li><a href="LayerRowFillLayout.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.deidentifier.arx.gui.view.impl.common.table.LayerRowFillLayout" class="title">Uses of Class<br>org.deidentifier.arx.gui.view.impl.common.table.LayerRowFillLayout</h2> </div> <div class="classUseContainer">No usage of org.deidentifier.arx.gui.view.impl.common.table.LayerRowFillLayout</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/deidentifier/arx/gui/view/impl/common/table/LayerRowFillLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common.table">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/deidentifier/arx/gui/view/impl/common/table/class-use/LayerRowFillLayout.html" target="_top">Frames</a></li> <li><a href="LayerRowFillLayout.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>
server/selenium-remote-control-1.0.3/selenium-python-client-driver-1.0.1/doc/indices.html
dineshkummarc/gitak-1.0
<?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>Index</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 class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="selenium-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th bgcolor="#70b0f0" class="navselect" >&nbsp;&nbsp;&nbsp;Index&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%">&nbsp;</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 private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="indices.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <br /> <!-- ==================== IDENTIFIER INDEX ==================== --> <table class="index" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="index"><th colspan="2"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><th class="index">Identifier&nbsp;Index</th> <td width="100%" align="right"> [ <a href="#_">_</a> <a href="#a">a</a> <a href="#b">b</a> <a href="#c">c</a> <a href="#d">d</a> <a href="#e">e</a> <a href="#f">f</a> <a href="#g">g</a> <a href="#h">h</a> <a href="#i">i</a> <a href="#j">j</a> <a href="#k">k</a> <a href="#l">l</a> <a href="#m">m</a> <a href="#n">n</a> <a href="#o">o</a> <a href="#p">p</a> <a href="#q">q</a> <a href="#r">r</a> <a href="#s">s</a> <a href="#t">t</a> <a href="#u">u</a> <a href="#v">v</a> <a href="#w">w</a> <a href="#x">x</a> <a href="#y">y</a> <a href="#z">z</a> ] </td> </tr></table> </th></tr> <a name="_"></a> <tr><td width="15%"> <a href="selenium.selenium-class.html#__init__">__init__</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="a"></a> <a href="selenium.selenium-class.html#add_location_strategy">add_location_strategy</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#add_script">add_script</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#add_selection">add_selection</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#addCustomRequestHeader">addCustomRequestHeader</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#allow_native_xpath">allow_native_xpath</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#alt_key_down">alt_key_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#alt_key_up">alt_key_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#answer_on_next_prompt">answer_on_next_prompt</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#assign_id">assign_id</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#attach_file">attach_file</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="b"></a> <a name="c"></a> <a href="selenium.selenium-class.html#capture_entire_page_screenshot">capture_entire_page_screenshot</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#capture_entire_page_screenshot_to_string">capture_entire_page_screenshot_to_string</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#capture_screenshot">capture_screenshot</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#capture_screenshot_to_string">capture_screenshot_to_string</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#captureNetworkTraffic">captureNetworkTraffic</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#check">check</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#choose_cancel_on_next_confirmation">choose_cancel_on_next_confirmation</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#choose_ok_on_next_confirmation">choose_ok_on_next_confirmation</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#click">click</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#click_at">click_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#close">close</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#context_menu">context_menu</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#context_menu_at">context_menu_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#control_key_down">control_key_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#control_key_up">control_key_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#create_cookie">create_cookie</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="d"></a> <a href="selenium.selenium-class.html#delete_all_visible_cookies">delete_all_visible_cookies</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#delete_cookie">delete_cookie</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#deselect_pop_up">deselect_pop_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#do_command">do_command</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#double_click">double_click</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#double_click_at">double_click_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#drag_and_drop">drag_and_drop</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#drag_and_drop_to_object">drag_and_drop_to_object</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#dragdrop">dragdrop</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="e"></a> <a name="f"></a> <a href="selenium.selenium-class.html#fire_event">fire_event</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#focus">focus</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="g"></a> <a href="selenium.selenium-class.html#get_alert">get_alert</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_buttons">get_all_buttons</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_fields">get_all_fields</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_links">get_all_links</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_window_ids">get_all_window_ids</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_window_names">get_all_window_names</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_all_window_titles">get_all_window_titles</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_attribute">get_attribute</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_attribute_from_all_windows">get_attribute_from_all_windows</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_body_text">get_body_text</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_boolean">get_boolean</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_boolean_array">get_boolean_array</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_confirmation">get_confirmation</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_cookie">get_cookie</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_cookie_by_name">get_cookie_by_name</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_cursor_position">get_cursor_position</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_element_height">get_element_height</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_element_index">get_element_index</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_element_position_left">get_element_position_left</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_element_position_top">get_element_position_top</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_element_width">get_element_width</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_eval">get_eval</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_expression">get_expression</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_html_source">get_html_source</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_location">get_location</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_mouse_speed">get_mouse_speed</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_number">get_number</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_number_array">get_number_array</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_prompt">get_prompt</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_select_options">get_select_options</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_id">get_selected_id</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_ids">get_selected_ids</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_index">get_selected_index</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_indexes">get_selected_indexes</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_label">get_selected_label</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_labels">get_selected_labels</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_value">get_selected_value</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_selected_values">get_selected_values</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_speed">get_speed</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_string">get_string</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_string_array">get_string_array</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_table">get_table</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_text">get_text</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_title">get_title</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_value">get_value</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_whether_this_frame_match_frame_expression">get_whether_this_frame_match_frame_expression</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_whether_this_window_match_window_expression">get_whether_this_window_match_window_expression</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#get_xpath_count">get_xpath_count</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#go_back">go_back</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="h"></a> <a href="selenium.selenium-class.html#highlight">highlight</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="i"></a> <a href="selenium.selenium-class.html#ignore_attributes_without_value">ignore_attributes_without_value</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_alert_present">is_alert_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_checked">is_checked</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_confirmation_present">is_confirmation_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_cookie_present">is_cookie_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_editable">is_editable</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_element_present">is_element_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_ordered">is_ordered</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_prompt_present">is_prompt_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_something_selected">is_something_selected</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_text_present">is_text_present</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#is_visible">is_visible</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="j"></a> <a name="k"></a> <a href="selenium.selenium-class.html#key_down">key_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#key_down_native">key_down_native</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#key_press">key_press</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#key_press_native">key_press_native</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#key_up">key_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#key_up_native">key_up_native</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="l"></a> <a name="m"></a> <a href="selenium.selenium-class.html#meta_key_down">meta_key_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#meta_key_up">meta_key_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_down">mouse_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_down_at">mouse_down_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_down_right">mouse_down_right</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_down_right_at">mouse_down_right_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_move">mouse_move</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_move_at">mouse_move_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_out">mouse_out</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_over">mouse_over</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_up">mouse_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_up_at">mouse_up_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_up_right">mouse_up_right</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#mouse_up_right_at">mouse_up_right_at</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="n"></a> <a name="o"></a> <a href="selenium.selenium-class.html#open">open</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#open_window">open_window</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="p"></a> <a name="q"></a> <a name="r"></a> <a href="selenium.selenium-class.html#refresh">refresh</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#remove_all_selections">remove_all_selections</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#remove_script">remove_script</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#remove_selection">remove_selection</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#retrieve_last_remote_control_logs">retrieve_last_remote_control_logs</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#rollup">rollup</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#run_script">run_script</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="s"></a> <a href="selenium.selenium-class.html#select">select</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#select_frame">select_frame</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#select_pop_up">select_pop_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#select_window">select_window</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium-module.html">selenium</a> </td> <td>Module </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html">selenium</a> </td> <td>Class in Module <a href="selenium-module.html">selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_browser_log_level">set_browser_log_level</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_context">set_context</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_cursor_position">set_cursor_position</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_mouse_speed">set_mouse_speed</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_speed">set_speed</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#set_timeout">set_timeout</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#setExtensionJs">setExtensionJs</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#shift_key_down">shift_key_down</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#shift_key_up">shift_key_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#shut_down_selenium_server">shut_down_selenium_server</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#start">start</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#stop">stop</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#submit">submit</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="t"></a> <a href="selenium.selenium-class.html#type">type</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#type_keys">type_keys</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="u"></a> <a href="selenium.selenium-class.html#uncheck">uncheck</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#use_xpath_library">use_xpath_library</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a name="v"></a> <a name="w"></a> <a href="selenium.selenium-class.html#wait_for_condition">wait_for_condition</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#wait_for_frame_to_load">wait_for_frame_to_load</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#wait_for_page_to_load">wait_for_page_to_load</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#wait_for_pop_up">wait_for_pop_up</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#window_focus">window_focus</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> <tr><td width="15%"> <a href="selenium.selenium-class.html#window_maximize">window_maximize</a> </td> <td>Method in Class <a href="selenium.selenium-class.html">selenium.selenium</a> </td> </tr> </table> <a name="x"></a> <a name="y"></a> <a name="z"></a> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="selenium-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th bgcolor="#70b0f0" class="navselect" >&nbsp;&nbsp;&nbsp;Index&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer">Generated by Epydoc 3.0alpha2 on Tue Jun 09 11:55:37 2009</td> <td align="right" class="footer"> <a href="http://epydoc.sourceforge.net">http://epydoc.sf.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>
docs/dyn/keep_v1.notes.html
googleapis/google-api-python-client
<html><body> <style> body, h1, h2, h3, div, span, p, pre, a { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-size: 13px; padding: 1em; } h1 { font-size: 26px; margin-bottom: 1em; } h2 { font-size: 24px; margin-bottom: 1em; } h3 { font-size: 20px; margin-bottom: 1em; margin-top: 1em; } pre, code { line-height: 1.5; font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; } pre { margin-top: 0.5em; } h1, h2, h3, p { font-family: Arial, sans serif; } h1, h2, h3 { border-bottom: solid #CCC 1px; } .toc_element { margin-top: 0.5em; } .firstline { margin-left: 2 em; } .method { margin-top: 1em; border: solid 1px #CCC; padding: 1em; background: #EEE; } .details { font-weight: bold; font-size: 14px; } </style> <h1><a href="keep_v1.html">Google Keep API</a> . <a href="keep_v1.notes.html">notes</a></h1> <h2>Instance Methods</h2> <p class="toc_element"> <code><a href="keep_v1.notes.permissions.html">permissions()</a></code> </p> <p class="firstline">Returns the permissions Resource.</p> <p class="toc_element"> <code><a href="#close">close()</a></code></p> <p class="firstline">Close httplib2 connections.</p> <p class="toc_element"> <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p> <p class="firstline">Creates a new note.</p> <p class="toc_element"> <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p> <p class="firstline">Deletes a note. Caller must have the `OWNER` role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note.</p> <p class="toc_element"> <code><a href="#get">get(name, x__xgafv=None)</a></code></p> <p class="firstline">Gets a note.</p> <p class="toc_element"> <code><a href="#list">list(filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> <p class="firstline">Lists notes. Every list call returns a page of results with `page_size` as the upper bound of returned items. A `page_size` of zero allows the server to choose the upper bound. The ListNotesResponse contains at most `page_size` entries. If there are more things left to list, it provides a `next_page_token` value. (Page tokens are opaque values.) To get the next page of results, copy the result's `next_page_token` into the next request's `page_token`. Repeat until the `next_page_token` returned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.</p> <p class="toc_element"> <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> <p class="firstline">Retrieves the next page of results.</p> <h3>Method Details</h3> <div class="method"> <code class="details" id="close">close()</code> <pre>Close httplib2 connections.</pre> </div> <div class="method"> <code class="details" id="create">create(body=None, x__xgafv=None)</code> <pre>Creates a new note. Args: body: object, The request body. The object takes the form of: { # A single note. &quot;attachments&quot;: [ # Output only. The attachments attached to this note. { # An attachment to a note. &quot;mimeType&quot;: [ # The MIME types (IANA media types) in which the attachment is available. &quot;A String&quot;, ], &quot;name&quot;: &quot;A String&quot;, # The resource name; }, ], &quot;body&quot;: { # The content of the note. # The body of the note. &quot;list&quot;: { # The list of items for a single list note. # Used if this section&#x27;s content is a list. &quot;listItems&quot;: [ # The items in the list. The number of items must be less than 1,000. { # A single list item in a note&#x27;s list. &quot;checked&quot;: True or False, # Whether this item has been checked off or not. &quot;childListItems&quot;: [ # If set, list of list items nested under this list item. Only one level of nesting is allowed. # Object with schema name: ListItem ], &quot;text&quot;: { # The block of text for a single text section or list item. # The text of this item. Length must be less than 1,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, ], }, &quot;text&quot;: { # The block of text for a single text section or list item. # Used if this section&#x27;s content is a block of text. The length of the text content must be less than 20,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, &quot;createTime&quot;: &quot;A String&quot;, # Output only. When this note was created. &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this note. See general note on identifiers in KeepService. &quot;permissions&quot;: [ # Output only. The list of permissions set on the note. Contains at least one entry for the note owner. { # A single permission on the note. Associates a `member` with a `role`. &quot;deleted&quot;: True or False, # Output only. Whether this member has been deleted. If the member is recovered, this value is set to false and the recovered member retains the role on the note. &quot;email&quot;: &quot;A String&quot;, # The email associated with the member. If set on create, the `email` field in the `User` or `Group` message must either be empty or match this field. On read, may be unset if the member does not have an associated email. &quot;family&quot;: { # Describes a single Google Family. # Output only. The Google Family to which this role applies. }, &quot;group&quot;: { # Describes a single Group. # Output only. The group to which this role applies. &quot;email&quot;: &quot;A String&quot;, # The group email. }, &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name. &quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. The role determines the entity’s ability to read, write, and share notes. &quot;user&quot;: { # Describes a single user. # Output only. The user to whom this role applies. &quot;email&quot;: &quot;A String&quot;, # The user&#x27;s email. }, }, ], &quot;title&quot;: &quot;A String&quot;, # The title of the note. Length must be less than 1,000 characters. &quot;trashTime&quot;: &quot;A String&quot;, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the note is not trashed, this field is not set (and the trashed field is `false`). &quot;trashed&quot;: True or False, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted. &quot;updateTime&quot;: &quot;A String&quot;, # Output only. When this note was last modified. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A single note. &quot;attachments&quot;: [ # Output only. The attachments attached to this note. { # An attachment to a note. &quot;mimeType&quot;: [ # The MIME types (IANA media types) in which the attachment is available. &quot;A String&quot;, ], &quot;name&quot;: &quot;A String&quot;, # The resource name; }, ], &quot;body&quot;: { # The content of the note. # The body of the note. &quot;list&quot;: { # The list of items for a single list note. # Used if this section&#x27;s content is a list. &quot;listItems&quot;: [ # The items in the list. The number of items must be less than 1,000. { # A single list item in a note&#x27;s list. &quot;checked&quot;: True or False, # Whether this item has been checked off or not. &quot;childListItems&quot;: [ # If set, list of list items nested under this list item. Only one level of nesting is allowed. # Object with schema name: ListItem ], &quot;text&quot;: { # The block of text for a single text section or list item. # The text of this item. Length must be less than 1,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, ], }, &quot;text&quot;: { # The block of text for a single text section or list item. # Used if this section&#x27;s content is a block of text. The length of the text content must be less than 20,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, &quot;createTime&quot;: &quot;A String&quot;, # Output only. When this note was created. &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this note. See general note on identifiers in KeepService. &quot;permissions&quot;: [ # Output only. The list of permissions set on the note. Contains at least one entry for the note owner. { # A single permission on the note. Associates a `member` with a `role`. &quot;deleted&quot;: True or False, # Output only. Whether this member has been deleted. If the member is recovered, this value is set to false and the recovered member retains the role on the note. &quot;email&quot;: &quot;A String&quot;, # The email associated with the member. If set on create, the `email` field in the `User` or `Group` message must either be empty or match this field. On read, may be unset if the member does not have an associated email. &quot;family&quot;: { # Describes a single Google Family. # Output only. The Google Family to which this role applies. }, &quot;group&quot;: { # Describes a single Group. # Output only. The group to which this role applies. &quot;email&quot;: &quot;A String&quot;, # The group email. }, &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name. &quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. The role determines the entity’s ability to read, write, and share notes. &quot;user&quot;: { # Describes a single user. # Output only. The user to whom this role applies. &quot;email&quot;: &quot;A String&quot;, # The user&#x27;s email. }, }, ], &quot;title&quot;: &quot;A String&quot;, # The title of the note. Length must be less than 1,000 characters. &quot;trashTime&quot;: &quot;A String&quot;, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the note is not trashed, this field is not set (and the trashed field is `false`). &quot;trashed&quot;: True or False, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted. &quot;updateTime&quot;: &quot;A String&quot;, # Output only. When this note was last modified. }</pre> </div> <div class="method"> <code class="details" id="delete">delete(name, x__xgafv=None)</code> <pre>Deletes a note. Caller must have the `OWNER` role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note. Args: name: string, Required. Name of the note to delete. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. }</pre> </div> <div class="method"> <code class="details" id="get">get(name, x__xgafv=None)</code> <pre>Gets a note. Args: name: string, Required. Name of the resource. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A single note. &quot;attachments&quot;: [ # Output only. The attachments attached to this note. { # An attachment to a note. &quot;mimeType&quot;: [ # The MIME types (IANA media types) in which the attachment is available. &quot;A String&quot;, ], &quot;name&quot;: &quot;A String&quot;, # The resource name; }, ], &quot;body&quot;: { # The content of the note. # The body of the note. &quot;list&quot;: { # The list of items for a single list note. # Used if this section&#x27;s content is a list. &quot;listItems&quot;: [ # The items in the list. The number of items must be less than 1,000. { # A single list item in a note&#x27;s list. &quot;checked&quot;: True or False, # Whether this item has been checked off or not. &quot;childListItems&quot;: [ # If set, list of list items nested under this list item. Only one level of nesting is allowed. # Object with schema name: ListItem ], &quot;text&quot;: { # The block of text for a single text section or list item. # The text of this item. Length must be less than 1,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, ], }, &quot;text&quot;: { # The block of text for a single text section or list item. # Used if this section&#x27;s content is a block of text. The length of the text content must be less than 20,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, &quot;createTime&quot;: &quot;A String&quot;, # Output only. When this note was created. &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this note. See general note on identifiers in KeepService. &quot;permissions&quot;: [ # Output only. The list of permissions set on the note. Contains at least one entry for the note owner. { # A single permission on the note. Associates a `member` with a `role`. &quot;deleted&quot;: True or False, # Output only. Whether this member has been deleted. If the member is recovered, this value is set to false and the recovered member retains the role on the note. &quot;email&quot;: &quot;A String&quot;, # The email associated with the member. If set on create, the `email` field in the `User` or `Group` message must either be empty or match this field. On read, may be unset if the member does not have an associated email. &quot;family&quot;: { # Describes a single Google Family. # Output only. The Google Family to which this role applies. }, &quot;group&quot;: { # Describes a single Group. # Output only. The group to which this role applies. &quot;email&quot;: &quot;A String&quot;, # The group email. }, &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name. &quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. The role determines the entity’s ability to read, write, and share notes. &quot;user&quot;: { # Describes a single user. # Output only. The user to whom this role applies. &quot;email&quot;: &quot;A String&quot;, # The user&#x27;s email. }, }, ], &quot;title&quot;: &quot;A String&quot;, # The title of the note. Length must be less than 1,000 characters. &quot;trashTime&quot;: &quot;A String&quot;, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the note is not trashed, this field is not set (and the trashed field is `false`). &quot;trashed&quot;: True or False, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted. &quot;updateTime&quot;: &quot;A String&quot;, # Output only. When this note was last modified. }</pre> </div> <div class="method"> <code class="details" id="list">list(filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code> <pre>Lists notes. Every list call returns a page of results with `page_size` as the upper bound of returned items. A `page_size` of zero allows the server to choose the upper bound. The ListNotesResponse contains at most `page_size` entries. If there are more things left to list, it provides a `next_page_token` value. (Page tokens are opaque values.) To get the next page of results, copy the result&#x27;s `next_page_token` into the next request&#x27;s `page_token`. Repeat until the `next_page_token` returned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error. Args: filter: string, Filter for list results. If no filter is supplied, the `trashed` filter is applied by default. Valid fields to filter by are: `create_time`, `update_time`, `trash_time`, and `trashed`. Filter syntax follows the [Google AIP filtering spec](https://aip.dev/160). pageSize: integer, The maximum number of results to return. pageToken: string, The previous page&#x27;s `next_page_token` field. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The response when listing a page of notes. &quot;nextPageToken&quot;: &quot;A String&quot;, # Next page&#x27;s `page_token` field. &quot;notes&quot;: [ # A page of notes. { # A single note. &quot;attachments&quot;: [ # Output only. The attachments attached to this note. { # An attachment to a note. &quot;mimeType&quot;: [ # The MIME types (IANA media types) in which the attachment is available. &quot;A String&quot;, ], &quot;name&quot;: &quot;A String&quot;, # The resource name; }, ], &quot;body&quot;: { # The content of the note. # The body of the note. &quot;list&quot;: { # The list of items for a single list note. # Used if this section&#x27;s content is a list. &quot;listItems&quot;: [ # The items in the list. The number of items must be less than 1,000. { # A single list item in a note&#x27;s list. &quot;checked&quot;: True or False, # Whether this item has been checked off or not. &quot;childListItems&quot;: [ # If set, list of list items nested under this list item. Only one level of nesting is allowed. # Object with schema name: ListItem ], &quot;text&quot;: { # The block of text for a single text section or list item. # The text of this item. Length must be less than 1,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, ], }, &quot;text&quot;: { # The block of text for a single text section or list item. # Used if this section&#x27;s content is a block of text. The length of the text content must be less than 20,000 characters. &quot;text&quot;: &quot;A String&quot;, # The text of the note. The limits on this vary with the specific field using this type. }, }, &quot;createTime&quot;: &quot;A String&quot;, # Output only. When this note was created. &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this note. See general note on identifiers in KeepService. &quot;permissions&quot;: [ # Output only. The list of permissions set on the note. Contains at least one entry for the note owner. { # A single permission on the note. Associates a `member` with a `role`. &quot;deleted&quot;: True or False, # Output only. Whether this member has been deleted. If the member is recovered, this value is set to false and the recovered member retains the role on the note. &quot;email&quot;: &quot;A String&quot;, # The email associated with the member. If set on create, the `email` field in the `User` or `Group` message must either be empty or match this field. On read, may be unset if the member does not have an associated email. &quot;family&quot;: { # Describes a single Google Family. # Output only. The Google Family to which this role applies. }, &quot;group&quot;: { # Describes a single Group. # Output only. The group to which this role applies. &quot;email&quot;: &quot;A String&quot;, # The group email. }, &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name. &quot;role&quot;: &quot;A String&quot;, # The role granted by this permission. The role determines the entity’s ability to read, write, and share notes. &quot;user&quot;: { # Describes a single user. # Output only. The user to whom this role applies. &quot;email&quot;: &quot;A String&quot;, # The user&#x27;s email. }, }, ], &quot;title&quot;: &quot;A String&quot;, # The title of the note. Length must be less than 1,000 characters. &quot;trashTime&quot;: &quot;A String&quot;, # Output only. When this note was trashed. If `trashed`, the note is eventually deleted. If the note is not trashed, this field is not set (and the trashed field is `false`). &quot;trashed&quot;: True or False, # Output only. `true` if this note has been trashed. If trashed, the note is eventually deleted. &quot;updateTime&quot;: &quot;A String&quot;, # Output only. When this note was last modified. }, ], }</pre> </div> <div class="method"> <code class="details" id="list_next">list_next(previous_request, previous_response)</code> <pre>Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call &#x27;execute()&#x27; on to request the next page. Returns None if there are no more items in the collection. </pre> </div> </body></html>
tiles-test-pom/tiles-test/src/test/selenium/ConfiguredDefinitionExprTest.html
timgifford/tiles
<!-- /* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Configured Definition Test</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">Configured Definition With Expression Test</td></tr> </thead><tbody> <tr> <td>open</td> <td>/tiles-test/index.jsp</td> <td></td> </tr> <tr> <td>clickAndWait</td> <td>link=Test Insert Configured Definition With Expression</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>This is the title.</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>This is the header</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>This is a body</td> <td></td> </tr> </tbody></table> </body> </html>
source/api/apidocs-4.12/apis/registerNetscalerControlCenter.html
apache/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack 4.12.0.0 Root Admin API Reference </span> <p></p> <h1>registerNetscalerControlCenter</h1> <p>Adds a netscaler control center device</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;"><strong>URL of the netscaler controlcenter appliance.</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>numretries</strong></td><td style="width:500px;"><strong>Credentials to reach netscaler controlcenter device</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>password</strong></td><td style="width:500px;"><strong>Credentials to reach netscaler controlcenter device</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>username</strong></td><td style="width:500px;"><strong>Credentials to reach netscaler controlcenter device</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>gslbprovider</strong></td><td style="width:500px;">true if NetScaler device is provisioned to be a GSLB service provider</td> </tr> <tr> <td style="width:200px;"><strong>gslbproviderprivateip</strong></td><td style="width:500px;">private IP of the NetScaler representing GSLB site</td> </tr> <tr> <td style="width:200px;"><strong>gslbproviderpublicip</strong></td><td style="width:500px;">public IP of the NetScaler representing GSLB site</td> </tr> <tr> <td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;">the management IP address of the external load balancer</td> </tr> <tr> <td style="width:200px;"><strong>isexclusivegslbprovider</strong></td><td style="width:500px;">true if NetScaler device is provisioned exclusively to be a GSLB service provider</td> </tr> <tr> <td style="width:200px;"><strong>lbdevicecapacity</strong></td><td style="width:500px;">device capacity</td> </tr> <tr> <td style="width:200px;"><strong>lbdevicededicated</strong></td><td style="width:500px;">true if device is dedicated for an account</td> </tr> <tr> <td style="width:200px;"><strong>lbdeviceid</strong></td><td style="width:500px;">device id of the netscaler load balancer</td> </tr> <tr> <td style="width:200px;"><strong>lbdevicename</strong></td><td style="width:500px;">device name</td> </tr> <tr> <td style="width:200px;"><strong>lbdevicestate</strong></td><td style="width:500px;">device state</td> </tr> <tr> <td style="width:200px;"><strong>physicalnetworkid</strong></td><td style="width:500px;">the physical network to which this netscaler device belongs to</td> </tr> <tr> <td style="width:200px;"><strong>podids</strong></td><td style="width:500px;">Used when NetScaler device is provider of EIP service. This parameter represents the list of pod's, for which there exists a policy based route on datacenter L3 router to route pod's subnet IP to a NetScaler device.</td> </tr> <tr> <td style="width:200px;"><strong>privateinterface</strong></td><td style="width:500px;">the private interface of the load balancer</td> </tr> <tr> <td style="width:200px;"><strong>provider</strong></td><td style="width:500px;">name of the provider</td> </tr> <tr> <td style="width:200px;"><strong>publicinterface</strong></td><td style="width:500px;">the public interface of the load balancer</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
src/boost_1_57_0/doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html
biospi/seamass-windeps
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_ACCUMULATORS_MAX_FEATURES</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="accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp" title="Header &lt;boost/accumulators/accumulators_fwd.hpp&gt;"> <link rel="prev" href="boost/accumulators/features.html" title="Struct template features"> <link rel="next" href="BOOST_ACCUMULATORS_MAX_ARGS.html" title="Macro BOOST_ACCUMULATORS_MAX_ARGS"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> <td align="center"><a href="../../index.html">Home</a></td> <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="boost/accumulators/features.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="accumulators/reference.html#header.boost.accumulators.accumulators_fwd_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="BOOST_ACCUMULATORS_MAX_ARGS.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_ACCUMULATORS_MAX_FEATURES"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_ACCUMULATORS_MAX_FEATURES</span></h2> <p>BOOST_ACCUMULATORS_MAX_FEATURES</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="accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp" title="Header &lt;boost/accumulators/accumulators_fwd.hpp&gt;">boost/accumulators/accumulators_fwd.hpp</a>&gt; </span>BOOST_ACCUMULATORS_MAX_FEATURES</pre></div> <div class="refsect1"> <a name="idp99630112"></a><h2>Description</h2> <p>The maximum number of accumulators that may be put in an accumulator_set. Defaults to BOOST_MPL_LIMIT_VECTOR_SIZE (which defaults to 20). </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; 2005, 2006 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="boost/accumulators/features.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="accumulators/reference.html#header.boost.accumulators.accumulators_fwd_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="BOOST_ACCUMULATORS_MAX_ARGS.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
doc/api/org/deidentifier/arx/class-use/ARXLattice.LatticeDeserializationContext.html
bitraten/arx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.ARXLattice.LatticeDeserializationContext (ARX API Documentation)</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.deidentifier.arx.ARXLattice.LatticeDeserializationContext (ARX API Documentation)"; } //--> </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/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/deidentifier/arx/class-use/ARXLattice.LatticeDeserializationContext.html" target="_top">Frames</a></li> <li><a href="ARXLattice.LatticeDeserializationContext.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.deidentifier.arx.ARXLattice.LatticeDeserializationContext" class="title">Uses of Class<br>org.deidentifier.arx.ARXLattice.LatticeDeserializationContext</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">ARXLattice.LatticeDeserializationContext</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.deidentifier.arx">org.deidentifier.arx</a></td> <td class="colLast"> <div class="block">This package provides the public API for the ARX anonymization framework.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.deidentifier.arx"> <!-- --> </a> <h3>Uses of <a href="../../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">ARXLattice.LatticeDeserializationContext</a> in <a href="../../../../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a> that return <a href="../../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">ARXLattice.LatticeDeserializationContext</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">ARXLattice.LatticeDeserializationContext</a></code></td> <td class="colLast"><span class="strong">ARXLattice.</span><code><strong><a href="../../../../org/deidentifier/arx/ARXLattice.html#getDeserializationContext()">getDeserializationContext</a></strong>()</code> <div class="block">Returns the deserialization context.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/deidentifier/arx/class-use/ARXLattice.LatticeDeserializationContext.html" target="_top">Frames</a></li> <li><a href="ARXLattice.LatticeDeserializationContext.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>
docs/swift-api/services/DialogV1/docsets/.docset/Contents/Resources/Documents/Structs.html
tad-iizuka/swift-sdk
<!DOCTYPE html> <html lang="en"> <head> <title>Structs Reference</title> <link rel="stylesheet" type="text/css" href="css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="css/highlight.css" /> <meta charset='utf-8'> <script src="js/jquery.min.js" defer></script> <script src="js/jazzy.js" defer></script> </head> <body> <a title="Structs Reference"></a> <header> <div class="content-wrapper"> <p><a href="index.html"> Docs</a></p> <p class="header-right"><a href="https://github.com/watson-developer-cloud/ios-sdk"><img src="img/gh.png"/>View on GitHub</a></p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="index.html"> Reference</a> <img id="carat" src="img/carat.png" /> Structs Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="Classes/Dialog.html">Dialog</a> </li> </ul> </li> <li class="nav-group-name"> <a href="Enums.html">Enums</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="Enums/Format.html">Format</a> </li> </ul> </li> <li class="nav-group-name"> <a href="Structs.html">Structs</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="Structs/Conversation.html">Conversation</a> </li> <li class="nav-group-task"> <a href="Structs/ConversationResponse.html">ConversationResponse</a> </li> <li class="nav-group-task"> <a href="Structs/DialogModel.html">DialogModel</a> </li> <li class="nav-group-task"> <a href="Structs/HitNode.html">HitNode</a> </li> <li class="nav-group-task"> <a href="Structs/Message.html">Message</a> </li> <li class="nav-group-task"> <a href="Structs/Node.html">Node</a> </li> <li class="nav-group-task"> <a href="Structs/Parameter.html">Parameter</a> </li> <li class="nav-group-task"> <a href="Structs/Profile.html">Profile</a> </li> </ul> </li> <li class="nav-group-name"> <a href="Typealiases.html">Typealiases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="Typealiases.html#/s:8DialogV18DialogID">DialogID</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>Structs</h1> <p>The following structs are available globally.</p> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:V8DialogV120ConversationResponse"></a> <a name="//apple_ref/swift/Struct/ConversationResponse" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV120ConversationResponse">ConversationResponse</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog conversation response.</p> <a href="Structs/ConversationResponse.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">ConversationResponse</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> </ul> </div> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:V8DialogV111DialogModel"></a> <a name="//apple_ref/swift/Struct/DialogModel" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV111DialogModel">DialogModel</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog associated with a particular service instance.</p> <a href="Structs/DialogModel.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">DialogModel</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> </ul> </div> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:V8DialogV112Conversation"></a> <a name="//apple_ref/swift/Struct/Conversation" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV112Conversation">Conversation</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog conversation.</p> <a href="Structs/Conversation.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Conversation</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:V8DialogV17HitNode"></a> <a name="//apple_ref/swift/Struct/HitNode" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV17HitNode">HitNode</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog hit node.</p> <a href="Structs/HitNode.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">HitNode</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:V8DialogV17Message"></a> <a name="//apple_ref/swift/Struct/Message" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV17Message">Message</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog message.</p> <a href="Structs/Message.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Message</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> </ul> </div> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:V8DialogV14Node"></a> <a name="//apple_ref/swift/Struct/Node" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV14Node">Node</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog node.</p> <a href="Structs/Node.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Node</span><span class="p">:</span> <span class="kt">JSONEncodable</span><span class="p">,</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> </ul> </div> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:V8DialogV17Profile"></a> <a name="//apple_ref/swift/Struct/Profile" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV17Profile">Profile</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog profile.</p> <a href="Structs/Profile.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Profile</span><span class="p">:</span> <span class="kt">JSONEncodable</span><span class="p">,</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:V8DialogV19Parameter"></a> <a name="//apple_ref/swift/Struct/Parameter" class="dashAnchor"></a> <a class="token" href="#/s:V8DialogV19Parameter">Parameter</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>A dialog parameter.</p> <a href="Structs/Parameter.html" class="slightly-smaller">See more</a> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Parameter</span><span class="p">:</span> <span class="kt">JSONEncodable</span><span class="p">,</span> <span class="kt">JSONDecodable</span></code></pre> </div> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-03-02)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
docs/puppet_classes/mcollective.html
fuel-infra/puppet-mcollective
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Puppet Class: mcollective &mdash; Documentation by YARD 0.9.9 </title> <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> pathId = "puppet_classes::mcollective"; relpath = '../'; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/app.js"></script> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="../puppet_class_list.html?1"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <div id="menu"> <a href="../_index.html">Index (m)</a> &raquo; <span class='title'><span class='object_link'>Puppet Classes</span></span> &raquo; <span class="title">mcollective</span> </div> <div id="search"> <a class="full_list_link" id="puppet_class_list_link" href="../puppet_class_list.html"> <svg width="24" height="24"> <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> </svg> </a> </div> <div class="clear"></div> </div> <div id="content"><h1>Puppet Class: mcollective</h1> <div class="box_info"> <dl> <dt>Inherits:</dt> <dd><span class='object_link'><a href="mcollective_3A_3Adefaults.html" title="puppet_classes::mcollective::defaults (puppet_class)">mcollective::defaults</a></span></dd> </dl> <dl> <dt>Defined in:</dt> <dd> manifests/init.pp </dd> </dl> </div> <h2>Overview</h2> <div class="docstring"> <div class="discussion"> <p>Class - mcollective</p> </div> </div> <div class="tags"> <p class="tag_title">Parameters:</p> <ul class="param"> <li> <span class='name'>server</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>true</tt>)</em> </li> <li> <span class='name'>client</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>manage_packages</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>true</tt>)</em> </li> <li> <span class='name'>version</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;present&#39;</tt>)</em> </li> <li> <span class='name'>ruby_stomp_ensure</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;installed&#39;</tt>)</em> </li> <li> <span class='name'>sshkeyauth_gem_version</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;present&#39;</tt>)</em> </li> <li> <span class='name'>confdir</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$mcollective::defaults::confdir</tt>)</em> </li> <li> <span class='name'>main_collective</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective&#39;</tt>)</em> </li> <li> <span class='name'>collectives</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective&#39;</tt>)</em> </li> <li> <span class='name'>connector</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;activemq&#39;</tt>)</em> </li> <li> <span class='name'>securityprovider</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;psk&#39;</tt>)</em> </li> <li> <span class='name'>psk</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;changemeplease&#39;</tt>)</em> </li> <li> <span class='name'>factsource</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;yaml&#39;</tt>)</em> </li> <li> <span class='name'>yaml_fact_path</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>yaml_fact_cron</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>true</tt>)</em> </li> <li> <span class='name'>fact_cron_splay</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>classesfile</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;/var/lib/puppet/state/classes.txt&#39;</tt>)</em> </li> <li> <span class='name'>rpcauthprovider</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;action_policy&#39;</tt>)</em> </li> <li> <span class='name'>rpcauditprovider</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;logfile&#39;</tt>)</em> </li> <li> <span class='name'>rpcauditlogfile</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;/var/log/mcollective-audit.log&#39;</tt>)</em> </li> <li> <span class='name'>registration</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>core_libdir</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$mcollective::defaults::core_libdir</tt>)</em> </li> <li> <span class='name'>site_libdir</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$mcollective::defaults::site_libdir</tt>)</em> </li> <li> <span class='name'>identity</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$fqdn</tt>)</em> </li> <li> <span class='name'>middleware_hosts</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>[]</tt>)</em> </li> <li> <span class='name'>middleware_user</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective&#39;</tt>)</em> </li> <li> <span class='name'>middleware_password</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;marionette&#39;</tt>)</em> </li> <li> <span class='name'>middleware_multiple_ports</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>middleware_port</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;61613&#39;</tt>)</em> </li> <li> <span class='name'>middleware_ssl_port</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;61614&#39;</tt>)</em> </li> <li> <span class='name'>middleware_ports</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>[&#39;61613&#39;]</tt>)</em> </li> <li> <span class='name'>middleware_ssl_ports</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>[&#39;61614&#39;]</tt>)</em> </li> <li> <span class='name'>middleware_ssl</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>middleware_ssl_fallback</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>middleware_ssl_cert</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>middleware_ssl_key</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>middleware_ssl_ca</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>middleware_admin_user</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;admin&#39;</tt>)</em> </li> <li> <span class='name'>middleware_admin_password</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;secret&#39;</tt>)</em> </li> <li> <span class='name'>middleware_heartbeat_interval</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;30&#39;</tt>)</em> </li> <li> <span class='name'>rabbitmq_vhost</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;/mcollective&#39;</tt>)</em> </li> <li> <span class='name'>common_package</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective-common&#39;</tt>)</em> </li> <li> <span class='name'>server_config_file</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>server_logfile</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;/var/log/mcollective.log&#39;</tt>)</em> </li> <li> <span class='name'>server_loglevel</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;info&#39;</tt>)</em> </li> <li> <span class='name'>server_daemonize</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$mcollective::defaults::server_daemonize</tt>)</em> </li> <li> <span class='name'>service_name</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective&#39;</tt>)</em> </li> <li> <span class='name'>service_ensure</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;running&#39;</tt>)</em> </li> <li> <span class='name'>service_enable</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>true</tt>)</em> </li> <li> <span class='name'>server_package</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective&#39;</tt>)</em> </li> <li> <span class='name'>ruby_stomp_package</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;ruby-stomp&#39;</tt>)</em> </li> <li> <span class='name'>ruby_interpreter</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>$mcollective::defaults::ruby_interpreter</tt>)</em> </li> <li> <span class='name'>client_config_file</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>client_logger_type</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;console&#39;</tt>)</em> </li> <li> <span class='name'>client_loglevel</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;warn&#39;</tt>)</em> </li> <li> <span class='name'>client_package</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;mcollective-client&#39;</tt>)</em> </li> <li> <span class='name'>ssl_ca_cert</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>ssl_server_public</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>ssl_server_private</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>ssl_client_certs</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;puppet:///modules/mcollective/empty&#39;</tt>)</em> </li> <li> <span class='name'>ssl_client_certs_dir</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>ssl_ciphers</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>allowunconfigured</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em> </li> <li> <span class='name'>sshkey_server_learn_public_keys</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>sshkey_server_overwrite_stored_keys</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>false</tt>)</em> </li> <li> <span class='name'>sshkey_server_publickey_dir</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>sshkey_server_private_key</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>&#39;/etc/ssh/ssh_host_rsa_key&#39;</tt>)</em> </li> <li> <span class='name'>sshkey_server_authorized_keys</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> <li> <span class='name'>sshkey_server_send_key</span> <span class='type'>(<tt>Any</tt>)</span> <em class="default">(defaults to: <tt>undef</tt>)</em> </li> </ul> </div><div class="method_details_list"> <table class="source_code"> <tr> <td> <pre class="lines"> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139</pre> </td> <td> <pre class="code"><span class="info file"># File 'manifests/init.pp', line 2</span> class mcollective ( # which subcomponents to install here $server = true, $client = false, # installing packages $manage_packages = true, $version = &#39;present&#39;, $ruby_stomp_ensure = &#39;installed&#39;, $sshkeyauth_gem_version = &#39;present&#39;, # core configuration $confdir = $mcollective::defaults::confdir, $main_collective = &#39;mcollective&#39;, $collectives = &#39;mcollective&#39;, $connector = &#39;activemq&#39;, $securityprovider = &#39;psk&#39;, $psk = &#39;changemeplease&#39;, $factsource = &#39;yaml&#39;, $yaml_fact_path = undef, $yaml_fact_cron = true, $fact_cron_splay = false, $classesfile = &#39;/var/lib/puppet/state/classes.txt&#39;, $rpcauthprovider = &#39;action_policy&#39;, $rpcauditprovider = &#39;logfile&#39;, $rpcauditlogfile = &#39;/var/log/mcollective-audit.log&#39;, $registration = undef, $core_libdir = $mcollective::defaults::core_libdir, $site_libdir = $mcollective::defaults::site_libdir, $identity = $fqdn, # networking $middleware_hosts = [], $middleware_user = &#39;mcollective&#39;, $middleware_password = &#39;marionette&#39;, $middleware_multiple_ports = false, $middleware_port = &#39;61613&#39;, $middleware_ssl_port = &#39;61614&#39;, $middleware_ports = [&#39;61613&#39;], $middleware_ssl_ports = [&#39;61614&#39;], $middleware_ssl = false, $middleware_ssl_fallback = false, $middleware_ssl_cert = undef, $middleware_ssl_key = undef, $middleware_ssl_ca = undef, $middleware_admin_user = &#39;admin&#39;, $middleware_admin_password = &#39;secret&#39;, $middleware_heartbeat_interval = &#39;30&#39;, # middleware connector tweaking $rabbitmq_vhost = &#39;/mcollective&#39;, # common $common_package = &#39;mcollective-common&#39;, # server-specific $server_config_file = undef, # default dependent on $confdir $server_logfile = &#39;/var/log/mcollective.log&#39;, $server_loglevel = &#39;info&#39;, $server_daemonize = $mcollective::defaults::server_daemonize, $service_name = &#39;mcollective&#39;, $service_ensure = &#39;running&#39;, $service_enable = true, $server_package = &#39;mcollective&#39;, $ruby_stomp_package = &#39;ruby-stomp&#39;, $ruby_interpreter = $mcollective::defaults::ruby_interpreter, # client-specific $client_config_file = undef, # default dependent on $confdir $client_logger_type = &#39;console&#39;, $client_loglevel = &#39;warn&#39;, $client_package = &#39;mcollective-client&#39;, # ssl certs $ssl_ca_cert = undef, $ssl_server_public = undef, $ssl_server_private = undef, $ssl_client_certs = &#39;puppet:///modules/mcollective/empty&#39;, $ssl_client_certs_dir = undef, # default dependent on $confdir # ssl ciphers $ssl_ciphers = undef, # Action policy settings $allowunconfigured = &#39;1&#39;, # Sshkey security provider settings # Module defaults: https://github.com/puppetlabs/mcollective-sshkey-security/blob/master/security/sshkey.rb $sshkey_server_learn_public_keys = false, $sshkey_server_overwrite_stored_keys = false, $sshkey_server_publickey_dir = undef, #overwritten below $sshkey_server_private_key = &#39;/etc/ssh/ssh_host_rsa_key&#39;, $sshkey_server_authorized_keys = undef, $sshkey_server_send_key = undef, ) inherits mcollective::defaults { # Because the correct default value for several parameters is based on another # configurable parameter, it cannot be set in the parameter defaults above and # _real variables must be set here. $yaml_fact_path_real = pick_default($yaml_fact_path, &quot;${confdir}/facts.yaml&quot;) $server_config_file_real = pick_default($server_config_file, &quot;${confdir}/server.cfg&quot;) $client_config_file_real = pick_default($client_config_file, &quot;${confdir}/client.cfg&quot;) $ssldir = &quot;${confdir}/ssl&quot; $ssl_client_certs_dir_real = pick_default($ssl_client_certs_dir, &quot;${ssldir}/clients&quot;) $ssl_server_public_path = &quot;${ssldir}/server_public.pem&quot; $ssl_server_private_path = &quot;${ssldir}/server_private.pem&quot; $middleware_ssl_ca_real = pick_default($middleware_ssl_ca, $ssl_ca_cert) $middleware_ssl_cert_real = pick_default($middleware_ssl_cert, $ssl_server_public) $middleware_ssl_key_real = pick_default($middleware_ssl_key, $ssl_server_private) $middleware_ssl_key_path = &quot;${ssldir}/middleware_key.pem&quot; $middleware_ssl_cert_path = &quot;${ssldir}/middleware_cert.pem&quot; $middleware_ssl_ca_path = &quot;${ssldir}/middleware_ca.pem&quot; if $securityprovider == &#39;sshkey&#39; { package{&#39;sshkeyauth&#39;: ensure =&gt; $sshkeyauth_gem_version, provider =&gt; &#39;puppet_gem&#39;, } } if $sshkey_server_learn_public_keys { $sshkey_server_publickey_dir_real = pick($sshkey_server_publickey_dir,&quot;${confdir}/sshkey_pubkeys&quot;) } if $client or $server { contain ::mcollective::common } if $client { contain ::mcollective::client } if $server { contain ::mcollective::server } }</pre> </td> </tr> </table> </div> </div> <div id="footer"> Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>. </div> </div> </body> </html>
docs/interactive/markup/recipes/forms/live-feedback.html
mandragorn/backbone-torso
<h3> Live Feedback </h3> <hr/> <p>Modern webapps rely heavily on realtime feedback. The Torso library provides a framework for creating highly dynamic pages that stores view state for you. The <a href="#modules.views.feedback">Feedback</a> framework intends to give the coder a semantic interface. <b>When</b> and event happend, <b>Then</b> a function will be performed, returning state <b>To</b> a destination. This demo shows pre-validation on the two fields. As the fields are edited, the user feedback is updated. </p> <div class="code-type demo"></div> <div class="demo-area" for="validate-form"></div> <div class="code-type hbs"></div> <pre><code class="html" for="validate-form"><script type="text/code"> <form> <!-- Form error-listing alert --> \{{#if formErrors}} <div class="alert error"> <strong> <span class="fa fa-exclamation-triangle"></span> Validation errors exist! </strong> <ul> \{{#each formErrors}} <li>\{{this}}</li> \{{/each}} </ul> </div> \{{/if}} <!-- Form success alert --> \{{#if formSuccess}} <div class="alert success"> <strong> <span class="fa fa-thumbs-o-up"></span> Validation successful! </strong> </div> \{{/if}} <fieldset> <label>Name:</label> <input data-feedback="name" data-model="name" type="text" name="name"><br/> <label class="tooltip error" data-feedback="nameError"></label> </fieldset> <fieldset> <label>Gender:</label> <input data-model="gender" type="radio" id="gender-male" name="gender" value="male"> <label for="gender-male" class="btn">male</label> <input data-model="gender" type="radio" id="gender-female" name="gender" value="female"> <label for="gender-female" class="btn">female</label> <br/><br/> <label class="tooltip error" data-feedback="genderError"></label> </fieldset> <input class="primary" type="submit" value="Submit"> </form> </script></code></pre> <div class="code-type javascript closed"> - MODEL</div> <pre><code class="javascript" for="validate-form"><script type="text/code"> var ValidatingFormModel = Torso.FormModel.extend({ validation: { name: { required: true, minLength: 5 }, gender: { required: true } } }); var formModel = new ValidatingFormModel(); </script></code></pre> <div class="code-type javascript"> - VIEW</div> <pre><code class="javascript" for="validate-form"><script type="text/code"> var ValidatingFormView = Torso.FormView.extend({ template: compiledTemplate, events: { 'click [type="submit"]': 'submit' }, /* FEEDBACK FUNCTIONS */ feedback: [{ when: {'@name': ['keyup']}, then: function(evt) { return { 'text': this.model.preValidate('name') }; }, to: 'nameError' }, { when: { '@gender': ['click'], 'on': ['render-done'] }, then: function(evt) { return { 'text': this.model.preValidate('gender') }; }, to: 'genderError' }], /* END OF FEEDBACK FUNCTIONS */ render: function() { this.$el.html(this.template(this.prepare())); this.delegateEvents(); this.trigger('render-done'); }, submit: function() { var validationErrors = this.model.validate(); if (validationErrors) { console.log('FORM HAS ERRORS!', validationErrors); } else { console.log('VALIDATION PASSED --> Save to Object Models now.'); } this.render(); return false; } }); var formView = new ValidatingFormView({ el: $container, model: formModel }); formView.render(); </script></code></pre> <p>For more details on pushing and pulling, review the <a href="#modules.models.form">Form Model</a> API.</p>
dist/styles/player_bar.css
erikasf/angularJams
.player-bar { position: fixed; bottom: 0; left: 0; right: 0; height: 150px; background: rgba(255,255,255,0.3); z-index: 100; } .player-bar a { font-size: 1.1rem; vertical-align: middle; } .player-bar a, .player-bar a:hover { color: white; cursor: pointer; text-decoration: none; } .player-bar .container { display: table; padding: 0; width: 90%; min-height: 100%; } .player-bar .control-group { display: table-cell; vertical-align: middle; } .player-bar .main-controls { width: 25%; text-align: left; padding-right: 1rem; } .player-bar .main-controls .previous { margin-right: 16.5%; } .player-bar .main-controls .play-pause { margin-right: 15%; font-size: 1.6rem; } .player-bar .currently-playing { width: 50%; text-align: center; position: relative; } .player-bar .currently-playing .song-name, .player-bar .currently-playing .artist-name, .player-bar .currently-playing .artist-song-mobile { text-align: center; font-size: 0.75rem; margin: 0; position: absolute; width: 100%; font-weight: 300; } .player-bar .currently-playing .song-name, .player-bar .currently-playing .artist-song-mobile { top: 1.1rem; } .player-bar .currently-playing .artist-name { bottom: 1.1rem; } .player-bar .currently-playing .artist-song-mobile { display: none; } .seek-control { position: relative; font-size: 0.7em; font-weight: 300; } .seek-control .current-time { position: absolute; top: 0.5rem; } .seek-control .total-time { position: absolute; right: 0; top: 0.5rem; } .seek-bar { height: 0.25rem; background: rgba(255, 255, 255, 0.3); border-radius: 2px; position: relative; cursor: pointer; } .seek-bar .fill { background: white; width: 0%; height: 0.25rem; border-radius: 2px; } .seek-bar .thumb { position: absolute; height: 0.5rem; width: 0.5rem; background: white; left: 0%; top: 50%; margin-left: -0.25rem; margin-top: -0.25rem; border-radius: 50%; cursor: pointer; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; transition: width 100ms ease-in-out, height 100ms ease-in-out, margin-top 100ms ease-in-out, margin-left 100ms ease-in-out; } .seek-bar:hover .thumb { width: 1.1rem; height: 1.1rem; margin-top: -0.5rem; margin-left: -0.5rem; } .player-bar .volume { width: 25%; text-align: right; } .player-bar .volume .icon { font-size: 1.1rem; display: inline-block; vertical-align: middle; } .player-bar .volume .seek-bar { display: inline-block; width: 5.75rem; vertical-align: middle; } @media (max-width: 40rem) { .player-bar { padding: 1rem; background: rgba(0,0,0,0.6); } .player-bar .main-controls, .player-bar .currently-playing, .player-bar .volume { display: block; margin: 0 auto; padding: 0; width: 100%; text-align: center; } .player-bar .main-controls, .player-bar .volume { min-height: 3.5rem; } .player-bar .currently-playing { min-height: 2.5rem; } .player-bar .artist-name, .player-bar .song-name { display: none; } .player-bar .artist-song-mobile { display: block; } }
src/sap.m/test/sap/m/qunit/Support.qunit.html
SQCLabs/openui5
<!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>QUnit Page for sap.m.Support</title> <script src="../shared-config.js"></script> <script id="sap-ui-bootstrap" src="../../../../resources/sap-ui-core.js" data-sap-ui-noConflict="true" data-sap-ui-compatVersion="1.16" data-sap-ui-libs="sap.m"> </script> <link rel="stylesheet" href="../../../../resources/sap/ui/thirdparty/qunit.css" type="text/css" media="screen"> <script src="../../../../resources/sap/ui/thirdparty/qunit.js"></script> <script src="../../../../resources/sap/ui/qunit/qunit-junit.js"></script> <script src="../../../../resources/sap/ui/qunit/QUnitUtils.js"></script> <script src="../../../../resources/sap/ui/thirdparty/sinon.js"></script> <script src="../../../../resources/sap/ui/thirdparty/sinon-qunit.js"></script> <script> sinon.config.useFakeTimers = true; sap.ui.test.qunit.delayTestStart(); jQuery.sap.require("sap.m.Support"); var sSupportTitle = "Technical Information"; QUnit.module("Open API"); QUnit.test("Test main control functionality", function(assert) { sap.m.Support.open(); this.clock.tick(500); var oSupport = sap.ui.getCore().byId("__dialog0"); assert.ok(oSupport, "Support dialog should be created"); assert.equal(oSupport.isOpen(), true, "Support dialog should be open now"); assert.equal(oSupport.getType(), sap.m.DialogType.Standard , "Support dialog should have type Standard"); assert.equal(oSupport.getButtons().length, 1, "1 Close button is added to Support dialog"); assert.equal(oSupport.getTitle(), sSupportTitle, "Title is OK"); oSupport.destroy(); }); QUnit.module("On and Off API"); QUnit.test("Register/Unregister event", function(assert) { var sEventName = "ontouchstart"; document[sEventName] = "alabala"; var oSupport = sap.m.Support.on(); this.clock.tick(500); assert.ok(oSupport, "Support dialog event should be registered already"); assert.equal(oSupport.isEventRegistered(), true, "Support dialog event should be registered already"); oSupport = sap.m.Support.off(); assert.ok(oSupport, "Support dialog event should be unregistered now"); assert.equal(oSupport.isEventRegistered(), false, "Support dialog event should be unregistered already"); delete document[sEventName]; }); </script> </head> <body id="body" class="sapUiBody"> <h1 id="qunit-header">QUnit Page for sap.m.Support</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <div id="qunit-testrunner-toolbar"></div> <ol id="qunit-tests"></ol> <div id="content"></div> <div id="qunit-fixture"></div> </body> </html>
doc/gui/org/deidentifier/arx/metric/v2/class-use/MetricSDDiscernability.html
kbabioch/arx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.deidentifier.arx.metric.v2.MetricSDDiscernability (ARX GUI Documentation)</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.deidentifier.arx.metric.v2.MetricSDDiscernability (ARX GUI Documentation)"; } //--> </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/deidentifier/arx/metric/v2/MetricSDDiscernability.html" title="class in org.deidentifier.arx.metric.v2">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/deidentifier/arx/metric/v2/class-use/MetricSDDiscernability.html" target="_top">Frames</a></li> <li><a href="MetricSDDiscernability.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.deidentifier.arx.metric.v2.MetricSDDiscernability" class="title">Uses of Class<br>org.deidentifier.arx.metric.v2.MetricSDDiscernability</h2> </div> <div class="classUseContainer">No usage of org.deidentifier.arx.metric.v2.MetricSDDiscernability</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/deidentifier/arx/metric/v2/MetricSDDiscernability.html" title="class in org.deidentifier.arx.metric.v2">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/deidentifier/arx/metric/v2/class-use/MetricSDDiscernability.html" target="_top">Frames</a></li> <li><a href="MetricSDDiscernability.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>
source/api/apidocs-4.15/apis/listCiscoNexusVSMs.html
apache/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack 4.15.0.0 Root Admin API Reference </span> <p></p> <h1>listCiscoNexusVSMs</h1> <p>Retrieves a Cisco Nexus 1000v Virtual Switch Manager device associated with a Cluster</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><i>clusterid</i></td><td style="width:500px;"><i>Id of the CloudStack cluster in which the Cisco Nexus 1000v VSM appliance.</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>keyword</i></td><td style="width:500px;"><i>List by keyword</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>page</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>pagesize</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>zoneid</i></td><td style="width:500px;"><i>Id of the CloudStack cluster in which the Cisco Nexus 1000v VSM appliance.</i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;">the management IP address of the external Cisco Nexus 1000v Virtual Supervisor Module</td> </tr> <tr> <td style="width:200px;"><strong>vsmconfigmode</strong></td><td style="width:500px;">The mode of the VSM (standalone/HA)</td> </tr> <tr> <td style="width:200px;"><strong>vsmconfigstate</strong></td><td style="width:500px;">The Config State (Primary/Standby) of the VSM</td> </tr> <tr> <td style="width:200px;"><strong>vsmctrlvlanid</strong></td><td style="width:500px;">control vlan id of the VSM</td> </tr> <tr> <td style="width:200px;"><strong>vsmdeviceid</strong></td><td style="width:500px;">device id of the Cisco N1KV VSM device</td> </tr> <tr> <td style="width:200px;"><strong>vsmdevicename</strong></td><td style="width:500px;">device name</td> </tr> <tr> <td style="width:200px;"><strong>vsmdevicestate</strong></td><td style="width:500px;">device state</td> </tr> <tr> <td style="width:200px;"><strong>vsmdevicestate</strong></td><td style="width:500px;">The Device State (Enabled/Disabled) of the VSM</td> </tr> <tr> <td style="width:200px;"><strong>vsmdomainid</strong></td><td style="width:500px;">The VSM is a switch supervisor. This is the VSM's switch domain id</td> </tr> <tr> <td style="width:200px;"><strong>vsmmgmtvlanid</strong></td><td style="width:500px;">management vlan id of the VSM</td> </tr> <tr> <td style="width:200px;"><strong>vsmpktvlanid</strong></td><td style="width:500px;">packet vlan id of the VSM</td> </tr> <tr> <td style="width:200px;"><strong>vsmstoragevlanid</strong></td><td style="width:500px;">storage vlan id of the VSM</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p> Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> </div> </div> </div> </body> </html>
test/Armenian/fontdiff-NotoSansArmenian.html
googlei18n/noto-source
<html lang="pl"> <p><span style="font-weight:400"> Քրիստոնէութեան սկիզբը լուսաւորութեան սկզբնաւորութիւնն եղաւ հայոց համար. առաջին դպրոցները Լուսաւորչի աշխատութեամբ հաստատուեցան մեր մէջ: Սակայն Սուրբ Գրիգորի հիմնած դպրոցները ազգային կրթութեան համար չէին եւ չէին էլ կարող լինել, նախ այն պատճառով` որ նոցա մէջ մատակարարուած ուսումը օտար (ասորի եւ յոյն) լեզուներով էր լինում, եւ երկրորդ` նոցա գլխաւոր նպատակն էր Աւետարանի քարոզիչներ եւ եկեղեցական պաշտօնեաներ պատրաստել:</span> </p> </html>
hadoop/docs/api/org/apache/hadoop/mapreduce/class-use/Reducer.html
markkerzner/nn_kove
<!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_31) on Thu Jan 31 02:05:01 UTC 2013 --> <TITLE> Uses of Class org.apache.hadoop.mapreduce.Reducer (Hadoop 1.1.2 API) </TITLE> <META NAME="date" CONTENT="2013-01-31"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.mapreduce.Reducer (Hadoop 1.1.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/mapreduce//class-useReducer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Reducer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.mapreduce.Reducer</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.examples"><B>org.apache.hadoop.examples</B></A></TD> <TD>Hadoop example code.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce"><B>org.apache.hadoop.mapreduce</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.fieldsel"><B>org.apache.hadoop.mapreduce.lib.fieldsel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.reduce"><B>org.apache.hadoop.mapreduce.lib.reduce</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.examples"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/examples/package-summary.html">org.apache.hadoop.examples</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/examples/package-summary.html">org.apache.hadoop.examples</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/examples/SecondarySort.Reduce.html" title="class in org.apache.hadoop.examples">SecondarySort.Reduce</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A reducer class that just emits the sum of the input values.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/examples/WordCount.IntSumReducer.html" title="class in org.apache.hadoop.examples">WordCount.IntSumReducer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;INKEY,INVALUE,OUTKEY,OUTVALUE&gt; <BR> <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.Context.html" title="class in org.apache.hadoop.mapreduce">Reducer.Context</A></CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Task.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Task.html#createReduceContext(org.apache.hadoop.mapreduce.Reducer, org.apache.hadoop.conf.Configuration, org.apache.hadoop.mapreduce.TaskAttemptID, org.apache.hadoop.mapred.RawKeyValueIterator, org.apache.hadoop.mapreduce.Counter, org.apache.hadoop.mapreduce.Counter, org.apache.hadoop.mapreduce.RecordWriter, org.apache.hadoop.mapreduce.OutputCommitter, org.apache.hadoop.mapreduce.StatusReporter, org.apache.hadoop.io.RawComparator, java.lang.Class, java.lang.Class)">createReduceContext</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A>&lt;INKEY,INVALUE,OUTKEY,OUTVALUE&gt;&nbsp;reducer, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/mapreduce/TaskAttemptID.html" title="class in org.apache.hadoop.mapreduce">TaskAttemptID</A>&nbsp;taskId, <A HREF="../../../../../org/apache/hadoop/mapred/RawKeyValueIterator.html" title="interface in org.apache.hadoop.mapred">RawKeyValueIterator</A>&nbsp;rIter, <A HREF="../../../../../org/apache/hadoop/mapreduce/Counter.html" title="class in org.apache.hadoop.mapreduce">Counter</A>&nbsp;inputKeyCounter, <A HREF="../../../../../org/apache/hadoop/mapreduce/Counter.html" title="class in org.apache.hadoop.mapreduce">Counter</A>&nbsp;inputValueCounter, <A HREF="../../../../../org/apache/hadoop/mapreduce/RecordWriter.html" title="class in org.apache.hadoop.mapreduce">RecordWriter</A>&lt;OUTKEY,OUTVALUE&gt;&nbsp;output, <A HREF="../../../../../org/apache/hadoop/mapreduce/OutputCommitter.html" title="class in org.apache.hadoop.mapreduce">OutputCommitter</A>&nbsp;committer, <A HREF="../../../../../org/apache/hadoop/mapreduce/StatusReporter.html" title="class in org.apache.hadoop.mapreduce">StatusReporter</A>&nbsp;reporter, <A HREF="../../../../../org/apache/hadoop/io/RawComparator.html" title="interface in org.apache.hadoop.io">RawComparator</A>&lt;INKEY&gt;&nbsp;comparator, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;INKEY&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;INVALUE&gt;&nbsp;valueClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A>&lt;?,?,?,?&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>JobContext.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html#getCombinerClass()">getCombinerClass</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the combiner class for the job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A>&lt;?,?,?,?&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>JobContext.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html#getReducerClass()">getReducerClass</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce"><CODE>Reducer</CODE></A> class for the job.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> with type arguments of type <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A></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>Job.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html#setCombinerClass(java.lang.Class)">setCombinerClass</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A>&gt;&nbsp;cls)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the combiner class for the job.</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>Job.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html#setReducerClass(java.lang.Class)">setReducerClass</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A>&gt;&nbsp;cls)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce"><CODE>Reducer</CODE></A> for the job.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.fieldsel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/fieldsel/package-summary.html">org.apache.hadoop.mapreduce.lib.fieldsel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/fieldsel/package-summary.html">org.apache.hadoop.mapreduce.lib.fieldsel</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/fieldsel/FieldSelectionReducer.html" title="class in org.apache.hadoop.mapreduce.lib.fieldsel">FieldSelectionReducer&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class implements a reducer class that can be used to perform field selections in a manner similar to unix cut.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.reduce"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/reduce/package-summary.html">org.apache.hadoop.mapreduce.lib.reduce</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce">Reducer</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/reduce/package-summary.html">org.apache.hadoop.mapreduce.lib.reduce</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/reduce/IntSumReducer.html" title="class in org.apache.hadoop.mapreduce.lib.reduce">IntSumReducer&lt;Key&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/reduce/LongSumReducer.html" title="class in org.apache.hadoop.mapreduce.lib.reduce">LongSumReducer&lt;KEY&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/mapreduce//class-useReducer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Reducer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
SVG/Testsuites/W3C-1_1F2/harness/htmlSVGWeb_local/filters-conv-02-f.html
frivoal/presto-testo
<?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"> <head> <script src="../../svgweb/svg.js" data-path="../../svgweb"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/> <meta name="description" content="W3C SVG 1.1 2nd Edition SVGWeb Test Suite"/> <title> SVG 1.1 2nd Edition Test (svgweb): filters-conv-02-f.svg </title> <style type="text/css"> <!-- .bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 } .pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt } .pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 } .openChapter { color : blue; line-height: 125%; font-weight : 900 } .openSection { color : blue; line-height: 125%; font-weight : 900 } .info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 } p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } .opscript { margin-left: 3%; margin-right: 3%; } .opscript p { margin-top: 0.7em } .navbar { background: black; color: white; font-weight: bold } .warning { color: red; text-align: Center;} a,a:visited { color: blue } --> </style> <link rel="prev" href="filters-conv-01-f.html" /> <link rel="index" href="index.html" /> <link rel="next" href="filters-conv-03-f.html" /> <script src="../resources/testharnessreport.js"></script> </head> <body class="bodytext"> <div class="linkbar"> <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElementOrderAttribute">15.13 Filter primitive 'feConvolveMatrix'</a></p> <p> <a href="filters-conv-01-f.html" rel="prev">filters-conv-01-f ←</a> <a href="index.html" rel="index">index</a> <a href="filters-conv-03-f.html" rel="next">→ filters-conv-03-f</a> </p> </div> <div> <br /> <p class="warning"> Tests that contain the draft-watermark are under development and may be incorrectly testing a feature. </p> </div> <table align="center" border="0" cellspacing="0" cellpadding="10"> <tr> <td align="center" colspan="3"> <table border="0" cellpadding="8"> <tr> <td align="center" colspan="2" class="pageTitle"> <h1>filters-conv-02-f.svg</h1> </td> </tr> <tr class="navbar"> <td align="center"> SVG Image </td> <td align="center"> PNG Image </td> </tr> <tr> <td align="right"> <!--[if IE]> <object src="../../svg/filters-conv-02-f.svg" width="480" height="360" classid="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p> <![endif]--> <!--[if !IE]>--> <object data="../../svg/filters-conv-02-f.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p> <!--<![endif]--> </object> </td> <td align="left"> <img alt="raster image of filters-conv-02-f.svg" src="../../png/filters-conv-02-f.png" width="480" height="360"/> </td> </tr> </table> </td> </tr> </table> <div class="opscript"> <h2 id="operatorscript"> Operator Script </h2> <div> <p>Run the test. No interaction required. </p> </div> <h2 id="passcriteria"> Pass Criteria </h2> <div> <p>You should see three filtered images. Each image is the same and has the same filter applied to it. The test has passed if all the three filtered images look the same, and the filtered result shows bright white edges on a dark background. The rendered picture should match the reference image. </p> </div> <h2 id="testdescription"> Test Description </h2> <div> <p> Tests feConvolveMatrix with different values for the 'order' attribute. </p> </div> </div> <br/> <div class="linkbar"> <p> <a href="filters-conv-01-f.html" rel="prev">filters-conv-01-f ←</a> <a href="index.html" rel="index">index</a> <a href="filters-conv-03-f.html" rel="next">→ filters-conv-03-f</a> </p> </div> </body> </html>
imported/peter/unicode/comparative/GB18030-82308e.html
frivoal/presto-testo
<html> <head> <title>GB18030 lead 82308E</title> <meta http-equiv='content-type' content='text/html;charset=GB18030'> <link rel='stylesheet' href='tests.css'> </head> <body> <table> <caption>Four-byte lead 82308E</caption> <tr><th colspan=2>GB18030<th colspan=3>Unicode <tr><td>=82308E30<td> ‚0Ž0 <td>U+3525<td>&#13605;<td class=u>(non-classical form of &amp;#231;) full of anger; fierce anger, tired; weary; exhausted <tr><td>=82308E31<td> ‚0Ž1 <td>U+3526<td>&#13606;<td class=u>to encourage; to stimulate; to exhort to action; to encourage by rewards <tr><td>=82308E32<td> ‚0Ž2 <td>U+3527<td>&#13607;<td class=u>to incite; to urge, to aid; to help; to assist, to approve; to acquiesce <tr><td>=82308E33<td> ‚0Ž3 <td>U+3528<td>&#13608;<td class=u>name of a person <tr><td>=82308E34<td> ‚0Ž4 <td>U+3529<td>&#13609;<td class=u>hair ornments used in old time <tr><td>=82308E35<td> ‚0Ž5 <td>U+352A<td>&#13610;<td class=u>to crawl; to crawl on hands and knees <tr><td>=82308E36<td> ‚0Ž6 <td>U+352B<td>&#13611;<td class=u> <tr><td>=82308E37<td> ‚0Ž7 <td>U+352C<td>&#13612;<td class=u>(ancient form of &amp;#229;) to establish, to surpass, eminent; lofty; profound <tr><td>=82308E38<td> ‚0Ž8 <td>U+352D<td>&#13613;<td class=u>(same as &amp;#229;) a spoon, a key <tr><td>=82308E39<td> ‚0Ž9 <td>U+352E<td>&#13614;<td class=u>a kind of animal which looks like a rat </table> <p><a href='charset/GB18030.html'>Return</a></p> </body> </html>
css/selectors/reftests/tc-540.css
frivoal/presto-testo
omicron[object^="12345"]:lang(nb):root > phi[object*="k"]:first-child:empty ~ omicron:lang(en)#id1 ~ gamma[attrib="attribute value"]:lang(nb)#id2:nth-last-child(1) > beta[desciption="100%"]#id3:nth-child(1) > alpha#id4:nth-child(1):last-child rho[src] {color:green}
main/libc/unix/linux_like/linux/gnu/constant.SOCK_DCCP.html
malept/guardhaus
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../../libc/constant.SOCK_DCCP.html"> </head> <body> <p>Redirecting to <a href="../../../../../libc/constant.SOCK_DCCP.html">../../../../../libc/constant.SOCK_DCCP.html</a>...</p> <script>location.replace("../../../../../libc/constant.SOCK_DCCP.html" + location.search + location.hash);</script> </body> </html>
deps/boost/doc/html/boost/movelib/unique_ptr.html
vslavik/poedit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template unique_ptr</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="../../move/reference.html#header.boost.move.unique_ptr_hpp" title="Header &lt;boost/move/unique_ptr.hpp&gt;"> <link rel="prev" href="../has_nothrow_move.html" title="Struct template has_nothrow_move"> <link rel="next" href="swap.html" title="Function template swap"> </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_nothrow_move.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.unique_ptr_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="swap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.movelib.unique_ptr"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template unique_ptr</span></h2> <p>boost::movelib::unique_ptr</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="../../move/reference.html#header.boost.move.unique_ptr_hpp" title="Header &lt;boost/move/unique_ptr.hpp&gt;">boost/move/unique_ptr.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> D <span class="special">=</span> <a class="link" href="default_delete.html" title="Struct template default_delete">default_delete</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="unique_ptr.html#boost.movelib.unique_ptrtypes">types</a></span> <span class="keyword">typedef</span> <span class="identifier">see_documentation</span> <a class="link" href="unique_ptr.html#boost.movelib.unique_ptr.pointer"><span class="identifier">pointer</span></a><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">see_documentation</span> <a class="link" href="unique_ptr.html#boost.movelib.unique_ptr.element_type"><span class="identifier">element_type</span></a><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">D</span> <a name="boost.movelib.unique_ptr.deleter_type"></a><span class="identifier">deleter_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="unique_ptr.html#boost.movelib.unique_ptrconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_7-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span><span class="special">)</span> <span class="special">=</span> <span class="keyword">delete</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_9-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_10-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <span class="keyword">explicit</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_11-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">Pointer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_12-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">Pointer</span><span class="special">,</span> <span class="identifier">see_documentation</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_13-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">,</span> <span class="identifier">see_documentation</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_14-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">Pointer</span><span class="special">,</span> <span class="identifier">see_documentation</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_15-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">,</span> <span class="identifier">see_documentation</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_16-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> U<span class="special">,</span> <span class="keyword">typename</span> E<span class="special">&gt;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_17-bb"><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="identifier">BOOST_RV_REF_BEG_IF_CXX11</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">U</span><span class="special">,</span> <span class="identifier">E</span> <span class="special">&gt;</span> <span class="identifier">BOOST_RV_REF_END_IF_CXX11</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_8-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span><span class="special">)</span> <span class="special">=</span> <span class="keyword">delete</span><span class="special">;</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_19-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> U<span class="special">,</span> <span class="keyword">typename</span> E<span class="special">&gt;</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_20-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">U</span><span class="special">,</span> <span class="identifier">E</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_21-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_18-bb"><span class="special">~</span><span class="identifier">unique_ptr</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6-bb">public member functions</a></span> <span class="identifier">element_type</span> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_1-bb"><span class="keyword">operator</span><span class="special">*</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">element_type</span> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_2-bb"><span class="keyword">operator</span><span class="special">[</span><span class="special">]</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">pointer</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_3-bb"><span class="keyword">operator</span><span class="special">-&gt;</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">pointer</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_4-bb"><span class="identifier">get</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">D</span> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_5-bb"><span class="identifier">get_deleter</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">D</span> <span class="special">&amp;</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_6-bb"><span class="identifier">get_deleter</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_7-bb"><span class="keyword">operator</span> <span class="keyword">bool</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">pointer</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_8-bb"><span class="identifier">release</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_9-bb"><span class="identifier">reset</span></a><span class="special">(</span><span class="identifier">Pointer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_10-bb"><span class="identifier">reset</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_11-bb"><span class="identifier">reset</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="unique_ptr.html#id-1_3_26_20_14_3_1_1_6_12-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id-1.3.26.20.15.5.4"></a><h2>Description</h2> <p>A unique pointer is an object that owns another object and manages that other object through a pointer.</p> <p>More precisely, a unique pointer is an object u that stores a pointer to a second object p and will dispose of p when u is itself destroyed (e.g., when leaving block scope). In this context, u is said to own p.</p> <p>The mechanism by which u disposes of p is known as p's associated deleter, a function object whose correct invocation results in p's appropriate disposition (typically its deletion).</p> <p>Let the notation u.p denote the pointer stored by u, and let u.d denote the associated deleter. Upon request, u can reset (replace) u.p and u.d with another pointer and deleter, but must properly dispose of its owned object via the associated deleter before such replacement is considered completed.</p> <p>Additionally, u can, upon request, transfer ownership to another unique pointer u2. Upon completion of such a transfer, the following postconditions hold:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>u2.p is equal to the pre-transfer u.p,</p></li> <li class="listitem"><p>u.p is equal to nullptr, and</p></li> <li class="listitem"><p>if the pre-transfer u.d maintained state, such state has been transferred to u2.d.</p></li> </ul></div> <p> </p> <p>As in the case of a reset, u2 must properly dispose of its pre-transfer owned object via the pre-transfer associated deleter before the ownership transfer is considered complete.</p> <p>Each object of a type U instantiated from the <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> template specified in this subclause has the strict ownership semantics, specified above, of a unique pointer. In partial satisfaction of these semantics, each such U is MoveConstructible and MoveAssignable, but is not CopyConstructible nor CopyAssignable. The template parameter T of <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> may be an incomplete type.</p> <p>The uses of <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> include providing exception safety for dynamically allocated memory, passing ownership of dynamically allocated memory to a function, and returning dynamically allocated memory from a function.</p> <p>If T is an array type (e.g. unique_ptr&lt;MyType[]&gt;) the interface is slightly altered:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>Pointers to types derived from T are rejected by the constructors, and by reset.</p></li> <li class="listitem"><p>The observers <code class="computeroutput">operator*</code> and <code class="computeroutput">operator-&gt;</code> are not provided.</p></li> <li class="listitem"><p>The indexing observer <code class="computeroutput">operator[]</code> is provided.</p></li> </ul></div> <p> </p> <p> </p> <div class="refsect2"> <a name="id-1.3.26.20.15.5.4.12"></a><h3>Template Parameters</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> T</pre> <p>Provides the type of the stored pointer. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> D <span class="special">=</span> <a class="link" href="default_delete.html" title="Struct template default_delete">default_delete</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span></pre> <p>The deleter type:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>The default type for the template parameter D is <code class="computeroutput"><a class="link" href="default_delete.html" title="Struct template default_delete">default_delete</a></code>. A client-supplied template argument D shall be a function object type, lvalue-reference to function, or lvalue-reference to function object type for which, given a value d of type D and a value ptr of type unique_ptr&lt;T, D&gt;::pointer, the expression d(ptr) is valid and has the effect of disposing of the pointer as appropriate for that deleter.</p></li> <li class="listitem"><p>If the deleter's type D is not a reference type, D shall satisfy the requirements of Destructible.</p></li> <li class="listitem"><p>If the type <code class="computeroutput">remove_reference&lt;D&gt;::type::pointer</code> exists, it shall satisfy the requirements of NullablePointer. </p></li> </ul></div> <p> </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id-1.3.26.20.15.5.4.13"></a><h3> <a name="boost.movelib.unique_ptrtypes"></a><code class="computeroutput">unique_ptr</code> public types</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <p> <span class="keyword">typedef</span> <span class="identifier">see_documentation</span> <a name="boost.movelib.unique_ptr.pointer"></a><span class="identifier">pointer</span><span class="special">;</span></p> <p>If the type <code class="computeroutput">remove_reference&lt;D&gt;::type::pointer</code> exists, then it shall be a synonym for <code class="computeroutput">remove_reference&lt;D&gt;::type::pointer</code>. Otherwise it shall be a synonym for T*. </p> </li> <li class="listitem"> <p> <span class="keyword">typedef</span> <span class="identifier">see_documentation</span> <a name="boost.movelib.unique_ptr.element_type"></a><span class="identifier">element_type</span><span class="special">;</span></p> <p>If T is an array type, then element_type is equal to T. Otherwise, if T is a type in the form U[], element_type is equal to U. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id-1.3.26.20.15.5.4.14"></a><h3> <a name="boost.movelib.unique_ptrconstruct-copy-destruct"></a><code class="computeroutput">unique_ptr</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_7-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span><span class="special">)</span> <span class="special">=</span> <span class="keyword">delete</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_9-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: D shall satisfy the requirements of DefaultConstructible, and that construction shall not throw an exception.</p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> object that owns nothing, value-initializing the stored pointer and the stored deleter.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == nullptr</code>. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter.</p> <p><span class="bold"><strong>Remarks</strong></span>: If this constructor is instantiated with a pointer type or reference type for the template argument D, the program is ill-formed. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_10-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Same as <code class="computeroutput">unique_ptr()</code> (default constructor). </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <span class="keyword">explicit</span> <a name="id-1_3_26_20_14_3_1_1_11-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">Pointer</span> p<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: D shall satisfy the requirements of DefaultConstructible, and that construction shall not throw an exception.</p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> which owns p, initializing the stored pointer with p and value initializing the stored deleter.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == p</code>. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter.</p> <p><span class="bold"><strong>Remarks</strong></span>: If this constructor is instantiated with a pointer type or reference type for the template argument D, the program is ill-formed. This constructor shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If T is not an array type and Pointer is implicitly convertible to pointer.</p></li> <li class="listitem"><p>If T is an array type and Pointer is a more CV qualified pointer to element_type. </p></li> </ul></div> <p> </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <a name="id-1_3_26_20_14_3_1_1_12-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">Pointer</span> p<span class="special">,</span> <span class="identifier">see_documentation</span> d1<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p>The signature of this constructor depends upon whether D is a reference type.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If D is non-reference type A, then the signature is <code class="computeroutput">unique_ptr(pointer p, const A&amp; d)</code>.</p></li> <li class="listitem"><p>If D is an lvalue-reference type A&amp;, then the signature is <code class="computeroutput">unique_ptr(pointer p, A&amp; d)</code>.</p></li> <li class="listitem"><p>If D is an lvalue-reference type const A&amp;, then the signature is <code class="computeroutput">unique_ptr(pointer p, const A&amp; d)</code>.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Requires</strong></span>: Either</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>D is not an lvalue-reference type and d is an lvalue or const rvalue. D shall satisfy the requirements of CopyConstructible, and the copy constructor of D shall not throw an exception. This <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> will hold a copy of d.</p></li> <li class="listitem"><p>D is an lvalue-reference type and d is an lvalue. the type which D references need not be CopyConstructible nor MoveConstructible. This <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> will hold a D which refers to the lvalue d.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> object which owns p, initializing the stored pointer with p and initializing the deleter as described above.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == p</code>. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter. If D is a reference type then <code class="computeroutput">get_deleter()</code> returns a reference to the lvalue d.</p> <p><span class="bold"><strong>Remarks</strong></span>: This constructor shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If T is not an array type and Pointer is implicitly convertible to pointer.</p></li> <li class="listitem"><p>If T is an array type and Pointer is a more CV qualified pointer to element_type. </p></li> </ul></div> <p> </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_13-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">,</span> <span class="identifier">see_documentation</span> d1<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Same effects as <code class="computeroutput">template&lt;class Pointer&gt; unique_ptr(Pointer p, deleter_arg_type1 d1)</code> and additionally <code class="computeroutput">get() == nullptr</code> </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <a name="id-1_3_26_20_14_3_1_1_14-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">Pointer</span> p<span class="special">,</span> <span class="identifier">see_documentation</span> d2<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p>The signature of this constructor depends upon whether D is a reference type.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If D is non-reference type A, then the signature is <code class="computeroutput">unique_ptr(pointer p, A&amp;&amp; d)</code>.</p></li> <li class="listitem"><p>If D is an lvalue-reference type A&amp;, then the signature is <code class="computeroutput">unique_ptr(pointer p, A&amp;&amp; d)</code>.</p></li> <li class="listitem"><p>If D is an lvalue-reference type const A&amp;, then the signature is <code class="computeroutput">unique_ptr(pointer p, const A&amp;&amp; d)</code>.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Requires</strong></span>: Either</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>D is not an lvalue-reference type and d is a non-const rvalue. D shall satisfy the requirements of MoveConstructible, and the move constructor of D shall not throw an exception. This <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> will hold a value move constructed from d.</p></li> <li class="listitem"><p>D is an lvalue-reference type and d is an rvalue, the program is ill-formed.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> object which owns p, initializing the stored pointer with p and initializing the deleter as described above.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == p</code>. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter. If D is a reference type then <code class="computeroutput">get_deleter()</code> returns a reference to the lvalue d.</p> <p><span class="bold"><strong>Remarks</strong></span>: This constructor shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If T is not an array type and Pointer is implicitly convertible to pointer.</p></li> <li class="listitem"><p>If T is an array type and Pointer is a more CV qualified pointer to element_type. </p></li> </ul></div> <p> </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_15-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">,</span> <span class="identifier">see_documentation</span> d2<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Same effects as <code class="computeroutput">template&lt;class Pointer&gt; unique_ptr(Pointer p, deleter_arg_type2 d2)</code> and additionally <code class="computeroutput">get() == nullptr</code> </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_16-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;&amp;</span> u<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: If D is not a reference type, D shall satisfy the requirements of MoveConstructible. Construction of the deleter from an rvalue of type D shall not throw an exception.</p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> by transferring ownership from u to *this. If D is a reference type, this deleter is copy constructed from u's deleter; otherwise, this deleter is move constructed from u's deleter.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get()</code> yields the value u.get() yielded before the construction. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter that was constructed from u.get_deleter(). If D is a reference type then <code class="computeroutput">get_deleter()</code> and <code class="computeroutput">u.get_deleter()</code> both reference the same lvalue deleter. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> U<span class="special">,</span> <span class="keyword">typename</span> E<span class="special">&gt;</span> <a name="id-1_3_26_20_14_3_1_1_17-bb"></a><span class="identifier">unique_ptr</span><span class="special">(</span><span class="identifier">BOOST_RV_REF_BEG_IF_CXX11</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">U</span><span class="special">,</span> <span class="identifier">E</span> <span class="special">&gt;</span> <span class="identifier">BOOST_RV_REF_END_IF_CXX11</span> u<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: If E is not a reference type, construction of the deleter from an rvalue of type E shall be well formed and shall not throw an exception. Otherwise, E is a reference type and construction of the deleter from an lvalue of type E shall be well formed and shall not throw an exception.</p> <p><span class="bold"><strong>Remarks</strong></span>: This constructor shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p><code class="computeroutput">unique_ptr&lt;U, E&gt;::pointer</code> is implicitly convertible to pointer,</p></li> <li class="listitem"><p>U is not an array type, and</p></li> <li class="listitem"><p>either D is a reference type and E is the same type as D, or D is not a reference type and E is implicitly convertible to D.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Effects</strong></span>: Constructs a <code class="computeroutput"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a></code> by transferring ownership from u to *this. If E is a reference type, this deleter is copy constructed from u's deleter; otherwise, this deleter is move constructed from u's deleter.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get()</code> yields the value <code class="computeroutput">u.get()</code> yielded before the construction. <code class="computeroutput">get_deleter()</code> returns a reference to the stored deleter that was constructed from <code class="computeroutput">u.get_deleter()</code>. </p> </li> <li class="listitem"><pre class="literallayout"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_8-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span><span class="special">)</span> <span class="special">=</span> <span class="keyword">delete</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_19-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;&amp;</span> u<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: If D is not a reference type, D shall satisfy the requirements of MoveAssignable and assignment of the deleter from an rvalue of type D shall not throw an exception. Otherwise, D is a reference type; <code class="computeroutput">remove_reference&lt;D&gt;::type</code> shall satisfy the CopyAssignable requirements and assignment of the deleter from an lvalue of type D shall not throw an exception.</p> <p><span class="bold"><strong>Effects</strong></span>: Transfers ownership from u to *this as if by calling <code class="computeroutput">reset(u.release())</code> followed by <code class="computeroutput">get_deleter() = std::forward&lt;D&gt;(u.get_deleter())</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: *this. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> U<span class="special">,</span> <span class="keyword">typename</span> E<span class="special">&gt;</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_20-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">U</span><span class="special">,</span> <span class="identifier">E</span> <span class="special">&gt;</span> <span class="special">&amp;&amp;</span> u<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: If E is not a reference type, assignment of the deleter from an rvalue of type E shall be well-formed and shall not throw an exception. Otherwise, E is a reference type and assignment of the deleter from an lvalue of type E shall be well-formed and shall not throw an exception.</p> <p><span class="bold"><strong>Remarks</strong></span>: This operator shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p><code class="computeroutput">unique_ptr&lt;U, E&gt;::pointer</code> is implicitly convertible to pointer and</p></li> <li class="listitem"><p>U is not an array type.</p></li> </ul></div> <p> </p> <p><span class="bold"><strong>Effects</strong></span>: Transfers ownership from u to *this as if by calling <code class="computeroutput">reset(u.release())</code> followed by <code class="computeroutput">get_deleter() = std::forward&lt;E&gt;(u.get_deleter())</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: *this. </p> </li> <li class="listitem"> <pre class="literallayout"><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_21-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: <code class="computeroutput">reset()</code>.</p> <p><span class="bold"><strong>Postcondition</strong></span>: <code class="computeroutput">get() == nullptr</code></p> <p><span class="bold"><strong>Returns</strong></span>: *this. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id-1_3_26_20_14_3_1_1_18-bb"></a><span class="special">~</span><span class="identifier">unique_ptr</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: The expression <code class="computeroutput">get_deleter()(get())</code> shall be well formed, shall have well-defined behavior, and shall not throw exceptions.</p> <p><span class="bold"><strong>Effects</strong></span>: If <code class="computeroutput">get() == nullpt1r</code> there are no effects. Otherwise <code class="computeroutput">get_deleter()(get())</code>.</p> <p><span class="bold"><strong>Note</strong></span>: The use of <code class="computeroutput"><a class="link" href="default_delete.html" title="Struct template default_delete">default_delete</a></code> requires T to be a complete type </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id-1.3.26.20.15.5.4.15"></a><h3> <a name="id-1_3_26_20_14_3_1_1_6-bb"></a><code class="computeroutput">unique_ptr</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="identifier">element_type</span> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_6_1-bb"></a><span class="keyword">operator</span><span class="special">*</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">get() != nullptr</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: <code class="computeroutput">*get()</code>.</p> <p><span class="bold"><strong>Remarks&lt;/b: If T is an array type, the program is ill-formed. </strong></span></p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">element_type</span> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_6_2-bb"></a><span class="keyword">operator</span><span class="special">[</span><span class="special">]</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> i<span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: i &lt; the number of elements in the array to which the stored pointer points.</p> <p><span class="bold"><strong>Returns</strong></span>: <code class="computeroutput">get()[i]</code>.</p> <p><span class="bold"><strong>Remarks&lt;/b: If T is not an array type, the program is ill-formed. </strong></span></p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">pointer</span> <a name="id-1_3_26_20_14_3_1_1_6_3-bb"></a><span class="keyword">operator</span><span class="special">-&gt;</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">get() != nullptr</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: <code class="computeroutput">get()</code>.</p> <p><span class="bold"><strong>Note</strong></span>: use typically requires that T be a complete type.</p> <p><span class="bold"><strong>Remarks&lt;/b: If T is an array type, the program is ill-formed. </strong></span></p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">pointer</span> <a name="id-1_3_26_20_14_3_1_1_6_4-bb"></a><span class="identifier">get</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Returns</strong></span>: The stored pointer. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">D</span> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_6_5-bb"></a><span class="identifier">get_deleter</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Returns</strong></span>: A reference to the stored deleter. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">const</span> <span class="identifier">D</span> <span class="special">&amp;</span> <a name="id-1_3_26_20_14_3_1_1_6_6-bb"></a><span class="identifier">get_deleter</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Returns</strong></span>: A reference to the stored deleter. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="id-1_3_26_20_14_3_1_1_6_7-bb"></a><span class="keyword">operator</span> <span class="keyword">bool</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Returns</strong></span>: Returns: get() != nullptr. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">pointer</span> <a name="id-1_3_26_20_14_3_1_1_6_8-bb"></a><span class="identifier">release</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Postcondition</strong></span>: <code class="computeroutput">get() == nullptr</code>.</p> <p><span class="bold"><strong>Returns</strong></span>: The value <code class="computeroutput">get()</code> had at the start of the call to release. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Pointer<span class="special">&gt;</span> <span class="keyword">void</span> <a name="id-1_3_26_20_14_3_1_1_6_9-bb"></a><span class="identifier">reset</span><span class="special">(</span><span class="identifier">Pointer</span> p<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: The expression <code class="computeroutput">get_deleter()(get())</code> shall be well formed, shall have well-defined behavior, and shall not throw exceptions.</p> <p><span class="bold"><strong>Effects</strong></span>: assigns p to the stored pointer, and then if the old value of the stored pointer, old_p, was not equal to nullptr, calls <code class="computeroutput">get_deleter()(old_p)</code>. Note: The order of these operations is significant because the call to <code class="computeroutput">get_deleter()</code> may destroy *this.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == p</code>. Note: The postcondition does not hold if the call to <code class="computeroutput">get_deleter()</code> destroys *this since <code class="computeroutput">this-&gt;get()</code> is no longer a valid expression.</p> <p><span class="bold"><strong>Remarks</strong></span>: This constructor shall not participate in overload resolution unless:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>If T is not an array type and Pointer is implicitly convertible to pointer.</p></li> <li class="listitem"><p>If T is an array type and Pointer is a more CV qualified pointer to element_type. </p></li> </ul></div> <p> </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_26_20_14_3_1_1_6_10-bb"></a><span class="identifier">reset</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: The expression <code class="computeroutput">get_deleter()(get())</code> shall be well formed, shall have well-defined behavior, and shall not throw exceptions.</p> <p><span class="bold"><strong>Effects</strong></span>: assigns nullptr to the stored pointer, and then if the old value of the stored pointer, old_p, was not equal to nullptr, calls <code class="computeroutput">get_deleter()(old_p)</code>. Note: The order of these operations is significant because the call to <code class="computeroutput">get_deleter()</code> may destroy *this.</p> <p><span class="bold"><strong>Postconditions</strong></span>: <code class="computeroutput">get() == p</code>. Note: The postcondition does not hold if the call to <code class="computeroutput">get_deleter()</code> destroys *this since <code class="computeroutput">this-&gt;get()</code> is no longer a valid expression. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_26_20_14_3_1_1_6_11-bb"></a><span class="identifier">reset</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">nullptr_t</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Same as <code class="computeroutput">reset()</code> </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_26_20_14_3_1_1_6_12-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a> <span class="special">&amp;</span> u<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">get_deleter()</code> shall be swappable and shall not throw an exception under swap.</p> <p><span class="bold"><strong>Effects</strong></span>: Invokes swap on the stored pointers and on the stored deleters of *this and u. </p> </li> </ol></div> </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; 2008-2014 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="../has_nothrow_move.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.unique_ptr_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="swap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
deps/boost/libs/log/doc/html/boost/log/expressions/contains_idp50471520.html
nawawi/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template contains</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../../../expressions.html#header.boost.log.expressions.predicates.contains_hpp" title="Header &lt;boost/log/expressions/predicates/contains.hpp&gt;"> <link rel="prev" href="attribute_contains.html" title="Type definition attribute_contains"> <link rel="next" href="contains_idp50478160.html" title="Function template contains"> </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="attribute_contains.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../expressions.html#header.boost.log.expressions.predicates.contains_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="contains_idp50478160.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.expressions.contains_idp50471520"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template contains</span></h2> <p>boost::log::expressions::contains</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="../../../expressions.html#header.boost.log.expressions.predicates.contains_hpp" title="Header &lt;boost/log/expressions/predicates/contains.hpp&gt;">boost/log/expressions/predicates/contains.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> FallbackPolicyT<span class="special">,</span> <span class="keyword">typename</span> TagT<span class="special">,</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="special">&gt;</span> <span class="keyword">class</span> ActorT<span class="special">,</span> <span class="keyword">typename</span> SubstringT<span class="special">&gt;</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">contains</span><span class="special">(</span><a class="link" href="attribute_actor.html" title="Class template attribute_actor">attribute_actor</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">FallbackPolicyT</span><span class="special">,</span> <span class="identifier">TagT</span><span class="special">,</span> <span class="identifier">ActorT</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> attr<span class="special">,</span> <span class="identifier">SubstringT</span> <span class="keyword">const</span> <span class="special">&amp;</span> substring<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp108169616"></a><h2>Description</h2> <p>The function generates a terminal node in a template expression. The node will check if the attribute value, which is assumed to be a string, contains the specified substring. </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-2016 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="attribute_contains.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../expressions.html#header.boost.log.expressions.predicates.contains_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="contains_idp50478160.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
web/ui/js/vendor/bootstrap-editable/test/index.html
albertoml/padelTFG
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap Editable Plugin Test Suite</title> <!-- jquery --> <script src="../libs/jquery/jquery-1.8.2.min.js"></script> <!-- qunit --> <link rel="stylesheet" href="../libs/qunit/qunit.css" type="text/css" media="screen" /> <script src="../libs/qunit/qunit.js"></script> <!-- bootstrap --> <script src="../libs/bootstrap/js/bootstrap.js"></script> <!-- mockjax --> <script src="../libs/mockjax/jquery.mockjax.js"></script> <!-- bootstrap-editable --> <script src="../src/js/bootstrap-editable.js"></script> <link rel="stylesheet" href="../src/css/bootstrap-editable.css" type="text/css" media="screen" /> <!-- bootstrap-datepicker --> <script src="../src/js/bootstrap-datepicker.js"></script> <link rel="stylesheet" href="../src/css/datepicker.css" type="text/css" media="screen" /> <script src="mocks.js"></script> <!-- unit tests --> <!-- You can also add "?filter=[module]" URL to run only tests within that module--> <script src="common.js"></script> <script src="text.js"></script> <script src="select.js"></script> <script src="textarea.js"></script> <script src="date.js"></script> <script src="api.js"></script> </head> <body> <div> <h1 id="qunit-header">Bootstrap Editable Plugin Test Suite</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture"></div> <div id="async-fixture"></div> </div> </body> </html>
src/com/alexfiliakov/blackscholescalc/commons-math3-3.5/docs/apidocs/org/apache/commons/math3/analysis/class-use/DifferentiableUnivariateVectorFunction.html
AlexFiliakov/BlackScholesCalculator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface org.apache.commons.math3.analysis.DifferentiableUnivariateVectorFunction (Apache Commons Math 3.5 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 Interface org.apache.commons.math3.analysis.DifferentiableUnivariateVectorFunction (Apache Commons Math 3.5 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.html" title="interface in org.apache.commons.math3.analysis">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/math3/analysis//class-useDifferentiableUnivariateVectorFunction.html" target="_top">FRAMES</a></li> <li><a href="DifferentiableUnivariateVectorFunction.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.commons.math3.analysis.DifferentiableUnivariateVectorFunction" class="title">Uses of Interface<br>org.apache.commons.math3.analysis.DifferentiableUnivariateVectorFunction</h2> </div> <div class="classUseContainer">No usage of org.apache.commons.math3.analysis.DifferentiableUnivariateVectorFunction</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.html" title="interface in org.apache.commons.math3.analysis">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/math3/analysis//class-useDifferentiableUnivariateVectorFunction.html" target="_top">FRAMES</a></li> <li><a href="DifferentiableUnivariateVectorFunction.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
docs/classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html
GintarasV/kiwi.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Kiwi.Animations.Tweens.Easing.Sinusoidal - Kiwi.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="Kiwi.js"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 1.3.0</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Kiwi.Animations.Animation.html">Kiwi.Animations.Animation</a></li> <li><a href="../classes/Kiwi.Animations.Sequence.html">Kiwi.Animations.Sequence</a></li> <li><a href="../classes/Kiwi.Animations.Tween.html">Kiwi.Animations.Tween</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Back.html">Kiwi.Animations.Tweens.Easing.Back</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Bounce.html">Kiwi.Animations.Tweens.Easing.Bounce</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Circular.html">Kiwi.Animations.Tweens.Easing.Circular</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Cubic.html">Kiwi.Animations.Tweens.Easing.Cubic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Elastic.html">Kiwi.Animations.Tweens.Easing.Elastic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Exponential.html">Kiwi.Animations.Tweens.Easing.Exponential</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Linear.html">Kiwi.Animations.Tweens.Easing.Linear</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quadratic.html">Kiwi.Animations.Tweens.Easing.Quadratic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quartic.html">Kiwi.Animations.Tweens.Easing.Quartic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quintic.html">Kiwi.Animations.Tweens.Easing.Quintic</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html">Kiwi.Animations.Tweens.Easing.Sinusoidal</a></li> <li><a href="../classes/Kiwi.Animations.Tweens.TweenManager.html">Kiwi.Animations.Tweens.TweenManager</a></li> <li><a href="../classes/Kiwi.Camera.html">Kiwi.Camera</a></li> <li><a href="../classes/Kiwi.CameraManager.html">Kiwi.CameraManager</a></li> <li><a href="../classes/Kiwi.Component.html">Kiwi.Component</a></li> <li><a href="../classes/Kiwi.ComponentManager.html">Kiwi.ComponentManager</a></li> <li><a href="../classes/Kiwi.Components.AnimationManager.html">Kiwi.Components.AnimationManager</a></li> <li><a href="../classes/Kiwi.Components.ArcadePhysics.html">Kiwi.Components.ArcadePhysics</a></li> <li><a href="../classes/Kiwi.Components.Box.html">Kiwi.Components.Box</a></li> <li><a href="../classes/Kiwi.Components.Input.html">Kiwi.Components.Input</a></li> <li><a href="../classes/Kiwi.Components.Sound.html">Kiwi.Components.Sound</a></li> <li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li> <li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li> <li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li> <li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li> <li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li> <li><a href="../classes/Kiwi.Files.FileStore.html">Kiwi.Files.FileStore</a></li> <li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li> <li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li> <li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li> <li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li> <li><a href="../classes/Kiwi.GameObjects.Sprite.html">Kiwi.GameObjects.Sprite</a></li> <li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li> <li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html">Kiwi.GameObjects.Tilemap.TileMapLayer</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayerIsometric.html">Kiwi.GameObjects.Tilemap.TileMapLayerIsometric</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayerOrthogonal.html">Kiwi.GameObjects.Tilemap.TileMapLayerOrthogonal</a></li> <li><a href="../classes/Kiwi.GameObjects.Tilemap.TileType.html">Kiwi.GameObjects.Tilemap.TileType</a></li> <li><a href="../classes/Kiwi.Geom.AABB.html">Kiwi.Geom.AABB</a></li> <li><a href="../classes/Kiwi.Geom.Circle.html">Kiwi.Geom.Circle</a></li> <li><a href="../classes/Kiwi.Geom.Intersect.html">Kiwi.Geom.Intersect</a></li> <li><a href="../classes/Kiwi.Geom.IntersectResult.html">Kiwi.Geom.IntersectResult</a></li> <li><a href="../classes/Kiwi.Geom.Line.html">Kiwi.Geom.Line</a></li> <li><a href="../classes/Kiwi.Geom.Matrix.html">Kiwi.Geom.Matrix</a></li> <li><a href="../classes/Kiwi.Geom.Point.html">Kiwi.Geom.Point</a></li> <li><a href="../classes/Kiwi.Geom.Ray.html">Kiwi.Geom.Ray</a></li> <li><a href="../classes/Kiwi.Geom.Rectangle.html">Kiwi.Geom.Rectangle</a></li> <li><a href="../classes/Kiwi.Geom.Transform.html">Kiwi.Geom.Transform</a></li> <li><a href="../classes/Kiwi.Geom.Vector2.html">Kiwi.Geom.Vector2</a></li> <li><a href="../classes/Kiwi.Group.html">Kiwi.Group</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.Counter.html">Kiwi.HUD.HUDComponents.Counter</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.Time.html">Kiwi.HUD.HUDComponents.Time</a></li> <li><a href="../classes/Kiwi.HUD.HUDComponents.WidgetInput.html">Kiwi.HUD.HUDComponents.WidgetInput</a></li> <li><a href="../classes/Kiwi.HUD.HUDDisplay.html">Kiwi.HUD.HUDDisplay</a></li> <li><a href="../classes/Kiwi.HUD.HUDManager.html">Kiwi.HUD.HUDManager</a></li> <li><a href="../classes/Kiwi.HUD.HUDWidget.html">Kiwi.HUD.HUDWidget</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Bar.html">Kiwi.HUD.Widget.Bar</a></li> <li><a href="../classes/Kiwi.HUD.Widget.BasicScore.html">Kiwi.HUD.Widget.BasicScore</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Button.html">Kiwi.HUD.Widget.Button</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Icon.html">Kiwi.HUD.Widget.Icon</a></li> <li><a href="../classes/Kiwi.HUD.Widget.IconBar.html">Kiwi.HUD.Widget.IconBar</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Menu.html">Kiwi.HUD.Widget.Menu</a></li> <li><a href="../classes/Kiwi.HUD.Widget.MenuItem.html">Kiwi.HUD.Widget.MenuItem</a></li> <li><a href="../classes/Kiwi.HUD.Widget.TextField.html">Kiwi.HUD.Widget.TextField</a></li> <li><a href="../classes/Kiwi.HUD.Widget.Time.html">Kiwi.HUD.Widget.Time</a></li> <li><a href="../classes/Kiwi.IChild.html">Kiwi.IChild</a></li> <li><a href="../classes/Kiwi.Input.Finger.html">Kiwi.Input.Finger</a></li> <li><a href="../classes/Kiwi.Input.InputManager.html">Kiwi.Input.InputManager</a></li> <li><a href="../classes/Kiwi.Input.Key.html">Kiwi.Input.Key</a></li> <li><a href="../classes/Kiwi.Input.Keyboard.html">Kiwi.Input.Keyboard</a></li> <li><a href="../classes/Kiwi.Input.Keycodes.html">Kiwi.Input.Keycodes</a></li> <li><a href="../classes/Kiwi.Input.Mouse.html">Kiwi.Input.Mouse</a></li> <li><a href="../classes/Kiwi.Input.MouseCursor.html">Kiwi.Input.MouseCursor</a></li> <li><a href="../classes/Kiwi.Input.Pointer.html">Kiwi.Input.Pointer</a></li> <li><a href="../classes/Kiwi.Input.Touch.html">Kiwi.Input.Touch</a></li> <li><a href="../classes/Kiwi.PluginManager.html">Kiwi.PluginManager</a></li> <li><a href="../classes/Kiwi.Renderers.CanvasRenderer.html">Kiwi.Renderers.CanvasRenderer</a></li> <li><a href="../classes/Kiwi.Renderers.GLArrayBuffer.html">Kiwi.Renderers.GLArrayBuffer</a></li> <li><a href="../classes/Kiwi.Renderers.GLBlendMode.html">Kiwi.Renderers.GLBlendMode</a></li> <li><a href="../classes/Kiwi.Renderers.GLElementArrayBuffer.html">Kiwi.Renderers.GLElementArrayBuffer</a></li> <li><a href="../classes/Kiwi.Renderers.GLRenderManager.html">Kiwi.Renderers.GLRenderManager</a></li> <li><a href="../classes/Kiwi.Renderers.GLTextureManager.html">Kiwi.Renderers.GLTextureManager</a></li> <li><a href="../classes/Kiwi.Renderers.GLTextureWrapper.html">Kiwi.Renderers.GLTextureWrapper</a></li> <li><a href="../classes/Kiwi.Renderers.Renderer.html">Kiwi.Renderers.Renderer</a></li> <li><a href="../classes/Kiwi.Renderers.TextureAtlasRenderer.html">Kiwi.Renderers.TextureAtlasRenderer</a></li> <li><a href="../classes/Kiwi.Shaders.ShaderManager.html">Kiwi.Shaders.ShaderManager</a></li> <li><a href="../classes/Kiwi.Shaders.ShaderPair.html">Kiwi.Shaders.ShaderPair</a></li> <li><a href="../classes/Kiwi.Shaders.TextureAtlasShader.html">Kiwi.Shaders.TextureAtlasShader</a></li> <li><a href="../classes/Kiwi.Signal.html">Kiwi.Signal</a></li> <li><a href="../classes/Kiwi.SignalBinding.html">Kiwi.SignalBinding</a></li> <li><a href="../classes/Kiwi.Sound.Audio.html">Kiwi.Sound.Audio</a></li> <li><a href="../classes/Kiwi.Sound.AudioLibrary.html">Kiwi.Sound.AudioLibrary</a></li> <li><a href="../classes/Kiwi.Sound.AudioManager.html">Kiwi.Sound.AudioManager</a></li> <li><a href="../classes/Kiwi.Stage.html">Kiwi.Stage</a></li> <li><a href="../classes/Kiwi.State.html">Kiwi.State</a></li> <li><a href="../classes/Kiwi.StateConfig.html">Kiwi.StateConfig</a></li> <li><a href="../classes/Kiwi.StateManager.html">Kiwi.StateManager</a></li> <li><a href="../classes/Kiwi.System.Bootstrap.html">Kiwi.System.Bootstrap</a></li> <li><a href="../classes/Kiwi.System.Device.html">Kiwi.System.Device</a></li> <li><a href="../classes/Kiwi.Textures.SingleImage.html">Kiwi.Textures.SingleImage</a></li> <li><a href="../classes/Kiwi.Textures.SpriteSheet.html">Kiwi.Textures.SpriteSheet</a></li> <li><a href="../classes/Kiwi.Textures.TextureAtlas.html">Kiwi.Textures.TextureAtlas</a></li> <li><a href="../classes/Kiwi.Textures.TextureLibrary.html">Kiwi.Textures.TextureLibrary</a></li> <li><a href="../classes/Kiwi.Time.Clock.html">Kiwi.Time.Clock</a></li> <li><a href="../classes/Kiwi.Time.ClockManager.html">Kiwi.Time.ClockManager</a></li> <li><a href="../classes/Kiwi.Time.MasterClock.html">Kiwi.Time.MasterClock</a></li> <li><a href="../classes/Kiwi.Time.Timer.html">Kiwi.Time.Timer</a></li> <li><a href="../classes/Kiwi.Time.TimerEvent.html">Kiwi.Time.TimerEvent</a></li> <li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li> <li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li> <li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li> <li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li> <li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li> <li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li> <li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li> <li><a href="../classes/Kiwi.Utils.Version.html">Kiwi.Utils.Version</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/Animations.html">Animations</a></li> <li><a href="../modules/Components.html">Components</a></li> <li><a href="../modules/Easing.html">Easing</a></li> <li><a href="../modules/Files.html">Files</a></li> <li><a href="../modules/GameObjects.html">GameObjects</a></li> <li><a href="../modules/Geom.html">Geom</a></li> <li><a href="../modules/HUD.html">HUD</a></li> <li><a href="../modules/HUDComponents.html">HUDComponents</a></li> <li><a href="../modules/Input.html">Input</a></li> <li><a href="../modules/Kiwi.html">Kiwi</a></li> <li><a href="../modules/Renderers.html">Renderers</a></li> <li><a href="../modules/Shaders.html">Shaders</a></li> <li><a href="../modules/Sound.html">Sound</a></li> <li><a href="../modules/System.html">System</a></li> <li><a href="../modules/Textures.html">Textures</a></li> <li><a href="../modules/Tilemap.html">Tilemap</a></li> <li><a href="../modules/Time.html">Time</a></li> <li><a href="../modules/Tweens.html">Tweens</a></li> <li><a href="../modules/Utils.html">Utils</a></li> <li><a href="../modules/Utils..html">Utils.</a></li> <li><a href="../modules/Widget.html">Widget</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>Kiwi.Animations.Tweens.Easing.Sinusoidal Class</h1> <div class="box meta"> <div class="foundat"> Defined in: <a href="../files/src_animations_tweens_easing_Sinusoidal.ts.html#l10"><code>src\animations\tweens\easing\Sinusoidal.ts:10</code></a> </div> Module: <a href="../modules/Easing.html">Easing</a><br> Parent Module: <a href="../modules/Tweens.html">Tweens</a> </div> <div class="box intro"> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> <li class="api-class-tab methods"><a href="#methods">Methods</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods"> <li class="index-item method public"> <a href="#method_In">In</a> <span class="flag static">static</span> </li> <li class="index-item method public"> <a href="#method_InOut">InOut</a> <span class="flag static">static</span> </li> <li class="index-item method public"> <a href="#method_objType">objType</a> </li> <li class="index-item method public"> <a href="#method_Out">Out</a> <span class="flag static">static</span> </li> </ul> </div> </div> <div id="methods" class="api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method_In" class="method item public"> <h3 class="name"><code>In</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>k</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Number</span> </span> <span class="flag public">public</span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/src_animations_tweens_easing_Sinusoidal.ts.html#l28"><code>src\animations\tweens\easing\Sinusoidal.ts:28</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">k</code> <span class="type">Any</span> <div class="param-description"> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Number</span>: </div> </div> </div> <div id="method_InOut" class="method item public"> <h3 class="name"><code>InOut</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>k</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Number</span> </span> <span class="flag public">public</span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/src_animations_tweens_easing_Sinusoidal.ts.html#l56"><code>src\animations\tweens\easing\Sinusoidal.ts:56</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">k</code> <span class="type">Any</span> <div class="param-description"> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Number</span>: </div> </div> </div> <div id="method_objType" class="method item public"> <h3 class="name"><code>objType</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type">String</span> </span> <span class="flag public">public</span> <div class="meta"> <p> Defined in <a href="../files/src_animations_tweens_easing_Sinusoidal.ts.html#l18"><code>src\animations\tweens\easing\Sinusoidal.ts:18</code></a> </p> </div> <div class="description"> <p>The type of object that this is.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">String</span>: <p>&quot;Sinusoidal&quot;</p> </div> </div> </div> <div id="method_Out" class="method item public"> <h3 class="name"><code>Out</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>k</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type">Number</span> </span> <span class="flag public">public</span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/src_animations_tweens_easing_Sinusoidal.ts.html#l42"><code>src\animations\tweens\easing\Sinusoidal.ts:42</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">k</code> <span class="type">Any</span> <div class="param-description"> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type">Number</span>: </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
src/com/alexfiliakov/blackscholescalc/commons-math3-3.5/docs/apidocs/org/apache/commons/math3/optimization/general/class-use/ConjugateGradientFormula.html
AlexFiliakov/BlackScholesCalculator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.commons.math3.optimization.general.ConjugateGradientFormula (Apache Commons Math 3.5 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.commons.math3.optimization.general.ConjugateGradientFormula (Apache Commons Math 3.5 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/commons/math3/optimization/general//class-useConjugateGradientFormula.html" target="_top">FRAMES</a></li> <li><a href="ConjugateGradientFormula.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.commons.math3.optimization.general.ConjugateGradientFormula" class="title">Uses of Class<br>org.apache.commons.math3.optimization.general.ConjugateGradientFormula</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</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.commons.math3.optimization.general">org.apache.commons.math3.optimization.general</a></td> <td class="colLast"> <div class="block">This package provides optimization algorithms that require derivatives.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.commons.math3.optimization.general"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a> in <a href="../../../../../../../org/apache/commons/math3/optimization/general/package-summary.html">org.apache.commons.math3.optimization.general</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/apache/commons/math3/optimization/general/package-summary.html">org.apache.commons.math3.optimization.general</a> that return <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a></code></td> <td class="colLast"><span class="strong">ConjugateGradientFormula.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a>[]</code></td> <td class="colLast"><span class="strong">ConjugateGradientFormula.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html#values()">values</a></strong>()</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../org/apache/commons/math3/optimization/general/package-summary.html">org.apache.commons.math3.optimization.general</a> with parameters of type <a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.html#NonLinearConjugateGradientOptimizer(org.apache.commons.math3.optimization.general.ConjugateGradientFormula)">NonLinearConjugateGradientOptimizer</a></strong>(<a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a>&nbsp;updateFormula)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>See <a href="../../../../../../../org/apache/commons/math3/optimization/SimpleValueChecker.html#SimpleValueChecker()"><code>SimpleValueChecker.SimpleValueChecker()</code></a></i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.html#NonLinearConjugateGradientOptimizer(org.apache.commons.math3.optimization.general.ConjugateGradientFormula, org.apache.commons.math3.optimization.ConvergenceChecker)">NonLinearConjugateGradientOptimizer</a></strong>(<a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a>&nbsp;updateFormula, <a href="../../../../../../../org/apache/commons/math3/optimization/ConvergenceChecker.html" title="interface in org.apache.commons.math3.optimization">ConvergenceChecker</a>&lt;<a href="../../../../../../../org/apache/commons/math3/optimization/PointValuePair.html" title="class in org.apache.commons.math3.optimization">PointValuePair</a>&gt;&nbsp;checker)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> <div class="block">Constructor with default <a href="../../../../../../../org/apache/commons/math3/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math3.analysis.solvers"><code>line search solver</code></a> and <a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.IdentityPreconditioner.html" title="class in org.apache.commons.math3.optimization.general"><code>preconditioner</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.html#NonLinearConjugateGradientOptimizer(org.apache.commons.math3.optimization.general.ConjugateGradientFormula, org.apache.commons.math3.optimization.ConvergenceChecker, org.apache.commons.math3.analysis.solvers.UnivariateSolver)">NonLinearConjugateGradientOptimizer</a></strong>(<a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a>&nbsp;updateFormula, <a href="../../../../../../../org/apache/commons/math3/optimization/ConvergenceChecker.html" title="interface in org.apache.commons.math3.optimization">ConvergenceChecker</a>&lt;<a href="../../../../../../../org/apache/commons/math3/optimization/PointValuePair.html" title="class in org.apache.commons.math3.optimization">PointValuePair</a>&gt;&nbsp;checker, <a href="../../../../../../../org/apache/commons/math3/analysis/solvers/UnivariateSolver.html" title="interface in org.apache.commons.math3.analysis.solvers">UnivariateSolver</a>&nbsp;lineSearchSolver)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> <div class="block">Constructor with default <a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.IdentityPreconditioner.html" title="class in org.apache.commons.math3.optimization.general"><code>preconditioner</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizer.html#NonLinearConjugateGradientOptimizer(org.apache.commons.math3.optimization.general.ConjugateGradientFormula, org.apache.commons.math3.optimization.ConvergenceChecker, org.apache.commons.math3.analysis.solvers.UnivariateSolver, org.apache.commons.math3.optimization.general.Preconditioner)">NonLinearConjugateGradientOptimizer</a></strong>(<a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">ConjugateGradientFormula</a>&nbsp;updateFormula, <a href="../../../../../../../org/apache/commons/math3/optimization/ConvergenceChecker.html" title="interface in org.apache.commons.math3.optimization">ConvergenceChecker</a>&lt;<a href="../../../../../../../org/apache/commons/math3/optimization/PointValuePair.html" title="class in org.apache.commons.math3.optimization">PointValuePair</a>&gt;&nbsp;checker, <a href="../../../../../../../org/apache/commons/math3/analysis/solvers/UnivariateSolver.html" title="interface in org.apache.commons.math3.analysis.solvers">UnivariateSolver</a>&nbsp;lineSearchSolver, <a href="../../../../../../../org/apache/commons/math3/optimization/general/Preconditioner.html" title="interface in org.apache.commons.math3.optimization.general">Preconditioner</a>&nbsp;preconditioner)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> &nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/commons/math3/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math3.optimization.general">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/commons/math3/optimization/general//class-useConjugateGradientFormula.html" target="_top">FRAMES</a></li> <li><a href="ConjugateGradientFormula.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
examples/payments/iDEAL/credit-based-on-pay.html
wirecard/paymentSDK-php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; URL=credit-based-on-pay.php"> </head> </html>
repo/beershelf/vendor/assets/javascripts/angular-1.2.6/docs/partials/api/ng.directive:ngMousemove.html
10Pines/coding-friday-angularjs
<a href="http://github.com/angular/angular.js/tree/v1.2.6/src/ng/directive/ngEventDirs.js#L197" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/ngEventDirs.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">ngMousemove</code> <div><span class="hint">directive in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="ng-directive-page ng-directive-ngmousemove-page"><p>Specify custom behavior on mousemove event.</p> </div></div> <h2 id="usage">Usage</h2> <div class="usage">as attribute<pre class="prettyprint linenums">&lt;ANY ng-mousemove="{expression}"&gt; ... &lt;/ANY&gt;</pre> <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>ngMousemove</td><td><a href="" class="label type-hint type-hint-expression">expression</a></td><td><div class="ng-directive-page ng-directive-ngmousemove-page"><p><a href="guide/expression">Expression</a> to evaluate upon mousemove. (Event object is available as <code>$event</code>)</p> </div></td></tr></tbody></table></div> <h2 id="example">Example</h2> <div class="example"><div class="ng-directive-page ng-directive-ngmousemove-page"><h4 id="example_source">Source</h4> <div source-edit="" source-edit-deps="angular.js" source-edit-html="index.html-89" source-edit-css="" source-edit-js="" source-edit-json="" source-edit-unit="" source-edit-scenario=""></div> <div class="tabbable"><div class="tab-pane" title="index.html"> <pre class="prettyprint linenums" ng-set-text="index.html-89" ng-html-wrap=" angular.js"></pre> <script type="text/ng-template" id="index.html-89"> <button ng-mousemove="count = count + 1" ng-init="count=0"> Increment (when mouse moves) </button> count: {{count}} </script> </div> </div><h4 id="example_demo">Demo</h4> <div class="well doc-example-live animate-container" ng-embed-app="" ng-set-html="index.html-89" ng-eval-javascript=""></div> </div></div> </div>
samples/Server/Channels/Server-side-subscription/index.html
brunobg/jxm
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JXcore Messaging API Channels example.</title> <!-- This is useful, if you want to test the backend on mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1;maximum-scale=1.0; user-scalable=0;"/> <script src="/channels/jx?ms=connect" type="text/javascript"></script> </head> <body style="font-family: Tahoma, Geneva, sans-serif; font-size: 9;"> <input type="button" id="btnSend" value="Start" disabled="disabled"/> <BR/> <div id="msg"/> <script type="text/javascript"> document.onjxready = function () { jxcore.Start(function (status) { var btnSend = document.getElementById('btnSend'); btnSend.disabled = ""; var msg = document.getElementById("msg"); msg.innerHTML += "Connected.<BR>"; // let's define client's custom method // and register it for global usage window["clientsMethod"] = function (s) { msg.innerHTML += s + "<BR>"; }; document.getElementById('btnSend').onclick = function () { // when server receives this call, // it will subscribe a client to a "testGroup" jxcore.Call("someMethod", true); }; }); jxcore.OnClose = function (reconnecting) { msg.innerHTML += "Disconnected.<BR>"; }; jxcore.OnError = function (err) { msg.innerHTML += err; }; jxcore.OnSubscription = function (subscribed, group) { if (subscribed) { // let's send a message to other clients. // in fact, we will invoke their local method "clientsMethod" // and pass the message as an argument. jxcore.SendToGroup(group, "clientsMethod", "Hello from browser"); } }; }; </script> </body> </html>
poi-3.14/docs/apidocs/org/apache/poi/sl/draw/package-frame.html
Sebaxtian/KDD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> org.apache.poi.sl.draw (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../org/apache/poi/sl/draw/package-summary.html" target="classFrame">org.apache.poi.sl.draw</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Interfaces</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="Drawable.html" title="interface in org.apache.poi.sl.draw" target="classFrame"><I>Drawable</I></A> <BR> <A HREF="DrawFontManager.html" title="interface in org.apache.poi.sl.draw" target="classFrame"><I>DrawFontManager</I></A> <BR> <A HREF="ImageRenderer.html" title="interface in org.apache.poi.sl.draw" target="classFrame"><I>ImageRenderer</I></A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="BitmapImageRenderer.html" title="class in org.apache.poi.sl.draw" target="classFrame">BitmapImageRenderer</A> <BR> <A HREF="Drawable.DrawableHint.html" title="class in org.apache.poi.sl.draw" target="classFrame">Drawable.DrawableHint</A> <BR> <A HREF="DrawAutoShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawAutoShape</A> <BR> <A HREF="DrawBackground.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawBackground</A> <BR> <A HREF="DrawConnectorShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawConnectorShape</A> <BR> <A HREF="DrawFactory.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawFactory</A> <BR> <A HREF="DrawFreeformShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawFreeformShape</A> <BR> <A HREF="DrawGraphicalFrame.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawGraphicalFrame</A> <BR> <A HREF="DrawGroupShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawGroupShape</A> <BR> <A HREF="DrawMasterSheet.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawMasterSheet</A> <BR> <A HREF="DrawNothing.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawNothing</A> <BR> <A HREF="DrawPaint.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawPaint</A> <BR> <A HREF="DrawPictureShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawPictureShape</A> <BR> <A HREF="DrawShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawShape</A> <BR> <A HREF="DrawSheet.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawSheet</A> <BR> <A HREF="DrawSimpleShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawSimpleShape</A> <BR> <A HREF="DrawSlide.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawSlide</A> <BR> <A HREF="DrawTableShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawTableShape</A> <BR> <A HREF="DrawTextBox.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawTextBox</A> <BR> <A HREF="DrawTextFragment.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawTextFragment</A> <BR> <A HREF="DrawTextParagraph.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawTextParagraph</A> <BR> <A HREF="DrawTextShape.html" title="class in org.apache.poi.sl.draw" target="classFrame">DrawTextShape</A> <BR> <A HREF="SLGraphics.html" title="class in org.apache.poi.sl.draw" target="classFrame">SLGraphics</A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Annotation Types</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="DrawNotImplemented.html" title="annotation in org.apache.poi.sl.draw" target="classFrame">DrawNotImplemented</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
src/libs/asio/doc/asio/reference/error__make_error_code/overload2.html
peerborough/peerapi
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>error::make_error_code (2 of 5 overloads)</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../error__make_error_code.html" title="error::make_error_code"> <link rel="prev" href="overload1.html" title="error::make_error_code (1 of 5 overloads)"> <link rel="next" href="overload3.html" title="error::make_error_code (3 of 5 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../error__make_error_code.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.error__make_error_code.overload2"></a><a class="link" href="overload2.html" title="error::make_error_code (2 of 5 overloads)">error::make_error_code (2 of 5 overloads)</a> </h4></div></div></div> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">make_error_code</span><span class="special">(</span> <span class="identifier">netdb_errors</span> <span class="identifier">e</span><span class="special">);</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2016 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../error__make_error_code.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
poi-3.14/docs/apidocs/org/apache/poi/ss/formula/ptg/class-use/AddPtg.html
Sebaxtian/KDD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.ss.formula.ptg.AddPtg (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.ss.formula.ptg.AddPtg (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/ptg/AddPtg.html" title="class in org.apache.poi.ss.formula.ptg"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/ss/formula/ptg/\class-useAddPtg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AddPtg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.ss.formula.ptg.AddPtg</B></H2> </CENTER> No usage of org.apache.poi.ss.formula.ptg.AddPtg <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/ptg/AddPtg.html" title="class in org.apache.poi.ss.formula.ptg"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/ss/formula/ptg/\class-useAddPtg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AddPtg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
packages/sidenav/src/ux-sidenav-content/ux-sidenav-content.css
aurelia/ux
ux-sidenav-content { display: block; height: 100%; } /*# sourceMappingURL=ux-sidenav-content.css.map */
tclap/docs/html/namespacemembers.html
metiscus/texture-atlas
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>tclap: Namespace Members</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.3.9.1 --> <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div> <div class="qindex"><a class="qindexHL" href="namespacemembers.html">All</a> | <a class="qindex" href="namespacemembers_func.html">Functions</a> | <a class="qindex" href="namespacemembers_type.html">Typedefs</a></div> <p> Here is a list of all namespace members with links to the namespace documentation for each member:<ul> <li>ArgListIterator : <a class="el" href="namespaceTCLAP.html#a0">TCLAP</a><li>ArgVectorIterator : <a class="el" href="namespaceTCLAP.html#a1">TCLAP</a><li>ClearContainer() : <a class="el" href="namespaceTCLAP.html#a6">TCLAP</a><li>DelPtr() : <a class="el" href="namespaceTCLAP.html#a5">TCLAP</a><li>ExtractValue() : <a class="el" href="namespaceTCLAP.html#a4">TCLAP</a><li>SetString() : <a class="el" href="namespaceTCLAP.html#a7">TCLAP</a><li>VisitorListIterator : <a class="el" href="namespaceTCLAP.html#a2">TCLAP</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Mon Sep 28 11:32:48 2009 for tclap by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> </body> </html>
public/piece-css/icpieces.external.css
luanlv/lila
.is2d .pawn.white {background-image:url('/assets/piece/icpieces/wP.svg')} .is2d .knight.white {background-image:url('/assets/piece/icpieces/wN.svg')} .is2d .bishop.white {background-image:url('/assets/piece/icpieces/wB.svg')} .is2d .rook.white {background-image:url('/assets/piece/icpieces/wR.svg')} .is2d .queen.white {background-image:url('/assets/piece/icpieces/wQ.svg')} .is2d .king.white {background-image:url('/assets/piece/icpieces/wK.svg')} .is2d .pawn.black {background-image:url('/assets/piece/icpieces/bP.svg')} .is2d .knight.black {background-image:url('/assets/piece/icpieces/bN.svg')} .is2d .bishop.black {background-image:url('/assets/piece/icpieces/bB.svg')} .is2d .rook.black {background-image:url('/assets/piece/icpieces/bR.svg')} .is2d .queen.black {background-image:url('/assets/piece/icpieces/bQ.svg')} .is2d .king.black {background-image:url('/assets/piece/icpieces/bK.svg')}
src/com/alexfiliakov/blackscholescalc/commons-math3-3.5/docs/apidocs/org/apache/commons/math3/ml/package-summary.html
AlexFiliakov/BlackScholesCalculator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.apache.commons.math3.ml (Apache Commons Math 3.5 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="org.apache.commons.math3.ml (Apache Commons Math 3.5 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/commons/math3/linear/package-summary.html">PREV PACKAGE</a></li> <li><a href="../../../../../org/apache/commons/math3/ml/clustering/package-summary.html">NEXT PACKAGE</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/commons/math3/ml/package-summary.html" target="_top">FRAMES</a></li> <li><a href="package-summary.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.commons.math3.ml</h1> <p class="subTitle"> <div class="block">Base package for machine learning algorithms.</div> </p> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"><a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.commons.math3.ml Description">Package org.apache.commons.math3.ml Description</h2> <div class="block">Base package for machine learning algorithms.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/commons/math3/linear/package-summary.html">PREV PACKAGE</a></li> <li><a href="../../../../../org/apache/commons/math3/ml/clustering/package-summary.html">NEXT PACKAGE</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/commons/math3/ml/package-summary.html" target="_top">FRAMES</a></li> <li><a href="package-summary.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
docs/files/src_solver_GSSolver.js.html
markware/p2.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src/solver/GSSolver.js - p2.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="icon" href="../assets/favicon.ico"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="p2.js" width="117" height="52"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.7.0</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/AABB.html">AABB</a></li> <li><a href="../classes/AngleLockEquation.html">AngleLockEquation</a></li> <li><a href="../classes/Body.html">Body</a></li> <li><a href="../classes/Box.html">Box</a></li> <li><a href="../classes/Broadphase.html">Broadphase</a></li> <li><a href="../classes/Capsule.html">Capsule</a></li> <li><a href="../classes/Circle.html">Circle</a></li> <li><a href="../classes/Constraint.html">Constraint</a></li> <li><a href="../classes/ContactEquation.html">ContactEquation</a></li> <li><a href="../classes/ContactMaterial.html">ContactMaterial</a></li> <li><a href="../classes/Convex.html">Convex</a></li> <li><a href="../classes/DistanceConstraint.html">DistanceConstraint</a></li> <li><a href="../classes/Equation.html">Equation</a></li> <li><a href="../classes/EventEmitter.html">EventEmitter</a></li> <li><a href="../classes/FrictionEquation.html">FrictionEquation</a></li> <li><a href="../classes/GearConstraint.html">GearConstraint</a></li> <li><a href="../classes/GSSolver.html">GSSolver</a></li> <li><a href="../classes/Heightfield.html">Heightfield</a></li> <li><a href="../classes/Island.html">Island</a></li> <li><a href="../classes/IslandManager.html">IslandManager</a></li> <li><a href="../classes/IslandNode.html">IslandNode</a></li> <li><a href="../classes/Line.html">Line</a></li> <li><a href="../classes/LinearSpring.html">LinearSpring</a></li> <li><a href="../classes/LockConstraint.html">LockConstraint</a></li> <li><a href="../classes/Material.html">Material</a></li> <li><a href="../classes/NaiveBroadphase.html">NaiveBroadphase</a></li> <li><a href="../classes/Narrowphase.html">Narrowphase</a></li> <li><a href="../classes/Object pooling utility..html">Object pooling utility.</a></li> <li><a href="../classes/OverlapKeeper.html">OverlapKeeper</a></li> <li><a href="../classes/OverlapKeeperRecord.html">OverlapKeeperRecord</a></li> <li><a href="../classes/Particle.html">Particle</a></li> <li><a href="../classes/Plane.html">Plane</a></li> <li><a href="../classes/PrismaticConstraint.html">PrismaticConstraint</a></li> <li><a href="../classes/Ray.html">Ray</a></li> <li><a href="../classes/RaycastResult.html">RaycastResult</a></li> <li><a href="../classes/RevoluteConstraint.html">RevoluteConstraint</a></li> <li><a href="../classes/RotationalLockEquation.html">RotationalLockEquation</a></li> <li><a href="../classes/.html"></a></li> <li><a href="../classes/RotationalSpring.html">RotationalSpring</a></li> <li><a href="../classes/RotationalVelocityEquation.html">RotationalVelocityEquation</a></li> <li><a href="../classes/SAPBroadphase.html">SAPBroadphase</a></li> <li><a href="../classes/Shape.html">Shape</a></li> <li><a href="../classes/Solver.html">Solver</a></li> <li><a href="../classes/Spring.html">Spring</a></li> <li><a href="../classes/TopDownVehicle.html">TopDownVehicle</a></li> <li><a href="../classes/TupleDictionary.html">TupleDictionary</a></li> <li><a href="../classes/Utils.html">Utils</a></li> <li><a href="../classes/vec2.html">vec2</a></li> <li><a href="../classes/WheelConstraint.html">WheelConstraint</a></li> <li><a href="../classes/World.html">World</a></li> </ul> <ul id="api-modules" class="apis modules"> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: src/solver/GSSolver.js</h1> <div class="file"> <pre class="code prettyprint linenums"> var vec2 = require(&#x27;../math/vec2&#x27;) , Solver = require(&#x27;./Solver&#x27;) , Utils = require(&#x27;../utils/Utils&#x27;) , FrictionEquation = require(&#x27;../equations/FrictionEquation&#x27;); module.exports = GSSolver; /** * Iterative Gauss-Seidel constraint equation solver. * * @class GSSolver * @constructor * @extends Solver * @param {Object} [options] * @param {Number} [options.iterations=10] * @param {Number} [options.tolerance=0] */ function GSSolver(options){ Solver.call(this,options,Solver.GS); options = options || {}; /** * The max number of iterations to do when solving. More gives better results, but is more expensive. * @property iterations * @type {Number} */ this.iterations = options.iterations || 10; /** * The error tolerance, per constraint. If the total error is below this limit, the solver will stop iterating. Set to zero for as good solution as possible, but to something larger than zero to make computations faster. * @property tolerance * @type {Number} * @default 1e-7 */ this.tolerance = options.tolerance || 1e-7; this.arrayStep = 30; this.lambda = new Utils.ARRAY_TYPE(this.arrayStep); this.Bs = new Utils.ARRAY_TYPE(this.arrayStep); this.invCs = new Utils.ARRAY_TYPE(this.arrayStep); /** * Set to true to set all right hand side terms to zero when solving. Can be handy for a few applications. * @property useZeroRHS * @type {Boolean} */ this.useZeroRHS = false; /** * Number of solver iterations that are done to approximate normal forces. When these iterations are done, friction force will be computed from the contact normal forces. These friction forces will override any other friction forces set from the World for example. * The solver will use less iterations if the solution is below the .tolerance. * @property frictionIterations * @type {Number} */ this.frictionIterations = 0; /** * The number of iterations that were made during the last solve. If .tolerance is zero, this value will always be equal to .iterations, but if .tolerance is larger than zero, and the solver can quit early, then this number will be somewhere between 1 and .iterations. * @property {Number} usedIterations */ this.usedIterations = 0; } GSSolver.prototype = new Solver(); GSSolver.prototype.constructor = GSSolver; function setArrayZero(array){ var l = array.length; while(l--){ array[l] = +0.0; } } /** * Solve the system of equations * @method solve * @param {Number} h Time step * @param {World} world World to solve */ GSSolver.prototype.solve = function(h, world){ this.sortEquations(); var iter = 0, maxIter = this.iterations, maxFrictionIter = this.frictionIterations, equations = this.equations, Neq = equations.length, tolSquared = Math.pow(this.tolerance*Neq, 2), bodies = world.bodies, Nbodies = world.bodies.length, add = vec2.add, set = vec2.set, useZeroRHS = this.useZeroRHS, lambda = this.lambda; this.usedIterations = 0; if(Neq){ for(var i=0; i!==Nbodies; i++){ var b = bodies[i]; // Update solve mass b.updateSolveMassProperties(); } } // Things that does not change during iteration can be computed once if(lambda.length &lt; Neq){ lambda = this.lambda = new Utils.ARRAY_TYPE(Neq + this.arrayStep); this.Bs = new Utils.ARRAY_TYPE(Neq + this.arrayStep); this.invCs = new Utils.ARRAY_TYPE(Neq + this.arrayStep); } setArrayZero(lambda); var invCs = this.invCs, Bs = this.Bs, lambda = this.lambda; for(var i=0; i!==equations.length; i++){ var c = equations[i]; if(c.timeStep !== h || c.needsUpdate){ c.timeStep = h; c.update(); } Bs[i] = c.computeB(c.a,c.b,h); invCs[i] = c.computeInvC(c.epsilon); } var q, B, c, deltalambdaTot,i,j; if(Neq !== 0){ for(i=0; i!==Nbodies; i++){ var b = bodies[i]; // Reset vlambda b.resetConstraintVelocity(); } if(maxFrictionIter){ // Iterate over contact equations to get normal forces for(iter=0; iter!==maxFrictionIter; iter++){ // Accumulate the total error for each iteration. deltalambdaTot = 0.0; for(j=0; j!==Neq; j++){ c = equations[j]; var deltalambda = GSSolver.iterateEquation(j,c,c.epsilon,Bs,invCs,lambda,useZeroRHS,h,iter); deltalambdaTot += Math.abs(deltalambda); } this.usedIterations++; // If the total error is small enough - stop iterate if(deltalambdaTot*deltalambdaTot &lt;= tolSquared){ break; } } GSSolver.updateMultipliers(equations, lambda, 1/h); // Set computed friction force for(j=0; j!==Neq; j++){ var eq = equations[j]; if(eq instanceof FrictionEquation){ var f = 0.0; for(var k=0; k!==eq.contactEquations.length; k++){ f += eq.contactEquations[k].multiplier; } f *= eq.frictionCoefficient / eq.contactEquations.length; eq.maxForce = f; eq.minForce = -f; } } } // Iterate over all equations for(iter=0; iter!==maxIter; iter++){ // Accumulate the total error for each iteration. deltalambdaTot = 0.0; for(j=0; j!==Neq; j++){ c = equations[j]; var deltalambda = GSSolver.iterateEquation(j,c,c.epsilon,Bs,invCs,lambda,useZeroRHS,h,iter); deltalambdaTot += Math.abs(deltalambda); } this.usedIterations++; // If the total error is small enough - stop iterate if(deltalambdaTot*deltalambdaTot &lt;= tolSquared){ break; } } // Add result to velocity for(i=0; i!==Nbodies; i++){ bodies[i].addConstraintVelocity(); } GSSolver.updateMultipliers(equations, lambda, 1/h); } }; // Sets the .multiplier property of each equation GSSolver.updateMultipliers = function(equations, lambda, invDt){ // Set the .multiplier property of each equation var l = equations.length; while(l--){ equations[l].multiplier = lambda[l] * invDt; } }; GSSolver.iterateEquation = function(j,eq,eps,Bs,invCs,lambda,useZeroRHS,dt,iter){ // Compute iteration var B = Bs[j], invC = invCs[j], lambdaj = lambda[j], GWlambda = eq.computeGWlambda(); var maxForce = eq.maxForce, minForce = eq.minForce; if(useZeroRHS){ B = 0; } var deltalambda = invC * ( B - GWlambda - eps * lambdaj ); // Clamp if we are not within the min/max interval var lambdaj_plus_deltalambda = lambdaj + deltalambda; if(lambdaj_plus_deltalambda &lt; minForce*dt){ deltalambda = minForce*dt - lambdaj; } else if(lambdaj_plus_deltalambda &gt; maxForce*dt){ deltalambda = maxForce*dt - lambdaj; } lambda[j] += deltalambda; eq.addToWlambda(deltalambda); return deltalambda; }; </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
src/library/taxonomyTerms/templates/taxonomyTerms.html
vu-isis/isis-ui-components
<div class="taxonomy-terms"> <taxonomy-term ng-repeat="term in terms" term="term"></taxonomy-term> </div>
_includes/people/thoele_florian.html
gvwilson/website
<p id="thoele_florian" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/thoele_florian.jpg' alt='Florian Thöle' />"> <span class="person">Florian Thöle</span> is a PhD student in Materials Science at ETH Zurich, focussing on simulating magnetoelectric materials. In his work, he uses Python and the Unix shell to automate and streamline his high performance computing workflows. </p>
tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/as.html/Pseudo-Ops.html
csitarichie/boost_msm_bare_metal
<html lang="en"> <head> <title>Pseudo Ops - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Expressions.html#Expressions" title="Expressions"> <link rel="next" href="Object-Attributes.html#Object-Attributes" title="Object Attributes"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 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="Pseudo-Ops"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Object-Attributes.html#Object-Attributes">Object Attributes</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Expressions.html#Expressions">Expressions</a>, Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a> <hr> </div> <h2 class="chapter">7 Assembler Directives</h2> <p><a name="index-directives_002c-machine-independent-269"></a><a name="index-pseudo_002dops_002c-machine-independent-270"></a><a name="index-machine-independent-directives-271"></a>All assembler directives have names that begin with a period (&lsquo;<samp><span class="samp">.</span></samp>&rsquo;). The rest of the name is letters, usually in lower case. <p>This chapter discusses directives that are available regardless of the target machine configuration for the <span class="sc">gnu</span> assembler. Some machine configurations provide additional directives. See <a href="Machine-Dependencies.html#Machine-Dependencies">Machine Dependencies</a>. <ul class="menu"> <li><a accesskey="1" href="Abort.html#Abort">Abort</a>: <code>.abort</code> <li><a accesskey="2" href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029">ABORT (COFF)</a>: <code>.ABORT</code> <li><a accesskey="3" href="Align.html#Align">Align</a>: <code>.align </code><var>abs-expr</var><code> , </code><var>abs-expr</var> <li><a accesskey="4" href="Altmacro.html#Altmacro">Altmacro</a>: <code>.altmacro</code> <li><a accesskey="5" href="Ascii.html#Ascii">Ascii</a>: <code>.ascii "</code><var>string</var><code>"</code>... <li><a accesskey="6" href="Asciz.html#Asciz">Asciz</a>: <code>.asciz "</code><var>string</var><code>"</code>... <li><a accesskey="7" href="Balign.html#Balign">Balign</a>: <code>.balign </code><var>abs-expr</var><code> , </code><var>abs-expr</var> <li><a accesskey="8" href="Byte.html#Byte">Byte</a>: <code>.byte </code><var>expressions</var> <li><a accesskey="9" href="CFI-directives.html#CFI-directives">CFI directives</a>: <code>.cfi_startproc [simple]</code>, <code>.cfi_endproc</code>, etc. <li><a href="Comm.html#Comm">Comm</a>: <code>.comm </code><var>symbol</var><code> , </code><var>length</var> <li><a href="Data.html#Data">Data</a>: <code>.data </code><var>subsection</var> <li><a href="Def.html#Def">Def</a>: <code>.def </code><var>name</var> <li><a href="Desc.html#Desc">Desc</a>: <code>.desc </code><var>symbol</var><code>, </code><var>abs-expression</var> <li><a href="Dim.html#Dim">Dim</a>: <code>.dim</code> <li><a href="Double.html#Double">Double</a>: <code>.double </code><var>flonums</var> <li><a href="Eject.html#Eject">Eject</a>: <code>.eject</code> <li><a href="Else.html#Else">Else</a>: <code>.else</code> <li><a href="Elseif.html#Elseif">Elseif</a>: <code>.elseif</code> <li><a href="End.html#End">End</a>: <code>.end</code> <li><a href="Endef.html#Endef">Endef</a>: <code>.endef</code> <li><a href="Endfunc.html#Endfunc">Endfunc</a>: <code>.endfunc</code> <li><a href="Endif.html#Endif">Endif</a>: <code>.endif</code> <li><a href="Equ.html#Equ">Equ</a>: <code>.equ </code><var>symbol</var><code>, </code><var>expression</var> <li><a href="Equiv.html#Equiv">Equiv</a>: <code>.equiv </code><var>symbol</var><code>, </code><var>expression</var> <li><a href="Eqv.html#Eqv">Eqv</a>: <code>.eqv </code><var>symbol</var><code>, </code><var>expression</var> <li><a href="Err.html#Err">Err</a>: <code>.err</code> <li><a href="Error.html#Error">Error</a>: <code>.error </code><var>string</var> <li><a href="Exitm.html#Exitm">Exitm</a>: <code>.exitm</code> <li><a href="Extern.html#Extern">Extern</a>: <code>.extern</code> <li><a href="Fail.html#Fail">Fail</a>: <code>.fail</code> <li><a href="File.html#File">File</a>: <code>.file</code> <li><a href="Fill.html#Fill">Fill</a>: <code>.fill </code><var>repeat</var><code> , </code><var>size</var><code> , </code><var>value</var> <li><a href="Float.html#Float">Float</a>: <code>.float </code><var>flonums</var> <li><a href="Func.html#Func">Func</a>: <code>.func</code> <li><a href="Global.html#Global">Global</a>: <code>.global </code><var>symbol</var>, <code>.globl </code><var>symbol</var> <li><a href="Gnu_005fattribute.html#Gnu_005fattribute">Gnu_attribute</a>: <code>.gnu_attribute </code><var>tag</var><code>,</code><var>value</var> <li><a href="Hidden.html#Hidden">Hidden</a>: <code>.hidden </code><var>names</var> <li><a href="hword.html#hword">hword</a>: <code>.hword </code><var>expressions</var> <li><a href="Ident.html#Ident">Ident</a>: <code>.ident</code> <li><a href="If.html#If">If</a>: <code>.if </code><var>absolute expression</var> <li><a href="Incbin.html#Incbin">Incbin</a>: <code>.incbin "</code><var>file</var><code>"[,</code><var>skip</var><code>[,</code><var>count</var><code>]]</code> <li><a href="Include.html#Include">Include</a>: <code>.include "</code><var>file</var><code>"</code> <li><a href="Int.html#Int">Int</a>: <code>.int </code><var>expressions</var> <li><a href="Internal.html#Internal">Internal</a>: <code>.internal </code><var>names</var> <li><a href="Irp.html#Irp">Irp</a>: <code>.irp </code><var>symbol</var><code>,</code><var>values</var>... <li><a href="Irpc.html#Irpc">Irpc</a>: <code>.irpc </code><var>symbol</var><code>,</code><var>values</var>... <li><a href="Lcomm.html#Lcomm">Lcomm</a>: <code>.lcomm </code><var>symbol</var><code> , </code><var>length</var> <li><a href="Lflags.html#Lflags">Lflags</a>: <code>.lflags</code> <li><a href="Line.html#Line">Line</a>: <code>.line </code><var>line-number</var> <li><a href="Linkonce.html#Linkonce">Linkonce</a>: <code>.linkonce [</code><var>type</var><code>]</code> <li><a href="List.html#List">List</a>: <code>.list</code> <li><a href="Ln.html#Ln">Ln</a>: <code>.ln </code><var>line-number</var> <li><a href="Loc.html#Loc">Loc</a>: <code>.loc </code><var>fileno</var> <var>lineno</var> <li><a href="Loc_005fmark_005flabels.html#Loc_005fmark_005flabels">Loc_mark_labels</a>: <code>.loc_mark_labels </code><var>enable</var> <li><a href="Local.html#Local">Local</a>: <code>.local </code><var>names</var> <li><a href="Long.html#Long">Long</a>: <code>.long </code><var>expressions</var> <li><a href="Macro.html#Macro">Macro</a>: <code>.macro </code><var>name</var> <var>args</var>... <li><a href="MRI.html#MRI">MRI</a>: <code>.mri </code><var>val</var> <li><a href="Noaltmacro.html#Noaltmacro">Noaltmacro</a>: <code>.noaltmacro</code> <li><a href="Nolist.html#Nolist">Nolist</a>: <code>.nolist</code> <li><a href="Octa.html#Octa">Octa</a>: <code>.octa </code><var>bignums</var> <li><a href="Org.html#Org">Org</a>: <code>.org </code><var>new-lc</var><code>, </code><var>fill</var> <li><a href="P2align.html#P2align">P2align</a>: <code>.p2align </code><var>abs-expr</var><code>, </code><var>abs-expr</var><code>, </code><var>abs-expr</var> <li><a href="PopSection.html#PopSection">PopSection</a>: <code>.popsection</code> <li><a href="Previous.html#Previous">Previous</a>: <code>.previous</code> <li><a href="Print.html#Print">Print</a>: <code>.print </code><var>string</var> <li><a href="Protected.html#Protected">Protected</a>: <code>.protected </code><var>names</var> <li><a href="Psize.html#Psize">Psize</a>: <code>.psize </code><var>lines</var><code>, </code><var>columns</var> <li><a href="Purgem.html#Purgem">Purgem</a>: <code>.purgem </code><var>name</var> <li><a href="PushSection.html#PushSection">PushSection</a>: <code>.pushsection </code><var>name</var> <li><a href="Quad.html#Quad">Quad</a>: <code>.quad </code><var>bignums</var> <li><a href="Reloc.html#Reloc">Reloc</a>: <code>.reloc </code><var>offset</var><code>, </code><var>reloc_name</var><code>[, </code><var>expression</var><code>]</code> <li><a href="Rept.html#Rept">Rept</a>: <code>.rept </code><var>count</var> <li><a href="Sbttl.html#Sbttl">Sbttl</a>: <code>.sbttl "</code><var>subheading</var><code>"</code> <li><a href="Scl.html#Scl">Scl</a>: <code>.scl </code><var>class</var> <li><a href="Section.html#Section">Section</a>: <code>.section </code><var>name</var><code>[, </code><var>flags</var><code>]</code> <li><a href="Set.html#Set">Set</a>: <code>.set </code><var>symbol</var><code>, </code><var>expression</var> <li><a href="Short.html#Short">Short</a>: <code>.short </code><var>expressions</var> <li><a href="Single.html#Single">Single</a>: <code>.single </code><var>flonums</var> <li><a href="Size.html#Size">Size</a>: <code>.size [</code><var>name</var><code> , </code><var>expression</var><code>]</code> <li><a href="Skip.html#Skip">Skip</a>: <code>.skip </code><var>size</var><code> , </code><var>fill</var> <li><a href="Sleb128.html#Sleb128">Sleb128</a>: <code>.sleb128 </code><var>expressions</var> <li><a href="Space.html#Space">Space</a>: <code>.space </code><var>size</var><code> , </code><var>fill</var> <li><a href="Stab.html#Stab">Stab</a>: <code>.stabd, .stabn, .stabs</code> <li><a href="String.html#String">String</a>: <code>.string "</code><var>str</var><code>"</code>, <code>.string8 "</code><var>str</var><code>"</code>, <code>.string16 "</code><var>str</var><code>"</code>, <code>.string32 "</code><var>str</var><code>"</code>, <code>.string64 "</code><var>str</var><code>"</code> <li><a href="Struct.html#Struct">Struct</a>: <code>.struct </code><var>expression</var> <li><a href="SubSection.html#SubSection">SubSection</a>: <code>.subsection</code> <li><a href="Symver.html#Symver">Symver</a>: <code>.symver </code><var>name</var><code>,</code><var>name2@nodename</var> <li><a href="Tag.html#Tag">Tag</a>: <code>.tag </code><var>structname</var> <li><a href="Text.html#Text">Text</a>: <code>.text </code><var>subsection</var> <li><a href="Title.html#Title">Title</a>: <code>.title "</code><var>heading</var><code>"</code> <li><a href="Type.html#Type">Type</a>: <code>.type &lt;</code><var>int</var><code> | </code><var>name</var><code> , </code><var>type description</var><code>&gt;</code> <li><a href="Uleb128.html#Uleb128">Uleb128</a>: <code>.uleb128 </code><var>expressions</var> <li><a href="Val.html#Val">Val</a>: <code>.val </code><var>addr</var> <li><a href="Version.html#Version">Version</a>: <code>.version "</code><var>string</var><code>"</code> <li><a href="VTableEntry.html#VTableEntry">VTableEntry</a>: <code>.vtable_entry </code><var>table</var><code>, </code><var>offset</var> <li><a href="VTableInherit.html#VTableInherit">VTableInherit</a>: <code>.vtable_inherit </code><var>child</var><code>, </code><var>parent</var> <li><a href="Warning.html#Warning">Warning</a>: <code>.warning </code><var>string</var> <li><a href="Weak.html#Weak">Weak</a>: <code>.weak </code><var>names</var> <li><a href="Weakref.html#Weakref">Weakref</a>: <code>.weakref </code><var>alias</var><code>, </code><var>symbol</var> <li><a href="Word.html#Word">Word</a>: <code>.word </code><var>expressions</var> <li><a href="Deprecated.html#Deprecated">Deprecated</a>: Deprecated Directives </ul> </body></html>
libs/external_libs/python-yadis-1.1.0/doc/api/yadis.filters.CompoundFilter-class.html
alon/polinax
<?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>yadis.filters.CompoundFilter</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="yadis-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://www.openidenabled.com/yadis/">Python-Yadis</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="yadis-module.html">Package&nbsp;yadis</a> :: <a href="yadis.filters-module.html">Module&nbsp;filters</a> :: Class&nbsp;CompoundFilter </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 private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="yadis.filters.CompoundFilter-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class CompoundFilter</h1><span class="codelink"><a href="yadis.filters-pysrc.html#CompoundFilter">source&nbsp;code</a></span><br /><br /> <pre class="base-tree"> object --+ | <strong class="uidshort">CompoundFilter</strong> </pre> <hr /> Create a new filter that applies a set of filters to an endpoint and collects their results.<br /><br /> <!-- ==================== 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"> <span class="summary-sig"><a href="yadis.filters.CompoundFilter-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">subfilters</span>)</span><br /> x.__init__(...) initializes x; see x.__class__.__doc__ for signature </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <span class="summary-sig"><a href="yadis.filters.CompoundFilter-class.html#getServiceEndpoints" class="summary-sig-name">getServiceEndpoints</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">yadis_url</span>, <span class="summary-sig-arg">service_element</span>)</span><br /> Generate all endpoint objects for all of the subfilters of this filter and return their concatenation. </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__str__</code> </p> </td> </tr> </table> <br /> <!-- ==================== 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> <br /> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></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">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">subfilters</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="yadis.filters-pysrc.html#CompoundFilter.__init__">source&nbsp;code</a></span>&nbsp; </td> </table> <br />x.__init__(...) initializes x; see x.__class__.__doc__ for signature <dl><dt></dt><dd> <dl><dt>Overrides: object.__init__ <dd><em class="note">(inherited documentation)</em></dd> </dt></dl> </dd></dl> </td></tr></table> </div> <a name="getServiceEndpoints"></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">getServiceEndpoints</span>(<span class="sig-arg">self</span>, <span class="sig-arg">yadis_url</span>, <span class="sig-arg">service_element</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="yadis.filters-pysrc.html#CompoundFilter.getServiceEndpoints">source&nbsp;code</a></span>&nbsp; </td> </table> <br />Generate all endpoint objects for all of the subfilters of this filter and return their concatenation. <dl><dt></dt><dd> </dd></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="yadis-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://www.openidenabled.com/yadis/">Python-Yadis</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.0alpha3 on Fri Dec 8 13:17:17 2006</td> <td align="right" class="footer"> <a 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>
themes/zenpage/themes/zenpage-default/slideshow.css
jewsroch/sf-photos
body { background-color: black; text-align: center; color: white; } h4 { margin-top: 25px; font-weight: normal; } #slideshowpage { position: relative; padding-top: 0px; margin: 0 auto; width: 100%; text-align:center; border: 0px solid white; font-size: 0.8em; } #slideshow { color: white; text-align: center; } #slideshow a img { border: 0; } #controls { position: relative; background-color: transparent; border: 0px solid #ddd; text-align: center; margin: 0 auto; top: 0px; padding: 0; width: 217px; height: 42px; font-size: 0.8em; } #controls2 { background-color: transparent; border: 0px solid #ddd; text-align: center; margin: 0 auto; padding: 0; width: 217px; height: 42px; font-size: 0.8em; } #prev { display: block; width: 46px; height: 41px; margin: 0px; padding: 0; float: left; background-image:url(slideshow-controls.png); background-position: 0 0; } #prev:hover { background-image:url(slideshow-controls.png); background-position: 0 -43px; } #prev:active { background-image:url(slideshow-controls.png); background-position: 0 -86px; } #stop { display: block; width: 41px; height: 41px; margin: 0px; padding: 0; float: left; background-image:url(slideshow-controls.png); background-position: -46px 0px; } #stop:hover { background-image:url(slideshow-controls.png); background-position: -46px -43px; } #stop:active { background-image:url(slideshow-controls.png); background-position: -46px -86px; } #pause { display: block; width: 39px; height: 41px; margin: 0px; padding: 0; float: left; background-image:url(slideshow-controls.png); background-position: -85px 0px; } #pause:hover { background-image:url(slideshow-controls.png); background-position: -85px -43px; } #pause:active { background-image:url(slideshow-controls.png); background-position: -85px -86px; } #play { display: block; width: 41px; height: 41px; margin: 0px; padding: 0; float: left; background-image:url(slideshow-controls.png); background-position: -126px 0px; } #play:hover { background-image:url(slideshow-controls.png); background-position: -126px -43px; } #play:active { background-image:url(slideshow-controls.png); background-position: -126px -86px; } #next { display: block; width: 50px; height: 41px; margin: 0px; padding: 0; float: left; background-image:url(slideshow-controls.png); background-position: -167px 0px; } #next:hover { background-image:url(slideshow-controls.png); background-position: -167px -43px; } #next:active { background-image:url(slideshow-controls.png); background-position: -167px -86px; } #slides { width: 100%; } .slideimage { width: 100%; text-align: center; margin: 0 auto; position: relative; left: 0px; } #speedcontrol { float:right; }
release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/as.html/H8_002f300-Directives.html
hajuuk/asuswrt
<html lang="en"> <head> <title>H8/300 Directives - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="H8_002f300_002dDependent.html#H8_002f300_002dDependent" title="H8/300-Dependent"> <link rel="prev" href="H8_002f300-Floating-Point.html#H8_002f300-Floating-Point" title="H8/300 Floating Point"> <link rel="next" href="H8_002f300-Opcodes.html#H8_002f300-Opcodes" title="H8/300 Opcodes"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991-2013 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="H8%2f300-Directives"></a> <a name="H8_002f300-Directives"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="H8_002f300-Opcodes.html#H8_002f300-Opcodes">H8/300 Opcodes</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="H8_002f300-Floating-Point.html#H8_002f300-Floating-Point">H8/300 Floating Point</a>, Up:&nbsp;<a rel="up" accesskey="u" href="H8_002f300_002dDependent.html#H8_002f300_002dDependent">H8/300-Dependent</a> <hr> </div> <h4 class="subsection">9.12.4 H8/300 Machine Directives</h4> <p><a name="index-H8_002f300-machine-directives-_0028none_0029-876"></a><a name="index-machine-directives_002c-H8_002f300-_0028none_0029-877"></a><a name="index-g_t_0040code_007bword_007d-directive_002c-H8_002f300-878"></a><a name="index-g_t_0040code_007bint_007d-directive_002c-H8_002f300-879"></a><code>as</code> has the following machine-dependent directives for the H8/300: <a name="index-H8_002f300H_002c-assembling-for-880"></a> <dl><dt><code>.h8300h</code><dd>Recognize and emit additional instructions for the H8/300H variant, and also make <code>.int</code> emit 32-bit numbers rather than the usual (16-bit) for the H8/300 family. <br><dt><code>.h8300s</code><dd>Recognize and emit additional instructions for the H8S variant, and also make <code>.int</code> emit 32-bit numbers rather than the usual (16-bit) for the H8/300 family. <br><dt><code>.h8300hn</code><dd>Recognize and emit additional instructions for the H8/300H variant in normal mode, and also make <code>.int</code> emit 32-bit numbers rather than the usual (16-bit) for the H8/300 family. <br><dt><code>.h8300sn</code><dd>Recognize and emit additional instructions for the H8S variant in normal mode, and also make <code>.int</code> emit 32-bit numbers rather than the usual (16-bit) for the H8/300 family. </dl> <p>On the H8/300 family (including the H8/300H) &lsquo;<samp><span class="samp">.word</span></samp>&rsquo; directives generate 16-bit numbers. </body></html>
nices/mttSharing/test/v0/css/reset.css
zhouyoqin/zhouyoqin.github.io
html{color:#000;background:#FFF;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
src/libs/fop-2.1/javadocs/org/apache/fop/render/rtf/rtflib/rtfdoc/class-use/RtfSpaceSplitter.html
jbampton/eclipse-cheatsheets-to-dita-to-pdf
<!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_34) on Thu Jan 07 14:13:59 GMT 2016 --> <TITLE> Uses of Class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSpaceSplitter (Apache FOP 2.1 API) </TITLE> <META NAME="date" CONTENT="2016-01-07"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSpaceSplitter (Apache FOP 2.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> fop 2.1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/fop/render/rtf/rtflib/rtfdoc//class-useRtfSpaceSplitter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RtfSpaceSplitter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSpaceSplitter</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc">RtfSpaceSplitter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.fop.render.rtf.rtflib.rtfdoc"><B>org.apache.fop.render.rtf.rtflib.rtfdoc</B></A></TD> <TD>Independent subsystem (not specific to FOP) classes that are used to build RTF documents.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.fop.render.rtf.rtflib.rtfdoc"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc">RtfSpaceSplitter</A> in <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/package-summary.html">org.apache.fop.render.rtf.rtflib.rtfdoc</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/package-summary.html">org.apache.fop.render.rtf.rtflib.rtfdoc</A> that return <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc">RtfSpaceSplitter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc">RtfSpaceSplitter</A></CODE></FONT></TD> <TD><CODE><B>RtfSpaceManager.</B><B><A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceManager.html#pushRtfSpaceSplitter(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes)">pushRtfSpaceSplitter</A></B>(<A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc">RtfAttributes</A>&nbsp;attrs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Builds RtfSpaceSplitter on <code>attrs</code> and adds it to the block-level stack.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/fop/render/rtf/rtflib/rtfdoc/RtfSpaceSplitter.html" title="class in org.apache.fop.render.rtf.rtflib.rtfdoc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> fop 2.1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/fop/render/rtf/rtflib/rtfdoc//class-useRtfSpaceSplitter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RtfSpaceSplitter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
lib/poi-3.17/docs/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTable.html
TonyClark/ESL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.xslf.usermodel.XSLFTable (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.xslf.usermodel.XSLFTable (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/xslf/usermodel//class-useXSLFTable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSLFTable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFTable</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.xslf.usermodel"><B>org.apache.poi.xslf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.xslf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A> in <A HREF="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></CODE></FONT></TD> <TD><CODE><B>XSLFGroupShape.</B><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html#createTable()">createTable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></CODE></FONT></TD> <TD><CODE><B>XSLFSheet.</B><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#createTable()">createTable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></CODE></FONT></TD> <TD><CODE><B>XSLFDrawing.</B><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFDrawing.html#createTable()">createTable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></CODE></FONT></TD> <TD><CODE><B>XSLFGroupShape.</B><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html#createTable(int, int)">createTable</A></B>(int&nbsp;numRows, int&nbsp;numCols)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel">XSLFTable</A></CODE></FONT></TD> <TD><CODE><B>XSLFSheet.</B><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#createTable(int, int)">createTable</A></B>(int&nbsp;numRows, int&nbsp;numCols)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in org.apache.poi.xslf.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/xslf/usermodel//class-useXSLFTable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSLFTable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2017 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
src/libs/fop-2.1/javadocs/org/apache/fop/afp/ioca/ImageRasterData.html
jbampton/eclipse-cheatsheets-to-dita-to-pdf
<!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_34) on Thu Jan 07 14:13:51 GMT 2016 --> <TITLE> ImageRasterData (Apache FOP 2.1 API) </TITLE> <META NAME="date" CONTENT="2016-01-07"> <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="ImageRasterData (Apache FOP 2.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ImageRasterData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> fop 2.1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/fop/afp/ioca/ImageOutputControl.html" title="class in org.apache.fop.afp.ioca"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/fop/afp/ioca/ImageRasterPattern.html" title="class in org.apache.fop.afp.ioca"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/fop/afp/ioca/ImageRasterData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ImageRasterData.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;<A HREF="#nested_classes_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject">FIELD</A>&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.fop.afp.ioca</FONT> <BR> Class ImageRasterData</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html" title="class in org.apache.fop.afp.modca">org.apache.fop.afp.modca.AbstractAFPObject</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.fop.afp.ioca.ImageRasterData</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/fop/afp/Streamable.html" title="interface in org.apache.fop.afp">Streamable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>ImageRasterData</B><DT>extends <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html" title="class in org.apache.fop.afp.modca">AbstractAFPObject</A></DL> </PRE> <P> Contains the image points that define the IM image raster pattern. A raster pattern is the array of presentation device pels that forms the image. The image data is uncompressed. Bits are grouped into bytes and are ordered from left to right within each byte. Each bit in the image data represents an image point and is mapped to presentation device pels as specified in the IOC structured field. A bit with value B'1' indicates a significant image point; a bit with value B'0' indicates an insignificant image point. Image points are recorded from left to right in rows that represents scan lines (X direction), and rows representing scan lines are recorded from top to bottom (Y direction). When the image is presented, all image points in a row are presented before any image points in the next sequential row are presented, and all rows have the same number of image points. If the total number of image points is not a multiple of 8, the last byte of the image data is padded to a byte boundary. The padding bits do not represent image points and are ignored by presentation devices. <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_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>Nested Class Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="nested_classes_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Nested classes/interfaces inherited from class org.apache.fop.afp.modca.<A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html" title="class in org.apache.fop.afp.modca">AbstractAFPObject</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.Category.html" title="interface in org.apache.fop.afp.modca">AbstractAFPObject.Category</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.Type.html" title="interface in org.apache.fop.afp.modca">AbstractAFPObject.Type</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- =========== 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> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class org.apache.fop.afp.modca.<A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html" title="class in org.apache.fop.afp.modca">AbstractAFPObject</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#LOG">LOG</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#SF_CLASS">SF_CLASS</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#SF_HEADER_LENGTH">SF_HEADER_LENGTH</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== 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/fop/afp/ioca/ImageRasterData.html#ImageRasterData(byte[])">ImageRasterData</A></B>(byte[]&nbsp;data)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for the image raster data object</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/fop/afp/ioca/ImageRasterData.html#writeToStream(java.io.OutputStream)">writeToStream</A></B>(java.io.OutputStream&nbsp;os)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DataStream objects must implement the writeToStream() method to write its data to the given OutputStream</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.fop.afp.modca.<A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html" title="class in org.apache.fop.afp.modca">AbstractAFPObject</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#copySF(byte[], byte, byte)">copySF</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#copySF(byte[], byte, byte, byte)">copySF</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#truncate(java.lang.String, int)">truncate</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#writeChunksToStream(byte[], byte[], int, int, java.io.OutputStream)">writeChunksToStream</A>, <A HREF="../../../../../org/apache/fop/afp/modca/AbstractAFPObject.html#writeObjects(java.util.Collection, java.io.OutputStream)">writeObjects</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ImageRasterData(byte[])"><!-- --></A><H3> ImageRasterData</H3> <PRE> public <B>ImageRasterData</B>(byte[]&nbsp;data)</PRE> <DL> <DD>Constructor for the image raster data object <P> <DL> <DT><B>Parameters:</B><DD><CODE>data</CODE> - The raster image data</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="writeToStream(java.io.OutputStream)"><!-- --></A><H3> writeToStream</H3> <PRE> public void <B>writeToStream</B>(java.io.OutputStream&nbsp;os) throws java.io.IOException</PRE> <DL> <DD>DataStream objects must implement the writeToStream() method to write its data to the given OutputStream <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>os</CODE> - the outputsteam stream <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - an I/O exception of some sort has occurred.</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/ImageRasterData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> fop 2.1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/fop/afp/ioca/ImageOutputControl.html" title="class in org.apache.fop.afp.ioca"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/fop/afp/ioca/ImageRasterPattern.html" title="class in org.apache.fop.afp.ioca"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/fop/afp/ioca/ImageRasterData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ImageRasterData.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;<A HREF="#nested_classes_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.fop.afp.modca.AbstractAFPObject">FIELD</A>&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> Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
pypyjs/tests/index.html
ZachRiegel/scriptbin
<html lang='en'> <head> <title>PyPy.js Tests</title> </head> <body> <div id="results">Testing...</div> <script src="../Promise.min.js" type="text/javascript" charset="utf-8"></script> <script src="../FunctionPromise.js" type="text/javascript" charset="utf-8"></script> <script src="../pypyjs.js" type="text/javascript" charset="utf-8"></script> <script src="./tests.js" type="text/javascript" charset="utf-8"></script> <script> pypyjsTestResult.then(function() { document.getElementById("results").innerHTML = "Tests passed"; }, function(err) { document.getElementById("results").innerHTML = "Tests failed: " + err; }); </script> </body> </html>
docs/src/joint/api/connectors/smooth.html
clientIO/joint
<p>The <code>'smooth'</code> connector interpolates route points using a cubic bezier curve.</p> <p>Example:</p> <pre><code>link.connector('smooth');</code></pre> <p>(<i>Deprecated</i>) For the purposes of backwards compatibility, the <code>'smooth'</code> connector may also be enabled by setting the <code>link.smooth</code> property to <code>true</code>.</p> <pre><code>// deprecated link.set('smooth', true)</code></pre>
templates/web/base/admin/responsepriorities/index.html
mhalden/fixmystreet
[% INCLUDE 'admin/header.html' title=loc('Response Priorities') -%] <ul> [% FOR body IN bodies %] <li> <a href="[% c.uri_for('', body.id) %]">[% body.name %]</a> </li> [% END %] </ul> [% INCLUDE 'admin/footer.html' %]
pombola/core/templates/core/_position_listing.html
hzj123/56th
{% load thumbnail %} {% load hidden %} {% load staticfiles %} <ul class="position-listing"> {% for position in positions %} <li class="position"> {% maybehidden position.person user %} {% thumbnail position.person.primary_image "50x50" crop="center" as im %} <img src="{{ im.url }}" alt="{{ position.person.name }}" width="{{ im.width }}" height="{{ im.height }}" /> {% empty %} <img src="{% static 'images/person-90x90.jpg' %}" height="50" width="50"/> {% endthumbnail %} <span class="name">{{ position.person.name }}</span> <span class="more">more&hellip;</span> {% endmaybehidden %} <div> {{ object.name }} {% if position.place %} for <a href="{{ position.place.get_absolute_url }}">{{ position.place.name }}</a> {% if position.place.parent_place %} (in <a href="{{ position.place.parent_place.get_absolute_url }}">{{ position.place.parent_place.name }}</a> {{ position.place.parent_place.kind.name }}). {% endif %} {% endif %} {% if position.person.parties %} Member of {% for party in position.person.parties %} {% if forloop.first %} {% else %} {% if forloop.last %} and {% else %}, {% endif %} {% endif %} <a href="{{ party.get_absolute_url }}">{{ party.name }}</a> {% endfor %}. {% endif %} </div> </li> {% empty %} <li>No records found.</li> {% endfor %} </ul>
scripts/apps/monitoring/views/monitoring-group.html
thnkloud9/superdesk-client-core
<div class="stage" ng-class="{swimlane: (viewColumn && (viewType === 'monitoring' || viewType === 'deskOutput' || viewType === 'scheduledDeskOutput'))}"> <div sd-monitoring-group-header class="column-header" ng-class="{swimlane: viewColumn}" ng-if="group.header && viewType !== 'single_monitoring'"> </div> <div class="stage-content group" ng-class="{refresh: showRefresh}" ng-style="style" sd-items-list> </div> </div>
examples/sobel/src/boost_1_63_0/doc/html/function/testsuite.html
ntonjeta/iidea-Docker
<!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>Testsuite</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="../function.html" title="Chapter&#160;15.&#160;Boost.Function"> <link rel="prev" href="misc.html" title="Miscellaneous Notes"> <link rel="next" href="../hash.html" title="Chapter&#160;16.&#160;Boost.Functional/Hash"> </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="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../function.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="../hash.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="function.testsuite"></a>Testsuite</h2></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="testsuite.html#function.testsuite.acceptance">Acceptance tests</a></span></dt> <dt><span class="section"><a href="testsuite.html#function.testsuite.negative">Negative tests</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="function.testsuite.acceptance"></a>Acceptance tests</h3></div></div></div> <div class="informaltable"><table class="table"> <colgroup> <col> <col width="1in"> <col> </colgroup> <thead><tr> <th>Test</th> <th>Type</th> <th>Description</th> <th>If failing...</th> </tr></thead> <tbody> <tr> <td><p><a href="../../../libs/function/test/function_test.cpp" target="_top">function_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the capabilities of the <code class="computeroutput"><a class="link" href="../boost/function.html" title="Class template function">boost::function</a></code> class template.</p></td> <td><p>The <code class="computeroutput"><a class="link" href="../boost/function.html" title="Class template function">boost::function</a></code> class template may not be usable on your compiler. However, the library may still be usable via the <code class="computeroutput"><a class="link" href="../boost/functionN.html" title="Class template functionN">boost::functionN</a></code> class templates.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_n_test.cpp" target="_top">function_n_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the capabilities of the <code class="computeroutput"><a class="link" href="../boost/functionN.html" title="Class template functionN">boost::functionN</a></code> class templates.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/allocator_test.cpp" target="_top">allocator_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the use of custom allocators.</p></td> <td><p>Allocators are ignored by the implementation.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/stateless_test.cpp" target="_top">stateless_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the optimization of stateless function objects in the Boost.Function library.</p></td> <td><p>The exception-safety and performance guarantees given for stateless function objects may not be met by the implementation.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/lambda_test.cpp" target="_top">lambda_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the interaction between Boost.Function and Boost.Lambda.</p></td> <td><p>Either Boost.Lambda does not work on the platform, or Boost.Function cannot safely be applied without the use of <code class="computeroutput">boost::unlambda</code>.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/contains_test.cpp" target="_top">contains_test.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the operation of the <code class="computeroutput">target</code> member function and the equality operators.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_30.cpp" target="_top">function_30.cpp</a></p></td> <td><p>compile</p></td> <td><p>Test the generation of a Boost.Function function object adaptor accepting 30 arguments.</p></td> <td><p>The Boost.Function library may work for function object adaptors of up to 10 parameters, but will be unable to generate adaptors for an arbitrary number of parameters. Failure often indicates an error in the compiler's preprocessor.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_arith_cxx98.cpp" target="_top">function_arith_cxx98.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the first tutorial example.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_arith_portable.cpp" target="_top">function_arith_portable.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the first tutorial example.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/sum_avg_cxx98.cpp" target="_top">sum_avg_cxx98.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the second tutorial example.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/sum_avg_portable.cpp" target="_top">sum_avg_portable.cpp</a></p></td> <td><p>run</p></td> <td><p>Test the second tutorial example.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/mem_fun_cxx98.cpp" target="_top">mem_fun_cxx98.cpp</a></p></td> <td><p>run</p></td> <td><p>Test member function example from tutorial.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/mem_fun_portable.cpp" target="_top">mem_fun_portable.cpp</a></p></td> <td><p>run</p></td> <td><p>Test member function example from tutorial.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/std_bind_cxx98.cpp" target="_top">std_bind_cxx98.cpp</a></p></td> <td><p>run</p></td> <td><p>Test standard binders example from tutorial.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/std_bind_portable.cpp" target="_top">std_bind_portable.cpp</a></p></td> <td><p>run</p></td> <td><p>Test standard binders example from tutorial.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_ref_cxx98.cpp" target="_top">function_ref_cxx98.cpp</a></p></td> <td><p>run</p></td> <td><p>Test <code class="computeroutput">boost::ref</code> example from tutorial.</p></td> <td>&#160;</td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_ref_portable.cpp" target="_top">function_ref_portable.cpp</a></p></td> <td><p>run</p></td> <td><p>Test <code class="computeroutput">boost::ref</code> example from tutorial.</p></td> <td>&#160;</td> </tr> </tbody> </table></div> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="function.testsuite.negative"></a>Negative tests</h3></div></div></div> <div class="informaltable"><table class="table"> <colgroup> <col> <col width="1in"> <col> </colgroup> <thead><tr> <th>Test</th> <th>Type</th> <th>Description</th> <th>If failing...</th> </tr></thead> <tbody> <tr> <td><p><a href="../../../libs/function/test/function_test_fail1.cpp" target="_top">function_test_fail1.cpp</a></p></td> <td><p>compile-fail</p></td> <td><p>Test the (incorrect!) use of comparisons between Boost.Function function objects.</p></td> <td><p>Intuitive (but incorrect!) code may compile and will give meaningless results.</p></td> </tr> <tr> <td><p><a href="../../../libs/function/test/function_test_fail2.cpp" target="_top">function_test_fail2.cpp</a></p></td> <td><p>compile-fail</p></td> <td><p>Test the use of an incompatible function object with Boost.Function</p></td> <td><p>Incorrect code may compile (with potentially unexpected results).</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; 2001-2004 Douglas Gregor<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="misc.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../function.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="../hash.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
LayoutTests/ietestcenter/Javascript/15.4.4.14-1-5.html
youfoh/webkit-efl
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="../../fast/js/resources/js-test-pre.js"></script> </head> <body> <p id="description"></p> <div id="console"></div> <script src="resources/ie-test-pre.js"></script> <script src="TestCases/15.4.4.14-1-5.js"></script> <script src="resources/ie-test-post.js"></script> <script src="../../fast/js/resources/js-test-post.js"></script> </body> </html>
LayoutTests/sputnik/Conformance/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.html
youfoh/webkit-efl
<html> <head> <meta charset='utf-8'> <style> .pass { font-weight: bold; color: green; } .fail { font-weight: bold; color: red; } </style> <script> if (window.testRunner) testRunner.dumpAsText(); function SputnikError(message) { this.message = message; } SputnikError.prototype.toString = function () { return 'SputnikError: ' + this.message; }; var sputnikException; function testPrint(msg) { var span = document.createElement("span"); document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace span.innerHTML = msg + '<br />'; } function escapeHTML(text) { return text.toString().replace(/&/g, "&amp;").replace(/</g, "&lt;"); } function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } function printTestFailed(msg) { testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>'); } function testFailed(msg) { throw new SputnikError(msg); } var successfullyParsed = false; </script> </head> <body> <p>S9.1_A1_T1</p> <div id='console'></div> <script> try { /** * @name: S9.1_A1_T1; * @section: 9.1; * @assertion: Result of primitive conversion from object is a default value for the Object; * @description: Using operator Number. The operator calls ToPrimitive with hint Number; */ // CHECK#1 var object = {valueOf: function() {return "1"}, toString: function() {return 0}}; if (Number(object) !== 1) { testFailed('#1: var object = {valueOf: function() {return "1"}, toString: function() {return 0}}; Number(object) === 1. Actual: ' + (Number(object))); } // CHECK#2 var object = {valueOf: function() {return {}}, toString: function() {return "0"}}; if (Number(object) !== 0) { testFailed('#2: var object = {valueOf: function() {return {}}, toString: function() {return "0"}}; Number(object) === 0. Actual: ' + (Number(object))); } } catch (ex) { sputnikException = ex; } var successfullyParsed = true; </script> <script> if (!successfullyParsed) printTestFailed('successfullyParsed is not set'); else if (sputnikException) printTestFailed(sputnikException); else printTestPassed(""); testPrint('<br /><span class="pass">TEST COMPLETE</span>'); </script> </body> </html>
LayoutTests/fast/multicol/hit-test-float.html
youfoh/webkit-efl
<style> #target { width: 50px; height: 50px; background-color: red; margin: 10px; } #target:hover { background-color: green; } </style> <p> Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=44730">https://bugs.webkit.org/show_bug.cgi?id=44730</a> Floats inside of multicol fail to hit test</i>. </p> <p> The red square should turn green when hovered. </p> <div style="margin: 100; width: 300; height: 200; outline: solid black; -webkit-columns: 2;"> <div> <div style="height: 250px; background-color: purple;"></div> <div style="float: right; background-color: lightyellow; margin: 5px;"> <div id="target"></div> </div> </div> </div> <div id="result">FAIL: Test did not run.</div> <script> if (window.testRunner) testRunner.dumpAsText(); var result = document.getElementById("result"); var hitElement = document.elementFromPoint(370, 250); if (hitElement === document.getElementById("target")) result.innerText = "PASS"; else result.innerText = "FAIL: Hit " + hitElement; </script>
LayoutTests/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.5/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.html
youfoh/webkit-efl
<html> <head> <meta charset='utf-8'> <style> .pass { font-weight: bold; color: green; } .fail { font-weight: bold; color: red; } </style> <script> if (window.testRunner) testRunner.dumpAsText(); function SputnikError(message) { this.message = message; } SputnikError.prototype.toString = function () { return 'SputnikError: ' + this.message; }; var sputnikException; function testPrint(msg) { var span = document.createElement("span"); document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace span.innerHTML = msg + '<br />'; } function escapeHTML(text) { return text.toString().replace(/&/g, "&amp;").replace(/</g, "&lt;"); } function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } function printTestFailed(msg) { testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>'); } function testFailed(msg) { throw new SputnikError(msg); } var successfullyParsed = false; </script> </head> <body> <p>S15.9.5.36_A3_T3</p> <div id='console'></div> <script> try { /** * @name: S15.9.5.36_A3_T3; * @section: 15.9.5.36; * @assertion: The Date.prototype.setDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes; * @description: Checking DontEnum attribute; */ if (Date.prototype.setDate.propertyIsEnumerable('length')) { testFailed('#1: The Date.prototype.setDate.length property has the attribute DontEnum'); } for(x in Date.prototype.setDate) { if(x === "length") { testFailed('#2: The Date.prototype.setDate.length has the attribute DontEnum'); } } } catch (ex) { sputnikException = ex; } var successfullyParsed = true; </script> <script> if (!successfullyParsed) printTestFailed('successfullyParsed is not set'); else if (sputnikException) printTestFailed(sputnikException); else printTestPassed(""); testPrint('<br /><span class="pass">TEST COMPLETE</span>'); </script> </body> </html>
LayoutTests/compositing/visibility/visibility-simple-webgl-layer.html
youfoh/webkit-efl
<!DOCTYPE html> <html> <head> <style> canvas { background-color: rgba(0, 0, 0, 1); } .hidden { visibility: hidden; } .visible { visibility: visible; } </style> <script> if (window.testRunner) { testRunner.dumpAsText(true); testRunner.overridePreference("WebKitWebGLEnabled", "1"); } function drawCanvas(canvasID, clearColor) { var theCanvas = document.getElementById(canvasID); var glContext = theCanvas.getContext("experimental-webgl"); glContext.clearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]); glContext.clear(glContext.COLOR_BUFFER_BIT); } function init() { drawCanvas("topGL", [0, 0.5, 0, 1]); drawCanvas("bottomGL", [1, 0, 0, 1]); } </script> </head> <body onload="init()"> <!-- Tests CSS visibility flag for WebGL layers. --> <!-- Pixel test only. Only the green webGL canvas should be visible. The red one should be hidden. --> <div><canvas id="topGL" class="visible" width="150" height="150"></canvas></div> <div><canvas id="bottomGL" class="hidden" width="150" height="150"></canvas></div> </body> </html>
vendor/gems/browsercms-3.0.4/doc/app/classes/Permission.html
agiletoolkit/bcms_mano_weavings
<?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" xml:lang="en" lang="en"> <head> <title>Class: Permission</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">Permission</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../files/app/models/permission_rb.html"> app/models/permission.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> ActiveRecord::Base </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
public/stylesheets/attendance_reports/index.css
prafula/FedenaT
.blank{ margin:10px; height: 10px; } .label-field-pair1 { height : 40px; width : 310px; padding-top: 3px; float:right; } .text-input-bg1 { background : transparent; width : 120px; float:left; } .text-input-bg2 { background : transparent; width : 134px; float:left; } .text-input-bg3 { background : transparent; width : 120px; float:left; } .label-field-pair label { color : #444; display : block; font-size: 14px; margin : 0 0 10px 100px; float:left; padding-top: 10px; font-weight: 600; width: 220px; } .label-field-pair1 label { color : #444; display : block; font-size: 14px; margin : 0 0 10px 0; float:left; width:60px; padding-top: 10px; font-weight: 600; } .label-field-pair1 input { background : #eee; border : 1px solid #c6c6c6; margin : 5px 0 0 10px; width : 100px; -moz-border-radius:10px; -webkit-border-radius:10px; padding: 5px; } .text-input-bg1 select { background-color : #eee; border : 1px solid #c6c6c6; margin : 5px 0 0 10px; width : 100px; padding:3px 6px; -moz-border-radius:10px; -webkit-border-radius:10px; } .submit_button { -moz-border-radius:10px; -webkit-border-radius:10px; background:#27292B none repeat scroll 0 0; color:#FFFFFF; font-family:arial; font-size:14px; font-weight:bold; padding:7px 10px; border:none; cursor:pointer; float: right; margin-right:100px; margin-top:5px; } .submit_button:hover{ background: #373b3f; } .text-input-bg2 select { background-color : #eee; border : 1px solid #c6c6c6; margin : 5px 0 0 10px; width : 130px; padding:3px 6px; -moz-border-radius:10px; -webkit-border-radius:10px; } .text-input-bg3 select { background-color : #eee; border : 1px solid #c6c6c6; margin : 5px 0 0 10px; width : 80px; padding:3px 6px; -moz-border-radius:10px; -webkit-border-radius:10px; } #page-yield { margin : 0; } .label-field-pair2{ font-variant:small-caps; font-weight:bold; padding:5px; text-align:center; } .submit_button2 { -moz-border-radius:10px; -webkit-border-radius:10px; background:#27292B none repeat scroll 0 0; color:#FFFFFF; font-family:arial; font-size:14px; font-weight:bold; padding:7px 10px; border:none; cursor:pointer; float: left; margin-left:400px; margin-top:10px; } .submit_button2:hover{ background: #373b3f; } #report{ text-align: center; font-weight: bold; }
src/app/frontend/podlist/podlist.html
rf232/dashboard
<!-- Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at 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 layout="row"> <kd-graph-card graph-title="[[CPU usage|Title for graph card displaying CPU metric of pods.]]" metrics="::$ctrl.podList.cumulativeMetrics" selected-metric-names="'cpu/usage_rate'"> </kd-graph-card> <kd-graph-card graph-title="[[Memory usage|Title for graph card displaying memory metric of pods.]]" graph-info="[[The memory usage includes the caches in these pods.|Help message detailing what is included in the memory usage]]" metrics="::$ctrl.podList.cumulativeMetrics" selected-metric-names="'memory/usage'"> </kd-graph-card> </div> <kd-content-card ng-if="!$ctrl.shouldShowZeroState()"> <kd-content> <kd-pod-card-list pod-list="$ctrl.podList" pod-list-resource="$ctrl.podListResource" with-statuses="true"> </kd-pod-card-list> </kd-content> </kd-content-card> <kd-zero-state ng-if="$ctrl.shouldShowZeroState()"></kd-zero-state>
thirdparty/source/asio-1.11.0/doc/asio/reference/basic_socket_acceptor/close/overload2.html
letitvi/VideoGridPlayer
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_acceptor::close (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../../index.html" title="Asio"> <link rel="up" href="../close.html" title="basic_socket_acceptor::close"> <link rel="prev" href="overload1.html" title="basic_socket_acceptor::close (1 of 2 overloads)"> <link rel="next" href="../debug.html" title="basic_socket_acceptor::debug"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../close.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../debug.html"><img src="../../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="asio.reference.basic_socket_acceptor.close.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::close (2 of 2 overloads)">basic_socket_acceptor::close (2 of 2 overloads)</a> </h5></div></div></div> <p> Close the acceptor. </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">close</span><span class="special">(</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> </pre> <p> This function is used to close the acceptor. Any asynchronous accept operations will be cancelled immediately. </p> <p> A subsequent call to <code class="computeroutput"><span class="identifier">open</span><span class="special">()</span></code> is required before the acceptor can again be used to again perform socket accept operations. </p> <h6> <a name="asio.reference.basic_socket_acceptor.close.overload2.h0"></a> <span><a name="asio.reference.basic_socket_acceptor.close.overload2.parameters"></a></span><a class="link" href="overload2.html#asio.reference.basic_socket_acceptor.close.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">ec</span></dt> <dd><p> Set to indicate what error occurred, if any. </p></dd> </dl> </div> <h6> <a name="asio.reference.basic_socket_acceptor.close.overload2.h1"></a> <span><a name="asio.reference.basic_socket_acceptor.close.overload2.example"></a></span><a class="link" href="overload2.html#asio.reference.basic_socket_acceptor.close.overload2.example">Example</a> </h6> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">acceptor</span> <span class="identifier">acceptor</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span> <span class="identifier">acceptor</span><span class="special">.</span><span class="identifier">close</span><span class="special">(</span><span class="identifier">ec</span><span class="special">);</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// An error occurred.</span> <span class="special">}</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../close.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../debug.html"><img src="../../../../next.png" alt="Next"></a> </div> </body> </html>
public/js/angular-1.6.6/docs/examples/example-ng-readonly/index-production.html
lianglunzhong/llzcms
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-ng-readonly-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js"></script> </head> <body ng-app=""> <label>Check me to make text readonly: <input type="checkbox" ng-model="checked"></label><br/> <input type="text" ng-readonly="checked" value="I'm Angular" aria-label="Readonly field" /> </body> </html>
vendor/assets/javascripts/docs/examples/example-example91/index-production.html
maelalan/planch
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example91-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="expressionExample"> <div ng-controller="ExampleController" class="expressions"> Expression: <input type='text' ng-model="expr" size="80"/> <button ng-click="addExp(expr)">Evaluate</button> <ul> <li ng-repeat="expr in exprs track by $index"> [ <a href="" ng-click="removeExp($index)">X</a> ] <tt>{{expr}}</tt> => <span ng-bind="$parent.$eval(expr)"></span> </li> </ul> </div> </body> </html>
help/help/src/sakai_screensteps_syllabusUserGuide/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-.html
Fudan-University/sakai
<!DOCTYPE html> <html lang="en"> <head> <title>How do I create a multi-part syllabus based on number of items needed?</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="sakai.syllabus" name="description"> <meta content="syllabus, sakai.syllabus, bulk add syllabus items" name="search"> <link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/morpheus-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/morpheus-default/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <script src="/library/webjars/jquery/1.11.3/jquery.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='featherlight']").featherlight({ type: { image:true }, closeOnClick: 'anywhere' }); }); </script> </head> <body> <div id="wrapper"> <div id="article-content"> <div id="article-header"> <h1 class="article-title">How do I create a multi-part syllabus based on number of items needed?</h1> </div> <div id="article-description"> <p>You can create a multi-part syllabus based on the number of items needed, outlined here, or using a date and calendar format in the "<a href="content.hlp?docId=howdoIcreateamultipartsyllabusbydates">How do I create a multi-part syllabus by dates?</a>" tutorial.</p> </div> <div id="steps-container"> <div id="step-14688" class="step-container"> <h2 class="step-title">Go to Syllabus.</h2> <div class="step-instructions"><p>Select the <strong>Syllabus</strong> tool from the Tool Menu of your site.</p></div> </div> <div class="clear"></div> <div id="step-14689" class="step-container"> <h2 class="step-title">Click Bulk Add.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Click-Bulk-Add.png" width="556" height="69" class="step-image" alt="Click Bulk Add."> </div> </div> <div class="clear"></div> <div id="step-14690" class="step-container"> <h2 class="step-title">Enter Syllabus information.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Enter-Syllabus-information-sm.png" width="640" height="306" class="step-image" alt="Enter Syllabus information."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Enter-Syllabus-information.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"> <ol> <li>Enter a title.</li> <li>Select the radio button for <strong>Create syllabus items by number of items needed</strong>.</li> <li>Enter the number of syllabus items you would like to have.</li> <li>Click <strong>Add and Publish.</strong> </li> </ol> <p>You will then be taken to a screen where you see the number of syllabus items requested and may edit them there.</p> </div> </div> <div class="clear"></div> <div id="step-14691" class="step-container"> <h2 class="step-title">Click the arrowhead icon to the left of an item to expand the item.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Click-the-arrowhead-icon-to-the-left-of-an-item-to-sm.png" width="640" height="283" class="step-image" alt="Click the arrowhead icon to the left of an item to expand the item."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Click-the-arrowhead-icon-to-the-left-of-an-item-to.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>This allows you to add a file as an attachment to this syllabus item, or to open the Rich Text Editor to create content directly in the Syllabus item.</p></div> </div> <div class="clear"></div> <div id="step-14692" class="step-container"> <h3 class="step-title">Add an attachment to this Syllabus item. (Optional)</h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Add-an-attachment-to-this-Syllabus-item--Optional-.png" width="391" height="140" class="step-image" alt="Add an attachment to this Syllabus item. (Optional)"> </div> <div class="step-instructions"><p>Browse for the file on your computer, or attach a copy from the Resources in your course.</p></div> </div> <div class="clear"></div> <div id="step-14693" class="step-container"> <h3 class="step-title">AND/OR add content using the Rich Text Editor.</h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/AND-OR-add-content-using-the-Rich-Text-Editor.png" width="390" height="140" class="step-image" alt="AND/OR add content using the Rich Text Editor."> </div> <div class="step-instructions"><p>Clicking this link opens the Rich Text Editor which allows you to enter the content, or copy and paste from Word into the Rich Text Editor to create the content.</p></div> </div> <div class="clear"></div> <div id="step-14694" class="step-container"> <h2 class="step-title">Edit the heading of a syllabus item.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Edit-the-heading-of-a-syllabus-item.png" width="353" height="39" class="step-image" alt="Edit the heading of a syllabus item."> </div> <div class="step-instructions"> <p>By default, the headings are the title of the syllabus appended with a number. &nbsp;Hover your mouse over the heading to make the pencil icon appear. &nbsp;Click the pencil icon to enable the editing of the heading.</p> <p>&nbsp;</p> </div> </div> <div class="clear"></div> <div id="step-14695" class="step-container"> <h2 class="step-title">Add start and/or end dates for each syllabus item. (Optional)</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Add-start-and-or-end-dates-for-each-syllabus-item--sm.png" width="640" height="99" class="step-image" alt="Add start and/or end dates for each syllabus item. (Optional)"><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Add-start-and-or-end-dates-for-each-syllabus-item-.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Adding start and/or end dates allows you to determine a time range for when students may view this syllabus item. Click <strong>Click to add start date</strong> or <strong>Click to add end date</strong> and use the drop down menus to select the date and time. &nbsp;Click the checkmark to save your work.</p></div> </div> <div class="clear"></div> <div id="step-14696" class="step-container"> <h3 class="step-title">OR manually hide/release the Syllabus item. (Optional)</h3> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/OR-manually-hide-release-the-Syllabus-item--Option-sm.png" width="640" height="79" class="step-image" alt="OR manually hide/release the Syllabus item. (Optional)"><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/OR-manually-hide-release-the-Syllabus-item--Option.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Click the lightbulb icon to hide a Syllabus item. &nbsp;If the icon is yellow, the item is available to students. If gray, hidden from students. &nbsp;In the above example, Item 1 is available to students on Sept. 10th at 11:5pm. &nbsp;Item 2 is hidden from students until the instructor clicks the lightbulb icon again to change it from gray to yellow.</p></div> </div> <div class="clear"></div> <div id="step-14697" class="step-container"> <h2 class="step-title">Rearranging syllabus items.</h2> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Rearranging-syllabus-items-sm.png" width="640" height="202" class="step-image" alt="Rearranging syllabus items."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Rearranging-syllabus-items.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Click any syllabus item and drag it to the location where you want it. </p></div> </div> <div class="clear"></div> <div id="step-14698" class="step-container"> <h2 class="step-title">Delete syllabus item.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-create-a-multi-part-syllabus-based-on-number-of-items-needed-/Delete-syllabus-item.png" width="340" height="56" class="step-image" alt="Delete syllabus item."> </div> <div class="step-instructions"><p>Click the red X icon beside any syllabus item to delete it. Confirm that you want to delete the item by clicking <strong>Delete</strong>.</p></div> </div> <div class="clear"></div> </div> </div> </div> </body> </html>
webapps/persistent/docs/domain.html
mowjoothfm/persistenturls
<html> <head> <title>Administering PURL Domains</title> <meta name="Author" content="David Wood"/> </head> <body> <a name="domain" id="domain"/> <h2>6. Administering PURL Domains</h2> <p>PURLs are created within domains. A domain is the path portion of the PURL URL form, as shown in Figure 1. PURLs may not be created unless they are within a domain; that helps to ensure order and security on a PURL server.</p> <p>A "maintainer" is someone who can modify a domain. A maintainer of a domain may modify the record for that domain. A "writer" is someone who may create a new PURL under a domain. A user who creates a domain is automatically added as a maintainer.</p> <p>Some PURL servers allow one or more domains to act as public spaces. This is the case with the /NET domain on the oldest PURL server at <a href="http://purl.org/">http://purl.org/</a>. Public domains allow for subdomains and PURLs to be created within them by the general public. Most domains, however, will be private and writing to them requires that you are either a maintainer or a writer of those domains.</p> <p>Four actions may be taken on a domain: Creation, Modification, Searching or Deletion. These four actions may be accessed in the PURL Web user interface as shown in Figure 21. The same four actions may be taken by other PURL clients. See <a href="#rest">Creating RESTful PURL Clients</a> for details.</p> <p>Creating a domain creates a record for that domain on a PURL server. Note that the creation of top-level domains generally requires permission from a PURL server administrator and may not complete immediately. Modification allows the domain record to be updated. Domain records may be searched by the general public. Finally, domain records may be deleted. These four actions are described in detail below.</p> <p align="center"> <img src="images/domainselect.png"/> <br/> <b>Figure 21. Actions on Domains</b> </p> <a name="domaincreate" id="domaincreate"/> <h3>6.1 Create a New Domain</h3> <h4>Web User Interface</h4> <p>Domains have to be created before PURLs may be placed in them. Some PURL servers may automatically create domains for you when you create a PURL and others may require domains to be created separately.</p> <p>Domains may be created via the <a href="domain.html#create">Domain Creation Form</a>.</p> <p>Figure 22(a) shows the creation of a sample domain. A maintainer is a user or group authorized to administer a domain and a writer is a user or group authorized to create PURLs within a domain. Figure 22(b) shows a typical response upon success.</p> <p align="center"><img src="images/domaincreate.png"/>&#xA0;<img src="images/domaincreateresults.png"/><br/><b>Figures 22(a) and 22(b). Creating a Domain</b></p> <a name="domainmodify" id="domainmodify"/> <h3>6.2 Modify an Existing Domain</h3> <h4>Web User Interface</h4> <p>Records for existing domains may be modified by completing the <a href="domain.html#modify">Domain Modification Form</a>, which is much like the form for creating a new domain. Figure 23(a) shows the domain record created in <a href="#domaincreate">6.1 Create a New Domain</a> being updated to remove the user "david" as a maintainer. Figure 23(b) shows a typical response upon success.</p> <p>It may be tedious or even impossible to complete a modification form by hand. To reduce the need to do so, domain records may be discovered by a search and the modification form automatically filled in with data from the current record. See <a href="#domainsearch">6.3 Search for Domain Information</a> for more information.</p> <p align="center"><img src="images/domainmodify.png"/>&#xA0;<img src="images/domainmodifyresults.png"/><br/><b>Figures 23(a) and 23(b). Modifying a Domain</b></p> <a name="domainsearch" id="domainsearch"/> <h3>6.3 Search for Domain Information</h3> <h4>Web User Interface</h4> <p>Domain records may be searched using the <a href="domain.html#search">Domain Search Form</a>, an example of which is shown in Figure 24(a). Records may be searched by domain name, domain ID, maintainer ID or writer ID. A maintainer is a user or group authorized to administer a domain and a writer is a user or group authorized to create PURLs within a domain.</p> <p>Figure 24(a) shows a sample search for an existing domain with the ID "examples" and Figure 24(b) shows a typical response. Search results may be "torn off" for later use by selecting the icon labeled <b>A</b> in Figure 14(b). Individual records may be brought into the <a href="domain.html#modify">Domain Modification Form</a> by selecting the icon labeled <b>B</b> in Figure 24(b).</p> <p>Tombstoned domain records may be searched by selecting the checkbox labeled "Search tombstoned domains" in the <a href="domain.html#search">Domain Search Form</a> as shown in Figure 24(a). Domain records become tombstoned if they are deleted via the <a href="domain.html#delete">Domain Deletion Form</a>. More information about tombstoning may be found under <a href="#domaindelete">6.4 Delete a Domain</a>.</p> <p align="center"><img src="images/domainsearch.png"/>&#xA0;<img src="images/domainsearchresults.png"/><br/><b>Figures 24(a) and 24(b). Searching for Domain Information</b></p> <a name="domaindelete" id="domaindelete"/> <h3>6.4 Delete a Domain</h3> <h4>Web User Interface</h4> <p>Domains may be deleted by providing their domain IDs to the <a href="domain.html#delete">Domain Deletion Form</a>. Domains may only be deleted if their domain IDs are known. Please note that deleting domain records actually results in them being "tombstoned" so that any PURLs they contain do not become inaccessible. Tombstoned domain records may be searched by selecting the checkbox labeled "Search tombstoned domains" in the <a href="domain.html#search">Domain Search Form</a> as shown in Figure 24(a).</p> <p>Figure 25(a) shows an example deletion request and Figure 25(b) shows a typical response upon success.</p> <p align="center"><img src="images/domaindelete.png"/>&#xA0;<img src="images/domaindeleteresults.png"/><br/><b>Figures 25(a) and 25(b). Deleting a Domain</b></p> </body> </html>
midi-dot-net/Midi/docs/Midi~Midi.ChordPattern~Members.html
DigitalPlatform/dp2
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="history" name="save" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>ChordPattern Members</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">A MIDI Library for .NET</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">ChordPattern Members </h1> </div> </div> <div id="nstext"> <p> <a href="Midi~Midi.ChordPattern.html">ChordPattern overview</a> </p> <h4 class="dtH4">Public Static Operators</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="Midi~Midi.ChordPattern.op_Equality.html">Equality Operator</a></td><td width="50%"> Equality operator does value equality. </td></tr> <tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="Midi~Midi.ChordPattern.op_Inequality.html">Inequality Operator</a></td><td width="50%"> Inequality operator does value inequality. </td></tr></table> </div> <h4 class="dtH4">Public Instance Constructors</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"> <td width="50%"> <img src="pubmethod.gif" /> <a href="Midi~Midi.ChordPattern.~ctor.html">ChordPattern Constructor</a> </td> <td width="50%"> Constructs a chord pattern. </td> </tr> </table> </div> <h4 class="dtH4">Public Instance Properties</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="Midi~Midi.ChordPattern.Abbreviation.html">Abbreviation</a></td><td width="50%"> Abbreviation for this chord pattern. </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="Midi~Midi.ChordPattern.Ascent.html">Ascent</a></td><td width="50%"> The ascending note sequence of the chord, in semitones-above-the-root. </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="Midi~Midi.ChordPattern.LetterOffsets.html">LetterOffsets</a></td><td width="50%"> The sequence of letters in the chord. </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="Midi~Midi.ChordPattern.Name.html">Name</a></td><td width="50%"> The name of the chord pattern. </td></tr></table> </div> <h4 class="dtH4">Public Instance Methods</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Midi~Midi.ChordPattern.Equals.html">Equals</a></td><td width="50%"> Value equality. </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Midi~Midi.ChordPattern.GetHashCode.html">GetHashCode</a></td><td width="50%"> Hash code. </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="http://msdn.microsoft.com/{0}/library/{1}({2}).aspxSystemObjectClassGetTypeTopic.aspx">GetType</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="Midi~Midi.ChordPattern.ToString.html">ToString</a></td><td width="50%"> ToString returns the pattern name. </td></tr></table> </div> <h4 class="dtH4">Protected Instance Methods</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="http://msdn.microsoft.com/{0}/library/{1}({2}).aspxSystemObjectClassFinalizeTopic.aspx">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="http://msdn.microsoft.com/{0}/library/{1}({2}).aspxSystemObjectClassMemberwiseCloneTopic.aspx">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr></table> </div> <h4 class="dtH4">See Also</h4> <p> <a href="Midi~Midi.ChordPattern.html">ChordPattern Class</a> | <a href="~Midi.html">Midi Namespace</a></p> <hr /> <div id="footer"> <p> <a>Copyright © 2009 Tom Lokovic</a> </p> <p>Generated from assembly Midi [1.1.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p> </div> </div> </body> </html>
htmlmin/tests/resources/with_blank_lines_minified.html
argollo/django-htmlmin
<html><head><title>Hello world</title></head><body><h1>Hell o</h1><div id="content"><p>Hello guys</p></div></body></html>
wagtail/wagtailusers/templates/wagtailusers/groups/index.html
bjesus/wagtail
{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load gravatar %} {% block titletag %}{% trans "groups" %}{% endblock %} {% block bodyclass %}menu-groups{% endblock %} {% block extra_js %} <script> window.headerSearch = { url: "{% url 'wagtailusers_groups:index' %}", termInput: "#id_q", targetOutput: "#group-results" } </script> {% endblock %} {% block content %} {% trans "groups" as groups_str %} {% trans "Add a group" as add_a_group_str %} {% include "wagtailadmin/shared/header.html" with title=groups_str add_link="wagtailusers_groups:add" add_text=add_a_group_str icon="group" search_url="wagtailusers_groups:index" %} <div class="nice-padding"> <div id="group-results" class="groups"> {% include "wagtailusers/groups/results.html" %} </div> </div> {% endblock %}
openbudgets/apps/tools/static/tools/comparisons/embed/css/chart.css
openbudgets/openbudgets
.amount { z-index: 1; } .axis path, .axis line { fill: none; stroke: none; } .x_axis .mark line { stroke: #646e78; } .x_axis .mark text { visibility: visible; } .x_axis text { /*visibility: hidden;*/ font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; fill: #8989A8; } .y_axis line { stroke: #d0d0dc; } .y_axis text { font-size: 13px; fill: #a1a1b9; } .line { fill: none; stroke-width: 1.5px; } .value_mark { pointer-events: none; } .value_mark circle { stroke: white; } .value_mark text { font-size: 16px; font-weight: bold; fill: white; } #chart { height: 100%; } #chart { position: absolute; top: 96px; left: 3px; right: 3px; z-index: 1; bottom: 32px; width: auto; height: auto; overflow: visible; } #mouse_target { z-index: 1001; fill: transparent; } #state_title_container { display: inline-block; vertical-align: top; }
public/package/html/doc/index.html
jimmymunoz/jeuxdemots
<!doctype html> <html> <title>npm-index</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/index.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="misc/npm-index.html">npm-index</a></h1> <p>Index of all npm documentation</p> <h3 id="readme-1-"><a href="../doc/README.html">README</a></h3> <p>a JavaScript package manager</p> <h2 id="command-line-documentation">Command Line Documentation</h2> <p>Using npm on the command line</p> <h3 id="npm-1-"><a href="cli/npm.html">npm(1)</a></h3> <p>javascript package manager</p> <h3 id="npm-access-1-"><a href="cli/npm-access.html">npm-access(1)</a></h3> <p>Set access level on published packages</p> <h3 id="npm-adduser-1-"><a href="cli/npm-adduser.html">npm-adduser(1)</a></h3> <p>Add a registry user account</p> <h3 id="npm-bin-1-"><a href="cli/npm-bin.html">npm-bin(1)</a></h3> <p>Display npm bin folder</p> <h3 id="npm-bugs-1-"><a href="cli/npm-bugs.html">npm-bugs(1)</a></h3> <p>Bugs for a package in a web browser maybe</p> <h3 id="npm-build-1-"><a href="cli/npm-build.html">npm-build(1)</a></h3> <p>Build a package</p> <h3 id="npm-bundle-1-"><a href="cli/npm-bundle.html">npm-bundle(1)</a></h3> <p>REMOVED</p> <h3 id="npm-cache-1-"><a href="cli/npm-cache.html">npm-cache(1)</a></h3> <p>Manipulates packages cache</p> <h3 id="npm-completion-1-"><a href="cli/npm-completion.html">npm-completion(1)</a></h3> <p>Tab Completion for npm</p> <h3 id="npm-config-1-"><a href="cli/npm-config.html">npm-config(1)</a></h3> <p>Manage the npm configuration files</p> <h3 id="npm-dedupe-1-"><a href="cli/npm-dedupe.html">npm-dedupe(1)</a></h3> <p>Reduce duplication</p> <h3 id="npm-deprecate-1-"><a href="cli/npm-deprecate.html">npm-deprecate(1)</a></h3> <p>Deprecate a version of a package</p> <h3 id="npm-dist-tag-1-"><a href="cli/npm-dist-tag.html">npm-dist-tag(1)</a></h3> <p>Modify package distribution tags</p> <h3 id="npm-docs-1-"><a href="cli/npm-docs.html">npm-docs(1)</a></h3> <p>Docs for a package in a web browser maybe</p> <h3 id="npm-edit-1-"><a href="cli/npm-edit.html">npm-edit(1)</a></h3> <p>Edit an installed package</p> <h3 id="npm-explore-1-"><a href="cli/npm-explore.html">npm-explore(1)</a></h3> <p>Browse an installed package</p> <h3 id="npm-help-search-1-"><a href="cli/npm-help-search.html">npm-help-search(1)</a></h3> <p>Search npm help documentation</p> <h3 id="npm-help-1-"><a href="cli/npm-help.html">npm-help(1)</a></h3> <p>Get help on npm</p> <h3 id="npm-init-1-"><a href="cli/npm-init.html">npm-init(1)</a></h3> <p>Interactively create a package.json file</p> <h3 id="npm-install-test-1-"><a href="cli/npm-install-test.html">npm-install-test(1)</a></h3> <p>Install package(s) and run tests</p> <h3 id="npm-install-1-"><a href="cli/npm-install.html">npm-install(1)</a></h3> <p>Install a package</p> <h3 id="npm-link-1-"><a href="cli/npm-link.html">npm-link(1)</a></h3> <p>Symlink a package folder</p> <h3 id="npm-logout-1-"><a href="cli/npm-logout.html">npm-logout(1)</a></h3> <p>Log out of the registry</p> <h3 id="npm-ls-1-"><a href="cli/npm-ls.html">npm-ls(1)</a></h3> <p>List installed packages</p> <h3 id="npm-outdated-1-"><a href="cli/npm-outdated.html">npm-outdated(1)</a></h3> <p>Check for outdated packages</p> <h3 id="npm-owner-1-"><a href="cli/npm-owner.html">npm-owner(1)</a></h3> <p>Manage package owners</p> <h3 id="npm-pack-1-"><a href="cli/npm-pack.html">npm-pack(1)</a></h3> <p>Create a tarball from a package</p> <h3 id="npm-ping-1-"><a href="cli/npm-ping.html">npm-ping(1)</a></h3> <p>Ping npm registry</p> <h3 id="npm-prefix-1-"><a href="cli/npm-prefix.html">npm-prefix(1)</a></h3> <p>Display prefix</p> <h3 id="npm-prune-1-"><a href="cli/npm-prune.html">npm-prune(1)</a></h3> <p>Remove extraneous packages</p> <h3 id="npm-publish-1-"><a href="cli/npm-publish.html">npm-publish(1)</a></h3> <p>Publish a package</p> <h3 id="npm-rebuild-1-"><a href="cli/npm-rebuild.html">npm-rebuild(1)</a></h3> <p>Rebuild a package</p> <h3 id="npm-repo-1-"><a href="cli/npm-repo.html">npm-repo(1)</a></h3> <p>Open package repository page in the browser</p> <h3 id="npm-restart-1-"><a href="cli/npm-restart.html">npm-restart(1)</a></h3> <p>Restart a package</p> <h3 id="npm-root-1-"><a href="cli/npm-root.html">npm-root(1)</a></h3> <p>Display npm root</p> <h3 id="npm-run-script-1-"><a href="cli/npm-run-script.html">npm-run-script(1)</a></h3> <p>Run arbitrary package scripts</p> <h3 id="npm-search-1-"><a href="cli/npm-search.html">npm-search(1)</a></h3> <p>Search for packages</p> <h3 id="npm-shrinkwrap-1-"><a href="cli/npm-shrinkwrap.html">npm-shrinkwrap(1)</a></h3> <p>Lock down dependency versions</p> <h3 id="npm-star-1-"><a href="cli/npm-star.html">npm-star(1)</a></h3> <p>Mark your favorite packages</p> <h3 id="npm-stars-1-"><a href="cli/npm-stars.html">npm-stars(1)</a></h3> <p>View packages marked as favorites</p> <h3 id="npm-start-1-"><a href="cli/npm-start.html">npm-start(1)</a></h3> <p>Start a package</p> <h3 id="npm-stop-1-"><a href="cli/npm-stop.html">npm-stop(1)</a></h3> <p>Stop a package</p> <h3 id="npm-tag-1-"><a href="cli/npm-tag.html">npm-tag(1)</a></h3> <p>Tag a published version</p> <h3 id="npm-team-1-"><a href="cli/npm-team.html">npm-team(1)</a></h3> <p>Manage organization teams and team memberships</p> <h3 id="npm-test-1-"><a href="cli/npm-test.html">npm-test(1)</a></h3> <p>Test a package</p> <h3 id="npm-uninstall-1-"><a href="cli/npm-uninstall.html">npm-uninstall(1)</a></h3> <p>Remove a package</p> <h3 id="npm-unpublish-1-"><a href="cli/npm-unpublish.html">npm-unpublish(1)</a></h3> <p>Remove a package from the registry</p> <h3 id="npm-update-1-"><a href="cli/npm-update.html">npm-update(1)</a></h3> <p>Update a package</p> <h3 id="npm-version-1-"><a href="cli/npm-version.html">npm-version(1)</a></h3> <p>Bump a package version</p> <h3 id="npm-view-1-"><a href="cli/npm-view.html">npm-view(1)</a></h3> <p>View registry info</p> <h3 id="npm-whoami-1-"><a href="cli/npm-whoami.html">npm-whoami(1)</a></h3> <p>Display npm username</p> <h2 id="api-documentation">API Documentation</h2> <p>Using npm in your Node programs</p> <h2 id="files">Files</h2> <p>File system structures npm uses</p> <h3 id="npm-folders-5-"><a href="files/npm-folders.html">npm-folders(5)</a></h3> <p>Folder Structures Used by npm</p> <h3 id="npmrc-5-"><a href="files/npmrc.html">npmrc(5)</a></h3> <p>The npm config files</p> <h3 id="package-json-5-"><a href="files/package.json.html">package.json(5)</a></h3> <p>Specifics of npm&#39;s package.json handling</p> <h2 id="misc">Misc</h2> <p>Various other bits and bobs</p> <h3 id="npm-coding-style-7-"><a href="misc/npm-coding-style.html">npm-coding-style(7)</a></h3> <p>npm&#39;s &quot;funny&quot; coding style</p> <h3 id="npm-config-7-"><a href="misc/npm-config.html">npm-config(7)</a></h3> <p>More than you probably want to know about npm configuration</p> <h3 id="npm-developers-7-"><a href="misc/npm-developers.html">npm-developers(7)</a></h3> <p>Developer Guide</p> <h3 id="npm-disputes-7-"><a href="misc/npm-disputes.html">npm-disputes(7)</a></h3> <p>Handling Module Name Disputes</p> <h3 id="npm-index-7-"><a href="misc/npm-index.html">npm-index(7)</a></h3> <p>Index of all npm documentation</p> <h3 id="npm-orgs-7-"><a href="misc/npm-orgs.html">npm-orgs(7)</a></h3> <p>Working with Teams &amp; Orgs</p> <h3 id="npm-registry-7-"><a href="misc/npm-registry.html">npm-registry(7)</a></h3> <p>The JavaScript Package Registry</p> <h3 id="npm-scope-7-"><a href="misc/npm-scope.html">npm-scope(7)</a></h3> <p>Scoped packages</p> <h3 id="npm-scripts-7-"><a href="misc/npm-scripts.html">npm-scripts(7)</a></h3> <p>How npm handles the &quot;scripts&quot; field</p> <h3 id="removing-npm-7-"><a href="misc/removing-npm.html">removing-npm(7)</a></h3> <p>Cleaning the Slate</p> <h3 id="semver-7-"><a href="misc/semver.html">semver(7)</a></h3> <p>The semantic versioner for npm</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-index &mdash; npm@3.10.8</p>
web-platform-tests/tests/conformance-checkers/html-aria/roles-properties-global/roles-properties-global-main-aria-busy-true.html
cr/fxos-certsuite
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>&lt;div&gt; with role main; global state or property "aria-busy" value of "true"</title> </head> <body> <div id="test" role="main" aria-busy="true">Placeholder content</div> <div id="obj1">obj1</div> <div id="obj2">obj2</div> </body> </html>
tests/FunctionalTest/Fixture/metadata/expected/index.html
sergiovilar/Couscous
<!DOCTYPE html> <html> <head> <title>Hello!</title> </head> <body> This is a custom variable </body> </html>
src/js/vendor/angular/docs/partials/api/ngMock/type/angular.mock.TzDate.html
nnnguyen/posiba
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ngMock/angular-mocks.js?message=docs(angular.mock.TzDate)%3A%20describe%20your%20change...#L589' 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.4.6/src/ngMock/angular-mocks.js#L589' 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">angular.mock.TzDate</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - type in module <a href="api/ngMock">ngMock</a> </li> </ol> </header> <div class="api-profile-description"> <p><em>NOTE</em>: this is not an injectable instance, just a globally available mock class of <code>Date</code>.</p> <p>Mock of the Date type which has its timezone specified via constructor arg.</p> <p>The main purpose is to create Date-like instances with timezone fixed to the specified timezone offset, so that we can test code that depends on local timezone settings without dependency on the time zone settings of the machine where the code is running.</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.mock.TzDate(offset, timestamp);</code></p> <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> offset </td> <td> <a href="" class="label type-hint type-hint-number">number</a> </td> <td> <p>Offset of the <em>desired</em> timezone in hours (fractions will be honored)</p> </td> </tr> <tr> <td> timestamp </td> <td> <a href="" class="label type-hint type-hint-number">number</a><a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>Timestamp representing the desired time in <em>UTC</em></p> </td> </tr> </tbody> </table> </section> <h2 id="example">Example</h2><p>!!!! WARNING !!!!! This is not a complete Date object so only methods that were implemented can be called safely. To make matters worse, TzDate instances inherit stuff from Date via a prototype.</p> <p>We do our best to intercept calls to &quot;unimplemented&quot; methods, but since the list of methods is incomplete we might be missing some non-standard methods. This can result in errors like: &quot;Date.prototype.foo called on incompatible Object&quot;.</p> <pre><code class="lang-js">var newYearInBratislava = new TzDate(-1, &#39;2009-12-31T23:00:00Z&#39;); newYearInBratislava.getTimezoneOffset() =&gt; -60; newYearInBratislava.getFullYear() =&gt; 2010; newYearInBratislava.getMonth() =&gt; 0; newYearInBratislava.getDate() =&gt; 1; newYearInBratislava.getHours() =&gt; 0; newYearInBratislava.getMinutes() =&gt; 0; newYearInBratislava.getSeconds() =&gt; 0; </code></pre> </div>
website/guide/debugger.html
jmptrader/duktape
<h1 id="debugger">Debugger</h1> <p>Duktape has built-in debugger support as an option you can enable during compilation. Debugger support adds about 15-20kB of code footprint (depending on what debugger features are enabled) and has very minimal memory footprint. Debugger features include:</p> <ul> <li>Execution status information such running/paused at file/line, callstack, local variables for different callstack levels</li> <li>Execution control including pause/resume, step over/into/out, breakpoints targeted at file/line, debugger statement</li> <li>Generic Eval at any callstack level, get/put variable at any callstack level</li> <li>A mechanism for application-defined requests (AppRequest) and notifications (AppNotify)</li> <li>Heap object in-depth inspection, Duktape heap walking, and getting a full heap dump</li> </ul> <p>The debugger is based on the following main concepts:</p> <ul> <li>Duktape provides a built-in <b>debug protocol</b> which is the same for all applications. The application doesn't need to parse or understand the debug protocol. The debug protocol is a compact binary protocol so that it works well on low memory targets with low speed connectivity. There is a <b>JSON mapping</b> for the debug protocol and a <a href="https://github.com/svaarala/duktape/blob/master/debugger/duk_debug_proxy.js">JSON debug proxy</a> to make it easier to integrate a debug client.</li> <li>The debug protocol runs over a reliable, stream-based <b>debug transport</b>. To maximize portability, the concrete transport is provided by application code as a set of callbacks implementing a stream interface. A streamed transport allows unbuffered streaming of debug messages, which keeps memory usage very low.</li> <li>A <b>debug client</b> terminates the transport connection and uses the Duktape debug protocol to interact with Duktape internals: pause/resume, stepping, breakpoints, eval, etc. You can also use the JSON debug proxy for easier integration.</li> <li>A very narrow <b>debug API</b> is used by the application code to attach and detach a debugger, and to provide the callbacks needed to implement the debug transport. All other debug activity happens through the debug protocol which is implemented by Duktape directly with no application involvement.</li> </ul> <p>The most appropriate debug transport varies a lot between debug targets; it can be Wi-Fi, Bluetooth, a serial line, a stream embedded into a custom management protocol, etc. Although there is no "standard" transport, a TCP connection is a useful default. The Duktape distributable includes all the pieces you need to get started with debugging using a TCP transport:</p> <ul> <li>An example implementation of the callbacks needed for a TCP transport: <a href="https://github.com/svaarala/duktape/blob/master/examples/debug-trans-socket/">duk_trans_socket_unix.c</a> (there's also a Windows example)</li> <li>Debugger support for the Duktape command line tool (<code>duk</code>) using the TCP transport: <code>--debugger</code> option</li> <li>A debugger web UI based on <a href="http://nodejs.org/">Node.js</a>, <a href="http://expressjs.com/">Express</a>, and <a href="http://socket.io/">socket.io</a>: <a href="https://github.com/svaarala/duktape/blob/master/debugger/">duk_debug.js</a></li> </ul> <p>The Node.js based debugger web UI (<code>duk_debug.js</code>) can connect to the Duktape command line, but can also talk directly with any other target implementing a TCP transport. You can also customize it to use a different transport or use a proxy which converts between TCP and your custom transport. It's also possible to write your own debug client from scratch and e.g. integrate it to a custom IDE. You can integrate directly with a debug target using the binary debug protocol, or use the JSON proxy provided by <a href="https://github.com/svaarala/duktape/blob/master/debugger/duk_debug.js">duk_debug.js</a> (Node.js) or <a href="https://github.com/svaarala/duktape/blob/master/debugger/duk_debug_proxy.js">duk_debug_proxy.js</a> (DukLuv).</p> <p>Debug targets and debug clients are intended to be mixed and matched: apart from the transport (which is usually either TCP or easy to adapt) the debug protocol is the same. Core functionality will be the same regardless of the debug client or the debug target, but some optional features may be missing. Debug clients and debug targets may also implement application specific commands (AppRequest) and notifications (AppNotify) for richer integration which can be used when both the client and the target support them (they're easy and safe to ignore if not supported). Custom commands and notifications allow e.g. downloading of source files directly from the target, deep inspection of the state of a custom memory allocator, rebooting the target on command, etc.</p> <p>For more details on the implementation and how to get started, see:</p> <ul> <li><a href="https://github.com/svaarala/duktape/blob/master/debugger/README.rst">debugger/README.rst</a></li> <li><a href="https://github.com/svaarala/duktape/blob/master/doc/debugger.rst">debugger.rst</a></li> <li><a href="https://github.com/svaarala/duktape/blob/master/examples/debug-trans-dvalue/">duk_trans_dvalue.c</a>: example debug transport with local debug protocol decoding/encoding</li> <li><a href="https://github.com/svaarala/duktape/blob/master/debugger/duk_debug_proxy.js">duk_debug_proxy.js</a></li> </ul>
platforms/ios/www/mine.html
christian-tl/cordova-mobile
<!DOCTYPE html> <head lang='en'> <meta charset='UTF-8'> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Errata Tool Mobile APP</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/project.css"> </head> <body> <div class="header"> Errata Tool </div> <div class="summary-container mine-bg"> <div class="summary-title"> Ami Jeain </div> <div class='summary-data mine-data'> <span>Supervisor, Quality Engineering<br> EMEA.ENG QE Virtualization </span> </div> </div> <ul class="list-group"> <li> <i class="fa fa-flag-checkered"></i> <span>Reporter is me</span> <a href='#'><i class="fa fa-angle-right"></i></a> </li> <li> <i class="fa fa-flask"></i> <span>QE Owner is me</span> <a href='#'><i class="fa fa-angle-right"></i></a> </li> <li> <i class="fa fa-eye"></i> <span>Doc Reviewer is me</span> <a href='#'><i class="fa fa-angle-right"></i></a> </li> </ul> <ul class="list-group"> <li> <i class="fa fa-pencil-square-o color-approvedbyme"></i> <span>Need My Approval</span> <a href='#'><i class="fa fa-angle-right"></i></a> </li> </ul> <ul class="list-group"> <li> <i class="fa fa-envelope color-notification"></i> <span>Notification</span> <a href='#'><i class="fa fa-angle-right"></i></a> </li> </ul> <div class='footer'> <ul> <li> <a href="home.html"> <i class="fa fa-home"></i> <div>Home</div> </a> </li> <li> <a href="list.html"> <i class="fa fa-list"></i> <div>List</div> </a> </li> <li> <a href="chart.html"> <i class="fa fa-bar-chart"></i> <div>Chart</div> </a> </li> <li class='active'> <a href="mine.html"> <i class="fa fa-user"></i> <div>Mine</div> </a> </li> </ul> </div> </body> </html>
templates/500.html
hbussell/pinax-tracker
<!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> <title>500 - Internal Server Error | Review Board</title> </head> <body> <h1>Something broke! (Error 500)</h1> <p> It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator. </p> </body> </title>
2016-01-HTML-CSS-JavaScript/04. CSS-Overview/demos/5. structural-selectors/Structural Selectors (root).html
TelerikAcademy/SchoolAcademy
<!DOCTYPE HTML> <html> <head> <style type="text/css"> :root { width:100px; height:20px; background:lime; } </style> </head> <body> <p></p> <p>A paragraph.</p> <p>Another paragraph.</p> </body> </html>
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_streambuf::local_endpoint (2 of 2 overloads)</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="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../local_endpoint.html" title="basic_socket_streambuf::local_endpoint"> <link rel="prev" href="overload1.html" title="basic_socket_streambuf::local_endpoint (1 of 2 overloads)"> <link rel="next" href="../lowest_layer.html" title="basic_socket_streambuf::lowest_layer"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../lowest_layer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2"></a><a class="link" href="overload2.html" title="basic_socket_streambuf::local_endpoint (2 of 2 overloads)">basic_socket_streambuf::local_endpoint (2 of 2 overloads)</a> </h5></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_socket.</em></span> </p> <p> Get the local endpoint of the socket. </p> <pre class="programlisting"><span class="identifier">endpoint_type</span> <span class="identifier">local_endpoint</span><span class="special">(</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> </pre> <p> This function is used to obtain the locally bound endpoint of the socket. </p> <h6> <a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h0"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl class="variablelist"> <dt><span class="term">ec</span></dt> <dd><p> Set to indicate what error occurred, if any. </p></dd> </dl> </div> <h6> <a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h1"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.return_value">Return Value</a> </h6> <p> An object that represents the local endpoint of the socket. Returns a default-constructed endpoint object if an error occurred. </p> <h6> <a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.h2"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_socket_streambuf.local_endpoint.overload2.example">Example</a> </h6> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span> <span class="special">=</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">local_endpoint</span><span class="special">(</span><span class="identifier">ec</span><span class="special">);</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// An error occurred.</span> <span class="special">}</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local_endpoint.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../lowest_layer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
src/main/webapp/WEB-INF/contenter/pages/base/template.html
hou80houzhu/axeserver
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>brooder page editor</title> <script src="${httpPath}assets/brooder.core.js" type="text/javascript"></script> <link rel="stylesheet" href="${httpPath}assets/packets/page/css/grid.css"/> <script> $().ready(function(){window.basePath="${httpPath}";$("body").Boot({basePath: "${httpPath}assets/packets/"});}); </script> </head> <body></body> </html>