text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Generic values</title> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="index.html" title="GObject Reference Manual"> <link rel="up" href="rn01.html" title="API Reference"> <link rel="prev" href="gobject-Boxed-Types.html" title="Boxed Types"> <link rel="next" href="gobject-Standard-Parameter-and-Value-Types.html" title="Parameters and Values"> <meta name="generator" content="GTK-Doc V1.18 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="gobject-Boxed-Types.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GObject Reference Manual</th> <td><a accesskey="n" href="gobject-Standard-Parameter-and-Value-Types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#gobject-Generic-values.synopsis" class="shortcut">Top</a>  |  <a href="#gobject-Generic-values.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry"> <a name="gobject-Generic-values"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="gobject-Generic-values.top_of_page"></a>Generic values</span></h2> <p>Generic values — A polymorphic type that can hold values of any other type</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="gobject-Generic-values.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;glib-object.h&gt; #define <a class="link" href="gobject-Generic-values.html#G-VALUE-INIT:CAPS" title="G_VALUE_INIT">G_VALUE_INIT</a> #define <a class="link" href="gobject-Generic-values.html#G-VALUE-HOLDS:CAPS" title="G_VALUE_HOLDS()">G_VALUE_HOLDS</a> (value, type) #define <a class="link" href="gobject-Generic-values.html#G-VALUE-TYPE:CAPS" title="G_VALUE_TYPE()">G_VALUE_TYPE</a> (value) #define <a class="link" href="gobject-Generic-values.html#G-VALUE-TYPE-NAME:CAPS" title="G_VALUE_TYPE_NAME()">G_VALUE_TYPE_NAME</a> (value) #define <a class="link" href="gobject-Generic-values.html#G-TYPE-IS-VALUE:CAPS" title="G_TYPE_IS_VALUE()">G_TYPE_IS_VALUE</a> (type) #define <a class="link" href="gobject-Generic-values.html#G-TYPE-IS-VALUE-ABSTRACT:CAPS" title="G_TYPE_IS_VALUE_ABSTRACT()">G_TYPE_IS_VALUE_ABSTRACT</a> (type) #define <a class="link" href="gobject-Generic-values.html#G-IS-VALUE:CAPS" title="G_IS_VALUE()">G_IS_VALUE</a> (value) <a class="link" href="gobject-Generic-values.html#GValue" title="GValue">GValue</a>; #define <a class="link" href="gobject-Generic-values.html#G-TYPE-VALUE:CAPS" title="G_TYPE_VALUE">G_TYPE_VALUE</a> #define <a class="link" href="gobject-Generic-values.html#G-TYPE-VALUE-ARRAY:CAPS" title="G_TYPE_VALUE_ARRAY">G_TYPE_VALUE_ARRAY</a> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="returnvalue">GValue</span></a> * <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()">g_value_init</a> (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>); <span class="returnvalue">void</span> <a class="link" href="gobject-Generic-values.html#g-value-copy" title="g_value_copy ()">g_value_copy</a> (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>); <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="returnvalue">GValue</span></a> * <a class="link" href="gobject-Generic-values.html#g-value-reset" title="g_value_reset ()">g_value_reset</a> (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>); <span class="returnvalue">void</span> <a class="link" href="gobject-Generic-values.html#g-value-unset" title="g_value_unset ()">g_value_unset</a> (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>); <span class="returnvalue">void</span> <a class="link" href="gobject-Generic-values.html#g-value-set-instance" title="g_value_set_instance ()">g_value_set_instance</a> (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>, <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> instance</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gobject-Generic-values.html#g-value-fits-pointer" title="g_value_fits_pointer ()">g_value_fits_pointer</a> (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> <a class="link" href="gobject-Generic-values.html#g-value-peek-pointer" title="g_value_peek_pointer ()">g_value_peek_pointer</a> (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gobject-Generic-values.html#g-value-type-compatible" title="g_value_type_compatible ()">g_value_type_compatible</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gobject-Generic-values.html#g-value-type-transformable" title="g_value_type_transformable ()">g_value_type_transformable</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gobject-Generic-values.html#g-value-transform" title="g_value_transform ()">g_value_transform</a> (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>); <span class="returnvalue">void</span> (<a class="link" href="gobject-Generic-values.html#GValueTransform" title="GValueTransform ()">*GValueTransform</a>) (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>); <span class="returnvalue">void</span> <a class="link" href="gobject-Generic-values.html#g-value-register-transform-func" title="g_value_register_transform_func ()">g_value_register_transform_func</a> (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValueTransform" title="GValueTransform ()"><span class="type">GValueTransform</span></a> transform_func</code></em>); <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gobject-Generic-values.html#g-strdup-value-contents" title="g_strdup_value_contents ()">g_strdup_value_contents</a> (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>); </pre> </div> <div class="refsect1"> <a name="gobject-Generic-values.description"></a><h2>Description</h2> <p> The <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure is basically a variable container that consists of a type identifier and a specific value of that type. The type identifier within a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure always determines the type of the associated value. To create a undefined <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure, simply create a zero-filled <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure. To initialize the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>, use the <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()"><code class="function">g_value_init()</code></a> function. A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> cannot be used until it is initialized. The basic type operations (such as freeing and copying) are determined by the <a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="struct GTypeValueTable"><span class="type">GTypeValueTable</span></a> associated with the type ID stored in the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>. Other <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> operations (such as converting values between types) are provided by this interface. </p> <p> The code in the example program below demonstrates <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>'s features. </p> <p> </p> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="listing_lines" align="right"><pre>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54</pre></td> <td class="listing_code"><pre class="programlisting"><span class="preproc">#include</span><span class="normal"> </span><span class="string">&lt;glib-object.h&gt;</span> <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span> <span class="function">int2string</span><span class="normal"> </span><span class="symbol">(</span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">GValue</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">src_value</span><span class="symbol">,</span> <span class="normal"> </span><span class="usertype">GValue</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">dest_value</span><span class="symbol">)</span> <span class="cbracket">{</span> <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-int">g_value_get_int</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">src_value</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">==</span><span class="normal"> </span><span class="number">42</span><span class="symbol">)</span> <span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-static-string">g_value_set_static_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dest_value</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"An important number"</span><span class="symbol">);</span> <span class="normal"> </span><span class="keyword">else</span> <span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-static-string">g_value_set_static_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dest_value</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"What's that?"</span><span class="symbol">);</span> <span class="cbracket">}</span> <span class="type">int</span> <span class="function">main</span><span class="normal"> </span><span class="symbol">(</span><span class="type">int</span><span class="normal"> argc</span><span class="symbol">,</span> <span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">argv</span><span class="symbol">[])</span> <span class="cbracket">{</span> <span class="normal"> </span><span class="comment">/* GValues must be initialized */</span> <span class="normal"> </span><span class="usertype">GValue</span><span class="normal"> a </span><span class="symbol">=</span><span class="normal"> <a href="gobject-Generic-values.html#G-VALUE-INIT:CAPS">G_VALUE_INIT</a></span><span class="symbol">;</span> <span class="normal"> </span><span class="usertype">GValue</span><span class="normal"> b </span><span class="symbol">=</span><span class="normal"> <a href="gobject-Generic-values.html#G-VALUE-INIT:CAPS">G_VALUE_INIT</a></span><span class="symbol">;</span> <span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">message</span><span class="symbol">;</span> <span class="normal"> </span><span class="function"><a href="gobject-Type-Information.html#g-type-init">g_type_init</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="normal"> </span><span class="comment">/* The GValue starts empty */</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-Testing.html#g-assert">g_assert</a></span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-STRING:CAPS">G_VALUE_HOLDS_STRING</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">));</span> <span class="normal"> </span><span class="comment">/* Put a string in it */</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-init">g_value_init</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> <a href="gobject-Type-Information.html#G-TYPE-STRING:CAPS">G_TYPE_STRING</a></span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-Testing.html#g-assert">g_assert</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#G-VALUE-HOLDS-STRING:CAPS">G_VALUE_HOLDS_STRING</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">));</span> <span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-static-string">g_value_set_static_string</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"Hello, world!"</span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-String-Utility-Functions.html#g-printf">g_printf</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"%s</span><span class="specialchar">\n</span><span class="string">"</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-string">g_value_get_string</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">));</span> <span class="normal"> </span><span class="comment">/* Reset it to its pristine state */</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-unset">g_value_unset</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">);</span> <span class="normal"> </span><span class="comment">/* It can then be reused for another type */</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-init">g_value_init</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> <a href="gobject-Type-Information.html#G-TYPE-INT:CAPS">G_TYPE_INT</a></span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-set-int">g_value_set_int</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> </span><span class="number">42</span><span class="symbol">);</span> <span class="normal"> </span><span class="comment">/* Attempt to transform it into a GValue of type STRING */</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-init">g_value_init</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">b</span><span class="symbol">,</span><span class="normal"> <a href="gobject-Type-Information.html#G-TYPE-STRING:CAPS">G_TYPE_STRING</a></span><span class="symbol">);</span> <span class="normal"> </span><span class="comment">/* An INT is transformable to a STRING */</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-Testing.html#g-assert">g_assert</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="gobject-Generic-values.html#g-value-type-transformable">g_value_type_transformable</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gobject-Type-Information.html#G-TYPE-INT:CAPS">G_TYPE_INT</a></span><span class="symbol">,</span><span class="normal"> <a href="gobject-Type-Information.html#G-TYPE-STRING:CAPS">G_TYPE_STRING</a></span><span class="symbol">));</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-transform">g_value_transform</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">b</span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-String-Utility-Functions.html#g-printf">g_printf</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"%s</span><span class="specialchar">\n</span><span class="string">"</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-string">g_value_get_string</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">b</span><span class="symbol">));</span> <span class="normal"> </span><span class="comment">/* Attempt to transform it again using a custom transform function */</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-register-transform-func">g_value_register_transform_func</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gobject-Type-Information.html#G-TYPE-INT:CAPS">G_TYPE_INT</a></span><span class="symbol">,</span><span class="normal"> <a href="gobject-Type-Information.html#G-TYPE-STRING:CAPS">G_TYPE_STRING</a></span><span class="symbol">,</span><span class="normal"> int2string</span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="gobject-Generic-values.html#g-value-transform">g_value_transform</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">a</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">b</span><span class="symbol">);</span> <span class="normal"> </span><span class="function"><a href="./../glib/glib/glib-String-Utility-Functions.html#g-printf">g_printf</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"%s</span><span class="specialchar">\n</span><span class="string">"</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="gobject-Standard-Parameter-and-Value-Types.html#g-value-get-string">g_value_get_string</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">b</span><span class="symbol">));</span> <span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span> <span class="cbracket">}</span></pre></td> </tr> </tbody> </table> </div> <p> </p> </div> <div class="refsect1"> <a name="gobject-Generic-values.details"></a><h2>Details</h2> <div class="refsect2"> <a name="G-VALUE-INIT:CAPS"></a><h3>G_VALUE_INIT</h3> <pre class="programlisting">#define G_VALUE_INIT { 0, { { 0 } } } </pre> <p> A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> must be initialized before it can be used. This macro can be used as initializer instead of an explicit <code class="literal">{ 0 }</code> when declaring a variable, but it cannot be assigned to a variable. </p> <p> </p> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="listing_lines" align="right"><pre>1</pre></td> <td class="listing_code"><pre class="programlisting"><span class="usertype">GValue</span><span class="normal"> value </span><span class="symbol">=</span><span class="normal"> <a href="gobject-Generic-values.html#G-VALUE-INIT:CAPS">G_VALUE_INIT</a></span><span class="symbol">;</span></pre></td> </tr> </tbody> </table> </div> <p> </p> <p class="since">Since 2.30</p> </div> <hr> <div class="refsect2"> <a name="G-VALUE-HOLDS:CAPS"></a><h3>G_VALUE_HOLDS()</h3> <pre class="programlisting">#define G_VALUE_HOLDS(value,type) (G_TYPE_CHECK_VALUE_TYPE ((value), (type))) </pre> <p> Checks if <em class="parameter"><code>value</code></em> holds (or contains) a value of <em class="parameter"><code>type</code></em>. This macro will also check for <em class="parameter"><code>value</code></em> != <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and issue a warning if the check fails. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> value.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> holds the <em class="parameter"><code>type</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="G-VALUE-TYPE:CAPS"></a><h3>G_VALUE_TYPE()</h3> <pre class="programlisting">#define G_VALUE_TYPE(value) (((GValue*) (value))-&gt;g_type) </pre> <p> Get the type identifier of <em class="parameter"><code>value</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="G-VALUE-TYPE-NAME:CAPS"></a><h3>G_VALUE_TYPE_NAME()</h3> <pre class="programlisting">#define G_VALUE_TYPE_NAME(value) (g_type_name (G_VALUE_TYPE (value))) </pre> <p> Gets the type name of <em class="parameter"><code>value</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the type name.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="G-TYPE-IS-VALUE:CAPS"></a><h3>G_TYPE_IS_VALUE()</h3> <pre class="programlisting">#define G_TYPE_IS_VALUE(type) (g_type_check_is_value_type (type)) </pre> <p> Checks whether the passed in type ID can be used for <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()"><code class="function">g_value_init()</code></a>. That is, this macro checks whether this type provides an implementation of the <a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="struct GTypeValueTable"><span class="type">GTypeValueTable</span></a> functions required for a type to create a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> value.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>Whether <em class="parameter"><code>type</code></em> is suitable as a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> type.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="G-TYPE-IS-VALUE-ABSTRACT:CAPS"></a><h3>G_TYPE_IS_VALUE_ABSTRACT()</h3> <pre class="programlisting">#define G_TYPE_IS_VALUE_ABSTRACT(type) (g_type_test_flags ((type), G_TYPE_FLAG_VALUE_ABSTRACT)) </pre> <p> Checks if <em class="parameter"><code>type</code></em> is an abstract value type. An abstract value type introduces a value table, but can't be used for <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()"><code class="function">g_value_init()</code></a> and is normally used as an abstract base type for derived value types. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> value.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="G-IS-VALUE:CAPS"></a><h3>G_IS_VALUE()</h3> <pre class="programlisting">#define G_IS_VALUE(value) (G_TYPE_CHECK_VALUE (value)) </pre> <p> Checks if <em class="parameter"><code>value</code></em> is a valid and initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>A <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="GValue"></a><h3>GValue</h3> <pre class="programlisting">typedef struct { } GValue; </pre> <p> An opaque structure used to hold different types of values. The data within the structure has protected scope: it is accessible only to functions within a <a class="link" href="gobject-Type-Information.html#GTypeValueTable" title="struct GTypeValueTable"><span class="type">GTypeValueTable</span></a> structure, or implementations of the g_value_*() API. That is, code portions which implement new fundamental types. <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> users cannot make any assumptions about how data is stored within the 2 element <em class="parameter"><code>data</code></em> union, and the <em class="parameter"><code>g_type</code></em> member should only be accessed through the <a class="link" href="gobject-Generic-values.html#G-VALUE-TYPE:CAPS" title="G_VALUE_TYPE()"><code class="function">G_VALUE_TYPE()</code></a> macro. </p> </div> <hr> <div class="refsect2"> <a name="G-TYPE-VALUE:CAPS"></a><h3>G_TYPE_VALUE</h3> <pre class="programlisting">#define G_TYPE_VALUE (g_value_get_type ()) </pre> <p> The type ID of the "GValue" type which is a boxed type, used to pass around pointers to GValues. </p> </div> <hr> <div class="refsect2"> <a name="G-TYPE-VALUE-ARRAY:CAPS"></a><h3>G_TYPE_VALUE_ARRAY</h3> <pre class="programlisting">#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ()) </pre> <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"> <h3 class="title">Warning</h3> <p><code class="literal">G_TYPE_VALUE_ARRAY</code> has been deprecated since version 2.32 and should not be used in newly-written code. Use <a href="./../glib/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> instead of <a class="link" href="gobject-Value-arrays.html#GValueArray" title="struct GValueArray"><span class="type">GValueArray</span></a></p> </div> <p> The type ID of the "GValueArray" type which is a boxed type, used to pass around pointers to GValueArrays. </p> </div> <hr> <div class="refsect2"> <a name="g-value-init"></a><h3>g_value_init ()</h3> <pre class="programlisting"><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="returnvalue">GValue</span></a> * g_value_init (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> g_type</code></em>);</pre> <p> Initializes <em class="parameter"><code>value</code></em> with the default value of <em class="parameter"><code>type</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>A zero-filled (uninitialized) <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>g_type</code></em> :</span></p></td> <td>Type the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> should hold values of.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure that has been passed in. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-copy"></a><h3>g_value_copy ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_value_copy (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>);</pre> <p> Copies the value of <em class="parameter"><code>src_value</code></em> into <em class="parameter"><code>dest_value</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure of the same type as <em class="parameter"><code>src_value</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-reset"></a><h3>g_value_reset ()</h3> <pre class="programlisting"><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="returnvalue">GValue</span></a> * g_value_reset (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre> <p> Clears the current value in <em class="parameter"><code>value</code></em> and resets it to the default value (as if the value had just been initialized). </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure that has been passed in</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-unset"></a><h3>g_value_unset ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_value_unset (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre> <p> Clears the current value in <em class="parameter"><code>value</code></em> and "unsets" the type, this releases all resources associated with this GValue. An unset value is the same as an uninitialized (zero-filled) <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-set-instance"></a><h3>g_value_set_instance ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_value_set_instance (<em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>, <em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> instance</code></em>);</pre> <p> Sets <em class="parameter"><code>value</code></em> from an instantiatable type via the value_table's <code class="function">collect_value()</code> function. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>instance</code></em> :</span></p></td> <td>the instance. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-fits-pointer"></a><h3>g_value_fits_pointer ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_value_fits_pointer (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre> <p> Determines if <em class="parameter"><code>value</code></em> will fit inside the size of a pointer value. This is an internal function introduced mainly for C marshallers. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> will fit inside a pointer value.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-peek-pointer"></a><h3>g_value_peek_pointer ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> g_value_peek_pointer (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>An initialized <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> structure.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the value contents as pointer. This function asserts that <a class="link" href="gobject-Generic-values.html#g-value-fits-pointer" title="g_value_fits_pointer ()"><code class="function">g_value_fits_pointer()</code></a> returned <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for the passed in value. This is an internal function introduced mainly for C marshallers. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-type-compatible"></a><h3>g_value_type_compatible ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_value_type_compatible (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>);</pre> <p> Returns whether a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of type <em class="parameter"><code>src_type</code></em> can be copied into a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> of type <em class="parameter"><code>dest_type</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_type</code></em> :</span></p></td> <td>source type to be copied.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_type</code></em> :</span></p></td> <td>destination type for copying.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gobject-Generic-values.html#g-value-copy" title="g_value_copy ()"><code class="function">g_value_copy()</code></a> is possible with <em class="parameter"><code>src_type</code></em> and <em class="parameter"><code>dest_type</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-type-transformable"></a><h3>g_value_type_transformable ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_value_type_transformable (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>);</pre> <p> Check whether <a class="link" href="gobject-Generic-values.html#g-value-transform" title="g_value_transform ()"><code class="function">g_value_transform()</code></a> is able to transform values of type <em class="parameter"><code>src_type</code></em> into values of type <em class="parameter"><code>dest_type</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_type</code></em> :</span></p></td> <td>Source type.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_type</code></em> :</span></p></td> <td>Target type.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the transformation is possible, <a href="./../glib/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-transform"></a><h3>g_value_transform ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_value_transform (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>);</pre> <p> Tries to cast the contents of <em class="parameter"><code>src_value</code></em> into a type appropriate to store in <em class="parameter"><code>dest_value</code></em>, e.g. to transform a <a class="link" href="gobject-Type-Information.html#G-TYPE-INT:CAPS" title="G_TYPE_INT"><code class="literal">G_TYPE_INT</code></a> value into a <a class="link" href="gobject-Type-Information.html#G-TYPE-FLOAT:CAPS" title="G_TYPE_FLOAT"><code class="literal">G_TYPE_FLOAT</code></a> value. Performing transformations between value types might incur precision lossage. Especially transformations into strings might reveal seemingly arbitrary results and shouldn't be relied upon for production code (such as rcfile value or object property serialization). </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_value</code></em> :</span></p></td> <td>Source value.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_value</code></em> :</span></p></td> <td>Target value.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>Whether a transformation rule was found and could be applied. Upon failing transformations, <em class="parameter"><code>dest_value</code></em> is left untouched.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="GValueTransform"></a><h3>GValueTransform ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> (*GValueTransform) (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *src_value</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *dest_value</code></em>);</pre> <p> The type of value transformation functions which can be registered with <a class="link" href="gobject-Generic-values.html#g-value-register-transform-func" title="g_value_register_transform_func ()"><code class="function">g_value_register_transform_func()</code></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_value</code></em> :</span></p></td> <td>Source value.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_value</code></em> :</span></p></td> <td>Target value.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-value-register-transform-func"></a><h3>g_value_register_transform_func ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_value_register_transform_func (<em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> src_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Type-Information.html#GType" title="GType"><span class="type">GType</span></a> dest_type</code></em>, <em class="parameter"><code><a class="link" href="gobject-Generic-values.html#GValueTransform" title="GValueTransform ()"><span class="type">GValueTransform</span></a> transform_func</code></em>);</pre> <p> Registers a value transformation function for use in <a class="link" href="gobject-Generic-values.html#g-value-transform" title="g_value_transform ()"><code class="function">g_value_transform()</code></a>. A previously registered transformation function for <em class="parameter"><code>src_type</code></em> and <em class="parameter"><code>dest_type</code></em> will be replaced. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>src_type</code></em> :</span></p></td> <td>Source type.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>dest_type</code></em> :</span></p></td> <td>Target type.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>transform_func</code></em> :</span></p></td> <td>a function which transforms values of type <em class="parameter"><code>src_type</code></em> into value of type <em class="parameter"><code>dest_type</code></em> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="g-strdup-value-contents"></a><h3>g_strdup_value_contents ()</h3> <pre class="programlisting"><a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * g_strdup_value_contents (<em class="parameter"><code>const <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> *value</code></em>);</pre> <p> Return a newly allocated string, which describes the contents of a <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a>. The main purpose of this function is to describe <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> contents for debugging output, the way in which the contents are described may change between different GLib versions. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td> <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> which contents are to be described.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>Newly allocated string.</td> </tr> </tbody> </table></div> </div> </div> <div class="refsect1"> <a name="gobject-Generic-values.see-also"></a><h2>See Also</h2> The fundamental types which all support <a class="link" href="gobject-Generic-values.html#GValue" title="GValue"><span class="type">GValue</span></a> operations and thus can be used as a type initializer for <a class="link" href="gobject-Generic-values.html#g-value-init" title="g_value_init ()"><code class="function">g_value_init()</code></a> are defined by a separate interface. See the <a class="link" href="gobject-Standard-Parameter-and-Value-Types.html" title="Parameters and Values">Standard Values API</a> for details. </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18</div> </body> </html>
jonnyniv/boost_converter
host/gui/GTK+/share/gtk-doc/html/gobject/gobject-Generic-values.html
HTML
apache-2.0
56,463
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon Nov 06 11:57:26 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.messaging.activemq.server.BroadcastGroup (BOM: * : All 2017.11.0 API)</title> <meta name="date" content="2017-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.messaging.activemq.server.BroadcastGroup (BOM: * : All 2017.11.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/BroadcastGroup.html" target="_top">Frames</a></li> <li><a href="BroadcastGroup.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.wildfly.swarm.config.messaging.activemq.server.BroadcastGroup" class="title">Uses of Class<br>org.wildfly.swarm.config.messaging.activemq.server.BroadcastGroup</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.ServerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.ServerResources.html#broadcastGroup-java.lang.String-">broadcastGroup</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return types with arguments of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Server.ServerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.ServerResources.html#broadcastGroups--">broadcastGroups</a></span>()</code> <div class="block">Get the list of BroadcastGroup resources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#broadcastGroup-org.wildfly.swarm.config.messaging.activemq.server.BroadcastGroup-">broadcastGroup</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&nbsp;value)</code> <div class="block">Add the BroadcastGroup object to the list of subresources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with type arguments of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#broadcastGroups-java.util.List-">broadcastGroups</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&gt;&nbsp;value)</code> <div class="block">Add all BroadcastGroup objects to this subresource</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> with type parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&lt;T&gt;&gt;</span></code> <div class="block">A broadcast group is the means by which a server broadcasts connectors over the network.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroupConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroupConsumer</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&lt;T&gt;&gt;</span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroupSupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroupSupplier</a>&lt;T extends <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a>&gt;</span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">BroadcastGroup</a></code></td> <td class="colLast"><span class="typeNameLabel">BroadcastGroupSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroupSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of BroadcastGroup resource</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/BroadcastGroup.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/BroadcastGroup.html" target="_top">Frames</a></li> <li><a href="BroadcastGroup.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.11.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/BroadcastGroup.html
HTML
apache-2.0
17,090
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Mon Jan 15 08:36:52 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources (BOM: * : All 2018.1.0 API)</title> <meta name="date" content="2018-01-15"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources (BOM: * : All 2018.1.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.1.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html" target="_top">Frames</a></li> <li><a href="Server.ServerResources.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources" class="title">Uses of Class<br>org.wildfly.swarm.config.undertow.Server.ServerResources</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.undertow"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a> in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.html#subresources--">subresources</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.1.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html" target="_top">Frames</a></li> <li><a href="Server.ServerResources.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.1.0/apidocs/org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html
HTML
apache-2.0
7,292
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>About</title> <style> a:link { color: #1976d2; text-decoration: none; } </style> </head> <body> <ul> <li><code>Delete icon</code> by <a href="https://design.google.com/">Google</a>, licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons (Attribution-Share Alike 3.0 Unported)</a></li> <li><code>Add alarm icon</code> by <a href="https://design.google.com/">Google</a>, licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons (Attribution-Share Alike 3.0 Unported)</a></li> <li><code>Alarm icon</code> by <a href="https://design.google.com/">Google</a>, licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons (Attribution-Share Alike 3.0 Unported)</a></li> <li><code>Forward icon</code> by <a href="https://www.iconfinder.com/DesignRevision">Design Revision</a>, free for commercial use.</li> <li><code>Time icon</code> by <a href="https://design.google.com/">Google</a>, licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons (Attribution-Share Alike 3.0 Unported)</a></li> <li><code>Alarm off icon</code> by <a href="https://design.google.com/">Google</a>, licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons (Attribution-Share Alike 3.0 Unported)</a></li> </ul> </body> </html>
CarloRodriguez/AlarmOn
app/src/main/assets/art.html
HTML
apache-2.0
1,601
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Software Testing</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript" src="cookies.js"></script> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/small-business.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <img src="http://techspot.ccsf.edu/images/yuba.png" width="170" height="90" alt=""> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="cookies.html">Log In</a> </li> <li> <a href="page1.html">Home</a> </li> <li> <a href="opp.html">Opportunity</a> </li> <li> <a href="ld.html">L&D</a> </li> <li> <a href="topics.html">Topics</a> </li> </ul> <span class="eggs"><script>readCookie('myCookie')</script></span> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <!-- Heading Row --> <div class="row"> <div class="col-md-8"> <img class="img-responsive img-rounded" src="http://www.clevertech.biz/img/service-header/software-testing.jpg" alt=""> </div> <!-- /.col-md-8 --> <div class="col-md-4"> <h1>In The News</h1> <p style="color: black"> <strong>US prisoners released early by software bug</strong> </p> <p style="color: black">The bug miscalculated the sentence reductions prisoners in Washington state had received for good behaviour.It was introduced in 2002 as part of an update that followed a court ruling about applying good behaviour credits.State officials said that many early-release prisoners would have to return to jail to finish their sentences.</p> <a class="btn btn-primary btn-lg" href="http://www.bbc.com/news/technology-35167191">Read more</a> </div> <!-- /.col-md-4 --> </div> <!-- /.row --> <hr> <!-- Call to Action Well --> <div class="row"> <div class="col-lg-12"> <div class="well text-center"> <a href="https://www.facebook.com/YearUpBayArea/" target="_blank"><img src="http://www.niftybuttons.com/scribble/facebook.png" border="0" margin="1px"></a><a href="https://www.linkedin.com/company/year-up" target="_blank"><img src="http://www.niftybuttons.com/scribble/linkedin.png" border="0" margin="1px"></a><a href="https://www.youtube.com/user/SFYearUp" target="_blank"><img src="http://www.niftybuttons.com/scribble/youtube.png" border="0" margin="1px"> <a href="https://twitter.com/yearupbayarea?lang=en" target="_blank"><img src="http://www.niftybuttons.com/scribble/twitter.png" border="0" margin="1px"></a> </a> </div> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <!-- Content Row --> <div class="row"> <div class="col-md-4"> <h2>Overview</h2> <p style="color: black">One of the very first things you will cover in QA are the different kinds of bus there are. There are a total of 5 you will need to remember. Software Development Life Cycle (SDLC), being the different stages a product goes threw before its releas date. How to properly log any bugs you find within a spec. Following the different methods testers use, which are constantly changing. One of the industry standards used today is Agile Testing. One other thing you will cover is White and Black Box Testing. In addition you will also cover White Box Dynamic and Static Testing; Black Box Dynamic and Static Testing. You will learn about Test-to-fail and Test-to-pass. One of the last of few things you will learn in QA is VCS (Version Control Systems), which can be very helpful while testing or creating a product. </p> <a class="btn btn-default" href="http://softwaretestingfundamentals.com/software-testing-methods/">More Info</a> </div> <!-- /.col-md-4 --> <div class="col-md-4"> <h2>Software Tools</h2> <p style="color:black">If you're intrested in learning a bit more about QA but don't know where to start, ther will be a link to a very insightful book at the end of this page. It is what we used in our QA class and it will give you an overview of QA and software testing. One out of two of the major things you will need to know is logging a specification bug. A basic templet should have your name, the date, the products name, the version number, and 3 pieces of information. Such as the type of bug you found, a potential bug, why you think it's a bug, and your suggested solution to fixing this bug. In addition you will have to know the 5 bugs that exist to actually identify them. The second thing will be Equivelence Partitioning. Equivalence partitioning (also called Equivalence Class Partitioning or ECP) is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived. In principle, test cases are designed to cover each partition at least once. </p> <a href="myfile.pdf"><img src="https://p.gr-assets.com/max_square/fill/books/1348774033/1543131.jpg" width="400" height="387"></a> </div> <!-- /.col-md-4 --> <!-- /.col-md-4 --> </div> <!-- /.row --> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12"> <center> <p style="color:black">Copyright &copy; YUBA 2016&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="page1.html">Home&nbsp;&nbsp;</a> <a href="opp.html">Opportunities&nbsp;&nbsp;</a> <a href="ld.html">L+D&nbsp;&nbsp;</a> <a href="topics.html">Topics&nbsp;&nbsp;</a> <a href="http://www.yearup.org/future-students/?location=bay-area/">Apply Today</a> </p> </center> </div> </div> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
dannalaynas/QA-WebSite
Topics.html
HTML
apache-2.0
7,678
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Sep 03 20:01:19 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>AuthenticationProtos.WhoAmIRequestOrBuilder (HBase 0.98.6-hadoop2 API)</title> <meta name="date" content="2014-09-03"> <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="AuthenticationProtos.WhoAmIRequestOrBuilder (HBase 0.98.6-hadoop2 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 class="navBarCell1Rev">Class</li> <li><a href="class-use/AuthenticationProtos.WhoAmIRequestOrBuilder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIResponse.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequestOrBuilder.html" target="_top">Frames</a></li> <li><a href="AuthenticationProtos.WhoAmIRequestOrBuilder.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>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.hadoop.hbase.protobuf.generated</div> <h2 title="Interface AuthenticationProtos.WhoAmIRequestOrBuilder" class="title">Interface AuthenticationProtos.WhoAmIRequestOrBuilder</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder</dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequest.html" title="class in org.apache.hadoop.hbase.protobuf.generated">AuthenticationProtos.WhoAmIRequest</a>, <a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">AuthenticationProtos.WhoAmIRequest.Builder</a></dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated">AuthenticationProtos</a></dd> </dl> <hr> <br> <pre>public static interface <span class="strong">AuthenticationProtos.WhoAmIRequestOrBuilder</span> extends com.google.protobuf.MessageOrBuilder</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageOrBuilder"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.google.protobuf.MessageOrBuilder</h3> <code>findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.google.protobuf.MessageLiteOrBuilder"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.google.protobuf.MessageLiteOrBuilder</h3> <code>isInitialized</code></li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AuthenticationProtos.WhoAmIRequestOrBuilder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequest.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIResponse.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequestOrBuilder.html" target="_top">Frames</a></li> <li><a href="AuthenticationProtos.WhoAmIRequestOrBuilder.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>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
lshain/hbase-0.98.6-hadoop2
docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos.WhoAmIRequestOrBuilder.html
HTML
apache-2.0
8,113
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Thu Oct 15 19:26:58 UTC 2015 --> <title>DescribeScheduledActionsResult (AWS SDK for Java - 1.10.27)</title> <meta name="date" content="2015-10-15"> <link rel="stylesheet" type="text/css" href="../../../../../JavaDoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DescribeScheduledActionsResult (AWS SDK for Java - 1.10.27)"; } //--> </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="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em> <!-- Scripts for Syntax Highlighter START--> <script id="syntaxhighlight_script_core" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shCore.js"> </script> <script id="syntaxhighlight_script_java" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shBrushJava.js"> </script> <link id="syntaxhighlight_css_core" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shCoreDefault.css"/> <link id="syntaxhighlight_css_theme" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shThemeDefault.css"/> <!-- Scripts for Syntax Highlighter END--> <div> <!-- BEGIN-SECTION --> <div id="divsearch" style="float:left;"> <span id="lblsearch" for="searchQuery"> <label>Search</label> </span> <form id="nav-search-form" target="_parent" method="get" action="http://docs.aws.amazon.com/search/doc-search.html#facet_doc_guide=API+Reference&facet_doc_product=AWS+SDK+for+Java"> <div id="nav-searchfield-outer" class="nav-sprite"> <div class="nav-searchfield-inner nav-sprite"> <div id="nav-searchfield-width"> <input id="nav-searchfield" name="searchQuery"> </div> </div> </div> <div id="nav-search-button" class="nav-sprite"> <input alt="" id="nav-search-button-inner" type="image"> </div> <input name="searchPath" type="hidden" value="documentation-guide" /> <input name="this_doc_product" type="hidden" value="AWS SDK for Java" /> <input name="this_doc_guide" type="hidden" value="API Reference" /> <input name="doc_locale" type="hidden" value="en_us" /> </form> </div> <!-- END-SECTION --> <!-- BEGIN-FEEDBACK-SECTION --> <div id="feedback-section"> <h3>Did this page help you?</h3> <div id="feedback-link-sectioin"> <a id="feedback_yes" target="_blank" style="display:inline;">Yes</a>&nbsp;&nbsp; <a id="feedback_no" target="_blank" style="display:inline;">No</a>&nbsp;&nbsp; <a id="go_cti" target="_blank" style="display:inline;">Tell us about it...</a> </div> </div> <script type="text/javascript"> window.onload = function(){ /* Dynamically add feedback links */ var javadoc_root_name = "/javadoc/"; var javadoc_path = location.href.substring(0, location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length); var file_path = location.href.substring(location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length); var feedback_yes_url = javadoc_path + "javadoc-resources/feedbackyes.html?topic_id="; var feedback_no_url = javadoc_path + "javadoc-resources/feedbackno.html?topic_id="; var feedback_tellmore_url = "https://aws-portal.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_04?service_name=Java-Ref&file_name="; if(file_path != "overview-frame.html") { var file_name = file_path.replace(/[/.]/g, '_'); document.getElementById("feedback_yes").setAttribute("href", feedback_yes_url + file_name); document.getElementById("feedback_no").setAttribute("href", feedback_no_url + file_name); document.getElementById("go_cti").setAttribute("href", feedback_tellmore_url + file_name); } else { // hide the search box and the feeback links in overview-frame page, // show "AWS SDK for Java" instead. document.getElementById("feedback-section").outerHTML = "AWS SDK for Java"; document.getElementById("divsearch").outerHTML = ""; } }; </script> <!-- END-FEEDBACK-SECTION --> </div> </em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeTagsRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" target="_top">Frames</a></li> <li><a href="DescribeScheduledActionsResult.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"> <div class="subTitle">com.amazonaws.services.autoscaling.model</div> <h2 title="Class DescribeScheduledActionsResult" class="title">Class DescribeScheduledActionsResult</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.amazonaws.services.autoscaling.model.DescribeScheduledActionsResult</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Cloneable</dd> </dl> <hr> <br> <pre>public class <span class="strong">DescribeScheduledActionsResult</span> extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.amazonaws.services.autoscaling.model.DescribeScheduledActionsResult">Serialized Form</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="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#DescribeScheduledActionsResult()">DescribeScheduledActionsResult</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#clone()">clone</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#getNextToken()">getNextToken</a></strong>()</code> <div class="block">The token to use when requesting the next set of items.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#getScheduledUpdateGroupActions()">getScheduledUpdateGroupActions</a></strong>()</code> <div class="block">The scheduled actions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#setNextToken(java.lang.String)">setNextToken</a></strong>(java.lang.String&nbsp;nextToken)</code> <div class="block">The token to use when requesting the next set of items.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#setScheduledUpdateGroupActions(java.util.Collection)">setScheduledUpdateGroupActions</a></strong>(java.util.Collection&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;&nbsp;scheduledUpdateGroupActions)</code> <div class="block">The scheduled actions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#toString()">toString</a></strong>()</code> <div class="block">Returns a string representation of this object; useful for testing and debugging.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#withNextToken(java.lang.String)">withNextToken</a></strong>(java.lang.String&nbsp;nextToken)</code> <div class="block">The token to use when requesting the next set of items.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#withScheduledUpdateGroupActions(java.util.Collection)">withScheduledUpdateGroupActions</a></strong>(java.util.Collection&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;&nbsp;scheduledUpdateGroupActions)</code> <div class="block">The scheduled actions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#withScheduledUpdateGroupActions(com.amazonaws.services.autoscaling.model.ScheduledUpdateGroupAction...)">withScheduledUpdateGroupActions</a></strong>(<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>...&nbsp;scheduledUpdateGroupActions)</code> <div class="block">The scheduled actions.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, 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="DescribeScheduledActionsResult()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DescribeScheduledActionsResult</h4> <pre>public&nbsp;DescribeScheduledActionsResult()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getScheduledUpdateGroupActions()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getScheduledUpdateGroupActions</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;&nbsp;getScheduledUpdateGroupActions()</pre> <div class="block">The scheduled actions.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The scheduled actions.</dd></dl> </li> </ul> <a name="setScheduledUpdateGroupActions(java.util.Collection)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setScheduledUpdateGroupActions</h4> <pre>public&nbsp;void&nbsp;setScheduledUpdateGroupActions(java.util.Collection&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;&nbsp;scheduledUpdateGroupActions)</pre> <div class="block">The scheduled actions.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>scheduledUpdateGroupActions</code> - The scheduled actions.</dd></dl> </li> </ul> <a name="withScheduledUpdateGroupActions(com.amazonaws.services.autoscaling.model.ScheduledUpdateGroupAction...)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withScheduledUpdateGroupActions</h4> <pre>public&nbsp;<a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a>&nbsp;withScheduledUpdateGroupActions(<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>...&nbsp;scheduledUpdateGroupActions)</pre> <div class="block">The scheduled actions. <p> <b>NOTE:</b> This method appends the values to the existing list (if any). Use <a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#setScheduledUpdateGroupActions(java.util.Collection)"><code>setScheduledUpdateGroupActions(java.util.Collection)</code></a> or <a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html#withScheduledUpdateGroupActions(java.util.Collection)"><code>withScheduledUpdateGroupActions(java.util.Collection)</code></a> if you want to override the existing values. <p> Returns a reference to this object so that method calls can be chained together.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>scheduledUpdateGroupActions</code> - The scheduled actions.</dd> <dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained together.</dd></dl> </li> </ul> <a name="withScheduledUpdateGroupActions(java.util.Collection)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withScheduledUpdateGroupActions</h4> <pre>public&nbsp;<a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a>&nbsp;withScheduledUpdateGroupActions(java.util.Collection&lt;<a href="../../../../../com/amazonaws/services/autoscaling/model/ScheduledUpdateGroupAction.html" title="class in com.amazonaws.services.autoscaling.model">ScheduledUpdateGroupAction</a>&gt;&nbsp;scheduledUpdateGroupActions)</pre> <div class="block">The scheduled actions. <p> Returns a reference to this object so that method calls can be chained together.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>scheduledUpdateGroupActions</code> - The scheduled actions.</dd> <dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained together.</dd></dl> </li> </ul> <a name="getNextToken()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getNextToken</h4> <pre>public&nbsp;java.lang.String&nbsp;getNextToken()</pre> <div class="block">The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. <p> <b>Constraints:</b><br/> <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/></div> <dl><dt><span class="strong">Returns:</span></dt><dd>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</dd></dl> </li> </ul> <a name="setNextToken(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNextToken</h4> <pre>public&nbsp;void&nbsp;setNextToken(java.lang.String&nbsp;nextToken)</pre> <div class="block">The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. <p> <b>Constraints:</b><br/> <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>nextToken</code> - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</dd></dl> </li> </ul> <a name="withNextToken(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withNextToken</h4> <pre>public&nbsp;<a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a>&nbsp;withNextToken(java.lang.String&nbsp;nextToken)</pre> <div class="block">The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. <p> Returns a reference to this object so that method calls can be chained together. <p> <b>Constraints:</b><br/> <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>nextToken</code> - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</dd> <dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained together.</dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <div class="block">Returns a string representation of this object; useful for testing and debugging.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">Returns:</span></dt><dd>A string representation of this object.</dd><dt><span class="strong">See Also:</span></dt><dd><code>Object.toString()</code></dd></dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="clone()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>clone</h4> <pre>public&nbsp;<a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" title="class in com.amazonaws.services.autoscaling.model">DescribeScheduledActionsResult</a>&nbsp;clone()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em> <div> <!-- Script for Syntax Highlighter START --> <script type="text/javascript"> SyntaxHighlighter.all() </script> <!-- Script for Syntax Highlighter END --> </div> <script src="http://a0.awsstatic.com/chrome/js/1.0.46/jquery.1.9.js" type="text/javascript"></script> <script>jQuery.noConflict();</script> <script> jQuery(function ($) { $("div.header").prepend('<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->'); }); </script> <!-- BEGIN-URCHIN-TRACKER --> <script src="http://l0.awsstatic.com/js/urchin.js" type="text/javascript"></script> <script type="text/javascript">urchinTracker();</script> <!-- END-URCHIN-TRACKER --> <!-- SiteCatalyst code version: H.25.2. Copyright 1996-2012 Adobe, Inc. All Rights Reserved. More info available at http://www.omniture.com --> <script language="JavaScript" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js (view-source:https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js)" /> <script language="JavaScript" type="text/javascript"> <!-- // Documentation Service Name s.prop66='AWS SDK for Java'; s.eVar66='D=c66'; // Documentation Guide Name s.prop65='API Reference'; s.eVar65='D=c65'; var s_code=s.t();if(s_code)document.write(s_code) //--> </script> <script language="JavaScript" type="text/javascript"> <!--if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--> </script> <noscript> <img src="http://amazonwebservices.d2.sc.omtrdc.net/b/ss/awsamazondev/1/H.25.2--NS/0" height="1" width="1" border="0" alt="" /> </noscript> <!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.25.2. --> </em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeScheduledActionsRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/amazonaws/services/autoscaling/model/DescribeTagsRequest.html" title="class in com.amazonaws.services.autoscaling.model"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html" target="_top">Frames</a></li> <li><a href="DescribeScheduledActionsResult.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 ======= --> <p class="legalCopy"><small> Copyright &#169; 2013 Amazon Web Services, Inc. All Rights Reserved. </small></p> </body> </html>
TomNong/Project2-Intel-Edison
documentation/javadoc/com/amazonaws/services/autoscaling/model/DescribeScheduledActionsResult.html
HTML
apache-2.0
29,161
<!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_11) on Mon Oct 19 11:00:57 CEST 2009 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.mina.statemachine.annotation.IoHandlerTransitions (Apache MINA 2.0.0-RC1 API Documentation) </TITLE> <META NAME="date" CONTENT="2009-10-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.mina.statemachine.annotation.IoHandlerTransitions (Apache MINA 2.0.0-RC1 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/mina/statemachine/annotation/IoHandlerTransitions.html" title="annotation in org.apache.mina.statemachine.annotation"><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/mina/statemachine/annotation//class-useIoHandlerTransitions.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IoHandlerTransitions.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.mina.statemachine.annotation.IoHandlerTransitions</B></H2> </CENTER> No usage of org.apache.mina.statemachine.annotation.IoHandlerTransitions <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/mina/statemachine/annotation/IoHandlerTransitions.html" title="annotation in org.apache.mina.statemachine.annotation"><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/mina/statemachine/annotation//class-useIoHandlerTransitions.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IoHandlerTransitions.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2004-2009 <a href="http://mina.apache.org/">Apache MINA Project</a>. All Rights Reserved. </BODY> </HTML>
sardine/mina-ja
docs/apidocs/org/apache/mina/statemachine/annotation/class-use/IoHandlerTransitions.html
HTML
apache-2.0
6,444
<%# Copyright 2013-2018 the original author or authors from the JHipster project. This file is part of the JHipster project, see http://www.jhipster.tech/ for more information. 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> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 data-translate="register.title">Registration</h1> <div class="alert alert-success" ng-show="vm.success" data-translate="register.messages.success"> <strong>Registration saved!</strong> Please check your email for confirmation. </div> <div class="alert alert-danger" ng-show="vm.error" data-translate="register.messages.error.fail"> <strong>Registration failed!</strong> Please try again later. </div> <div class="alert alert-danger" ng-show="vm.errorUserExists" data-translate="register.messages.error.userexists"> <strong>Login name already registered!</strong> Please choose another one. </div> <div class="alert alert-danger" ng-show="vm.errorEmailExists" data-translate="register.messages.error.emailexists"> <strong>Email is already in use!</strong> Please choose another one. </div> <div class="alert alert-danger" ng-show="vm.doNotMatch" data-translate="global.messages.error.dontmatch"> The password and its confirmation do not match! </div> </div> <%_ if (enableSocialSignIn) { _%> <div class="col-md-4 col-md-offset-2"> <%_ } else { _%> <div class="col-md-8 col-md-offset-2"> <%_ } _%> <form ng-show="!vm.success" name="form" role="form" novalidate ng-submit="vm.register()" show-validation> <div class="form-group"> <label class="control-label" for="login" data-translate="global.form.username">Username</label> <input type="text" class="form-control" id="login" name="login" placeholder="{{'global.form.username.placeholder' | translate}}" ng-model="vm.registerAccount.login" ng-minlength=1 ng-maxlength=50 ng-pattern="/^[_'.@A-Za-z0-9-]*$/" required> <div ng-show="form.login.$dirty && form.login.$invalid"> <p class="help-block" ng-show="form.login.$error.required" data-translate="register.messages.validate.login.required"> Your username is required. </p> <p class="help-block" ng-show="form.login.$error.minlength" data-translate="register.messages.validate.login.minlength"> Your username is required to be at least 1 character. </p> <p class="help-block" ng-show="form.login.$error.maxlength" data-translate="register.messages.validate.login.maxlength"> Your username cannot be longer than 50 characters. </p> <p class="help-block" ng-show="form.login.$error.pattern" data-translate="register.messages.validate.login.pattern"> Your username can only contain letters and digits. </p> </div> </div> <div class="form-group"> <label class="control-label" for="email" data-translate="global.form.email">Email</label> <input type="email" class="form-control" id="email" name="email" placeholder="{{'global.form.email.placeholder' | translate}}" ng-model="vm.registerAccount.email" ng-minlength=5 ng-maxlength=100 required> <div ng-show="form.email.$dirty && form.email.$invalid"> <p class="help-block" ng-show="form.email.$error.required" data-translate="global.messages.validate.email.required"> Your email is required. </p> <p class="help-block" ng-show="form.email.$error.email" data-translate="global.messages.validate.email.invalid"> Your email is invalid. </p> <p class="help-block" ng-show="form.email.$error.minlength" data-translate="global.messages.validate.email.minlength"> Your email is required to be at least 5 characters. </p> <p class="help-block" ng-show="form.email.$error.maxlength" data-translate="global.messages.validate.email.maxlength"> Your email cannot be longer than 100 characters. </p> </div> </div> <div class="form-group"> <label class="control-label" for="password" data-translate="global.form.newpassword">New password</label> <input type="password" class="form-control" id="password" name="password" placeholder="{{'global.form.newpassword.placeholder' | translate}}" ng-model="vm.registerAccount.password" ng-minlength=4 ng-maxlength=50 required> <div ng-show="form.password.$dirty && form.password.$invalid"> <p class="help-block" ng-show="form.password.$error.required" data-translate="global.messages.validate.newpassword.required"> Your password is required. </p> <p class="help-block" ng-show="form.password.$error.minlength" data-translate="global.messages.validate.newpassword.minlength"> Your password is required to be at least 4 characters. </p> <p class="help-block" ng-show="form.password.$error.maxlength" data-translate="global.messages.validate.newpassword.maxlength"> Your password cannot be longer than 50 characters. </p> </div> <password-strength-bar password-to-check="vm.registerAccount.password"></password-strength-bar> </div> <div class="form-group"> <label class="control-label" for="confirmPassword" data-translate="global.form.confirmpassword">New password confirmation</label> <input type="password" class="form-control" id="confirmPassword" name="confirmPassword" placeholder="{{'global.form.confirmpassword.placeholder' | translate}}" ng-model="vm.confirmPassword" ng-minlength=4 ng-maxlength=50 required> <div ng-show="form.confirmPassword.$dirty && form.confirmPassword.$invalid"> <p class="help-block" ng-show="form.confirmPassword.$error.required" data-translate="global.messages.validate.confirmpassword.required"> Your confirmation password is required. </p> <p class="help-block" ng-show="form.confirmPassword.$error.minlength" data-translate="global.messages.validate.confirmpassword.minlength"> Your confirmation password is required to be at least 4 characters. </p> <p class="help-block" ng-show="form.confirmPassword.$error.maxlength" data-translate="global.messages.validate.confirmpassword.maxlength"> Your confirmation password cannot be longer than 50 characters. </p> </div> </div> <button type="submit" ng-disabled="form.$invalid" class="btn btn-primary" data-translate="register.form.button">Register</button> </form> <p></p> <div class="alert alert-warning" data-translate="global.messages.info.authenticated" translate-compile> If you want to <a class="alert-link" href="" ng-click="vm.login()">sign in</a>, you can try the default accounts:<br/>- Administrator (login="admin" and password="admin") <br/>- User (login="user" and password="user"). </div> </div> <%_ if (enableSocialSignIn) { _%> <div class="col-md-4"> <br/> <jh-social ng-provider="google"></jh-social> <jh-social ng-provider="facebook"></jh-social> <jh-social ng-provider="twitter"></jh-social> <!-- jhipster-needle-add-social-button --> </div> <%_ } _%> </div> </div>
nkolosnjaji/generator-jhipster
generators/client/templates/angularjs/src/main/webapp/app/account/register/_register.html
HTML
apache-2.0
9,568
<!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_27) on Wed Nov 06 17:51:16 PST 2013 --> <TITLE> QuantileUtil (DataFu 1.1.0) </TITLE> <META NAME="date" CONTENT="2013-11-06"> <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="QuantileUtil (DataFu 1.1.0)"; } } </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/QuantileUtil.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../datafu/pig/stats/Quantile.html" title="class in datafu.pig.stats"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../datafu/pig/stats/StreamingMedian.html" title="class in datafu.pig.stats"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?datafu/pig/stats/QuantileUtil.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QuantileUtil.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> datafu.pig.stats</FONT> <BR> Class QuantileUtil</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>datafu.pig.stats.QuantileUtil</B> </PRE> <HR> <DL> <DT><PRE>public class <B>QuantileUtil</B><DT>extends java.lang.Object</DL> </PRE> <P> Methods used by <A HREF="../../../datafu/pig/stats/Quantile.html" title="class in datafu.pig.stats"><CODE>Quantile</CODE></A>. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>"Matthew Hayes <[email protected]>"</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../datafu/pig/stats/QuantileUtil.html#QuantileUtil()">QuantileUtil</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.util.ArrayList&lt;java.lang.Double&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../datafu/pig/stats/QuantileUtil.html#getNQuantiles(int)">getNQuantiles</A></B>(int&nbsp;numQuantiles)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.util.ArrayList&lt;java.lang.Double&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../datafu/pig/stats/QuantileUtil.html#getQuantilesFromParams(java.lang.String...)">getQuantilesFromParams</A></B>(java.lang.String...&nbsp;k)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="QuantileUtil()"><!-- --></A><H3> QuantileUtil</H3> <PRE> public <B>QuantileUtil</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getNQuantiles(int)"><!-- --></A><H3> getNQuantiles</H3> <PRE> public static java.util.ArrayList&lt;java.lang.Double&gt; <B>getNQuantiles</B>(int&nbsp;numQuantiles)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getQuantilesFromParams(java.lang.String...)"><!-- --></A><H3> getQuantilesFromParams</H3> <PRE> public static java.util.ArrayList&lt;java.lang.Double&gt; <B>getQuantilesFromParams</B>(java.lang.String...&nbsp;k)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/QuantileUtil.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../datafu/pig/stats/Quantile.html" title="class in datafu.pig.stats"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../datafu/pig/stats/StreamingMedian.html" title="class in datafu.pig.stats"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?datafu/pig/stats/QuantileUtil.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QuantileUtil.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Matthew Hayes, Sam Shah </BODY> </HTML>
shaohua-zhang/incubator-datafu
site/source/docs/datafu/1.1.0/datafu/pig/stats/QuantileUtil.html
HTML
apache-2.0
10,689
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Tue May 14 03:45:01 CEST 2013 --> <title>AtlasTmxMapLoader (libgdx API)</title> <meta name="date" content="2013-05-14"> <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="AtlasTmxMapLoader (libgdx 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 class="navBarCell1Rev">Class</li> <li><a href="class-use/AtlasTmxMapLoader.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> libgdx API <style> body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt } pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif } h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold } .TableHeadingColor { background:#EEEEFF; } a { text-decoration:none } a:hover { text-decoration:underline } a:link, a:visited { color:blue } table { border:0px } .TableRowColor td:first-child { border-left:1px solid black } .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black } hr { border:0px; border-bottom:1px solid #333366; } </style> </em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html" target="_top">Frames</a></li> <li><a href="AtlasTmxMapLoader.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.badlogic.gdx.maps.tiled</div> <h2 title="Class AtlasTmxMapLoader" class="title">Class AtlasTmxMapLoader</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../com/badlogic/gdx/assets/loaders/AssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">com.badlogic.gdx.assets.loaders.AssetLoader</a>&lt;T,P&gt;</li> <li> <ul class="inheritance"> <li><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader</a>&lt;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>,<a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&gt;</li> <li> <ul class="inheritance"> <li>com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">AtlasTmxMapLoader</span> extends <a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">AsynchronousAssetLoader</a>&lt;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>,<a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&gt;</pre> <div class="block">A TiledMap Loader which loads tiles from a TextureAtlas instead of separate images. It requires a map-level property called 'atlas' with its value being the relative path to the TextureAtlas. The atlas must have in it indexed regions named after the tilesets used in the map. The indexes shall be local to the tileset (not the global id). Strip whitespace and rotation should not be used when creating the atlas.</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Justin Shapcott, Manuel Bua</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#FLAG_FLIP_DIAGONALLY">FLAG_FLIP_DIAGONALLY</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#FLAG_FLIP_HORIZONTALLY">FLAG_FLIP_HORIZONTALLY</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#FLAG_FLIP_VERTICALLY">FLAG_FLIP_VERTICALLY</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#map">map</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#mapHeightInPixels">mapHeightInPixels</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#mapWidthInPixels">mapWidthInPixels</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#MASK_CLEAR">MASK_CLEAR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#root">root</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/utils/Array.html" title="class in com.badlogic.gdx.utils">Array</a>&lt;<a href="../../../../../com/badlogic/gdx/graphics/Texture.html" title="class in com.badlogic.gdx.graphics">Texture</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#trackedTextures">trackedTextures</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/utils/XmlReader.html" title="class in com.badlogic.gdx.utils">XmlReader</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#xml">xml</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#yUp">yUp</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#AtlasTmxMapLoader()">AtlasTmxMapLoader</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#AtlasTmxMapLoader(com.badlogic.gdx.assets.loaders.FileHandleResolver)">AtlasTmxMapLoader</a></strong>(<a href="../../../../../com/badlogic/gdx/assets/loaders/FileHandleResolver.html" title="interface in com.badlogic.gdx.assets.loaders">FileHandleResolver</a>&nbsp;resolver)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTileLayer.Cell.html" title="class in com.badlogic.gdx.maps.tiled">TiledMapTileLayer.Cell</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#createTileLayerCell(boolean, boolean, boolean)">createTileLayerCell</a></strong>(boolean&nbsp;flipHorizontally, boolean&nbsp;flipVertically, boolean&nbsp;flipDiagonally)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/utils/Array.html" title="class in com.badlogic.gdx.utils">Array</a>&lt;<a href="../../../../../com/badlogic/gdx/assets/AssetDescriptor.html" title="class in com.badlogic.gdx.assets">AssetDescriptor</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#getDependencies(java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">getDependencies</a></strong>(java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#getRelativeFileHandle(com.badlogic.gdx.files.FileHandle, java.lang.String)">getRelativeFileHandle</a></strong>(<a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;file, java.lang.String&nbsp;path)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#load(java.lang.String)">load</a></strong>(java.lang.String&nbsp;fileName)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#load(java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">load</a></strong>(java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadAsync(com.badlogic.gdx.assets.AssetManager, java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">loadAsync</a></strong>(<a href="../../../../../com/badlogic/gdx/assets/AssetManager.html" title="class in com.badlogic.gdx.assets">AssetManager</a>&nbsp;manager, java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code> <div class="block">Loads the non-OpenGL part of the asset and injects any dependencies of the asset into the AssetManager.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadAtlas(com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle)">loadAtlas</a></strong>(<a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;root, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadMap(com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">loadMap</a></strong>(<a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;root, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver&nbsp;resolver, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadObject(com.badlogic.gdx.maps.MapLayer, com.badlogic.gdx.utils.XmlReader.Element)">loadObject</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/MapLayer.html" title="class in com.badlogic.gdx.maps">MapLayer</a>&nbsp;layer, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadObjectGroup(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element)">loadObjectGroup</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadProperties(com.badlogic.gdx.maps.MapProperties, com.badlogic.gdx.utils.XmlReader.Element)">loadProperties</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/MapProperties.html" title="class in com.badlogic.gdx.maps">MapProperties</a>&nbsp;properties, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadSync(com.badlogic.gdx.assets.AssetManager, java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">loadSync</a></strong>(<a href="../../../../../com/badlogic/gdx/assets/AssetManager.html" title="class in com.badlogic.gdx.assets">AssetManager</a>&nbsp;manager, java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code> <div class="block">Loads th</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadTileLayer(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element)">loadTileLayer</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#loadTileset(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)">loadTileset</a></strong>(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver&nbsp;resolver, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html#unsignedByteToInt(byte)">unsignedByteToInt</a></strong>(byte&nbsp;b)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.badlogic.gdx.assets.loaders.AssetLoader"> <!-- --> </a> <h3>Methods inherited from class&nbsp;com.badlogic.gdx.assets.loaders.<a href="../../../../../com/badlogic/gdx/assets/loaders/AssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">AssetLoader</a></h3> <code><a href="../../../../../com/badlogic/gdx/assets/loaders/AssetLoader.html#resolve(java.lang.String)">resolve</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="FLAG_FLIP_HORIZONTALLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLAG_FLIP_HORIZONTALLY</h4> <pre>protected static final&nbsp;int FLAG_FLIP_HORIZONTALLY</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.FLAG_FLIP_HORIZONTALLY">Constant Field Values</a></dd></dl> </li> </ul> <a name="FLAG_FLIP_VERTICALLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLAG_FLIP_VERTICALLY</h4> <pre>protected static final&nbsp;int FLAG_FLIP_VERTICALLY</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.FLAG_FLIP_VERTICALLY">Constant Field Values</a></dd></dl> </li> </ul> <a name="FLAG_FLIP_DIAGONALLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLAG_FLIP_DIAGONALLY</h4> <pre>protected static final&nbsp;int FLAG_FLIP_DIAGONALLY</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.FLAG_FLIP_DIAGONALLY">Constant Field Values</a></dd></dl> </li> </ul> <a name="MASK_CLEAR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MASK_CLEAR</h4> <pre>protected static final&nbsp;int MASK_CLEAR</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.MASK_CLEAR">Constant Field Values</a></dd></dl> </li> </ul> <a name="xml"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>xml</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/utils/XmlReader.html" title="class in com.badlogic.gdx.utils">XmlReader</a> xml</pre> </li> </ul> <a name="root"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>root</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a> root</pre> </li> </ul> <a name="yUp"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>yUp</h4> <pre>protected&nbsp;boolean yUp</pre> </li> </ul> <a name="mapWidthInPixels"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mapWidthInPixels</h4> <pre>protected&nbsp;int mapWidthInPixels</pre> </li> </ul> <a name="mapHeightInPixels"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mapHeightInPixels</h4> <pre>protected&nbsp;int mapHeightInPixels</pre> </li> </ul> <a name="map"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>map</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a> map</pre> </li> </ul> <a name="trackedTextures"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>trackedTextures</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/utils/Array.html" title="class in com.badlogic.gdx.utils">Array</a>&lt;<a href="../../../../../com/badlogic/gdx/graphics/Texture.html" title="class in com.badlogic.gdx.graphics">Texture</a>&gt; trackedTextures</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AtlasTmxMapLoader()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>AtlasTmxMapLoader</h4> <pre>public&nbsp;AtlasTmxMapLoader()</pre> </li> </ul> <a name="AtlasTmxMapLoader(com.badlogic.gdx.assets.loaders.FileHandleResolver)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AtlasTmxMapLoader</h4> <pre>public&nbsp;AtlasTmxMapLoader(<a href="../../../../../com/badlogic/gdx/assets/loaders/FileHandleResolver.html" title="interface in com.badlogic.gdx.assets.loaders">FileHandleResolver</a>&nbsp;resolver)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="load(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>load</h4> <pre>public&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;load(java.lang.String&nbsp;fileName)</pre> </li> </ul> <a name="getDependencies(java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDependencies</h4> <pre>public&nbsp;<a href="../../../../../com/badlogic/gdx/utils/Array.html" title="class in com.badlogic.gdx.utils">Array</a>&lt;<a href="../../../../../com/badlogic/gdx/assets/AssetDescriptor.html" title="class in com.badlogic.gdx.assets">AssetDescriptor</a>&gt;&nbsp;getDependencies(java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../com/badlogic/gdx/assets/loaders/AssetLoader.html#getDependencies(java.lang.String, P)">getDependencies</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/badlogic/gdx/assets/loaders/AssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">AssetLoader</a>&lt;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>,<a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&gt;</code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>fileName</code> - name of the asset to load</dd><dd><code>parameter</code> - parameters for loading the asset</dd> <dt><span class="strong">Returns:</span></dt><dd>other assets that the asset depends on and need to be loaded first or null if there are no dependencies.</dd></dl> </li> </ul> <a name="load(java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>load</h4> <pre>public&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;load(java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> </li> </ul> <a name="loadAtlas(com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadAtlas</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;loadAtlas(<a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;root, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile) throws java.io.IOException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd></dl> </li> </ul> <a name="loadAsync(com.badlogic.gdx.assets.AssetManager, java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadAsync</h4> <pre>public&nbsp;void&nbsp;loadAsync(<a href="../../../../../com/badlogic/gdx/assets/AssetManager.html" title="class in com.badlogic.gdx.assets">AssetManager</a>&nbsp;manager, java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html#loadAsync(com.badlogic.gdx.assets.AssetManager, java.lang.String, P)">AsynchronousAssetLoader</a></code></strong></div> <div class="block">Loads the non-OpenGL part of the asset and injects any dependencies of the asset into the AssetManager.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html#loadAsync(com.badlogic.gdx.assets.AssetManager, java.lang.String, P)">loadAsync</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">AsynchronousAssetLoader</a>&lt;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>,<a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&gt;</code></dd> <dd><code>fileName</code> - the name of the asset to load</dd><dd><code>parameter</code> - the parameters to use for loading the asset</dd></dl> </li> </ul> <a name="loadSync(com.badlogic.gdx.assets.AssetManager, java.lang.String, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSync</h4> <pre>public&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;loadSync(<a href="../../../../../com/badlogic/gdx/assets/AssetManager.html" title="class in com.badlogic.gdx.assets">AssetManager</a>&nbsp;manager, java.lang.String&nbsp;fileName, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html#loadSync(com.badlogic.gdx.assets.AssetManager, java.lang.String, P)">AsynchronousAssetLoader</a></code></strong></div> <div class="block">Loads th</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html#loadSync(com.badlogic.gdx.assets.AssetManager, java.lang.String, P)">loadSync</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/badlogic/gdx/assets/loaders/AsynchronousAssetLoader.html" title="class in com.badlogic.gdx.assets.loaders">AsynchronousAssetLoader</a>&lt;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>,<a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&gt;</code></dd> </dl> </li> </ul> <a name="loadMap(com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadMap</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;loadMap(<a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;root, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver&nbsp;resolver, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> </li> </ul> <a name="loadTileset(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element, com.badlogic.gdx.files.FileHandle, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasTiledMapLoaderParameters)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadTileset</h4> <pre>protected&nbsp;void&nbsp;loadTileset(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element, <a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;tmxFile, com.badlogic.gdx.maps.tiled.AtlasTmxMapLoader.AtlasResolver&nbsp;resolver, <a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled">AtlasTmxMapLoader.AtlasTiledMapLoaderParameters</a>&nbsp;parameter)</pre> </li> </ul> <a name="loadTileLayer(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadTileLayer</h4> <pre>protected&nbsp;void&nbsp;loadTileLayer(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</pre> </li> </ul> <a name="loadObjectGroup(com.badlogic.gdx.maps.tiled.TiledMap, com.badlogic.gdx.utils.XmlReader.Element)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadObjectGroup</h4> <pre>protected&nbsp;void&nbsp;loadObjectGroup(<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMap.html" title="class in com.badlogic.gdx.maps.tiled">TiledMap</a>&nbsp;map, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</pre> </li> </ul> <a name="loadObject(com.badlogic.gdx.maps.MapLayer, com.badlogic.gdx.utils.XmlReader.Element)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadObject</h4> <pre>protected&nbsp;void&nbsp;loadObject(<a href="../../../../../com/badlogic/gdx/maps/MapLayer.html" title="class in com.badlogic.gdx.maps">MapLayer</a>&nbsp;layer, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</pre> </li> </ul> <a name="loadProperties(com.badlogic.gdx.maps.MapProperties, com.badlogic.gdx.utils.XmlReader.Element)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadProperties</h4> <pre>protected&nbsp;void&nbsp;loadProperties(<a href="../../../../../com/badlogic/gdx/maps/MapProperties.html" title="class in com.badlogic.gdx.maps">MapProperties</a>&nbsp;properties, <a href="../../../../../com/badlogic/gdx/utils/XmlReader.Element.html" title="class in com.badlogic.gdx.utils">XmlReader.Element</a>&nbsp;element)</pre> </li> </ul> <a name="createTileLayerCell(boolean, boolean, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createTileLayerCell</h4> <pre>protected&nbsp;<a href="../../../../../com/badlogic/gdx/maps/tiled/TiledMapTileLayer.Cell.html" title="class in com.badlogic.gdx.maps.tiled">TiledMapTileLayer.Cell</a>&nbsp;createTileLayerCell(boolean&nbsp;flipHorizontally, boolean&nbsp;flipVertically, boolean&nbsp;flipDiagonally)</pre> </li> </ul> <a name="getRelativeFileHandle(com.badlogic.gdx.files.FileHandle, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRelativeFileHandle</h4> <pre>public static&nbsp;<a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;getRelativeFileHandle(<a href="../../../../../com/badlogic/gdx/files/FileHandle.html" title="class in com.badlogic.gdx.files">FileHandle</a>&nbsp;file, java.lang.String&nbsp;path)</pre> </li> </ul> <a name="unsignedByteToInt(byte)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>unsignedByteToInt</h4> <pre>protected static&nbsp;int&nbsp;unsignedByteToInt(byte&nbsp;b)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AtlasTmxMapLoader.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>libgdx API</em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.AtlasTiledMapLoaderParameters.html" title="class in com.badlogic.gdx.maps.tiled"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html" target="_top">Frames</a></li> <li><a href="AtlasTmxMapLoader.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <div style="font-size:9pt"><i> Copyright &copy; 2010-2013 Mario Zechner ([email protected]), Nathan Sweet ([email protected]) </i></div> </small></p> </body> </html>
leszekuchacz/Leszek-Uchacz
docs/api/com/badlogic/gdx/maps/tiled/AtlasTmxMapLoader.html
HTML
apache-2.0
44,497
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:05 UTC 2020 --> <title>Uses of Class org.springframework.jmx.export.metadata.ManagedAttribute (Spring Framework 5.1.18.RELEASE API)</title> <meta name="date" content="2020-09-15"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.jmx.export.metadata.ManagedAttribute (Spring Framework 5.1.18.RELEASE API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/springframework/jmx/export/metadata/class-use/ManagedAttribute.html" target="_top">Frames</a></li> <li><a href="ManagedAttribute.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.springframework.jmx.export.metadata.ManagedAttribute" class="title">Uses of Class<br>org.springframework.jmx.export.metadata.ManagedAttribute</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</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.springframework.jmx.export.annotation">org.springframework.jmx.export.annotation</a></td> <td class="colLast"> <div class="block">Java 5 annotations for MBean exposure.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.springframework.jmx.export.metadata">org.springframework.jmx.export.metadata</a></td> <td class="colLast"> <div class="block">Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.springframework.jmx.export.annotation"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a> in <a href="../../../../../../org/springframework/jmx/export/annotation/package-summary.html">org.springframework.jmx.export.annotation</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/springframework/jmx/export/annotation/package-summary.html">org.springframework.jmx.export.annotation</a> that return <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></code></td> <td class="colLast"><span class="typeNameLabel">AnnotationJmxAttributeSource.</span><code><span class="memberNameLink"><a href="../../../../../../org/springframework/jmx/export/annotation/AnnotationJmxAttributeSource.html#getManagedAttribute-java.lang.reflect.Method-">getManagedAttribute</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.springframework.jmx.export.metadata"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a> in <a href="../../../../../../org/springframework/jmx/export/metadata/package-summary.html">org.springframework.jmx.export.metadata</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/springframework/jmx/export/metadata/package-summary.html">org.springframework.jmx.export.metadata</a> declared as <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></code></td> <td class="colLast"><span class="typeNameLabel">ManagedAttribute.</span><code><span class="memberNameLink"><a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html#EMPTY">EMPTY</a></span></code> <div class="block">Empty attributes.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/springframework/jmx/export/metadata/package-summary.html">org.springframework.jmx.export.metadata</a> that return <a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">ManagedAttribute</a></code></td> <td class="colLast"><span class="typeNameLabel">JmxAttributeSource.</span><code><span class="memberNameLink"><a href="../../../../../../org/springframework/jmx/export/metadata/JmxAttributeSource.html#getManagedAttribute-java.lang.reflect.Method-">getManagedAttribute</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</code> <div class="block">Implementations should return an instance of <code>ManagedAttribute</code> if the supplied <code>Method</code> has the corresponding metadata.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/springframework/jmx/export/metadata/ManagedAttribute.html" title="class in org.springframework.jmx.export.metadata">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/springframework/jmx/export/metadata/class-use/ManagedAttribute.html" target="_top">Frames</a></li> <li><a href="ManagedAttribute.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
akhr/java
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/jmx/export/metadata/class-use/ManagedAttribute.html
HTML
apache-2.0
10,929
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Wed Apr 29 14:47:00 PDT 2015 --> <title>org.apache.nutch.crawl (apache-nutch 1.10 API)</title> <meta name="date" content="2015-04-29"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../org/apache/nutch/crawl/package-summary.html" target="classFrame">org.apache.nutch.crawl</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="FetchSchedule.html" title="interface in org.apache.nutch.crawl" target="classFrame"><i>FetchSchedule</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AbstractFetchSchedule.html" title="class in org.apache.nutch.crawl" target="classFrame">AbstractFetchSchedule</a></li> <li><a href="AdaptiveFetchSchedule.html" title="class in org.apache.nutch.crawl" target="classFrame">AdaptiveFetchSchedule</a></li> <li><a href="CrawlDatum.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDatum</a></li> <li><a href="CrawlDatum.Comparator.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDatum.Comparator</a></li> <li><a href="CrawlDb.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDb</a></li> <li><a href="CrawlDbFilter.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbFilter</a></li> <li><a href="CrawlDbMerger.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbMerger</a></li> <li><a href="CrawlDbMerger.Merger.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbMerger.Merger</a></li> <li><a href="CrawlDbReader.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader</a></li> <li><a href="CrawlDbReader.CrawlDatumCsvOutputFormat.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDatumCsvOutputFormat</a></li> <li><a href="CrawlDbReader.CrawlDatumCsvOutputFormat.LineRecordWriter.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDatumCsvOutputFormat.LineRecordWriter</a></li> <li><a href="CrawlDbReader.CrawlDbDumpMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbDumpMapper</a></li> <li><a href="CrawlDbReader.CrawlDbStatCombiner.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbStatCombiner</a></li> <li><a href="CrawlDbReader.CrawlDbStatMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbStatMapper</a></li> <li><a href="CrawlDbReader.CrawlDbStatReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbStatReducer</a></li> <li><a href="CrawlDbReader.CrawlDbTopNMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbTopNMapper</a></li> <li><a href="CrawlDbReader.CrawlDbTopNReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReader.CrawlDbTopNReducer</a></li> <li><a href="CrawlDbReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">CrawlDbReducer</a></li> <li><a href="DeduplicationJob.html" title="class in org.apache.nutch.crawl" target="classFrame">DeduplicationJob</a></li> <li><a href="DeduplicationJob.DBFilter.html" title="class in org.apache.nutch.crawl" target="classFrame">DeduplicationJob.DBFilter</a></li> <li><a href="DeduplicationJob.DedupReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">DeduplicationJob.DedupReducer</a></li> <li><a href="DeduplicationJob.StatusUpdateReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">DeduplicationJob.StatusUpdateReducer</a></li> <li><a href="DefaultFetchSchedule.html" title="class in org.apache.nutch.crawl" target="classFrame">DefaultFetchSchedule</a></li> <li><a href="FetchScheduleFactory.html" title="class in org.apache.nutch.crawl" target="classFrame">FetchScheduleFactory</a></li> <li><a href="Generator.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator</a></li> <li><a href="Generator.CrawlDbUpdater.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.CrawlDbUpdater</a></li> <li><a href="Generator.DecreasingFloatComparator.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.DecreasingFloatComparator</a></li> <li><a href="Generator.GeneratorOutputFormat.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.GeneratorOutputFormat</a></li> <li><a href="Generator.HashComparator.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.HashComparator</a></li> <li><a href="Generator.PartitionReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.PartitionReducer</a></li> <li><a href="Generator.Selector.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.Selector</a></li> <li><a href="Generator.SelectorEntry.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.SelectorEntry</a></li> <li><a href="Generator.SelectorInverseMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">Generator.SelectorInverseMapper</a></li> <li><a href="Injector.html" title="class in org.apache.nutch.crawl" target="classFrame">Injector</a></li> <li><a href="Injector.InjectMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">Injector.InjectMapper</a></li> <li><a href="Injector.InjectReducer.html" title="class in org.apache.nutch.crawl" target="classFrame">Injector.InjectReducer</a></li> <li><a href="Inlink.html" title="class in org.apache.nutch.crawl" target="classFrame">Inlink</a></li> <li><a href="Inlinks.html" title="class in org.apache.nutch.crawl" target="classFrame">Inlinks</a></li> <li><a href="LinkDb.html" title="class in org.apache.nutch.crawl" target="classFrame">LinkDb</a></li> <li><a href="LinkDbFilter.html" title="class in org.apache.nutch.crawl" target="classFrame">LinkDbFilter</a></li> <li><a href="LinkDbMerger.html" title="class in org.apache.nutch.crawl" target="classFrame">LinkDbMerger</a></li> <li><a href="LinkDbReader.html" title="class in org.apache.nutch.crawl" target="classFrame">LinkDbReader</a></li> <li><a href="LinkDbReader.LinkDBDumpMapper.html" title="class in org.apache.nutch.crawl" target="classFrame">LinkDbReader.LinkDBDumpMapper</a></li> <li><a href="MapWritable.html" title="class in org.apache.nutch.crawl" target="classFrame">MapWritable</a></li> <li><a href="MD5Signature.html" title="class in org.apache.nutch.crawl" target="classFrame">MD5Signature</a></li> <li><a href="MimeAdaptiveFetchSchedule.html" title="class in org.apache.nutch.crawl" target="classFrame">MimeAdaptiveFetchSchedule</a></li> <li><a href="NutchWritable.html" title="class in org.apache.nutch.crawl" target="classFrame">NutchWritable</a></li> <li><a href="Signature.html" title="class in org.apache.nutch.crawl" target="classFrame">Signature</a></li> <li><a href="SignatureComparator.html" title="class in org.apache.nutch.crawl" target="classFrame">SignatureComparator</a></li> <li><a href="SignatureFactory.html" title="class in org.apache.nutch.crawl" target="classFrame">SignatureFactory</a></li> <li><a href="TextMD5Signature.html" title="class in org.apache.nutch.crawl" target="classFrame">TextMD5Signature</a></li> <li><a href="TextProfileSignature.html" title="class in org.apache.nutch.crawl" target="classFrame">TextProfileSignature</a></li> <li><a href="URLPartitioner.html" title="class in org.apache.nutch.crawl" target="classFrame">URLPartitioner</a></li> </ul> </div> </body> </html>
nhahv/apache-nutch-1.x
docs/api/org/apache/nutch/crawl/package-frame.html
HTML
apache-2.0
7,832
<layout name="layout" /> <div class="row"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title"> <{$arr.cate|getCatname=###}>-<b><{$arr.name}></b> <a href="__APP__/<{$JC}>/Servicelist/index/cate/<{$arr.cate}>" class="pull-right">返回分类</a> </h3> </div> <div class="panel-body"> <div class="col-md-3 "> <img src="__UPLOAD__<{$arr.path}><{$arr.img}>" alt="<{$arr.img}>" height="180px"> </div> <div class="col-md-7 "> <h5>编号:<{$arr.mark}></h5> <h4>名称:<{$arr.name}></h4> <h4>价格:<b>¥<{$arr.money}></b>(市场价:<s><em>¥<{$arr.smoney}></em></s>)</h4> <!--<h4>运费:¥<{$arr.wlmoney}></h4>--> <h5>规格:<{$arr.weight}></h5> <a href="#" class="btn btn-info btn-xs">咨询预约</a> <a href="http://wpa.qq.com/msgrd?v=3&amp;uin=<{$_SESSION[$JC]['qq']}>&amp;site=qq&amp;menu=yes" class="btn-xs" target="_blank"> <img border="0" title="在线客服" alt="在线客服" style="margin-top:0px;" src="http://wpa.qq.com/pa?p=2:<{$_SESSION[$JC]['qq']}>:41"> </a> </div> </div> </div> <div class="panel panel-info"> <div class="panel-heading"><h3 class="panel-title">详情介绍:</h3></div> <div class="panel-body"><p><{$arr.content}></p></div> </div> </div>
yaolihui129/Xinda
Apps/Mtsh/View/default/Service/index.html
HTML
apache-2.0
1,305
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_91) on Mon Jun 06 14:51:11 EDT 2016 --> <title>Lists.Value (apache-cassandra API)</title> <meta name="date" content="2016-06-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Lists.Value (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":9,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Lists.Value.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/cql3/Lists.SetterByIndex.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/cql3/Maps.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/cql3/Lists.Value.html" target="_top">Frames</a></li> <li><a href="Lists.Value.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.cql3</div> <h2 title="Class Lists.Value" class="title">Class Lists.Value</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html" title="class in org.apache.cassandra.cql3">org.apache.cassandra.cql3.Term.Terminal</a></li> <li> <ul class="inheritance"> <li><a href="../../../../org/apache/cassandra/cql3/Term.MultiItemTerminal.html" title="class in org.apache.cassandra.cql3">org.apache.cassandra.cql3.Term.MultiItemTerminal</a></li> <li> <ul class="inheritance"> <li>org.apache.cassandra.cql3.Lists.Value</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../org/apache/cassandra/cql3/Term.html" title="interface in org.apache.cassandra.cql3">Term</a></dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/cql3/Lists.html" title="class in org.apache.cassandra.cql3">Lists</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">Lists.Value</span> extends <a href="../../../../org/apache/cassandra/cql3/Term.MultiItemTerminal.html" title="class in org.apache.cassandra.cql3">Term.MultiItemTerminal</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.cassandra.cql3.Term"> <!-- --> </a> <h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.cassandra.cql3.<a href="../../../../org/apache/cassandra/cql3/Term.html" title="interface in org.apache.cassandra.cql3">Term</a></h3> <code><a href="../../../../org/apache/cassandra/cql3/Term.MultiColumnRaw.html" title="class in org.apache.cassandra.cql3">Term.MultiColumnRaw</a>, <a href="../../../../org/apache/cassandra/cql3/Term.MultiItemTerminal.html" title="class in org.apache.cassandra.cql3">Term.MultiItemTerminal</a>, <a href="../../../../org/apache/cassandra/cql3/Term.NonTerminal.html" title="class in org.apache.cassandra.cql3">Term.NonTerminal</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Raw.html" title="class in org.apache.cassandra.cql3">Term.Raw</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html" title="class in org.apache.cassandra.cql3">Term.Terminal</a></code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#elements">elements</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#Value-java.util.List-">Value</a></span>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;elements)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#equals-org.apache.cassandra.db.marshal.ListType-org.apache.cassandra.cql3.Lists.Value-">equals</a></span>(<a href="../../../../org/apache/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&nbsp;lt, <a href="../../../../org/apache/cassandra/cql3/Lists.Value.html" title="class in org.apache.cassandra.cql3">Lists.Value</a>&nbsp;v)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/cql3/Lists.Value.html" title="class in org.apache.cassandra.cql3">Lists.Value</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#fromSerialized-java.nio.ByteBuffer-org.apache.cassandra.db.marshal.ListType-int-">fromSerialized</a></span>(java.nio.ByteBuffer&nbsp;value, <a href="../../../../org/apache/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&nbsp;type, int&nbsp;version)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.nio.ByteBuffer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#get-int-">get</a></span>(int&nbsp;protocolVersion)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html#getElements--">getElements</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.cassandra.cql3.Term.Terminal"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.cassandra.cql3.<a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html" title="class in org.apache.cassandra.cql3">Term.Terminal</a></h3> <code><a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#addFunctionsTo-java.util.List-">addFunctionsTo</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#bind-org.apache.cassandra.cql3.QueryOptions-">bind</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#bindAndGet-org.apache.cassandra.cql3.QueryOptions-">bindAndGet</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#collectMarkerSpecification-org.apache.cassandra.cql3.VariableSpecifications-">collectMarkerSpecification</a>, <a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#containsBindMarker--">containsBindMarker</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="elements"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>elements</h4> <pre>public final&nbsp;java.util.List&lt;java.nio.ByteBuffer&gt; elements</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Value-java.util.List-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Value</h4> <pre>public&nbsp;Value(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;elements)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="fromSerialized-java.nio.ByteBuffer-org.apache.cassandra.db.marshal.ListType-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fromSerialized</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/cql3/Lists.Value.html" title="class in org.apache.cassandra.cql3">Lists.Value</a>&nbsp;fromSerialized(java.nio.ByteBuffer&nbsp;value, <a href="../../../../org/apache/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&nbsp;type, int&nbsp;version) throws <a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/exceptions/InvalidRequestException.html" title="class in org.apache.cassandra.exceptions">InvalidRequestException</a></code></dd> </dl> </li> </ul> <a name="get-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;java.nio.ByteBuffer&nbsp;get(int&nbsp;protocolVersion)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html#get-int-">get</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cassandra/cql3/Term.Terminal.html" title="class in org.apache.cassandra.cql3">Term.Terminal</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the serialized value of this terminal.</dd> </dl> </li> </ul> <a name="equals-org.apache.cassandra.db.marshal.ListType-org.apache.cassandra.cql3.Lists.Value-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(<a href="../../../../org/apache/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&nbsp;lt, <a href="../../../../org/apache/cassandra/cql3/Lists.Value.html" title="class in org.apache.cassandra.cql3">Lists.Value</a>&nbsp;v)</pre> </li> </ul> <a name="getElements--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getElements</h4> <pre>public&nbsp;java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;getElements()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/cql3/Term.MultiItemTerminal.html#getElements--">getElements</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cassandra/cql3/Term.MultiItemTerminal.html" title="class in org.apache.cassandra.cql3">Term.MultiItemTerminal</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Lists.Value.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/cql3/Lists.SetterByIndex.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/cql3/Maps.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/cql3/Lists.Value.html" target="_top">Frames</a></li> <li><a href="Lists.Value.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
jasonwee/videoOnCloud
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/cql3/Lists.Value.html
HTML
apache-2.0
18,169
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Jan 22 11:30:09 CST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>ICreate</title> <meta name="date" content="2015-01-22"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ICreate"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ICreate.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICallback.html" title="interface in com.share.mod.pay.ali.wap.inter"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/IInterrupt.html" title="interface in com.share.mod.pay.ali.wap.inter"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/share/mod/pay/ali/wap/inter/ICreate.html" target="_top">Frames</a></li> <li><a href="ICreate.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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.share.mod.pay.ali.wap.inter</div> <h2 title="Interface ICreate" class="title">Interface ICreate</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="strong">ICreate</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICreate.html#createOutTradeNo()">createOutTradeNo</a></strong>()</code> <div class="block">创建商户订单号</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICreate.html#handleException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Exception)">handleException</a></strong>(javax.servlet.http.HttpServletRequest&nbsp;request, javax.servlet.http.HttpServletResponse&nbsp;response, java.lang.Exception&nbsp;e)</code> <div class="block">处理异常</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICreate.html#handleNumberFormatException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">handleNumberFormatException</a></strong>(javax.servlet.http.HttpServletRequest&nbsp;request, javax.servlet.http.HttpServletResponse&nbsp;response)</code> <div class="block">处理金额异常</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICreate.html#save(javax.servlet.http.HttpServletRequest)">save</a></strong>(javax.servlet.http.HttpServletRequest&nbsp;request)</code> <div class="block">根据请求记录创建订单记录</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="createOutTradeNo()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createOutTradeNo</h4> <pre>java.lang.String&nbsp;createOutTradeNo()</pre> <div class="block">创建商户订单号</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="handleNumberFormatException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>handleNumberFormatException</h4> <pre>void&nbsp;handleNumberFormatException(javax.servlet.http.HttpServletRequest&nbsp;request, javax.servlet.http.HttpServletResponse&nbsp;response) throws javax.servlet.ServletException, java.io.IOException</pre> <div class="block">处理金额异常</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - </dd><dd><code>response</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>javax.servlet.ServletException</code></dd> <dd><code>java.io.IOException</code></dd></dl> </li> </ul> <a name="handleException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Exception)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>handleException</h4> <pre>void&nbsp;handleException(javax.servlet.http.HttpServletRequest&nbsp;request, javax.servlet.http.HttpServletResponse&nbsp;response, java.lang.Exception&nbsp;e) throws javax.servlet.ServletException, java.io.IOException</pre> <div class="block">处理异常</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - </dd><dd><code>response</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>javax.servlet.ServletException</code></dd> <dd><code>java.io.IOException</code></dd></dl> </li> </ul> <a name="save(javax.servlet.http.HttpServletRequest)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>save</h4> <pre>void&nbsp;save(javax.servlet.http.HttpServletRequest&nbsp;request) throws javax.servlet.ServletException, java.io.IOException</pre> <div class="block">根据请求记录创建订单记录</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - </dd><dd><code>response</code> - </dd> <dt><span class="strong">Throws:</span></dt> <dd><code>javax.servlet.ServletException</code></dd> <dd><code>java.io.IOException</code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ICreate.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/ICallback.html" title="interface in com.share.mod.pay.ali.wap.inter"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../../com/share/mod/pay/ali/wap/inter/IInterrupt.html" title="interface in com.share.mod.pay.ali.wap.inter"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/share/mod/pay/ali/wap/inter/ICreate.html" target="_top">Frames</a></li> <li><a href="ICreate.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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
zhoukekestar/zkk-components
AlipayWAP/doc/com/share/mod/pay/ali/wap/inter/ICreate.html
HTML
apache-2.0
10,834
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_16.html">Class Test_AbaRouteValidator_16</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_36904_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_16.html?line=45760#src-45760" >testAbaNumberCheck_36904_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:45:47 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_36904_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=23167#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=23167#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=23167#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_16_testAbaNumberCheck_36904_bad_hvj.html
HTML
apache-2.0
10,987
<!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.w3.org/1999/xhtml"> <head th:replace="fragments/head :: head"> <title>BioSamples &lt; EMBL-EBI</title> <!-- A few keywords that relate to the content of THIS PAGE (not the whole project) --> <meta name="keywords" content="biosamples, europe, EBI" /> <!-- Describe what this page is about --> <meta name="description" content="EMBL-EBI" /> <meta name="ebi:last-review" content="2016-12-20" /> <!-- The last time the content was reviewed --> <meta name="ebi:expiry" content="2017-12-20" /> <!-- When this content is no longer relevant --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> </head> <body> <div th:insert="fragments/header :: header"></div> <div layout:fragment="content" id="content"> <th:block th:include="fragments/header :: masterhead"></th:block> <div id="main-content-area" class="row padding-top-xlarge"> <div class="small-12 medium-9 columns" th:insert="asciidoc/ref_api_submit :: div"></div> <div th:insert="fragments/help :: sidebar(active='refs/api/submit', recipes=${recipes})"></div> </div> </div> <div th:insert="fragments/footer :: footer"></div> </body> </html>
EBIBioSamples/biosamples-v4
webapps/core/src/main/resources/templates/docs/references/api/submit.html
HTML
apache-2.0
1,408
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>AndIncludeWord - ScalaTest 2.1.7 - org.scalatest.matchers.MatcherFactory1.AndIncludeWord</title> <meta name="description" content="AndIncludeWord - ScalaTest 2.1.7 - org.scalatest.matchers.MatcherFactory1.AndIncludeWord" /> <meta name="keywords" content="AndIncludeWord ScalaTest 2.1.7 org.scalatest.matchers.MatcherFactory1.AndIncludeWord" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../index.html'; var hash = 'org.scalatest.matchers.MatcherFactory1$AndIncludeWord'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <img src="../../../lib/class_big.png" /> <p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.matchers">matchers</a>.<a href="MatcherFactory1.html" class="extype" name="org.scalatest.matchers.MatcherFactory1">MatcherFactory1</a></p> <h1>AndIncludeWord</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <span class="name">AndIncludeWord</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>This class is part of the ScalaTest matchers DSL. Please see the documentation for <a href="../Matchers.html"><code>Matchers</code></a> for an overview of the matchers DSL. </p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.7-for-scala-2.10/src/main/scala/org/scalatest/matchers/MatcherFactory1.scala" target="_blank">MatcherFactory1.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.matchers.MatcherFactory1.AndIncludeWord"><span>AndIncludeWord</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="org.scalatest.matchers.MatcherFactory1.AndIncludeWord#&lt;init&gt;" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;():MatcherFactory1.this.AndIncludeWord"></a> <a id="&lt;init&gt;:AndIncludeWord"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">AndIncludeWord</span><span class="params">()</span> </span> </h4> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.matchers.MatcherFactory1.AndIncludeWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regex:scala.util.matching.Regex):org.scalatest.matchers.MatcherFactory1[SCwithString,TC1]"></a> <a id="regex(Regex):MatcherFactory1[SCwithString,TC1]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">regex</span><span class="params">(<span name="regex">regex: <span class="extype" name="scala.util.matching.Regex">Regex</span></span>)</span><span class="result">: <a href="MatcherFactory1.html" class="extype" name="org.scalatest.matchers.MatcherFactory1">MatcherFactory1</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory1.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory1.TC1">TC1</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory1</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory1</code>:</p><p><pre class="stHighlighted"> aMatcherFactory and include regex (decimalRegex) ^ </pre> </p></div></div> </li><li name="org.scalatest.matchers.MatcherFactory1.AndIncludeWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regexWithGroups:org.scalatest.words.RegexWithGroups):org.scalatest.matchers.MatcherFactory1[SCwithString,TC1]"></a> <a id="regex(RegexWithGroups):MatcherFactory1[SCwithString,TC1]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">regex</span><span class="params">(<span name="regexWithGroups">regexWithGroups: <a href="../words/RegexWithGroups.html" class="extype" name="org.scalatest.words.RegexWithGroups">RegexWithGroups</a></span>)</span><span class="result">: <a href="MatcherFactory1.html" class="extype" name="org.scalatest.matchers.MatcherFactory1">MatcherFactory1</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory1.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory1.TC1">TC1</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory1</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory1</code>:</p><p><pre class="stHighlighted"> aMatcherFactory and include regex (<span class="stQuotedString">&quot;a(b*)c&quot;</span> withGroup <span class="stQuotedString">&quot;bb&quot;</span>) ^ </pre> </p></div></div> </li><li name="org.scalatest.matchers.MatcherFactory1.AndIncludeWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regexString:String):org.scalatest.matchers.MatcherFactory1[SCwithString,TC1]"></a> <a id="regex(String):MatcherFactory1[SCwithString,TC1]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">regex</span><span class="params">(<span name="regexString">regexString: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="MatcherFactory1.html" class="extype" name="org.scalatest.matchers.MatcherFactory1">MatcherFactory1</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory1.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory1.TC1">TC1</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory1</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory1</code>:</p><p><pre class="stHighlighted"> aMatcherFactory and include regex (decimal) ^ </pre> </p></div></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/2.1.7/org/scalatest/matchers/MatcherFactory1$AndIncludeWord.html
HTML
apache-2.0
28,106
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:44 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler (Communote 3.5 API)</title> <meta name="date" content="2019-02-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler (Communote 3.5 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../../../com/communote/plugins/api/rest/v24/resource/topic/property/PropertyResourceHandler.html" title="class in com.communote.plugins.api.rest.v24.resource.topic.property">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?com/communote/plugins/api/rest/v24/resource/topic/property/class-use/PropertyResourceHandler.html" target="_top">Frames</a></li> <li><a href="PropertyResourceHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler" class="title">Uses of Class<br>com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler</h2> </div> <div class="classUseContainer">No usage of com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../../../com/communote/plugins/api/rest/v24/resource/topic/property/PropertyResourceHandler.html" title="class in com.communote.plugins.api.rest.v24.resource.topic.property">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?com/communote/plugins/api/rest/v24/resource/topic/property/class-use/PropertyResourceHandler.html" target="_top">Frames</a></li> <li><a href="PropertyResourceHandler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://communote.github.io/">Communote team</a>. All rights reserved.</small></p> </body> </html>
Communote/communote.github.io
generated/javadoc/com/communote/plugins/api/rest/v24/resource/topic/property/class-use/PropertyResourceHandler.html
HTML
apache-2.0
5,353
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Wed Jan 04 22:31:29 EST 2017 --> <title>Uses of Class org.drip.spline.bspline.SegmentMonicBasisFunction</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.drip.spline.bspline.SegmentMonicBasisFunction"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/spline/bspline/SegmentMonicBasisFunction.html" title="class in org.drip.spline.bspline">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/drip/spline/bspline/class-use/SegmentMonicBasisFunction.html" target="_top">Frames</a></li> <li><a href="SegmentMonicBasisFunction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.drip.spline.bspline.SegmentMonicBasisFunction" class="title">Uses of Class<br>org.drip.spline.bspline.SegmentMonicBasisFunction</h2> </div> <div class="classUseContainer">No usage of org.drip.spline.bspline.SegmentMonicBasisFunction</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/spline/bspline/SegmentMonicBasisFunction.html" title="class in org.drip.spline.bspline">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/drip/spline/bspline/class-use/SegmentMonicBasisFunction.html" target="_top">Frames</a></li> <li><a href="SegmentMonicBasisFunction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
lakshmiDRIP/DRIP
Javadoc/org/drip/spline/bspline/class-use/SegmentMonicBasisFunction.html
HTML
apache-2.0
4,520
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Apr 06 08:02:44 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.keycloak.server (Public javadocs 2017.4.0 API)</title> <meta name="date" content="2017-04-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.wildfly.swarm.keycloak.server (Public javadocs 2017.4.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/keycloak/deployment/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/wildfly/swarm/logging/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/keycloak/server/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.wildfly.swarm.keycloak.server</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/keycloak/server/KeycloakServerProperties.html" title="interface in org.wildfly.swarm.keycloak.server">KeycloakServerProperties</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/wildfly/swarm/keycloak/server/KeycloakServerFraction.html" title="class in org.wildfly.swarm.keycloak.server">KeycloakServerFraction</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li 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">WildFly Swarm API, 2017.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/keycloak/deployment/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/wildfly/swarm/logging/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/keycloak/server/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.4.0/apidocs/org/wildfly/swarm/keycloak/server/package-summary.html
HTML
apache-2.0
6,069
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Fri Apr 06 09:47:11 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EnhancedServerConsumer (BOM: * : All 2018.4.2 API)</title> <meta name="date" content="2018-04-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="EnhancedServerConsumer (BOM: * : All 2018.4.2 API)"; } } catch(err) { } //--> var methods = {"i0":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/EnhancedServerConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.4.2</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/messaging/EnhancedServer.html" title="class in org.wildfly.swarm.messaging"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/messaging/MessagingFraction.html" title="class in org.wildfly.swarm.messaging"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/messaging/EnhancedServerConsumer.html" target="_top">Frames</a></li> <li><a href="EnhancedServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.messaging</div> <h2 title="Interface EnhancedServerConsumer" class="title">Interface EnhancedServerConsumer</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd><a href="../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../org/wildfly/swarm/messaging/EnhancedServer.html" title="class in org.wildfly.swarm.messaging">EnhancedServer</a>&gt;</dd> </dl> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">EnhancedServerConsumer</span> extends <a href="../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../org/wildfly/swarm/messaging/EnhancedServer.html" title="class in org.wildfly.swarm.messaging">EnhancedServer</a>&gt;</pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>default <a href="../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html" title="interface in org.wildfly.swarm.messaging">EnhancedServerConsumer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html#then-org.wildfly.swarm.messaging.EnhancedServerConsumer-">then</a></span>(<a href="../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html" title="interface in org.wildfly.swarm.messaging">EnhancedServerConsumer</a>&nbsp;after)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.wildfly.swarm.config.messaging.activemq.ServerConsumer"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.wildfly.swarm.config.messaging.activemq.<a href="../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a></h3> <code><a href="../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html#accept-T-">accept</a>, <a href="../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.ServerConsumer-">andThen</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="then-org.wildfly.swarm.messaging.EnhancedServerConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>then</h4> <pre>default&nbsp;<a href="../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html" title="interface in org.wildfly.swarm.messaging">EnhancedServerConsumer</a>&nbsp;then(<a href="../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html" title="interface in org.wildfly.swarm.messaging">EnhancedServerConsumer</a>&nbsp;after)</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> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/EnhancedServerConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.4.2</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/messaging/EnhancedServer.html" title="class in org.wildfly.swarm.messaging"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/messaging/MessagingFraction.html" title="class in org.wildfly.swarm.messaging"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/messaging/EnhancedServerConsumer.html" target="_top">Frames</a></li> <li><a href="EnhancedServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.4.2/apidocs/org/wildfly/swarm/messaging/EnhancedServerConsumer.html
HTML
apache-2.0
10,555
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>Filter - ScalaTest 2.2.4 - org.scalatest.Filter</title> <meta name="description" content="Filter - ScalaTest 2.2.4 - org.scalatest.Filter" /> <meta name="keywords" content="Filter ScalaTest 2.2.4 org.scalatest.Filter" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../index.html'; var hash = 'org.scalatest.Filter$'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="value"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <a href="Filter.html" title="Go to companion"><img src="../../lib/object_to_class_big.png" /></a> <p id="owner"><a href="../package.html" class="extype" name="org">org</a>.<a href="package.html" class="extype" name="org.scalatest">scalatest</a></p> <h1><a href="Filter.html" title="Go to companion">Filter</a></h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">Filter</span><span class="result"> extends <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.4-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/Filter.scala" target="_blank">Filter.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.Filter"><span>Filter</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.scalatest.Filter#apply" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="apply(tagsToInclude:Option[Set[String]],tagsToExclude:Set[String],excludeNestedSuites:Boolean,dynaTags:org.scalatest.DynaTags):org.scalatest.Filter"></a> <a id="apply(Option[Set[String]],Set[String],Boolean,DynaTags):Filter"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">apply</span><span class="params">(<span name="tagsToInclude">tagsToInclude: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>]] = <span class="symbol">None</span></span>, <span name="tagsToExclude">tagsToExclude: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>] = <span class="symbol">Set(IgnoreTag)</span></span>, <span name="excludeNestedSuites">excludeNestedSuites: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>, <span name="dynaTags">dynaTags: <a href="DynaTags.html" class="extype" name="org.scalatest.DynaTags">DynaTags</a> = <span class="symbol">DynaTags(Map.empty, Map.empty)</span></span>)</span><span class="result">: <a href="Filter.html" class="extype" name="org.scalatest.Filter">Filter</a></span> </span> </h4> <p class="shortcomment cmt">Factory method for a <code>Filter</code> initialized with the passed <code>tagsToInclude</code> and <code>tagsToExclude</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Factory method for a <code>Filter</code> initialized with the passed <code>tagsToInclude</code> and <code>tagsToExclude</code>. </p></div><dl class="paramcmts block"><dt class="param">tagsToInclude</dt><dd class="cmt"><p>an optional <code>Set</code> of <code>String</code> tag names to include (<em>i.e.</em>, not filter out) when filtering tests</p></dd><dt class="param">tagsToExclude</dt><dd class="cmt"><p>a <code>Set</code> of <code>String</code> tag names to exclude (<em>i.e.</em>, filter out) when filtering tests</p></dd><dt class="param">excludeNestedSuites</dt><dd class="cmt"><p>a <code>Boolean</code> to indicate whether to run nested suites</p></dd><dt class="param">dynaTags</dt><dd class="cmt"><p>dynamic tags for the filter </p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">IllegalArgumentException<p>if <code>tagsToInclude</code> is defined, but contains an empty set </p></span><span class="cmt">NullPointerException<p>if either <code>tagsToInclude</code> or <code>tagsToExclude</code> are null</p></span></dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="org.scalatest.Filter#default" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="default:org.scalatest.Filter"></a> <a id="default:Filter"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">default</span><span class="result">: <a href="Filter.html" class="extype" name="org.scalatest.Filter">Filter</a></span> </span> </h4> <p class="shortcomment cmt">Factory method for a default <code>Filter</code>, for which <code>tagsToInclude is <code>None</code>, <code>tagsToExclude</code> is <code>Set("org.scalatest.Ignore")</code>, and <code>excludeNestedSuites</code> is false. </p><div class="fullcomment"><div class="comment cmt"><p>Factory method for a default <code>Filter</code>, for which <code>tagsToInclude is <code>None</code>, <code>tagsToExclude</code> is <code>Set("org.scalatest.Ignore")</code>, and <code>excludeNestedSuites</code> is false. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a default <code>Filter</code> </p></dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.Serializable"> <h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3> </div><div class="parent" name="java.io.Serializable"> <h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/2.2.4/org/scalatest/Filter$.html
HTML
apache-2.0
26,972
<table class="table table-striped" style="max-width: 800px;"> <thead> <tr> <th>#</th> <th>Name</th> <th>IBAN</th> <th>Bank</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Rabo personal</td> <td>NL15 RABO 01398 1237</td> <td>Rabobank</td> <td><button type="button" class="btn btn-danger"> Disconnect </button></td> </tr> <tr> <th scope="row">2</th> <td>Danska</td> <td>FI14 DANS 02130 1233</td> <td>Danska Bank</td> <td> <button type="button" class="btn btn-danger"> Disconnect </button> </td> </tr> </tbody> </table> <form> <p> <button type="button" class="btn btn-default"> <span class="glyphicon glyphicon-plus-sign"></span> Connect another bank account </button> </p> </form> <div class="panel panel-default" style="max-width: 800px;"> <div class="panel-body"> <form> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email" value="[email protected]" > </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div> </div>
hanguyenhuu/doekoe
app/settings/settings.html
HTML
apache-2.0
1,419
<!DOCTYPE html> <html lang="zh-cn" class="js csstransforms3d"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.56.0" /> <meta name="description" content="Documentation for Selenium"> <link rel="icon" href="https://seleniumhq.github.io/docs/site/zh-cn/images/favicon.png" type="image/png"> <title>驱动特性 :: Selenium 文档</title> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/nucleus.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/fontawesome-all.min.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/hybrid.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/featherlight.min.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/perfect-scrollbar.min.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/auto-complete.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/atom-one-dark-reasonable.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/theme.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/hugo-theme.css?1571349423" rel="stylesheet"> <link href="https://seleniumhq.github.io/docs/site/zh-cn/css/theme-selenium.css?1571349423" rel="stylesheet"> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/jquery-3.3.1.min.js?1571349423"></script> <style> :root #header + #content > #left > #rlblock_left{ display:none !important; } </style> </head> <body class="" data-url="/driver_idiosyncrasies/"> <nav id="sidebar" class="showVisitedLinks"> <div id="header-wrapper"> <div id="header"> <a id="logo" href="https://seleniumhq.github.io/docs/site/zh-cn"> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 139.38 34" width="100%" height="100%" xml:space="preserve"> <defs> <style>.cls-1{fill:#fff;}</style> </defs> <title>Selenium</title> <path class="cls-1" d="M46.2,26.37a18.85,18.85,0,0,1-2.57-.2,25,25,0,0,1-2.74-.53l0-1.39a25.31,25.31,0,0,0,2.71.53,18,18,0,0,0,2.5.2,5.51,5.51,0,0,0,3.29-.84,2.79,2.79,0,0,0,1.14-2.39,2.85,2.85,0,0,0-1.24-2.49A6,6,0,0,0,48,18.55q-.78-.29-1.67-.55A15.93,15.93,0,0,1,44,17.13a5.92,5.92,0,0,1-1.58-1.05,3.6,3.6,0,0,1-.9-1.34A5,5,0,0,1,41.23,13a4.46,4.46,0,0,1,.41-1.93,4.31,4.31,0,0,1,1.17-1.5,5.26,5.26,0,0,1,1.82-1A8,8,0,0,1,47,8.28a20.51,20.51,0,0,1,4.41.57l0,1.42a20,20,0,0,0-2.23-.44,15.2,15.2,0,0,0-2-.15,4.86,4.86,0,0,0-3.08.9A2.9,2.9,0,0,0,42.88,13a3.25,3.25,0,0,0,.21,1.21,2.61,2.61,0,0,0,.7,1,4.83,4.83,0,0,0,1.27.79,14.31,14.31,0,0,0,2,.68q1.11.33,2.06.71a6.21,6.21,0,0,1,1.65.94,4.09,4.09,0,0,1,1.1,1.38,4.54,4.54,0,0,1,.4,2,4.15,4.15,0,0,1-1.56,3.48A7.16,7.16,0,0,1,46.2,26.37Z"/> <path class="cls-1" d="M60.62,26.32a5.46,5.46,0,0,1-4.28-1.62A6.9,6.9,0,0,1,54.88,20a7.8,7.8,0,0,1,1.43-5,5,5,0,0,1,4.14-1.75,4.24,4.24,0,0,1,3.47,1.43A6.48,6.48,0,0,1,65.1,18.8q0,.54,0,.92a3.22,3.22,0,0,1-.09.64H56.44a5.39,5.39,0,0,0,1.17,3.5A4.18,4.18,0,0,0,60.8,25a10.52,10.52,0,0,0,1.82-.17,11.77,11.77,0,0,0,1.93-.52l.12,1.27a10.68,10.68,0,0,1-2,.55A11.47,11.47,0,0,1,60.62,26.32ZM60.4,14.43q-3.68,0-3.94,4.74h7.15a6.49,6.49,0,0,0-.78-3.63A2.76,2.76,0,0,0,60.4,14.43Z"/> <path class="cls-1" d="M68.64,7h1.58V26.11H68.64Z"/> <path class="cls-1" d="M79.56,26.32a5.46,5.46,0,0,1-4.28-1.62A6.9,6.9,0,0,1,73.83,20a7.8,7.8,0,0,1,1.43-5,5,5,0,0,1,4.14-1.75,4.24,4.24,0,0,1,3.47,1.43A6.48,6.48,0,0,1,84,18.8q0,.54,0,.92a3.22,3.22,0,0,1-.09.64H75.38a5.4,5.4,0,0,0,1.17,3.5A4.18,4.18,0,0,0,79.75,25a10.52,10.52,0,0,0,1.82-.17,11.8,11.8,0,0,0,1.93-.52l.12,1.27a10.68,10.68,0,0,1-2,.55A11.47,11.47,0,0,1,79.56,26.32Zm-.21-11.89q-3.68,0-3.94,4.74h7.15a6.49,6.49,0,0,0-.78-3.63A2.76,2.76,0,0,0,79.35,14.43Z"/> <path class="cls-1" d="M87.51,13.37h1.32l.12,1.49h.12q.94-.45,1.72-.78t1.43-.54a8.42,8.42,0,0,1,1.2-.31,6.54,6.54,0,0,1,1.1-.09A3.3,3.3,0,0,1,97,14a3.63,3.63,0,0,1,.83,2.63v9.51H96.24v-9a3,3,0,0,0-.55-2,2.18,2.18,0,0,0-1.69-.6,7.25,7.25,0,0,0-2.24.41,20.1,20.1,0,0,0-2.67,1.12v10H87.51Z"/> <path class="cls-1" d="M102.75,10.52a.93.93,0,0,1-1.06-1,1.06,1.06,0,0,1,2.12,0A.93.93,0,0,1,102.75,10.52Zm-.8,2.85h1.58V26.11h-1.58Z"/> <path class="cls-1" d="M110.81,26.34q-3.14,0-3.14-3.47V13.37h1.58v9a3.16,3.16,0,0,0,.48,2,1.92,1.92,0,0,0,1.59.6,6.83,6.83,0,0,0,2.48-.48q1.25-.48,2.59-1.14V13.37H118V26.11h-1.32l-.12-1.58h-.09l-1.73.81q-.74.34-1.38.57a7.9,7.9,0,0,1-1.23.33A7.34,7.34,0,0,1,110.81,26.34Z"/> <path class="cls-1" d="M122.18,13.37h1.3l.14,1.49h.09a19.53,19.53,0,0,1,2.58-1.31,5.51,5.51,0,0,1,2-.41,2.83,2.83,0,0,1,3,1.77h.12q.8-.5,1.45-.83a12.61,12.61,0,0,1,1.2-.54,6.17,6.17,0,0,1,1-.31,5.18,5.18,0,0,1,1-.09,3.3,3.3,0,0,1,2.45.84,3.63,3.63,0,0,1,.83,2.63v9.51h-1.56v-9a2.9,2.9,0,0,0-.55-2,2.21,2.21,0,0,0-1.69-.59,5.14,5.14,0,0,0-1.78.38A14.45,14.45,0,0,0,131.6,16v10.1H130v-9a2.9,2.9,0,0,0-.55-2,2.21,2.21,0,0,0-1.69-.59,5.24,5.24,0,0,0-1.86.4A14,14,0,0,0,123.76,16V26.11h-1.58Z"/> <path class="cls-1" d="M21.45,21.51a2.49,2.49,0,0,0-2.55,2.21.08.08,0,0,0,.08.1h4.95a.08.08,0,0,0,.08-.09A2.41,2.41,0,0,0,21.45,21.51Z"/> <path class="cls-1" d="M32.06,4.91,21.56,16.7a.32.32,0,0,1-.47,0l-5.36-5.53a.32.32,0,0,1,0-.4l1.77-2.27a.32.32,0,0,1,.52,0l3,3.32a.32.32,0,0,0,.49,0L29.87.36A.23.23,0,0,0,29.69,0H.25A.25.25,0,0,0,0,.25v33.5A.25.25,0,0,0,.25,34h32a.25.25,0,0,0,.25-.25V5.06A.23.23,0,0,0,32.06,4.91Zm-23,25.36a8.08,8.08,0,0,1-5.74-2,.31.31,0,0,1,0-.41l1.25-1.75A.31.31,0,0,1,5,26a6.15,6.15,0,0,0,4.2,1.64c1.64,0,2.44-.76,2.44-1.56,0-2.48-8.08-.78-8.08-6.06,0-2.33,2-4.27,5.32-4.27a7.88,7.88,0,0,1,5.25,1.76.31.31,0,0,1,0,.43L12.9,19.65a.31.31,0,0,1-.45.05,6.08,6.08,0,0,0-3.84-1.32c-1.28,0-2,.57-2,1.41,0,2.23,8.06.74,8.06,6C14.67,28.33,12.84,30.27,9.05,30.27ZM26.68,25.4a.27.27,0,0,1-.28.28H19a.09.09,0,0,0-.08.1,2.81,2.81,0,0,0,3,2.32,4.62,4.62,0,0,0,2.56-.84.27.27,0,0,1,.4.06l.9,1.31a.28.28,0,0,1-.06.37,6.67,6.67,0,0,1-4.1,1.28,5.28,5.28,0,0,1-5.57-5.48,5.31,5.31,0,0,1,5.4-5.46c3.11,0,5.22,2.33,5.22,5.74Z"/> </svg> </a> </div> <div class="searchbox"> <label for="search-by"><i class="fas fa-search"></i></label> <input data-search-input id="search-by" type="search" placeholder="搜索..."> <span data-search-clear=""><i class="fas fa-times"></i></span> </div> <script type="text/javascript" src="https://seleniumhq.github.io/docs/site/zh-cn/js/lunr.min.js?1571349423"></script> <script type="text/javascript" src="https://seleniumhq.github.io/docs/site/zh-cn/js/auto-complete.js?1571349423"></script> <script type="text/javascript"> var baseurl = "https:\/\/seleniumhq.github.io\/docs\/site\/zh-cn\/zh-cn"; </script> <script type="text/javascript" src="https://seleniumhq.github.io/docs/site/zh-cn/js/search.js?1571349423"></script> </div> <div class="highlightable"> <ul class="topics"> <li data-nav-id="/getting_started/" title="入门指南" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started/"> 入门指南 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/getting_started/quick/" title="快速浏览" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started/quick/"> 快速浏览 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/getting_started/html-runner/" title="HTML runner" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started/html-runner/"> HTML runner <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/introduction/" title="介绍" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/introduction/"> 介绍 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/introduction/the_selenium_project_and_tools/" title="Selenium 项目和工具" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/introduction/the_selenium_project_and_tools/"> Selenium 项目和工具 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/introduction/on_test_automation/" title="关于测试自动化" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/introduction/on_test_automation/"> 关于测试自动化 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/introduction/types_of_testing/" title="Types of testing" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/introduction/types_of_testing/"> Types of testing <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/introduction/about_this_documentation/" title="关于这个文档" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/introduction/about_this_documentation/"> 关于这个文档 <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/selenium_installation/" title="Selenium 安装" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/selenium_installation/"> Selenium 安装 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/selenium_installation/installing_selenium_libraries/" title="安装 Selenium 库" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/selenium_installation/installing_selenium_libraries/"> 安装 Selenium 库 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/selenium_installation/installing_webdriver_binaries/" title="安装 WebDriver 二进制文件" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/selenium_installation/installing_webdriver_binaries/"> 安装 WebDriver 二进制文件 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/selenium_installation/installing_standalone_server/" title="安装独立服务器" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/selenium_installation/installing_standalone_server/"> 安装独立服务器 <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/getting_started_with_webdriver/" title="WebDriver 入门" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started_with_webdriver/"> WebDriver 入门 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/getting_started_with_webdriver/browsers/" title="浏览器" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started_with_webdriver/browsers/"> 浏览器 <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/getting_started_with_webdriver/third_party_drivers_and_plugins/" title="Third party drivers and plugins" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started_with_webdriver/third_party_drivers_and_plugins/"> Third party drivers and plugins <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/getting_started_with_webdriver/locating_elements/" title="Locating elements" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started_with_webdriver/locating_elements/"> Locating elements <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/getting_started_with_webdriver/performing_actions_on_the_aut/" title="Performing actions on the AUT*" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/getting_started_with_webdriver/performing_actions_on_the_aut/"> Performing actions on the AUT* <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/webdriver/" title="WebDriver" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/"> WebDriver <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/webdriver/understanding_the_components/" title="Understanding the components" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/understanding_the_components/"> Understanding the components <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/driver_requirements/" title="Driver requirements" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/driver_requirements/"> Driver requirements <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/browser_manipulation/" title="Browser manipulation" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/browser_manipulation/"> Browser manipulation <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/waits/" title="Waits" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/waits/"> Waits <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/support_classes/" title="Support classes" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/support_classes/"> Support classes <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/js_alerts_prompts_and_confirmations/" title="JavaScript alerts, prompts and confirmations" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/js_alerts_prompts_and_confirmations/"> JavaScript alerts, prompts and confirmations <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/http_proxies/" title="Http proxies" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/http_proxies/"> Http proxies <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/page_loading_strategy/" title="Page loading strategy" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/page_loading_strategy/"> Page loading strategy <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/web_element/" title="Web element" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/web_element/"> Web element <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/keyboard/" title="Keyboard" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/keyboard/"> Keyboard <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/webdriver/mouse/" title="Mouse" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/webdriver/mouse/"> Mouse <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/remote_webdriver/" title="Remote WebDriver" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/remote_webdriver/"> Remote WebDriver <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/remote_webdriver/remote_webdriver_server/" title="Remote WebDriver server" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/remote_webdriver/remote_webdriver_server/"> Remote WebDriver server <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/remote_webdriver/remote_webdriver_client/" title="Remote WebDriver client" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/remote_webdriver/remote_webdriver_client/"> Remote WebDriver client <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/guidelines_and_recommendations/" title="Guidelines and recommendations" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/"> Guidelines <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/guidelines_and_recommendations/page_object_models/" title="Page object models" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/page_object_models/"> Page object models <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/domain_specific_language/" title="Domain specific language" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/domain_specific_language/"> Domain specific language <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/generating_application_state/" title="Generating application state" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/generating_application_state/"> Generating application state <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/mock_external_services/" title="Mock external services" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/mock_external_services/"> Mock external services <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/improved_reporting/" title="Improved reporting" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/improved_reporting/"> Improved reporting <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/avoid_sharing_state/" title="Avoid sharing state" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/avoid_sharing_state/"> Avoid sharing state <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/test_independency/" title="Test independency" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/test_independency/"> Test independency <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/consider_using_a_fluent_api/" title="Consider using a fluent API" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/consider_using_a_fluent_api/"> Consider using a fluent API <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/guidelines_and_recommendations/fresh_browser_per_test/" title="Fresh browser per test" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/guidelines_and_recommendations/fresh_browser_per_test/"> Fresh browser per test <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/worst_practices/" title="Worst practices" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/"> Worst practices <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/worst_practices/captchas/" title="Captchas" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/captchas/"> Captchas <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/file_downloads/" title="File downloads" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/file_downloads/"> File downloads <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/http_response_codes/" title="HTTP response codes" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/http_response_codes/"> HTTP response codes <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/gmail_email_and_facebook_logins/" title="Gmail, email and Facebook logins" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/gmail_email_and_facebook_logins/"> Gmail, email and Facebook <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/test_dependency/" title="Test dependency" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/test_dependency/"> Test dependency <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/performance_testing/" title="Performance testing" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/performance_testing/"> Performance testing <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/worst_practices/link_spidering/" title="Link spidering" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/worst_practices/link_spidering/"> Link spidering <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/grid/" title="Grid" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/grid/"> Grid <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/grid/purposes_and_main_functionalities/" title="Purposes and main functionalities" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/grid/purposes_and_main_functionalities/"> Purposes and functionalities <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/grid/components_of_a_grid/" title="Components of a Grid" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/grid/components_of_a_grid/"> Components of a Grid <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/grid/setting_up_your_own_grid/" title="Setting up your own Grid" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/grid/setting_up_your_own_grid/"> Setting up your own Grid <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/driver_idiosyncrasies/" title="驱动特性" class="dd-item parent active "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/"> 驱动特性 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/driver_idiosyncrasies/shared_capabilities/" title="Shared capabilities" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/shared_capabilities/"> Shared capabilities <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/driver_idiosyncrasies/driver_specific_capabilities/" title="Driver specific capabilities" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/driver_specific_capabilities/"> Driver specific capabilities <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/support_packages/" title="Support packages" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/"> Support packages <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/support_packages/browser_navigation/" title="Browser navigation" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/browser_navigation/"> Browser navigation <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/support_packages/working_with_colours/" title="Working with colours" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/working_with_colours/"> Working with colours <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/support_packages/working_with_select_elements/" title="Working with select elements" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/working_with_select_elements/"> Working with select elements <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/support_packages/mouse_and_keyboard_actions_in_detail/" title="Mouse and keyboard actions in detail" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/mouse_and_keyboard_actions_in_detail/"> Mouse and keyboard actions in detail <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/support_packages/working_with_web_elements/" title="Working with web elements" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/support_packages/working_with_web_elements/"> Working with web elements <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> <li data-nav-id="/front_matter/" title="版权页" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/front_matter/"> 版权页 <i class="fas fa-check read-icon"></i> </a> <ul> <li data-nav-id="/front_matter/copyright_and_attributions/" title="Copyright and attributions" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/front_matter/copyright_and_attributions/"> Copyright and attributions <i class="fas fa-check read-icon"></i> </a> </li> <li data-nav-id="/front_matter/typographical_conventions/" title="Typographical conventions" class="dd-item "> <a href="https://seleniumhq.github.io/docs/site/zh-cn/front_matter/typographical_conventions/"> Typographical conventions <i class="fas fa-check read-icon"></i> </a> </li> </ul> </li> </ul> <section id="shortcuts"> <h3>更多</h3> <ul> <li> <a class="padding" href="https://github.com/SeleniumHQ/docs"><i class='fab fa-fw fa-github'></i> GitHub repo</a> </li> <li> <a class="padding" href="https://github.com/seleniumhq/docs/issues"><i class='fas fa-fw fa-exclamation-triangle'></i> Report a bug</a> </li> <li> <a class="padding" href="https://seleniumhq.github.io/docs/site/zh-cn/front_matter/copyright_and_attributions"><i class='fas fa-fw fa-bullhorn'></i> Credits</a> </li> <li> <a class="padding" href="https://seleniumhq.github.io/docs/site/zh-cn/contributing"><i class='fas fa-fw fa-bullhorn'></i> How to contribute</a> </li> </ul> </section> <section id="prefooter"> <hr/> <ul> <li> <a class="padding"> <i class="fas fa-language fa-fw"></i> <div class="select-style"> <select id="select-language" onchange="location = this.value;"> <option id="en" value="https://seleniumhq.github.io/docs/site/en/driver_idiosyncrasies/">English</option> <option id="es" value="https://seleniumhq.github.io/docs/site/es/driver_idiosyncrasies/">Español</option> <option id="nl" value="https://seleniumhq.github.io/docs/site/nl/driver_idiosyncrasies/">Nederlands</option> <option id="zh-cn" value="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/" selected>中文简体</option> <option id="fr" value="https://seleniumhq.github.io/docs/site/fr/driver_idiosyncrasies/">Français</option> <option id="ja" value="https://seleniumhq.github.io/docs/site/ja/driver_idiosyncrasies/">日本語</option> </select> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="255px" height="255px" viewBox="0 0 255 255" style="enable-background:new 0 0 255 255;" xml:space="preserve"> <g> <g id="arrow-drop-down"> <polygon points="0,63.75 127.5,191.25 255,63.75 " /> </g> </g> </svg> </div> </a> </li> <li><a class="padding" href="#" data-clear-history-toggle=""><i class="fas fa-history fa-fw"></i> 清理历史记录</a></li> </ul> </section> <section id="footer"> <p> &copy; 2013-2019 </p> <p> Software Freedom Conservancy (SFC) </p> </section> </div> </nav> <section id="body"> <div id="overlay"></div> <div class="padding highlightable"> <div> <div id="top-bar"> <div id="top-github-link"> <a class="github-link" title='Edit this page' href="https://github.com/SeleniumHQ/docs/edit/gh-pages/docs_source_files/content/driver_idiosyncrasies/_index.zh-cn.md" target="blank"> <i class="fas fa-code-branch"></i> <span id="top-github-link-text">Edit this page</span> </a> </div> <div id="breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <span id="sidebar-toggle-span"> <a href="#" id="sidebar-toggle" data-sidebar-toggle=""> <i class="fas fa-bars"></i> </a> </span> <span class="links"> <a href='https://seleniumhq.github.io/docs/site/zh-cn/'>Selenium 浏览器自动化项目</a> > 驱动特性 </span> </div> </div> </div> <div id="head-tags"> </div> <div id="chapter"> <div id="body-inner"> <h1 id="驱动特性">驱动特性</h1> <footer class=" footline" > </footer> <h5 class="meta-data"> <a href="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/"> “驱动特性” </a> was last updated on: 25 Aug 2019 18:58:49 &#43;0000: <a href="https://github.com/SeleniumHQ/docs/commit/0796e9a2e9ff438d6431521ef7d11bab85df016d">Publishing site on Sun Aug 25 18:58:49 UTC 2019, commit 95da9c5fb67f3ee0d8643391d33c432194496c59 and job 795.1, [skip ci] (0796e9a2)</a> </h5> </div> </div> </div> <div id="navigation"> <a class="nav nav-prev" href="https://seleniumhq.github.io/docs/site/zh-cn/grid/setting_up_your_own_grid/" title="Setting up your own Grid"> <i class="fa fa-chevron-left"></i></a> <a class="nav nav-next" href="https://seleniumhq.github.io/docs/site/zh-cn/driver_idiosyncrasies/shared_capabilities/" title="Shared capabilities" style="margin-right: 0px;"><i class="fa fa-chevron-right"></i></a> </div> </section> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> </div> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/clipboard.min.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/perfect-scrollbar.min.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/perfect-scrollbar.jquery.min.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/jquery.sticky.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/featherlight.min.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/highlight.pack.js?1571349423"></script> <script>hljs.initHighlightingOnLoad();</script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/modernizr.custom-3.6.0.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/learn.js?1571349423"></script> <script src="https://seleniumhq.github.io/docs/site/zh-cn/js/hugo-learn.js?1571349423"></script> <link href="https://seleniumhq.github.io/docs/site/zh-cn/mermaid/mermaid.css?1571349423" rel="stylesheet" /> <script src="https://seleniumhq.github.io/docs/site/zh-cn/mermaid/mermaid.js?1571349423"></script> <script> mermaid.initialize({ startOnLoad: true }); </script> </body> </html>
SeleniumHQ/docs
site/zh-cn/driver_idiosyncrasies/index.html
HTML
apache-2.0
60,660
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:26 CEST 2015 --> <title>RangeTombstoneListTest</title> <meta name="date" content="2015-05-16"> <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="RangeTombstoneListTest"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/db/RangeTombstoneList.Serializer.html" title="class in org.apache.cassandra.db"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/db/RangeTombstoneTest.html" title="class in org.apache.cassandra.db"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/db/RangeTombstoneListTest.html" target="_top">Frames</a></li> <li><a href="RangeTombstoneListTest.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"> <div class="subTitle">org.apache.cassandra.db</div> <h2 title="Class RangeTombstoneListTest" class="title">Class RangeTombstoneListTest</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.db.RangeTombstoneListTest</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">RangeTombstoneListTest</span> extends java.lang.Object</pre> </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/apache/cassandra/db/RangeTombstoneListTest.html#RangeTombstoneListTest()">RangeTombstoneListTest</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#addAllIncludedTest()">addAllIncludedTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#addAllRandomTest()">addAllRandomTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#addAllSequentialTest()">addAllSequentialTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#addAllTest()">addAllTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#largeAdditionTest()">largeAdditionTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#minMaxTest()">minMaxTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#nonSortedAdditionTest()">nonSortedAdditionTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#overlappingAdditionTest()">overlappingAdditionTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#overlappingPreviousEndEqualsStartTest()">overlappingPreviousEndEqualsStartTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#purgetTest()">purgetTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#searchTest()">searchTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#simpleOverlapTest()">simpleOverlapTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#sortedAdditionTest()">sortedAdditionTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/db/RangeTombstoneListTest.html#testDiff()">testDiff</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="RangeTombstoneListTest()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>RangeTombstoneListTest</h4> <pre>public&nbsp;RangeTombstoneListTest()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="testDiff()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testDiff</h4> <pre>public&nbsp;void&nbsp;testDiff()</pre> </li> </ul> <a name="sortedAdditionTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sortedAdditionTest</h4> <pre>public&nbsp;void&nbsp;sortedAdditionTest()</pre> </li> </ul> <a name="nonSortedAdditionTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nonSortedAdditionTest</h4> <pre>public&nbsp;void&nbsp;nonSortedAdditionTest()</pre> </li> </ul> <a name="overlappingAdditionTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>overlappingAdditionTest</h4> <pre>public&nbsp;void&nbsp;overlappingAdditionTest()</pre> </li> </ul> <a name="largeAdditionTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>largeAdditionTest</h4> <pre>public&nbsp;void&nbsp;largeAdditionTest()</pre> </li> </ul> <a name="simpleOverlapTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>simpleOverlapTest</h4> <pre>public&nbsp;void&nbsp;simpleOverlapTest()</pre> </li> </ul> <a name="overlappingPreviousEndEqualsStartTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>overlappingPreviousEndEqualsStartTest</h4> <pre>public&nbsp;void&nbsp;overlappingPreviousEndEqualsStartTest()</pre> </li> </ul> <a name="searchTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>searchTest</h4> <pre>public&nbsp;void&nbsp;searchTest()</pre> </li> </ul> <a name="addAllTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAllTest</h4> <pre>public&nbsp;void&nbsp;addAllTest()</pre> </li> </ul> <a name="addAllSequentialTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAllSequentialTest</h4> <pre>public&nbsp;void&nbsp;addAllSequentialTest()</pre> </li> </ul> <a name="addAllIncludedTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAllIncludedTest</h4> <pre>public&nbsp;void&nbsp;addAllIncludedTest()</pre> </li> </ul> <a name="purgetTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>purgetTest</h4> <pre>public&nbsp;void&nbsp;purgetTest()</pre> </li> </ul> <a name="minMaxTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minMaxTest</h4> <pre>public&nbsp;void&nbsp;minMaxTest()</pre> </li> </ul> <a name="addAllRandomTest()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>addAllRandomTest</h4> <pre>public&nbsp;void&nbsp;addAllRandomTest() throws java.lang.Throwable</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.Throwable</code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/db/RangeTombstoneList.Serializer.html" title="class in org.apache.cassandra.db"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/db/RangeTombstoneTest.html" title="class in org.apache.cassandra.db"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/db/RangeTombstoneListTest.html" target="_top">Frames</a></li> <li><a href="RangeTombstoneListTest.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>
sayanh/ViewMaintenanceCassandra
doc/org/apache/cassandra/db/RangeTombstoneListTest.html
HTML
apache-2.0
14,156
<!-- Intro Header --> <header class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">Crowdlift</h1> <p class="intro-text">Growth hacking for kickass, crowdfunding products. Kickstarter, IndieGoGo, and self-hosted.</p> <a href="#about" class="btn btn-circle page-scroll"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </div> </div> </header>
crowdlift/crowdlift.github.io
_includes/header.html
HTML
apache-2.0
703
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:04:08 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.transactions.TransactionsFraction (BOM: * : All 2018.2.0 API)</title> <meta name="date" content="2018-02-08"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.transactions.TransactionsFraction (BOM: * : All 2018.2.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/transactions/class-use/TransactionsFraction.html" target="_top">Frames</a></li> <li><a href="TransactionsFraction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.wildfly.swarm.transactions.TransactionsFraction" class="title">Uses of Class<br>org.wildfly.swarm.transactions.TransactionsFraction</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.transactions">org.wildfly.swarm.transactions</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.transactions"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a> in <a href="../../../../../org/wildfly/swarm/transactions/package-summary.html">org.wildfly.swarm.transactions</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/transactions/package-summary.html">org.wildfly.swarm.transactions</a> that return <a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">TransactionsFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html#applyDefaults--">applyDefaults</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">TransactionsFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html#createDefaultFraction--">createDefaultFraction</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">TransactionsFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html#port-int-">port</a></span>(int&nbsp;port)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></code></td> <td class="colLast"><span class="typeNameLabel">TransactionsFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html#statusPort-int-">statusPort</a></span>(int&nbsp;statusPort)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/transactions/class-use/TransactionsFraction.html" target="_top">Frames</a></li> <li><a href="TransactionsFraction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.2.0/apidocs/org/wildfly/swarm/transactions/class-use/TransactionsFraction.html
HTML
apache-2.0
8,598
<head> <title>Vault Search</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <link rel="stylesheet" href="vapir.min.css"> </head> <body> <div class="container"> <h1>VAULT Search</h1> <!-- note: jQuery 1.4.1 is what we have on Drupal & Millennium --> <form method="GET" name="vapir" id="search" class="form-inline" role="form"> <input class="form-control" type="text" name="q"> <button type="submit" class="btn btn-primary">Search</button> </form> <div id="vapir-results" style="display:none;"></div> <p>Try <a href="https://vault.cca.edu/logon.do">logging in</a> to see more results.</p> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script src="vapir.js"></script> <script> // param in URL? then search for it try { var query = decodeURIComponent(location.search.match(/searcharg=(.*)?&?/)[1].split('&')[0].replace('+', ' ')); $('#search input[type=text]').val(query); vapir(query, '#vapir-results'); } catch (e) {} $('#search').submit(function (event) { var query = $(this).find('input').val(); event.preventDefault(); vapir(query, '#vapir-results'); }); </script>
cca/equella_api
vapir.html
HTML
apache-2.0
1,244
<!DOCTYPE html> <html> <head> <title>OzzA - Apresentação do Layout</title> <meta charset="utf-8" /> <meta lang="pt-BR" /> <meta name="description" content="OzzA - Apresentação do Layout" /> <meta name="keywords" content="OzzA - Apresentação do Layout" /> <meta name="author" content="Mais Interativo" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <div class="editarperfil-loja-dadospessoais-hover"> <div class="clearfix"></div> </div> </body> </html>
RuanBoaventura/ozza
editarperfil-loja-dadospessoais-hover.html
HTML
apache-2.0
566
<div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse collapse"> <ul class="nav in" id="side-menu"> <!--<sidebar-search></sidebar-search>--> <li> <a href="" style="border:none; text-align:left;" class="btn btn-default" ng-click="showAbout=!showAbout"><i class="fa fa-question-circle"></i> Help</a> </li> <li> <a ui-sref="main.dashboard" ui-sref-active-if="main.dashboard"> Dashboard</a> </li> <li id="Explore" ng-class="{active: Explore}"> <a href="" ng-click="Explore=!Explore"> <!--<i class="fa fa-sitemap fa-fw"></i> --> Explore<span class="fa arrow"></span></a> <ul class="nav nav-second-level" uib-collapse="!Explore"> <li> <a ui-sref="main.explore" ui-sref-active-if="main.explore"> Explore risks </a> </li> <li> <a target="_blank" href="http://www.pubmed.gov"> Search PubMed </a> </li> <!--<li>--> <!-- <a ui-sref="main.mineLiterature" ui-sref-active-if="main.mineLiterature"> Mine literature </a>--> <!--</li>--> </ul> </li> <li id="carreElements" ng-class="{active: carreElements}"> <a href="" ng-click="carreElements=!carreElements"> <!--<i class="fa fa-sitemap fa-fw"></i> --> CARRE elements<span class="fa arrow"></span></a> <ul class="nav nav-second-level" uib-collapse="!carreElements"> <li> <a ui-sref="main.risk_factors.list" ui-sref-active-if="main.risk_factors"> Risk Factors </a> </li> <li> <a ui-sref="main.risk_evidences.list" ui-sref-active-if="main.risk_evidences"> Risk Evidences </a> </li> <li> <a ui-sref="main.risk_elements.list" ui-sref-active-if="main.risk_elements"> Risk Elements </a> </li> <li> <a ui-sref="main.observables.list" ui-sref-active-if="main.observables"> Observables </a> </li> <li> <a ui-sref="main.citations.list" ui-sref-active-if="main.citations"> Citations </a> </li> <li> <a ui-sref="main.measurement_types.list" ui-sref-active-if="main.measurement_types"> Measurement Types </a> </li> </ul> </li> <li> <a ui-sref="main.medical_experts.list" ui-sref-active-if="main.medical_experts"> Medical experts </a> </li> </ul> </div> <!-- /.sidebar-collapse --> <div pageslide ps-size="{{slideWidth}}px" ps-open="showAbout" ps-side="right"> <div class="row" style="padding:30px; padding-top:15px; padding-bottom:0; margin-bottom:0;"> <a href="" ng-click="showAbout=!showAbout" class="btn btn-primary pull-left"><i class="fa fa-times fa-lg"></i></a> </div> <div class="row" style="padding:50px; margin-top:0; padding-top:0; overflow: auto; height: 90%;"> <div autoscroll ng-include src="'app/about/about.html'"></div> </div> </div> </div>
carre-project/carre-entry-system
src/app/components/sidebar/sidebar.html
HTML
apache-2.0
3,575
<!doctype html> <html class="theme-next use-motion "> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/> <link href="//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=0.4.5.2" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="alternate" href="http://AfirSraftGarrier.github.io/atom.xml" title="酷我酷" type="application/atom+xml" /> <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.png?v=0.4.5.2" /> <meta name="description" content="分享即帮助"> <meta property="og:type" content="website"> <meta property="og:title" content="酷我酷"> <meta property="og:url" content="http://www.kuwoku.com/tags/CDN/index.html"> <meta property="og:site_name" content="酷我酷"> <meta property="og:description" content="分享即帮助"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="酷我酷"> <meta name="twitter:description" content="分享即帮助"> <script type="text/javascript" id="hexo.configuration"> var CONFIG = { scheme: '', sidebar: 'post', motion: true }; </script> <title> 标签: CDN | 酷我酷 </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <!--[if lte IE 8]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"> <img src="http://7u2nvr.com1.z0.glb.clouddn.com/picouterie.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today or use other browser ,like chrome firefox safari." style='margin-left:auto;margin-right:auto;display: block;'/> </a> </div> <![endif]--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-57622011-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?227bdbffbd87a1ca50e432dcc6b0960e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container one-column "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">酷我酷</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle" style="border-bottom:none;cursor:pointer" onclick='javascript:(function() { function c() { var e = document.createElement("link"); e.setAttribute("type", "text/css"); e.setAttribute("rel", "stylesheet"); e.setAttribute("href", f); e.setAttribute("class", l); document.body.appendChild(e) } function h() { var e = document.getElementsByClassName(l); for (var t = 0; t < e.length; t++) { document.body.removeChild(e[t]) } } function p() { var e = document.createElement("div"); e.setAttribute("class", a); document.body.appendChild(e); setTimeout(function() { document.body.removeChild(e) }, 100) } function d(e) { return { height : e.offsetHeight, width : e.offsetWidth } } function v(i) { var s = d(i); return s.height > e && s.height < n && s.width > t && s.width < r } function m(e) { var t = e; var n = 0; while (!!t) { n += t.offsetTop; t = t.offsetParent } return n } function g() { var e = document.documentElement; if (!!window.innerWidth) { return window.innerHeight } else if (e && !isNaN(e.clientHeight)) { return e.clientHeight } return 0 } function y() { if (window.pageYOffset) { return window.pageYOffset } return Math.max(document.documentElement.scrollTop, document.body.scrollTop) } function E(e) { var t = m(e); return t >= w && t <= b + w } function S() { var e = document.createElement("audio"); e.setAttribute("class", l); e.src = i; e.loop = false; e.addEventListener("canplay", function() { setTimeout(function() { x(k) }, 500); setTimeout(function() { N(); p(); for (var e = 0; e < O.length; e++) { T(O[e]) } }, 15500) }, true); e.addEventListener("ended", function() { N(); h() }, true); e.innerHTML = " <p>If you are reading this, it is because your browser does not support the audio element. We recommend that you get a new browser.</p> <p>"; document.body.appendChild(e); e.play() } function x(e) { e.className += " " + s + " " + o } function T(e) { e.className += " " + s + " " + u[Math.floor(Math.random() * u.length)] } function N() { var e = document.getElementsByClassName(s); var t = new RegExp("\\b" + s + "\\b"); for (var n = 0; n < e.length; ) { e[n].className = e[n].className.replace(t, "") } } var e = 30; var t = 30; var n = 350; var r = 350; var i = "//s3.amazonaws.com/moovweb-marketing/playground/harlem-shake.mp3"; var s = "mw-harlem_shake_me"; var o = "im_first"; var u = ["im_drunk", "im_baked", "im_trippin", "im_blown"]; var a = "mw-strobe_light"; var f = "//s3.amazonaws.com/moovweb-marketing/playground/harlem-shake-style.css"; var l = "mw_added_css"; var b = g(); var w = y(); var C = document.getElementsByTagName("*"); var k = null; for (var L = 0; L < C.length; L++) { var A = C[L]; if (v(A)) { if (E(A)) { k = A; break } } } if (A === null) { console.warn("Could not find a node of the right size. Please try a different page."); return } c(); S(); var O = []; for (var L = 0; L < C.length; L++) { var A = C[L]; if (v(A)) { O.push(A) } } })() '>给世界酷出我的酷</p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu menu-left"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-home fa-fw"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-th fa-fw"></i> <br /> 分类 </a> </li> <li class="menu-item menu-item-about"> <a href="/about" rel="section"> <i class="menu-item-icon fa fa-user fa-fw"></i> <br /> 关于 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-archive fa-fw"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-tags fa-fw"></i> <br /> 标签 </a> </li> <li class="menu-item menu-item-commonweal"> <a href="/404.html" rel="section"> <i class="menu-item-icon fa fa-heartbeat fa-fw"></i> <br /> 公益 </a> </li> <li class="menu-item menu-item-search"> <a href="#" class="st-search-show-outputs"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br /> 搜索 </a> </li> </ul> <div class="site-search"> <script type="text/javascript"> (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t); e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e); })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st'); _st('install', 'Uf3M4iHJGy3DkfZN1kNM','2.0.0'); </script> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div id="content" class="content"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2 > CDN <small>标签</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2015/12/28/坑爹CDN给在线测试带来的问题/" itemprop="url"> <span itemprop="name">坑爹CDN给在线测试带来的问题</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2015-12-28T22:57:12+08:00" content="2015-12-28" > 12-28 </time> </div> </header> </article> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" src="/images/default_avatar.jpg" alt="酷我酷" itemprop="image"/> <p class="site-author-name" itemprop="name">酷我酷</p> </div> <p class="site-description motion-element" itemprop="description">分享即帮助</p> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">43</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories"> <span class="site-state-item-count">29</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">43</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="http://AfirSraftGarrier.github.io/atom.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/AfirSraftGarrier" target="_blank"> <i class="fa fa-github"></i> GitHub </a> </span> <span class="links-of-author-item"> <a href="https://twitter.com/AfirSraftGarrie" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> </span> <span class="links-of-author-item"> <a href="http://weibo.com/u/1940794292" target="_blank"> <i class="fa fa-weibo"></i> Weibo </a> </span> <span class="links-of-author-item"> <a href="http://www.douban.com/people/db-acc/" target="_blank"> <i class="fa fa-globe"></i> DouBan </a> </span> <span class="links-of-author-item"> <a href="http://www.zhihu.com/people/afirsraftgarrier-29" target="_blank"> <i class="fa fa-globe"></i> ZhiHu </a> </span> </div> <div class="links-of-author motion-element"> <p class="site-author-name">友情链接</p> <span class="links-of-author-item"> <a href="http://www.lianquna.com" target="_blank">链去哪</a> </span> <span class="links-of-author-item"> <a href="http://www.kuwoku.com" target="_blank">酷我酷</a> </span> <span class="links-of-author-item"> <a href="http://www.keheji.com" target="_blank">壳合集</a> </span> </div> <div class="cc-license motion-element" itemprop="license" style="opacity: 1; display: block; transform: translateX(0px);"> <a href="http://creativecommons.org/licenses/by-nc-sa/4.0" class="cc-opacity" target="_blank" rel="external nofollow"> <img src="/images/cc-by-nc-sa.svg" alt="Creative Commons"> </a> </div> </section> </div> </aside> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2015 - <span itemprop="copyrightYear">2016</span> <span class="with-love"> <i class="icon-next-heart fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder"><a class="theme-link" href="http://www.kuwoku.com" style="color:red">酷我酷</a></span> </div> <div class="powered-by"> 由 <a class="theme-link" href="http://hexo.io" target="_blank" style="color:gray">HEXO</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next" target="_blank" style="color:gray"> NEXT </a> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span id="busuanzi_container_site_pv">&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;本站总访问量<span id="busuanzi_value_site_pv"></span>次</span> </div> <div class="theme-info"> <script> (function(){ var bp = document.createElement('script'); bp.src = '//push.zhanzhang.baidu.com/push.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1257066910'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1257066910%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));</script> </div> <p style="margin-bottom:-10px;">COPYRIGHT © 酷我酷 粤ICP备14100221号</p> </div> </footer> <div class="back-to-top"></div> <div class="top-to-back"></div> <div class="left-to-right" onClick="leftToRightClick()"></div> <div class="right-to-left" onClick="rightToLeftClick()"></div> <script type="text/javascript"> function leftToRightClick() { nextNaviClick(); } function rightToLeftClick() { preNaviClick(); } function preNaviClick() { if($('i').hasClass("fa-angle-right")) { $('.fa-angle-right').click(); } } function nextNaviClick() { if($('i').hasClass("fa-angle-left")) { $('.fa-angle-left').click(); } } </script> </div> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript"> postMotionOptions = {stagger: 100, drag: true}; </script> <script type="text/javascript"> var duoshuoQuery = {short_name:"AfirSraftGarrier"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.id = 'duoshuo-script'; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <script type="text/javascript"> var duoshuo_user_ID = 6224780871593887000 var duoshuo_admin_nickname="酷我酷" </script> <script src="/js/ua-parser.min.js"></script> <script src="/js/hook-duoshuo.js"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/js/fancy-box.js?v=0.4.5.2"></script> <script type="text/javascript" src="/js/helpers.js?v=0.4.5.2"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script> <script type="text/javascript" src="/js/motion.js?v=0.4.5.2" id="motion.global"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/js/bootstrap.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for (i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="http://cdn.staticfile.org/mathjax/2.4.0/MathJax.js"></script> <script type="text/javascript" src="http://cdn.staticfile.org/mathjax/2.4.0/config/TeX-AMS-MML_HTMLorMML.js"></script> <!-- custom analytics part create by xiamo --> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script> <script>AV.initialize("t2rSFICpuTnyyi6nOFHsnHaM", "s1slrYanIAFr41TM32fuwKAi");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); $(".leancloud_visitors").each(function() { var url = $(this).attr("id").trim(); query.equalTo("url", url); query.find({ success: function(results) { if (results.length == 0) { var content = $(document.getElementById(url)).text() + ': 0'; $(document.getElementById(url)).text(content); return; } for (var i = 0; i < results.length; i++) { var object = results[i]; var content = $(document.getElementById(url)).text() + ': ' + object.get('time'); $(document.getElementById(url)).text(content); } }, error: function(object, error) { console.log("Error: " + error.code + " " + error.message); } }); }); } function addCount(Counter) { var Counter = AV.Object.extend("Counter"); url = $(".leancloud_visitors").attr('id').trim(); title = $(".leancloud_visitors").attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var content = $(document.getElementById(url)).text() + ': ' + counter.get('time'); $(document.getElementById(url)).text(content); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { console.log("newcounter.get('time')="+newcounter.get('time')); var content = $(document.getElementById(url)).text() + ': ' + newcounter.get('time'); $(document.getElementById(url)).text(content); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script> </body> </html>
AfirSraftGarrier/AfirSraftGarrier.github.io
tags/CDN/index.html
HTML
apache-2.0
27,288
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of Degree in UD_Croatian-SET</title> <link rel="root" href=""/> <!-- for JS --> <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/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/hr_set/hr_set-feat-Degree.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_croatian-set-features-degree">Treebank Statistics: UD_Croatian-SET: Features: <code class="language-plaintext highlighter-rouge">Degree</code></h2> <p>This feature is universal. It occurs with 3 different values: <code class="language-plaintext highlighter-rouge">Cmp</code>, <code class="language-plaintext highlighter-rouge">Pos</code>, <code class="language-plaintext highlighter-rouge">Sup</code>.</p> <p>31236 tokens (16%) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. 11316 types (32%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. 4920 lemmas (27%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. The feature is used with 3 part-of-speech tags: <tt><a href="hr_set-pos-ADJ.html">ADJ</a></tt> (22931; 11% instances), <tt><a href="hr_set-pos-ADV.html">ADV</a></tt> (7943; 4% instances), <tt><a href="hr_set-pos-DET.html">DET</a></tt> (362; 0% instances).</p> <h3 id="adj"><code class="language-plaintext highlighter-rouge">ADJ</code></h3> <p>22931 <tt><a href="hr_set-pos-ADJ.html">ADJ</a></tt> tokens (95% of all <code class="language-plaintext highlighter-rouge">ADJ</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">ADJ</code> and <code class="language-plaintext highlighter-rouge">Degree</code> co-occurred: <tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt> (20684; 90%), <tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt> (15101; 66%).</p> <p><code class="language-plaintext highlighter-rouge">ADJ</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Cmp</code> (588; 3% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>veći, veće, manji, veća, veću, većeg, bolje, bolji, niže, većim</em></li> <li><code class="language-plaintext highlighter-rouge">Pos</code> (21823; 95% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>novi, prvi, drugi, sve, svi, vanjskih, glavni, novih, nove, prošle</em></li> <li><code class="language-plaintext highlighter-rouge">Sup</code> (520; 2% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>najveći, najbolji, najveća, najveće, najvećih, najbolje, najboljeg, najvažnije, najvećim, najvećem</em></li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (1206): <em>1., 2004., 2008., 2007., 2009., 2006., 2., 2005., 2010., 21.</em></li> </ul> <table> <tr><th>Paradigm <i>velik</i></th><th><tt>Pos</tt></th><th><tt>Cmp</tt></th><th><tt>Sup</tt></th></tr> <tr><td><tt><tt><a href="hr_set-feat-Animacy.html">Animacy</a></tt><tt>=Inan</tt>|<tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>veliki</em></td><td><em>veći</em></td><td><em>najveći</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Animacy.html">Animacy</a></tt><tt>=Inan</tt>|<tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Ind</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velik, veći</em></td><td></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velike</em></td><td><em>veće</em></td><td><em>najveće</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>veliku</em></td><td><em>veću</em></td><td><em>najveću</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velike</em></td><td><em>veće</em></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td></td><td><em>veće</em></td><td><em>najveće</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Acc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>veća</em></td><td></td><td><em>najveća</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikom</em></td><td></td><td><em>najvećem</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikoj</em></td><td><em>većoj</em></td><td><em>najvećim</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Dat</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td></td><td><em>najvećim</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikog, velika, velikoga</em></td><td><em>većeg</em></td><td><em>najvećeg, najveća</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikih</em></td><td><em>većih</em></td><td><em>najvećih</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velike</em></td><td><em>veće</em></td><td><em>najveće</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikih</em></td><td><em>većih</em></td><td><em>najvećih</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikog, najvećeg</em></td><td><em>većeg</em></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Gen</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikih</em></td><td></td><td><em>najvećih</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikim</em></td><td><em>većim</em></td><td><em>najvećim</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td></td><td><em>najvećim</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikom</em></td><td><em>većom</em></td><td><em>najvećom</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td><em>većim</em></td><td><em>najvećima</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Ins</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>najvećim</em></td><td></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikom</em></td><td><em>većem</em></td><td><em>najvećem</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikoj</em></td><td><em>većoj</em></td><td><em>najvećoj</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velikom</em></td><td></td><td></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Loc</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velikim</em></td><td></td><td><em>najvećim</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>veliki</em></td><td><em>veći</em></td><td><em>najveći</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>veliki</em></td><td></td><td><em>najveći</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velika</em></td><td><em>veća</em></td><td><em>najveća</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Fem</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velike</em></td><td></td><td><em>najveće</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>veliko</em></td><td><em>veće</em></td><td><em>najveće</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Def</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Neut</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Plur</tt></tt></td><td><em>velika</em></td><td><em>veća</em></td><td><em>najveća</em></td></tr> <tr><td><tt><tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=Nom</tt>|<tt><a href="hr_set-feat-Definite.html">Definite</a></tt><tt>=Ind</tt>|<tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=Masc</tt>|<tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=Sing</tt></tt></td><td><em>velik</em></td><td></td><td></td></tr> </table> <p><code class="language-plaintext highlighter-rouge">Degree</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">ADJ</code>. 96% lemmas (4025) occur only with one value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <h3 id="adv"><code class="language-plaintext highlighter-rouge">ADV</code></h3> <p>7943 <tt><a href="hr_set-pos-ADV.html">ADV</a></tt> tokens (94% of all <code class="language-plaintext highlighter-rouge">ADV</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">ADV</code> and <code class="language-plaintext highlighter-rouge">Degree</code> co-occurred: <tt><a href="hr_set-feat-PronType.html">PronType</a></tt><tt>=EMPTY</tt> (6480; 82%).</p> <p><code class="language-plaintext highlighter-rouge">ADV</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Cmp</code> (603; 8% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>više, dalje, manje, kasnije, bolje, ranije, brže, češće, lakše, dulje</em></li> <li><code class="language-plaintext highlighter-rouge">Pos</code> (7224; 91% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>samo, još, također, već, posto, međutim, oko, vrlo, danas, kada</em></li> <li><code class="language-plaintext highlighter-rouge">Sup</code> (116; 1% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>najviše, najmanje, najbolje, najčešće, najvjerojatnije, najradije, najgore, najteže, Najdalje, najbrže</em></li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (485): <em>uključujući, zahvaljujući, govoreći, ističući, dodajući, ukazujući, tražeći, opisujući, pozivajući, sl.</em></li> </ul> <table> <tr><th>Paradigm <i>mnogo</i></th><th><tt>Pos</tt></th><th><tt>Cmp</tt></th><th><tt>Sup</tt></th></tr> <tr><td><tt></tt></td><td><em>mnogo, više</em></td><td><em>više</em></td><td><em>najviše</em></td></tr> </table> <p><code class="language-plaintext highlighter-rouge">Degree</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">ADV</code>. 95% lemmas (749) occur only with one value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <h3 id="det"><code class="language-plaintext highlighter-rouge">DET</code></h3> <p>362 <tt><a href="hr_set-pos-DET.html">DET</a></tt> tokens (5% of all <code class="language-plaintext highlighter-rouge">DET</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">DET</code> and <code class="language-plaintext highlighter-rouge">Degree</code> co-occurred: <tt><a href="hr_set-feat-Case.html">Case</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-Gender.html">Gender</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-Number.html">Number</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-Number-psor.html">Number[psor]</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-Person.html">Person</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-Poss.html">Poss</a></tt><tt>=EMPTY</tt> (362; 100%), <tt><a href="hr_set-feat-PronType.html">PronType</a></tt><tt>=EMPTY</tt> (199; 55%).</p> <p><code class="language-plaintext highlighter-rouge">DET</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Cmp</code> (93; 26% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>više, manje</em></li> <li><code class="language-plaintext highlighter-rouge">Pos</code> (263; 73% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>nekoliko, mnogo, pola, puno, posto, malo, dosta, dovoljno, previše, koliko</em></li> <li><code class="language-plaintext highlighter-rouge">Sup</code> (6; 2% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): <em>najviše</em></li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (7332): <em>koji, to, koje, koja, svoje, ove, toga, sve, kojima, koju</em></li> </ul> <table> <tr><th>Paradigm <i>mnogo</i></th><th><tt>Pos</tt></th><th><tt>Cmp</tt></th><th><tt>Sup</tt></th></tr> <tr><td><tt></tt></td><td><em>mnogo</em></td><td><em>više</em></td><td><em>najviše</em></td></tr> </table> <h2 id="relations-with-agreement-in-degree">Relations with Agreement in <code class="language-plaintext highlighter-rouge">Degree</code></h2> <p>The 10 most frequent relations where parent and child node agree in <code class="language-plaintext highlighter-rouge">Degree</code>: <tt>ADJ –[<tt><a href="hr_set-dep-advmod.html">advmod</a></tt>]–&gt; ADV</tt> (1139; 83%), <tt>ADJ –[<tt><a href="hr_set-dep-conj.html">conj</a></tt>]–&gt; ADJ</tt> (803; 97%), <tt>ADV –[<tt><a href="hr_set-dep-advmod.html">advmod</a></tt>]–&gt; ADV</tt> (296; 75%), <tt>ADV –[<tt><a href="hr_set-dep-conj.html">conj</a></tt>]–&gt; ADV</tt> (83; 86%), <tt>ADJ –[<tt><a href="hr_set-dep-amod.html">amod</a></tt>]–&gt; ADJ</tt> (59; 72%), <tt>ADJ –[<tt><a href="hr_set-dep-discourse.html">discourse</a></tt>]–&gt; ADV</tt> (56; 80%), <tt>ADV –[<tt><a href="hr_set-dep-amod.html">amod</a></tt>]–&gt; ADJ</tt> (44; 94%), <tt>ADJ –[<tt><a href="hr_set-dep-advcl.html">advcl</a></tt>]–&gt; ADJ</tt> (39; 89%), <tt>ADJ –[<tt><a href="hr_set-dep-nsubj.html">nsubj</a></tt>]–&gt; ADJ</tt> (23; 100%), <tt>ADJ –[<tt><a href="hr_set-dep-parataxis.html">parataxis</a></tt>]–&gt; ADJ</tt> (23; 96%).</p> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
UniversalDependencies/universaldependencies.github.io
treebanks/hr_set/hr_set-feat-Degree.html
HTML
apache-2.0
27,672
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Wed Mar 18 13:57:07 CET 2015 --> <title>Uses of Class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl (CONF API Version 5.4)</title> <meta name="date" content="2015-03-18"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl (CONF API Version 5.4)"; } //--> </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="../../../../com/tailf/maapi/MaapiSchemas.ListRestrictionTypeMethodsImpl.html" title="class in com.tailf.maapi">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?com/tailf/maapi//class-useMaapiSchemas.ListRestrictionTypeMethodsImpl.html" target="_top">Frames</a></li> <li><a href="MaapiSchemas.ListRestrictionTypeMethodsImpl.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl" class="title">Uses of Class<br>com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl</h2> </div> <div class="classUseContainer">No usage of com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl</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="../../../../com/tailf/maapi/MaapiSchemas.ListRestrictionTypeMethodsImpl.html" title="class in com.tailf.maapi">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?com/tailf/maapi//class-useMaapiSchemas.ListRestrictionTypeMethodsImpl.html" target="_top">Frames</a></li> <li><a href="MaapiSchemas.ListRestrictionTypeMethodsImpl.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>
ralph-mikera/routeflow5
rftest/confd_src/confd-basic-5.4/doc/api/java/com/tailf/maapi/class-use/MaapiSchemas.ListRestrictionTypeMethodsImpl.html
HTML
apache-2.0
4,375
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>WPILIB: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.8 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li class="current"><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li class="current"><a href="globals.html"><span>All</span></a></li> <li><a href="globals_func.html"><span>Functions</span></a></li> <li><a href="globals_vars.html"><span>Variables</span></a></li> <li><a href="globals_type.html"><span>Typedefs</span></a></li> <li><a href="globals_enum.html"><span>Enumerations</span></a></li> <li><a href="globals_eval.html"><span>Enumerator</span></a></li> <li><a href="globals_defs.html"><span>Defines</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="globals.html#index__"><span>_</span></a></li> <li><a href="globals_0x61.html#index_a"><span>a</span></a></li> <li><a href="globals_0x62.html#index_b"><span>b</span></a></li> <li><a href="globals_0x63.html#index_c"><span>c</span></a></li> <li><a href="globals_0x64.html#index_d"><span>d</span></a></li> <li><a href="globals_0x65.html#index_e"><span>e</span></a></li> <li><a href="globals_0x66.html#index_f"><span>f</span></a></li> <li><a href="globals_0x67.html#index_g"><span>g</span></a></li> <li><a href="globals_0x68.html#index_h"><span>h</span></a></li> <li><a href="globals_0x69.html#index_i"><span>i</span></a></li> <li><a href="globals_0x6a.html#index_j"><span>j</span></a></li> <li><a href="globals_0x6b.html#index_k"><span>k</span></a></li> <li class="current"><a href="globals_0x6c.html#index_l"><span>l</span></a></li> <li><a href="globals_0x6d.html#index_m"><span>m</span></a></li> <li><a href="globals_0x6e.html#index_n"><span>n</span></a></li> <li><a href="globals_0x6f.html#index_o"><span>o</span></a></li> <li><a href="globals_0x70.html#index_p"><span>p</span></a></li> <li><a href="globals_0x71.html#index_q"><span>q</span></a></li> <li><a href="globals_0x72.html#index_r"><span>r</span></a></li> <li><a href="globals_0x73.html#index_s"><span>s</span></a></li> <li><a href="globals_0x74.html#index_t"><span>t</span></a></li> <li><a href="globals_0x75.html#index_u"><span>u</span></a></li> <li><a href="globals_0x76.html#index_v"><span>v</span></a></li> <li><a href="globals_0x77.html#index_w"><span>w</span></a></li> </ul> </div> </div> <div class="contents"> Here is a list of all file members with links to the files they belong to: <p> <h3><a class="anchor" name="index_l">- l -</a></h3><ul> <li>LCDOptions : <a class="el" href="nivision_8h.html#aa3ce0a2ba425c09e16683eb9a65b858">nivision.h</a> <li>LCDReport : <a class="el" href="nivision_8h.html#8bec28eeb0437e0fc40177923e57c92d">nivision.h</a> <li>LCDSegments : <a class="el" href="nivision_8h.html#52dc96535da0eb8768fb45d97e481ad1">nivision.h</a> <li>LearnCalibrationOptions : <a class="el" href="nivision_8h.html#fac80df95a4b166758af8e68c78a427a">nivision.h</a> <li>LearnColorPatternOptions : <a class="el" href="nivision_8h.html#6ca40662dca8edd71e633aba67db706d">nivision.h</a> <li>LearnGeometricPatternAdvancedOptions : <a class="el" href="nivision_8h.html#394286c01394588a3ac0ac1d49b7b82a">nivision.h</a> <li>LearningMode : <a class="el" href="nivision_8h.html#0645ec2a0d2f9d7ff7772e91ec92cb5a">nivision.h</a> <li>LearningMode_enum : <a class="el" href="nivision_8h.html#d516a13e50020a4fadba800dd7fb1efe">nivision.h</a> <li>LearnPatternAdvancedOptions : <a class="el" href="nivision_8h.html#4ecb2f6fb10aa389f78cccda126a7c4a">nivision.h</a> <li>LearnPatternAdvancedRotationOptions : <a class="el" href="nivision_8h.html#11d6cec781d3da21a5c2797139d61ff0">nivision.h</a> <li>LearnPatternAdvancedShiftOptions : <a class="el" href="nivision_8h.html#f1e1e438fdba54eaa804b3495361c864">nivision.h</a> <li>LedInput() : <a class="el" href="Utility_8cpp.html#ba092a586de5e741805be93e8b2338dc">Utility.cpp</a> <li>LedOutput() : <a class="el" href="Utility_8cpp.html#d3dca96687fcaabf6873aeb98ee01766">Utility.cpp</a> <li>LegFeature : <a class="el" href="nivision_8h.html#1ab9e288ad849c08a4172a372e48e44c">nivision.h</a> <li>LevelType : <a class="el" href="nivision_8h.html#e4b077296d11f290ca4997af72e6906b">nivision.h</a> <li>LevelType_enum : <a class="el" href="nivision_8h.html#31c3c8095f1ccdb7a0df899a4ee2c6d5">nivision.h</a> <li>Line : <a class="el" href="nivision_8h.html#38131fb0373f08bcee39a79665b990a1">nivision.h</a> <li>LinearAverages : <a class="el" href="nivision_8h.html#f41b7cd85e84c90cec588c9dd19457dd">nivision.h</a> <li>LinearAveragesMode : <a class="el" href="nivision_8h.html#29f01f91fa394a77ddca33c7b3fec682">nivision.h</a> <li>LinearAveragesMode_enum : <a class="el" href="nivision_8h.html#11081b729bd1b2111a26381525144b76">nivision.h</a> <li>LineDescriptor : <a class="el" href="nivision_8h.html#fbe78ced018bd1dcb9eb8ae1bb86c619">nivision.h</a> <li>LineEquation : <a class="el" href="nivision_8h.html#14ffe21d2c9c3e6fa21e8841fbf73165">nivision.h</a> <li>LineFeature : <a class="el" href="nivision_8h.html#a5f4503a8b633f2ff5049b64ec91cf32">nivision.h</a> <li>LineFloat : <a class="el" href="nivision_8h.html#386678d12111381a5f8220f39a4aeb61">nivision.h</a> <li>LineGaugeMethod : <a class="el" href="nivision_8h.html#ed2eeb32b069e1c23184fb464eb9fcfd">nivision.h</a> <li>LineGaugeMethod_enum : <a class="el" href="nivision_8h.html#67ea655dd9037ccbfa88b7282b3b2588">nivision.h</a> <li>LineMatch : <a class="el" href="nivision_8h.html#6d079e6cb43690dc1331cbbb73538048">nivision.h</a> <li>LineProfile : <a class="el" href="nivision_8h.html#5ea6683e1dd20d41f78fa80bb2a41651">nivision.h</a> <li>LocalThresholdMethod : <a class="el" href="nivision_8h.html#19de5df1d763d70207d53e2457e926ce">nivision.h</a> <li>LocalThresholdMethod_enum : <a class="el" href="nivision_8h.html#9bd1bfbdbb8f4977a139e3ed06d5be07">nivision.h</a> </ul> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 9 11:20:56 2011 for WPILIB by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> </body> </html>
rubik951/Neat-Team-1943
Documentation/WPILib-doxygen/html/globals_0x6c.html
HTML
apache-2.0
6,933
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang='en'> <head> <meta name="generator" content="AWStats 6.7 (build 1.892) from config file awstats.2818332.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="description" content="Awstats - Advanced Web Statistics for 0340a95.netsolhost.com (2013-09)"> <title>Statistics for 0340a95.netsolhost.com (2013-09)</title> <style type="text/css"> <!-- body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; } .aws_bodyl { } .aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; } .aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; } .aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; } .aws_data { background-color: #FFFFFF; border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } .aws_formfield { font: 13px verdana, arial, helvetica; } .aws_button { font-family: arial,verdana,helvetica, sans-serif; font-size: 12px; border: 1px solid #ccd7e0; background-image : url(/awstats/icon/other/button.gif); } th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; } td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;} td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; } b { font-weight: bold; } a { font: 11px verdana, arial, helvetica, sans-serif; } a:link { color: #0011BB; text-decoration: none; } a:visited { color: #0011BB; text-decoration: none; } a:hover { color: #605040; text-decoration: underline; } .currentday { font-weight: bold; } //--> </style> </head> <body style="margin-top: 0px"> <a name="top">&nbsp;</a> <a name="menu">&nbsp;</a> <form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=2818332.1309&amp;configdir=/data/22/2/81/47/2570699/meta/2818332/config&amp;output=urldetail" style="padding: 0px 0px 0px 0px; margin-top: 0"> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td> <table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%"> <tr><td class="aws" valign="middle"><b>Statistics for:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 14px;">0340a95.netsolhost.com</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstats/icon/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a></td></tr> <tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 12px;">01 Oct 2013 - 01:49</span></td></tr> <tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Sep 2013</span></td></tr> </table> </td></tr></table> </form> <table> <tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr> </table> <a name="urls">&nbsp;</a><br /> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td class="aws_title" width="70%">Pages-URL </td><td class="aws_blank">&nbsp;</td></tr> <tr><td colspan="2"> <table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%"> <tr bgcolor="#ECECEC"><th>Total: 12 different pages-url</th><th bgcolor="#4477DD" width="80">Viewed</th><th bgcolor="#2EA495" width="80">Average size</th><th bgcolor="#CEC2E8" width="80">Entry</th><th bgcolor="#C1B2E2" width="80">Exit</th><th>&nbsp;</th></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/bibliography.shtml" target="url">/cd-risc/bibliography.shtml</a></td><td>1293</td><td>55.78 KB</td><td>367</td><td>391</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="261" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="105" height="4" /><br /><img src="/awstats/icon/other/he.png" width="74" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="79" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/" target="url">/</a></td><td>1202</td><td>7.66 KB</td><td>904</td><td>527</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="242" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="15" height="4" /><br /><img src="/awstats/icon/other/he.png" width="182" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="106" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/userguide.shtml" target="url">/cd-risc/userguide.shtml</a></td><td>479</td><td>103.47 KB</td><td>77</td><td>122</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="97" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="194" height="4" /><br /><img src="/awstats/icon/other/he.png" width="16" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="25" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/requestform.shtml" target="url">/cd-risc/requestform.shtml</a></td><td>361</td><td>12.43 KB</td><td>73</td><td>112</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="73" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="24" height="4" /><br /><img src="/awstats/icon/other/he.png" width="15" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="23" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/faq.shtml" target="url">/cd-risc/faq.shtml</a></td><td>308</td><td>9.20 KB</td><td>55</td><td>127</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="62" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="18" height="4" /><br /><img src="/awstats/icon/other/he.png" width="12" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="26" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/index.shtml" target="url">/index.shtml</a></td><td>297</td><td>7.64 KB</td><td>27</td><td>112</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="60" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="15" height="4" /><br /><img src="/awstats/icon/other/he.png" width="6" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="23" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/translations.shtml" target="url">/cd-risc/translations.shtml</a></td><td>274</td><td>4.43 KB</td><td>33</td><td>59</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="56" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="9" height="4" /><br /><img src="/awstats/icon/other/he.png" width="7" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="12" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/request-form.pdf" target="url">/cd-risc/request-form.pdf</a></td><td>176</td><td>138.91 KB</td><td>28</td><td>81</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="36" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="261" height="4" /><br /><img src="/awstats/icon/other/he.png" width="6" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="17" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/requestform.php" target="url">/cd-risc/requestform.php</a></td><td>158</td><td>170 Bytes</td><td>12</td><td>32</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="32" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="2" height="4" /><br /><img src="/awstats/icon/other/he.png" width="3" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="7" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/termsofservice.shtml" target="url">/cd-risc/termsofservice.shtml</a></td><td>132</td><td>21.02 KB</td><td>45</td><td>45</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="27" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="40" height="4" /><br /><img src="/awstats/icon/other/he.png" width="10" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="10" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/cd-risc/privacypolicy.shtml" target="url">/cd-risc/privacypolicy.shtml</a></td><td>84</td><td>11.77 KB</td><td>7</td><td>18</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="17" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="23" height="4" /><br /><img src="/awstats/icon/other/he.png" width="2" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="4" height="4" /></td></tr> <tr><td class="aws"><a href="http://0340a95.netsolhost.com/BingSiteAuth.xml" target="url">/BingSiteAuth.xml</a></td><td>3</td><td>85 Bytes</td><td>3</td><td>3</td><td class="aws"><img src="/awstats/icon/other/hp.png" width="2" height="4" /><br /><img src="/awstats/icon/other/hk.png" width="2" height="4" /><br /><img src="/awstats/icon/other/he.png" width="2" height="4" /><br /><img src="/awstats/icon/other/hx.png" width="2" height="4" /></td></tr> </table></td></tr></table><br /> <br /><br /> <span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.7 (build 1.892)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br /> <br /> </body> </html>
zparnold/cd-risc
awstats/1309/awstats.2818332.1309.urldetail.html
HTML
apache-2.0
10,779
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta content="2013-12-25 10:18:47 -0700" http-equiv="change-date" /> <title>EX 32</title> <script src='../js/jquery-3.1.1.min.js' type='text/javascript' charset='utf-8'></script> <script src='../js/bpi.js' type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href='../css/bpi.css' > </head> <body> <div class="header"><h1 id="titulo">Êxodo 32<span id="trecho"></span></h1></div> <div id="passagem"> <div class="bible1 verses"> <p class="verse" verse="1"><sup>1</sup>Mas o povo, vendo que Moisés tardava em descer do monte, acercou-se de Arão, e lhe disse: Levanta-te, faze-nos um deus que vá adiante de nós; porque, quanto a esse Moisés, o homem que nos tirou da terra do Egito, não sabemos o que lhe aconteceu.</p> <p class="verse" verse="2"><sup>2</sup>E Arão lhes disse: Tirai os pendentes de ouro que estão nas orelhas de vossas mulheres, de vossos filhos e de vossas filhas, e trazei-mos.</p> <p class="verse" verse="3"><sup>3</sup>Então todo o povo, tirando os pendentes de ouro que estavam nas suas orelhas, os trouxe a Arão;</p> <p class="verse" verse="4"><sup>4</sup>ele os recebeu de suas mãos, e com um buril deu forma ao ouro, e dele fez um bezerro de fundição. Então eles exclamaram: Eis aqui, ó Israel, o teu deus, que te tirou da terra do Egito.</p> <p class="verse" verse="5"><sup>5</sup>E Arão, vendo isto, edificou um altar diante do bezerro e, fazendo uma proclamação, disse: Amanhã haverá festa ao Senhor.</p> <p class="verse" verse="6"><sup>6</sup>No dia seguinte levantaram-se cedo, ofereceram holocaustos, e trouxeram ofertas pacíficas; e o povo sentou-se a comer e a beber; depois levantou-se para folgar.</p> <p class="verse" verse="7"><sup>7</sup>Então disse o Senhor a Moisés: Vai, desce; porque o teu povo, que fizeste subir da terra do Egito, se corrompeu;</p> <p class="verse" verse="8"><sup>8</sup>depressa se desviou do caminho que eu lhe ordenei; eles fizeram para si um bezerro de fundição, e adoraram-no, e lhe ofereceram sacrifícios, e disseram: Eis aqui, ó Israel, o teu deus, que te tirou da terra do Egito.</p> <p class="verse" verse="9"><sup>9</sup>Disse mais o Senhor a Moisés: Tenho observado este povo, e eis que é povo de dura cerviz.</p> <p class="verse" verse="10"><sup>10</sup>Agora, pois, deixa-me, para que a minha ira se acenda contra eles, e eu os consuma; e eu farei de ti uma grande nação.</p> <p class="verse" verse="11"><sup>11</sup>Moisés, porém, suplicou ao Senhor seu Deus, e disse: Ó Senhor, por que se acende a tua ira contra o teu povo, que tiraste da terra do Egito com grande força e com forte mão?</p> <p class="verse" verse="12"><sup>12</sup>Por que hão de falar os egípcios, dizendo: Para mal os tirou, para matá-los nos montes, e para destruí-los da face da terra?. Torna-te da tua ardente ira, e arrepende-te deste mal contra o teu povo.</p> <p class="verse" verse="13"><sup>13</sup>Lembra-te de Abraão, de Isaque, e de Israel, teus servos, aos quais por ti mesmo juraste, e lhes disseste: Multiplicarei os vossos descendentes como as estrelas do céu, e lhes darei toda esta terra de que tenho falado, e eles a possuirão por herança para sempre.</p> <p class="verse" verse="14"><sup>14</sup>Então o Senhor se arrependeu do mal que dissera que havia de fazer ao seu povo.</p> <p class="verse" verse="15"><sup>15</sup>E virou-se Moisés, e desceu do monte com as duas tábuas do testemunho na mão, tábuas escritas de ambos os lados; de um e de outro lado estavam escritas.</p> <p class="verse" verse="16"><sup>16</sup>E aquelas tábuas eram obra de Deus; também a escritura era a mesma escritura de Deus, esculpida nas tábuas.</p> <p class="verse" verse="17"><sup>17</sup>Ora, ouvindo Josué a voz do povo que jubilava, disse a Moisés: Alarido de guerra há no arraial.</p> <p class="verse" verse="18"><sup>18</sup>Respondeu-lhe Moisés: Não é alarido dos vitoriosos, nem alarido dos vencidos, mas é a voz dos que cantam que eu ouço.</p> <p class="verse" verse="19"><sup>19</sup>Chegando ele ao arraial e vendo o bezerro e as danças, acendeu-se-lhe a ira, e ele arremessou das mãos as tábuas, e as despedaçou ao pé do monte.</p> <p class="verse" verse="20"><sup>20</sup>Então tomou o bezerro que tinham feito, e queimou-o no fogo; e, moendo-o até que se tornou em pó, o espargiu sobre a água, e deu-o a beber aos filhos de Israel.</p> <p class="verse" verse="21"><sup>21</sup>E perguntou Moisés a Arão: Que te fez este povo, que sobre ele trouxeste tamanho pecado?.</p> <p class="verse" verse="22"><sup>22</sup>Ao que respondeu Arão: Não se acenda a ira do meu senhor; tu conheces o povo, como ele é inclinado ao mal.</p> <p class="verse" verse="23"><sup>23</sup>Pois eles me disseram: Faze-nos um deus que vá adiante de nós; porque, quanto a esse Moisés, o homem que nos tirou da terra do Egito, não sabemos o que lhe aconteceu.</p> <p class="verse" verse="24"><sup>24</sup>Então eu lhes disse: Quem tem ouro, arranque-o. Assim mo deram; e eu o lancei no fogo, e saiu este bezerro.</p> <p class="verse" verse="25"><sup>25</sup>Quando, pois, Moisés viu que o povo estava desenfreado {porque Arão o havia desenfreado, para escárnio entre os seus inimigos},</p> <p class="verse" verse="26"><sup>26</sup>pôs-se em pé à entrada do arraial, e disse: Quem está ao lado do Senhor, venha a mim. Ao que se ajuntaram a ele todos os filhos de Levi.</p> <p class="verse" verse="27"><sup>27</sup>Então ele lhes disse: Assim diz o Senhor, o Deus de Israel: Cada um ponha a sua espada sobre a coxa; e passai e tornai pelo arraial de porta em porta, e mate cada um a seu irmão, e cada um a seu amigo, e cada um a seu vizinho.</p> <p class="verse" verse="28"><sup>28</sup>E os filhos de Levi fizeram conforme a palavra de Moisés; e caíram do povo naquele dia cerca de três mil homens.</p> <p class="verse" verse="29"><sup>29</sup>Porquanto Moisés tinha dito: Consagrai-vos hoje ao Senhor; porque cada um será contra o seu filho, e contra o seu irmão; para que o Senhor vos conceda hoje uma bênção.</p> <p class="verse" verse="30"><sup>30</sup>No dia seguinte disse Moisés ao povo Vós tendes cometido grande pecado; agora porém subirei ao Senhor; porventura farei expiação por vosso pecado.</p> <p class="verse" verse="31"><sup>31</sup>Assim tornou Moisés ao Senhor, e disse: Oh! este povo cometeu um grande pecado, fazendo para si um deus de ouro.</p> <p class="verse" verse="32"><sup>32</sup>Agora, pois, perdoa o seu pecado; ou se não, risca-me do teu livro, que tens escrito.</p> <p class="verse" verse="33"><sup>33</sup>Então disse o Senhor a Moisés: Aquele que tiver pecado contra mim, a este riscarei do meu livro.</p> <p class="verse" verse="34"><sup>34</sup>Vai pois agora, conduze este povo para o lugar de que te hei dito; eis que o meu anjo irá adiante de ti; porém no dia da minha visitação, sobre eles visitarei o seu pecado.</p> <p class="verse" verse="35"><sup>35</sup>Feriu, pois, o Senhor ao povo, por ter feito o bezerro que Arão formara.</p> </div> </div> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <p class="copyright">Almeida Revista e Atualizada© Copyright © 1993 Sociedade Bíblica do Brasil. Todos os direitos reservados. Texto bíblico utilizado com autorização. Saiba mais sobre a Sociedade Bíblica do Brasil. A Sociedade Bíblica do Brasil trabalha para que a Bíblia esteja, efetivamente, ao alcance de todos e seja lida por todos. A SBB é uma entidade sem fins lucrativos, dedicada a promover o desenvolvimento integral do ser humano.</p> <br/> <br/> <br/> <br/></body> </html>
ahsbjunior/biblia-para-igrejas
ara/2-32.html
HTML
apache-2.0
8,041
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jun 10 10:20:09 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ServerSupplier (BOM: * : All 2.6.1.Final-SNAPSHOT API)</title> <meta name="date" content="2020-06-10"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ServerSupplier (BOM: * : All 2.6.1.Final-SNAPSHOT API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ServerSupplier.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">Thorntail API, 2.6.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Transaction.html" title="enum in org.wildfly.swarm.config.messaging.activemq"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/ServerSupplier.html" target="_top">Frames</a></li> <li><a href="ServerSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.messaging.activemq</div> <h2 title="Interface ServerSupplier" class="title">Interface ServerSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="class in org.wildfly.swarm.config.messaging.activemq">Server</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ServerSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="class in org.wildfly.swarm.config.messaging.activemq">Server</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="class in org.wildfly.swarm.config.messaging.activemq">Server</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of Server resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="class in org.wildfly.swarm.config.messaging.activemq">Server</a>&nbsp;get()</pre> <div class="block">Constructed instance of Server resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ServerSupplier.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">Thorntail API, 2.6.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/messaging/activemq/Transaction.html" title="enum in org.wildfly.swarm.config.messaging.activemq"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/ServerSupplier.html" target="_top">Frames</a></li> <li><a href="ServerSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/messaging/activemq/ServerSupplier.html
HTML
apache-2.0
9,418
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Oct 30 00:52:57 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LdapRealmSupplier (BOM: * : All 2.2.1.Final API)</title> <meta name="date" content="2018-10-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="LdapRealmSupplier (BOM: * : All 2.2.1.Final API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/LdapRealmSupplier.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">Thorntail API, 2.2.1.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealmConsumer.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/LdapRealmSupplier.html" target="_top">Frames</a></li> <li><a href="LdapRealmSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.elytron</div> <h2 title="Interface LdapRealmSupplier" class="title">Interface LdapRealmSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealm.html" title="class in org.wildfly.swarm.config.elytron">LdapRealm</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">LdapRealmSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealm.html" title="class in org.wildfly.swarm.config.elytron">LdapRealm</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealm.html" title="class in org.wildfly.swarm.config.elytron">LdapRealm</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealmSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of LdapRealm resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealm.html" title="class in org.wildfly.swarm.config.elytron">LdapRealm</a>&nbsp;get()</pre> <div class="block">Constructed instance of LdapRealm resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/LdapRealmSupplier.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">Thorntail API, 2.2.1.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/LdapRealmConsumer.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/LdapRealmSupplier.html" target="_top">Frames</a></li> <li><a href="LdapRealmSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.2.1.Final/apidocs/org/wildfly/swarm/config/elytron/LdapRealmSupplier.html
HTML
apache-2.0
9,190
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Oct 30 00:53:03 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.UndertowSupplier (BOM: * : All 2.2.1.Final API)</title> <meta name="date" content="2018-10-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.UndertowSupplier (BOM: * : All 2.2.1.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/UndertowSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.2.1.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/UndertowSupplier.html" target="_top">Frames</a></li> <li><a href="UndertowSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.UndertowSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.UndertowSupplier</h2> </div> <div class="classUseContainer">No usage of org.wildfly.swarm.config.UndertowSupplier</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/UndertowSupplier.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.2.1.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/UndertowSupplier.html" target="_top">Frames</a></li> <li><a href="UndertowSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.2.1.Final/apidocs/org/wildfly/swarm/config/class-use/UndertowSupplier.html
HTML
apache-2.0
4,850
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Tue Sep 06 12:41:45 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.messaging.activemq.ServerConsumer (Public javadocs 2016.9 API)</title> <meta name="date" content="2016-09-06"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.ServerConsumer (Public javadocs 2016.9 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2016.9</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/class-use/ServerConsumer.html" target="_top">Frames</a></li> <li><a href="ServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.ServerConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.messaging.activemq.ServerConsumer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.messaging">org.wildfly.swarm.messaging</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/MessagingActiveMQ.html" title="type parameter in MessagingActiveMQ">T</a></code></td> <td class="colLast"><span class="typeNameLabel">MessagingActiveMQ.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/MessagingActiveMQ.html#server-java.lang.String-org.wildfly.swarm.config.messaging.activemq.ServerConsumer-">server</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;childKey, <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&nbsp;consumer)</code> <div class="block">Create and configure a Server object to the list of subresources</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> that return <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ServerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.ServerConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ServerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.ServerConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.messaging"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/messaging/package-summary.html">org.wildfly.swarm.messaging</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">ServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/messaging/package-summary.html">org.wildfly.swarm.messaging</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/messaging/EnhancedServerConsumer.html" title="interface in org.wildfly.swarm.messaging">EnhancedServerConsumer</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/ServerConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2016.9</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/class-use/ServerConsumer.html" target="_top">Frames</a></li> <li><a href="ServerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2016.9/apidocs/org/wildfly/swarm/config/messaging/activemq/class-use/ServerConsumer.html
HTML
apache-2.0
13,521
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Aug 14 15:31:43 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ResolvedExposeModelSupplier (BOM: * : All 2.1.0.Final API)</title> <meta name="date" content="2018-08-14"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ResolvedExposeModelSupplier (BOM: * : All 2.1.0.Final API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ResolvedExposeModelSupplier.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">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.jmx</div> <h2 title="Interface ResolvedExposeModelSupplier" class="title">Interface ResolvedExposeModelSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ResolvedExposeModelSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of ResolvedExposeModel resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&nbsp;get()</pre> <div class="block">Constructed instance of ResolvedExposeModel resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ResolvedExposeModelSupplier.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">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.1.0.Final/apidocs/org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html
HTML
apache-2.0
9,016
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Fri Jun 22 04:34:22 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.undertow.server.host.HTTPInvokerSettingSupplier (BOM: * : All 2.0.0.Final API)</title> <meta name="date" content="2018-06-22"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.undertow.server.host.HTTPInvokerSettingSupplier (BOM: * : All 2.0.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/undertow/server/host/class-use/HTTPInvokerSettingSupplier.html" target="_top">Frames</a></li> <li><a href="HTTPInvokerSettingSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.undertow.server.host.HTTPInvokerSettingSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.server.host.HTTPInvokerSettingSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">HTTPInvokerSettingSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.server">org.wildfly.swarm.config.undertow.server</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.undertow.server"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">HTTPInvokerSettingSupplier</a> in <a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/package-summary.html">org.wildfly.swarm.config.undertow.server</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/package-summary.html">org.wildfly.swarm.config.undertow.server</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">HTTPInvokerSettingSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="type parameter in Host">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Host.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/Host.html#httpInvokerSetting-org.wildfly.swarm.config.undertow.server.host.HTTPInvokerSettingSupplier-">httpInvokerSetting</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">HTTPInvokerSettingSupplier</a>&nbsp;supplier)</code> <div class="block">The HTTP invoker services that allows remote HTTP based invocation of services such as EJB and naming</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/config/undertow/server/host/HTTPInvokerSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.server.host">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/undertow/server/host/class-use/HTTPInvokerSettingSupplier.html" target="_top">Frames</a></li> <li><a href="HTTPInvokerSettingSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.0.0.Final/apidocs/org/wildfly/swarm/config/undertow/server/host/class-use/HTTPInvokerSettingSupplier.html
HTML
apache-2.0
8,180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Feb 06 09:38:18 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources (BOM: * : All 2017.10.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html" target="_top">Frames</a></li> <li><a href="Server.ServerResources.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.wildfly.swarm.config.undertow.Server.ServerResources" class="title">Uses of Class<br>org.wildfly.swarm.config.undertow.Server.ServerResources</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.undertow"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a> in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Server.ServerResources</a></code></td> <td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.html#subresources--">subresources</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html" target="_top">Frames</a></li> <li><a href="Server.ServerResources.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html
HTML
apache-2.0
7,296
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Fri Mar 06 22:11:53 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.oncrpc.SimpleTcpServer (Apache Hadoop NFS 2.3.0 API) </TITLE> <META NAME="date" CONTENT="2015-03-06"> <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.oncrpc.SimpleTcpServer (Apache Hadoop NFS 2.3.0 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/oncrpc/SimpleTcpServer.html" title="class in org.apache.hadoop.oncrpc"><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/oncrpc//class-useSimpleTcpServer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SimpleTcpServer.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.oncrpc.SimpleTcpServer</B></H2> </CENTER> No usage of org.apache.hadoop.oncrpc.SimpleTcpServer <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/oncrpc/SimpleTcpServer.html" title="class in org.apache.hadoop.oncrpc"><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/oncrpc//class-useSimpleTcpServer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SimpleTcpServer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
jsrudani/HadoopHDFSProject
hadoop-common-project/hadoop-nfs/target/org/apache/hadoop/oncrpc/class-use/SimpleTcpServer.html
HTML
apache-2.0
6,158
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Mar 08 14:17:41 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.microprofile.health.detect (BOM: * : All 2018.3.3 API)</title> <meta name="date" content="2018-03-08"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../../org/wildfly/swarm/microprofile/health/detect/package-summary.html" target="classFrame">org.wildfly.swarm.microprofile.health.detect</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="HealthPackageDetector.html" title="class in org.wildfly.swarm.microprofile.health.detect" target="classFrame">HealthPackageDetector</a></li> </ul> </div> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2018.3.3/apidocs/org/wildfly/swarm/microprofile/health/detect/package-frame.html
HTML
apache-2.0
1,049
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../泥/index.html"> <meta http-equiv=refresh content="0; url='../泥/index.html'"> <h1>Redirecting...</h1> <a href="../泥/index.html">Click here if you are not redirected.</a> <script>location='../泥/index.html'</script>
hochanh/hochanh.github.io
rtk/v4/1055.html
HTML
apache-2.0
316
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Feb 06 09:38:08 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StaticContentContainer (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StaticContentContainer (BOM: * : All 2017.10.2 API)"; } } catch(err) { } //--> var methods = {"i0":18,"i1":18,"i2":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/StaticContentContainer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../org/wildfly/swarm/undertow/UndertowFraction.html" title="class in org.wildfly.swarm.undertow"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/undertow/StaticContentContainer.html" target="_top">Frames</a></li> <li><a href="StaticContentContainer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.undertow</div> <h2 title="Interface StaticContentContainer" class="title">Interface StaticContentContainer&lt;T extends &lt;any&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> <dd><a href="../../../../org/wildfly/swarm/jaxrs/JAXRSArchive.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSArchive</a>, <a href="../../../../org/wildfly/swarm/undertow/WARArchive.html" title="interface in org.wildfly.swarm.undertow">WARArchive</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">StaticContentContainer&lt;T extends &lt;any&gt;&gt;</span></pre> <div class="block">Archive mix-in supporting static content serving for .war files.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html#EXTERNAL_MOUNT_PATH">EXTERNAL_MOUNT_PATH</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html#log">log</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>default <a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html#mergeIgnoringDuplicates--java.lang.String--">mergeIgnoringDuplicates</a></span>(&lt;any&gt;&nbsp;source, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base, &lt;any&gt;&nbsp;filter)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html#staticContent--">staticContent</a></span>()</code> <div class="block">Enable static content to be served from the root of the classpath.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>default <a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html#staticContent-java.lang.String-">staticContent</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</code> <div class="block">Enable static content to be served from a given base in the classpath.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="log"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>log</h4> <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> log</pre> </li> </ul> <a name="EXTERNAL_MOUNT_PATH"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>EXTERNAL_MOUNT_PATH</h4> <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EXTERNAL_MOUNT_PATH</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#org.wildfly.swarm.undertow.StaticContentContainer.EXTERNAL_MOUNT_PATH">Constant Field Values</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="staticContent--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>staticContent</h4> <pre>default&nbsp;<a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a>&nbsp;staticContent()</pre> <div class="block">Enable static content to be served from the root of the classpath.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>This archive.</dd> </dl> </li> </ul> <a name="staticContent-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>staticContent</h4> <pre>default&nbsp;<a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a>&nbsp;staticContent(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base)</pre> <div class="block">Enable static content to be served from a given base in the classpath.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>base</code> - The path prefix to use for static content.</dd> <dt><span class="returnLabel">Returns:</span></dt> </dl> </li> </ul> <a name="mergeIgnoringDuplicates--java.lang.String--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>mergeIgnoringDuplicates</h4> <pre>default&nbsp;<a href="../../../../org/wildfly/swarm/undertow/StaticContentContainer.html" title="type parameter in StaticContentContainer">T</a>&nbsp;mergeIgnoringDuplicates(&lt;any&gt;&nbsp;source, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;base, &lt;any&gt;&nbsp;filter)</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> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/StaticContentContainer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../org/wildfly/swarm/undertow/UndertowFraction.html" title="class in org.wildfly.swarm.undertow"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/undertow/StaticContentContainer.html" target="_top">Frames</a></li> <li><a href="StaticContentContainer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/undertow/StaticContentContainer.html
HTML
apache-2.0
13,971
<!-- Copyright 2020 Google LLC 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. --> {{ with .Get 0 }} <figure> <img src="{{- relURL . -}}" /> </figure> {{ end }}
google/trillian-website
layouts/shortcodes/rel-figure.html
HTML
apache-2.0
654
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>DateField - ScalaTest 2.2.4 - org.scalatest.selenium.WebBrowser.DateField</title> <meta name="description" content="DateField - ScalaTest 2.2.4 - org.scalatest.selenium.WebBrowser.DateField" /> <meta name="keywords" content="DateField ScalaTest 2.2.4 org.scalatest.selenium.WebBrowser.DateField" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../index.html'; var hash = 'org.scalatest.selenium.WebBrowser$DateField'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <img src="../../../lib/class_big.png" /> <p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.selenium">selenium</a>.<a href="WebBrowser.html" class="extype" name="org.scalatest.selenium.WebBrowser">WebBrowser</a></p> <h1>DateField</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <span class="name">DateField</span><span class="result"> extends <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> with <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>This class is part of ScalaTest's Selenium DSL. Please see the documentation for <a href="WebBrowser.html"><code>WebBrowser</code></a> for an overview of the Selenium DSL.</p><p>This class enables syntax such as the following:</p><p><pre class="stHighlighted"> dateField(<span class="stQuotedString">&quot;q&quot;</span>).value should be (<span class="stQuotedString">&quot;2003-03-01&quot;</span>) </pre> </p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.4-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/selenium/WebBrowser.scala" target="_blank">WebBrowser.scala</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt">TestFailedExeption<p>if the passed <code>WebElement</code> does not represent a date field </p></span></dd></dl><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a>, <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.selenium.WebBrowser.DateField"><span>DateField</span></li><li class="in" name="org.scalatest.selenium.WebBrowser.ValueElement"><span>ValueElement</span></li><li class="in" name="org.scalatest.selenium.WebBrowser.Element"><span>Element</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="org.scalatest.selenium.WebBrowser.DateField#&lt;init&gt;" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="&lt;init&gt;(underlying:org.openqa.selenium.WebElement):WebBrowser.this.DateField"></a> <a id="&lt;init&gt;:DateField"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">DateField</span><span class="params">(<span name="underlying">underlying: <span class="extype" name="org.openqa.selenium.WebElement">WebElement</span></span>)</span> </span> </h4> <p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt class="param">underlying</dt><dd class="cmt"><p>the <code>WebElement</code> representing a date field</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">TestFailedExeption<p>if the passed <code>WebElement</code> does not represent a date field </p></span></dd></dl></div> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#attribute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="attribute(name:String):Option[String]"></a> <a id="attribute(String):Option[String]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">attribute</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.String">String</span>]</span> </span> </h4> <p class="shortcomment cmt">The attribute value of the given attribute name of this element, wrapped in a <code>Some</code>, or <code>None</code> if no such attribute exists on this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The attribute value of the given attribute name of this element, wrapped in a <code>Some</code>, or <code>None</code> if no such attribute exists on this <code>Element</code>.</p><p>This method invokes <code>getAttribute</code> on the underlying <code>WebElement</code>, passing in the specified <code>name</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the attribute with the given name, wrapped in a <code>Some</code>, else <code>None</code> </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.ValueElement#checkCorrectType" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="checkCorrectType(isA:org.openqa.selenium.WebElement=&gt;Boolean,typeDescription:String):Unit"></a> <a id="checkCorrectType((WebElement)⇒Boolean,String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">checkCorrectType</span><span class="params">(<span name="isA">isA: (<span class="extype" name="org.openqa.selenium.WebElement">WebElement</span>) ⇒ <span class="extype" name="scala.Boolean">Boolean</span></span>, <span name="typeDescription">typeDescription: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.ValueElement#clear" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clear():Unit"></a> <a id="clear():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clear</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">Clears this field.</p><div class="fullcomment"><div class="comment cmt"><p>Clears this field. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(other:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="other">other: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Returns the result of invoking <code>equals</code> on the underlying <code>Element</code>, passing in the specified <code>other</code> object.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>equals</code> on the underlying <code>Element</code>, passing in the specified <code>other</code> object. </p></div><dl class="paramcmts block"><dt class="param">other</dt><dd class="cmt"><p>the object with which to compare for equality </p></dd><dt>returns</dt><dd class="cmt"><p>true if the passed object is equal to this one </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <p class="shortcomment cmt">Returns the result of invoking <code>hashCode</code> on the underlying <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>hashCode</code> on the underlying <code>Element</code>. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a hash code for this object </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#isDisplayed" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isDisplayed:Boolean"></a> <a id="isDisplayed:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isDisplayed</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Indicates whether this <code>Element</code> is displayed.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is displayed.</p><p>This invokes <code>isDisplayed</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently displayed </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#isEnabled" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isEnabled:Boolean"></a> <a id="isEnabled:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isEnabled</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Indicates whether this <code>Element</code> is enabled.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is enabled.</p><p>This invokes <code>isEnabled</code> on the underlying <code>WebElement</code>, which will generally return <code>true</code> for everything but disabled input elements.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently enabled </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#isSelected" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isSelected:Boolean"></a> <a id="isSelected:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isSelected</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Indicates whether this <code>Element</code> is selected.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is selected.</p><p>This method, which invokes <code>isSelected</code> on the underlying <code>WebElement</code>, is relevant only for input elements such as checkboxes, options in a single- or multiple-selection list box, and radio buttons. For any other element it will simply return <code>false</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently selected or checked </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#location" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="location:WebBrowser.this.Point"></a> <a id="location:Point"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">location</span><span class="result">: <a href="WebBrowser$Point.html" class="extype" name="org.scalatest.selenium.WebBrowser.Point">Point</a></span> </span> </h4> <p class="shortcomment cmt">The XY location of the top-left corner of this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The XY location of the top-left corner of this <code>Element</code>.</p><p>This invokes <code>getLocation</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the location of the top-left corner of this element on the page </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#size" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="size:WebBrowser.this.Dimension"></a> <a id="size:Dimension"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">size</span><span class="result">: <a href="WebBrowser$Dimension.html" class="extype" name="org.scalatest.selenium.WebBrowser.Dimension">Dimension</a></span> </span> </h4> <p class="shortcomment cmt">The width/height size of this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The width/height size of this <code>Element</code>.</p><p>This invokes <code>getSize</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the size of the element on the page </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#tagName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="tagName:String"></a> <a id="tagName:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">tagName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4> <p class="shortcomment cmt">The tag name of this element.</p><div class="fullcomment"><div class="comment cmt"><p>The tag name of this element.</p><p>This method invokes <code>getTagName</code> on the underlying <code>WebElement</code>. Note it returns the name of the tag, not the value of the of the <code>name</code> attribute. For example, it will return will return <code>"input"</code> for the element <code>&lt;input name="city" /&gt;</code>, not <code>"city"</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the tag name of this element </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#text" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="text:String"></a> <a id="text:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">text</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4> <p class="shortcomment cmt">Returns the visible (<em>i.e.</em>, not hidden by CSS) text of this element, including sub-elements, without any leading or trailing whitespace.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the visible (<em>i.e.</em>, not hidden by CSS) text of this element, including sub-elements, without any leading or trailing whitespace. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the visible text enclosed by this element, or an empty string, if the element encloses no visible text </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.Element#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4> <p class="shortcomment cmt">Returns the result of invoking <code>toString</code> on the underlying <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>toString</code> on the underlying <code>Element</code>. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string representation of this object </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.DateField#underlying" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="underlying:org.openqa.selenium.WebElement"></a> <a id="underlying:WebElement"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">underlying</span><span class="result">: <span class="extype" name="org.openqa.selenium.WebElement">WebElement</span></span> </span> </h4> <p class="shortcomment cmt">the <code>WebElement</code> representing a date field</p><div class="fullcomment"><div class="comment cmt"><p>the <code>WebElement</code> representing a date field</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.selenium.WebBrowser.DateField">DateField</a> → <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a> → <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.ValueElement#value" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="value:String"></a> <a id="value:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">value</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4> <p class="shortcomment cmt">Gets this field's value.</p><div class="fullcomment"><div class="comment cmt"><p>Gets this field's value.</p><p>This method invokes <code>getAttribute("value")</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the field's value </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div> </li><li name="org.scalatest.selenium.WebBrowser.ValueElement#value_=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="value_=(value:String):Unit"></a> <a id="value_=(String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: value_$eq" class="name">value_=</span><span class="params">(<span name="value">value: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">Sets this field's value.</p><div class="fullcomment"><div class="comment cmt"><p>Sets this field's value. </p></div><dl class="paramcmts block"><dt class="param">value</dt><dd class="cmt"><p>the new value </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="org.scalatest.selenium.WebBrowser.ValueElement"> <h3>Inherited from <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></h3> </div><div class="parent" name="org.scalatest.selenium.WebBrowser.Element"> <h3>Inherited from <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/2.2.4/org/scalatest/selenium/WebBrowser$DateField.html
HTML
apache-2.0
43,461
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>ScalaTest 3.0.8 - org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString</title> <meta name="description" content="ScalaTest 3.0.8 - org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString" /> <meta name="keywords" content="ScalaTest 3.0.8 org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js"></script> <script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script> <script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="../../../lib/index.js"></script> <script type="text/javascript" src="../../../index.js"></script> <script type="text/javascript" src="../../../lib/scheduler.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> /* this variable can be used by the JS to determine the path to the root document */ var toRoot = '../../../'; </script> </head> <body> <div id="search"> <span id="doc-title">ScalaTest 3.0.8<span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span> <div id="textfilter"> <span class="input"> <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> <i class="clear material-icons"></i> <i id="search-icon" class="material-icons"></i> </span> </div> </div> <div id="search-results"> <div id="search-progress"> <div id="progress-fill"></div> </div> <div id="results-content"> <div id="entity-results"></div> <div id="member-results"></div> </div> </div> <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> <div id="content-container" style="-webkit-overflow-scrolling: touch;"> <div id="subpackage-spacer"> <div id="packages"> <h1>Packages</h1> <ul> <li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="_root_"></a><a id="root:_root_"></a> <span class="permalink"> <a href="index.html#_root_" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../index.html"><span class="name">root</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="org"></a><a id="org:org"></a> <span class="permalink"> <a href="index.html#org" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../index.html"><span class="name">org</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="org.scalatest" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scalatest"></a><a id="scalatest:scalatest"></a> <span class="permalink"> <a href="../org/index.html#scalatest" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter." href="../index.html"><span class="name">scalatest</span></a> </span> <p class="shortcomment cmt">ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.</p><div class="fullcomment"><div class="comment cmt"><p>ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org">org</a></dd></dl></div> </li><li name="org.scalatest.fixture" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="fixture"></a><a id="fixture:fixture"></a> <span class="permalink"> <a href="../../org/scalatest/index.html#fixture" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="index.html"><span class="name">fixture</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.scalatest">scalatest</a></dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike" visbl="pub" class="indented4 " data-isabs="true" fullComment="yes" group="Ungrouped"> <a id="AsyncFreeSpecLikeextendsAsyncTestSuitewithAsyncTestRegistrationwithInformingwithNotifyingwithAlertingwithDocumenting"></a><a id="AsyncFreeSpecLike:AsyncFreeSpecLike"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/index.html#AsyncFreeSpecLikeextendsAsyncTestSuitewithAsyncTestRegistrationwithInformingwithNotifyingwithAlertingwithDocumenting" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">trait</span> </span> <span class="symbol"> <a title="Implementation trait for class fixture.AsyncFreeSpec, which is a sister class to org.scalatest.AsyncFreeSpec that can pass a fixture object into its tests." href="AsyncFreeSpecLike.html"><span class="name">AsyncFreeSpecLike</span></a><span class="result"> extends <a href="AsyncTestSuite.html" class="extype" name="org.scalatest.fixture.AsyncTestSuite">AsyncTestSuite</a> with <a href="AsyncTestRegistration.html" class="extype" name="org.scalatest.fixture.AsyncTestRegistration">AsyncTestRegistration</a> with <a href="../Informing.html" class="extype" name="org.scalatest.Informing">Informing</a> with <a href="../Notifying.html" class="extype" name="org.scalatest.Notifying">Notifying</a> with <a href="../Alerting.html" class="extype" name="org.scalatest.Alerting">Alerting</a> with <a href="../Documenting.html" class="extype" name="org.scalatest.Documenting">Documenting</a></span> </span> <p class="shortcomment cmt">Implementation trait for class <code>fixture.AsyncFreeSpec</code>, which is a sister class to <code>org.scalatest.AsyncFreeSpec</code> that can pass a fixture object into its tests.</p><div class="fullcomment"><div class="comment cmt"><p>Implementation trait for class <code>fixture.AsyncFreeSpec</code>, which is a sister class to <code>org.scalatest.AsyncFreeSpec</code> that can pass a fixture object into its tests.</p><p><a href="AsyncFreeSpec.html"><code>fixture.AsyncFreeSpec</code></a> is a class, not a trait, to minimize compile time given there is a slight compiler overhead to mixing in traits compared to extending classes. If you need to mix the behavior of <code>fixture.AsyncFreeSpec</code> into some other class, you can use this trait instead, because class <code>fixture.AsyncFreeSpec</code> does nothing more than extend this trait and add a nice <code>toString</code> implementation.</p><p>See the documentation of the class for a <a href="AsyncFreeSpec.html">detailed overview of <code>fixture.AsyncFreeSpec</code></a>.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="org.scalatest.fixture">fixture</a></dd></dl></div> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="../Assertions$AssertionsHelper.html" title="Helper class used by code generated by the assert macro."></a> <a href="../Assertions$AssertionsHelper.html" title="Helper class used by code generated by the assert macro.">AssertionsHelper</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="AsyncFreeSpecLike$CheckingEqualizer.html" title=""></a> <a href="AsyncFreeSpecLike$CheckingEqualizer.html" title="">CheckingEqualizer</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="AsyncFreeSpecLike$Equalizer.html" title=""></a> <a href="AsyncFreeSpecLike$Equalizer.html" title="">Equalizer</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="abstract type" href="AsyncFreeSpecLike$FixtureParam.html" title="The type of the fixture parameter that can be passed into tests in this suite."></a> <a href="AsyncFreeSpecLike$FixtureParam.html" title="The type of the fixture parameter that can be passed into tests in this suite.">FixtureParam</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="AsyncFreeSpecLike$FreeSpecStringWrapper.html" title="A class that via an implicit conversion (named convertToFreeSpecStringWrapper) enables methods when, that, in, is, taggedAs and ignore to be invoked on Strings."></a> <a href="AsyncFreeSpecLike$FreeSpecStringWrapper.html" title="A class that via an implicit conversion (named convertToFreeSpecStringWrapper) enables methods when, that, in, is, taggedAs and ignore to be invoked on Strings.">FreeSpecStringWrapper</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="trait" href="../AsyncTestSuite$NoArgAsyncTest.html" title="A test function taking no arguments and returning a FutureOutcome."></a> <a href="../AsyncTestSuite$NoArgAsyncTest.html" title="A test function taking no arguments and returning a FutureOutcome.">NoArgAsyncTest</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="trait" href="AsyncTestSuite$OneArgAsyncTest.html" title="A test function taking no arguments and returning an FutureOutcome."></a> <a href="AsyncTestSuite$OneArgAsyncTest.html" title="A test function taking no arguments and returning an FutureOutcome.">OneArgAsyncTest</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="../CompleteLastly$ResultOfCompleteInvocation.html" title="Class that provides the lastly method of the complete-lastly syntax."></a> <a href="../CompleteLastly$ResultOfCompleteInvocation.html" title="Class that provides the lastly method of the complete-lastly syntax.">ResultOfCompleteInvocation</a> </li><li class="current-entities indented4"> <span class="separator"></span> <a class="class" href="" title="Class that supports the registration of tagged tests."></a> <a href="" title="Class that supports the registration of tagged tests.">ResultOfTaggedAsInvocationOnString</a> </li> </ul> </div> </div> <div id="content"> <body class="class type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <div class="big-circle class">c</div> <p id="owner"><a href="../../index.html" class="extype" name="org">org</a>.<a href="../index.html" class="extype" name="org.scalatest">scalatest</a>.<a href="index.html" class="extype" name="org.scalatest.fixture">fixture</a>.<a href="AsyncFreeSpecLike.html" class="extype" name="org.scalatest.fixture.AsyncFreeSpecLike">AsyncFreeSpecLike</a></p> <h1>ResultOfTaggedAsInvocationOnString<span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html" title="Permalink"> <i class="material-icons"></i> </a> </span></h1> <h3><span class="morelinks"></span></h3> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <span class="name">ResultOfTaggedAsInvocationOnString</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Class that supports the registration of tagged tests.</p><p>Instances of this class are returned by the <code>taggedAs</code> method of class <code>FreeSpecStringWrapper</code>.</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-3.0.8/scalatest//src/main/scala/org/scalatest/fixture/AsyncFreeSpecLike.scala" target="_blank">AsyncFreeSpecLike.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle"> Linear Supertypes </span> <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div class="toggle"></div> <div id="memberfilter"> <i class="material-icons arrow"></i> <span class="input"> <input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" /> </span> <i class="clear material-icons"></i> </div> <div id="filterby"> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By Inheritance</span></li> </ol> </div> <div class="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString"><span>ResultOfTaggedAsInvocationOnString</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div class="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show All</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#&lt;init&gt;" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="&lt;init&gt;(specText:String,tags:List[org.scalatest.Tag],pos:org.scalactic.source.Position):AsyncFreeSpecLike.this.ResultOfTaggedAsInvocationOnString"></a><a id="&lt;init&gt;:ResultOfTaggedAsInvocationOnString"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#&lt;init&gt;(specText:String,tags:List[org.scalatest.Tag],pos:org.scalactic.source.Position):AsyncFreeSpecLike.this.ResultOfTaggedAsInvocationOnString" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">ResultOfTaggedAsInvocationOnString</span><span class="params">(<span name="specText">specText: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="tags">tags: <span class="extype" name="scala.List">List</span>[<a href="../Tag.html" class="extype" name="org.scalatest.Tag">Tag</a>]</span>, <span name="pos">pos: <span class="extype" name="org.scalactic.source.Position">Position</span></span>)</span> </span> <p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt class="param">specText</dt><dd class="cmt"><p>the specification text</p></dd><dt class="param">tags</dt><dd class="cmt"><p>the list of tags</p></dd></dl></div> </li></ol> </div> <div class="values members"> <h3>Value Members</h3> <ol> <li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#!=(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html###():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#==(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#asInstanceOf[T0]:T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a><a id="clone():AnyRef"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#clone():Object" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#eq(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#equals(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#finalize():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#getClass():Class[_]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#hashCode():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#ignore" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ignore(testFun:()=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit"></a><a id="ignore(()⇒Future[compatible.Assertion]):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#ignore(testFun:()=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ignore</span><span class="params">(<span name="testFun">testFun: () ⇒ <span class="extype" name="scala.concurrent.Future">Future</span>[<a href="../compatible/Assertion.html" class="extype" name="org.scalatest.compatible.Assertion">compatible.Assertion</a>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Supports registration of tagged, ignored tests that take no fixture parameter.</p><div class="fullcomment"><div class="comment cmt"><p>Supports registration of tagged, ignored tests that take no fixture parameter.</p><p>For example, this method supports syntax such as the following:</p><p><pre class="stHighlighted"> <span class="stQuotedString">"complain on peek"</span> taggedAs(<span class="stType">SlowTest</span>) ignore { () => ... } ^ </pre></p><p>For more information and examples of this method's use, see the <a href="FreeSpec.html">main documentation</a> for trait <code>FreeSpec</code>.</p></div><dl class="paramcmts block"><dt class="param">testFun</dt><dd class="cmt"><p>the test function</p></dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#ignore" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ignore(testFun:AsyncFreeSpecLike.this.FixtureParam=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit"></a><a id="ignore((AsyncFreeSpecLike.FixtureParam)⇒Future[compatible.Assertion]):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#ignore(testFun:AsyncFreeSpecLike.this.FixtureParam=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ignore</span><span class="params">(<span name="testFun">testFun: (<a href="AsyncFreeSpecLike.html#FixtureParam" class="extmbr" name="org.scalatest.fixture.AsyncFreeSpecLike.FixtureParam">AsyncFreeSpecLike.FixtureParam</a>) ⇒ <span class="extype" name="scala.concurrent.Future">Future</span>[<a href="../compatible/Assertion.html" class="extype" name="org.scalatest.compatible.Assertion">compatible.Assertion</a>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Supports registration of tagged, ignored tests.</p><div class="fullcomment"><div class="comment cmt"><p>Supports registration of tagged, ignored tests.</p><p>For example, this method supports syntax such as the following:</p><p><pre class="stHighlighted"> <span class="stQuotedString">"complain on peek"</span> taggedAs(<span class="stType">SlowTest</span>) ignore { fixture => ... } ^ </pre></p><p>For more information and examples of this method's use, see the <a href="FreeSpec.html">main documentation</a> for trait <code>FreeSpec</code>.</p></div><dl class="paramcmts block"><dt class="param">testFun</dt><dd class="cmt"><p>the test function</p></dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#in" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="in(testFun:()=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit"></a><a id="in(()⇒Future[compatible.Assertion]):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#in(testFun:()=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">in</span><span class="params">(<span name="testFun">testFun: () ⇒ <span class="extype" name="scala.concurrent.Future">Future</span>[<a href="../compatible/Assertion.html" class="extype" name="org.scalatest.compatible.Assertion">compatible.Assertion</a>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Supports tagged test registration, for tests that don't take a fixture.</p><div class="fullcomment"><div class="comment cmt"><p>Supports tagged test registration, for tests that don't take a fixture.</p><p>For example, this method supports syntax such as the following:</p><p><pre class="stHighlighted"> <span class="stQuotedString">"complain on peek"</span> taggedAs(<span class="stType">SlowTest</span>) in { () => ... } ^ </pre></p><p>For more information and examples of this method's use, see the <a href="FreeSpec.html">main documentation</a> for trait <code>FreeSpec</code>.</p></div><dl class="paramcmts block"><dt class="param">testFun</dt><dd class="cmt"><p>the test function</p></dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#in" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="in(testFun:AsyncFreeSpecLike.this.FixtureParam=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit"></a><a id="in((AsyncFreeSpecLike.FixtureParam)⇒Future[compatible.Assertion]):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#in(testFun:AsyncFreeSpecLike.this.FixtureParam=&gt;scala.concurrent.Future[org.scalatest.compatible.Assertion]):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">in</span><span class="params">(<span name="testFun">testFun: (<a href="AsyncFreeSpecLike.html#FixtureParam" class="extmbr" name="org.scalatest.fixture.AsyncFreeSpecLike.FixtureParam">AsyncFreeSpecLike.FixtureParam</a>) ⇒ <span class="extype" name="scala.concurrent.Future">Future</span>[<a href="../compatible/Assertion.html" class="extype" name="org.scalatest.compatible.Assertion">compatible.Assertion</a>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Supports tagged test registration.</p><div class="fullcomment"><div class="comment cmt"><p>Supports tagged test registration.</p><p>For example, this method supports syntax such as the following:</p><p><pre class="stHighlighted"> <span class="stQuotedString">"complain on peek"</span> taggedAs(<span class="stType">SlowTest</span>) in { fixture => ... } ^ </pre></p><p>For more information and examples of this method's use, see the <a href="FreeSpec.html">main documentation</a> for trait <code>FreeSpec</code>.</p></div><dl class="paramcmts block"><dt class="param">testFun</dt><dd class="cmt"><p>the test function</p></dd></dl></div> </li><li name="org.scalatest.fixture.AsyncFreeSpecLike.ResultOfTaggedAsInvocationOnString#is" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="is(testFun:=&gt;org.scalatest.PendingStatement):Unit"></a><a id="is(⇒PendingStatement):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#is(testFun:=&gt;org.scalatest.PendingStatement):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">is</span><span class="params">(<span name="testFun">testFun: ⇒ <a href="../PendingStatement.html" class="extype" name="org.scalatest.PendingStatement">PendingStatement</a></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Supports registration of tagged, pending tests.</p><div class="fullcomment"><div class="comment cmt"><p>Supports registration of tagged, pending tests.</p><p>For example, this method supports syntax such as the following:</p><p><pre class="stHighlighted"> <span class="stQuotedString">"complain on peek"</span> taggedAs(<span class="stType">SlowTest</span>) is (pending) ^ </pre></p><p>For more information and examples of this method's use, see the <a href="FreeSpec.html">main documentation</a> for trait <code>FreeSpec</code>.</p></div><dl class="paramcmts block"><dt class="param">testFun</dt><dd class="cmt"><p>the test function</p></dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#isInstanceOf[T0]:Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#ne(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#notify():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#notifyAll():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#toString():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#wait():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html#wait(x$1:Long):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li> </ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </div> </div> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/3.0.8/org/scalatest/fixture/AsyncFreeSpecLike$ResultOfTaggedAsInvocationOnString.html
HTML
apache-2.0
50,396
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>Scaladoc for org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaList</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="../../../lib/jquery.js"></script> <link href="../../../lib/template.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="type"> <p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.matchers">matchers</a>.<a href="Matchers.html" class="extype" name="org.scalatest.matchers.Matchers">Matchers</a></p> <div id="definition"> <img src="../../../lib/class_big.png" /> <h1>ResultOfHaveWordForJavaList</h1> </div> <h4 class="signature" id="signature"> <span class="kind">class</span> <span class="symbol"> <span class="name">ResultOfHaveWordForJavaList</span><span class="tparams">[<span name="T">T</span>]</span><span class="result"> extends <a href="Matchers$ResultOfHaveWordForJavaCollection.html" class="extype" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaCollection">ResultOfHaveWordForJavaCollection</a>[T]</span> </span> </h4> <div class="fullcomment" id="comment"><div class="comment cmt"><p>This class is part of the ScalaTest matchers DSL. Please see the documentation for <a href="ShouldMatchers.html"><code>ShouldMatchers</code></a> or <a href="MustMatchers.html"><code>MustMatchers</code></a> for an overview of the matchers DSL. </p></div><div class="block"> attributes: final </div> <div class="block"><ol>authors: <li><p>Bill Venners </p></li> </ol></div> </div> <div id="template"> <div id="mbrsel"> <div id="ancestors"> <span class="filtertype">Inherited</span> <ol><li class="hideall">Hide All</li><li class="showall">Show all</li></ol> <ol id="linearization"><li class="in" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaCollection">ResultOfHaveWordForJavaCollection</li><li class="in" name="scala.AnyRef">AnyRef</li><li class="in" name="scala.Any">Any</li></ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in">Public</li><li class="all out">All</li></ol> </div> </div> <div class="members" id="constructors"> <h3>Instance constructors</h3> <ol><li visbl="pub" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaList#this"> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">ResultOfHaveWordForJavaList</span><span class="params">(<span name="left">left: <span class="extype" name="java.util.List">List</span>[T]</span>, <span name="shouldBeTrue">shouldBeTrue: <span class="extype" name="scala.Boolean">Boolean</span></span>)</span> </span> </h4> </li></ol> </div> <div class="members" id="values"> <h3>Value Members</h3> <ol><li visbl="pub" name="scala.AnyRef#!="> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.Any#!="> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt"><code>o != arg0</code> is the same as <code>!(o == (arg0))</code>.</p> <div class="fullcomment"><div class="comment cmt"><p><code>o != arg0</code> is the same as <code>!(o == (arg0))</code>. </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for dis-equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>false</code> if the receiver object is equivalent to the argument; <code>true</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: Any </div> </div> </li><li visbl="pub" name="scala.AnyRef###"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef → Any </div></div> </li><li visbl="pub" name="scala.AnyRef#$asInstanceOf"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">$asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">()</span><span class="result">: T0</span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.AnyRef#$isInstanceOf"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">$isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.AnyRef#=="> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt"><code>o == arg0</code> is the same as <code>if (o eq null) arg0 eq null else o.equals(arg0)</code>.</p> <div class="fullcomment"><div class="comment cmt"><p><code>o == arg0</code> is the same as <code>if (o eq null) arg0 eq null else o.equals(arg0)</code>. </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.Any#=="> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt"><code>o == arg0</code> is the same as <code>o.equals(arg0)</code>.</p> <div class="fullcomment"><div class="comment cmt"><p><code>o == arg0</code> is the same as <code>o.equals(arg0)</code>. </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: Any </div> </div> </li><li visbl="pub" name="scala.Any#asInstanceOf"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: T0</span> </span> </h4> <p class="shortcomment cmt">This method is used to cast the receiver object to be of type <code>T0</code>.</p> <div class="fullcomment"><div class="comment cmt"><p>This method is used to cast the receiver object to be of type <code>T0</code>.</p><p>Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression<code>1.asInstanceOf[String]</code> will throw a <code>ClassCastException</code> at runtime, while the expression<code>List(1).asInstanceOf[List[String]]</code> will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the receiver object.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: Any </div> </div> </li><li visbl="prt" name="scala.AnyRef#clone"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: AnyRef</span> </span> </h4> <p class="shortcomment cmt">This method creates and returns a copy of the receiver object.</p> <div class="fullcomment"><div class="comment cmt"><p>This method creates and returns a copy of the receiver object.</p><p>The default implementation of the <code>clone</code> method is platform dependent. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a copy of the receiver object.</p></dd></dl><div class="block"> attributes: protected </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#eq"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">This method is used to test whether the argument (<code>arg0</code>) is a reference to the receiver object (<code>this</code>).</p> <div class="fullcomment"><div class="comment cmt"><p>This method is used to test whether the argument (<code>arg0</code>) is a reference to the receiver object (<code>this</code>).</p><p>The <code>eq</code> method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of <code>AnyRef</code>: * It is reflexive: for any non-null instance <code>x</code> of type <code>AnyRef</code>, <code>x.eq(x)</code> returns <code>true</code>. * It is symmetric: for any non-null instances <code>x</code> and <code>y</code> of type <code>AnyRef</code>, <code>x.eq(y)</code> returns <code>true</code> if and only if <code>y.eq(x)</code> returns <code>true</code>. * It is transitive: for any non-null instances <code>x</code>, <code>y</code>, and <code>z</code> of type <code>AnyRef</code> if <code>x.eq(y)</code> returns <code>true</code> and <code>y.eq(z)</code> returns <code>true</code>, then <code>x.eq(z)</code> returns <code>true</code>.</p><p>Additionally, the <code>eq</code> method has three other properties. * It is consistent: for any non-null instances <code>x</code> and <code>y</code> of type <code>AnyRef</code>, multiple invocations of <code>x.eq(y)</code> consistently returns <code>true</code> or consistently returns <code>false</code>. * For any non-null instance <code>x</code> of type <code>AnyRef</code>, <code>x.eq(null)</code> and <code>null.eq(x)</code> returns <code>false</code>. * <code>null.eq(null)</code> returns <code>true</code>.</p><p>When overriding the <code>equals</code> or <code>hashCode</code> methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (<code>o1 eq o2</code>), they should be equal to each other (<code>o1 == o2</code>) and they should hash to the same value (<code>o1.hashCode == o2.hashCode</code>). </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for reference equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the argument is a reference to the receiver object; <code>false</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#equals"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">This method is used to compare the receiver object (<code>this</code>) with the argument object (<code>arg0</code>) for equivalence.</p> <div class="fullcomment"><div class="comment cmt"><p>This method is used to compare the receiver object (<code>this</code>) with the argument object (<code>arg0</code>) for equivalence.</p><p>The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance <code>x</code> of type <code>Any</code>, <code>x.equals(x)</code> should return <code>true</code>. * It is symmetric: for any instances <code>x</code> and <code>y</code> of type <code>Any</code>, <code>x.equals(y)</code> should return <code>true</code> if and only if <code>y.equals(x)</code> returns <code>true</code>. * It is transitive: for any instances <code>x</code>, <code>y</code>, and <code>z</code> of type <code>AnyRef</code> if <code>x.equals(y)</code> returns <code>true</code> and <code>y.equals(z)</code> returns <code>true</code>, then <code>x.equals(z)</code> should return <code>true</code>.</p><p>If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override <code>hashCode</code> to ensure that objects that are &quot;equal&quot; (<code>o1.equals(o2)</code> returns <code>true</code>) hash to the same scala.Int (<code>o1.hashCode.equals(o2.hashCode)</code>). </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block"> definition classes: AnyRef → Any </div> </div> </li><li visbl="prt" name="scala.AnyRef#finalize"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.</p> <div class="fullcomment"><div class="comment cmt"><p>This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.</p><p>The details of when and if the <code>finalize</code> method are invoked, as well as the interaction between <code>finalize</code>and non-local returns and exceptions, are all platform dependent.</p></div><div class="block"> attributes: protected </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#getClass"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: java.lang.Class[_ &lt;: java.lang.Object]</span> </span> </h4> <p class="shortcomment cmt">Returns a representation that corresponds to the dynamic class of the receiver object.</p> <div class="fullcomment"><div class="comment cmt"><p>Returns a representation that corresponds to the dynamic class of the receiver object.</p><p>The nature of the representation is platform dependent. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a representation that corresponds to the dynamic class of the receiver object.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#hashCode"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <p class="shortcomment cmt">Returns a hash code value for the object.</p> <div class="fullcomment"><div class="comment cmt"><p>Returns a hash code value for the object.</p><p>The default hashing algorithm is platform dependent.</p><p>Note that it is allowed for two objects to have identical hash codes (<code>o1.hashCode.equals(o2.hashCode)</code>) yet not be equal (<code>o1.equals(o2)</code> returns <code>false</code>). A degenerate implementation could always return <code>0</code>. However, it is required that if two objects are equal (<code>o1.equals(o2)</code> returns <code>true</code>) that they have identical hash codes (<code>o1.hashCode.equals(o2.hashCode)</code>). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the <code>equals</code> method. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the hash code value for the object.</p></dd></dl><div class="block"> definition classes: AnyRef → Any </div> </div> </li><li visbl="pub" name="scala.Any#isInstanceOf"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">This method is used to test whether the dynamic type of the receiver object is <code>T0</code>.</p> <div class="fullcomment"><div class="comment cmt"><p>This method is used to test whether the dynamic type of the receiver object is <code>T0</code>.</p><p>Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression<code>1.isInstanceOf[String]</code> will return <code>false</code>, while the expression <code>List(1).isInstanceOf[List[String]]</code> will return <code>true</code>. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is an instance of erasure of type <code>T0</code>; <code>false</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: Any </div> </div> </li><li visbl="pub" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaList#length"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">length</span><span class="params">(<span name="expectedLength">expectedLength: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax:</p> <div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre>javaList should have length (12) <sup></pre></sup></p><p>This method invokes <code>size</code> on the <code>java.util.List</code> passed as <code>left</code> to determine its length.</p></div> </div> </li><li visbl="pub" name="scala.AnyRef#ne"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <p class="shortcomment cmt"><code>o.ne(arg0)</code> is the same as <code>!(o.eq(arg0))</code>.</p> <div class="fullcomment"><div class="comment cmt"><p><code>o.ne(arg0)</code> is the same as <code>!(o.eq(arg0))</code>. </p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for reference dis-equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>false</code> if the argument is not a reference to the receiver object; <code>true</code> otherwise.</p></dd></dl><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#notify"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">Wakes up a single thread that is waiting on the receiver object's monitor.</p> <div class="fullcomment"><div class="comment cmt"><p>Wakes up a single thread that is waiting on the receiver object's monitor.</p></div><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="scala.AnyRef#notifyAll"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">Wakes up all threads that are waiting on the receiver object's monitor.</p> <div class="fullcomment"><div class="comment cmt"><p>Wakes up all threads that are waiting on the receiver object's monitor.</p></div><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div> </div> </li><li visbl="pub" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaCollection#size"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">size</span><span class="params">(<span name="expectedSize">expectedSize: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax:</p> <div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre>javaCollection should have size (10) <sup></pre></sup></p></div><div class="block"> definition classes: <a href="Matchers$ResultOfHaveWordForJavaCollection.html" class="extype" name="org.scalatest.matchers.Matchers.ResultOfHaveWordForJavaCollection">ResultOfHaveWordForJavaCollection</a> </div> </div> </li><li visbl="pub" name="scala.AnyRef#synchronized"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: T0</span>)</span><span class="result">: T0</span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.AnyRef#toString"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <p class="shortcomment cmt">Returns a string representation of the object.</p> <div class="fullcomment"><div class="comment cmt"><p>Returns a string representation of the object.</p><p>The default representation is platform dependent. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string representation of the object.</p></dd></dl><div class="block"> definition classes: AnyRef → Any </div> </div> </li><li visbl="pub" name="scala.AnyRef#wait"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.AnyRef#wait"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li><li visbl="pub" name="scala.AnyRef#wait"> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><div class="block"> attributes: final </div><div class="block"> definition classes: AnyRef </div></div> </li></ol> </div> </div> <div id="tooltip"></div> </body> </html>
scalatest/scalatest-website
public/scaladoc/1.2/org/scalatest/matchers/Matchers$ResultOfHaveWordForJavaList.html
HTML
apache-2.0
31,091
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Class Hierarchy (JSparklines 1.0.12 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class tree"> <meta name="generator" content="javadoc/TreeWriter"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="script-dir/jquery-ui.js"></script> </head> <body class="tree"> <script type="text/javascript">var pathtoroot = "./"; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="index.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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"> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <a id="skip.navbar.top"> <!-- --> </a> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <main role="main"> <div class="header"> <h1 class="title">Hierarchy For All Packages</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="no/uib/jsparklines/package-tree.html">no.uib.jsparklines</a>, </li> <li><a href="no/uib/jsparklines/data/package-tree.html">no.uib.jsparklines.data</a>, </li> <li><a href="no/uib/jsparklines/extra/package-tree.html">no.uib.jsparklines.extra</a>, </li> <li><a href="no/uib/jsparklines/renderers/package-tree.html">no.uib.jsparklines.renderers</a>, </li> <li><a href="no/uib/jsparklines/renderers/util/package-tree.html">no.uib.jsparklines.renderers.util</a></li> </ul> </div> <div class="contentContainer"> <section class="hierarchy"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li class="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Object</span></a> <ul> <li class="circle">org.jfree.data.general.AbstractDataset (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, org.jfree.data.general.Dataset, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/ObjectInputValidation.html?is-external=true" title="class or interface in java.io" class="externalLink">ObjectInputValidation</a>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">org.jfree.data.statistics.DefaultStatisticalCategoryDataset (implements org.jfree.util.PublicCloneable, org.jfree.data.RangeInfo, org.jfree.data.statistics.StatisticalCategoryDataset) <ul> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/SignificantStatisticalCategoryDataset.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">SignificantStatisticalCategoryDataset</span></a></li> </ul> </li> </ul> </li> <li class="circle">org.jfree.chart.renderer.AbstractRenderer (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">org.jfree.chart.renderer.category.AbstractCategoryItemRenderer (implements org.jfree.chart.renderer.category.CategoryItemRenderer, java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, org.jfree.util.PublicCloneable, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">org.jfree.chart.renderer.category.BarRenderer (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, org.jfree.util.PublicCloneable, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">org.jfree.chart.renderer.category.BarRenderer3D (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, org.jfree.chart.Effect3D, org.jfree.util.PublicCloneable, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/BarChartColorRenderer.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">BarChartColorRenderer</span></a></li> </ul> </li> <li class="circle">org.jfree.chart.renderer.category.StatisticalBarRenderer (implements org.jfree.chart.renderer.category.CategoryItemRenderer, java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, org.jfree.util.PublicCloneable, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/StatisticalBarChartColorRenderer.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">StatisticalBarChartColorRenderer</span></a></li> </ul> </li> </ul> </li> </ul> </li> <li class="circle">org.jfree.chart.renderer.xy.AbstractXYItemRenderer (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Cloneable</a>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>, org.jfree.chart.renderer.xy.XYItemRenderer) <ul> <li class="circle">org.jfree.chart.renderer.xy.XYAreaRenderer (implements org.jfree.util.PublicCloneable, org.jfree.chart.renderer.xy.XYItemRenderer) <ul> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/AreaRenderer.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">AreaRenderer</span></a></li> </ul> </li> </ul> </li> </ul> </li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/ArrrayListDataPoints.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">ArrrayListDataPoints</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/CellHighlighterRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">CellHighlighterRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/Chromosome.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">Chromosome</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt" class="externalLink"><span class="typeNameLink">Component</span></a> (implements java.awt.image.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/image/ImageObserver.html?is-external=true" title="class or interface in java.awt.image" class="externalLink">ImageObserver</a>, java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/MenuContainer.html?is-external=true" title="class or interface in java.awt" class="externalLink">MenuContainer</a>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/Container.html?is-external=true" title="class or interface in java.awt" class="externalLink"><span class="typeNameLink">Container</span></a> <ul> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JComponent.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">JComponent</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">JLabel</span></a> (implements javax.accessibility.<a href="http://docs.oracle.com/javase/7/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility" class="externalLink">Accessible</a>, javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/SwingConstants.html?is-external=true" title="class or interface in javax.swing" class="externalLink">SwingConstants</a>) <ul> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/ChartPanelTableCellRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">ChartPanelTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/ChromosomeTableCellRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">ChromosomeTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/DefaultListCellRenderer.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">DefaultListCellRenderer</span></a> (implements javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/ListCellRenderer.html?is-external=true" title="class or interface in javax.swing" class="externalLink">ListCellRenderer</a>&lt;E&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesDemo.ComboBoxListCellRenderer.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesDemo.ComboBoxListCellRenderer</span></a></li> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesHeatMapDemo.ComboBoxListCellRenderer.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesHeatMapDemo.ComboBoxListCellRenderer</span></a></li> </ul> </li> <li class="circle">javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/DefaultTableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink"><span class="typeNameLink">DefaultTableCellRenderer</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>, javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>) <ul> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesDemo.NonOpaqueCellRenderer.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesDemo.NonOpaqueCellRenderer</span></a></li> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesHeatMapDemo.NonOpaqueCellRenderer.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesHeatMapDemo.NonOpaqueCellRenderer</span></a></li> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/NimbusCheckBoxRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">NimbusCheckBoxRenderer</span></a></li> </ul> </li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklines3dTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklines3dTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesArrayListBarChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesArrayListBarChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesBubbleHeatMapTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesBubbleHeatMapTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesHeatMapTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesHeatMapTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesMultiIntervalChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesMultiIntervalChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesTwoValueBarChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesTwoValueBarChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> </ul> </li> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">JPanel</span></a> (implements javax.accessibility.<a href="http://docs.oracle.com/javase/7/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility" class="externalLink">Accessible</a>) <ul> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesBarChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesBarChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesColorTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesColorTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesErrorBarChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesErrorBarChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesIntegerColorTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesIntegerColorTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesIntegerIconTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesIntegerIconTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesIntervalChartTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesIntervalChartTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesMultiLabelTableCellRenderer.html" title="class in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesMultiLabelTableCellRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> </ul> </li> </ul> </li> <li class="circle">java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/Window.html?is-external=true" title="class or interface in java.awt" class="externalLink"><span class="typeNameLink">Window</span></a> (implements javax.accessibility.<a href="http://docs.oracle.com/javase/7/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility" class="externalLink">Accessible</a>) <ul> <li class="circle">java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/Dialog.html?is-external=true" title="class or interface in java.awt" class="externalLink"><span class="typeNameLink">Dialog</span></a> <ul> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">JDialog</span></a> (implements javax.accessibility.<a href="http://docs.oracle.com/javase/7/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility" class="externalLink">Accessible</a>, javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/RootPaneContainer.html?is-external=true" title="class or interface in javax.swing" class="externalLink">RootPaneContainer</a>, javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/WindowConstants.html?is-external=true" title="class or interface in javax.swing" class="externalLink">WindowConstants</a>) <ul> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesMultiLabelDemo.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesMultiLabelDemo</span></a></li> </ul> </li> </ul> </li> <li class="circle">java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/Frame.html?is-external=true" title="class or interface in java.awt" class="externalLink"><span class="typeNameLink">Frame</span></a> (implements java.awt.<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/MenuContainer.html?is-external=true" title="class or interface in java.awt" class="externalLink">MenuContainer</a>) <ul> <li class="circle">javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing" class="externalLink"><span class="typeNameLink">JFrame</span></a> (implements javax.accessibility.<a href="http://docs.oracle.com/javase/7/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility" class="externalLink">Accessible</a>, javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/RootPaneContainer.html?is-external=true" title="class or interface in javax.swing" class="externalLink">RootPaneContainer</a>, javax.swing.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/WindowConstants.html?is-external=true" title="class or interface in javax.swing" class="externalLink">WindowConstants</a>) <ul> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesDemo.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesDemo</span></a></li> <li class="circle">no.uib.jsparklines.<a href="no/uib/jsparklines/JSparklinesHeatMapDemo.html" title="class in no.uib.jsparklines"><span class="typeNameLink">JSparklinesHeatMapDemo</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/GradientColorCoding.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">GradientColorCoding</span></a></li> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/HtmlLinksRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">HtmlLinksRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklines3dDataSeries.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklines3dDataSeries</span></a></li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklines3dDataset.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklines3dDataset</span></a></li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklinesDataSeries.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklinesDataSeries</span></a></li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklinesDataset.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklinesDataset</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklinesMultiLabel.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklinesMultiLabel</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/JSparklinesMultiLabelDataset.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">JSparklinesMultiLabelDataset</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/ReferenceArea.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">ReferenceArea</span></a></li> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/ReferenceLine.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">ReferenceLine</span></a></li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/StartIndexes.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">StartIndexes</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.extra.<a href="no/uib/jsparklines/extra/TrueFalseIconRenderer.html" title="class in no.uib.jsparklines.extra"><span class="typeNameLink">TrueFalseIconRenderer</span></a> (implements javax.swing.table.<a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table" class="externalLink">TableCellRenderer</a>)</li> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/Util.html" title="class in no.uib.jsparklines.renderers.util"><span class="typeNameLink">Util</span></a></li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/ValueAndBooleanDataPoint.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">ValueAndBooleanDataPoint</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/XYDataPoint.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">XYDataPoint</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> <li class="circle">no.uib.jsparklines.data.<a href="no/uib/jsparklines/data/XYZDataPoint.html" title="class in no.uib.jsparklines.data"><span class="typeNameLink">XYZDataPoint</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li> </ul> </li> </ul> </section> <section class="hierarchy"> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> <li class="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Object</span></a> <ul> <li class="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.lang.constant.Constable, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>) <ul> <li class="circle">no.uib.jsparklines.renderers.util.<a href="no/uib/jsparklines/renderers/util/GradientColorCoding.ColorGradient.html" title="enum in no.uib.jsparklines.renderers.util"><span class="typeNameLink">GradientColorCoding.ColorGradient</span></a></li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklines3dTableCellRenderer.PlotType.html" title="enum in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklines3dTableCellRenderer.PlotType</span></a></li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType.html" title="enum in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType</span></a></li> <li class="circle">no.uib.jsparklines.renderers.<a href="no/uib/jsparklines/renderers/JSparklinesTableCellRenderer.PlotType.html" title="enum in no.uib.jsparklines.renderers"><span class="typeNameLink">JSparklinesTableCellRenderer.PlotType</span></a></li> </ul> </li> </ul> </li> </ul> </section> </div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="index.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2020. All rights reserved.</small></p> </footer> </body> </html>
compomics/jsparklines
docs/javadoc/overview-tree.html
HTML
apache-2.0
35,450
<!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_26) on Sun Dec 30 01:26:13 PST 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapreduce.lib.partition.HashPartitioner (Hadoop 1.0.4-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2012-12-30"> <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.lib.partition.HashPartitioner (Hadoop 1.0.4-SNAPSHOT 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/lib/partition/HashPartitioner.html" title="class in org.apache.hadoop.mapreduce.lib.partition"><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/lib/partition//class-useHashPartitioner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashPartitioner.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.lib.partition.HashPartitioner</B></H2> </CENTER> No usage of org.apache.hadoop.mapreduce.lib.partition.HashPartitioner <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/lib/partition/HashPartitioner.html" title="class in org.apache.hadoop.mapreduce.lib.partition"><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/lib/partition//class-useHashPartitioner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashPartitioner.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>
davidl1/hortonworks-extension
build/docs/api/org/apache/hadoop/mapreduce/lib/partition/class-use/HashPartitioner.html
HTML
apache-2.0
6,304
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>StringMatchFilter.m_stringRegexToMatch Field</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">log4net SDK Reference</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">StringMatchFilter.m_stringRegexToMatch Field </h1> </div> </div> <div id="nstext"> <p> A string regex to match </p> <div class="syntax"> <span class="lang">[Visual Basic]</span> <br />Protected m_stringRegexToMatch As <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemStringClassTopic.asp">String</a></div> <div class="syntax"> <span class="lang">[C#]</span> <br />protected <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemStringClassTopic.asp">string</a> m_stringRegexToMatch;</div> <p> </p> <h4 class="dtH4">Remarks</h4> <p> <span class="missing">Missing &lt;remarks&gt; documentation for F:log4net.Filter.StringMatchFilter.m_stringRegexToMatch</span> </p> <h4 class="dtH4">See Also</h4> <p> <a href="log4net.Filter.StringMatchFilter.html">StringMatchFilter Class</a> | <a href="log4net.Filter.html">log4net.Filter Namespace</a></p> <hr /> <div id="footer"> <p> <a href="http://logging.apache.org/log4net">Copyright 2001-2006 The Apache Software Foundation.</a> </p> <p>Generated from assembly log4net [1.2.10.0]</p> </div> </div> </body> </html>
babaru/log4net
doc/release/sdk/log4net.Filter.StringMatchFilter.m_stringRegexToMatch.html
HTML
apache-2.0
2,061
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer (BOM: * : All 2.5.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentConsumer.html" target="_top">Frames</a></li> <li><a href="BackupForComponentConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.infinispan.cache_container">org.wildfly.swarm.config.infinispan.cache_container</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.infinispan.cache_container"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="type parameter in BackupForComponentConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BackupForComponentConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html#andThen-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="type parameter in BackupForComponentConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="type parameter in BackupForComponentConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BackupForComponentConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html#andThen-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="type parameter in BackupForComponentConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html" title="type parameter in ScatteredCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ScatteredCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html#backupForComponent-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer-">backupForComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&nbsp;consumer)</code> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="type parameter in DistributedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">DistributedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html#backupForComponent-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer-">backupForComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&nbsp;consumer)</code> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="type parameter in ReplicatedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ReplicatedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html#backupForComponent-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentConsumer-">backupForComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentConsumer</a>&nbsp;consumer)</code> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentConsumer.html" target="_top">Frames</a></li> <li><a href="BackupForComponentConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentConsumer.html
HTML
apache-2.0
13,410
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Wed Jan 04 17:08:18 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.NamingConsumer (Public javadocs 2017.1.1 API)</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.NamingConsumer (Public javadocs 2017.1.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/NamingConsumer.html" target="_top">Frames</a></li> <li><a href="NamingConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.NamingConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.NamingConsumer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a> in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</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>default <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">NamingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html#andThen-org.wildfly.swarm.config.NamingConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</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>default <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">NamingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html#andThen-org.wildfly.swarm.config.NamingConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/NamingConsumer.html" target="_top">Frames</a></li> <li><a href="NamingConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.1.1/apidocs/org/wildfly/swarm/config/class-use/NamingConsumer.html
HTML
apache-2.0
8,813
<!DOCTYPE html > <html > <head> <title> {gooraye:$f_siteTitle} {gooraye:$f_siteName}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="{gooraye:$f_metaKeyword}" /> <meta name="description" content="{gooraye:$f_metaDes}" /> <meta http-equiv="MSThemeCompatible" content="Yes" /> <!-- <link rel="stylesheet" type="text/css" href="{gooraye::RES}/css/style_2_common.css" /> --> <link href="{gooraye::STATICS}/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <script>var SITEURL='';</script> <!-- <script src="{gooraye::RES}/js/common.js" type="text/javascript"></script> --> <script src="{gooraye::STATICS}/jquery-1.9.1.js" type="text/javascript"></script> <script src="{gooraye::RES}/js/index.js" type="text/javascript"></script> <link href="{gooraye::RES}/css/style.css" rel="stylesheet" type="text/css" /> <link href="{gooraye::RES}/css/user.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> $(function(){ initComponent(); }) </script> <style type="text/css"> .mask{ width: 99999px; height: 99999px; background: rgba(85, 85, 85, 0.55); position: absolute; z-index: 10; top: 0px; } .goorayealert{ display: none; background: #f8f8f8; padding: 15px; top:100px; width:460px; position: absolute; left: 50%; z-index: 15; margin-left: -230px; } .alertcontent{ background-color: #fff; } .close:hover{ color:#000; } .close{ float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; top:-6px; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20); cursor: pointer; position: relative; } </style> </head> <body id="nv_member" class="pg_CURMODULE"> <div class="topbg"> <!-- top START --> <div class="top"> <!-- toplink START --> <div class="toplink"> <div class="memberinfo" id="destoon_member"> <a href="{gooraye::U('User/Index/index')}"> <img class="logo" src="{gooraye::RES}/images/logo.png"> </a> <!-- <img src="{gooraye:$wecha.headerpic}" width="60" height="60"> <strong>{gooraye:$wecha.wxname}</strong><a href="#" target="_blank" class="vipimg vip-icon<php>echo $userinfo['taxisid']-1;</php>" title=""></a> --> <if condition="$_SESSION[uid]==false"> <else/> 你好,<a href="{gooraye::U('User/Index/index')}" hidefocus="true" ><span style="color:#f40">{gooraye:$Think.session.uname}</span></a>(uid:{gooraye:$Think.session.uid}) <a class="btn btn-small btn-inverse" href="{gooraye::U('System/Admin/logout')}" ><i class="fa fa-power-off " title="退出系统"></i></a> </if> </div> <!-- memberinfo END --> </div> <!-- toplink END --> </div> <!-- top END --> <!-- wp 块 START --> <div id="wp" class="wp"> <!-- contentmanage 块 START --> <div class="contentmanage"> <!-- developer 块 START --> <div class="developer">
gooraye/GoorayeWeixin
tpl/User/default/Index_header.html
HTML
apache-2.0
3,074
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_03.html">Class Test_AbaRouteValidator_03</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_4359_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03.html?line=44681#src-44681" >testAbaNumberCheck_4359_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:33:07 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_4359_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=40441#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4359_good_v7d.html
HTML
apache-2.0
9,178
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Fri Nov 14 18:25:20 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.thrift.ThriftServerRunner (HBase 0.98.8-hadoop2 API)</title> <meta name="date" content="2014-11-14"> <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.hadoop.hbase.thrift.ThriftServerRunner (HBase 0.98.8-hadoop2 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/hadoop/hbase/thrift/ThriftServerRunner.html" title="class in org.apache.hadoop.hbase.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.html" target="_top">Frames</a></li> <li><a href="ThriftServerRunner.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.hadoop.hbase.thrift.ThriftServerRunner" class="title">Uses of Class<br>org.apache.hadoop.hbase.thrift.ThriftServerRunner</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.thrift.ThriftServerRunner</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/hadoop/hbase/thrift/ThriftServerRunner.html" title="class in org.apache.hadoop.hbase.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.html" target="_top">Frames</a></li> <li><a href="ThriftServerRunner.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; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
devansh2015/hbase-0.98.8
docs/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.html
HTML
apache-2.0
4,584
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta httpEquiv="Content-Type" content="text/html; charset=utf-8"/> <title>Test results - Class carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec</title> <link href="base-style.css" rel="stylesheet" type="text/css"/> <link href="style.css" rel="stylesheet" type="text/css"/> <script src="report.js" type="text/javascript"></script> </head> <body> <div id="content"> <h1>Class carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec</h1> <div class="breadcrumbs"> <a href="index.html">all</a> &gt; <a href="carlosgsouza.vinylshop.functional.v1.html">carlosgsouza.vinylshop.functional.v1</a> &gt; SummaryFunctionalSpec</div> <div id="summary"> <table> <tr> <td> <div class="summaryGroup"> <table> <tr> <td> <div class="infoBox" id="tests"> <div class="counter">1</div> <p>tests</p> </div> </td> <td> <div class="infoBox" id="failures"> <div class="counter">0</div> <p>failures</p> </div> </td> <td> <div class="infoBox" id="duration"> <div class="counter">0.054s</div> <p>duration</p> </div> </td> </tr> </table> </div> </td> <td> <div class="infoBox success" id="successRate"> <div class="percent">100%</div> <p>successful</p> </div> </td> </tr> </table> </div> <div id="tabs"> <ul class="tabLinks"> <li> <a href="#tab0">Tests</a> </li> </ul> <div id="tab0" class="tab"> <h2>Tests</h2> <table> <thead> <tr> <th>Test</th> <th>Duration</th> <th>Result</th> </tr> </thead> <tr> <td class="success">should show a summary of the vinyls</td> <td>0.054s</td> <td class="success">passed</td> </tr> </table> </div> </div> <div id="footer"> <p>Generated by <a href="http://www.gradle.org">Gradle 1.8</a> at Dec 14, 2013 2:32:16 PM</p> </div> </div> </body>
carlosgsouza/types-and-quality
experiments/1_vinyl_collection/a0/analysis/data/pedro/snapshots/1386956683120/build/reports/tests/carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec.html
HTML
apache-2.0
1,764
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_222) on Thu Jan 16 21:49:29 PST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.datasketches.quantiles.DoublesUnionBuilder (datasketches-java 1.2.0-incubating API)</title> <meta name="date" content="2020-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.datasketches.quantiles.DoublesUnionBuilder (datasketches-java 1.2.0-incubating API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/datasketches/quantiles/class-use/DoublesUnionBuilder.html" target="_top">Frames</a></li> <li><a href="DoublesUnionBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.datasketches.quantiles.DoublesUnionBuilder" class="title">Uses of Class<br>org.apache.datasketches.quantiles.DoublesUnionBuilder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</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.datasketches.quantiles">org.apache.datasketches.quantiles</a></td> <td class="colLast"> <div class="block">The quantiles package contains stochastic streaming algorithms that enable single-pass analysis of the distribution of a stream of real (double) values or generic items.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.datasketches.quantiles"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</a> in <a href="../../../../../org/apache/datasketches/quantiles/package-summary.html">org.apache.datasketches.quantiles</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/datasketches/quantiles/package-summary.html">org.apache.datasketches.quantiles</a> that return <a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</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/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</a></code></td> <td class="colLast"><span class="typeNameLabel">DoublesUnion.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/datasketches/quantiles/DoublesUnion.html#builder--">builder</a></span>()</code> <div class="block">Returns a new UnionBuilder</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</a></code></td> <td class="colLast"><span class="typeNameLabel">DoublesUnionBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html#setMaxK-int-">setMaxK</a></span>(int&nbsp;maxK)</code> <div class="block">Sets the parameter <i>masK</i> that determines the maximum size of the sketch that results from a union and its accuracy.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/datasketches/quantiles/class-use/DoublesUnionBuilder.html" target="_top">Frames</a></li> <li><a href="DoublesUnionBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
DataSketches/DataSketches.github.io
api/java/snapshot/apidocs/org/apache/datasketches/quantiles/class-use/DoublesUnionBuilder.html
HTML
apache-2.0
7,944
<!DOCTYPE html> <html layout:decorate="~{layouts/adminlte}"> <head> <title>FormKiQ Server - Setup</title> </head> <body> <div layout:fragment="content"> <!-- Main content --> <section class="content"> <div class="row"> <form method="post"> <div class="box-body"> <th:block th:with="form=${flow.currentState.data},fielderrors=${flow.currentState.fielderrors}" th:if="${!flow.currentState.end}" th:include="fragments/component/form" /> <th:block th:with="form=${T(com.formkiq.forms.JSONService).instance().loadForm('com.formkiq.core.service.dto.Setupcomplete.form')}" th:if="${flow.currentState.end}" th:include="fragments/component/form" /> </div> </form> </div> </section> </div> </body> </html>
formkiq/formkiq-server
core/src/main/resources/templates/setup.html
HTML
apache-2.0
890
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Day57-vlvibesSwitch</title> <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script> <script src="https://rawgit.com/ngokevin/aframe-text-component/master/dist/aframe-text-component.min.js"></script> <script src="https://code.jquery.com/jquery-2.1.1.js"></script> </head> <body> <a-scene> <!-- camera --> <a-entity id="camera" rotation="0 0 0" position="0 0 0"> <a-camera> <a-entity cursor="maxDistance:10000" position="0 0 -1" color="pink" geometry="primitive:ring; color:pink; radiusInner:.005; radiusOuter:.01"></a-entity> </a-camera> </a-entity> <!--divs and baloon--> <a-entity id="titleName"></a-entity> <a-entity id="sphereA"> <a-sphere id="sphere1" visable="true" material="src:url(http://www.headsub.com/attachment/uq23A3T8/Templates/Textures/Football.png)" radius="1"></a-sphere> <a-animation attribute="position" from="0 -20 -2" to="0 0 -2"></a-animation> </a-entity> <!-- light --> <a-entity><a-entity id="light" light="color:#F5F5F5; intensity:2" position="-1 3 2"></a-entity></a-entity> <!-- sounds --> <a-entity id="vibes" geometry="primitive: plane" material="color: pink" position="-10 0 0" sound="src: vibes.mp3; autoplay: false"></a-entity> <a-entity id="mainMenu" position="-4.5 3.5 -8"><a-plane material="src:url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcT5l4ULXmIyLZDMgJ2-iUnWSINwaxERpLFlqwBtnEFekiYlwnyn)"></a-plane></a-entity> <a-sky color="#333"></a-sky> </a-scene> <script> $(document).ready(function(){ document.querySelector('#sphere1').addEventListener('click', function () { // text add $("a-scene").append('<a-entity><a-entity material="color:#F16785" scale="5 5 5" text="text:Lay ut"></a-entity><a-animation begin="500" attribute="position" from="20 0 -10" to=".15 0 -10"></a-animation></a-entity>'); $("a-scene").append('<a-entity><a-entity material="color:#F16785" scale="5 5 5" text="text:Virtual"></a-entity><a-animation begin="500" attribute="position" from="-20 0 -10" to="-10.5 0 -10"></a-animation></a-entity>'); // welcome slide in and slide out $("a-scene").append('<a-entity><a-entity material="color:#F16785" scale="1 1 1" text="text:Welcome to"></a-entity><a-animation begin="1100" attribute="position" from="-20 3 -10" to="-4 3 -10"></a-animation><a-animation begin="2000" attribute="position" from="-4 3 -10" to="-40 3 -10"></a-animation><a-animation begin="6050" attribute="position" from="-43 3 -10" to="-8 3 -10 -10"></a-animation></a-entity>'); // animated spotlight $("a-scene").append('<a-entity><a-entity id="spotLight" light="color:#F5F5F5; type:spot; intensity:1.8; angle:10"></a-entity><a-animation id="durAnimation" attribute="position" dur="5000" from="-25 -2 2" to="25 -1 4" repeat="indefinite"></a-animation></a-entity>'); // remove original sphere $(this).hide(1,function(){$(this).remove();}); // create new sphere $("a-scene").append('<a-entity id="sphereB" camera"><a-sphere position="0 0 -2" id="sphere1" material="src:url(http://www.headsub.com/attachment/uq23A3T8/Templates/Textures/Football.png)" radius="1"></a-sphere><a-animation attribute="position" from=0 0 -4" to="0 4 -8"></a-animation><a-animation begin="1410" attribute="rotation" dur="5000" fill="forwards" to="0 0 -360"></a-animation><a-animation attribute="position" begin="1710" from="0 4 -8" to="2 5 -8"></a-animation><a-animation attribute="position" begin="2500" from="2 5 -8" to="3.5 3.2 -8"></a-animation><a-animation attribute="position" begin="3400" from="3.5 3.2 -8" to="6.58 3.2 -8"></a-animation><a-animation attribute="position" begin="4500" from="6.58 3.2 -8" to="6.58 .9 -8"></a-animation></a-entity>'); // sphere slammer $("a-scene").append('<a-entity id="sphereRod"><a-cylinder></a-cylinder height="5"><a-animation begin="3800" attribute="position" from="6.58 20 -10" to="6.58 3.5 -10"></a-animation><a-animation begin="4500" attribute="position" from="6.58 3.5 -10" to="6.58 20 -10"></a-animation></a-entity>') // welcome slammer $("a-scene").append('<a-entity id="welcomeRod"><a-cylinder></a-cylinder height="5" rotation="0 0 180"><a-animation begin="6000" attribute="position" from="-41 3 -10" to="-10 3 -10 -10"></a-animation><a-animation begin="7500" attribute="position" from="-10 3 -10" to="-100 3 -10"></a-animation></a-entity>') }); document.querySelector('#mainMenu').addEventListener('toggle', function(){ $('a-scene').append('<a-entity id="lightSwitch"><a-plane material="src:url(https://d13yacurqjgara.cloudfront.net/users/63537/screenshots/1069396/toggle.gif)" position="-5.5 -3.5 -8"></a-plane></a-entity>') $('a-scene').append('<a-entity id="sphereMenu"><a-plane material="src:url(https://cdn2.iconfinder.com/data/icons/windows-8-metro-style/128/switch.png)" position="-5.5 3.5 -8"></a-plane></a-entity>') $('a-scene').append('<a-entity id="fogSwitch"><a-plane material="src:url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQaw2r7ErK7CnwqssEY1ulDL6s0gZe7raDCUaovxK4WMSkDrwubiF2M7w)" position="-5.5 -7 -8"></a-plane></a-entity>') $('a-scene').append('<a-entity id=spotLightSpeed><a-plane material="src:url(https://cdn0.iconfinder.com/data/icons/astronomy-1/500/speed-512.png)" position="-5.5 -9.5 -8"></a-plane></a-entity>'); $('a-scene').append('<a-entity id="cameraSwitch"><a-plane material="src:url()" position="-5.5 -12 -8"></a-plane></a-entity>'); $('a-scene')append('<a-entity id="vibesSwitch"><a-plane material="src:url()" position="-5.5 -14.5 -8"></a-plane></a-entity>') }) document.querySelector('#sphereMenu').addEventListener('click', function () { $('a-scene').append('<a-entity id="MENU"><a-plane height="2" width="10" position="2 5 -7"></a-plane></a-entity>') $('a-scene').append('<a-plane id="futbol" height="1.5" width="1.5" position="-1.5 5 -6.8" material="src:url(http://www.headsub.com/attachment/uq23A3T8/Templates/Textures/Football.png)"></a-plane>') $('a-scene').append('<a-entity id="bask"><a-plane id="basketball" height="1.5" width="1.5" position=".5 5 -6.8" material="src:url(http://www.robinwood.com/Catalog/FreeStuff/Textures/TextureDownloads/Balls/BasketballColor.jpg)"></a-plane></a-entity>'); }); document.querySelector('#bask').addEventListener('toggle', function () { $('#sphere1').attr('material', 'src:url(http://www.robinwood.com/Catalog/FreeStuff/Textures/TextureDownloads/Balls/BasketballColor.jpg)'); }); document.querySelector('#lightSwitch').addEventListener('click', function () { $('#light').attr('light','color:#555555; intensity:5'); }); document.querySelector('#fogSwitch').addEventListener('click', function () { $('#light').attr('light','color:#555555; intensity:5'); }); document.querySelector('#spotLightSpeed').addEventListener('click', function () { $('#durAnimation').attr('dur','3000'); }); document.querySelector('#cameraSwitch').addEventListener('click', function () { $('#camera').attr('position','5 0 0'); $('#camera').attr('rotation','20 0 0'); }); document.querySelector('#vibesSwitch').addEventListener('click', function(){ $('#vibes').attr('autoplay', 'true'); }) }); </script> </body> </html>
VirtualLayout/360sites
day57-vlVibesSwitch.html
HTML
apache-2.0
7,334
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:27:29 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PythonParserConstants (PMD Python 5.5.1 API)</title> <meta name="date" content="2016-07-27"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="PythonParserConstants (PMD Python 5.5.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PythonParserConstants.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserTokenManager.html" title="class in net.sourceforge.pmd.lang.python.ast"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html" target="_top">Frames</a></li> <li><a href="PythonParserConstants.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">net.sourceforge.pmd.lang.python.ast</div> <h2 title="Interface PythonParserConstants" class="title">Interface PythonParserConstants</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserTokenManager.html" title="class in net.sourceforge.pmd.lang.python.ast">PythonParserTokenManager</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">PythonParserConstants</span></pre> <div class="block">Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#AND">AND</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#AND_BOOL">AND_BOOL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#ANDEQ">ANDEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#AS">AS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#ASSERT">ASSERT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#AT">AT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#BINNUMBER">BINNUMBER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#BREAK">BREAK</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#CLASS">CLASS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#COLON">COLON</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#COMMA">COMMA</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#COMPLEX">COMPLEX</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#CONTINUATION">CONTINUATION</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#CONTINUE">CONTINUE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DECNUMBER">DECNUMBER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DEF">DEF</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DEFAULT">DEFAULT</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DEL">DEL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DIGIT">DIGIT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DIVIDE">DIVIDE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DIVIDEEQ">DIVIDEEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#DOT">DOT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#ELIF">ELIF</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#ELSE">ELSE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EOF">EOF</a></span></code> <div class="block">End of File.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EQEQUAL">EQEQUAL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EQGREATER">EQGREATER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EQLESS">EQLESS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EQUAL">EQUAL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EXCEPT">EXCEPT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EXEC">EXEC</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#EXPONENT">EXPONENT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FINALLY">FINALLY</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FLOAT">FLOAT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FLOORDIVIDE">FLOORDIVIDE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FLOORDIVIDEEQ">FLOORDIVIDEEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FOR">FOR</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#FROM">FROM</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#GLOBAL">GLOBAL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#GREATER">GREATER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#HEXNUMBER">HEXNUMBER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IF">IF</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IMPORT">IMPORT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN">IN</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING11">IN_BSTRING11</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING13">IN_BSTRING13</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING1NLC">IN_BSTRING1NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING21">IN_BSTRING21</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING23">IN_BSTRING23</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_BSTRING2NLC">IN_BSTRING2NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING11">IN_STRING11</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING13">IN_STRING13</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING1NLC">IN_STRING1NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING21">IN_STRING21</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING23">IN_STRING23</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_STRING2NLC">IN_STRING2NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING11">IN_USTRING11</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING13">IN_USTRING13</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING1NLC">IN_USTRING1NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING21">IN_USTRING21</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING23">IN_USTRING23</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IN_USTRING2NLC">IN_USTRING2NLC</a></span></code> <div class="block">Lexical state.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#IS">IS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LAMBDA">LAMBDA</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LBRACE">LBRACE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LBRACKET">LBRACKET</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LESS">LESS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LESSGREATER">LESSGREATER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LETTER">LETTER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LPAREN">LPAREN</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LSHIFT">LSHIFT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#LSHIFTEQ">LSHIFTEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MINUS">MINUS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MINUSEQ">MINUSEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MODULO">MODULO</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MODULOEQ">MODULOEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MULTIPLY">MULTIPLY</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#MULTIPLYEQ">MULTIPLYEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#NAME">NAME</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#NEWLINE">NEWLINE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#NOT">NOT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#NOT_BOOL">NOT_BOOL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#NOTEQUAL">NOTEQUAL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#OCTNUMBER">OCTNUMBER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#OR">OR</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#OR_BOOL">OR_BOOL</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#OREQ">OREQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#PASS">PASS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#PLUS">PLUS</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#PLUSEQ">PLUSEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#POWER">POWER</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#POWEREQ">POWEREQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#PRINT">PRINT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RAISE">RAISE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RBRACE">RBRACE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RBRACKET">RBRACKET</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RETURN">RETURN</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RPAREN">RPAREN</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RSHIFT">RSHIFT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#RSHIFTEQ">RSHIFTEQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SEMICOLON">SEMICOLON</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_BSTRING">SINGLE_BSTRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_BSTRING2">SINGLE_BSTRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_STRING">SINGLE_STRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_STRING2">SINGLE_STRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_USTRING">SINGLE_USTRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SINGLE_USTRING2">SINGLE_USTRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#SPACE">SPACE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#tokenImage">tokenImage</a></span></code> <div class="block">Literal token values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRAILING_COMMENT">TRAILING_COMMENT</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_BSTRING">TRIPLE_BSTRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_BSTRING2">TRIPLE_BSTRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_STRING">TRIPLE_STRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_STRING2">TRIPLE_STRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_USTRING">TRIPLE_USTRING</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRIPLE_USTRING2">TRIPLE_USTRING2</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#TRY">TRY</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#WHILE">WHILE</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#WITH">WITH</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#XOR">XOR</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#XOREQ">XOREQ</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html#YIELD">YIELD</a></span></code> <div class="block">RegularExpression Id.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="EOF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EOF</h4> <pre>static final&nbsp;int EOF</pre> <div class="block">End of File.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EOF">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SPACE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SPACE</h4> <pre>static final&nbsp;int SPACE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SPACE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="CONTINUATION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONTINUATION</h4> <pre>static final&nbsp;int CONTINUATION</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.CONTINUATION">Constant Field Values</a></dd> </dl> </li> </ul> <a name="NEWLINE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NEWLINE</h4> <pre>static final&nbsp;int NEWLINE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.NEWLINE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRAILING_COMMENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRAILING_COMMENT</h4> <pre>static final&nbsp;int TRAILING_COMMENT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRAILING_COMMENT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LPAREN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LPAREN</h4> <pre>static final&nbsp;int LPAREN</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LPAREN">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RPAREN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RPAREN</h4> <pre>static final&nbsp;int RPAREN</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RPAREN">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LBRACE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LBRACE</h4> <pre>static final&nbsp;int LBRACE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LBRACE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RBRACE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RBRACE</h4> <pre>static final&nbsp;int RBRACE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RBRACE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LBRACKET"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LBRACKET</h4> <pre>static final&nbsp;int LBRACKET</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LBRACKET">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RBRACKET"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RBRACKET</h4> <pre>static final&nbsp;int RBRACKET</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RBRACKET">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SEMICOLON"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SEMICOLON</h4> <pre>static final&nbsp;int SEMICOLON</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SEMICOLON">Constant Field Values</a></dd> </dl> </li> </ul> <a name="COMMA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>COMMA</h4> <pre>static final&nbsp;int COMMA</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.COMMA">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DOT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DOT</h4> <pre>static final&nbsp;int DOT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DOT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="COLON"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>COLON</h4> <pre>static final&nbsp;int COLON</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.COLON">Constant Field Values</a></dd> </dl> </li> </ul> <a name="PLUS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PLUS</h4> <pre>static final&nbsp;int PLUS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.PLUS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MINUS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MINUS</h4> <pre>static final&nbsp;int MINUS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MINUS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MULTIPLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MULTIPLY</h4> <pre>static final&nbsp;int MULTIPLY</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MULTIPLY">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DIVIDE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DIVIDE</h4> <pre>static final&nbsp;int DIVIDE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DIVIDE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FLOORDIVIDE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLOORDIVIDE</h4> <pre>static final&nbsp;int FLOORDIVIDE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FLOORDIVIDE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="POWER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>POWER</h4> <pre>static final&nbsp;int POWER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.POWER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LSHIFT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LSHIFT</h4> <pre>static final&nbsp;int LSHIFT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LSHIFT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RSHIFT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RSHIFT</h4> <pre>static final&nbsp;int RSHIFT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RSHIFT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MODULO"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MODULO</h4> <pre>static final&nbsp;int MODULO</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MODULO">Constant Field Values</a></dd> </dl> </li> </ul> <a name="NOT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NOT</h4> <pre>static final&nbsp;int NOT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.NOT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="XOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XOR</h4> <pre>static final&nbsp;int XOR</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.XOR">Constant Field Values</a></dd> </dl> </li> </ul> <a name="OR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OR</h4> <pre>static final&nbsp;int OR</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.OR">Constant Field Values</a></dd> </dl> </li> </ul> <a name="AND"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>AND</h4> <pre>static final&nbsp;int AND</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.AND">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EQUAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EQUAL</h4> <pre>static final&nbsp;int EQUAL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EQUAL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="GREATER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GREATER</h4> <pre>static final&nbsp;int GREATER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.GREATER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LESS</h4> <pre>static final&nbsp;int LESS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LESS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EQEQUAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EQEQUAL</h4> <pre>static final&nbsp;int EQEQUAL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EQEQUAL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EQLESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EQLESS</h4> <pre>static final&nbsp;int EQLESS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EQLESS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EQGREATER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EQGREATER</h4> <pre>static final&nbsp;int EQGREATER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EQGREATER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LESSGREATER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LESSGREATER</h4> <pre>static final&nbsp;int LESSGREATER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LESSGREATER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="NOTEQUAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NOTEQUAL</h4> <pre>static final&nbsp;int NOTEQUAL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.NOTEQUAL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="PLUSEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PLUSEQ</h4> <pre>static final&nbsp;int PLUSEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.PLUSEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MINUSEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MINUSEQ</h4> <pre>static final&nbsp;int MINUSEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MINUSEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MULTIPLYEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MULTIPLYEQ</h4> <pre>static final&nbsp;int MULTIPLYEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MULTIPLYEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DIVIDEEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DIVIDEEQ</h4> <pre>static final&nbsp;int DIVIDEEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DIVIDEEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FLOORDIVIDEEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLOORDIVIDEEQ</h4> <pre>static final&nbsp;int FLOORDIVIDEEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FLOORDIVIDEEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="MODULOEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MODULOEQ</h4> <pre>static final&nbsp;int MODULOEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.MODULOEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ANDEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ANDEQ</h4> <pre>static final&nbsp;int ANDEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.ANDEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="OREQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OREQ</h4> <pre>static final&nbsp;int OREQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.OREQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="XOREQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XOREQ</h4> <pre>static final&nbsp;int XOREQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.XOREQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LSHIFTEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LSHIFTEQ</h4> <pre>static final&nbsp;int LSHIFTEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LSHIFTEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RSHIFTEQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RSHIFTEQ</h4> <pre>static final&nbsp;int RSHIFTEQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RSHIFTEQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="POWEREQ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>POWEREQ</h4> <pre>static final&nbsp;int POWEREQ</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.POWEREQ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="OR_BOOL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OR_BOOL</h4> <pre>static final&nbsp;int OR_BOOL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.OR_BOOL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="AND_BOOL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>AND_BOOL</h4> <pre>static final&nbsp;int AND_BOOL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.AND_BOOL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="NOT_BOOL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NOT_BOOL</h4> <pre>static final&nbsp;int NOT_BOOL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.NOT_BOOL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IS</h4> <pre>static final&nbsp;int IS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN</h4> <pre>static final&nbsp;int IN</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LAMBDA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LAMBDA</h4> <pre>static final&nbsp;int LAMBDA</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LAMBDA">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IF</h4> <pre>static final&nbsp;int IF</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IF">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ELSE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ELSE</h4> <pre>static final&nbsp;int ELSE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.ELSE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ELIF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ELIF</h4> <pre>static final&nbsp;int ELIF</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.ELIF">Constant Field Values</a></dd> </dl> </li> </ul> <a name="WHILE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>WHILE</h4> <pre>static final&nbsp;int WHILE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.WHILE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FOR</h4> <pre>static final&nbsp;int FOR</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FOR">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRY</h4> <pre>static final&nbsp;int TRY</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRY">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EXCEPT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EXCEPT</h4> <pre>static final&nbsp;int EXCEPT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EXCEPT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DEF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEF</h4> <pre>static final&nbsp;int DEF</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DEF">Constant Field Values</a></dd> </dl> </li> </ul> <a name="CLASS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CLASS</h4> <pre>static final&nbsp;int CLASS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.CLASS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FINALLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FINALLY</h4> <pre>static final&nbsp;int FINALLY</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FINALLY">Constant Field Values</a></dd> </dl> </li> </ul> <a name="PRINT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PRINT</h4> <pre>static final&nbsp;int PRINT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.PRINT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="PASS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PASS</h4> <pre>static final&nbsp;int PASS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.PASS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="BREAK"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BREAK</h4> <pre>static final&nbsp;int BREAK</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.BREAK">Constant Field Values</a></dd> </dl> </li> </ul> <a name="CONTINUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CONTINUE</h4> <pre>static final&nbsp;int CONTINUE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.CONTINUE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RETURN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RETURN</h4> <pre>static final&nbsp;int RETURN</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RETURN">Constant Field Values</a></dd> </dl> </li> </ul> <a name="YIELD"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>YIELD</h4> <pre>static final&nbsp;int YIELD</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.YIELD">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IMPORT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IMPORT</h4> <pre>static final&nbsp;int IMPORT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IMPORT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FROM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FROM</h4> <pre>static final&nbsp;int FROM</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FROM">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEL</h4> <pre>static final&nbsp;int DEL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DEL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="RAISE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RAISE</h4> <pre>static final&nbsp;int RAISE</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.RAISE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="GLOBAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GLOBAL</h4> <pre>static final&nbsp;int GLOBAL</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.GLOBAL">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EXEC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EXEC</h4> <pre>static final&nbsp;int EXEC</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EXEC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ASSERT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ASSERT</h4> <pre>static final&nbsp;int ASSERT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.ASSERT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="AS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>AS</h4> <pre>static final&nbsp;int AS</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.AS">Constant Field Values</a></dd> </dl> </li> </ul> <a name="WITH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>WITH</h4> <pre>static final&nbsp;int WITH</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.WITH">Constant Field Values</a></dd> </dl> </li> </ul> <a name="AT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>AT</h4> <pre>static final&nbsp;int AT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.AT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NAME</h4> <pre>static final&nbsp;int NAME</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.NAME">Constant Field Values</a></dd> </dl> </li> </ul> <a name="LETTER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LETTER</h4> <pre>static final&nbsp;int LETTER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.LETTER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DECNUMBER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DECNUMBER</h4> <pre>static final&nbsp;int DECNUMBER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DECNUMBER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="HEXNUMBER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>HEXNUMBER</h4> <pre>static final&nbsp;int HEXNUMBER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.HEXNUMBER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="OCTNUMBER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OCTNUMBER</h4> <pre>static final&nbsp;int OCTNUMBER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.OCTNUMBER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="BINNUMBER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BINNUMBER</h4> <pre>static final&nbsp;int BINNUMBER</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.BINNUMBER">Constant Field Values</a></dd> </dl> </li> </ul> <a name="FLOAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FLOAT</h4> <pre>static final&nbsp;int FLOAT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.FLOAT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="COMPLEX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>COMPLEX</h4> <pre>static final&nbsp;int COMPLEX</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.COMPLEX">Constant Field Values</a></dd> </dl> </li> </ul> <a name="EXPONENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EXPONENT</h4> <pre>static final&nbsp;int EXPONENT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.EXPONENT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DIGIT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DIGIT</h4> <pre>static final&nbsp;int DIGIT</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DIGIT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_STRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_STRING</h4> <pre>static final&nbsp;int SINGLE_STRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_STRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_STRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_STRING2</h4> <pre>static final&nbsp;int SINGLE_STRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_STRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_STRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_STRING</h4> <pre>static final&nbsp;int TRIPLE_STRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_STRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_STRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_STRING2</h4> <pre>static final&nbsp;int TRIPLE_STRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_STRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_BSTRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_BSTRING</h4> <pre>static final&nbsp;int SINGLE_BSTRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_BSTRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_BSTRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_BSTRING2</h4> <pre>static final&nbsp;int SINGLE_BSTRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_BSTRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_BSTRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_BSTRING</h4> <pre>static final&nbsp;int TRIPLE_BSTRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_BSTRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_BSTRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_BSTRING2</h4> <pre>static final&nbsp;int TRIPLE_BSTRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_BSTRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_USTRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_USTRING</h4> <pre>static final&nbsp;int SINGLE_USTRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_USTRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="SINGLE_USTRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SINGLE_USTRING2</h4> <pre>static final&nbsp;int SINGLE_USTRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.SINGLE_USTRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_USTRING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_USTRING</h4> <pre>static final&nbsp;int TRIPLE_USTRING</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_USTRING">Constant Field Values</a></dd> </dl> </li> </ul> <a name="TRIPLE_USTRING2"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRIPLE_USTRING2</h4> <pre>static final&nbsp;int TRIPLE_USTRING2</pre> <div class="block">RegularExpression Id.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.TRIPLE_USTRING2">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DEFAULT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEFAULT</h4> <pre>static final&nbsp;int DEFAULT</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.DEFAULT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING11"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING11</h4> <pre>static final&nbsp;int IN_STRING11</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING11">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING21"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING21</h4> <pre>static final&nbsp;int IN_STRING21</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING21">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING13"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING13</h4> <pre>static final&nbsp;int IN_STRING13</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING13">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING23"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING23</h4> <pre>static final&nbsp;int IN_STRING23</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING23">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING11"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING11</h4> <pre>static final&nbsp;int IN_BSTRING11</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING11">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING21"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING21</h4> <pre>static final&nbsp;int IN_BSTRING21</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING21">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING13"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING13</h4> <pre>static final&nbsp;int IN_BSTRING13</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING13">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING23"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING23</h4> <pre>static final&nbsp;int IN_BSTRING23</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING23">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING11"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING11</h4> <pre>static final&nbsp;int IN_USTRING11</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING11">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING21"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING21</h4> <pre>static final&nbsp;int IN_USTRING21</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING21">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING13"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING13</h4> <pre>static final&nbsp;int IN_USTRING13</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING13">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING23"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING23</h4> <pre>static final&nbsp;int IN_USTRING23</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING23">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING1NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING1NLC</h4> <pre>static final&nbsp;int IN_STRING1NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING1NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_STRING2NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_STRING2NLC</h4> <pre>static final&nbsp;int IN_STRING2NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_STRING2NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING1NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING1NLC</h4> <pre>static final&nbsp;int IN_USTRING1NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING1NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_USTRING2NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_USTRING2NLC</h4> <pre>static final&nbsp;int IN_USTRING2NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_USTRING2NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING1NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING1NLC</h4> <pre>static final&nbsp;int IN_BSTRING1NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING1NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="IN_BSTRING2NLC"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>IN_BSTRING2NLC</h4> <pre>static final&nbsp;int IN_BSTRING2NLC</pre> <div class="block">Lexical state.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#net.sourceforge.pmd.lang.python.ast.PythonParserConstants.IN_BSTRING2NLC">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tokenImage"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>tokenImage</h4> <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] tokenImage</pre> <div class="block">Literal token values.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PythonParserConstants.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../net/sourceforge/pmd/lang/python/ast/PythonParserTokenManager.html" title="class in net.sourceforge.pmd.lang.python.ast"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html" target="_top">Frames</a></li> <li><a href="PythonParserConstants.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p> </body> </html>
jasonwee/videoOnCloud
pmd/pmd-doc-5.5.1/pmd-python/apidocs/net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html
HTML
apache-2.0
95,162
<template name="ListStudent"> {{#IfLoggedIn}} <div class="row" style="background-image: url('/images/textbookheader.png'); background-size: cover;"> <div class="col-md-10"> <div class="bumper"> <table class="table table-hover" style="background-color: white; border-top: 5px solid #00AFDD;"> <thead> <tr> <th>First</th> <th>Last</th> <th>Email</th> <th></th> </tr> </thead> <tbody> {{#each studentList}} <tr> <td>{{first}}</td> <td>{{last}}</td> <td>{{email}}</td> <td><a class="deletestudent button1" style="font-size: 10px" href="#">BAN</a></td> </tr> {{/each}} </tbody> </table> </div> </div> <div class="col-md-2" style="background-color: rgba(250,250,250,0.7);"> <div class="bumper"> <div class="matchbox"> <h1 style="text-align: center; padding-bottom: 10px;">BANNED STUDENTS</h1> </div> <table class="table table-hover" style="background-color: white; border-top: 5px solid #00AFDD;"> <thead> <tr> <th>Email</th> <th></th> </tr> </thead> <tbody> {{#each banList}} <tr> <td>{{email}}</td> <td><a class="unban button1" style="font-size: 10px" href="#">UNBAN</a></td> </tr> {{/each}} </tbody> </table> </div> </div> </div> {{/IfLoggedIn}} </template>
textbookmania/SkyBlue
app/client/templates/pages/Student/ListStudent.html
HTML
apache-2.0
1,610
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ttt</title> <link rel="stylesheet" href="style.css"> </head> <body> <div> <form method="post" action="/shop/register"> </form> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script type="text/javascript" src="assets/js/jquery.jcarousellite.js"></script> <script type="text/javascript" src="assets/js/jquery.cookie.min.js"></script> <script type="text/javascript" src="assets/js/jquery.validate.js"></script> <script type="text/javascript" src="assets/js/jquery.form.js"></script> <script type="text/javascript" src="assets/js/script.js"></script> <script type="text/javascript" src="assets/js/reg.js"></script> </body> </html>
andreiHi/hincuA
internet_shop/src/test/java/ru/job4j/shop/test/test.html
HTML
apache-2.0
762
<pr-stack-widget options="widget.options" params="widget.params" filters="filters"></pr-stack-widget>
pulsarIO/pulsar-reporting-ui
app/src/prReporting/prDashboardWidgets/stack/view.html
HTML
apache-2.0
101
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hello Wooorld</title> <!-- Bootstrap --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link href="styles.css" rel="stylesheet"> </head> <body> <div class="container"> <h1>Welcome.</h1> <div id="nameInput" class="input-group-lg center-block helloInput"> <p class="lead">What is your name?</p> <input id="user_name" type="text" class="form-control" placeholder="name" aria-describedby="sizing-addon1" value="" /> </div> <p id="response" class="lead text-center"></p> <p id="databaseNames" class="lead text-center"></p> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="antixss.js" type="text/javascript"></script> <script> //Submit data when enter key is pressed $('#user_name').keydown(function(e) { var name = $('#user_name').val(); if (e.which == 13 && name.length > 0) { //catch Enter key //POST request to API to create a new visitor entry in the database $.ajax({ method: "POST", url: "./api/visitors", contentType: "application/json", data: JSON.stringify({name: name }) }) .done(function(data) { $('#response').html(AntiXSS.sanitizeInput(data)); $('#nameInput').hide(); getNames(); }); } }); //Retreive all the visitors from the database function getNames(){ $.get("./api/visitors") .done(function(data) { if(data.length > 0) { data.forEach(function(element, index) { data[index] = AntiXSS.sanitizeInput(element) }); $('#databaseNames').html("Database contents: " + JSON.stringify(data)); } }); } //Call getNames on page load. getNames(); </script> </body> </html>
Okisa/heroes-card
views/index.html
HTML
apache-2.0
2,563
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <span class='rank5 5.23758013687111'>?NEW</span> <span class='rank5 5.092407184714711'>YORK</span> <span class='rank4 4.3452095742978045'>BOTANICAL</span> <span class='rank5 4.836230413135688'>GARDEN</span> </br> <span class='rank24 23.68441486703646'>CULTIVATED</span> <span class='rank4 3.9555862618421074'>PLANTS</span> <span class='rank6 6.171300748459634'>OF</span> <span class='rank10 9.986050120726519'>GRAN</span> <span class='rank0 0.0'>D</span> <span class='rank2 2.156557235213036'>C/EfMAN</span> <span class='rank12 12.081526498619874'>EWI</span> </br> <span class='rank11 10.714595530729639'>VoI^SUZlJ</span> </br> <span class='rank12 12.270670438212889'>ÇÕÔivd'ta</span> <span class='rank6 6.37332945951861'>sp.</span> <span class='rank6 5.703960236633383'>L.</span> </br> <span class='rank5 5.131137911966853'>Shrub;</span> <span class='rank8 7.54588394801948'>Leaves</span> <span class='rank0 0.3947714162252218'>green</span> <span class='rank-17 -16.585643118145434'>containing</span> <span class='rank3 3.162206211046385'>white</span> <span class='rank11 11.18572446377565'>margins;</span> <span class='rank10 10.249410291448903'>full</span> <span class='rank17 17.287585110585724'>sunlight;</span> <span class='rank3 3.360632617274767'>rocky</span> <span class='rank2 2.416899481030569'>soil;</span> <span class='rank9 9.328301169609748'>1,5</span> <span class='rank8 7.947303845497636'>meters;</span> <span class='rank-12 -11.551466452746979'>abandoned</span> <span class='rank-3 -2.7004070387897556'>honesite,</span> <span class='rank2 2.2670777674599414'>South</span> <span class='rank12 12.082006686030129'>£cund</span> <span class='rank16 15.899761973947854'>Rd.,</span> <span class='rank17 16.53645291085764'>outside</span> <span class='rank6 6.129628052059067'>of</span> <span class='rank-13 -13.008372207453675'>Georgetown.</span> </br> <span class='rank2 1.9684131869572745'>goll</span> <span class='rank8 7.536541700381693'>N.</span> <span class='rank-13 -13.184994579363924'>Chevalier_</span> <span class='rank0 0.0'>1S1</span> <span class='rank3 2.8711404739185156'>August</span> <span class='rank7 7.181168483165266'>24,</span> <span class='rank4 3.8650293934949715'>1971</span> <span class='rank3 3.017868087179137'>det</span> </br> <span class='rank-3 -2.810734468887766'>00198996</span> </br> </br></br> <strong>Legend - </strong> Level of confidence that token is an accurately-transcribed word</br> <span class='rank-13'>&nbsp;&nbsp;&nbsp;</span> extremely low <span class='rank-7'>&nbsp;&nbsp;&nbsp;</span> very low <span class='rank-1'>&nbsp;&nbsp;&nbsp;</span> low <span class='rank0'>&nbsp;&nbsp;&nbsp;</span> undetermined <span class='rank1'>&nbsp;&nbsp;&nbsp;</span> medium <span class='rank6'>&nbsp;&nbsp;&nbsp;</span> high <span class='rank16'>&nbsp;&nbsp;&nbsp;</span> very high</br> </body> </html>
idigbio-citsci-hackathon/carrotFacetNgram
carrot2-webapp-3.8.1/herballsilvertrigram/00198996.txt.html
HTML
apache-2.0
2,934
<!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_26) on Mon May 07 13:00:01 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.TaskTracker (Hadoop 0.20.2-cdh3u4 API) </TITLE> <META NAME="date" CONTENT="2012-05-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.hadoop.mapred.TaskTracker (Hadoop 0.20.2-cdh3u4 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/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useTaskTracker.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskTracker.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.mapred.TaskTracker</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/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred">TaskTracker</A></FONT></TH> </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> </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/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred">TaskTracker</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/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred">TaskTracker</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;org.apache.hadoop.mapred.TaskRunner</CODE></FONT></TD> <TD><CODE><B>Task.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Task.html#createRunner(org.apache.hadoop.mapred.TaskTracker, org.apache.hadoop.mapred.TaskTracker.TaskInProgress, org.apache.hadoop.mapred.TaskTracker.RunningJob)">createRunner</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred">TaskTracker</A>&nbsp;tracker, org.apache.hadoop.mapred.TaskTracker.TaskInProgress&nbsp;tip, org.apache.hadoop.mapred.TaskTracker.RunningJob&nbsp;rjob)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return an approprate thread runner for this task.</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/mapred/TaskTracker.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useTaskTracker.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskTracker.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>
Shmuma/hadoop
docs/api/org/apache/hadoop/mapred/class-use/TaskTracker.html
HTML
apache-2.0
8,472
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:08 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>HTTPAcceptorSupplier (BOM: * : All 2012.12.0 API)</title> <meta name="date" content="2017-12-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="HTTPAcceptorSupplier (BOM: * : All 2012.12.0 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HTTPAcceptorSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPConnector.html" title="class in org.wildfly.swarm.config.messaging.activemq.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorSupplier.html" target="_top">Frames</a></li> <li><a href="HTTPAcceptorSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.messaging.activemq.server</div> <h2 title="Interface HTTPAcceptorSupplier" class="title">Interface HTTPAcceptorSupplier&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptor.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">HTTPAcceptor</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">HTTPAcceptorSupplier&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptor.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">HTTPAcceptor</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptor.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">HTTPAcceptor</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of HTTPAcceptor resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptor.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">HTTPAcceptor</a>&nbsp;get()</pre> <div class="block">Constructed instance of HTTPAcceptor resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HTTPAcceptorSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/HTTPConnector.html" title="class in org.wildfly.swarm.config.messaging.activemq.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorSupplier.html" target="_top">Frames</a></li> <li><a href="HTTPAcceptorSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2012.12.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/HTTPAcceptorSupplier.html
HTML
apache-2.0
9,740
<!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>Test lasp_SUITE:enforce_once_test result</title> <meta http-equiv="cache-control" content="no-cache"></meta> <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta> <link rel="stylesheet" href="../../ct_default.css" type="text/css"></link> <script type="text/javascript" src="../../jquery-latest.js"></script> <script type="text/javascript" src="../../jquery.tablesorter.min.js"></script> </head> <body> <a name="top"></a><pre> === Test case: <a href="lasp_suite.src.html#enforce_once_test-1">lasp_SUITE:enforce_once_test/1</a> (click for source code) === Config value: [{watchdog,&lt;0.501.0&gt;}, {tc_logfile,"/Users/anne-francevanswieten/lasp/_build/test/logs/[email protected]_21.47.49/lib.lasp.lasp_SUITE.logs/run.2017-05-05_21.47.49/lasp_suite.enforce_once_test.html"}, {tc_group_properties,[]}, {tc_group_path,[]}, {data_dir,"/Users/anne-francevanswieten/lasp/_build/test/lib/lasp/test/lasp_SUITE_data/"}, {priv_dir,"/Users/anne-francevanswieten/lasp/_build/test/logs/[email protected]_21.47.49/lib.lasp.lasp_SUITE.logs/run.2017-05-05_21.47.49/log_private/"}] === Current directory is "/Users/anne-francevanswieten/lasp/_build/test/logs/[email protected]_21.47.49" === Started at 2017-05-05 21:53:12 <br /> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.275 ***</b> Beginning case: enforce_once_test </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.291 ***</b> 21:53:12.291 [info] Configured peer_service_manager partisan_default_peer_service_manager on node 'runner@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.334 ***</b> 21:53:12.334 [info] Application partisan started on node 'runner@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.334 ***</b> 21:53:12.334 [info] Setting jitter: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.337 ***</b> 21:53:12.337 [info] Setting tutorial: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.340 ***</b> 21:53:12.339 [info] Setting event interval: 0 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.342 ***</b> 21:53:12.342 [info] Setting max events: 1000 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.345 ***</b> 21:53:12.345 [info] Setting extended logging: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.349 ***</b> 21:53:12.349 [info] Setting mailbox logging: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.352 ***</b> 21:53:12.352 [info] Setting operation mode: state_based </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.355 ***</b> 21:53:12.355 [info] Setting set type: orset </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.360 ***</b> 21:53:12.360 [info] Setting broadcast: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.403 ***</b> 21:53:12.403 [info] Membership: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.406 ***</b> 21:53:12.406 [info] Workflow: true </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.417 ***</b> 21:53:12.417 [info] AdClientEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.422 ***</b> 21:53:12.422 [info] AdServerEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.425 ***</b> 21:53:12.425 [info] TournClientEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.428 ***</b> 21:53:12.427 [info] TournServerEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.430 ***</b> 21:53:12.430 [info] ThroughputType: gset </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.433 ***</b> 21:53:12.433 [info] ThroughputClientEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.435 ***</b> 21:53:12.435 [info] ThroughputServerEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.438 ***</b> 21:53:12.438 [info] DivergenceType: gcounter </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.441 ***</b> 21:53:12.440 [info] DivergenceClientEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.443 ***</b> 21:53:12.443 [info] DivergenceServerEnabled: false </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:12.456 ***</b> 21:53:12.456 [info] Application lasp started on node 'runner@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:13.717 ***</b> 21:53:13.716 [info] Enabling membership... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:13.718 ***</b> 21:53:13.718 [info] Disabling blocking sync... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:13.723 ***</b> 21:53:13.722 [info] Configured peer_service_manager partisan_default_peer_service_manager on node 'node-1@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:15.261 ***</b> 21:53:15.261 [info] Enabling membership... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:15.263 ***</b> 21:53:15.263 [info] Disabling blocking sync... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:15.268 ***</b> 21:53:15.268 [info] Configured peer_service_manager partisan_default_peer_service_manager on node 'node-2@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:16.774 ***</b> 21:53:16.774 [info] Enabling membership... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:16.776 ***</b> 21:53:16.776 [info] Disabling blocking sync... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:16.781 ***</b> 21:53:16.781 [info] Configured peer_service_manager partisan_default_peer_service_manager on node 'node-3@MacBook-Pro-de-Anne-France' </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.029 ***</b> Joining node: 'node-3@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52183 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.030 ***</b> Joining issued: 'node-3@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52183 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.031 ***</b> Joining node: 'node-2@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52166 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.032 ***</b> Joining issued: 'node-2@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52166 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.032 ***</b> Joining node: 'node-1@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52154 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.033 ***</b> Joining issued: 'node-1@MacBook-Pro-de-Anne-France' to 'runner@MacBook-Pro-de-Anne-France' at port 52154 </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.094 ***</b> Waiting for join to complete with manager: partisan_default_peer_service_manager </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.096 ***</b> Finished. </pre></div> <pre> </pre> <div class="ct_internal"><pre><b>*** CT 2017-05-05 21:53:17.096 *** COVER INFO</b> Adding nodes to cover test: ['runner@MacBook-Pro-de-Anne-France'] </pre></div> <pre> </pre> <div class="ct_internal"><pre><b>*** CT 2017-05-05 21:53:17.105 *** COVER INFO</b> Successfully added nodes to cover test: [] </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.105 ***</b> 21:53:17.105 [info] Manager: partisan_default_peer_service_manager </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.105 ***</b> 21:53:17.105 [info] Nodes: ['runner@MacBook-Pro-de-Anne-France','node-3@MacBook-Pro-de-Anne-France','node-2@MacBook-Pro-de-Anne-France','node-1@MacBook-Pro-de-Anne-France'] </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:17.105 ***</b> 21:53:17.105 [info] Waiting for cluster to stabilize. </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:27.112 ***</b> 21:53:27.112 [info] Adding invariant on node: 'node-1@MacBook-Pro-de-Anne-France'! </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:27.113 ***</b> 21:53:27.113 [info] Invariant configured! </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:27.142 ***</b> 21:53:27.142 [info] Waiting for response... </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:27.142 ***</b> 21:53:27.142 [info] Finished enforce_once test. </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:27.142 ***</b> Case finished: enforce_once_test </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:34.190 ***</b> 21:53:34.190 [info] Application lasp exited with reason: stopped </pre></div> <pre> </pre> <div class="default"><pre><b>*** User 2017-05-05 21:53:34.192 ***</b> 21:53:34.192 [info] Application partisan exited with reason: stopped </pre></div> <pre> <a name="end"></a> === Ended at 2017-05-05 21:53:34 === successfully completed test case === Returned value: ok </pre> <center> <br /><hr /><p> <a href="../../../all_runs.html">Test run history </a> | <a href="../../../index.html">Top level test index </a> </p> <div class="copyright">Copyright &copy; 2017 <a href="http://www.erlang.org">Open Telecom Platform</a><br /> Updated: <!--date-->Fri May 05 2017 21:53:12<!--/date--><br /> </div> </center> </body> </html>
anne-france/finalproject
_build/test/logs/[email protected]_21.47.49/lib.lasp.lasp_SUITE.logs/run.2017-05-05_21.47.49/lasp_suite.enforce_once_test.html
HTML
apache-2.0
10,821
<!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-google-v3) on Fri May 13 11:40:11 CDT 2011 --> <TITLE> com.google.appengine.api.blobstore.dev </TITLE> <META NAME="date" CONTENT="2011-05-13"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../dev_javadoc.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../com/google/appengine/api/blobstore/dev/package-summary.html" target="classFrame">com.google.appengine.api.blobstore.dev</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="BlobStorage.html" title="interface in com.google.appengine.api.blobstore.dev" target="classFrame"><I>BlobStorage</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="BlobInfoStorage.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">BlobInfoStorage</A> <BR> <A HREF="BlobStorageFactory.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">BlobStorageFactory</A> <BR> <A HREF="BlobUploadSessionStorage.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">BlobUploadSessionStorage</A> <BR> <A HREF="LocalBlobstoreService.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">LocalBlobstoreService</A> <BR> <A HREF="ServeBlobFilter.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">ServeBlobFilter</A> <BR> <A HREF="ServeBlobFilter.ResponseWrapper.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">ServeBlobFilter.ResponseWrapper</A> <BR> <A HREF="UploadBlobServlet.html" title="class in com.google.appengine.api.blobstore.dev" target="classFrame">UploadBlobServlet</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
BobEvans/omgpaco
tools/appengine-java-sdk-1.5.0.1/docs/testing/javadoc/com/google/appengine/api/blobstore/dev/package-frame.html
HTML
apache-2.0
2,154
<!DOCTYPE html> <html> <head> <title>PoseNet - Camera Feed Demo</title> <style>.footer { position: fixed; left: 0; bottom: 0; width: 100%; color: black; } .footer-text { max-width: 600px; text-align: center; margin: auto; } @media only screen and (max-width: 600px) { .footer-text, .dg { display: none; } } /* * The following loading spinner CSS is from SpinKit project * https://github.com/tobiasahlin/SpinKit */ .sk-spinner-pulse { width: 20px; height: 20px; margin: auto 10px; float: left; background-color: #333; border-radius: 100%; -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out; animation: sk-pulseScaleOut 1s infinite ease-in-out; } @-webkit-keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } @keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } .spinner-text { float: left; }</style> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="info" style="display:none"> </div> <div id="loading" style="display:flex"> <div class="spinner-text"> Loading PoseNet model... </div> <div class="sk-spinner sk-spinner-pulse"></div> </div> <br><br><br> <div id="contentContainer"> <div id="leftContainer"> <div id="objectListContainer"> <span class="paragraphTitle">Object List</span> <button id="newImage">Add New Image</button> </div> <div id="objectPropertyContainer"> <span class="paragraphTitle">Property Editor</span> <div id="properties"> <div id="inputHandler"> <button id="inputButton"> <label for="inputImg"> Choose File </label> </button><input id="inputImg" type="file" accept="image/*" style="display:none"> <label id="currentInput"></label> </div> <div class="property"> Size <input id="sizeMultiplier" type="text" value="1.00"><br> </div> <div class="property"> Rotation <input id="rotationInput" type="text" value="0.00"><br> </div> <div class="property"> Horizontal offset <input id="horizontalTranslation" type="text" value="0.0"><br> </div> <div class="property"> Vertical offset <input id="verticalTranslation" type="text" value="0.0"><br> </div> <div class="property"> <select id="model" style="display: none;"> <option value="posenet">PoseNet</option> </select> </div> <div class="property"> Anchor Point <select id="imageKeypointAttachIndexSelect"> </select> </div> <div class="property"> Tolerance <input id="marginOfError" type="text" value="0"><br> (For background removal) <div class="useClear"></div> </div> <div class="property"> Remove White Background <input id="removeBg" type="checkbox" class="checkbox"><br> </div> </div> </div> </div> <div id="cameraOutputContainer"> <div id="main" style="display:none"> <video id="video" playsinline="" style="display: none;"> </video> <canvas id="output"> </canvas></div> </div> </div> <script src="camera.js"></script> </body> </html>
googleinterns/pose-playground
docs/index.html
HTML
apache-2.0
4,667
<!-- About Section --> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>About Me</h2> <p>I am a Computer Science Undergrad from <span>National Institute of Technology, Silchar.</span></p> <p>Love to spend my time coding and hanging out with friends.If you like to create and kill 'BUGS', Party Hard or Dream Big you will feel right at home with me. </p> <p>I am more of a laid-back ambitious coder, and like to know about stuffs. My interests include Competitive Programming, Machine Learning, Contributing to Open source. I like to share what I know and if you feel I can help you in any way drop me a mail at <a href="mailto:[email protected]">[email protected]</a> </p> </div> </div> </section>
jamesBondu/test
_includes/about.html
HTML
apache-2.0
1,015
<div class="table-overflow overflow"> <table class="efor-table-logs mdl-data-table mdl-shadow--2dp"> <thead> <tr> <th class="mdl-data-table__cell--non-numeric">Nombre</th> <th class="mdl-data-table__cell--non-numeric" width="280px">Email</th> <th class="mdl-data-table__cell--non-numeric">Apellido</th> </tr> </thead> <tbody> <tr ng-repeat="user in users"> <td class="text-a-left" data-title="Nombre">{[{user.first_name}]}</td> <td class="text-a-left" data-title="email"> <a ng-href="{[{user.email}]}" class="text-overflow">{[{user.email}]}</a> </td> <td class="text-a-left" data-title="Apellido"> {[{user.last_name}]} <button id="menu-lower-right-{[{$index}]}" class="button-to-right mdl-button mdl-js-button mdl-button--icon"> <i class="material-icons">more_vert</i> </button> <ul class="efor-menu efor-menu__small mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="menu-lower-right-{[{$index}]}"> <li class="mdl-menu__item" ng-click="openDelete(user)"> <i class="material-icons">delete</i> {[{'user_delete_title' | translate}]} </li> </ul> </td> </tr> </tbody> </table> </div>
Eforcers/python-gae-template
static/html/partials/user_list.html
HTML
apache-2.0
1,560
<!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>Simulation &#8212; OSIM 0.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '0.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="Optimization" href="Optimization.html" /> <link rel="prev" title="Components" href="Components.html" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> </head> <body role="document"> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="simulation"> <h1>Simulation<a class="headerlink" href="#simulation" title="Permalink to this headline">¶</a></h1> <div class="section" id="module-Simulation.NetToComp"> <span id="simulation-nettocomp"></span><h2>Simulation.NetToComp<a class="headerlink" href="#module-Simulation.NetToComp" title="Permalink to this headline">¶</a></h2> <p>Use the triangle class to represent triangles.</p> <dl class="class"> <dt id="Simulation.NetToComp.NetToComp"> <em class="property">class </em><code class="descclassname">Simulation.NetToComp.</code><code class="descname">NetToComp</code><span class="sig-paren">(</span><em>filename</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/Simulation/NetToComp.html#NetToComp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#Simulation.NetToComp.NetToComp" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p> <p>Beispielkommentar</p> <dl class="method"> <dt id="Simulation.NetToComp.NetToComp.getCommentsFromNetlist"> <code class="descname">getCommentsFromNetlist</code><span class="sig-paren">(</span><em>netListFile</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/Simulation/NetToComp.html#NetToComp.getCommentsFromNetlist"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#Simulation.NetToComp.NetToComp.getCommentsFromNetlist" title="Permalink to this definition">¶</a></dt> <dd><p>Create a triangle with sides of lengths <cite>a</cite>, <cite>b</cite>, and <cite>c</cite>.</p> <p>Raises <cite>ValueError</cite> if the three length values provided cannot actually form a triangle.</p> </dd></dl> <dl class="method"> <dt id="Simulation.NetToComp.NetToComp.getComponents"> <code class="descname">getComponents</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/Simulation/NetToComp.html#NetToComp.getComponents"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#Simulation.NetToComp.NetToComp.getComponents" title="Permalink to this definition">¶</a></dt> <dd><p>Create a triangle with sides of lengths <cite>a</cite>, <cite>b</cite>, and <cite>c</cite>.</p> <p>Raises <cite>ValueError</cite> if the three length values provided cannot actually form a triangle.</p> </dd></dl> <dl class="method"> <dt id="Simulation.NetToComp.NetToComp.parseCommentsToArgs"> <code class="descname">parseCommentsToArgs</code><span class="sig-paren">(</span><em>args</em>, <em>commentList</em>, <em>name</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/Simulation/NetToComp.html#NetToComp.parseCommentsToArgs"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#Simulation.NetToComp.NetToComp.parseCommentsToArgs" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="Simulation.NetToComp.NetToComp.stringArrToDict"> <code class="descname">stringArrToDict</code><span class="sig-paren">(</span><em>strArr</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/Simulation/NetToComp.html#NetToComp.stringArrToDict"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#Simulation.NetToComp.NetToComp.stringArrToDict" title="Permalink to this definition">¶</a></dt> <dd><p>Create a triangle with sides of lengths <cite>a</cite>, <cite>b</cite>, and <cite>c</cite>.</p> <p>Raises <cite>ValueError</cite> if the three length values provided cannot actually form a triangle.</p> </dd></dl> </dd></dl> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Simulation</a><ul> <li><a class="reference internal" href="#module-Simulation.NetToComp">Simulation.NetToComp</a></li> </ul> </li> </ul> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="index.html">Documentation overview</a><ul> <li>Previous: <a href="Components.html" title="previous chapter">Components</a></li> <li>Next: <a href="Optimization.html" title="next chapter">Optimization</a></li> </ul></li> </ul> </div> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/Simulation.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy;2017, Tim Maiwald. | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.5.4</a> &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a> | <a href="_sources/Simulation.rst.txt" rel="nofollow">Page source</a> </div> </body> </html>
tmaiwald/OSIM
doc/_build/html/Simulation.html
HTML
bsd-2-clause
7,250
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 08 15:19:00 PST 2011 --> <TITLE> Uses of Class com.perforce.p4java.ant.tasks.ServerTask.GlobalOption (P4Ant) </TITLE> <META NAME="date" CONTENT="2011-03-08"> <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 com.perforce.p4java.ant.tasks.ServerTask.GlobalOption (P4Ant)"; } } </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="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks"><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?com/perforce/p4java/ant/tasks//class-useServerTask.GlobalOption.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ServerTask.GlobalOption.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>com.perforce.p4java.ant.tasks.ServerTask.GlobalOption</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="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.perforce.p4java.ant.tasks"><B>com.perforce.p4java.ant.tasks</B></A></TD> <TD> The Perforce tasks implement Perforce commands using the Perforce Java API.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.perforce.p4java.ant.tasks"><!-- --></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="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A> in <A HREF="../../../../../../com/perforce/p4java/ant/tasks/package-summary.html">com.perforce.p4java.ant.tasks</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">Fields in <A HREF="../../../../../../com/perforce/p4java/ant/tasks/package-summary.html">com.perforce.p4java.ant.tasks</A> with type parameters of type <A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.List&lt;<A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ServerTask.</B><B><A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.html#globaloptions">globaloptions</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Collection of globaloptions (name-value pairs) contained in the "globaloption" nested elements.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/perforce/p4java/ant/tasks/package-summary.html">com.perforce.p4java.ant.tasks</A> that return <A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks">ServerTask.GlobalOption</A></CODE></FONT></TD> <TD><CODE><B>ServerTask.</B><B><A HREF="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.html#createGlobalOption()">createGlobalOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is called by an Ant factory method to instantiates a collection of "globaloption" nested elements.</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="../../../../../../com/perforce/p4java/ant/tasks/ServerTask.GlobalOption.html" title="class in com.perforce.p4java.ant.tasks"><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?com/perforce/p4java/ant/tasks//class-useServerTask.GlobalOption.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ServerTask.GlobalOption.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 (c) 2010 Perforce Software. All rights reserved.</i> </BODY> </HTML>
junejosheeraz/p4antExt
docs/javadoc/com/perforce/p4java/ant/tasks/class-use/ServerTask.GlobalOption.html
HTML
bsd-2-clause
9,582
{% extends "fieldsight/fieldsight_base.html" %} {% load i18n staticfiles %} {% load filters %} {% block content %} <div id="main-content" class="padding"> {% if messages %} {% for message in messages %} <div class="alert alert-{% if message.tags %}{{ message.tags }}{% else %}info{% endif %}"> <strong class="text-capitalize">{% if message.tags %}{{ message.tags }}{% else %}info{% endif %}!</strong> {{ message }} </div> {% endfor %} {% endif %} {% if obj.children.all %} <section class="panel"> <header class="panel-heading clearfix"> <h3>{% trans 'Sub regions' %}</h3> </header> <div class="panel-body"> <div class="row"> {% for child in obj.children.all %} <div class="col-md-4 col-sm-6"> <a class="site-item-wrap margin-top" href="{% url 'fieldsight:regional-sites' child.project.pk child.pk %}"> <div class="basic-info clearfix"> <h4 class="detail-text1">{{ child.name }}</h4> <h6 class="detail-text0">{{ child.identifier }}</h6> <div>Total sites: {{ child.get_sites_count }}</div> </div> </a> </div> {% endfor %} </div> </div> </section> {% endif %} <section class="panel"> <header class="panel-heading clearfix"> <h3><i class="la la-map-marker"></i>{% if request.GET.q %}{% trans 'Search' %} {% trans 'result' %} {% trans 'for' %} "{{request.GET.q}}"{% else %}{% trans 'Sites' %}{% endif %}</h3> <div class="panel-heading-right"> <!-- <select name ="sortby" class="form-control form-control-sm" data-bind="value:sortby, valueUpdate:'afterkeydown'"> <option class="dropdown-list" value="sitename" disabled selected>{% trans 'Sort' %} {% trans 'By' %}</option> <option value="progress">{% trans 'Site Progress' %}</option> <option value="identifier">{% trans 'Site Identifier' %}</option> <option value="sitename">{% trans 'Site Name' %}</option> <option value="pending">{% trans 'Number of Pending Submissions' %}</option> <option value="approved">{% trans 'Number of Approved Submissions' %}</option> <option value="flagged">{% trans 'Number of Flagged Submissions' %}</option> <option value="rejected">{% trans 'Number of Rejected Submissions' %}</option> </select> --> <a class="btn btn-sm btn-primary" data-toggle="collapse" href="#searchSite" aria-expanded="false" aria-controls="searchSite"><i class="la la-search"></i> {% trans 'Search' %}</a> {% if type == "project" %} <a href="{% url 'fieldsight:site-add' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Add' %} {% trans 'New' %}</a> <a href="{% url 'fieldsight:define-site-meta' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-cogs"></i> {% trans 'Meta' %} {% trans 'Attributes' %}</a> <a href="{% url 'fieldsight:site-upload' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-files-o"></i> {% trans 'Bulk' %} {% trans 'Upload' %} {% trans 'Sites' %}</a> <a href="{% url 'fieldsight:bulk-edit-site' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-files-o"></i> {% trans 'Bulk' %} {% trans 'edit' %} {% trans 'Sites' %}</a> {% verbatim %} <div id="export_button"></div> {% endverbatim %} <script> configure_settings = {}; configure_settings.is_project_dashboard = false; configure_settings.url = "{% url 'fieldsight_export:export_xls_project_level_sites' pk %}"; </script> <!-- <a href="{% url 'fieldsight_export:export_xls_project_sites' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Export' %} {% trans 'Sites' %} {% trans 'data' %} </a> --> {% endif %} {% if type == "region" %} <a href="{% url 'fieldsight:regional-site-add' pk region_id %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Add' %} {% trans 'New' %} {% trans 'Regional' %} {% trans 'Site' %}</a> <a href="{% url 'fieldsight:define-site-meta' pk %}" title="" class="btn btn-sm btn-primary"><i class="la la-cogs"></i> {% trans 'Meta' %} {% trans 'Attributes' %}</a> {% verbatim %} <div id="export_button"></div> {% endverbatim %} <script> configure_settings = {}; configure_settings.is_project_dashboard = false; configure_settings.url = "{% url 'fieldsight_export:export_xls_region_sites' pk region_id %}"; </script> <!-- <a href="{% url 'fieldsight_export:export_xls_region_sites' pk region_id %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Export' %} {% trans 'Sites' %} {% trans 'data' %} </a> --> {% elif type == "Unregioned" %} <a href="{% url 'fieldsight:site-add' project_id %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Add' %} {% trans 'New' %} {% trans 'Regional' %} {% trans 'Site' %}</a> <a href="{% url 'fieldsight:define-site-meta' project_id %}" title="" class="btn btn-sm btn-primary"><i class="la la-files-o"></i> {% trans 'Meta' %} {% trans 'Attributes' %}</a> {% verbatim %} <div id="export_button"></div> {% endverbatim %} <script> configure_settings = {}; configure_settings.is_project_dashboard = false; configure_settings.url = "{% url 'fieldsight_export:export_xls_region_sites' project_id 0 %}"; </script> <!-- <a href="{% url 'fieldsight_export:export_xls_project_sites' project_id %}" title="" class="btn btn-sm btn-primary"><i class="la la-plus"></i> {% trans 'Export' %} {% trans 'Sites' %} {% trans 'data' %} </a> --> {% endif %} </div> </header> <div class="panel-body"> <!--Search Organization--> <div class="collapse margin-top" id="searchSite"> <form class="padding" action="{% if region_id %}{% url 'fieldsight:search-regional-site-list' pk region_id %}{% else %}{% url 'fieldsight:search-site-list' pk %}{% endif %}" method="GET"> <div class="row"> <div class="col-md-6 ml-md-auto"> <div class="input-group"> <input type="text" class="form-control" name="q" placeholder="Search for..." required value='{{ request.GET.q }}'/> <span class="input-group-btn"> <button class="btn btn-primary" type="submit"><i class="la la-search"></i> {% trans 'Search' %}</button> </span> </div> </div> <div class="col-md-3"></div> </div> </form> </div> <div class="row" > {% for site in object_list %} <div class="col-md-4 col-sm-6"> <a href= {% url 'fieldsight:site-dashboard' site.pk %} title="" class="site-item-wrap margin-top clearfix"> <div class="logo"> <img src="{{ site.logo.url }}" alt="" width="100" height="100"> </div> <div class="basic-info clearfix"> <h4 class="detail-text1" >{{site.name}}</h4> <h6 class="detail-text0" >{{ site.identifier }}</h6> <p class="address"><i class="fa fa-map-marker" aria-hidden="true"></i> <span class="detail-text1">{{ site.address }}</span></p> <p class="phone"><i class="fa fa-phone" aria-hidden="true"></i> <span class="detail-text1">{{ site.phone }}</span></p> </div> {% with site.get_site_submission_count as count %} <ul class="icon-listing clearfix margin-top"> <li> <i class="la la-thumbs-up"></i> <span>{{ count.approved }} </span> </li> <li> <i class="la la-flag"></i> <span> {{ count.flagged }} </span> </li> <li> <i class="la la-hourglass-half"></i> <span> {{ count.outstanding }} </span> </li> <li> <i class="la la-exclamation"></i> <span> {{ count.rejected }} </span> </li> </ul> {% endwith %} <div class="progress margin-top"> <div class="progress progress-striped active progress-sm" style="width:100%;"> <div class="progress-bar progress-bar-success" role="progressbar" style="width:{{ site.site_progress }}%;}"> <span class="progress-bar-value" style="color:grey;">{{ site.site_progress }}% Complete'"</span> </div> </div> </div> </a> </div> {% empty %} <div class="col-md-4 col-sm-6"> <h3>No Site</h3> </div> {% endfor %} </div> <br> {% if is_paginated %} <nav class="pagination justify-content-center" aria-label="page-navigation"> <ul class="pagination"> {% if page_obj.number == 1 %} {% else %} <li class="page-item"><a class="page-link" href="?page={{ 1 }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">First</a></li> {% endif %} {% if page_obj.has_previous %} <li class="page-item"><a class="page-link" href="?page={{ page_obj.previous_page_number }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">&laquo;</a></li> {% else %} <li class="page-item disabled"><a class="page-link" href="#">&laquo;</a></li> {% endif %} {% if paginator.num_pages > 21 %} {% page_offsets page_obj.number paginator.num_pages 20 as data %} {% for item in data.front_range %} <li class="page-item"><a class="page-link" href="?page={{ item }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">{{ item }}</a></li> {% endfor %} <li class="page-item active"><a class="page-link" href="?page={{ page_obj.number }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">{{ page_obj.number }}</a></li> {% for item in data.back_range %} <li class="page-item"><a class="page-link" href="?page={{ item }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">{{ item }}</a></li> {% endfor %} {% else %} {% for i in paginator.page_range %} {% if page_obj.number == i %} <li class="page-item active"><a class="page-link" href="?page={{ i }}">{{ i }}</a></li> {% else %} <li class="page-item"><a class="page-link" href="?page={{ i }}">{{ i }}</a></li> {% endif %} {% endfor %} {% endif %} {% if page_obj.has_next %} <li class="page-item"><a class="page-link" href="?page={{ page_obj.next_page_number }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">&raquo;</a></li> {% else %} <li class="page-item disabled"><a class="page-link" href="#">&raquo;</a></li> {% endif %} {% if page_obj.number == paginator.num_pages %} {% else %} <li class="page-item"><a class="page-link" href="?page={{ paginator.num_pages }}{% if request.GET.q %}&q={{request.GET.q}}{% endif %}">Last</a></li> {% endif %} </ul> </nav> {% endif %} </div> </section> </div> {% endblock %} {%block extrascript %} <script type="text/javascript" src="{% static 'vendor/vue.js' %}"></script> <script src="{% static 'js/forms/vue-resource.min.js' %}"></script> <script src="{% static 'js/fieldsight/site_export.js' %}?v=0.4"></script> {% endblock %}
awemulya/fieldsight-kobocat
onadata/apps/fieldsight/templates/fieldsight/site_list.html
HTML
bsd-2-clause
12,702
<!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>CLI - bossing Varnish around &mdash; Varnish version 4.0.0 documentation</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '4.0.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="top" title="Varnish version 4.0.0 documentation" href="../index.html" /> <link rel="up" title="Starting and running Varnish" href="running.html" /> <link rel="next" title="Storage backends" href="storage-backends.html" /> <link rel="prev" title="Important command line arguments" href="command-line.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="storage-backends.html" title="Storage backends" accesskey="N">next</a> |</li> <li class="right" > <a href="command-line.html" title="Important command line arguments" accesskey="P">previous</a> |</li> <li><a href="../index.html">Varnish version 4.0.0 documentation</a> &raquo;</li> <li><a href="index.html" >The Varnish Users Guide</a> &raquo;</li> <li><a href="running.html" accesskey="U">Starting and running Varnish</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="cli-bossing-varnish-around"> <span id="run-cli"></span><h1>CLI - bossing Varnish around<a class="headerlink" href="#cli-bossing-varnish-around" title="Permalink to this headline">¶</a></h1> <p>Once <cite>varnishd</cite> is started, you can control it using the command line interface.</p> <p>The easiest way to do this, is using <cite>varnishadm</cite> on the same machine as <cite>varnishd</cite> is running:</p> <div class="highlight-python"><pre>varnishadm help</pre> </div> <p>If you want to run <cite>varnishadm</cite> from a remote system, you can do it two ways.</p> <p>You can SSH into the <cite>varnishd</cite> computer and run <cite>varnishadm</cite>:</p> <div class="highlight-python"><pre>ssh $http_front_end varnishadm help</pre> </div> <p>But you can also configure <cite>varnishd</cite> to accept remote CLI connections (using the '-T' and '-S' arguments):</p> <div class="highlight-python"><pre>varnishd -T :6082 -S /etc/varnish_secret</pre> </div> <p>And then on the remote system run <cite>varnishadm</cite>:</p> <div class="highlight-python"><pre>varnishadm -T $http_front_end -S /etc/copy_of_varnish_secret help</pre> </div> <p>but as you can see, SSH is much more convenient.</p> <p>If you run <cite>varnishadm</cite> without arguments, it will read CLI commands from <cite>stdin</cite>, if you give it arguments, it will treat those as the single CLI command to execute.</p> <p>The CLI always returns a status code to tell how it went: '200' means OK, anything else means there were some kind of trouble.</p> <p><cite>varnishadm</cite> will exit with status 1 and print the status code on standard error if it is not 200.</p> <div class="section" id="what-can-you-do-with-the-cli"> <h2>What can you do with the CLI<a class="headerlink" href="#what-can-you-do-with-the-cli" title="Permalink to this headline">¶</a></h2> <p>The CLI gives you almost total control over <cite>varnishd</cite> some of the more important tasks you can perform are:</p> <ul class="simple"> <li>load/use/discard VCL programs</li> <li>ban (invalidate) cache content</li> <li>change parameters</li> <li>start/stop worker process</li> </ul> <p>We will discuss each of these briefly below.</p> <div class="section" id="load-use-and-discard-vcl-programs"> <h3>Load, use and discard VCL programs<a class="headerlink" href="#load-use-and-discard-vcl-programs" title="Permalink to this headline">¶</a></h3> <p>All caching and policy decisions are made by VCL programs.</p> <p>You can have multiple VCL programs loaded, but one of them is designated the &quot;active&quot; VCL program, and this is where all new requests start out.</p> <p>To load new VCL program:</p> <div class="highlight-python"><pre>varnish&gt; vcl.load some_name some_filename</pre> </div> <p>Loading will read the VCL program from the file, and compile it. If the compilation fails, you will get an error messages:</p> <div class="highlight-python"><pre>.../mask is not numeric. ('input' Line 4 Pos 17) "192.168.2.0/24x", ----------------#################- Running VCC-compiler failed, exit 1 VCL compilation failed</pre> </div> <p>If compilation succeeds, the VCL program is loaded, and you can now make it the active VCL, whenever you feel like it:</p> <div class="highlight-python"><pre>varnish&gt; vcl.use some_name</pre> </div> <p>If you find out that was a really bad idea, you can switch back to the previous VCL program again:</p> <div class="highlight-python"><pre>varnish&gt; vcl.use old_name</pre> </div> <p>The switch is instantaneous, all new requests will start using the VCL you activated right away. The requests currently being processed complete using whatever VCL they started with.</p> <p>It is good idea to design an emergency-VCL before you need it, and always have it loaded, so you can switch to it with a single vcl.use command.</p> </div> <div class="section" id="ban-cache-content"> <h3>Ban cache content<a class="headerlink" href="#ban-cache-content" title="Permalink to this headline">¶</a></h3> <p>Varnish offers &quot;purges&quot; to remove things from cache, provided that you know exactly what they are.</p> <p>But sometimes it is useful to be able to throw things out of cache without having an exact list of what to throw out.</p> <p>Imagine for instance that the company logo changed and now you need Varnish to stop serving the old logo out of the cache:</p> <div class="highlight-python"><pre>varnish&gt; ban req.url ~ "logo.*[.]png"</pre> </div> <p>should do that, and yes, that is a regular expression.</p> <p>We call this &quot;banning&quot; because the objects are still in the cache, but they are banned from delivery.</p> <p>Instead of checking each and every cached object right away, we test each object against the regular expression only if and when an HTTP request asks for it.</p> <p>Banning stuff is much cheaper than restarting Varnish to get rid of wronly cached content.</p> </div> <div class="section" id="change-parameters"> <h3>Change parameters<a class="headerlink" href="#change-parameters" title="Permalink to this headline">¶</a></h3> <p>Parameters can be set on the command line with the '-p' argument, but they can also be examined and changed on the fly from the CLI:</p> <div class="highlight-python"><pre>varnish&gt; param.show prefer_ipv6 200 prefer_ipv6 off [bool] Default is off Prefer IPv6 address when connecting to backends which have both IPv4 and IPv6 addresses. varnish&gt; param.set prefer_ipv6 true 200</pre> </div> <p>In general it is not a good idea to modify parameters unless you have a good reason, such as performance tuning or security configuration.</p> <p>Most parameters will take effect instantly, or with a natural delay of some duration,</p> <p>but a few of them requires you to restart the child process before they take effect. This is always noted in the description of the parameter.</p> </div> <div class="section" id="starting-and-stopping-the-worker-process"> <h3>Starting and stopping the worker process<a class="headerlink" href="#starting-and-stopping-the-worker-process" title="Permalink to this headline">¶</a></h3> <p>In general you should just leave the worker process running, but if you need to stop and/or start it, the obvious commands work:</p> <div class="highlight-python"><div class="highlight"><pre><span class="n">varnish</span><span class="o">&gt;</span> <span class="n">stop</span> </pre></div> </div> <p>and:</p> <div class="highlight-python"><div class="highlight"><pre><span class="n">varnish</span><span class="o">&gt;</span> <span class="n">start</span> </pre></div> </div> <p>If you start <cite>varnishd</cite> with the '-d' (debugging) argument, you will always need to start the child process explicitly.</p> <p>Should the child process die, the master process will automatically restart it, but you can disable that with the 'auto_restart' parameter.</p> </div> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">CLI - bossing Varnish around</a><ul> <li><a class="reference internal" href="#what-can-you-do-with-the-cli">What can you do with the CLI</a><ul> <li><a class="reference internal" href="#load-use-and-discard-vcl-programs">Load, use and discard VCL programs</a></li> <li><a class="reference internal" href="#ban-cache-content">Ban cache content</a></li> <li><a class="reference internal" href="#change-parameters">Change parameters</a></li> <li><a class="reference internal" href="#starting-and-stopping-the-worker-process">Starting and stopping the worker process</a></li> </ul> </li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="command-line.html" title="previous chapter">Important command line arguments</a></p> <h4>Next topic</h4> <p class="topless"><a href="storage-backends.html" title="next chapter">Storage backends</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/users-guide/run_cli.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="storage-backends.html" title="Storage backends" >next</a> |</li> <li class="right" > <a href="command-line.html" title="Important command line arguments" >previous</a> |</li> <li><a href="../index.html">Varnish version 4.0.0 documentation</a> &raquo;</li> <li><a href="index.html" >The Varnish Users Guide</a> &raquo;</li> <li><a href="running.html" >Starting and running Varnish</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2010-2014, Varnish Software AS. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
reesun/varnish-cache-4.0.0
doc/sphinx/build/html/users-guide/run_cli.html
HTML
bsd-2-clause
12,089
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 06 12:54:17 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Trash.Mode</title> <meta name="date" content="2015-03-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Trash.Mode"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/jetel/component/Trash.html" title="class in org.jetel.component"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/jetel/component/TreeReader.html" title="class in org.jetel.component"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/jetel/component/Trash.Mode.html" target="_top">Frames</a></li> <li><a href="Trash.Mode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.jetel.component</div> <h2 title="Enum Trash.Mode" class="title">Enum Trash.Mode</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>&gt;</li> <li> <ul class="inheritance"> <li>org.jetel.component.Trash.Mode</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../org/jetel/component/Trash.html" title="class in org.jetel.component">Trash</a></dd> </dl> <hr> <br> <pre>public static enum <span class="strong">Trash.Mode</span> extends java.lang.Enum&lt;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>&gt;</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/jetel/component/Trash.Mode.html#PERFORMANCE">PERFORMANCE</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/jetel/component/Trash.Mode.html#VALIDATE_RECORDS">VALIDATE_RECORDS</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a></code></td> <td class="colLast"><code><strong><a href="../../../org/jetel/component/Trash.Mode.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <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/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../org/jetel/component/Trash.Mode.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="VALIDATE_RECORDS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>VALIDATE_RECORDS</h4> <pre>public static final&nbsp;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a> VALIDATE_RECORDS</pre> </li> </ul> <a name="PERFORMANCE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PERFORMANCE</h4> <pre>public static final&nbsp;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a> PERFORMANCE</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Trash.Mode c : Trash.Mode.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../org/jetel/component/Trash.Mode.html" title="enum in org.jetel.component">Trash.Mode</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/jetel/component/Trash.html" title="class in org.jetel.component"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/jetel/component/TreeReader.html" title="class in org.jetel.component"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/jetel/component/Trash.Mode.html" target="_top">Frames</a></li> <li><a href="Trash.Mode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <address>Copyright &#169; 2002-2015 Javlin a.s.</address> </small></p> </body> </html>
chris-watson/chpl-api
chpl/chpl-etl/javadoc/org/jetel/component/Trash.Mode.html
HTML
bsd-2-clause
12,175
<!DOCTYPE html> <html lang="en" dir="ltr" xmlns:dc="http://purl.org/dc/terms/"> <head> <meta charset="utf-8" /> <meta name="generator" content="diff2html.py (http://git.droids-corp.org/gitweb/?p=diff2html)" /> <!--meta name="author" content="Fill in" /--> <title>HTML Diff futures/daytime_client.cpp</title> <link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEXAAAAAgAD///+K/HwIAAAAJUlEQVQI12NYBQQM2IgGBQ4mCIEQW7oyK4phampkGIQAc1G1AQCRxCNbyW92oQAAAABJRU5ErkJggg==" type="image/png" /> <meta property="dc:language" content="en" /> <!--meta property="dc:date" content="" /--> <meta property="dc:modified" content="2013-11-15T07:51:48.749891+01:00" /> <meta name="description" content="File comparison" /> <meta property="dc:abstract" content="File comparison" /> <style> table { border:0px; border-collapse:collapse; width: 100%; font-size:0.75em; font-family: Lucida Console, monospace } td.line { color:#8080a0 } th { background: black; color: white } tr.diffunmodified td { background: #D0D0E0 } tr.diffhunk td { background: #A0A0A0 } tr.diffadded td { background: #CCFFCC } tr.diffdeleted td { background: #FFCCCC } tr.diffchanged td { background: #FFFFA0 } span.diffchanged2 { background: #E0C880 } span.diffponct { color: #B08080 } tr.diffmisc td {} tr.diffseparator td {} </style> </head> <body> <table class="diff"> </table> <footer> <p>Modified at 15.11.2013. HTML formatting created by <a href="http://git.droids-corp.org/gitweb/?p=diff2html;a=summary">diff2html</a>. </p> </footer> </body></html>
laeotropic/HTTP-Proxy
deps/asio-1.10.1/doc/examples/diffs/futures/daytime_client.cpp.html
HTML
bsd-2-clause
1,721
<div ui-content-for="title"> <span>Detectors</span> </div> <div class="scrollable"> <div class="scrollable-content" ui-scroll-bottom="bottomReached()"> <div class="list-group"> <a ng-repeat="detector in detectors" href=""" class="list-group-item"> {{detector.name}} <i class="fa fa-chevron-right pull-right" ng-hide="{{detector.filters}}"></i> <ui-switch ng-click="toggle(detector)" ng-model="isToggled(detector)"></ui-switch> </a> </div> <div id="alert_msg">Did not find the services directory service! Please implement this!</div> </div> </div> </div>
tcardoso2/t-motion-detector-cli
public/site/detectors.html
HTML
bsd-2-clause
614
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>RMedia.GetOffset</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > </head> <body bgcolor="#ffffff"> <table border="0" width="100%" bgcolor="#F0F0FF"> <tr> <td>Concept Framework 2.2 documentation</td> <td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td> </tr> </table> <h2><a href="RMedia.html">RMedia</a>.GetOffset</h2> <table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr bgcolor="#f0f0f0"> <td><i>Name</i></td> <td><i>Type</i></td> <td><i>Access</i></td> <td><i>Version</i></td> <td><i>Deprecated</i></td> </tr> <tr bgcolor="#fafafa"> <td><b>GetOffset</b></td> <td>function</td> <td>public</td> <td>version 1</td> <td>no</td> </tr> </table> <br /> <b>Prototype:</b><br /> <table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>public function GetOffset()</b></td></tr></table> <br /> <br /> <b>Description:</b><br /> <table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr><td> TODO: Document this </td></tr> </table> <br /> <b>Returns:</b><br /> // TO DO <br /> <br /> <!-- <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" border="0"/> </a> </p> --> <table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Devronium Autodocumenter Alpha, generation time: Sun Jan 27 18:15:28 2013 GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table> </body> </html>
Devronium/ConceptApplicationServer
core/server/Samples/CIDE/Help/RMedia.GetOffset.html
HTML
bsd-2-clause
2,194
#{extends 'main.html' /} #{set title:'FAQ' /} #{set faq:'active'/} #{set title:'FAQ'/} <div class="page-header"> <h1>Frequently Asked Questions <a class="btn btn-primary login pull-right" href="@{Login.auth()}">Login with Dropbox</a> <a class="btn btn-primary login pull-right" href="@{Login.boxAuth()}">Login with Box</a> </h1> </div> <div class="well faq"> <h3>What is SortMyBox?</h3> <p>SortMyBox is a magic folder inside your cloud storage folder. Save new files there and we will move them based on rules you create. Like e-mail filters, for your Dropbox.</p> <h3>How does SortMyBox work?</h3> <p>We check the contents of your SortMyBox folder every 15 minutes. If there are any files that match any of your rules, we will move them to their correct location. We also log all file moves so you never lose a file.</p> <h3>Is SortMyBox for me?</h3> <p>Yes! Whether you're keeping your photos and videos organized or sharing documents with other people, SortMyBox will keep your files organized.</p> <h3>How do I begin?</h3> <p>Login using your <a href="@{Login.login()}">Dropbox</a> or <a href="@{Login.boxAuth()}">Box</a> account and we will create a SortMyBox folder and some sample rules for you. Save your files in this folder and you're good to go.</p> <h3>Why do I have to provide access for my Dropbox/Box account?</h3> <p>SortMyBox needs permission to move files around and put them in the appropriate folders. SortMyBox will never use your access for any other purposes.</p> <h3>What sorting options do I have?</h3> <p>We have 3 kinds of rules: </p> <dl class="dl-horizontal"> <dt>Name Contains:</dt> <dd>Move similarly named files to an appropriate folder.</dd> <dd>A rule with the pattern <code>venice 2011</code> matches files named <code>jen birthday venice 2011.jpg</code> or <code>gondola venice 2011.jpg</code>.</dd> <dt>Extension equals:</dt> <dd>Files with a matching extension will be moved to an appropriate folder.</dd> <dd>A rule with the extension <code>doc</code> matches files named <code>science report final.doc</code> or <code>resume.doc</code>, <strong>but not</strong> <code>doc brown with marty.jpg</code>.</dd> <dt>Name Pattern:</dt> <dd>Use wildcards like <code>?</code> and <code>*</code> to move files to an appropriate folder. <code>?</code> matches a single letter/number/symbol/character whereas <code>*</code> can match any number of them.</dd> <dd>The pattern <code>Prince*.mp3</code> matches <code>Prince - Purple rain.mp3</code> or <code>Prince.mp3</code>, <strong>but not</strong> <code>Prince.doc</code> or <code>Best of Prince.mp3</code>.</dd> <dd>The pattern <code>error?.txt</code> matches <code>error.txt</code> or <code>errors.txt</code>, <strong>but not</strong> <code>errorss.txt</code> or <code>new error.txt</code>.</dd> </dl> <h3>Is SortMyBox free?</h3> <p>Yes.</p> <h3>Open source?</h3> <p>SortMyBox is open source and BSD licensed, you can find it on <a href ="https://github.com/mustpax/sortmybox"> GitHub.</a></p> <p>You can even run it on your own Google AppEngine instance. Instructions forthcoming!</p> <h3>How do I contact you?</h3> <p>You can <a href = "mailto: ${play.configuration.getProperty("sortbox.email")}" >email us</a> or find us on <a href = "http://twitter.com/sortmybox">Twitter</a>.</p> <h3>Anything else?</h3> <p>Yes, please help us spread the word and share SortMyBox with other Dropbox & Box users! </p> </div>
mustpax/sortmybox
app/views/Footer/faq.html
HTML
bsd-2-clause
3,632
{% from 'macros/misc.html' import render_tag %} {% macro render_flag_hidden(hidden_by) -%} {{ render_tag(_('hidden'), class='user-comment-hidden', icon='hidden', title='%s (%s %s)'|format(_('hidden'), _('by'), hidden_by.screen_name)) }} {%- endmacro %} {% macro render_flag_new() -%} {{ render_tag(_('new')) }} {%- endmacro %}
homeworkprod/byceps
byceps/blueprints/site/board/templates/macros/board.html
HTML
bsd-3-clause
335
<!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) on Wed May 09 10:30:52 EDT 2007 --> <TITLE> B-Index </TITLE> <META NAME="date" CONTENT="2007-05-09"> <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="B-Index"; } } </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="../edu/umd/cs/mtc/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../edu/umd/cs/mtc/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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-2.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 ========= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">W</A> <HR> <A NAME="_B_"><!-- --></A><H2> <B>B</B></H2> <DL> <DT><A HREF="../edu/umd/cs/mtc/TestFramework.html#buildTestSuite(java.lang.Class)"><B>buildTestSuite(Class&lt;?&gt;)</B></A> - Static method in class edu.umd.cs.mtc.<A HREF="../edu/umd/cs/mtc/TestFramework.html" title="class in edu.umd.cs.mtc">TestFramework</A> <DD>Scan through a given class <code>c</code> to find any inner classes that implement <A HREF="http://junit.sourceforge.net/javadoc/junit/framework/Test.html?is-external=true" title="class or interface in junit.framework"><CODE>Test</CODE></A>. <DT><A HREF="../edu/umd/cs/mtc/TestFramework.html#buildTestSuite(java.lang.Class, java.lang.String)"><B>buildTestSuite(Class&lt;?&gt;, String)</B></A> - Static method in class edu.umd.cs.mtc.<A HREF="../edu/umd/cs/mtc/TestFramework.html" title="class in edu.umd.cs.mtc">TestFramework</A> <DD>Scan through a given class <code>c</code> to find any inner classes that implement <A HREF="http://junit.sourceforge.net/javadoc/junit/framework/Test.html?is-external=true" title="class or interface in junit.framework"><CODE>Test</CODE></A>. </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../edu/umd/cs/mtc/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../edu/umd/cs/mtc/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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-2.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 ======= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <A HREF="index-17.html">W</A> <HR> </BODY> </HTML>
MSch/multithreadedtc-junit4
web/docs/index-files/index-2.html
HTML
bsd-3-clause
7,566
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>messageStream property - TorrentClientManager class - hetimatorrent library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the messageStream property from the TorrentClientManager class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li> <li><a href="hetimatorrent/TorrentClientManager-class.html">TorrentClientManager</a></li> <li class="self-crumb">messageStream</li> </ol> <div class="self-name">messageStream</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li> <li><a href="hetimatorrent/TorrentClientManager-class.html">TorrentClientManager</a></li> <li class="self-crumb">messageStream</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> messageStream </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">hetimatorrent</a></h5> <h5><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></h5> <h5><a href="hetimatorrent/TorrentClientManager-class.html">TorrentClientManager</a></h5> <ol> <li class="section-title"><a href="hetimatorrent/TorrentClientManager-class.html#instance-properties">Properties</a></li> <li><a href="hetimatorrent/TorrentClientManager/globalIp.html">globalIp</a> </li> <li><a href="hetimatorrent/TorrentClientManager/globalPort.html">globalPort</a> </li> <li><a href="hetimatorrent/TorrentClientManager/isStart.html">isStart</a> </li> <li><a href="hetimatorrent/TorrentClientManager/localIp.html">localIp</a> </li> <li><a href="hetimatorrent/TorrentClientManager/localPort.html">localPort</a> </li> <li><a href="hetimatorrent/TorrentClientManager/messageStream.html">messageStream</a> </li> <li><a href="hetimatorrent/TorrentClientManager/onReceiveEvent.html">onReceiveEvent</a> </li> <li><a href="hetimatorrent/TorrentClientManager/onReceiveSignal.html">onReceiveSignal</a> </li> <li><a href="hetimatorrent/TorrentClientManager/rawclients.html">rawclients</a> </li> <li><a href="hetimatorrent/TorrentClientManager/verbose.html">verbose</a> </li> <li class="section-title"><a href="hetimatorrent/TorrentClientManager-class.html#constructors">Constructors</a></li> <li><a href="hetimatorrent/TorrentClientManager/TorrentClientManager.html">TorrentClientManager</a></li> <li class="section-title"><a href="hetimatorrent/TorrentClientManager-class.html#methods">Methods</a></li> <li><a href="hetimatorrent/TorrentClientManager/addTorrentClientWithDelegationToAccept.html">addTorrentClientWithDelegationToAccept</a> </li> <li><a href="hetimatorrent/TorrentClientManager/getTorrentClientFromInfoHash.html">getTorrentClientFromInfoHash</a> </li> <li><a href="hetimatorrent/TorrentClientManager/log.html">log</a> </li> <li><a href="hetimatorrent/TorrentClientManager/start.html">start</a> </li> <li><a href="hetimatorrent/TorrentClientManager/stop.html">stop</a> </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype">StreamController&lt;<a href="hetimatorrent.torrent.client.message/TorrentClientMessage-class.html">TorrentClientMessage</a>&gt;</span> <span class="name ">messageStream</span> <div class="readable-writable"> read / write </div> </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> hetimatorrent 0.0.1 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
kyorohiro/dart_hetimatorrent
doc/api/hetimatorrent/TorrentClientManager/messageStream.html
HTML
bsd-3-clause
6,287
<!DOCTYPE html> <html> <head> <title>{title} - Montage Docs</title> <link rel="stylesheet" href="/mdl/material.min.css"> <link rel="stylesheet" href="/mdl/styles.css"> <script src="/mdl/material.min.js"></script> <link rel="stylesheet" href="https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:400,200,100"> </head> <body class="mdl-montage mdl-color--grey-100 mdl-color-text--grey-700 mdl-base"> <header class="mdl-layout__header mdl-layout__header--scroll"> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> <div class="mdl-layout--large-screen-only mdl-layout__header-row"> <button class="mdl-button mdl-js-button mdl-button--icon" disabled="disabled"> <img alt="Montage Logo" src="/dist/images/logo_white_fat.svg"> </button> <h1><a href="/docs/">Montage</a>: {title}</h1> </div> </div> </header> <main class="mdl-layout__content"> <section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp"> <div class="mdl-card mdl-cell mdl-cell--12-col"> <div class="mdl-card__supporting-text mdl-grid"> <p> <p>{?body}{body|s}{:else}Nothing to see here!{/body}</p> </p> </div> </div> </section> </main> </body> </html>
hatnote/montage
montage/templates/docs/base.html
HTML
bsd-3-clause
1,272
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title> com.facebook.imagepipeline.nativecode Details - Fresco API | Fresco </title> <link href="../../../../../assets/doclava-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../../../../../assets/customizations.css" rel="stylesheet" type="text/css" /> <script src="../../../../../assets/search_autocomplete.js" type="text/javascript"></script> <script src="../../../../../assets/jquery-resizable.min.js" type="text/javascript"></script> <script src="../../../../../assets/doclava-developer-docs.js" type="text/javascript"></script> <script src="../../../../../assets/prettify.js" type="text/javascript"></script> <script type="text/javascript"> setToRoot("../../../../", "../../../../../assets/"); </script> <script src="../../../../../assets/doclava-developer-reference.js" type="text/javascript"></script> <script src="../../../../../assets/navtree_data.js" type="text/javascript"></script> <script src="../../../../../assets/customizations.js" type="text/javascript"></script> <noscript> <style type="text/css"> html,body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> </head> <body class=""> <div id="header"> <div id="headerLeft"> <span id="masthead-title"><a href="../../../../packages.html">Fresco</a></span> </div> <div id="headerRight"> <div id="search" > <div id="searchForm"> <form accept-charset="utf-8" class="gsc-search-box" onsubmit="return submit_search()"> <table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody> <tr> <td class="gsc-input"> <input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off" title="search developer docs" name="q" value="search developer docs" onFocus="search_focus_changed(this, true)" onBlur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../')" onkeyup="return search_changed(event, false, '../../../../')" /> <div id="search_filtered_div" class="no-display"> <table id="search_filtered" cellspacing=0> </table> </div> </td> <!-- <td class="gsc-search-button"> <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" /> </td> <td class="gsc-clear-button"> <div title="clear results" class="gsc-clear-button">&nbsp;</div> </td> --> </tr></tbody> </table> </form> </div><!-- searchForm --> </div><!-- search --> </div> </div><!-- header --> <div class="g-section g-tpl-240" id="body-content"> <div class="g-unit g-first side-nav-resizable" id="side-nav"> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> <ul> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/gif/package-summary.html">com.facebook.animated.gif</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/webp/package-summary.html">com.facebook.animated.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/binaryresource/package-summary.html">com.facebook.binaryresource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/common/package-summary.html">com.facebook.cache.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/disk/package-summary.html">com.facebook.cache.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/activitylistener/package-summary.html">com.facebook.common.activitylistener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/disk/package-summary.html">com.facebook.common.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/executors/package-summary.html">com.facebook.common.executors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/file/package-summary.html">com.facebook.common.file</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/internal/package-summary.html">com.facebook.common.internal</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/lifecycle/package-summary.html">com.facebook.common.lifecycle</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/logging/package-summary.html">com.facebook.common.logging</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/media/package-summary.html">com.facebook.common.media</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/memory/package-summary.html">com.facebook.common.memory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/references/package-summary.html">com.facebook.common.references</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/soloader/package-summary.html">com.facebook.common.soloader</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/statfs/package-summary.html">com.facebook.common.statfs</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/streams/package-summary.html">com.facebook.common.streams</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/time/package-summary.html">com.facebook.common.time</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/util/package-summary.html">com.facebook.common.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/webp/package-summary.html">com.facebook.common.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/datasource/package-summary.html">com.facebook.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawable/base/package-summary.html">com.facebook.drawable.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/package-summary.html">com.facebook.drawee.backends.pipeline</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/volley/package-summary.html">com.facebook.drawee.backends.volley</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/components/package-summary.html">com.facebook.drawee.components</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/controller/package-summary.html">com.facebook.drawee.controller</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/debug/package-summary.html">com.facebook.drawee.debug</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/drawable/package-summary.html">com.facebook.drawee.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/generic/package-summary.html">com.facebook.drawee.generic</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/gestures/package-summary.html">com.facebook.drawee.gestures</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/interfaces/package-summary.html">com.facebook.drawee.interfaces</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/span/package-summary.html">com.facebook.drawee.span</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/view/package-summary.html">com.facebook.drawee.view</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/backend/package-summary.html">com.facebook.fresco.animation.backend</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/package-summary.html">com.facebook.fresco.animation.bitmap</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/cache/package-summary.html">com.facebook.fresco.animation.bitmap.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/preparation/package-summary.html">com.facebook.fresco.animation.bitmap.preparation</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/wrapper/package-summary.html">com.facebook.fresco.animation.bitmap.wrapper</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/package-summary.html">com.facebook.fresco.animation.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/animator/package-summary.html">com.facebook.fresco.animation.drawable.animator</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/factory/package-summary.html">com.facebook.fresco.animation.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/frame/package-summary.html">com.facebook.fresco.animation.frame</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageformat/package-summary.html">com.facebook.imageformat</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/base/package-summary.html">com.facebook.imagepipeline.animated.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/factory/package-summary.html">com.facebook.imagepipeline.animated.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/impl/package-summary.html">com.facebook.imagepipeline.animated.impl</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/util/package-summary.html">com.facebook.imagepipeline.animated.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/okhttp3/package-summary.html">com.facebook.imagepipeline.backends.okhttp3</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/volley/package-summary.html">com.facebook.imagepipeline.backends.volley</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/bitmaps/package-summary.html">com.facebook.imagepipeline.bitmaps</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/cache/package-summary.html">com.facebook.imagepipeline.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/common/package-summary.html">com.facebook.imagepipeline.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/core/package-summary.html">com.facebook.imagepipeline.core</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/datasource/package-summary.html">com.facebook.imagepipeline.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/decoder/package-summary.html">com.facebook.imagepipeline.decoder</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/drawable/package-summary.html">com.facebook.imagepipeline.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/image/package-summary.html">com.facebook.imagepipeline.image</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/listener/package-summary.html">com.facebook.imagepipeline.listener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/memory/package-summary.html">com.facebook.imagepipeline.memory</a></li> <li class="selected api apilevel-"> <a href="../../../../com/facebook/imagepipeline/nativecode/package-summary.html">com.facebook.imagepipeline.nativecode</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/platform/package-summary.html">com.facebook.imagepipeline.platform</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/postprocessors/package-summary.html">com.facebook.imagepipeline.postprocessors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/producers/package-summary.html">com.facebook.imagepipeline.producers</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/request/package-summary.html">com.facebook.imagepipeline.request</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageutils/package-summary.html">com.facebook.imageutils</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/webpsupport/package-summary.html">com.facebook.webpsupport</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/widget/text/span/package-summary.html">com.facebook.widget.text.span</a></li> </ul><br/> </div> <!-- end packages --> </div> <!-- end resize-packages --> <div id="classes-nav"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/WebpTranscoder.html">WebpTranscoder</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/Bitmaps.html">Bitmaps</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/ImagePipelineNativeLoader.html">ImagePipelineNativeLoader</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/JpegTranscoder.html">JpegTranscoder</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/NativeBlurFilter.html">NativeBlurFilter</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/NativeRoundingFilter.html">NativeRoundingFilter</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/StaticWebpNativeLoader.html">StaticWebpNativeLoader</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/WebpTranscoderFactory.html">WebpTranscoderFactory</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/imagepipeline/nativecode/WebpTranscoderImpl.html">WebpTranscoderImpl</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> </div><!-- end nav-tree --> </div><!-- end swapper --> </div> <!-- end side-nav --> <script> if (!isMobile) { //$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav"); chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../"); } else { addLoadEvent(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); } //$("#swapper").css({borderBottom:"2px solid #aaa"}); } else { swapNav(); // tree view should be used on mobile } </script> <div class="g-unit" id="doc-content"> <div id="api-info-block"> <div class="api-level"> </div> </div> <div id="jd-header"> package <h1>com.facebook.imagepipeline.nativecode</b></h1> <div class="jd-nav"> <a class="jd-navlink" href="package-summary.html">Classes</a> | Description </div> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <div class="jd-descr"> <p></p> </div> <div id="footer"> +Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>. +</div> <!-- end footer - @generated --> </div><!-- end jd-content --> </div> <!-- end doc-content --> </div> <!-- end body-content --> <script type="text/javascript"> init(); /* initialize doclava-developer-docs.js */ </script> </body> </html>
MaTriXy/fresco
docs/javadoc/reference/com/facebook/imagepipeline/nativecode/package-descr.html
HTML
bsd-3-clause
17,812
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Fri Sep 18 14:09:15 BST 2009 --> <TITLE> uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs </TITLE> <META NAME="date" CONTENT="2009-09-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/service/globus/resource/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/bindings/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/InterProScanPortType.html" title="interface in uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs">InterProScanPortType</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/InterProScanRequest.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs">InterProScanRequest</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/InterProScanRequestInterProScanInput.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs">InterProScanRequestInterProScanInput</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/InterProScanResourceProperties.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs">InterProScanResourceProperties</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/InterProScanResponse.html" title="class in uk.org.mygrid.cagrid.servicewrapper.service.interproscan.stubs">InterProScanResponse</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/service/globus/resource/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../../uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/bindings/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
NCIP/taverna-grid
servicewrapper/doc/uk/org/mygrid/cagrid/servicewrapper/service/interproscan/stubs/package-summary.html
HTML
bsd-3-clause
8,735
<!DOCTYPE HTML> <html> <head> <style> body { margin: 0px; padding: 0px; } </style> </head> <body> <div id="container"></div> <script src="KineticJS/kinetic.js"></script> <script src="kiigame.js"></script> <script src="latkazombit.js"></script> </body> </html>
PrinsessaDiana/kiigame
kiigame.html
HTML
bsd-3-clause
352
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.sandbox.stats.multicomp.randmvn &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.sandbox.stats.multicomp.rankdata" href="statsmodels.sandbox.stats.multicomp.rankdata.html" /> <link rel="prev" title="statsmodels.sandbox.stats.multicomp.qcrit" href="statsmodels.sandbox.stats.multicomp.qcrit.html" /> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.sandbox.stats.multicomp.randmvn" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.11.1</span> <span class="md-header-nav__topic"> statsmodels.sandbox.stats.multicomp.randmvn </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../stats.html" class="md-tabs__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.11.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../stats.html" class="md-nav__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a> </li> <li class="md-nav__item"> <a href="../contingency_tables.html" class="md-nav__link">Contingency tables</a> </li> <li class="md-nav__item"> <a href="../imputation.html" class="md-nav__link">Multiple Imputation with Chained Equations</a> </li> <li class="md-nav__item"> <a href="../emplike.html" class="md-nav__link">Empirical Likelihood <code class="xref py py-mod docutils literal notranslate"><span class="pre">emplike</span></code></a> </li> <li class="md-nav__item"> <a href="../distributions.html" class="md-nav__link">Distributions</a> </li> <li class="md-nav__item"> <a href="../graphics.html" class="md-nav__link">Graphics</a> </li> <li class="md-nav__item"> <a href="../iolib.html" class="md-nav__link">Input-Output <code class="xref py py-mod docutils literal notranslate"><span class="pre">iolib</span></code></a> </li> <li class="md-nav__item"> <a href="../tools.html" class="md-nav__link">Tools</a> </li> <li class="md-nav__item"> <a href="../large_data.html" class="md-nav__link">Working with Large Data Sets</a> </li> <li class="md-nav__item"> <a href="../optimization.html" class="md-nav__link">Optimization</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.sandbox.stats.multicomp.randmvn.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-sandbox-stats-multicomp-randmvn--page-root">statsmodels.sandbox.stats.multicomp.randmvn<a class="headerlink" href="#generated-statsmodels-sandbox-stats-multicomp-randmvn--page-root" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="statsmodels.sandbox.stats.multicomp.randmvn"> <code class="sig-prename descclassname">statsmodels.sandbox.stats.multicomp.</code><code class="sig-name descname">randmvn</code><span class="sig-paren">(</span><em class="sig-param">rho</em>, <em class="sig-param">size=(1</em>, <em class="sig-param">2)</em>, <em class="sig-param">standardize=False</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/sandbox/stats/multicomp.html#randmvn"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.sandbox.stats.multicomp.randmvn" title="Permalink to this definition">¶</a></dt> <dd><p>create random draws from equi-correlated multivariate normal distribution</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>rho</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>correlation coefficient</p> </dd> <dt><strong>size</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">tuple</span></code></a> <code class="xref py py-obj docutils literal notranslate"><span class="pre">of</span></code> <a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a></span></dt><dd><p>size is interpreted (nobs, nvars) where each row</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>rvs</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.17)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>nobs by nvars where each row is a independent random draw of nvars- dimensional correlated rvs</p> </dd> </dl> </dd> </dl> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.sandbox.stats.multicomp.qcrit.html" title="Material" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.sandbox.stats.multicomp.qcrit </span> </div> </a> <a href="statsmodels.sandbox.stats.multicomp.rankdata.html" title="Admonition" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.sandbox.stats.multicomp.rankdata </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 21, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 2.4.2. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.11.1/generated/statsmodels.sandbox.stats.multicomp.randmvn.html
HTML
bsd-3-clause
19,790
{% extends 'magicflatpages/base_content.html' %} {% load floppyforms %} {% block js_top %} {{ block.super }} {{ form.media }} {% endblock %} {% block navbar %} {% endblock navbar %} {% block footer_area %} {% endblock footer_area %} {% block content %} <div class="popup-content"> <div class="row"> <div class="col-sm-2"> <div class="side-fix-menus"> <ul class="nav nav-pills nav-stacked" id="nav-elements"> <li role="presentation" class="active"> <a href="#" id="goto-title">Page<br/><i class="fa fa-minus"></i></a> </li> </ul> </div> </div> <div class="col-lg-9"> <h1><small>Page {{ object.title }} details</h1> <form method='post' enctype="multipart/form-data">{% csrf_token %} {{ form }} <div class="bottom-fix-menu" align="center"> <h1> <input type="submit" class="btn btn-lg btn-success" value="Save" /> <a href="{% url 'magiccontent.windows_close' %}?dont_reload=1" class="btn btn-lg btn-danger" role="button" >Cancel</a> </h1> </div> </form> <br/><br/><br/><br/> </div> </div> </div> {% endblock content %} {% block post_content %}{% endblock post_content %} {% block extrajs %} <script type="text/javascript"> // hide the picture filters when there is no picture $(document).ready(function(){ $("#id_url").prop('readonly', true); }); </script> {% endblock extrajs %}
DjenieLabs/django-magicflatpages
magicflatpages/templates/flatpages/page_form.html
HTML
bsd-3-clause
1,501
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <meta name="robots" content="noindex" /> <title>File widgets/fineuploader/WhFineUploader.php | YiiWheels</title> <script type="text/javascript" src="resources/combined.js?1965618976"></script> <script type="text/javascript" src="elementlist.js?53054354"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/bootstrap.min.css?260161822" /> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?2015443609" /> </head> <body> <div id="navigation" class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a href="index.html" class="brand">YiiWheels</a> <div class="nav-collapse"> <ul class="nav"> <li> <a href="package-YiiWheels.widgets.fileuploader.html" title="Summary of YiiWheels\widgets\fileuploader"><span>Package</span></a> </li> <li> <a href="class-WhFineUploader.html" title="Summary of WhFineUploader"><span>Class</span></a> </li> <li class="divider-vertical"></li> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> </div> </div> </div> </div> <div id="left"> <div id="menu"> <form id="search" class="form-search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="search-query" placeholder="Search" /> </form> <div id="groups"> <h3>Packages</h3> <ul> <li><a href="package-None.html">None</a> </li> <li><a href="package-yiiwheels.html">yiiwheels<span></span></a> <ul> <li><a href="package-yiiwheels.behaviors.html">behaviors</a> </li> <li><a href="package-yiiwheels.widgets.html">widgets</a> </li> <li class="active"><a href="package-YiiWheels.widgets.html">widgets<span></span></a> <ul> <li><a href="package-YiiWheels.widgets.ace.html">ace</a> </li> <li><a href="package-YiiWheels.widgets.box.html">box</a> </li> <li><a href="package-YiiWheels.widgets.datepicker.html">datepicker</a> </li> <li><a href="package-YiiWheels.widgets.daterangepicker.html">daterangepicker</a> </li> <li><a href="package-YiiWheels.widgets.datetimepicker.html">datetimepicker</a> </li> <li><a href="package-YiiWheels.widgets.detail.html">detail</a> </li> <li><a href="package-YiiWheels.widgets.fileupload.html">fileupload</a> </li> <li class="active"><a href="package-YiiWheels.widgets.fileuploader.html">fileuploader</a> </li> <li><a href="package-YiiWheels.widgets.gallery.html">gallery</a> </li> <li><a href="package-YiiWheels.widgets.google.html">google</a> </li> <li><a href="package-YiiWheels.widgets.grid.html">grid<span></span></a> <ul> <li><a href="package-yiiwheels.widgets.grid.behaviors.html">behaviors</a> </li> <li><a href="package-YiiWheels.widgets.grid.operations.html">operations</a> </li> </ul></li> <li><a href="package-YiiWheels.widgets.highcharts.html">highcharts</a> </li> <li><a href="package-YiiWheels.widgets.maskInput.html">maskInput</a> </li> <li><a href="package-YiiWheels.widgets.maskmoney.html">maskmoney</a> </li> <li><a href="package-YiiWheels.widgets.modal.html">modal</a> </li> <li><a href="package-YiiWheels.widgets.multiselect.html">multiselect</a> </li> <li><a href="package-YiiWheels.widgets.rangeslider.html">rangeslider</a> </li> <li><a href="package-YiiWheels.widgets.redactor.html">redactor</a> </li> <li><a href="package-YiiWheels.widgets.select2.html">select2</a> </li> <li><a href="package-YiiWheels.widgets.sparklines.html">sparklines</a> </li> <li><a href="package-YiiWheels.widgets.switch.html">switch</a> </li> <li><a href="package-YiiWheels.widgets.timeago.html">timeago</a> </li> <li><a href="package-YiiWheels.widgets.timepicker.html">timepicker</a> </li> <li><a href="package-YiiWheels.widgets.toggle.html">toggle</a> </li> <li><a href="package-YiiWheels.widgets.typeahead.html">typeahead</a> </li> </ul></li></ul></li> </ul> </div> <div id="elements"> <h3>Classes</h3> <ul> <li class="active"><a href="class-WhFineUploader.html">WhFineUploader</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <pre id="source"><code><span id="1" class="l"><a class="l" href="#1"> 1 </a><span class="xlang">&lt;?php</span> </span><span id="2" class="l"><a class="l" href="#2"> 2 </a><span class="php-comment">/** </span></span><span id="3" class="l"><a class="l" href="#3"> 3 </a><span class="php-comment"> * WhFineUploader widget class </span></span><span id="4" class="l"><a class="l" href="#4"> 4 </a><span class="php-comment"> * Inspired by https://github.com/anggiaj/EFineUploader </span></span><span id="5" class="l"><a class="l" href="#5"> 5 </a><span class="php-comment"> * @author Antonio Ramirez &lt;[email protected]&gt; </span></span><span id="6" class="l"><a class="l" href="#6"> 6 </a><span class="php-comment"> * @copyright Copyright &amp;copy; 2amigos.us 2013- </span></span><span id="7" class="l"><a class="l" href="#7"> 7 </a><span class="php-comment"> * @license http://www.opensource.org/licenses/bsd-license.php New BSD License </span></span><span id="8" class="l"><a class="l" href="#8"> 8 </a><span class="php-comment"> * @package YiiWheels.widgets.fileuploader </span></span><span id="9" class="l"><a class="l" href="#9"> 9 </a><span class="php-comment"> * @uses YiiStrap.helpers.TbArray </span></span><span id="10" class="l"><a class="l" href="#10"> 10 </a><span class="php-comment"> */</span> </span><span id="11" class="l"><a class="l" href="#11"> 11 </a>Yii::import(<span class="php-quote">'bootstrap.helpers.TbArray'</span>); </span><span id="12" class="l"><a class="l" href="#12"> 12 </a> </span><span id="13" class="l"><a class="l" href="#13"> 13 </a><span class="php-keyword1">class</span> <a id="WhFineUploader" href="#WhFineUploader">WhFineUploader</a> <span class="php-keyword1">extends</span> CInputWidget </span><span id="14" class="l"><a class="l" href="#14"> 14 </a>{ </span><span id="15" class="l"><a class="l" href="#15"> 15 </a> <span class="php-comment">/** </span></span><span id="16" class="l"><a class="l" href="#16"> 16 </a><span class="php-comment"> * @var string upload action url </span></span><span id="17" class="l"><a class="l" href="#17"> 17 </a><span class="php-comment"> */</span> </span><span id="18" class="l"><a class="l" href="#18"> 18 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$uploadAction" href="#$uploadAction">$uploadAction</a></span>; </span><span id="19" class="l"><a class="l" href="#19"> 19 </a> </span><span id="20" class="l"><a class="l" href="#20"> 20 </a> <span class="php-comment">/** </span></span><span id="21" class="l"><a class="l" href="#21"> 21 </a><span class="php-comment"> * @var string the HTML tag to render the uploader to </span></span><span id="22" class="l"><a class="l" href="#22"> 22 </a><span class="php-comment"> */</span> </span><span id="23" class="l"><a class="l" href="#23"> 23 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$tagName" href="#$tagName">$tagName</a></span> = <span class="php-quote">'div'</span>; </span><span id="24" class="l"><a class="l" href="#24"> 24 </a> </span><span id="25" class="l"><a class="l" href="#25"> 25 </a> <span class="php-comment">/** </span></span><span id="26" class="l"><a class="l" href="#26"> 26 </a><span class="php-comment"> * @var string text to display if javascript is disabled </span></span><span id="27" class="l"><a class="l" href="#27"> 27 </a><span class="php-comment"> */</span> </span><span id="28" class="l"><a class="l" href="#28"> 28 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$noScriptText" href="#$noScriptText">$noScriptText</a></span>; </span><span id="29" class="l"><a class="l" href="#29"> 29 </a> </span><span id="30" class="l"><a class="l" href="#30"> 30 </a> <span class="php-comment">/** </span></span><span id="31" class="l"><a class="l" href="#31"> 31 </a><span class="php-comment"> * @var array the plugin options </span></span><span id="32" class="l"><a class="l" href="#32"> 32 </a><span class="php-comment"> */</span> </span><span id="33" class="l"><a class="l" href="#33"> 33 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$pluginOptions" href="#$pluginOptions">$pluginOptions</a></span> = <span class="php-keyword1">array</span>(); </span><span id="34" class="l"><a class="l" href="#34"> 34 </a> </span><span id="35" class="l"><a class="l" href="#35"> 35 </a> <span class="php-comment">/** </span></span><span id="36" class="l"><a class="l" href="#36"> 36 </a><span class="php-comment"> * @var array the events </span></span><span id="37" class="l"><a class="l" href="#37"> 37 </a><span class="php-comment"> */</span> </span><span id="38" class="l"><a class="l" href="#38"> 38 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$events" href="#$events">$events</a></span> = <span class="php-keyword1">array</span>(); </span><span id="39" class="l"><a class="l" href="#39"> 39 </a> </span><span id="40" class="l"><a class="l" href="#40"> 40 </a> <span class="php-comment">/** </span></span><span id="41" class="l"><a class="l" href="#41"> 41 </a><span class="php-comment"> * @var string which scenario we get the validation from </span></span><span id="42" class="l"><a class="l" href="#42"> 42 </a><span class="php-comment"> */</span> </span><span id="43" class="l"><a class="l" href="#43"> 43 </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$scenario" href="#$scenario">$scenario</a></span>; </span><span id="44" class="l"><a class="l" href="#44"> 44 </a> </span><span id="45" class="l"><a class="l" href="#45"> 45 </a> <span class="php-comment">/** </span></span><span id="46" class="l"><a class="l" href="#46"> 46 </a><span class="php-comment"> * @var array d </span></span><span id="47" class="l"><a class="l" href="#47"> 47 </a><span class="php-comment"> */</span> </span><span id="48" class="l"><a class="l" href="#48"> 48 </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$defaultOptions" href="#$defaultOptions">$defaultOptions</a></span> = <span class="php-keyword1">array</span>(); </span><span id="49" class="l"><a class="l" href="#49"> 49 </a> </span><span id="50" class="l"><a class="l" href="#50"> 50 </a> <span class="php-comment">/** </span></span><span id="51" class="l"><a class="l" href="#51"> 51 </a><span class="php-comment"> * @throws CException </span></span><span id="52" class="l"><a class="l" href="#52"> 52 </a><span class="php-comment"> */</span> </span><span id="53" class="l"><a class="l" href="#53"> 53 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_init" href="#_init">init</a>() </span><span id="54" class="l"><a class="l" href="#54"> 54 </a> { </span><span id="55" class="l"><a class="l" href="#55"> 55 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;uploadAction === <span class="php-keyword1">null</span>) { </span><span id="56" class="l"><a class="l" href="#56"> 56 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> CException(Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'&quot;uploadAction&quot; attribute cannot be blank'</span>)); </span><span id="57" class="l"><a class="l" href="#57"> 57 </a> } </span><span id="58" class="l"><a class="l" href="#58"> 58 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;noScriptText === <span class="php-keyword1">null</span>) { </span><span id="59" class="l"><a class="l" href="#59"> 59 </a> <span class="php-var">$this</span>-&gt;noScriptText = Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">&quot;Please enable JavaScript to use file uploader.&quot;</span>); </span><span id="60" class="l"><a class="l" href="#60"> 60 </a> } </span><span id="61" class="l"><a class="l" href="#61"> 61 </a> </span><span id="62" class="l"><a class="l" href="#62"> 62 </a> <span class="php-var">$this</span>-&gt;attachBehavior(<span class="php-quote">'ywplugin'</span>, <span class="php-keyword1">array</span>(<span class="php-quote">'class'</span> =&gt; <span class="php-quote">'yiiwheels.behaviors.WhPlugin'</span>)); </span><span id="63" class="l"><a class="l" href="#63"> 63 </a> </span><span id="64" class="l"><a class="l" href="#64"> 64 </a> <span class="php-var">$this</span>-&gt;initDefaultOptions(); </span><span id="65" class="l"><a class="l" href="#65"> 65 </a> } </span><span id="66" class="l"><a class="l" href="#66"> 66 </a> </span><span id="67" class="l"><a class="l" href="#67"> 67 </a> <span class="php-comment">/** </span></span><span id="68" class="l"><a class="l" href="#68"> 68 </a><span class="php-comment"> * Widget's run method </span></span><span id="69" class="l"><a class="l" href="#69"> 69 </a><span class="php-comment"> */</span> </span><span id="70" class="l"><a class="l" href="#70"> 70 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_run" href="#_run">run</a>() </span><span id="71" class="l"><a class="l" href="#71"> 71 </a> { </span><span id="72" class="l"><a class="l" href="#72"> 72 </a> <span class="php-var">$this</span>-&gt;renderTag(); </span><span id="73" class="l"><a class="l" href="#73"> 73 </a> <span class="php-var">$this</span>-&gt;registerClientScript(); </span><span id="74" class="l"><a class="l" href="#74"> 74 </a> } </span><span id="75" class="l"><a class="l" href="#75"> 75 </a> </span><span id="76" class="l"><a class="l" href="#76"> 76 </a> <span class="php-comment">/** </span></span><span id="77" class="l"><a class="l" href="#77"> 77 </a><span class="php-comment"> * Renders the tag where the button is going to be rendered </span></span><span id="78" class="l"><a class="l" href="#78"> 78 </a><span class="php-comment"> */</span> </span><span id="79" class="l"><a class="l" href="#79"> 79 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_renderTag" href="#_renderTag">renderTag</a>() </span><span id="80" class="l"><a class="l" href="#80"> 80 </a> { </span><span id="81" class="l"><a class="l" href="#81"> 81 </a> <span class="php-keyword1">echo</span> CHtml::tag(<span class="php-var">$this</span>-&gt;tagName, <span class="php-var">$this</span>-&gt;htmlOptions, <span class="php-quote">'&lt;noscript&gt;'</span> . <span class="php-var">$this</span>-&gt;noScriptText . <span class="php-quote">'&lt;/noscript&gt;'</span>, <span class="php-keyword1">true</span>); </span><span id="82" class="l"><a class="l" href="#82"> 82 </a> } </span><span id="83" class="l"><a class="l" href="#83"> 83 </a> </span><span id="84" class="l"><a class="l" href="#84"> 84 </a> <span class="php-comment">/** </span></span><span id="85" class="l"><a class="l" href="#85"> 85 </a><span class="php-comment"> * Registers required client script for finuploader </span></span><span id="86" class="l"><a class="l" href="#86"> 86 </a><span class="php-comment"> */</span> </span><span id="87" class="l"><a class="l" href="#87"> 87 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_registerClientScript" href="#_registerClientScript">registerClientScript</a>() </span><span id="88" class="l"><a class="l" href="#88"> 88 </a> { </span><span id="89" class="l"><a class="l" href="#89"> 89 </a> <span class="php-comment">/* publish assets dir */</span> </span><span id="90" class="l"><a class="l" href="#90"> 90 </a> <span class="php-var">$path</span> = <span class="php-keyword2">dirname</span>(__FILE__) . DIRECTORY_SEPARATOR . <span class="php-quote">'assets'</span>; </span><span id="91" class="l"><a class="l" href="#91"> 91 </a> <span class="php-var">$assetsUrl</span> = <span class="php-var">$this</span>-&gt;getAssetsUrl(<span class="php-var">$path</span>); </span><span id="92" class="l"><a class="l" href="#92"> 92 </a> </span><span id="93" class="l"><a class="l" href="#93"> 93 </a> <span class="php-comment">/* @var $cs CClientScript */</span> </span><span id="94" class="l"><a class="l" href="#94"> 94 </a> <span class="php-var">$cs</span> = Yii::app()-&gt;getClientScript(); </span><span id="95" class="l"><a class="l" href="#95"> 95 </a> </span><span id="96" class="l"><a class="l" href="#96"> 96 </a> <span class="php-var">$script</span> = YII_DEBUG ? <span class="php-quote">'jquery.fineuploader-3.2.js'</span> : <span class="php-quote">'jquery.fineuploader-3.2.min.js'</span>; </span><span id="97" class="l"><a class="l" href="#97"> 97 </a> </span><span id="98" class="l"><a class="l" href="#98"> 98 </a> <span class="php-var">$cs</span>-&gt;registerCssFile(<span class="php-var">$assetsUrl</span> . <span class="php-quote">'/css/fineuploader.css'</span>); </span><span id="99" class="l"><a class="l" href="#99"> 99 </a> <span class="php-var">$cs</span>-&gt;registerScriptFile(<span class="php-var">$assetsUrl</span> . <span class="php-quote">'/js/'</span> . <span class="php-var">$script</span>); </span><span id="100" class="l"><a class="l" href="#100">100 </a> </span><span id="101" class="l"><a class="l" href="#101">101 </a> <span class="php-comment">/* initialize plugin */</span> </span><span id="102" class="l"><a class="l" href="#102">102 </a> <span class="php-var">$selector</span> = <span class="php-quote">'#'</span> . TbArray::getValue(<span class="php-quote">'id'</span>, <span class="php-var">$this</span>-&gt;htmlOptions, <span class="php-var">$this</span>-&gt;getId()); </span><span id="103" class="l"><a class="l" href="#103">103 </a> </span><span id="104" class="l"><a class="l" href="#104">104 </a> <span class="php-var">$this</span>-&gt;getApi()-&gt;registerPlugin( </span><span id="105" class="l"><a class="l" href="#105">105 </a> <span class="php-quote">'fineUploader'</span>, </span><span id="106" class="l"><a class="l" href="#106">106 </a> <span class="php-var">$selector</span>, </span><span id="107" class="l"><a class="l" href="#107">107 </a> CMap::mergeArray(<span class="php-var">$this</span>-&gt;defaultOptions, <span class="php-var">$this</span>-&gt;pluginOptions) </span><span id="108" class="l"><a class="l" href="#108">108 </a> ); </span><span id="109" class="l"><a class="l" href="#109">109 </a> <span class="php-var">$this</span>-&gt;getApi()-&gt;registerEvents(<span class="php-var">$selector</span>, <span class="php-var">$this</span>-&gt;events); </span><span id="110" class="l"><a class="l" href="#110">110 </a> } </span><span id="111" class="l"><a class="l" href="#111">111 </a> </span><span id="112" class="l"><a class="l" href="#112">112 </a> <span class="php-comment">/** </span></span><span id="113" class="l"><a class="l" href="#113">113 </a><span class="php-comment"> * Sets up default options for the plugin </span></span><span id="114" class="l"><a class="l" href="#114">114 </a><span class="php-comment"> * - thanks https://github.com/anggiaj </span></span><span id="115" class="l"><a class="l" href="#115">115 </a><span class="php-comment"> */</span> </span><span id="116" class="l"><a class="l" href="#116">116 </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_initDefaultOptions" href="#_initDefaultOptions">initDefaultOptions</a>() </span><span id="117" class="l"><a class="l" href="#117">117 </a> { </span><span id="118" class="l"><a class="l" href="#118">118 </a> <span class="php-keyword1">list</span>(<span class="php-var">$name</span>, <span class="php-var">$id</span>) = <span class="php-var">$this</span>-&gt;resolveNameID(); </span><span id="119" class="l"><a class="l" href="#119">119 </a> </span><span id="120" class="l"><a class="l" href="#120">120 </a> TbArray::defaultValue(<span class="php-quote">'id'</span>, <span class="php-var">$id</span>, <span class="php-var">$this</span>-&gt;htmlOptions); </span><span id="121" class="l"><a class="l" href="#121">121 </a> TbArray::defaultValue(<span class="php-quote">'name'</span>, <span class="php-var">$name</span>, <span class="php-var">$this</span>-&gt;htmlOptions); </span><span id="122" class="l"><a class="l" href="#122">122 </a> </span><span id="123" class="l"><a class="l" href="#123">123 </a> </span><span id="124" class="l"><a class="l" href="#124">124 </a> <span class="php-var">$this</span>-&gt;defaultOptions = <span class="php-keyword1">array</span>( </span><span id="125" class="l"><a class="l" href="#125">125 </a> <span class="php-quote">'request'</span> =&gt; <span class="php-keyword1">array</span>( </span><span id="126" class="l"><a class="l" href="#126">126 </a> <span class="php-quote">'endpoint'</span> =&gt; <span class="php-var">$this</span>-&gt;uploadAction, </span><span id="127" class="l"><a class="l" href="#127">127 </a> <span class="php-quote">'inputName'</span> =&gt; <span class="php-var">$name</span>, </span><span id="128" class="l"><a class="l" href="#128">128 </a> ), </span><span id="129" class="l"><a class="l" href="#129">129 </a> <span class="php-quote">'validation'</span> =&gt; <span class="php-var">$this</span>-&gt;getValidator(), </span><span id="130" class="l"><a class="l" href="#130">130 </a> <span class="php-quote">'messages'</span> =&gt; <span class="php-keyword1">array</span>( </span><span id="131" class="l"><a class="l" href="#131">131 </a> <span class="php-quote">'typeError'</span> =&gt; Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'{file} has an invalid extension. Valid extension(s): {extensions}.'</span>), </span><span id="132" class="l"><a class="l" href="#132">132 </a> <span class="php-quote">'sizeError'</span> =&gt; Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'{file} is too large, maximum file size is {sizeLimit}.'</span>), </span><span id="133" class="l"><a class="l" href="#133">133 </a> <span class="php-quote">'minSizeError'</span> =&gt; Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'{file} is too small, minimum file size is {minSizeLimit}.'</span>), </span><span id="134" class="l"><a class="l" href="#134">134 </a> <span class="php-quote">'emptyError:'</span> =&gt; Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'{file} is empty, please select files again without it.'</span>), </span><span id="135" class="l"><a class="l" href="#135">135 </a> <span class="php-quote">'noFilesError'</span> =&gt; Yii::t(<span class="php-quote">'zii'</span>, <span class="php-quote">'No files to upload.'</span>), </span><span id="136" class="l"><a class="l" href="#136">136 </a> <span class="php-quote">'onLeave'</span> =&gt; Yii::t( </span><span id="137" class="l"><a class="l" href="#137">137 </a> <span class="php-quote">'zii'</span>, </span><span id="138" class="l"><a class="l" href="#138">138 </a> <span class="php-quote">'The files are being uploaded, if you leave now the upload will be cancelled.'</span> </span><span id="139" class="l"><a class="l" href="#139">139 </a> ) </span><span id="140" class="l"><a class="l" href="#140">140 </a> ), </span><span id="141" class="l"><a class="l" href="#141">141 </a> ); </span><span id="142" class="l"><a class="l" href="#142">142 </a> } </span><span id="143" class="l"><a class="l" href="#143">143 </a> </span><span id="144" class="l"><a class="l" href="#144">144 </a> <span class="php-comment">/** </span></span><span id="145" class="l"><a class="l" href="#145">145 </a><span class="php-comment"> * @return array </span></span><span id="146" class="l"><a class="l" href="#146">146 </a><span class="php-comment"> */</span> </span><span id="147" class="l"><a class="l" href="#147">147 </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_getValidator" href="#_getValidator">getValidator</a>() </span><span id="148" class="l"><a class="l" href="#148">148 </a> { </span><span id="149" class="l"><a class="l" href="#149">149 </a> <span class="php-var">$ret</span> = <span class="php-keyword1">array</span>(); </span><span id="150" class="l"><a class="l" href="#150">150 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;hasModel()) { </span><span id="151" class="l"><a class="l" href="#151">151 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;scenario !== <span class="php-keyword1">null</span>) { </span><span id="152" class="l"><a class="l" href="#152">152 </a> <span class="php-var">$originalScenario</span> = <span class="php-var">$this</span>-&gt;model-&gt;getScenario(); </span><span id="153" class="l"><a class="l" href="#153">153 </a> <span class="php-var">$this</span>-&gt;model-&gt;setScenario(<span class="php-var">$this</span>-&gt;scenario); </span><span id="154" class="l"><a class="l" href="#154">154 </a> <span class="php-var">$validators</span> = <span class="php-var">$this</span>-&gt;model-&gt;getValidators(<span class="php-var">$this</span>-&gt;attribute); </span><span id="155" class="l"><a class="l" href="#155">155 </a> <span class="php-var">$this</span>-&gt;model-&gt;setScenario(<span class="php-var">$originalScenario</span>); </span><span id="156" class="l"><a class="l" href="#156">156 </a> </span><span id="157" class="l"><a class="l" href="#157">157 </a> } <span class="php-keyword1">else</span> { </span><span id="158" class="l"><a class="l" href="#158">158 </a> <span class="php-var">$validators</span> = <span class="php-var">$this</span>-&gt;model-&gt;getValidators(<span class="php-var">$this</span>-&gt;attribute); </span><span id="159" class="l"><a class="l" href="#159">159 </a> } </span><span id="160" class="l"><a class="l" href="#160">160 </a> </span><span id="161" class="l"><a class="l" href="#161">161 </a> <span class="php-comment">// we are just looking for the first founded CFileValidator</span> </span><span id="162" class="l"><a class="l" href="#162">162 </a> <span class="php-keyword1">foreach</span> (<span class="php-var">$validators</span> <span class="php-keyword1">as</span> <span class="php-var">$validator</span>) { </span><span id="163" class="l"><a class="l" href="#163">163 </a> <span class="php-keyword1">if</span> (<span class="php-keyword2">is_a</span>(<span class="php-var">$validator</span>, <span class="php-quote">'CFileValidator'</span>)) { </span><span id="164" class="l"><a class="l" href="#164">164 </a> <span class="php-var">$ret</span> = <span class="php-keyword1">array</span>( </span><span id="165" class="l"><a class="l" href="#165">165 </a> <span class="php-quote">'allowedExtensions'</span> =&gt; <span class="php-keyword2">explode</span>(<span class="php-quote">','</span>, <span class="php-keyword2">str_replace</span>(<span class="php-quote">' '</span>, <span class="php-quote">''</span>, <span class="php-var">$validator</span>-&gt;types)), </span><span id="166" class="l"><a class="l" href="#166">166 </a> <span class="php-quote">'sizeLimit'</span> =&gt; <span class="php-var">$validator</span>-&gt;maxSize, </span><span id="167" class="l"><a class="l" href="#167">167 </a> <span class="php-quote">'minSizeLimit'</span> =&gt; <span class="php-var">$validator</span>-&gt;minSize, </span><span id="168" class="l"><a class="l" href="#168">168 </a> ); </span><span id="169" class="l"><a class="l" href="#169">169 </a> <span class="php-keyword1">break</span>; </span><span id="170" class="l"><a class="l" href="#170">170 </a> } </span><span id="171" class="l"><a class="l" href="#171">171 </a> } </span><span id="172" class="l"><a class="l" href="#172">172 </a> } </span><span id="173" class="l"><a class="l" href="#173">173 </a> <span class="php-keyword1">return</span> <span class="php-var">$ret</span>; </span><span id="174" class="l"><a class="l" href="#174">174 </a> } </span><span id="175" class="l"><a class="l" href="#175">175 </a></span>}</code></pre> </div> <div id="footer"> YiiWheels API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </body> </html>
2amigos/yiiwheels-docs
www/api/source-class-WhFineUploader.html
HTML
bsd-3-clause
29,497
<!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>QGeoCodingManager &mdash; PyQt 5.5.1 Reference Guide</title> <link rel="stylesheet" href="../_static/classic.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '5.5.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/logo_tn.ico"/> <link rel="top" title="PyQt 5.5.1 Reference Guide" href="../index.html" /> <link rel="up" title="PyQt5 Class Reference" href="../class_reference.html" /> <link rel="next" title="QGeoCodingManagerEngine" href="qgeocodingmanagerengine.html" /> <link rel="prev" title="QGeoCodeReply" href="qgeocodereply.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="qgeocodingmanagerengine.html" title="QGeoCodingManagerEngine" accesskey="N">next</a> |</li> <li class="right" > <a href="qgeocodereply.html" title="QGeoCodeReply" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">PyQt 5.5.1 Reference Guide</a> &raquo;</li> <li class="nav-item nav-item-1"><a href="../class_reference.html" accesskey="U">PyQt5 Class Reference</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="qgeocodingmanager"> <h1>QGeoCodingManager<a class="headerlink" href="#qgeocodingmanager" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="PyQt5.QtLocation.QGeoCodingManager"> <em class="property">class </em><code class="descclassname">PyQt5.QtLocation.</code><code class="descname">QGeoCodingManager</code><a class="headerlink" href="#PyQt5.QtLocation.QGeoCodingManager" title="Permalink to this definition">¶</a></dt> <dd><p><a class="reference external" href="http://doc.qt.io/qt-5/qgeocodingmanager.html">C++ documentation</a></p> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/logo.png" alt="Logo"/> </a></p> <h4>Previous topic</h4> <p class="topless"><a href="qgeocodereply.html" title="previous chapter">QGeoCodeReply</a></p> <h4>Next topic</h4> <p class="topless"><a href="qgeocodingmanagerengine.html" title="next chapter">QGeoCodingManagerEngine</a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="qgeocodingmanagerengine.html" title="QGeoCodingManagerEngine" >next</a> |</li> <li class="right" > <a href="qgeocodereply.html" title="QGeoCodeReply" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">PyQt 5.5.1 Reference Guide</a> &raquo;</li> <li class="nav-item nav-item-1"><a href="../class_reference.html" >PyQt5 Class Reference</a> &raquo;</li> </ul> </div> <div class="footer" role="contentinfo"> &copy; Copyright 2015 Riverbank Computing Limited. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1. </div> </body> </html>
lnerit/ktailFSM
build/lib.linux-x86_64-2.7/PyQt-gpl-5.5.1/doc/html/api/qgeocodingmanager.html
HTML
bsd-3-clause
5,422
<!-- %BD_HTML%/SearchResult.htm --> <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=windows-1255"> <TITLE>úåöàú àéðèøðè - Takanot File</TITLE> </HEAD> <style> <!-- TR.A_Table {font-color:#3e6ea6; background-color: #f7f9fb; font-size:11;font-family: Arial,} TR.B_Table {font-color:#3e6ea6; background-color: #ecf1f6; font-size:11;font-family: Arial,} TR.C {font-color:#1e4a7a; background-color: #A9CAEF;font-weight:bold; font-size:11;font-family: Arial,} TR.clear { font-color:#1e4a7a; background-color: #FFFFFF;} H5 { font-family:Arial, Helvetica, sans-serif; font-size: 14px;} H3 { font-family:Arial, Helvetica, sans-serif; font-size: 16px;} TD.A_Row { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-style: normal; color: #093300; font-size: 10px} .defaultFont { color:#1f4a7b;font-family: Arial, Helvetica, sans-serif; font-size: 12px} --> </style> <BODY dir=rtl class="defaultFont"> <CENTER> <IMG src="/budget/Images/title1.jpg" align=bottom alt="ú÷öéá äîãéðä"> <TABLE align="center" border=0 cellspacing=0 cellpadding=0> <TR align="center"> <TD><H3>úåöàú çéôåù ìùðú 2007</H3></TD> </TR> <TR align="center"> <!--<TD><H3>ðúåðé áéöåò ðëåðéí ìñåó çåãù 04/2008</H3></TD>--> <TD><H3>ðúåðé áéöåò ëôé ùðøùîå áñôøé äðäìú äçùáåðåú ùì äîùøãéí - 04/2008<br></H3></TD> </TR> </TR align="center"> <TD><H3>àéï àçéãåú áéï äñòéôéí ìâáé îåòã òãëåï äðúåðéí</H3></TD> </TR> </TABLE> <H5>äñëåîéí äéðí ùì çå÷ äú÷öéá äî÷åøé åáàìôé ù÷ìéí <BR> </H5> </CENTER> <table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee"> <TR class="C" align="center"> <TD valign=top width=50>ñòéó</TD> <TD valign=top align="right" width=120>ùí ñòéó</TD> <TD valign=top width=65>äåöàä ðèå</TD> <TD valign=top width=65>äåöàä îåúðéú áäëðñä</TD> <TD valign=top width=65>ñä"ë äåöàä</TD> <TD valign=top width=65>äøùàä ìäúçééá</TD> <TD valign=top width=65>ùéà ë"à</TD> <TD valign=top width=40>ñä"ë ðåöì</TD> <TD valign=top width=40>àçåæ ðåöì</TD> </TR> </TABLE> <table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#8fbcee"> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;60</TD> <TD valign=top align="right" width=120>&nbsp;çéðåê</TD> <TD valign=top width=65>&nbsp; 543,226</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 543,226</TD> <TD valign=top width=65>&nbsp; 453,365</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 461,148</TD> <TD valign=top width=40>&nbsp; 84.89</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;6002</TD> <TD valign=top align="right" width=120>&nbsp;úëðéú ôéúåç çéðåê</TD> <TD valign=top width=65>&nbsp; 454,800</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 454,800</TD> <TD valign=top width=65>&nbsp; 384,339</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 364,590</TD> <TD valign=top width=40>&nbsp; 80.16</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;600210</TD> <TD valign=top align="right" width=120>&nbsp;áðééú ëéúåú ìéîåã</TD> <TD valign=top width=65>&nbsp; 440,316</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 440,316</TD> <TD valign=top width=65>&nbsp; 369,855</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 350,527</TD> <TD valign=top width=40>&nbsp; 79.61</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600215</TD> <TD valign=top align="right" width=120>&nbsp;úùúéåú äé÷ôéåú ìîáðé çéðåê</TD> <TD valign=top width=65>&nbsp; 14,484</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 14,484</TD> <TD valign=top width=65>&nbsp; 14,484</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 14,063</TD> <TD valign=top width=40>&nbsp; 97.09</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;6003</TD> <TD valign=top align="right" width=120>&nbsp;äöèéãåú îáðé çéðåê</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 10,336</TD> <TD valign=top width=40>&nbsp; 98.39</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600301</TD> <TD valign=top align="right" width=120>&nbsp;îòð÷éí ìäöèéãåú</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 10,505</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 10,336</TD> <TD valign=top width=40>&nbsp; 98.39</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;6006</TD> <TD valign=top align="right" width=120>&nbsp;çéãåù îáðéí</TD> <TD valign=top width=65>&nbsp; 61,624</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 61,624</TD> <TD valign=top width=65>&nbsp; 42,224</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 63,558</TD> <TD valign=top width=40>&nbsp;103.14</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600601</TD> <TD valign=top align="right" width=120>&nbsp;çéãåù îáðéí áîòøëú</TD> <TD valign=top width=65>&nbsp; 61,624</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 61,624</TD> <TD valign=top width=65>&nbsp; 42,224</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 63,558</TD> <TD valign=top width=40>&nbsp;103.14</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;6007</TD> <TD valign=top align="right" width=120>&nbsp;ôéúåç îëììåú ìäëùøú îåøéí</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 193</TD> <TD valign=top width=40>&nbsp; 0.00</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600701</TD> <TD valign=top align="right" width=120>&nbsp;ôéúåç îëììåú ìäëùøú îåøéí</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 193</TD> <TD valign=top width=40>&nbsp; 0.00</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;6008</TD> <TD valign=top align="right" width=120>&nbsp;øæøáä</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 16,297</TD> <TD valign=top width=40>&nbsp;100.00</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600801</TD> <TD valign=top align="right" width=120>&nbsp;øæøáä ìòîéãä áéòãéí</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 16,297</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 16,297</TD> <TD valign=top width=40>&nbsp;100.00</TD> </TR> <TR class="B_Table" align="center"> <TD valign=top width=50>&nbsp;6009</TD> <TD valign=top align="right" width=120>&nbsp;øæøáä ìééùåí îñ÷ðåú ëç</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 6,174</TD> <TD valign=top width=40>&nbsp; 0.00</TD> </TR> <TR class="A_Table" align="center"> <TD valign=top width=50>&nbsp;600901</TD> <TD valign=top align="right" width=120>&nbsp;øæøáä ìééùåí îñ÷ðåú ëç</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0</TD> <TD valign=top width=65>&nbsp; 0.0</TD> <TD valign=top width=40>&nbsp; 6,174</TD> <TD valign=top width=40>&nbsp; 0.00</TD> </TR> </TABLE> </CENTER> <BR> <CENTER> <table border="0" cellspacing="1" cellpadding="3" bgcolor="#8fbcee" dir="rtl"> <TR class="C" align="center"> <TD class="A_Row" valign=top width=80>ñéëåí ãå"ç</TD> <TD class="A_Row" valign=top width=60>äåöàä ðèå</TD> <TD class="A_Row" valign=top width=60>äåöàä îåúðéú áäëðñä</TD> <TD class="A_Row" valign=top width=60>ñä"ë äåöàä</TD> <TD class="A_Row" valign=top width=60>äøùàä ìäúçééá</TD> <TD class="A_Row" valign=top width=60>ùéà ë"à</TD> <TD class="A_Row" valign=top width=50>ñä"ë ðåöì</TD> <TD class="A_Row" valign=top width=50>àçåæ ðåöì</TD> </TR> <TR class="clear" align="center"> <TD class="A_Row" valign=top width=80>&nbsp;ú÷öéá î÷åøé</TD> <TD class="A_Row" valign=top width=60>&nbsp; 543,226</TD> <TD class="A_Row" valign=top width=60>&nbsp; 0</TD> <TD class="A_Row" valign=top width=60>&nbsp; 543,226</TD> <TD class="A_Row" valign=top width=60>&nbsp; 453,365</TD> <TD class="A_Row" valign=top width=60>&nbsp; 0</TD> <TD class="A_Row" valign=top width=50>&nbsp;</TD> <TD class="A_Row" valign=top width=50>&nbsp;</TD> </TR> <!--<TR class="clear" align="center"> <TD class="A_Row" valign=top width=80>&nbsp;ú÷öéá òì ùéðåééå</TD> <TD class="A_Row" valign=top width=60>&nbsp; 792,146</TD> <TD class="A_Row" valign=top width=60>&nbsp; 0</TD> <TD class="A_Row" valign=top width=60>&nbsp; 792,146</TD> <TD class="A_Row" valign=top width=60>&nbsp; 563,518</TD> <TD class="A_Row" valign=top width=60>&nbsp; 0</TD> <TD class="A_Row" valign=top width=50>&nbsp; 461,148</TD> <TD class="A_Row" valign=top width=50>&nbsp; 84.89</TD> </TR>--> </TABLE> <CENTER> <TABLE WIDTH="100" > <TR> <TD align="center" nowrap> <IMG SRC="/budget/Images/semel.gif" HEIGHT=37 WIDTH=30 border = "0"><BR> <FONT SIZE=-2> <A HREF="http://www.mof.gov.il/rights.htm"> ëì äæëåéåú &copy; .ùîåøåú,2005,îãéðú éùøàì<BR></A> ðùîç ì÷áì àú äòøåúéëí åäöòåúéëí ìëúåáú: </FONT> <FONT SIZE=-2 dir=ltr> <A HREF="mailto:[email protected]">[email protected]</A><BR> </FONT> </TD> </TR> </TABLE> </CENTER> </CENTER> </BODY> </HTML>
daonb/obudget
data/queries/results/result-2007-60.html
HTML
bsd-3-clause
13,076
<div> <div class="os-page-commands"> <div class="left" os-imaging> <button show-if-allowed="specimenResource.updateOpts" class="default" ui-sref="specimen-addedit" ng-if="!!visit.id && !specimen.reserved && (!specimen.activityStatus || specimen.activityStatus == 'Active')" ng-switch on="!!specimen.id"> <span ng-switch-when="true"> <span class="fa fa-pencil"></span> <span translate="common.buttons.edit">Edit</span> </span> <span ng-switch-default> <span class="fa fa-plus"></span> <span translate="specimens.buttons.collect">Collect</span> </span> </button> <span ng-if="!!specimen.id"> <div ng-if="!specimen.reserved && specimen.activityStatus == 'Active' && specimen.status == 'Collected'" show-if-allowed="specimenResource.allUpdateOpts" dropdown class="os-inline-btn"> <button class="btn btn-default dropdown-toggle default"> <span class="fa fa-plus"></span> <span translate="common.buttons.create">Create</span> <span class="fa fa-caret-down"></span> </button> <ul class="dropdown-menu"> <li> <a ui-sref="specimen-create-derivative( {eventId: visit.eventId, visitId: visit.id, specimenId: specimen.id, srId: specimen.reqId})"> <span class="fa fa-flask"></span> <span translate="specimens.ctx_menu.create_derivative">Create Derivative</span> </a> </li> <li> <a ui-sref="specimen-create-aliquots( {eventId: visit.eventId, visitId: visit.id, specimenId: specimen.id, srId: specimen.reqId})"> <span class="fa fa-share-alt"></span> <span translate="specimens.ctx_menu.create_aliquots">Create Aliquots</span> </a> </li> </ul> </div> <os-assign-to-spmn-list menu-align="left" on-add-to-list="addSpecimensToSpecimenList(list)"> </os-assign-to-spmn-list> <button show-if-allowed="specimenResource.updateOpts" class="default" ng-if="!cpViewCtx.isCoordinator && specimen.activityStatus == 'Active' && specimen.status == 'Collected'" ng-click="printSpecimenLabels()"> <span class="fa fa-print"></span> <span translate="specimens.buttons.print">Print</span> </button> <button show-if-allowed="specimenResource.deleteOpts" class="default" ng-click="deleteSpecimen()"> <span class="fa fa-trash"></span> <span translate="common.buttons.delete">Delete</span> </button> <div dropdown os-show-if-menu-items-present class="os-inline-btn"> <button class="btn btn-default dropdown-toggle default"> <span translate="common.buttons.more">More</span> <span class="fa fa-caret-down"></span> </button> <ul class="dropdown-menu dropdown-menu-right"> <li ng-if="!!specimen.imageId"> <os-view-image image-id="specimen.imageId" show-text="true"></os-view-image> </li> <li show-if-allowed="specimenResource.updateOpts" ng-if="!cpViewCtx.isCoordinator && !specimen.reserved && specimen.activityStatus == 'Active' && specimen.status == 'Collected'"> <a ui-sref="specimen-detail.events( {eventId: visit.eventId, visitId: visit.id, specimenId: specimen.id, srId: specimen.reqId})"> <span class="fa fa-calendar-o"></span> <span translate="specimens.ctx_menu.add_event">Add Event</span> </a> </li> <li show-if-allowed="specimenResource.updateOpts" ng-if="!cpViewCtx.isCoordinator && !specimen.reserved && specimen.activityStatus == 'Active' && specimen.status == 'Collected'"> <a ng-click="closeSpecimen()"> <span class="fa fa-remove"></span> <span translate="common.buttons.close">Close</span> </a> </li> <li show-if-allowed="specimenResource.updateOpts" ng-if="!cpViewCtx.isCoordinator && specimen.activityStatus == 'Closed'"> <a ng-click="reopen()"> <span class="fa fa-check"></span> <span translate="specimens.buttons.reopen">Reopen</span> </a> </li> </ul> </div> </span> </div> <div class="right"> <button class="default" os-right-drawer-toggle ng-switch on="spmnCtx.showActivity" ng-click="toggleShowActivity()"> <span ng-switch-when="true" translate="common.buttons.hide_activity">Hide Events</span> <span ng-switch-when="false" translate="common.buttons.show_activity">Show Events</span> </button> </div> </div> <div class="clearfix os-container-wrapper"> <div class="container os-col" style="width: 100%;"> <div ng-switch on="fieldsCtx.hasDict"> <div ng-switch-when="true"> <sde-fields-overview base-fields="fieldsCtx.sysDict" fields="fieldsCtx.cpDict" obj="spmnCtx.obj" in-objs="spmnCtx.inObjs" ex-objs="spmnCtx.exObjs" watcher="spmnCtx.watcher"> </sde-fields-overview> </div> <div ng-switch-default> <div ng-include="'modules/biospecimen/participant/specimen/static-fields.html'"></div> </div> </div> <span show-if-allowed="specimenResource.allReadOpts" style="display: inline-block; width: 100%;"> <os-specimen-tree cp="cp" cpr="cpr" visit="visit" specimens="treeSpecimens" allowed-ops="specimenAllowedOps" reload="reload()" pending-spmns-disp-interval="pendingSpmnsDispInterval"> </os-specimen-tree> </span> </div> <div class="os-col os-no-border" os-right-drawer open-width="34" style="position: static;"> <div ng-if="!!specimen.id"> <os-audit-overview class="os-no-top-margin" object-name="'specimen'" object-id="specimen.id"></os-audit-overview> </div> <div ng-include="'modules/biospecimen/participant/specimen/activities.html'"></div> </div> </div> </div> <script type="text/ng-template" id="modules/biospecimen/participant/specimen/static-fields.html"> <div> <ul class="os-key-values os-two-cols"> <li class="item"> <strong class="key key-sm" translate="specimens.lineage">Lineage</strong> <span class="value value-md">{{specimen.lineage | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.collection_status">Status</strong> <ng-switch on="!specimen.distributionStatus"> <ng-switch ng-switch-when="true" on="specimen.status"> <span ng-switch-when="Collected" class="value value-md os-status-collected">Collected</span> <span ng-switch-when="Missed Collection" class="value value-md os-status-missed">Missed Collection</span> <span ng-switch-when="Not Collected" class="value value-md os-status-missed">Not Collected</span> <span ng-switch-default class="value value-md os-status-pending">Pending</span> </ng-switch> <ng-switch ng-switch-when="false" on="specimen.distributionStatus"> <span ng-switch-when="Distributed"> <span class="value value-md" ng-class="specimen.availableQty > 0 ? 'os-status-part-distributed' : 'os-status-distributed'"> Distributed </span> </span> <span ng-switch-when="Returned" class="value value-md os-status-returned">Returned</span> </ng-switch> </ng-switch> </li> <li class="item" ng-if="barcodingEnabled"> <strong class="key key-sm" translate="specimens.barcode">Barcode</strong> <span class="value value-md">{{specimen.barcode | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.type">Specimen Type</strong> <span class="value value-md"> <span>{{specimen.type | osNoValue}}</span> <span ng-if="specimen.specimenClass">({{specimen.specimenClass}})</span> </span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.anatomic_site">Anatomic Site</strong> <span class="value value-md">{{specimen.anatomicSite | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.laterality">Laterality</strong> <span class="value value-md">{{specimen.laterality | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.initial_qty">Initial Quantity</strong> <os-spmn-measure-val value="specimen.initialQty" specimen="specimen"></os-spmn-measure-val> </li> <li class="item"> <strong class="key key-sm" translate="specimens.available_qty">Available Quantity</strong> <os-spmn-measure-val value="specimen.availableQty" specimen="specimen"></os-spmn-measure-val> </li> <li class="item"> <strong class="key key-sm" translate="specimens.concentration">Concentration</strong> <os-spmn-measure-val value="specimen.concentration" measure="'concentration'" specimen="specimen"> </os-spmn-measure-val> </li> <li class="item" ng-if="!!specimen.parentId"> <strong class="key key-sm" translate="specimens.parent_specimen">Parent Specimen</strong> <span class="value value-md"> <a ui-sref="specimen-detail.overview( {eventId: visit.eventId, visitId: visit.id, specimenId: specimen.parentId, srId: specimen.reqId})"> <span ng-if="!!specimen.parentLabel">{{specimen.parentLabel}}</span> <span ng-if="!specimen.parentLabel" translate="specimens.parent_specimen">Parent Specimen</span> </a> </span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.pathology">Pathology Status</strong> <span class="value value-md">{{specimen.pathology | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.storage_location">Storage Location</strong> <ng-switch on="!!specimen.storageLocation.id && specimen.storageLocation.id != -1"> <span class="value value-md" ng-switch-when="true"> <a ui-sref="container-detail.locations({containerId: specimen.storageLocation.id})"> <os-disp-storage-position position="specimen.storageLocation"></os-disp-storage-position> </a> </span> <span class="value value-md" ng-switch-default translate="specimens.virtually_located"> Virtual </span> </ng-switch> </li> <li class="item"> <strong class="key key-sm" translate="specimens.biohazards">Biohazards</strong> <span class="value value-md">{{specimen.biohazards | osArrayJoin | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.created_on">Created On</strong> <span class="value value-md">{{specimen.createdOn | date: global.dateTimeFmt | osNoValue}}</span> </li> <li class="item" ng-if="specimen.lineage != 'New'"> <strong class="key key-sm" translate="specimens.created_by">Created By</strong> <span class="value value-md">{{specimen.createdBy | osUserDisplayName | osNoValue}}</span> </li> <li class="item"> <strong class="key key-sm" translate="specimens.freeze_thaw_cycles">Freeze/Thaw Cycles</strong> <span class="value value-md">{{specimen.freezeThawCycles | osNoValue}}</span> </li> </ul> <div ng-if="!!specimen.extensionDetail"> <div os-extension-overview ext-object="specimen.extensionDetail" show-column="2"></div> </div> <div class="os-section os-line-section" ng-if="!!specimen.comments"> <strong class="key key-sm"> <span translate="specimens.comments">Comments</span> <span>&nbsp;</span> </strong> <span class="value value-md">{{specimen.comments}}</span> </div> <div ng-include="'modules/biospecimen/participant/specimen/external-ids.html'"></div> <div class="os-section" ng-init="opCollapsed=false" ng-if="specimen.specimensPool.length >= 1"> <button class="os-btn-section-collapse os-btn-transparent" ng-click="opCollapsed=!opCollapsed"> <span ng-if="!opCollapsed" class="fa fa-chevron-circle-down"></span> <span ng-if="opCollapsed" class="fa fa-chevron-circle-right"></span> </button> <h3 class="os-sub-section-title"> <span translate="specimens.pooled_from">Pooled From</span> </h3> <div collapse="opCollapsed"> <span ng-repeat="p in specimen.specimensPool"> <a ui-sref="specimen-detail.overview({cpId: p.cpId, cprId: p.cprId, visitId: p.visitId, specimenId: p.id})"> <span>{{p.label}}{{$last ? '' : ','}}</span> </a> </span> </div> </div> <div class="os-section" ng-init="opCollapsed=false" ng-if="specimen.pooledSpecimens.length >= 1"> <button class="os-btn-section-collapse os-btn-transparent" ng-click="opCollapsed=!opCollapsed"> <span ng-if="!opCollapsed" class="fa fa-chevron-circle-down"></span> <span ng-if="opCollapsed" class="fa fa-chevron-circle-right"></span> </button> <h3 class="os-sub-section-title"> <span translate="specimens.pooled_in">Pooled In</span> </h3> <div collapse="opCollapsed"> <span ng-repeat="p in specimen.pooledSpecimens"> <a ui-sref="specimen-detail.overview({cpId: p.cpId, cprId: p.cprId, visitId: p.visitId, specimenId: p.id})"> <span>{{p.label}}{{$last ? '' : ','}}</span> </a> </span> </div> </div> </div> </script> <script type="text/ng-template" id="modules/biospecimen/participant/specimen/activities.html"> <div> <h3 class="os-sub-section-title" translate="specimens.recent_events"> Recent Activity </h3> <span ng-if="activities.length == 0" translate="common.none">None</span> <ul class="os-activity-list" ng-if="activities.length > 0"> <li class="os-activity" ng-repeat="activity in activities"> <div class="title" ng-switch on="activity.isEditable"> <a ui-sref="specimen-detail.event-overview({recordId: activity.id, formId: activity.formId})"> <ng-include src="'modules/biospecimen/participant/specimen/activity-info.html'"></ng-include> </a> </div> <div class="info"> <span> {{activity.updatedBy | osUserDisplayName}} - {{activity.updateTime | date: global.dateTimeFmt}} </span> </div> </li> </ul> </div> </script> <script type="text/ng-template" id="modules/biospecimen/participant/specimen/activity-info.html"> <span> <span ng-if="!!activity.user && !!activity.time"> {{'specimens.activity_full_info' | translate: activity}} </span> <span ng-if="!!activity.user && !activity.time"> {{'specimens.activity_user_info' | translate: activity}} </span> <span ng-if="!activity.user && !!activity.time"> {{'specimens.activity_time_info' | translate: activity}} </span> <span ng-if="!activity.user && !activity.time"> {{'specimens.activity_info' | translate: activity}} </span> </span> </script> <script type="text/ng-template" id="modules/biospecimen/participant/specimen/confirm-print.html"> <div class="os-modal"> <div class="os-modal-header"> <span translate="specimens.confirm_print">Confirm Print</span> </div> <div class="os-modal-body"> <span translate="specimens.confirm_print_q">Do you want to print child specimen labels as well?</span> </div> <div class="os-modal-footer"> <button class="btn os-btn-text" ng-click="cancel()"> <span translate="common.buttons.discard">Cancel</span> </button> <button class="btn os-btn-secondary" ng-click="printSpecimenLabels(false)"> <span translate="specimens.buttons.print_current">No, only current specimen</span> </button> <button class="btn btn-primary" ng-click="printSpecimenLabels(true)"> <span translate="common.yes">Yes</span> </button> </div> </div> </script> <script type="text/ng-template" id="modules/biospecimen/participant/specimen/external-ids.html"> <div class="os-section" ng-init="extIdsCollapsed=false" ng-if="specimen.externalIds.length > 0"> <button class="os-btn-section-collapse os-btn-transparent" ng-click="extIdsCollapsed=!extIdsCollapsed"> <span class="fa" ng-class="{true: 'fa-chevron-circle-right', false: 'fa-chevron-circle-down'}[extIdsCollapsed]"></span> </button> <h3 class="os-sub-section-title" translate="specimens.external_ids">External IDs</h3> <div collapse="extIdsCollapsed"> <table class="os-table os-table-muted-hdr os-border"> <thead class="os-table-head"> <tr class="row"> <th class="col col-xs-6"> <span translate="common.name">Name</span> </th> <th class="col col-xs-6"> <span translate="common.value">Value</span> </th> </tr> </thead> <tbody class="os-table-body"> <tr class="row" ng-repeat="extId in specimen.externalIds"> <td class="col col-xs-6"> <span>{{extId.name | osNoValue}}</span> </td> <td class="col col-xs-6"> <span>{{extId.value | osNoValue}}</span> </td> </tr> </tbody> </table> </div> </div> </script>
krishagni/openspecimen
www/app/modules/biospecimen/participant/specimen/overview.html
HTML
bsd-3-clause
17,947