code
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
<div class="hero-banner"> <div class="container"> <div class="container__inner-container"> <div class="hero-banner__content"> <h1 id="pgTitle">{{project?.name}}</h1> <p class="mb-2" [innerHTML]="project?.description"></p> </div> </div> </div> </div> <div class="container" id="anchor-point"> <div class="row"> <main class="col-lg-8"> <section class="mb-0"> <h2 [innerHTML]="project.subtitle"></h2> <!-- TAB HEADERS --> <div role="navigation"> <ul class="nav nav-tabs nav-fill" role="tablist"> <li class="nav-item" role="presentation" *ngFor="let tabLink of tabLinks"> <a class="nav-link" role="tab" [routerLink]="tabLink.link" routerLinkActive #rla="routerLinkActive" [class.active]="rla.isActive">{{tabLink.label}}</a> </li> </ul> </div> <!-- TAB CONTENTS GO HERE --> <router-outlet></router-outlet> </section> </main> <aside class="col-lg-4"> <section class="card"> <h4 class="card-header">Project Details</h4> <div class="map-section"> <div class="map-section__thumbnail" (click)="gotoMap()"> <app-project-map [project]="project" [zoom]="4"></app-project-map> </div> </div> <ul class="nv-list mine-details-list"> <li> <span class="name">Operator</span> <span class="value">{{project?.operator}}</span> </li> <li> <span class="name">Ownership</span> <span class="value"> <span *ngFor="let org of project?.ownershipData | orderBy : {property: 'sharePercent', direction: -1}"> <label class="name">{{org.sharePercent}}% - {{org.organization.name}}</label> </span> </span> </li> <li> <span class="name">Commodities</span> <span class="value">{{project.commodities ? project.commodities.join(', ') : ''}}</span> </li> <li> <span class="name">Tailings Impoundments</span> <span class="value">{{project?.tailingsImpoundments}}</span> </li> <li> <span class="name">Status</span> <span class="value">{{project?.status}}</span> </li> <li> <span class="name" *ngIf="project && project.intake && project.intake.operatingjobs">Employment</span> <span class="value">{{project?.intake?.operatingjobs}}</span> </li> </ul> </section> <section class="card"> <h4 class="card-header">Site Activities</h4> <app-site-activities [activities]="project?.sortedActivities"></app-site-activities> </section> <section class="card" *ngIf="project?.sortedLinks.length > 0"> <h4 class="card-header">External Links &amp; Resources</h4> <ul class="nv-list"> <li *ngFor="let l of project?.sortedLinks"> <a target="_blank" href="{{l.link}}">{{l.title}}</a> </li> </ul> </section> </aside> </div> </div>
asanchezr/mem-mmti-public
src/app/projects/project-detail/project-detail.component.html
HTML
apache-2.0
3,149
<!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_US" lang="en_US"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HttpPostBodyUtil xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../../api/org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_comment"> * Copyright 2012 The Netty Project</em> <a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_comment"> * The Netty Project licenses this file to you under the Apache License,</em> <a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_comment"> * version 2.0 (the "License"); you may not use this file except in compliance</em> <a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at:</em> <a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_comment"> *</em> <a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT</em> <a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_comment"> * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the</em> <a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_comment"> * License for the specific language governing permissions and limitations</em> <a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_comment"> * under the License.</em> <a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_comment"> */</em> <a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">package</strong> org.jboss.netty.handler.codec.http.multipart; <a class="jxr_linenumber" name="17" href="#17">17</a> <a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.buffer.ChannelBuffer; <a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> org.jboss.netty.util.CharsetUtil; <a class="jxr_linenumber" name="20" href="#20">20</a> <a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.nio.charset.Charset; <a class="jxr_linenumber" name="22" href="#22">22</a> <a class="jxr_linenumber" name="23" href="#23">23</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * Shared Static object between HttpMessageDecoder, HttpPostRequestDecoder and HttpPostRequestEncoder</em> <a class="jxr_linenumber" name="25" href="#25">25</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">HttpPostBodyUtil</a> { <a class="jxr_linenumber" name="27" href="#27">27</a> <a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> chunkSize = 8096; <a class="jxr_linenumber" name="29" href="#29">29</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="30" href="#30">30</a> <em class="jxr_javadoccomment"> * HTTP content disposition header name.</em> <a class="jxr_linenumber" name="31" href="#31">31</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CONTENT_DISPOSITION = <span class="jxr_string">"Content-Disposition"</span>; <a class="jxr_linenumber" name="33" href="#33">33</a> <a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String NAME = <span class="jxr_string">"name"</span>; <a class="jxr_linenumber" name="35" href="#35">35</a> <a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String FILENAME = <span class="jxr_string">"filename"</span>; <a class="jxr_linenumber" name="37" href="#37">37</a> <a class="jxr_linenumber" name="38" href="#38">38</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="39" href="#39">39</a> <em class="jxr_javadoccomment"> * Content-disposition value for form data.</em> <a class="jxr_linenumber" name="40" href="#40">40</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String FORM_DATA = <span class="jxr_string">"form-data"</span>; <a class="jxr_linenumber" name="42" href="#42">42</a> <a class="jxr_linenumber" name="43" href="#43">43</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="44" href="#44">44</a> <em class="jxr_javadoccomment"> * Content-disposition value for file attachment.</em> <a class="jxr_linenumber" name="45" href="#45">45</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ATTACHMENT = <span class="jxr_string">"attachment"</span>; <a class="jxr_linenumber" name="47" href="#47">47</a> <a class="jxr_linenumber" name="48" href="#48">48</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * Content-disposition value for file attachment.</em> <a class="jxr_linenumber" name="50" href="#50">50</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="51" href="#51">51</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String FILE = <span class="jxr_string">"file"</span>; <a class="jxr_linenumber" name="52" href="#52">52</a> <a class="jxr_linenumber" name="53" href="#53">53</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="54" href="#54">54</a> <em class="jxr_javadoccomment"> * HTTP content type body attribute for multiple uploads.</em> <a class="jxr_linenumber" name="55" href="#55">55</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="56" href="#56">56</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String MULTIPART_MIXED = <span class="jxr_string">"multipart/mixed"</span>; <a class="jxr_linenumber" name="57" href="#57">57</a> <a class="jxr_linenumber" name="58" href="#58">58</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="59" href="#59">59</a> <em class="jxr_javadoccomment"> * Charset for 8BIT</em> <a class="jxr_linenumber" name="60" href="#60">60</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="61" href="#61">61</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> Charset ISO_8859_1 = CharsetUtil.ISO_8859_1; <a class="jxr_linenumber" name="62" href="#62">62</a> <a class="jxr_linenumber" name="63" href="#63">63</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="64" href="#64">64</a> <em class="jxr_javadoccomment"> * Charset for 7BIT</em> <a class="jxr_linenumber" name="65" href="#65">65</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="66" href="#66">66</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> Charset US_ASCII = CharsetUtil.US_ASCII; <a class="jxr_linenumber" name="67" href="#67">67</a> <a class="jxr_linenumber" name="68" href="#68">68</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="69" href="#69">69</a> <em class="jxr_javadoccomment"> * Default Content-Type in binary form</em> <a class="jxr_linenumber" name="70" href="#70">70</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="71" href="#71">71</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_BINARY_CONTENT_TYPE = <span class="jxr_string">"application/octet-stream"</span>; <a class="jxr_linenumber" name="72" href="#72">72</a> <a class="jxr_linenumber" name="73" href="#73">73</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * Default Content-Type in Text form</em> <a class="jxr_linenumber" name="75" href="#75">75</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_TEXT_CONTENT_TYPE = <span class="jxr_string">"text/plain"</span>; <a class="jxr_linenumber" name="77" href="#77">77</a> <a class="jxr_linenumber" name="78" href="#78">78</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="79" href="#79">79</a> <em class="jxr_javadoccomment"> * Allowed mechanism for multipart</em> <a class="jxr_linenumber" name="80" href="#80">80</a> <em class="jxr_javadoccomment"> * mechanism := "7bit"</em> <a class="jxr_linenumber" name="81" href="#81">81</a> <em class="jxr_javadoccomment"> / "8bit"</em> <a class="jxr_linenumber" name="82" href="#82">82</a> <em class="jxr_javadoccomment"> / "binary"</em> <a class="jxr_linenumber" name="83" href="#83">83</a> <em class="jxr_javadoccomment"> Not allowed: "quoted-printable"</em> <a class="jxr_linenumber" name="84" href="#84">84</a> <em class="jxr_javadoccomment"> / "base64"</em> <a class="jxr_linenumber" name="85" href="#85">85</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="86" href="#86">86</a> <strong class="jxr_keyword">public</strong> enum <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">TransferEncodingMechanism</a> { <a class="jxr_linenumber" name="87" href="#87">87</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="88" href="#88">88</a> <em class="jxr_javadoccomment"> * Default encoding</em> <a class="jxr_linenumber" name="89" href="#89">89</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="90" href="#90">90</a> BIT7(<span class="jxr_string">"7bit"</span>), <a class="jxr_linenumber" name="91" href="#91">91</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * Short lines but not in ASCII - no encoding</em> <a class="jxr_linenumber" name="93" href="#93">93</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="94" href="#94">94</a> BIT8(<span class="jxr_string">"8bit"</span>), <a class="jxr_linenumber" name="95" href="#95">95</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="96" href="#96">96</a> <em class="jxr_javadoccomment"> * Could be long text not in ASCII - no encoding</em> <a class="jxr_linenumber" name="97" href="#97">97</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="98" href="#98">98</a> BINARY(<span class="jxr_string">"binary"</span>); <a class="jxr_linenumber" name="99" href="#99">99</a> <a class="jxr_linenumber" name="100" href="#100">100</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String value; <a class="jxr_linenumber" name="101" href="#101">101</a> <a class="jxr_linenumber" name="102" href="#102">102</a> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">TransferEncodingMechanism</a>(String value) { <a class="jxr_linenumber" name="103" href="#103">103</a> <strong class="jxr_keyword">this</strong>.value = value; <a class="jxr_linenumber" name="104" href="#104">104</a> } <a class="jxr_linenumber" name="105" href="#105">105</a> <a class="jxr_linenumber" name="106" href="#106">106</a> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">TransferEncodingMechanism</a>() { <a class="jxr_linenumber" name="107" href="#107">107</a> value = name(); <a class="jxr_linenumber" name="108" href="#108">108</a> } <a class="jxr_linenumber" name="109" href="#109">109</a> <a class="jxr_linenumber" name="110" href="#110">110</a> <strong class="jxr_keyword">public</strong> String value() { <a class="jxr_linenumber" name="111" href="#111">111</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="112" href="#112">112</a> } <a class="jxr_linenumber" name="113" href="#113">113</a> <a class="jxr_linenumber" name="114" href="#114">114</a> @Override <a class="jxr_linenumber" name="115" href="#115">115</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="116" href="#116">116</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="117" href="#117">117</a> } <a class="jxr_linenumber" name="118" href="#118">118</a> } <a class="jxr_linenumber" name="119" href="#119">119</a> <a class="jxr_linenumber" name="120" href="#120">120</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">HttpPostBodyUtil</a>() { <a class="jxr_linenumber" name="121" href="#121">121</a> } <a class="jxr_linenumber" name="122" href="#122">122</a> <a class="jxr_linenumber" name="123" href="#123">123</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="124" href="#124">124</a> <em class="jxr_javadoccomment"> * Exception when NO Backend Array is found</em> <a class="jxr_linenumber" name="125" href="#125">125</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="126" href="#126">126</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">SeekAheadNoBackArrayException</a> <strong class="jxr_keyword">extends</strong> Exception { <a class="jxr_linenumber" name="127" href="#127">127</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> serialVersionUID = -630418804938699495L; <a class="jxr_linenumber" name="128" href="#128">128</a> } <a class="jxr_linenumber" name="129" href="#129">129</a> <a class="jxr_linenumber" name="130" href="#130">130</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="131" href="#131">131</a> <em class="jxr_javadoccomment"> * This class intends to decrease the CPU in seeking ahead some bytes in</em> <a class="jxr_linenumber" name="132" href="#132">132</a> <em class="jxr_javadoccomment"> * HttpPostRequestDecoder</em> <a class="jxr_linenumber" name="133" href="#133">133</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="134" href="#134">134</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">SeekAheadOptimize</a> { <a class="jxr_linenumber" name="135" href="#135">135</a> byte[] bytes; <a class="jxr_linenumber" name="136" href="#136">136</a> <strong class="jxr_keyword">int</strong> readerIndex; <a class="jxr_linenumber" name="137" href="#137">137</a> <strong class="jxr_keyword">int</strong> pos; <a class="jxr_linenumber" name="138" href="#138">138</a> <strong class="jxr_keyword">int</strong> origPos; <a class="jxr_linenumber" name="139" href="#139">139</a> <strong class="jxr_keyword">int</strong> limit; <a class="jxr_linenumber" name="140" href="#140">140</a> <a href="../../../../../../../org/jboss/netty/buffer/ChannelBuffer.html">ChannelBuffer</a> buffer; <a class="jxr_linenumber" name="141" href="#141">141</a> <a class="jxr_linenumber" name="142" href="#142">142</a> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">SeekAheadOptimize</a>(<a href="../../../../../../../org/jboss/netty/buffer/ChannelBuffer.html">ChannelBuffer</a> buffer) <strong class="jxr_keyword">throws</strong> SeekAheadNoBackArrayException { <a class="jxr_linenumber" name="143" href="#143">143</a> <strong class="jxr_keyword">if</strong> (!buffer.hasArray()) { <a class="jxr_linenumber" name="144" href="#144">144</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../../org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html">SeekAheadNoBackArrayException</a>(); <a class="jxr_linenumber" name="145" href="#145">145</a> } <a class="jxr_linenumber" name="146" href="#146">146</a> <strong class="jxr_keyword">this</strong>.buffer = buffer; <a class="jxr_linenumber" name="147" href="#147">147</a> bytes = buffer.array(); <a class="jxr_linenumber" name="148" href="#148">148</a> readerIndex = buffer.readerIndex(); <a class="jxr_linenumber" name="149" href="#149">149</a> origPos = pos = buffer.arrayOffset() + readerIndex; <a class="jxr_linenumber" name="150" href="#150">150</a> limit = buffer.arrayOffset() + buffer.writerIndex(); <a class="jxr_linenumber" name="151" href="#151">151</a> } <a class="jxr_linenumber" name="152" href="#152">152</a> <a class="jxr_linenumber" name="153" href="#153">153</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="154" href="#154">154</a> <em class="jxr_javadoccomment"> * @param minus this value will be used as (currentPos - minus) to set</em> <a class="jxr_linenumber" name="155" href="#155">155</a> <em class="jxr_javadoccomment"> * the current readerIndex in the buffer.</em> <a class="jxr_linenumber" name="156" href="#156">156</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="157" href="#157">157</a> <strong class="jxr_keyword">void</strong> setReadPosition(<strong class="jxr_keyword">int</strong> minus) { <a class="jxr_linenumber" name="158" href="#158">158</a> pos -= minus; <a class="jxr_linenumber" name="159" href="#159">159</a> readerIndex = getReadPosition(pos); <a class="jxr_linenumber" name="160" href="#160">160</a> buffer.readerIndex(readerIndex); <a class="jxr_linenumber" name="161" href="#161">161</a> } <a class="jxr_linenumber" name="162" href="#162">162</a> <a class="jxr_linenumber" name="163" href="#163">163</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="164" href="#164">164</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="165" href="#165">165</a> <em class="jxr_javadoccomment"> * @param index raw index of the array (pos in general)</em> <a class="jxr_linenumber" name="166" href="#166">166</a> <em class="jxr_javadoccomment"> * @return the value equivalent of raw index to be used in readerIndex(value)</em> <a class="jxr_linenumber" name="167" href="#167">167</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="168" href="#168">168</a> <strong class="jxr_keyword">int</strong> getReadPosition(<strong class="jxr_keyword">int</strong> index) { <a class="jxr_linenumber" name="169" href="#169">169</a> <strong class="jxr_keyword">return</strong> index - origPos + readerIndex; <a class="jxr_linenumber" name="170" href="#170">170</a> } <a class="jxr_linenumber" name="171" href="#171">171</a> <a class="jxr_linenumber" name="172" href="#172">172</a> <strong class="jxr_keyword">void</strong> clear() { <a class="jxr_linenumber" name="173" href="#173">173</a> buffer = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="174" href="#174">174</a> bytes = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="175" href="#175">175</a> limit = 0; <a class="jxr_linenumber" name="176" href="#176">176</a> pos = 0; <a class="jxr_linenumber" name="177" href="#177">177</a> readerIndex = 0; <a class="jxr_linenumber" name="178" href="#178">178</a> } <a class="jxr_linenumber" name="179" href="#179">179</a> } <a class="jxr_linenumber" name="180" href="#180">180</a> <a class="jxr_linenumber" name="181" href="#181">181</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="182" href="#182">182</a> <em class="jxr_javadoccomment"> * Find the first non whitespace</em> <a class="jxr_linenumber" name="183" href="#183">183</a> <em class="jxr_javadoccomment"> * @return the rank of the first non whitespace</em> <a class="jxr_linenumber" name="184" href="#184">184</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="185" href="#185">185</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> findNonWhitespace(String sb, <strong class="jxr_keyword">int</strong> offset) { <a class="jxr_linenumber" name="186" href="#186">186</a> <strong class="jxr_keyword">int</strong> result; <a class="jxr_linenumber" name="187" href="#187">187</a> <strong class="jxr_keyword">for</strong> (result = offset; result &lt; sb.length(); result ++) { <a class="jxr_linenumber" name="188" href="#188">188</a> <strong class="jxr_keyword">if</strong> (!Character.isWhitespace(sb.charAt(result))) { <a class="jxr_linenumber" name="189" href="#189">189</a> <strong class="jxr_keyword">break</strong>; <a class="jxr_linenumber" name="190" href="#190">190</a> } <a class="jxr_linenumber" name="191" href="#191">191</a> } <a class="jxr_linenumber" name="192" href="#192">192</a> <strong class="jxr_keyword">return</strong> result; <a class="jxr_linenumber" name="193" href="#193">193</a> } <a class="jxr_linenumber" name="194" href="#194">194</a> <a class="jxr_linenumber" name="195" href="#195">195</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="196" href="#196">196</a> <em class="jxr_javadoccomment"> * Find the first whitespace</em> <a class="jxr_linenumber" name="197" href="#197">197</a> <em class="jxr_javadoccomment"> * @return the rank of the first whitespace</em> <a class="jxr_linenumber" name="198" href="#198">198</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="199" href="#199">199</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> findWhitespace(String sb, <strong class="jxr_keyword">int</strong> offset) { <a class="jxr_linenumber" name="200" href="#200">200</a> <strong class="jxr_keyword">int</strong> result; <a class="jxr_linenumber" name="201" href="#201">201</a> <strong class="jxr_keyword">for</strong> (result = offset; result &lt; sb.length(); result ++) { <a class="jxr_linenumber" name="202" href="#202">202</a> <strong class="jxr_keyword">if</strong> (Character.isWhitespace(sb.charAt(result))) { <a class="jxr_linenumber" name="203" href="#203">203</a> <strong class="jxr_keyword">break</strong>; <a class="jxr_linenumber" name="204" href="#204">204</a> } <a class="jxr_linenumber" name="205" href="#205">205</a> } <a class="jxr_linenumber" name="206" href="#206">206</a> <strong class="jxr_keyword">return</strong> result; <a class="jxr_linenumber" name="207" href="#207">207</a> } <a class="jxr_linenumber" name="208" href="#208">208</a> <a class="jxr_linenumber" name="209" href="#209">209</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="210" href="#210">210</a> <em class="jxr_javadoccomment"> * Find the end of String</em> <a class="jxr_linenumber" name="211" href="#211">211</a> <em class="jxr_javadoccomment"> * @return the rank of the end of string</em> <a class="jxr_linenumber" name="212" href="#212">212</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="213" href="#213">213</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> findEndOfString(String sb) { <a class="jxr_linenumber" name="214" href="#214">214</a> <strong class="jxr_keyword">int</strong> result; <a class="jxr_linenumber" name="215" href="#215">215</a> <strong class="jxr_keyword">for</strong> (result = sb.length(); result &gt; 0; result --) { <a class="jxr_linenumber" name="216" href="#216">216</a> <strong class="jxr_keyword">if</strong> (!Character.isWhitespace(sb.charAt(result - 1))) { <a class="jxr_linenumber" name="217" href="#217">217</a> <strong class="jxr_keyword">break</strong>; <a class="jxr_linenumber" name="218" href="#218">218</a> } <a class="jxr_linenumber" name="219" href="#219">219</a> } <a class="jxr_linenumber" name="220" href="#220">220</a> <strong class="jxr_keyword">return</strong> result; <a class="jxr_linenumber" name="221" href="#221">221</a> } <a class="jxr_linenumber" name="222" href="#222">222</a> <a class="jxr_linenumber" name="223" href="#223">223</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
anmei/netty-3.10.1.Final
doc/xref/org/jboss/netty/handler/codec/http/multipart/HttpPostBodyUtil.html
HTML
apache-2.0
27,658
<!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 Thu Apr 28 18:37:57 UTC 2016 --> <title>Uses of Class org.apache.cassandra.db.index.composites.CompositesIndexOnCollectionKey (apache-cassandra API)</title> <meta name="date" content="2016-04-28"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.db.index.composites.CompositesIndexOnCollectionKey (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/cassandra/db/index/composites/CompositesIndexOnCollectionKey.html" title="class in org.apache.cassandra.db.index.composites">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/cassandra/db/index/composites/class-use/CompositesIndexOnCollectionKey.html" target="_top">Frames</a></li> <li><a href="CompositesIndexOnCollectionKey.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.db.index.composites.CompositesIndexOnCollectionKey" class="title">Uses of Class<br>org.apache.cassandra.db.index.composites.CompositesIndexOnCollectionKey</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.db.index.composites.CompositesIndexOnCollectionKey</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/cassandra/db/index/composites/CompositesIndexOnCollectionKey.html" title="class in org.apache.cassandra.db.index.composites">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/cassandra/db/index/composites/class-use/CompositesIndexOnCollectionKey.html" target="_top">Frames</a></li> <li><a href="CompositesIndexOnCollectionKey.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
elisska/cloudera-cassandra
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/db/index/composites/class-use/CompositesIndexOnCollectionKey.html
HTML
apache-2.0
4,773
<!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_172) on Wed Jul 25 07:27:33 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.togglz.junit5.AllEnabled (Togglz 2.6.1.Final API)</title> <meta name="date" content="2018-07-25"> <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.togglz.junit5.AllEnabled (Togglz 2.6.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/togglz/junit5/AllEnabled.html" title="annotation in org.togglz.junit5">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/togglz/junit5/class-use/AllEnabled.html" target="_top">Frames</a></li> <li><a href="AllEnabled.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.togglz.junit5.AllEnabled" class="title">Uses of Class<br>org.togglz.junit5.AllEnabled</h2> </div> <div class="classUseContainer">No usage of org.togglz.junit5.AllEnabled</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/togglz/junit5/AllEnabled.html" title="annotation in org.togglz.junit5">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/togglz/junit5/class-use/AllEnabled.html" target="_top">Frames</a></li> <li><a href="AllEnabled.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. All Rights Reserved.</small></p> </body> </html>
togglz/togglz-site
apidocs/2.6.1.Final/org/togglz/junit5/class-use/AllEnabled.html
HTML
apache-2.0
4,434
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>module AssignmentsHelper - RDoc Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></script> <script src="./js/darkfish.js"></script> <link href="./css/fonts.css" rel="stylesheet"> <link href="./css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="module"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="./index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="./table_of_contents.html#pages">Pages</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> </div> </nav> <main role="main" aria-labelledby="module-AssignmentsHelper"> <h1 id="module-AssignmentsHelper" class="module"> module AssignmentsHelper </h1> <section class="description"> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
icclab/disco-dashboard
doc/AssignmentsHelper.html
HTML
apache-2.0
2,261
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge" CHARSET="UTF-8"> <meta name="viewport" content="width=device-width"> <meta name="viewport" content="initial-scale=1.0"> <link rel="stylesheet" href="css/specification.css"> <link rel="stylesheet" href="/assets/grail_bootstrap/css/bootstrap.css" type="text/css"> <link rel="stylesheet" href="/assets/grail_bootstrap/css/texture.css" type="text/css"> <title>Sandbox for GSS</title> </head> <body> <script> GSS_CONFIG = { worker: "/bower_components/gss/dist/worker.js", fractionalPixels: false, resizeDebounce: 16, // (ms) debug: false, verticalScroll: false } </script> <script src="/bower_components/gss/dist/gss.js"></script> <div style="width:100%;background:red;height:500px;">Test</div> <div id="panel0"></div> <div class="inner-panel0" id="inner-panel0"> <h3><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">Link Test in inner-panel panel0</a></h3> <h3 tabindex="0">Tab-index "0" Test in inner-panel panel0</h3> </div> <style id="rules0" type="text/gss" contenteditable> /* vars */ [gap] == 18 !require; /* panel0 */ #panel0 { width: == ::window[width] - 480; width: <= 720; height: == ::window[height] - 480; height: <= 360 !require; height: >= 300 !require; center-x: == ::window[center-x]; center-y: == ::window[center-y]; } @horizontal |-[#inner-panel0]-| in(#panel0) gap([gap]); #rules0 { display:block; white-space: pre; overflow-y: scroll; @horizontal |-[::]| in(#inner-panel0) gap([gap]); @vertical |-[::]-| in(#inner-panel0) gap(2); } </style> <div id="panel"></div> <div class="inner-panel" id="inner-panel"> <h3><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">Link Test in inner-panel panel</a></h3> <h3 tabindex="0">Tab-index "0" Test in inner-panel panel</h3> </div> <button id="b1" class="btn">Share...</button> <button id="b2" class="btn">Add</button> <button id="b4" class="btn">Remove</button> <button id="b3" class="btn btn-primary">Change Mode</button> <style id="rules" type="text/gss" contenteditable> /* vars */ [gap] == 18 !require; /* panel */ #panel { width: == ::window[width] - 480; width: <= 720; height: == ::window[height] - 480; height: <= 360 !require; height: >= 300 !require; center-x: == ::window[center-x]; center-y: == ::window[center-y]; } @horizontal |-[#inner-panel]-| in(#panel) gap([gap]); @vertical |-[#inner-panel]-[#b1]-| in(#panel) gap([gap]); /* buttons */ button { width: == ::[intrinsic-width] !require; height: == ::[intrinsic-height] !require; } #b3[center-x] == #panel[center-x]; @horizontal |-[#b1]-[#b2]~-~[#b3]~-~[#b4]-| in(#panel) gap([gap]) chain-top !require; /* rules */ #rules { display:block; white-space: pre; overflow-y: scroll; @horizontal |-[::]| in(#inner-panel) gap([gap]); @vertical |-[::]-| in(#inner-panel) gap(2); } </style> </body> </html>
red-hound/red-hound.github-gss-test-one.io
backup2.html
HTML
apache-2.0
3,354
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>PermissionDeniedException (xenon-2.3.0 2.6.0 API for Xenon developers)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="PermissionDeniedException (xenon-2.3.0 2.6.0 API for Xenon developers)"; } } 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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PathAttributesImplementation.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PosixFileUtils.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html" target="_top">Frames</a></li> <li><a href="PermissionDeniedException.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="#methods.inherited.from.class.nl.esciencecenter.xenon.XenonException">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>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">nl.esciencecenter.xenon.adaptors.filesystems</div> <h2 title="Class PermissionDeniedException" class="title">Class PermissionDeniedException</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Throwable</li> <li> <ul class="inheritance"> <li>java.lang.Exception</li> <li> <ul class="inheritance"> <li><a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">nl.esciencecenter.xenon.XenonException</a></li> <li> <ul class="inheritance"> <li>nl.esciencecenter.xenon.adaptors.filesystems.PermissionDeniedException</li> </ul> </li> </ul> </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</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">PermissionDeniedException</span> extends <a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <div class="block">Signals that the user does not have sufficient permissions to perform the operation.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>1.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../serialized-form.html#nl.esciencecenter.xenon.adaptors.filesystems.PermissionDeniedException">Serialized Form</a></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>private static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html#serialVersionUID">serialVersionUID</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="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html#PermissionDeniedException-java.lang.String-java.lang.String-">PermissionDeniedException</a></span>(java.lang.String&nbsp;adaptorName, java.lang.String&nbsp;message)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html#PermissionDeniedException-java.lang.String-java.lang.String-java.lang.Throwable-">PermissionDeniedException</a></span>(java.lang.String&nbsp;adaptorName, java.lang.String&nbsp;message, java.lang.Throwable&nbsp;t)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== 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.nl.esciencecenter.xenon.XenonException"> <!-- --> </a> <h3>Methods inherited from class&nbsp;nl.esciencecenter.xenon.<a href="../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></h3> <code><a href="../../../../../nl/esciencecenter/xenon/XenonException.html#getMessage--">getMessage</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Throwable</h3> <code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</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, 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="serialVersionUID"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>serialVersionUID</h4> <pre>private static final&nbsp;long serialVersionUID</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.PermissionDeniedException.serialVersionUID">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PermissionDeniedException-java.lang.String-java.lang.String-java.lang.Throwable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PermissionDeniedException</h4> <pre>public&nbsp;PermissionDeniedException(java.lang.String&nbsp;adaptorName, java.lang.String&nbsp;message, java.lang.Throwable&nbsp;t)</pre> </li> </ul> <a name="PermissionDeniedException-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PermissionDeniedException</h4> <pre>public&nbsp;PermissionDeniedException(java.lang.String&nbsp;adaptorName, java.lang.String&nbsp;message)</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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PathAttributesImplementation.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../nl/esciencecenter/xenon/adaptors/filesystems/PosixFileUtils.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html" target="_top">Frames</a></li> <li><a href="PermissionDeniedException.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="#methods.inherited.from.class.nl.esciencecenter.xenon.XenonException">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>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
NLeSC/Xenon
docs/versions/2.6.0/javadoc-devel/nl/esciencecenter/xenon/adaptors/filesystems/PermissionDeniedException.html
HTML
apache-2.0
12,497
<section id="home" class="bg-primary first"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">DB Europe Limited</h2> <hr class="light"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-10 col-lg-offset-1 text-center"> <p>Specialists in facilities management, project management, operations management and business transformation for major 'Blue Chip' clients covering Energy (oil & gas), Banking & Insurance, Property and Telecommunications.</p> </div> </div> </div> </section>
sadlojus/dbeurope
_includes/home.html
HTML
apache-2.0
712
<foreach name='list' item='var'> <div class="item"> <div class="line"> <div class="x2"> <img class="pic" src="__ROOT__/attachs/<{$users[$var['user_id']]['face']|default='default.jpg'}>"> </div> <div class="x10"> <h5><{$users[$var['user_id']]['nickname']}></h5> <p class="intro"><{$var.contents}></p> <php>$stars= intval(($var['score'])*20);</php> <p class="intro ui-starbar" ><span style="width:<{$stars}>%"></span></p><span class="intro intro1 float-right "><{$var.create_time|date='Y-m-d H:i',###}></span> <p class="info7 x12" > <volist name="pics" id="pic" key="index"> <eq name="pic.dianping_id" value="$var['dianping_id']"> <div class="pics" class="ac" onclick="liclick(this);" href="javascript:;"> <img style="width:60px; height:50px;float:left" url="__ROOT__/attachs/<{$pic.pic|default='default.jpg'}>" src="__ROOT__/attachs/<{$pic.pic|default='default.jpg'}>" > </div> <div id="menuDetail" class="menu_detail"> <img style="display: none;"> </div> </eq> </volist> </p><br/> <if condition="!empty($var['reply'])"> <p class="intro x12">商家回复:<a style="color:#FF6430"><{$var.reply}></a></p> <else/> </if> </div> </div> </div> <div class="blank-10 bg"></div> </foreach> <script> var _wraper = $('#menuDetail'); var dialogTarget; function liclick(l){ var _this = $(l), F = function(str){return _this.parent().find(str);}, title = F('h5').text(), imgUrl = F('img').attr('url'), val = _this.parent().find('.jq_jian').attr('val'), did = _this.parent().find('.jq_jian').attr('did'), price = F('.unit_price').text(), sales = F('.sales strong').attr('class'), saleNum = F('.sale_num').text(), info = F('.intro1').text(), saleDesc = F('.salenum').html(), unit=F('.theunit').text(), _detailImg = _wraper.find('img'); _wraper.find('.price').text(price).end() .find('.sales strong').attr('class', sales).end() .find('.info').text(info); _wraper.parents('.dialog').find('.dialog_tt').text(title); $('#detailBtn').removeClass('disabled').text('来一份'); $('#detailBtn').attr('val',val); $('#detailBtn').attr('did',did); if(imgUrl){ _detailImg.attr('src', imgUrl).show().next().hide(); }else{ _detailImg.hide().next().show(); } dialogTarget = _this; _wraper.dialog({title: title, closeBtn: true}); } </script>
ksyydream/llx_admin
themes/default/Mobile/mart/dianpingloading.html
HTML
apache-2.0
3,486
<!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_20) on Tue Jul 19 23:14:47 CEST 2011 --> <TITLE> Uses of Interface org.jboss.shrinkwrap.descriptor.api.ejbjar30.InitMethodType </TITLE> <META NAME="date" CONTENT="2011-07-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 Interface org.jboss.shrinkwrap.descriptor.api.ejbjar30.InitMethodType"; } } </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/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/ejbjar30//class-useInitMethodType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InitMethodType.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 Interface<br>org.jboss.shrinkwrap.descriptor.api.ejbjar30.InitMethodType</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/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.jboss.shrinkwrap.descriptor.api.ejbjar30"><B>org.jboss.shrinkwrap.descriptor.api.ejbjar30</B></A></TD> <TD>Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.jboss.shrinkwrap.descriptor.impl.ejbjar30"><B>org.jboss.shrinkwrap.descriptor.impl.ejbjar30</B></A></TD> <TD>Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.jboss.shrinkwrap.descriptor.api.ejbjar30"><!-- --></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/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A> in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.api.ejbjar30</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/jboss/shrinkwrap/descriptor/api/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.api.ejbjar30</A> that return <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">SessionBeanType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="type parameter in SessionBeanType">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>SessionBeanType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html#initMethod()">initMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>init-method</code> element</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="type parameter in InitMethodType">T</A>&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html#removeBeanMethod()">removeBeanMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the <code>bean-method</code> element</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="type parameter in InitMethodType">T</A>&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html#removeCreateMethod()">removeCreateMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the <code>create-method</code> element</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.api.ejbjar30</A> that return types with arguments of type <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/NamedMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">NamedMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="type parameter in InitMethodType">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html#beanMethod()">beanMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If not already created, a new <code>bean-method</code> element will be created and returned.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/NamedMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">NamedMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="type parameter in InitMethodType">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html#createMethod()">createMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If not already created, a new <code>create-method</code> element will be created and returned.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">SessionBeanType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="type parameter in SessionBeanType">T</A>&gt;&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>SessionBeanType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html#getInitMethodList()">getInitMethodList</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>init-method</code> elements</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.jboss.shrinkwrap.descriptor.impl.ejbjar30"><!-- --></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/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A> in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.ejbjar30</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/jboss/shrinkwrap/descriptor/impl/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.ejbjar30</A> that return <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">SessionBeanType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/SessionBeanTypeImpl.html" title="type parameter in SessionBeanTypeImpl">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>SessionBeanTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/SessionBeanTypeImpl.html#initMethod()">initMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>init-method</code> element</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html" title="type parameter in InitMethodTypeImpl">T</A>&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html#removeBeanMethod()">removeBeanMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the <code>bean-method</code> element</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html" title="type parameter in InitMethodTypeImpl">T</A>&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html#removeCreateMethod()">removeCreateMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the <code>create-method</code> element</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.ejbjar30</A> that return types with arguments of type <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/NamedMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">NamedMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html" title="type parameter in InitMethodTypeImpl">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html#beanMethod()">beanMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If not already created, a new <code>bean-method</code> element will be created and returned.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/NamedMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">NamedMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html" title="type parameter in InitMethodTypeImpl">T</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>InitMethodTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/InitMethodTypeImpl.html#createMethod()">createMethod</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If not already created, a new <code>create-method</code> element will be created and returned.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">InitMethodType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30">SessionBeanType</A>&lt;<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/SessionBeanTypeImpl.html" title="type parameter in SessionBeanTypeImpl">T</A>&gt;&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>SessionBeanTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/ejbjar30/SessionBeanTypeImpl.html#getInitMethodList()">getInitMethodList</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>init-method</code> 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="../../../../../../../org/jboss/shrinkwrap/descriptor/api/ejbjar30/InitMethodType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.ejbjar30"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/ejbjar30//class-useInitMethodType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InitMethodType.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>
shrinkwrap/descriptors
gen/doc/org/jboss/shrinkwrap/descriptor/api/ejbjar30/class-use/InitMethodType.html
HTML
apache-2.0
21,676
<!doctype html> <!--[if lte IE 9]> <html class="lte-ie9" lang="en"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]--> <!-- Mirrored from altair_html.tzdthemes.com/ecommerce_products_list.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2018 11:18:50 GMT --> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Remove Tap Highlight on Windows Phone IE --> <meta name="msapplication-tap-highlight" content="no"/> <link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32"> <title>Altair Admin v2.13.0</title> <!-- uikit --> <link rel="stylesheet" href="bower_components/uikit/css/uikit.almost-flat.min.css" media="all"> <!-- flag icons --> <link rel="stylesheet" href="assets/icons/flags/flags.min.css" media="all"> <!-- style switcher --> <link rel="stylesheet" href="assets/css/style_switcher.min.css" media="all"> <!-- altair admin --> <link rel="stylesheet" href="assets/css/main.min.css" media="all"> <!-- themes --> <link rel="stylesheet" href="assets/css/themes/themes_combined.min.css" media="all"> <!-- matchMedia polyfill for testing media queries in JS --> <!--[if lte IE 9]> <script type="text/javascript" src="bower_components/matchMedia/matchMedia.js"></script> <script type="text/javascript" src="bower_components/matchMedia/matchMedia.addListener.js"></script> <link rel="stylesheet" href="assets/css/ie.css" media="all"> <![endif]--> </head> <body class="disable_transitions sidebar_main_open sidebar_main_swipe"> <!-- main header --> <header id="header_main"> <div class="header_main_content"> <nav class="uk-navbar"> <!-- main sidebar switch --> <a href="#" id="sidebar_main_toggle" class="sSwitch sSwitch_left"> <span class="sSwitchIcon"></span> </a> <!-- secondary sidebar switch --> <a href="#" id="sidebar_secondary_toggle" class="sSwitch sSwitch_right sidebar_secondary_check"> <span class="sSwitchIcon"></span> </a> <div id="menu_top_dropdown" class="uk-float-left uk-hidden-small"> <div class="uk-button-dropdown" data-uk-dropdown="{mode:'click'}"> <a href="#" class="top_menu_toggle"><i class="material-icons md-24">&#xE8F0;</i></a> <div class="uk-dropdown uk-dropdown-width-3"> <div class="uk-grid uk-dropdown-grid"> <div class="uk-width-2-3"> <div class="uk-grid uk-grid-width-medium-1-3 uk-margin-bottom uk-text-center"> <a href="page_mailbox.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-light-green-600">&#xE158;</i> <span class="uk-text-muted uk-display-block">Mailbox</span> </a> <a href="page_invoices.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-purple-600">&#xE53E;</i> <span class="uk-text-muted uk-display-block">Invoices</span> </a> <a href="page_chat.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-cyan-600">&#xE0B9;</i> <span class="uk-text-muted uk-display-block">Chat</span> </a> <a href="page_scrum_board.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-red-600">&#xE85C;</i> <span class="uk-text-muted uk-display-block">Scrum Board</span> </a> <a href="page_snippets.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-blue-600">&#xE86F;</i> <span class="uk-text-muted uk-display-block">Snippets</span> </a> <a href="page_user_profile.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-orange-600">&#xE87C;</i> <span class="uk-text-muted uk-display-block">User profile</span> </a> </div> </div> <div class="uk-width-1-3"> <ul class="uk-nav uk-nav-dropdown uk-panel"> <li class="uk-nav-header">Components</li> <li><a href="components_accordion.html">Accordions</a></li> <li><a href="components_buttons.html">Buttons</a></li> <li><a href="components_notifications.html">Notifications</a></li> <li><a href="components_sortable.html">Sortable</a></li> <li><a href="components_tabs.html">Tabs</a></li> </ul> </div> </div> </div> </div> </div> <div class="uk-navbar-flip"> <ul class="uk-navbar-nav user_actions"> <li><a href="#" id="full_screen_toggle" class="user_action_icon uk-visible-large"><i class="material-icons md-24 md-light">&#xE5D0;</i></a></li> <li><a href="#" id="main_search_btn" class="user_action_icon"><i class="material-icons md-24 md-light">&#xE8B6;</i></a></li> <li data-uk-dropdown="{mode:'click',pos:'bottom-right'}"> <a href="#" class="user_action_icon"><i class="material-icons md-24 md-light">&#xE7F4;</i><span class="uk-badge">16</span></a> <div class="uk-dropdown uk-dropdown-xlarge"> <div class="md-card-content"> <ul class="uk-tab uk-tab-grid" data-uk-tab="{connect:'#header_alerts',animation:'slide-horizontal'}"> <li class="uk-width-1-2 uk-active"><a href="#" class="js-uk-prevent uk-text-small">Messages (12)</a></li> <li class="uk-width-1-2"><a href="#" class="js-uk-prevent uk-text-small">Alerts (4)</a></li> </ul> <ul id="header_alerts" class="uk-switcher uk-margin"> <li> <ul class="md-list md-list-addon"> <li> <div class="md-list-addon-element"> <span class="md-user-letters md-bg-cyan">nw</span> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Et occaecati.</a></span> <span class="uk-text-small uk-text-muted">Voluptas repellat ducimus ullam placeat voluptatem earum.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_07_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Commodi a.</a></span> <span class="uk-text-small uk-text-muted">Aut labore ducimus quis quidem nobis cupiditate neque quos placeat doloremque.</span> </div> </li> <li> <div class="md-list-addon-element"> <span class="md-user-letters md-bg-light-green">rz</span> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Velit culpa.</a></span> <span class="uk-text-small uk-text-muted">Et et non soluta sapiente odit molestiae fuga qui sed architecto laborum.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_02_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Officia et illo.</a></span> <span class="uk-text-small uk-text-muted">Rem architecto blanditiis ut sequi et in incidunt doloremque sed.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_09_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Animi doloribus.</a></span> <span class="uk-text-small uk-text-muted">Quia et fugiat et amet mollitia nobis in doloribus excepturi.</span> </div> </li> </ul> <div class="uk-text-center uk-margin-top uk-margin-small-bottom"> <a href="page_mailbox.html" class="md-btn md-btn-flat md-btn-flat-primary js-uk-prevent">Show All</a> </div> </li> <li> <ul class="md-list md-list-addon"> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-warning">&#xE8B2;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Aliquam odio vel.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Sapiente itaque quod non omnis minima quo.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-success">&#xE88F;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Deserunt molestias ullam.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Tenetur quod ut est beatae laudantium.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-danger">&#xE001;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Ipsa omnis.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Autem et soluta beatae et facere ipsam consectetur.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-primary">&#xE8FD;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Quasi quae.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Dolorem ducimus nisi sint sint.</span> </div> </li> </ul> </li> </ul> </div> </div> </li> <li data-uk-dropdown="{mode:'click',pos:'bottom-right'}"> <a href="#" class="user_action_image"><img class="md-user-image" src="assets/img/avatars/avatar_11_tn.png" alt=""/></a> <div class="uk-dropdown uk-dropdown-small"> <ul class="uk-nav js-uk-prevent"> <li><a href="page_user_profile.html">My profile</a></li> <li><a href="page_settings.html">Settings</a></li> <li><a href="login.html">Login Page</a></li> <li><a href="login_v2.html">Login Page v2</a></li> </ul> </div> </li> </ul> </div> </nav> </div> <div class="header_main_search_form"> <i class="md-icon header_main_search_close material-icons">&#xE5CD;</i> <form class="uk-form uk-autocomplete" data-uk-autocomplete="{source:'data/search_data.json'}"> <input type="text" class="header_main_search_input" /> <button class="header_main_search_btn uk-button-link"><i class="md-icon material-icons">&#xE8B6;</i></button> <script type="text/autocomplete"> <ul class="uk-nav uk-nav-autocomplete uk-autocomplete-results"> {{~items}} <li data-value="{{ $item.value }}"> <a href="{{ $item.url }}" class="needsclick"> {{ $item.value }}<br> <span class="uk-text-muted uk-text-small">{{{ $item.text }}}</span> </a> </li> {{/items}} <li data-value="autocomplete-value"> <a class="needsclick"> Autocomplete Text<br> <span class="uk-text-muted uk-text-small">Helper text</span> </a> </li> </ul> </script> </form> </div> </header><!-- main header end --> <!-- main sidebar --> <aside id="sidebar_main"> <div class="sidebar_main_header"> <div class="sidebar_logo"> <a href="index-2.html" class="sSidebar_hide sidebar_logo_large"> <img class="logo_regular" src="assets/img/logo_main.png" alt="" height="15" width="71"/> <img class="logo_light" src="assets/img/logo_main_white.png" alt="" height="15" width="71"/> </a> <a href="index-2.html" class="sSidebar_show sidebar_logo_small"> <img class="logo_regular" src="assets/img/logo_main_small.png" alt="" height="32" width="32"/> <img class="logo_light" src="assets/img/logo_main_small_light.png" alt="" height="32" width="32"/> </a> </div> <div class="sidebar_actions"> <select id="lang_switcher" name="lang_switcher"> <option value="gb" selected>English</option> </select> </div> </div> <div class="menu_section"> <ul> <li title="Dashboard"> <a href="index-2.html"> <span class="menu_icon"><i class="material-icons">&#xE871;</i></span> <span class="menu_title">Dashboard</span> </a> </li> <li title="Mailbox"> <a href="page_mailbox.html"> <span class="menu_icon"><i class="material-icons">&#xE158;</i></span> <span class="menu_title">Mailbox</span> </a> </li> <li title="Invoices"> <a href="page_invoices.html"> <span class="menu_icon"><i class="material-icons">&#xE53E;</i></span> <span class="menu_title">Invoices</span> </a> </li> <li title="Chats"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE0B9;</i></span> <span class="menu_title">Chats</span> </a> <ul> <li><a href="page_chat.html">Regular Chat</a></li> <li><a href="page_chat_small.html">Chatboxes</a></li> </ul> </li> <li title="Scrum Board"> <a href="page_scrum_board.html"> <span class="menu_icon"><i class="material-icons">&#xE85C;</i></span> <span class="menu_title">Scrum Board</span> </a> </li> <li title="Snippets"> <a href="page_snippets.html"> <span class="menu_icon"><i class="material-icons">&#xE86F;</i></span> <span class="menu_title">Snippets</span> </a> </li> <li title="User Profile"> <a href="page_user_profile.html"> <span class="menu_icon"><i class="material-icons">&#xE87C;</i></span> <span class="menu_title">User Profile</span> </a> </li> <li title="Sticky Notes"> <a href="page_sticky_notes.html"> <span class="menu_icon"><i class="material-icons">&#xE8F0;</i></span> <span class="menu_title">Sticky Notes</span> </a> </li> <li title="Forms"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8D2;</i></span> <span class="menu_title">Forms</span> </a> <ul> <li><a href="forms_regular.html">Regular Elements</a></li> <li><a href="forms_advanced.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Advanced Elements</a></li> <li><a href="forms_dynamic.html">Dynamic</a></li> <li><a href="forms_file_input.html">File Upload (dropify)</a></li> <li><a href="forms_file_upload.html">File Upload (uikit)</a></li> <li><a href="forms_validation.html">Validation</a></li> <li><a href="forms_wizard.html">Wizard</a></li> <li class="menu_subtitle">WYSIWYG Editors</li> <li><a href="forms_wysiwyg_ckeditor.html">CKeditor</a></li> <li><a href="forms_wysiwyg_inline.html">Ckeditor Inline</a></li> <li><a href="forms_wysiwyg_tinymce.html">TinyMCE</a></li> </ul> </li> <li title="Layout"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8F1;</i></span> <span class="menu_title">Layout</span> </a> <ul> <li><a href="layout_top_menu.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Top Menu</a></li> <li><a href="layout_header_full.html">Full Header</a></li> </ul> </li> <li title="Kendo UI Widgets"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE1BD;</i></span> <span class="menu_title">Kendo UI Widgets</span> </a> <ul> <li><a href="kendoui_autocomplete.html">Autocomplete</a></li> <li><a href="kendoui_calendar.html">Calendar</a></li> <li><a href="kendoui_colorpicker.html">ColorPicker</a></li> <li><a href="kendoui_combobox.html">ComboBox</a></li> <li><a href="kendoui_datepicker.html">DatePicker</a></li> <li><a href="kendoui_datetimepicker.html">DateTimePicker</a></li> <li><a href="kendoui_dropdown_list.html">DropDownList</a></li> <li><a href="kendoui_masked_input.html">Masked Input</a></li> <li><a href="kendoui_menu.html">Menu</a></li> <li><a href="kendoui_multiselect.html">MultiSelect</a></li> <li><a href="kendoui_numeric_textbox.html">Numeric TextBox</a></li> <li><a href="kendoui_panelbar.html">PanelBar</a></li> <li><a href="kendoui_timepicker.html">TimePicker</a></li> <li><a href="kendoui_toolbar.html">Toolbar</a></li> <li><a href="kendoui_window.html">Window</a></li> </ul> </li> <li title="Components"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE87B;</i></span> <span class="menu_title">Components</span> </a> <ul> <li><a href="components_accordion.html">Accordions</a></li> <li><a href="components_animations.html">MD Animations</a></li> <li><a href="components_autocomplete.html">Autocomplete</a></li> <li><a href="components_breadcrumbs.html">Breadcrumbs</a></li> <li><a href="components_buttons.html">Buttons</a></li> <li><a href="components_fab.html">Buttons: FAB</a></li> <li><a href="components_cards.html">Cards</a></li> <li><a href="components_colors.html">Colors</a></li> <li><a href="components_common.html">Common</a></li> <li><a href="components_dropdowns.html">Dropdowns</a></li> <li><a href="components_dynamic_grid.html">Dynamic Grid</a></li> <li><a href="components_footer.html">Footer</a></li> <li><a href="components_grid.html">Grid</a></li> <li><a href="components_icons.html">Icons</a></li> <li><a href="components_modal.html">Lightbox/Modal</a></li> <li><a href="components_list_grid_view.html">List/Grid View</a></li> <li><a href="components_lists.html">Lists</a></li> <li><a href="components_nestable.html">Nestable</a></li> <li><a href="components_notifications.html">Notifications</a></li> <li><a href="components_panels.html">Panels</a></li> <li><a href="components_preloaders.html">Preloaders</a></li> <li><a href="components_scroll_top.html">Scroll to Top</a></li> <li><a href="components_slider.html">Slider</a></li> <li><a href="components_slideshow.html">Slideshow</a></li> <li><a href="components_sortable.html">Sortable</a></li> <li><a href="components_switcher.html">Switcher</a></li> <li><a href="components_tables.html">Tables</a></li> <li><a href="components_tables_examples.html">Tables Examples</a></li> <li><a href="components_tabs.html">Tabs</a></li> <li><a href="components_timeline.html">Timeline</a></li> <li><a href="components_tooltips.html">Tooltips</a></li> <li><a href="components_typography.html">Typography</a></li> </ul> </li> <li title="E-commerce"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8CB;</i></span> <span class="menu_title">E-commerce</span> </a> <ul> <li><a href="ecommerce_product_details.html">Product Details</a></li> <li><a href="ecommerce_product_edit.html">Product Edit</a></li> <li><a href="ecommerce_products_grid.html">Products Grid</a></li> <li class="act_item"><a href="ecommerce_products_list.html">Products List</a></li> <li><a href="ecommerce_payment.html">Payment Page</a></li> </ul> </li> <li title="Plugins"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8C0;</i></span> <span class="menu_title">Plugins</span> </a> <ul> <li><a href="plugins_calendar.html">Calendar</a></li> <li><a href="plugins_charts.html">Charts</a></li> <li><a href="plugins_charts_echarts.html">Charts (echarts)</a></li> <li><a href="plugins_code_editor.html">Code Editor</a></li> <li><a href="plugins_context_menu.html">Context Menu</a></li> <li><a href="plugins_crud_table.html">CRUD Table</a></li> <li><a href="plugins_datatables.html">Datatables</a></li> <li><a href="plugins_diff.html">Diff View</a></li> <li><a href="plugins_filemanager.html">File Manager</a></li> <li><a href="plugins_gantt_chart.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Gantt Chart</a></li> <li><a href="plugins_google_maps.html">Google Maps</a></li> <li><a href="plugins_image_cropper.html">Image Cropper</a></li> <li><a href="plugins_idle_timeout.html">Idle Timeout</a></li> <li><a href="plugins_push_notifications.html">Push Notifications</a></li> <li><a href="plugins_tour.html">Tour</a></li> <li><a href="plugins_tablesorter.html">Tablesorter</a></li> <li><a href="plugins_tree.html">Tree</a></li> <li><a href="plugins_vector_maps.html">Vector Maps</a></li> <li><a href="plugins_xeditable.html">X-editable</a></li> </ul> </li> <li title="Pages"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE24D;</i></span> <span class="menu_title">Pages</span> </a> <ul> <li><a href="page_blank.html">Blank</a></li> <li><a href="page_contact_list.html">Contact List</a></li> <li><a href="page_contact_list_horizontal.html">Contact List Horizontal</a></li> <li><a href="page_contact_list_v2.html">Contact List V2</a></li> <li><a href="page_gallery.html">Gallery</a></li> <li><a href="page_gallery_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Gallery v2</a></li> <li><a href="page_help.html">Help/Faq</a></li> <li><a href="login.html">Login Page</a></li> <li><a href="login_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Login Page v2</a></li> <li><a href="page_mailbox_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Mailbox V2</a></li> <li><a href="page_notes.html">Notes</a></li> <li><a href="page_pricing_tables.html">Pricing Tables</a></li> <li><a href="page_pricing_tables_v2.html">Pricing Tables v2</a></li> <li><a href="page_search_results.html">Search Results</a></li> <li><a href="page_settings.html">Settings</a></li> <li><a href="page_todo.html">Todo</a></li> <li><a href="page_user_edit.html">User edit</a></li> <li><a href="page_quiz.html">Quiz</a></li> <li class="menu_subtitle">Issue Tracker</li> <li><a href="page_issues_list.html">List View</a></li> <li><a href="page_issue_details.html">Issue Details</a></li> <li class="menu_subtitle">Blog</li> <li><a href="page_blog_list.html">Blog List</a></li> <li><a href="page_blog_article.html">Blog Article</a></li> <li class="menu_subtitle">Errors</li> <li><a href="error_404.html">Error 404</a></li> <li><a href="error_500.html">Error 500</a></li> </ul> </li> <li> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE241;</i></span> <span class="menu_title">Multi level</span> </a> <ul> <li> <a href="#">First level</a> <ul> <li> <a href="#">Second Level</a> <ul> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> </ul> </li> <li> <a href="#">Long title to test</a> <ul> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> </ul> </li> <li> <a href="#">Even longer title multi line</a> </li> </ul> </li> </ul> </li> </ul> </div> </aside><!-- main sidebar end --> <div id="page_content"> <div id="page_content_inner"> <div class="md-card"> <div class="md-card-content"> <div class="uk-grid" data-uk-grid-margin=""> <div class="uk-width-medium-3-10"> <label for="product_search_name">Product Name</label> <input type="text" class="md-input" id="product_search_name"> </div> <div class="uk-width-medium-1-10"> <label for="product_search_price">Price</label> <input type="text" class="md-input" id="product_search_price"> </div> <div class="uk-width-medium-3-10"> <div class="uk-margin-small-top"> <select id="product_search_status" data-md-selectize multiple data-md-selectize-bottom> <option value="">Status</option> <option value="1">In stock</option> <option value="2">Out of stock</option> <option value="3">Ships in 3-5 days</option> </select> </div> </div> <div class="uk-width-medium-1-10"> <div class="uk-margin-top uk-text-nowrap"> <input type="checkbox" name="product_search_active" id="product_search_active" data-md-icheck/> <label for="product_search_active" class="inline-label">Active</label> </div> </div> <div class="uk-width-medium-2-10 uk-text-center"> <a href="#" class="md-btn md-btn-primary uk-margin-small-top">Filter</a> </div> </div> </div> </div> <div class="md-card"> <div class="md-card-content"> <div class="uk-grid" data-uk-grid-margin> <div class="uk-width-1-1"> <div class="uk-overflow-container"> <table class="uk-table uk-table-align-vertical"> <thead> <tr> <th>Image</th> <th>Product Name</th> <th>Price</th> <th>Quantity</th> <th>Status</th> <th>Active</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_1.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Voluptas et hic.</a></td> <td class="uk-text-nowrap">$ 537.00</td> <td>78</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_3.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Quo tenetur sed.</a></td> <td class="uk-text-nowrap">$ 453.00</td> <td>71</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_3.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Laboriosam rem eaque.</a></td> <td class="uk-text-nowrap">$ 514.00</td> <td>50</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-success">In stock</span></td> <td><i class="material-icons md-color-light-blue-600 md-24">&#xE86C;</i></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_1.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Ut ipsam et ex laboriosam.</a></td> <td class="uk-text-nowrap">$ 468.00</td> <td>71</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-danger">Out of stock</span></td> <td><i class="material-icons md-color-light-blue-600 md-24">&#xE86C;</i></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_2.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Rerum fugiat necessitatibus.</a></td> <td class="uk-text-nowrap">$ 497.00</td> <td>12</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td><i class="material-icons md-color-light-blue-600 md-24">&#xE86C;</i></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_2.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Et tempore eos.</a></td> <td class="uk-text-nowrap">$ 481.00</td> <td>94</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-success">In stock</span></td> <td><i class="material-icons md-color-light-blue-600 md-24">&#xE86C;</i></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_3.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Harum quia id accusamus.</a></td> <td class="uk-text-nowrap">$ 472.00</td> <td>94</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td><i class="material-icons md-color-light-blue-600 md-24">&#xE86C;</i></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_1.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Quis perspiciatis ut aperiam.</a></td> <td class="uk-text-nowrap">$ 549.00</td> <td>67</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_2.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Magnam ipsa iusto aspernatur unde.</a></td> <td class="uk-text-nowrap">$ 525.00</td> <td>46</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> <tr> <td><img class="img_thumb" src="assets/img/ecommerce/s6_edge_1.jpg" alt=""></td> <td class="uk-text-large uk-text-nowrap"><a href="ecommerce_product_details.html">Id vel ut.</a></td> <td class="uk-text-nowrap">$ 529.00</td> <td>67</td> <td class="uk-text-nowrap"><span class="uk-badge uk-badge-muted">Ships in 3-5 days</span></td> <td></td> <td class="uk-text-nowrap"> <a href="ecommerce_product_details.html"><i class="material-icons md-24">&#xE8F4;</i></a><!-- --><a href="#" class="uk-margin-left"><i class="material-icons md-24">&#xE872;</i></a> </td> </tr> </tbody> </table> </div> <ul class="uk-pagination uk-margin-medium-top uk-margin-medium-bottom"> <li class="uk-disabled"><span><i class="uk-icon-angle-double-left"></i></span></li> <li class="uk-active"><span>1</span></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><span>&hellip;</span></li> <li><a href="#">20</a></li> <li><a href="#"><i class="uk-icon-angle-double-right"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <!-- google web fonts --> <script> WebFontConfig = { google: { families: [ 'Source+Code+Pro:400,700:latin', 'Roboto:400,300,500,700,400italic:latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <!-- common functions --> <script src="assets/js/common.min.js"></script> <!-- uikit functions --> <script src="assets/js/uikit_custom.min.js"></script> <!-- altair common functions/helpers --> <script src="assets/js/altair_admin_common.min.js"></script> <script> $(function() { if(isHighDensity()) { $.getScript( "assets/js/custom/dense.min.js", function(data) { // enable hires images altair_helpers.retina_images(); }); } if(Modernizr.touch) { // fastClick (touch devices) FastClick.attach(document.body); } }); $window.load(function() { // ie fixes altair_helpers.ie_fix(); }); </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-65191727-1', 'auto'); ga('send', 'pageview'); </script> <div id="style_switcher"> <div id="style_switcher_toggle"><i class="material-icons">&#xE8B8;</i></div> <div class="uk-margin-medium-bottom"> <h4 class="heading_c uk-margin-bottom">Colors</h4> <ul class="switcher_app_themes" id="theme_switcher"> <li class="app_style_default active_theme" data-app-theme=""> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_a" data-app-theme="app_theme_a"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_b" data-app-theme="app_theme_b"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_c" data-app-theme="app_theme_c"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_d" data-app-theme="app_theme_d"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_e" data-app-theme="app_theme_e"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_f" data-app-theme="app_theme_f"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_g" data-app-theme="app_theme_g"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_h" data-app-theme="app_theme_h"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_i" data-app-theme="app_theme_i"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_dark" data-app-theme="app_theme_dark"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> </ul> </div> <div class="uk-visible-large uk-margin-medium-bottom"> <h4 class="heading_c">Sidebar</h4> <p> <input type="checkbox" name="style_sidebar_mini" id="style_sidebar_mini" data-md-icheck /> <label for="style_sidebar_mini" class="inline-label">Mini Sidebar</label> </p> <p> <input type="checkbox" name="style_sidebar_slim" id="style_sidebar_slim" data-md-icheck /> <label for="style_sidebar_slim" class="inline-label">Slim Sidebar</label> </p> </div> <div class="uk-visible-large uk-margin-medium-bottom"> <h4 class="heading_c">Layout</h4> <p> <input type="checkbox" name="style_layout_boxed" id="style_layout_boxed" data-md-icheck /> <label for="style_layout_boxed" class="inline-label">Boxed layout</label> </p> </div> <div class="uk-visible-large"> <h4 class="heading_c">Main menu accordion</h4> <p> <input type="checkbox" name="accordion_mode_main_menu" id="accordion_mode_main_menu" data-md-icheck /> <label for="accordion_mode_main_menu" class="inline-label">Accordion mode</label> </p> </div> </div> <script> $(function() { var $switcher = $('#style_switcher'), $switcher_toggle = $('#style_switcher_toggle'), $theme_switcher = $('#theme_switcher'), $mini_sidebar_toggle = $('#style_sidebar_mini'), $slim_sidebar_toggle = $('#style_sidebar_slim'), $boxed_layout_toggle = $('#style_layout_boxed'), $accordion_mode_toggle = $('#accordion_mode_main_menu'), $html = $('html'), $body = $('body'); $switcher_toggle.click(function(e) { e.preventDefault(); $switcher.toggleClass('switcher_active'); }); $theme_switcher.children('li').click(function(e) { e.preventDefault(); var $this = $(this), this_theme = $this.attr('data-app-theme'); $theme_switcher.children('li').removeClass('active_theme'); $(this).addClass('active_theme'); $html .removeClass('app_theme_a app_theme_b app_theme_c app_theme_d app_theme_e app_theme_f app_theme_g app_theme_h app_theme_i app_theme_dark') .addClass(this_theme); if(this_theme == '') { localStorage.removeItem('altair_theme'); $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.material.min.css'); } else { localStorage.setItem("altair_theme", this_theme); if(this_theme == 'app_theme_dark') { $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.materialblack.min.css') } else { $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.material.min.css'); } } }); // hide style switcher $document.on('click keyup', function(e) { if( $switcher.hasClass('switcher_active') ) { if ( ( !$(e.target).closest($switcher).length ) || ( e.keyCode == 27 ) ) { $switcher.removeClass('switcher_active'); } } }); // get theme from local storage if(localStorage.getItem("altair_theme") !== null) { $theme_switcher.children('li[data-app-theme='+localStorage.getItem("altair_theme")+']').click(); } // toggle mini sidebar // change input's state to checked if mini sidebar is active if((localStorage.getItem("altair_sidebar_mini") !== null && localStorage.getItem("altair_sidebar_mini") == '1') || $body.hasClass('sidebar_mini')) { $mini_sidebar_toggle.iCheck('check'); } $mini_sidebar_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_sidebar_mini", '1'); localStorage.removeItem('altair_sidebar_slim'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_sidebar_mini'); location.reload(true); }); // toggle slim sidebar // change input's state to checked if mini sidebar is active if((localStorage.getItem("altair_sidebar_slim") !== null && localStorage.getItem("altair_sidebar_slim") == '1') || $body.hasClass('sidebar_slim')) { $slim_sidebar_toggle.iCheck('check'); } $slim_sidebar_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_sidebar_slim", '1'); localStorage.removeItem('altair_sidebar_mini'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_sidebar_slim'); location.reload(true); }); // toggle boxed layout if((localStorage.getItem("altair_layout") !== null && localStorage.getItem("altair_layout") == 'boxed') || $body.hasClass('boxed_layout')) { $boxed_layout_toggle.iCheck('check'); $body.addClass('boxed_layout'); $(window).resize(); } $boxed_layout_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_layout", 'boxed'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_layout'); location.reload(true); }); // main menu accordion mode if($sidebar_main.hasClass('accordion_mode')) { $accordion_mode_toggle.iCheck('check'); } $accordion_mode_toggle .on('ifChecked', function(){ $sidebar_main.addClass('accordion_mode'); }) .on('ifUnchecked', function(){ $sidebar_main.removeClass('accordion_mode'); }); }); </script> </body> <!-- Mirrored from altair_html.tzdthemes.com/ecommerce_products_list.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2018 11:18:50 GMT --> </html>
cmuhirwa/uplus
churches/ecommerce_products_list.html
HTML
apache-2.0
63,786
<!doctype html> <!--[if lte IE 9]> <html class="lte-ie9" lang="en"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]--> <!-- Mirrored from altair_html.tzdthemes.com/kendoui_colorpicker.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2018 11:17:29 GMT --> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Remove Tap Highlight on Windows Phone IE --> <meta name="msapplication-tap-highlight" content="no"/> <link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32"> <title>Altair Admin v2.13.0</title> <!-- additional styles for plugins --> <!-- kendo UI --> <link rel="stylesheet" href="bower_components/kendo-ui/styles/kendo.common-material.min.css"/> <link rel="stylesheet" href="bower_components/kendo-ui/styles/kendo.material.min.css" id="kendoCSS"/> <!-- uikit --> <link rel="stylesheet" href="bower_components/uikit/css/uikit.almost-flat.min.css" media="all"> <!-- flag icons --> <link rel="stylesheet" href="assets/icons/flags/flags.min.css" media="all"> <!-- style switcher --> <link rel="stylesheet" href="assets/css/style_switcher.min.css" media="all"> <!-- altair admin --> <link rel="stylesheet" href="assets/css/main.min.css" media="all"> <!-- themes --> <link rel="stylesheet" href="assets/css/themes/themes_combined.min.css" media="all"> <!-- matchMedia polyfill for testing media queries in JS --> <!--[if lte IE 9]> <script type="text/javascript" src="bower_components/matchMedia/matchMedia.js"></script> <script type="text/javascript" src="bower_components/matchMedia/matchMedia.addListener.js"></script> <link rel="stylesheet" href="assets/css/ie.css" media="all"> <![endif]--> </head> <body class="disable_transitions sidebar_main_open sidebar_main_swipe"> <!-- main header --> <header id="header_main"> <div class="header_main_content"> <nav class="uk-navbar"> <!-- main sidebar switch --> <a href="#" id="sidebar_main_toggle" class="sSwitch sSwitch_left"> <span class="sSwitchIcon"></span> </a> <!-- secondary sidebar switch --> <a href="#" id="sidebar_secondary_toggle" class="sSwitch sSwitch_right sidebar_secondary_check"> <span class="sSwitchIcon"></span> </a> <div id="menu_top_dropdown" class="uk-float-left uk-hidden-small"> <div class="uk-button-dropdown" data-uk-dropdown="{mode:'click'}"> <a href="#" class="top_menu_toggle"><i class="material-icons md-24">&#xE8F0;</i></a> <div class="uk-dropdown uk-dropdown-width-3"> <div class="uk-grid uk-dropdown-grid"> <div class="uk-width-2-3"> <div class="uk-grid uk-grid-width-medium-1-3 uk-margin-bottom uk-text-center"> <a href="page_mailbox.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-light-green-600">&#xE158;</i> <span class="uk-text-muted uk-display-block">Mailbox</span> </a> <a href="page_invoices.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-purple-600">&#xE53E;</i> <span class="uk-text-muted uk-display-block">Invoices</span> </a> <a href="page_chat.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-cyan-600">&#xE0B9;</i> <span class="uk-text-muted uk-display-block">Chat</span> </a> <a href="page_scrum_board.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-red-600">&#xE85C;</i> <span class="uk-text-muted uk-display-block">Scrum Board</span> </a> <a href="page_snippets.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-blue-600">&#xE86F;</i> <span class="uk-text-muted uk-display-block">Snippets</span> </a> <a href="page_user_profile.html" class="uk-margin-top"> <i class="material-icons md-36 md-color-orange-600">&#xE87C;</i> <span class="uk-text-muted uk-display-block">User profile</span> </a> </div> </div> <div class="uk-width-1-3"> <ul class="uk-nav uk-nav-dropdown uk-panel"> <li class="uk-nav-header">Components</li> <li><a href="components_accordion.html">Accordions</a></li> <li><a href="components_buttons.html">Buttons</a></li> <li><a href="components_notifications.html">Notifications</a></li> <li><a href="components_sortable.html">Sortable</a></li> <li><a href="components_tabs.html">Tabs</a></li> </ul> </div> </div> </div> </div> </div> <div class="uk-navbar-flip"> <ul class="uk-navbar-nav user_actions"> <li><a href="#" id="full_screen_toggle" class="user_action_icon uk-visible-large"><i class="material-icons md-24 md-light">&#xE5D0;</i></a></li> <li><a href="#" id="main_search_btn" class="user_action_icon"><i class="material-icons md-24 md-light">&#xE8B6;</i></a></li> <li data-uk-dropdown="{mode:'click',pos:'bottom-right'}"> <a href="#" class="user_action_icon"><i class="material-icons md-24 md-light">&#xE7F4;</i><span class="uk-badge">16</span></a> <div class="uk-dropdown uk-dropdown-xlarge"> <div class="md-card-content"> <ul class="uk-tab uk-tab-grid" data-uk-tab="{connect:'#header_alerts',animation:'slide-horizontal'}"> <li class="uk-width-1-2 uk-active"><a href="#" class="js-uk-prevent uk-text-small">Messages (12)</a></li> <li class="uk-width-1-2"><a href="#" class="js-uk-prevent uk-text-small">Alerts (4)</a></li> </ul> <ul id="header_alerts" class="uk-switcher uk-margin"> <li> <ul class="md-list md-list-addon"> <li> <div class="md-list-addon-element"> <span class="md-user-letters md-bg-cyan">eu</span> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Possimus ipsa.</a></span> <span class="uk-text-small uk-text-muted">Tempore et ut laudantium rerum vitae incidunt incidunt temporibus esse commodi.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_07_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Et porro.</a></span> <span class="uk-text-small uk-text-muted">Fugit cum quia explicabo voluptatem placeat dolor aperiam aspernatur assumenda voluptatem.</span> </div> </li> <li> <div class="md-list-addon-element"> <span class="md-user-letters md-bg-light-green">me</span> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Quibusdam temporibus.</a></span> <span class="uk-text-small uk-text-muted">Quas laborum iure blanditiis fuga blanditiis sequi praesentium ut provident.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_02_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Voluptatem provident omnis.</a></span> <span class="uk-text-small uk-text-muted">Suscipit vel voluptatem laborum rerum amet in.</span> </div> </li> <li> <div class="md-list-addon-element"> <img class="md-user-image md-list-addon-avatar" src="assets/img/avatars/avatar_09_tn.png" alt=""/> </div> <div class="md-list-content"> <span class="md-list-heading"><a href="page_mailbox.html">Magni commodi.</a></span> <span class="uk-text-small uk-text-muted">Facilis assumenda magni libero illo in.</span> </div> </li> </ul> <div class="uk-text-center uk-margin-top uk-margin-small-bottom"> <a href="page_mailbox.html" class="md-btn md-btn-flat md-btn-flat-primary js-uk-prevent">Show All</a> </div> </li> <li> <ul class="md-list md-list-addon"> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-warning">&#xE8B2;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Et qui.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Beatae voluptates magni enim voluptatibus.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-success">&#xE88F;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Dolor fugiat.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Eaque eius quibusdam commodi similique accusamus aspernatur.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-danger">&#xE001;</i> </div> <div class="md-list-content"> <span class="md-list-heading">Sunt voluptatem.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Eum dignissimos qui doloribus eos quas tempore alias voluptatum.</span> </div> </li> <li> <div class="md-list-addon-element"> <i class="md-list-addon-icon material-icons uk-text-primary">&#xE8FD;</i> </div> <div class="md-list-content"> <span class="md-list-heading">In et.</span> <span class="uk-text-small uk-text-muted uk-text-truncate">Et quaerat eaque reprehenderit et nemo.</span> </div> </li> </ul> </li> </ul> </div> </div> </li> <li data-uk-dropdown="{mode:'click',pos:'bottom-right'}"> <a href="#" class="user_action_image"><img class="md-user-image" src="assets/img/avatars/avatar_11_tn.png" alt=""/></a> <div class="uk-dropdown uk-dropdown-small"> <ul class="uk-nav js-uk-prevent"> <li><a href="page_user_profile.html">My profile</a></li> <li><a href="page_settings.html">Settings</a></li> <li><a href="login.html">Login Page</a></li> <li><a href="login_v2.html">Login Page v2</a></li> </ul> </div> </li> </ul> </div> </nav> </div> <div class="header_main_search_form"> <i class="md-icon header_main_search_close material-icons">&#xE5CD;</i> <form class="uk-form uk-autocomplete" data-uk-autocomplete="{source:'data/search_data.json'}"> <input type="text" class="header_main_search_input" /> <button class="header_main_search_btn uk-button-link"><i class="md-icon material-icons">&#xE8B6;</i></button> <script type="text/autocomplete"> <ul class="uk-nav uk-nav-autocomplete uk-autocomplete-results"> {{~items}} <li data-value="{{ $item.value }}"> <a href="{{ $item.url }}" class="needsclick"> {{ $item.value }}<br> <span class="uk-text-muted uk-text-small">{{{ $item.text }}}</span> </a> </li> {{/items}} <li data-value="autocomplete-value"> <a class="needsclick"> Autocomplete Text<br> <span class="uk-text-muted uk-text-small">Helper text</span> </a> </li> </ul> </script> </form> </div> </header><!-- main header end --> <!-- main sidebar --> <aside id="sidebar_main"> <div class="sidebar_main_header"> <div class="sidebar_logo"> <a href="index-2.html" class="sSidebar_hide sidebar_logo_large"> <img class="logo_regular" src="assets/img/logo_main.png" alt="" height="15" width="71"/> <img class="logo_light" src="assets/img/logo_main_white.png" alt="" height="15" width="71"/> </a> <a href="index-2.html" class="sSidebar_show sidebar_logo_small"> <img class="logo_regular" src="assets/img/logo_main_small.png" alt="" height="32" width="32"/> <img class="logo_light" src="assets/img/logo_main_small_light.png" alt="" height="32" width="32"/> </a> </div> <div class="sidebar_actions"> <select id="lang_switcher" name="lang_switcher"> <option value="gb" selected>English</option> </select> </div> </div> <div class="menu_section"> <ul> <li title="Dashboard"> <a href="index-2.html"> <span class="menu_icon"><i class="material-icons">&#xE871;</i></span> <span class="menu_title">Dashboard</span> </a> </li> <li title="Mailbox"> <a href="page_mailbox.html"> <span class="menu_icon"><i class="material-icons">&#xE158;</i></span> <span class="menu_title">Mailbox</span> </a> </li> <li title="Invoices"> <a href="page_invoices.html"> <span class="menu_icon"><i class="material-icons">&#xE53E;</i></span> <span class="menu_title">Invoices</span> </a> </li> <li title="Chats"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE0B9;</i></span> <span class="menu_title">Chats</span> </a> <ul> <li><a href="page_chat.html">Regular Chat</a></li> <li><a href="page_chat_small.html">Chatboxes</a></li> </ul> </li> <li title="Scrum Board"> <a href="page_scrum_board.html"> <span class="menu_icon"><i class="material-icons">&#xE85C;</i></span> <span class="menu_title">Scrum Board</span> </a> </li> <li title="Snippets"> <a href="page_snippets.html"> <span class="menu_icon"><i class="material-icons">&#xE86F;</i></span> <span class="menu_title">Snippets</span> </a> </li> <li title="User Profile"> <a href="page_user_profile.html"> <span class="menu_icon"><i class="material-icons">&#xE87C;</i></span> <span class="menu_title">User Profile</span> </a> </li> <li title="Sticky Notes"> <a href="page_sticky_notes.html"> <span class="menu_icon"><i class="material-icons">&#xE8F0;</i></span> <span class="menu_title">Sticky Notes</span> </a> </li> <li title="Forms"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8D2;</i></span> <span class="menu_title">Forms</span> </a> <ul> <li><a href="forms_regular.html">Regular Elements</a></li> <li><a href="forms_advanced.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Advanced Elements</a></li> <li><a href="forms_dynamic.html">Dynamic</a></li> <li><a href="forms_file_input.html">File Upload (dropify)</a></li> <li><a href="forms_file_upload.html">File Upload (uikit)</a></li> <li><a href="forms_validation.html">Validation</a></li> <li><a href="forms_wizard.html">Wizard</a></li> <li class="menu_subtitle">WYSIWYG Editors</li> <li><a href="forms_wysiwyg_ckeditor.html">CKeditor</a></li> <li><a href="forms_wysiwyg_inline.html">Ckeditor Inline</a></li> <li><a href="forms_wysiwyg_tinymce.html">TinyMCE</a></li> </ul> </li> <li title="Layout"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8F1;</i></span> <span class="menu_title">Layout</span> </a> <ul> <li><a href="layout_top_menu.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Top Menu</a></li> <li><a href="layout_header_full.html">Full Header</a></li> </ul> </li> <li title="Kendo UI Widgets"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE1BD;</i></span> <span class="menu_title">Kendo UI Widgets</span> </a> <ul> <li><a href="kendoui_autocomplete.html">Autocomplete</a></li> <li><a href="kendoui_calendar.html">Calendar</a></li> <li class="act_item"><a href="kendoui_colorpicker.html">ColorPicker</a></li> <li><a href="kendoui_combobox.html">ComboBox</a></li> <li><a href="kendoui_datepicker.html">DatePicker</a></li> <li><a href="kendoui_datetimepicker.html">DateTimePicker</a></li> <li><a href="kendoui_dropdown_list.html">DropDownList</a></li> <li><a href="kendoui_masked_input.html">Masked Input</a></li> <li><a href="kendoui_menu.html">Menu</a></li> <li><a href="kendoui_multiselect.html">MultiSelect</a></li> <li><a href="kendoui_numeric_textbox.html">Numeric TextBox</a></li> <li><a href="kendoui_panelbar.html">PanelBar</a></li> <li><a href="kendoui_timepicker.html">TimePicker</a></li> <li><a href="kendoui_toolbar.html">Toolbar</a></li> <li><a href="kendoui_window.html">Window</a></li> </ul> </li> <li title="Components"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE87B;</i></span> <span class="menu_title">Components</span> </a> <ul> <li><a href="components_accordion.html">Accordions</a></li> <li><a href="components_animations.html">MD Animations</a></li> <li><a href="components_autocomplete.html">Autocomplete</a></li> <li><a href="components_breadcrumbs.html">Breadcrumbs</a></li> <li><a href="components_buttons.html">Buttons</a></li> <li><a href="components_fab.html">Buttons: FAB</a></li> <li><a href="components_cards.html">Cards</a></li> <li><a href="components_colors.html">Colors</a></li> <li><a href="components_common.html">Common</a></li> <li><a href="components_dropdowns.html">Dropdowns</a></li> <li><a href="components_dynamic_grid.html">Dynamic Grid</a></li> <li><a href="components_footer.html">Footer</a></li> <li><a href="components_grid.html">Grid</a></li> <li><a href="components_icons.html">Icons</a></li> <li><a href="components_modal.html">Lightbox/Modal</a></li> <li><a href="components_list_grid_view.html">List/Grid View</a></li> <li><a href="components_lists.html">Lists</a></li> <li><a href="components_nestable.html">Nestable</a></li> <li><a href="components_notifications.html">Notifications</a></li> <li><a href="components_panels.html">Panels</a></li> <li><a href="components_preloaders.html">Preloaders</a></li> <li><a href="components_scroll_top.html">Scroll to Top</a></li> <li><a href="components_slider.html">Slider</a></li> <li><a href="components_slideshow.html">Slideshow</a></li> <li><a href="components_sortable.html">Sortable</a></li> <li><a href="components_switcher.html">Switcher</a></li> <li><a href="components_tables.html">Tables</a></li> <li><a href="components_tables_examples.html">Tables Examples</a></li> <li><a href="components_tabs.html">Tabs</a></li> <li><a href="components_timeline.html">Timeline</a></li> <li><a href="components_tooltips.html">Tooltips</a></li> <li><a href="components_typography.html">Typography</a></li> </ul> </li> <li title="E-commerce"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8CB;</i></span> <span class="menu_title">E-commerce</span> </a> <ul> <li><a href="ecommerce_product_details.html">Product Details</a></li> <li><a href="ecommerce_product_edit.html">Product Edit</a></li> <li><a href="ecommerce_products_grid.html">Products Grid</a></li> <li><a href="ecommerce_products_list.html">Products List</a></li> <li><a href="ecommerce_payment.html">Payment Page</a></li> </ul> </li> <li title="Plugins"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE8C0;</i></span> <span class="menu_title">Plugins</span> </a> <ul> <li><a href="plugins_calendar.html">Calendar</a></li> <li><a href="plugins_charts.html">Charts</a></li> <li><a href="plugins_charts_echarts.html">Charts (echarts)</a></li> <li><a href="plugins_code_editor.html">Code Editor</a></li> <li><a href="plugins_context_menu.html">Context Menu</a></li> <li><a href="plugins_crud_table.html">CRUD Table</a></li> <li><a href="plugins_datatables.html">Datatables</a></li> <li><a href="plugins_diff.html">Diff View</a></li> <li><a href="plugins_filemanager.html">File Manager</a></li> <li><a href="plugins_gantt_chart.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Gantt Chart</a></li> <li><a href="plugins_google_maps.html">Google Maps</a></li> <li><a href="plugins_image_cropper.html">Image Cropper</a></li> <li><a href="plugins_idle_timeout.html">Idle Timeout</a></li> <li><a href="plugins_push_notifications.html">Push Notifications</a></li> <li><a href="plugins_tour.html">Tour</a></li> <li><a href="plugins_tablesorter.html">Tablesorter</a></li> <li><a href="plugins_tree.html">Tree</a></li> <li><a href="plugins_vector_maps.html">Vector Maps</a></li> <li><a href="plugins_xeditable.html">X-editable</a></li> </ul> </li> <li title="Pages"> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE24D;</i></span> <span class="menu_title">Pages</span> </a> <ul> <li><a href="page_blank.html">Blank</a></li> <li><a href="page_contact_list.html">Contact List</a></li> <li><a href="page_contact_list_horizontal.html">Contact List Horizontal</a></li> <li><a href="page_contact_list_v2.html">Contact List V2</a></li> <li><a href="page_gallery.html">Gallery</a></li> <li><a href="page_gallery_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Gallery v2</a></li> <li><a href="page_help.html">Help/Faq</a></li> <li><a href="login.html">Login Page</a></li> <li><a href="login_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Login Page v2</a></li> <li><a href="page_mailbox_v2.html"><span class="submenu-icon"><i class="material-icons md-color-red-600">&#xE031;</i></span>Mailbox V2</a></li> <li><a href="page_notes.html">Notes</a></li> <li><a href="page_pricing_tables.html">Pricing Tables</a></li> <li><a href="page_pricing_tables_v2.html">Pricing Tables v2</a></li> <li><a href="page_search_results.html">Search Results</a></li> <li><a href="page_settings.html">Settings</a></li> <li><a href="page_todo.html">Todo</a></li> <li><a href="page_user_edit.html">User edit</a></li> <li><a href="page_quiz.html">Quiz</a></li> <li class="menu_subtitle">Issue Tracker</li> <li><a href="page_issues_list.html">List View</a></li> <li><a href="page_issue_details.html">Issue Details</a></li> <li class="menu_subtitle">Blog</li> <li><a href="page_blog_list.html">Blog List</a></li> <li><a href="page_blog_article.html">Blog Article</a></li> <li class="menu_subtitle">Errors</li> <li><a href="error_404.html">Error 404</a></li> <li><a href="error_500.html">Error 500</a></li> </ul> </li> <li> <a href="#"> <span class="menu_icon"><i class="material-icons">&#xE241;</i></span> <span class="menu_title">Multi level</span> </a> <ul> <li> <a href="#">First level</a> <ul> <li> <a href="#">Second Level</a> <ul> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> </ul> </li> <li> <a href="#">Long title to test</a> <ul> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> <li> <a href="#">Third level</a> </li> </ul> </li> <li> <a href="#">Even longer title multi line</a> </li> </ul> </li> </ul> </li> </ul> </div> </aside><!-- main sidebar end --> <div id="page_content"> <div id="page_content_inner"> <div class="uk-grid"> <div class="uk-width-1-1"> <div class="md-card"> <div class="md-card-content"> <div class="uk-grid" data-uk-grid-margin> <div class="uk-width-large-1-2"> <div class="icon_preview uk-margin-medium-bottom"> <div class="uk-grid uk-grid-divider uk-text-center" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-width-1-2"> <i class="material-icons md-48">&#xE195;</i> </div> <div class="uk-width-medium-1-5 uk-width-1-2"> <i class="material-icons md-48">&#xE2BD;</i> </div> <div class="uk-width-medium-1-5 uk-width-1-2"> <i class="material-icons md-48">&#xE3AF;</i> </div> <div class="uk-width-medium-1-5 uk-width-1-2"> <i class="material-icons md-48">&#xE52F;</i> </div> <div class="uk-width-medium-1-5 uk-width-1-2"> <i class="material-icons md-48">&#xE545;</i> </div> </div> </div> <div class="uk-grid uk-grid-divider" data-uk-grid-margin> <div class="uk-width-medium-1-2"> <h4 class="heading_list">Color Palette</h4> <div id="kUI_color_palette"></div> </div> <div class="uk-width-medium-1-2"> <h4 class="heading_list">Color Picker</h4> <div id="kUI_color_picker"></div> </div> </div> </div> <div class="uk-width-large-1-2"> <pre class="line-numbers"><code class="language-javascript">function preview(e) { $(".icon_preview").children('i').css("color", e.value); } // color palette $(selector).kendoColorPalette({ columns: 5, tileSize: { width: 24, height: 16 }, palette: [ "#e53935", "#d81b60", "#8e24aa", "#5e35b1", "#3949ab", "#1e88e5", "#039be5", "#00acc1", "#00897b", "#43a047", "#7cb342", "#c0ca33", "#fdd835", "#ffb300", "#fb8c00", "#f4511e", "#6d4c41", "#757575", "#546e7a" ], change: preview }); // color picker $(selector).kendoColorPicker({ value: "#fff", buttons: false, select: preview });</code></pre> </div> </div> </div> </div> </div> </div> </div> </div> <!-- google web fonts --> <script> WebFontConfig = { google: { families: [ 'Source+Code+Pro:400,700:latin', 'Roboto:400,300,500,700,400italic:latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <!-- common functions --> <script src="assets/js/common.min.js"></script> <!-- uikit functions --> <script src="assets/js/uikit_custom.min.js"></script> <!-- altair common functions/helpers --> <script src="assets/js/altair_admin_common.min.js"></script> <!-- page specific plugins --> <!-- kendo UI --> <script src="assets/js/kendoui_custom.min.js"></script> <!-- kendoui functions --> <script src="assets/js/pages/kendoui.min.js"></script> <script> $(function() { if(isHighDensity()) { $.getScript( "assets/js/custom/dense.min.js", function(data) { // enable hires images altair_helpers.retina_images(); }); } if(Modernizr.touch) { // fastClick (touch devices) FastClick.attach(document.body); } }); $window.load(function() { // ie fixes altair_helpers.ie_fix(); }); </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-65191727-1', 'auto'); ga('send', 'pageview'); </script> <div id="style_switcher"> <div id="style_switcher_toggle"><i class="material-icons">&#xE8B8;</i></div> <div class="uk-margin-medium-bottom"> <h4 class="heading_c uk-margin-bottom">Colors</h4> <ul class="switcher_app_themes" id="theme_switcher"> <li class="app_style_default active_theme" data-app-theme=""> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_a" data-app-theme="app_theme_a"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_b" data-app-theme="app_theme_b"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_c" data-app-theme="app_theme_c"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_d" data-app-theme="app_theme_d"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_e" data-app-theme="app_theme_e"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_f" data-app-theme="app_theme_f"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_g" data-app-theme="app_theme_g"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_h" data-app-theme="app_theme_h"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_i" data-app-theme="app_theme_i"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> <li class="switcher_theme_dark" data-app-theme="app_theme_dark"> <span class="app_color_main"></span> <span class="app_color_accent"></span> </li> </ul> </div> <div class="uk-visible-large uk-margin-medium-bottom"> <h4 class="heading_c">Sidebar</h4> <p> <input type="checkbox" name="style_sidebar_mini" id="style_sidebar_mini" data-md-icheck /> <label for="style_sidebar_mini" class="inline-label">Mini Sidebar</label> </p> <p> <input type="checkbox" name="style_sidebar_slim" id="style_sidebar_slim" data-md-icheck /> <label for="style_sidebar_slim" class="inline-label">Slim Sidebar</label> </p> </div> <div class="uk-visible-large uk-margin-medium-bottom"> <h4 class="heading_c">Layout</h4> <p> <input type="checkbox" name="style_layout_boxed" id="style_layout_boxed" data-md-icheck /> <label for="style_layout_boxed" class="inline-label">Boxed layout</label> </p> </div> <div class="uk-visible-large"> <h4 class="heading_c">Main menu accordion</h4> <p> <input type="checkbox" name="accordion_mode_main_menu" id="accordion_mode_main_menu" data-md-icheck /> <label for="accordion_mode_main_menu" class="inline-label">Accordion mode</label> </p> </div> </div> <script> $(function() { var $switcher = $('#style_switcher'), $switcher_toggle = $('#style_switcher_toggle'), $theme_switcher = $('#theme_switcher'), $mini_sidebar_toggle = $('#style_sidebar_mini'), $slim_sidebar_toggle = $('#style_sidebar_slim'), $boxed_layout_toggle = $('#style_layout_boxed'), $accordion_mode_toggle = $('#accordion_mode_main_menu'), $html = $('html'), $body = $('body'); $switcher_toggle.click(function(e) { e.preventDefault(); $switcher.toggleClass('switcher_active'); }); $theme_switcher.children('li').click(function(e) { e.preventDefault(); var $this = $(this), this_theme = $this.attr('data-app-theme'); $theme_switcher.children('li').removeClass('active_theme'); $(this).addClass('active_theme'); $html .removeClass('app_theme_a app_theme_b app_theme_c app_theme_d app_theme_e app_theme_f app_theme_g app_theme_h app_theme_i app_theme_dark') .addClass(this_theme); if(this_theme == '') { localStorage.removeItem('altair_theme'); $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.material.min.css'); } else { localStorage.setItem("altair_theme", this_theme); if(this_theme == 'app_theme_dark') { $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.materialblack.min.css') } else { $('#kendoCSS').attr('href','bower_components/kendo-ui/styles/kendo.material.min.css'); } } }); // hide style switcher $document.on('click keyup', function(e) { if( $switcher.hasClass('switcher_active') ) { if ( ( !$(e.target).closest($switcher).length ) || ( e.keyCode == 27 ) ) { $switcher.removeClass('switcher_active'); } } }); // get theme from local storage if(localStorage.getItem("altair_theme") !== null) { $theme_switcher.children('li[data-app-theme='+localStorage.getItem("altair_theme")+']').click(); } // toggle mini sidebar // change input's state to checked if mini sidebar is active if((localStorage.getItem("altair_sidebar_mini") !== null && localStorage.getItem("altair_sidebar_mini") == '1') || $body.hasClass('sidebar_mini')) { $mini_sidebar_toggle.iCheck('check'); } $mini_sidebar_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_sidebar_mini", '1'); localStorage.removeItem('altair_sidebar_slim'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_sidebar_mini'); location.reload(true); }); // toggle slim sidebar // change input's state to checked if mini sidebar is active if((localStorage.getItem("altair_sidebar_slim") !== null && localStorage.getItem("altair_sidebar_slim") == '1') || $body.hasClass('sidebar_slim')) { $slim_sidebar_toggle.iCheck('check'); } $slim_sidebar_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_sidebar_slim", '1'); localStorage.removeItem('altair_sidebar_mini'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_sidebar_slim'); location.reload(true); }); // toggle boxed layout if((localStorage.getItem("altair_layout") !== null && localStorage.getItem("altair_layout") == 'boxed') || $body.hasClass('boxed_layout')) { $boxed_layout_toggle.iCheck('check'); $body.addClass('boxed_layout'); $(window).resize(); } $boxed_layout_toggle .on('ifChecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.setItem("altair_layout", 'boxed'); location.reload(true); }) .on('ifUnchecked', function(event){ $switcher.removeClass('switcher_active'); localStorage.removeItem('altair_layout'); location.reload(true); }); // main menu accordion mode if($sidebar_main.hasClass('accordion_mode')) { $accordion_mode_toggle.iCheck('check'); } $accordion_mode_toggle .on('ifChecked', function(){ $sidebar_main.addClass('accordion_mode'); }) .on('ifUnchecked', function(){ $sidebar_main.removeClass('accordion_mode'); }); }); </script> </body> <!-- Mirrored from altair_html.tzdthemes.com/kendoui_colorpicker.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2018 11:17:29 GMT --> </html>
cmuhirwa/uplus
churches/kendoui_colorpicker.html
HTML
apache-2.0
52,359
<!-- Copyright © 2016-2017 The Thingsboard Authors 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. --> <tb-grid grid-configuration="vm.dashboardGridConfig"> <details-buttons tb-help="'dashboards'" help-container-id="help-container"> <div id="help-container"></div> </details-buttons> <tb-dashboard-details dashboard="vm.grid.operatingItem()" is-edit="vm.grid.detailsConfig.isDetailsEditMode" dashboard-scope="vm.dashboardsScope" the-form="vm.grid.detailsForm" on-assign-to-customer="vm.assignToCustomer(event, [ vm.grid.detailsConfig.currentItem.id.id ])" on-make-public="vm.makePublic(event, vm.grid.detailsConfig.currentItem)" on-unassign-from-customer="vm.unassignFromCustomer(event, vm.grid.detailsConfig.currentItem, isPublic)" on-export-dashboard="vm.exportDashboard(event, vm.grid.detailsConfig.currentItem)" on-delete-dashboard="vm.grid.deleteItem(event, vm.grid.detailsConfig.currentItem)"></tb-dashboard-details> </tb-grid>
osswangxining/iotplatform
iotplatform-ui/src/app/dashboard/dashboards.tpl.html
HTML
apache-2.0
1,523
<!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_152-ea) on Sat Jul 29 21:49:07 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier (Jackson datatype: jdk8 2.9.0 API)</title> <meta name="date" content="2017-07-29"> <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.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier (Jackson datatype: jdk8 2.9.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="../../../../../../com/fasterxml/jackson/datatype/jdk8/package-summary.html">Package</a></li> <li><a href="../../../../../../com/fasterxml/jackson/datatype/jdk8/Jdk8TypeModifier.html" title="class in com.fasterxml.jackson.datatype.jdk8">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/fasterxml/jackson/datatype/jdk8/class-use/Jdk8TypeModifier.html" target="_top">Frames</a></li> <li><a href="Jdk8TypeModifier.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.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier" class="title">Uses of Class<br>com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier</h2> </div> <div class="classUseContainer">No usage of com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier</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="../../../../../../com/fasterxml/jackson/datatype/jdk8/package-summary.html">Package</a></li> <li><a href="../../../../../../com/fasterxml/jackson/datatype/jdk8/Jdk8TypeModifier.html" title="class in com.fasterxml.jackson.datatype.jdk8">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/fasterxml/jackson/datatype/jdk8/class-use/Jdk8TypeModifier.html" target="_top">Frames</a></li> <li><a href="Jdk8TypeModifier.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://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-modules-java8
docs/javadoc/datatypes/2.9/com/fasterxml/jackson/datatype/jdk8/class-use/Jdk8TypeModifier.html
HTML
apache-2.0
4,810
<div class="main-content"> <h1><a name="Settings"></a>Settings</h1> <hr/> <h4 class="operation-heading"><a name="settingsGatewayEnvironmentsGet"></a>Get all gateway environments</h4> <code>GET https://apis.wso2.com/api/am/publisher/v1.0/settings/gateway-environments</code> <p class="marked"></p> <p class="marked">This operation can be used to retrieve the list of gateway environments available. </p> <h4 class="section-heading">OAuth 2.0 Scope</h4> <code>apim:api_view</code> <h4 class="section-heading"> Examples </h4> <h4 class="section-heading" id="scroll-to">Parameters</h4> <table class="table table-hover"> <colgroup> <col style="width: 10%;"/> <col style="width: 20%;"/> <col style="width: 40%;"/> <col style="width: 10%;"/> <col style="width: 20%;"/> </colgroup> <thead> <tr class="active"> <th>Type</th> <th>Name</th> <th>Description</th> <th>Schema</th> <th>Default</th> </tr> </thead> <tr> <td class="parameter"> <span class="param-in">Query </span> </td> <td class="param-name"> <p>apiId</p> <p class="param-required"> required </p> </td> <td> <p class="param-description marked">**API ID** consisting of the **UUID** of the API. The combination of the provider of the API, name of the API and the version is also accepted as a valid API I. Should be formatted as **provider-name-version**. </p> </td> <td> <span class="param-type"> String </span> </td> <td> <p class="marked"></p> </td> </tr> </table> <h4 class="section-heading">Responses</h4> <table class="table table-hover"> <colgroup> <col style="width: 15%;"/> <col style="width: 70%;"/> <col style="width: 15%;"/> </colgroup> <thead> <tr class="active"> <th>HTTP Code</th> <th>Description</th> <th>Schema</th> </tr> </thead> <tbody> <tr> <td class="parameter"><p class="marked">200</p></td> <td class="parameter"><p class="marked">OK. Environment list is returned. </p></td> <td class="parameter"> <span class="parameter"> <a href="#!/models#EnvironmentList">EnvironmentList</a> </span> </td> </tr> <tr> <td class="parameter"><p class="marked">304</p></td> <td class="parameter"><p class="marked">Not Modified. Empty body because the client has already the latest version of the requested resource (Will be supported in future). </p></td> <td class="parameter"> <span class="parameter"> </span> </td> </tr> <tr> <td class="parameter"><p class="marked">404</p></td> <td class="parameter"><p class="marked">Not Found. Requested API does not exist. </p></td> <td class="parameter"> <span class="parameter"> <a href="#!/models#Error">Error</a> </span> </td> </tr> </tbody> </table> <hr/> <h4 class="operation-heading"><a name="settingsGet"></a>Retreive publisher settings</h4> <code>GET https://apis.wso2.com/api/am/publisher/v1.0/settings</code> <p class="marked"></p> <p class="marked">Retreive publisher settings </p> <h4 class="section-heading">OAuth 2.0 Scope</h4> <code>apim:publisher_setting</code> <h4 class="section-heading"> Examples </h4> <h4 class="section-heading" id="scroll-to">Parameters</h4> <table class="table table-hover"> <colgroup> <col style="width: 10%;"/> <col style="width: 20%;"/> <col style="width: 40%;"/> <col style="width: 10%;"/> <col style="width: 20%;"/> </colgroup> <thead> <tr class="active"> <th>Type</th> <th>Name</th> <th>Description</th> <th>Schema</th> <th>Default</th> </tr> </thead> </table> <h4 class="section-heading">Responses</h4> <table class="table table-hover"> <colgroup> <col style="width: 15%;"/> <col style="width: 70%;"/> <col style="width: 15%;"/> </colgroup> <thead> <tr class="active"> <th>HTTP Code</th> <th>Description</th> <th>Schema</th> </tr> </thead> <tbody> <tr> <td class="parameter"><p class="marked">200</p></td> <td class="parameter"><p class="marked">OK. Settings returned </p></td> <td class="parameter"> <span class="parameter"> <a href="#!/models#Settings">Settings</a> </span> </td> </tr> <tr> <td class="parameter"><p class="marked">404</p></td> <td class="parameter"><p class="marked">Not Found. Requested Settings does not exist. </p></td> <td class="parameter"> <span class="parameter"> <a href="#!/models#Error">Error</a> </span> </td> </tr> </tbody> </table> </div>
pubudu538/carbon-apimgt
docs/apidocs/publisher/v1/operations/Settings.html
HTML
apache-2.0
7,454
<!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="Write your site description here. It will be used as your sites meta description as well!"> <title>Contact - T.Besnard</title> <link rel="canonical" href="http://yourdomain.com/contact/"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/clean-blog.css"> <!-- Pygments Github CSS --> <link rel="stylesheet" href="/css/syntax.css"> <!-- Custom Fonts --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <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="/">T.Besnard</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 navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="/about/">About</a> </li> <li> <a href="/contact/">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <header class="intro-header" style="background-image: url('/img/contact-bg.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="site-heading"> <h1>Contact</h1> <hr class="small"> <span class="subheading">Have questions? I have answers (maybe).</span> </div> </div> </div> </div> </header> <!-- Main Content --> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p>Want to get in touch with me? Fill out the form below to send me a message and I will try to get back to you within 24 hours!</p> <!-- Contact Form - Enter your email address on line 19 of the mail/contact_me.php file to make this form work. --> <!-- WARNING: Some web hosts do not allow emails to be sent through forms to common mail hosts like Gmail or Yahoo. It's recommended that you use a private domain email address! --> <!-- NOTE: To use the contact form, your site must be on a live web host with PHP! The form will not work locally! --> <form name="sentMessage" id="contactForm" novalidate> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Name</label> <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Email Address</label> <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Phone Number</label> <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Message</label> <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <br> <div id="success"></div> <div class="row"> <div class="form-group col-xs-12"> <button type="submit" class="btn btn-default">Send</button> </div> </div> </form> </div> </div> </div> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/SBootstrap"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.facebook.com/IronSummitMedia"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/davidtmiller"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted"> <time datetime="2015-09-07T12:24:22+00:00">2015</time>. All rights reserved. Made with <font style="color: #8765AF;">♥</font> and <a href="http://jekyllrb.com">Jekyll</a>, Hosted gracefully by <a href="https://pages.github.com">Github Pages</a> </p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/js/jquery.min.js "></script> <!-- Bootstrap Core JavaScript --> <script src="/js/bootstrap.min.js "></script> <!-- Custom Theme JavaScript --> <script src="/js/clean-blog.min.js "></script> </body> </html>
freshmakerz/freshmakerz.github.io
_site/contact/index.html
HTML
apache-2.0
8,493
<html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['corechart', 'controls']}); google.charts.setOnLoadCallback(drawDashboard); function drawDashboard() { $.getJSON("sample_pooling_info.json", function(jsonData) { var data = new google.visualization.DataTable(jsonData); //var table = new google.visualization.Table(document.getElementById('table_div')); var dashboard = new google.visualization.Dashboard( document.getElementById('dashboard_div')); var filter_col = new google.visualization.ControlWrapper({ 'controlType': 'StringFilter', 'containerId': 'filter_div', 'options': { 'filterColumnLabel': 'Project', 'matchType': 'any' } }); var table = new google.visualization.ChartWrapper({ 'chartType': 'Table', 'containerId': 'table_div', 'options': {'showRowNumber': false, 'width': '100%', 'height': '75%', 'page': 'enable', 'showRowNumber': true, 'allowHtml': true, 'pageSize': 100} }); dashboard.bind(filter_col, table); dashboard.draw(data); }); } </script> </head> <body> <div id="dashboard_div"> <!--Divs that will hold each control and chart--> <div id="filter_div"></div> <div id="table_div"></div> </div> </body> </html>
imperial-genomics-facility/data-management-python
template/combined_view/sample_pooling.html
HTML
apache-2.0
2,224
<!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:10 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReverseProxyConsumer (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="ReverseProxyConsumer (BOM: * : All 2.0.0.Final API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/ReverseProxyConsumer.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.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.ReverseProxyResources.html" title="class in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxySupplier.html" title="interface in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" target="_top">Frames</a></li> <li><a href="ReverseProxyConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.undertow.configuration</div> <h2 title="Interface ReverseProxyConsumer" class="title">Interface ReverseProxyConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.html" title="class in org.wildfly.swarm.config.undertow.configuration">ReverseProxy</a>&lt;T&gt;&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">ReverseProxyConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.html" title="class in org.wildfly.swarm.config.undertow.configuration">ReverseProxy</a>&lt;T&gt;&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><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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of ReverseProxy resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.ReverseProxyConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</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="accept-org.wildfly.swarm.config.undertow.configuration.ReverseProxy-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of ReverseProxy resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.undertow.configuration.ReverseProxyConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&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/ReverseProxyConsumer.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.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.ReverseProxyResources.html" title="class in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxySupplier.html" title="interface in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" target="_top">Frames</a></li> <li><a href="ReverseProxyConsumer.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.0.0.Final/apidocs/org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html
HTML
apache-2.0
11,918
<style> #search-input { width: 100%; border: 1px solid #B3B3B3; border-radius: 3px; padding: 5px; } #search-input:focus { border-color: #F04A9C; } /* Search result wrapper */ .algolia-autocomplete { width: 100%; } /* List of search results */ .aa-dropdown-menu { box-sizing: border-box; width: 100%; background-color: #FFFFFF; border: 1px solid #B3B3B3; padding: 0; font-size: 16px; margin: 4 0 4 0; } /* Highlight terms in search result headers */ .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight { background-color: #F04A9C; } /* Highlight terms in search result body */ .algolia-docsearch-suggestion--highlight { color: #F04A9C; font-weight: 900; } /* Currently selected search result */ .aa-cursor .algolia-docsearch-suggestion--content { color: inherit; } .aa-cursor .algolia-docsearch-suggestion { background: #EFEFEF; color: #353B44; } .algolia-docsearch-suggestion { font-size: 16px; color: #9AA2AB; } .algolia-docsearch-suggestion--category-header, .algolia-docsearch-suggestion--subcategory-column { display: none !important; } </style> <input type="search" id="search-input" placeholder="Search...">
soundrussian/hugo
docs/layouts/partials/search.html
HTML
apache-2.0
1,299
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc (1.8.0_65) on Thu Feb 04 19:02:18 CET 2016 --> <title>Uses of Class se.mah.k3.robin.Constants</title> <meta name="date" content="2016-02-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 se.mah.k3.robin.Constants"; } } 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="../../../../../se/mah/k3/robin/package-summary.html">Package</a></li> <li><a href="../../../../../se/mah/k3/robin/Constants.html" title="class in se.mah.k3.robin">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?se/mah/k3/robin/class-use/Constants.html" target="_top">Frames</a></li> <li><a href="Constants.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 se.mah.k3.robin.Constants" class="title">Uses of Class<br>se.mah.k3.robin.Constants</h2> </div> <div class="classUseContainer">No usage of se.mah.k3.robin.Constants</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="../../../../../se/mah/k3/robin/package-summary.html">Package</a></li> <li><a href="../../../../../se/mah/k3/robin/Constants.html" title="class in se.mah.k3.robin">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?se/mah/k3/robin/class-use/Constants.html" target="_top">Frames</a></li> <li><a href="Constants.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>
robinmedin/KD405A_Robin_M
Assignment_3/se/mah/k3/robin/class-use/Constants.html
HTML
apache-2.0
4,199
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>VirtualBox Main API: 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.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <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="modules.html"><span>Modules</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="tabs2"> <ul class="tablist"> <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="tabs2"> <ul class="tablist"> <li class="current"><a href="globals.html"><span>All</span></a></li> <li><a href="globals_vars.html"><span>Variables</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> </ul> </div> <div class="tabs3"> <ul class="tablist"> <li><a href="globals.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_0x6b.html#index_k"><span>k</span></a></li> <li><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_0x70.html#index_p"><span>p</span></a></li> <li class="current"><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> </ul> </div> </div> <div class="contents"> Here is a list of all file members with links to the files they belong to: <h3><a class="anchor" id="index_r"></a>- r -</h3><ul> <li>Reason : <a class="el" href="_virtual_box_8idl.html#af38960e2d1da2c992b2232eb3f285c4e">VirtualBox.idl</a> </li> <li>Reason_HostBatteryLow : <a class="el" href="_virtual_box_8idl.html#af38960e2d1da2c992b2232eb3f285c4ea698865c22701d92d17c45e572a129856">VirtualBox.idl</a> </li> <li>Reason_HostResume : <a class="el" href="_virtual_box_8idl.html#af38960e2d1da2c992b2232eb3f285c4eaa153a32d5b70bbea96440410d32dbba2">VirtualBox.idl</a> </li> <li>Reason_HostSuspend : <a class="el" href="_virtual_box_8idl.html#af38960e2d1da2c992b2232eb3f285c4eae83593eb87d6b888e14aee32c5eff101">VirtualBox.idl</a> </li> <li>Reason_Unspecified : <a class="el" href="_virtual_box_8idl.html#af38960e2d1da2c992b2232eb3f285c4ea7e2b69d853df73f75db29ae1e8909aed">VirtualBox.idl</a> </li> </ul> </div> <hr class="footer"/><address class="footer"><small>Generated on Wed Dec 18 2013 16:36:51 for VirtualBox Main API by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
dgomez10/xanon
SDK/docs/html/globals_0x72.html
HTML
apache-2.0
4,088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc (1.8.0_60) on Wed Mar 30 11:39:22 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>play.plugins (Play! API)</title> <meta name="date" content="2016-03-30"> <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="../../play/plugins/package-summary.html" target="classFrame">play.plugins</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ConfigurablePluginDisablingPlugin.html" title="class in play.plugins" target="classFrame">ConfigurablePluginDisablingPlugin</a></li> <li><a href="PluginCollection.html" title="class in play.plugins" target="classFrame">PluginCollection</a></li> </ul> </div> </body> </html>
play1-maven-plugin/play1-maven-plugin.github.io
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.4.2/play/plugins/package-frame.html
HTML
apache-2.0
1,004
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `P783` type in crate `typenum`."> <meta name="keywords" content="rust, rustlang, rust-lang, P783"> <title>typenum::consts::P783 - Rust</title> <link rel="stylesheet" type="text/css" href="../../normalize.css"> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc type"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a></p><script>window.sidebarCurrent = {name: 'P783', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Type Definition <a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a>::<wbr><a class="type" href=''>P783</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../../src/typenum/home/jacob/nitro-game-engine/target/debug/build/typenum-cb7a8e569dce0703/out/consts.rs.html#1626' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type P783 = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;<a class="type" href="../../typenum/consts/type.U783.html" title="type typenum::consts::U783">U783</a>&gt;;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "typenum"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/type.P783.html
HTML
apache-2.0
4,364
<html> <body> Reports any fields which may safely be made <b>final</b>. A <b>static</b> field may be final if it is initialized in its declaration or in one static class initializer, but not both. A non-static field may be final if it is initialized in its declaration or in one non-static class initializer or in all constructors. <!-- tooltip end --> <p> <small>Powered by InspectionGadgets</small> </body> </html>
consulo/consulo-java
java-analysis-impl/src/main/resources/inspectionDescriptions/FieldMayBeFinal.html
HTML
apache-2.0
416
<!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:21 PST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package org.apache.hadoop.hbase.procedure (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 Package org.apache.hadoop.hbase.procedure (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>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/hadoop/hbase/procedure/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.hadoop.hbase.procedure" class="title">Uses of Package<br>org.apache.hadoop.hbase.procedure</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/hadoop/hbase/procedure/package-summary.html">org.apache.hadoop.hbase.procedure</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.hadoop.hbase.master.snapshot">org.apache.hadoop.hbase.master.snapshot</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.hadoop.hbase.procedure">org.apache.hadoop.hbase.procedure</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.hadoop.hbase.regionserver.snapshot">org.apache.hadoop.hbase.regionserver.snapshot</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.hadoop.hbase.master.snapshot"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/hadoop/hbase/procedure/package-summary.html">org.apache.hadoop.hbase.procedure</a> used by <a href="../../../../../org/apache/hadoop/hbase/master/snapshot/package-summary.html">org.apache.hadoop.hbase.master.snapshot</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/MasterProcedureManager.html#org.apache.hadoop.hbase.master.snapshot">MasterProcedureManager</a> <div class="block">A life-cycle management interface for globally barriered procedures on master.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureCoordinator.html#org.apache.hadoop.hbase.master.snapshot">ProcedureCoordinator</a> <div class="block">This is the master side of a distributed complex procedure execution.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureManager.html#org.apache.hadoop.hbase.master.snapshot">ProcedureManager</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.hadoop.hbase.procedure"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/hadoop/hbase/procedure/package-summary.html">org.apache.hadoop.hbase.procedure</a> used by <a href="../../../../../org/apache/hadoop/hbase/procedure/package-summary.html">org.apache.hadoop.hbase.procedure</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/MasterProcedureManager.html#org.apache.hadoop.hbase.procedure">MasterProcedureManager</a> <div class="block">A life-cycle management interface for globally barriered procedures on master.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/Procedure.html#org.apache.hadoop.hbase.procedure">Procedure</a> <div class="block">A globally-barriered distributed procedure.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureCoordinator.html#org.apache.hadoop.hbase.procedure">ProcedureCoordinator</a> <div class="block">This is the master side of a distributed complex procedure execution.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureCoordinatorRpcs.html#org.apache.hadoop.hbase.procedure">ProcedureCoordinatorRpcs</a> <div class="block">RPCs for the coordinator to run a barriered procedure with subprocedures executed at distributed members.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureManager.html#org.apache.hadoop.hbase.procedure">ProcedureManager</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureManagerHost.html#org.apache.hadoop.hbase.procedure">ProcedureManagerHost</a> <div class="block">Provides the common setup framework and runtime services for globally barriered procedure invocation from HBase services.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureMember.html#org.apache.hadoop.hbase.procedure">ProcedureMember</a> <div class="block">Process to kick off and manage a running <a href="../../../../../org/apache/hadoop/hbase/procedure/Subprocedure.html" title="class in org.apache.hadoop.hbase.procedure"><code>Subprocedure</code></a> on a member.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureMemberRpcs.html#org.apache.hadoop.hbase.procedure">ProcedureMemberRpcs</a> <div class="block">This is the notification interface for Procedures that encapsulates message passing from members to a coordinator.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/Subprocedure.html#org.apache.hadoop.hbase.procedure">Subprocedure</a> <div class="block">Distributed procedure member's Subprocedure.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/SubprocedureFactory.html#org.apache.hadoop.hbase.procedure">SubprocedureFactory</a> <div class="block">Task builder to build instances of a <a href="../../../../../org/apache/hadoop/hbase/procedure/ProcedureMember.html" title="class in org.apache.hadoop.hbase.procedure"><code>ProcedureMember</code></a>'s <a href="../../../../../org/apache/hadoop/hbase/procedure/Subprocedure.html" title="class in org.apache.hadoop.hbase.procedure"><code>Subprocedure</code></a>s.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ZKProcedureUtil.html#org.apache.hadoop.hbase.procedure">ZKProcedureUtil</a> <div class="block">This is a shared ZooKeeper-based znode management utils for distributed procedure.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.hadoop.hbase.regionserver.snapshot"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/hadoop/hbase/procedure/package-summary.html">org.apache.hadoop.hbase.procedure</a> used by <a href="../../../../../org/apache/hadoop/hbase/regionserver/snapshot/package-summary.html">org.apache.hadoop.hbase.regionserver.snapshot</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureManager.html#org.apache.hadoop.hbase.regionserver.snapshot">ProcedureManager</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/ProcedureMember.html#org.apache.hadoop.hbase.regionserver.snapshot">ProcedureMember</a> <div class="block">Process to kick off and manage a running <a href="../../../../../org/apache/hadoop/hbase/procedure/Subprocedure.html" title="class in org.apache.hadoop.hbase.procedure"><code>Subprocedure</code></a> on a member.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/RegionServerProcedureManager.html#org.apache.hadoop.hbase.regionserver.snapshot">RegionServerProcedureManager</a> <div class="block">A life-cycle management interface for globally barriered procedures on region servers.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/Subprocedure.html#org.apache.hadoop.hbase.regionserver.snapshot">Subprocedure</a> <div class="block">Distributed procedure member's Subprocedure.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/hadoop/hbase/procedure/class-use/SubprocedureFactory.html#org.apache.hadoop.hbase.regionserver.snapshot">SubprocedureFactory</a> <div class="block">Task builder to build instances of a <a href="../../../../../org/apache/hadoop/hbase/procedure/ProcedureMember.html" title="class in org.apache.hadoop.hbase.procedure"><code>ProcedureMember</code></a>'s <a href="../../../../../org/apache/hadoop/hbase/procedure/Subprocedure.html" title="class in org.apache.hadoop.hbase.procedure"><code>Subprocedure</code></a>s.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/hadoop/hbase/procedure/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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/procedure/package-use.html
HTML
apache-2.0
13,484
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 22 15:50:36 BRT 2015 --> <title>net.floodlightcontroller.notification.syslog</title> <meta name="date" content="2015-06-22"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="net.floodlightcontroller.notification.syslog"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../net/floodlightcontroller/notification/package-summary.html">Prev Package</a></li> <li><a href="../../../../net/floodlightcontroller/packet/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?net/floodlightcontroller/notification/syslog/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;net.floodlightcontroller.notification.syslog</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../net/floodlightcontroller/notification/syslog/SyslogNotificationFactory.html" title="class in net.floodlightcontroller.notification.syslog">SyslogNotificationFactory</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../net/floodlightcontroller/notification/syslog/SyslogNotificationManager.html" title="class in net.floodlightcontroller.notification.syslog">SyslogNotificationManager</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../net/floodlightcontroller/notification/package-summary.html">Prev Package</a></li> <li><a href="../../../../net/floodlightcontroller/packet/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?net/floodlightcontroller/notification/syslog/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
paulorvj/sdnvoip
doc/net/floodlightcontroller/notification/syslog/package-summary.html
HTML
apache-2.0
5,114
<h2 class="standard-title"> <span class="title-category">Advanced Concepts</span> Change Detection - Intro - When and Where </h2> <p> There are 2 questions to answer in order to understand </p> <ul> <li> When to check for changes? <ul> <li>If there is a process to launch, we necessary need to know when it has to be run</li> </ul> </li> <li> Where to update the changes? <ul> <li>When something changes, does the whole view has to be updated </li> </ul> </li> </ul>
worldline/TrainingJEEAngular
trainingapp/src/components/slides/advancedConcepts/aboutChangeDetection1/aboutChangeDetection1.html
HTML
apache-2.0
494
<body> <p> ActiveMQ specific JMS implementation of {@link com.adaptris.core.jms} package interfaces. </p> </body>
mcwarman/interlok
adapter/src/main/java/com/adaptris/core/jms/activemq/package.html
HTML
apache-2.0
121
<div class="row" ng-controller="hostsCtrl"> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Grupy i komputery <small> dodawanie, usuwanie i edycja</small></h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <select class="form-control" id="activeGroup" ng-model="activeGroup" ng-options="g.name for g in groups track by g.id" ng-change="change()"> </select> </div> <div class="col-md-6"> <div class="btn-group"> <button type="button" class="btn btn-success" ng-click="addGroupOpen()"> <span class="glyphicon glyphicon-plus"></span> Dodaj </button> <button type="button" class="btn btn-info" ng-click="editGroupOpen()"> <span class="glyphicon glyphicon-pencil"></span> Edytuj </button> <button type="button" class="btn btn-danger" ng-click="delGroup()"> <span class="glyphicon glyphicon-minus"></span> Usuń </button> </div> </div> </div> <div class="alert" ng-show="openAdd"> <div class="input-group btn-xs"> <input type="text" class="form-control" ng-model="newGroupName" placeholder="Nazwa grupy bez spacji" /> <span class="input-group-btn"> <button class="btn btn-success" type="button" ng-click="addGroup()" >Dodaj!</button> <button class="btn btn-danger" type="button" ng-click="groupEditClose()"> <span class="glyphicon glyphicon-remove-circle" ></span> </button> </span> </div> </div> <div class="alert" ng-show="openEdit"> <div class="input-group btn-xs"> <input type="text" class="form-control" ng-model="editGroupName" placeholder="Nazwa grupy bez spacji" /> <span class="input-group-btn"> <button class="btn btn-info" ng-click="editGroup()" type="button">Zmień!</button> <button class="btn btn-danger" type="button" ng-click="groupEditClose()"> <span class="glyphicon glyphicon-remove-circle" ></span> </button> </span> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading">Dodawanie komputera</div> <div class="panel-body"> <div class="form-horizontal" role="form"> <div class="form-group"> <label class="col-sm-3 control-label">Nazwa hosta </label> <div class="col-sm-9"> <input type="text" class="form-control" ng-model="editHostName" placeholder="Nazwa hosta" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">IP lub domena </label> <div class="col-sm-9"> <input type="text" class="form-control" ng-model="editHostIp" placeholder="223.232.12.123" /> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-3"> <button type="submit" class="btn btn-success" ng-click="addHost()">Dodaj</button> </div> <div class="col-sm-offset-3 col-sm-3"> <button type="submit" class="btn btn-default" ng-click="clearHostForm()" >Czyść</button> </div> </div> </div> </div> </div> </div> <div class="col-lg-6"> <div class="panel panel-default"> <div class="panel-heading">Lista komputerów w grupie: <strong ng-bind="activeGroup.name"></strong></div> <div class="panel-body"> <table class="table "> <thead> <tr> <th>#</th> <th>Host</th> <th>IP</th> <th>Usuń</th> </tr> </thead> <tbody> <tr ng-repeat="h in hosts"> <td>{{h.id}}</td> <td>{{h.name}}</td> <td>{{h.ip}}</td> <td> <button class="btn" ng-click="delHost($index)"> <span class="glyphicon glyphicon-remove-sign"></span>Usuń </button> </td> </tr> </tbody> </table> </div> </div> </div> </div>
mikolajs/javascript-teaching
webansible-school/webansible-node/static/hosts/hosts.html
HTML
apache-2.0
4,377
<html> <head> <style type='text/css'> html, body, div, span, p, blockquote, pre { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body{ line-height: 1; color: black; background: white; margin-left: 20px; } .src { border: 1px solid #dddddd; padding-top: 10px; padding-right: 5px; padding-left: 5px; } .covered {background-color: #ddffdd} .uncovered {background-color: #ffdddd} .killed {background-color: #aaffaa} .survived {background-color: #ffaaaa} .uncertain {background-color: #dde7ef} .run_error {background-color: #dde7ef} .na {background-color: #eeeeee} .timed_out {background-color: #dde7ef} .non_viable {background-color: #aaffaa} .memory_error {background-color: #dde7ef} .not_started {background-color: #dde7ef; color : red} .no_coverage {background-color: #ffaaaa} .pop {outline:none; } .pop strong {line-height:30px;} .pop {text-decoration:none;} .pop span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:800px; line-height:16px; word-wrap:break-word; } .pop:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;} .pop span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; } </style> </head> <body> <h1>MapPerformance.java</h1> <table class="src"> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_1'/> 1 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_1'></a> <span> </span> </td> <td class=''><pre><span class=''>/*</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_2'/> 2 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_2'></a> <span> </span> </td> <td class=''><pre><span class=''> * Licensed to the Apache Software Foundation (ASF) under one or more</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_3'/> 3 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_3'></a> <span> </span> </td> <td class=''><pre><span class=''> * contributor license agreements. See the NOTICE file distributed with</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_4'/> 4 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_4'></a> <span> </span> </td> <td class=''><pre><span class=''> * this work for additional information regarding copyright ownership.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_5'/> 5 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_5'></a> <span> </span> </td> <td class=''><pre><span class=''> * The ASF licenses this file to You under the Apache License, Version 2.0</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_6'/> 6 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_6'></a> <span> </span> </td> <td class=''><pre><span class=''> * (the &#34;License&#34;); you may not use this file except in compliance with</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_7'/> 7 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_7'></a> <span> </span> </td> <td class=''><pre><span class=''> * the License. You may obtain a copy of the License at</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_8'/> 8 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_8'></a> <span> </span> </td> <td class=''><pre><span class=''> *</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_9'/> 9 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_9'></a> <span> </span> </td> <td class=''><pre><span class=''> * http://www.apache.org/licenses/LICENSE-2.0</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_10'/> 10 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_10'></a> <span> </span> </td> <td class=''><pre><span class=''> *</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_11'/> 11 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_11'></a> <span> </span> </td> <td class=''><pre><span class=''> * Unless required by applicable law or agreed to in writing, software</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_12'/> 12 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_12'></a> <span> </span> </td> <td class=''><pre><span class=''> * distributed under the License is distributed on an &#34;AS IS&#34; BASIS,</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_13'/> 13 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_13'></a> <span> </span> </td> <td class=''><pre><span class=''> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_14'/> 14 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_14'></a> <span> </span> </td> <td class=''><pre><span class=''> * See the License for the specific language governing permissions and</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_15'/> 15 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_15'></a> <span> </span> </td> <td class=''><pre><span class=''> * limitations under the License.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_16'/> 16 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_16'></a> <span> </span> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_17'/> 17 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_17'></a> <span> </span> </td> <td class=''><pre><span class=''>package org.apache.commons.collections4;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_18'/> 18 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_18'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_19'/> 19 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_19'></a> <span> </span> </td> <td class=''><pre><span class=''>import java.util.Collection;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_20'/> 20 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_20'></a> <span> </span> </td> <td class=''><pre><span class=''>import java.util.HashMap;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_21'/> 21 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_21'></a> <span> </span> </td> <td class=''><pre><span class=''>import java.util.Map;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_22'/> 22 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_22'></a> <span> </span> </td> <td class=''><pre><span class=''>import java.util.Set;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_23'/> 23 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_23'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_24'/> 24 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_24'></a> <span> </span> </td> <td class=''><pre><span class=''>import org.apache.commons.collections4.map.Flat3Map;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_25'/> 25 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_25'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_26'/> 26 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_26'></a> <span> </span> </td> <td class=''><pre><span class=''>/**</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_27'/> 27 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_27'></a> <span> </span> </td> <td class=''><pre><span class=''> * &#60;code&#62;MapPerformanceTest&#60;/code&#62; is designed to perform basic Map performance tests.</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_28'/> 28 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_28'></a> <span> </span> </td> <td class=''><pre><span class=''> *</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_29'/> 29 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_29'></a> <span> </span> </td> <td class=''><pre><span class=''> * @version $Id: MapPerformance.java 1540695 2013-11-11 13:01:13Z ebourg $</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_30'/> 30 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_30'></a> <span> </span> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_31'/> 31 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_31'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''>public class MapPerformance {</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_32'/> 32 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_32'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_33'/> 33 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_33'></a> <span> </span> </td> <td class=''><pre><span class=''> /** The total number of runs for each test */</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_34'/> 34 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_34'></a> <span> </span> </td> <td class=''><pre><span class=''> private static final int RUNS = 20000000;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_35'/> 35 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_35'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_36'/> 36 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_36'></a> <span> </span> </td> <td class=''><pre><span class=''> /**</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_37'/> 37 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_37'></a> <span> </span> </td> <td class=''><pre><span class=''> * Main method</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_38'/> 38 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_38'></a> <span> </span> </td> <td class=''><pre><span class=''> */</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_39'/> 39 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_39'></a> <span> </span> </td> <td class=''><pre><span class=''> public static void main(final String[] args) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_40'/> 40 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_40'>1</a> <span> 1. main : removed call to org/apache/commons/collections4/MapPerformance::testAll &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> testAll();</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_41'/> 41 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_41'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_42'/> 42 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_42'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_43'/> 43 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_43'></a> <span> </span> </td> <td class=''><pre><span class=''> private static void testAll() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_44'/> 44 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_44'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> final Map&#60;String, String&#62; dummyMap = new DummyMap&#60;String, String&#62;();</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_45'/> 45 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_45'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> final Map&#60;String, String&#62; hashMap = new HashMap&#60;String, String&#62;();</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_46'/> 46 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_46'></a> <span> </span> </td> <td class=''><pre><span class=''>// hashMap.put(&#34;Alpha&#34;, &#34;A&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_47'/> 47 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_47'></a> <span> </span> </td> <td class=''><pre><span class=''>// hashMap.put(&#34;Beta&#34;, &#34;B&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_48'/> 48 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_48'></a> <span> </span> </td> <td class=''><pre><span class=''>// hashMap.put(&#34;Gamma&#34;, &#34;C&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_49'/> 49 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_49'></a> <span> </span> </td> <td class=''><pre><span class=''>// hashMap.put(&#34;Delta&#34;, &#34;D&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_50'/> 50 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_50'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> final Map&#60;String, String&#62; flatMap = new Flat3Map&#60;String, String&#62;(hashMap);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_51'/> 51 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_51'>1</a> <span> 1. testAll : removed call to java/io/PrintStream::println &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> System.out.println(flatMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_52'/> 52 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_52'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map&#60;String, String&#62; unmodHashMap = Collections.unmodifiableMap(new HashMap&#60;String, String&#62;(hashMap));</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_53'/> 53 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_53'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map fastHashMap = new FastHashMap(hashMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_54'/> 54 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_54'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map&#60;String, String&#62; treeMap = new TreeMap&#60;String, String&#62;(hashMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_55'/> 55 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_55'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map linkedMap = new LinkedHashMap(hashMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_56'/> 56 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_56'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map syncMap = Collections.unmodifiableMap(new HashMap(hashMap));</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_57'/> 57 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_57'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map bucketMap = new StaticBucketMap();</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_58'/> 58 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_58'></a> <span> </span> </td> <td class=''><pre><span class=''>// bucketMap.putAll(hashMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_59'/> 59 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_59'></a> <span> </span> </td> <td class=''><pre><span class=''>// Map doubleMap = new DoubleOrderedMap(hashMap);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_60'/> 60 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_60'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_61'/> 61 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_61'></a> <span> </span> </td> <td class=''><pre><span class=''> // dummy is required as the VM seems to hotspot the first call to the</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_62'/> 62 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_62'></a> <span> </span> </td> <td class=''><pre><span class=''> // test method with the given type</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_63'/> 63 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_63'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(dummyMap, &#34; Dummy &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_64'/> 64 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_64'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(dummyMap, &#34; Dummy &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_65'/> 65 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_65'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(dummyMap, &#34; Dummy &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_66'/> 66 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_66'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(flatMap, &#34; Flat3 &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_67'/> 67 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_67'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(hashMap, &#34; HashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_68'/> 68 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_68'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_69'/> 69 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_69'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(flatMap, &#34; Flat3 &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_70'/> 70 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_70'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(flatMap, &#34; Flat3 &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_71'/> 71 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_71'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(flatMap, &#34; Flat3 &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_72'/> 72 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_72'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_73'/> 73 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_73'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(hashMap, &#34; HashMap &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_74'/> 74 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_74'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(hashMap, &#34; HashMap &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_75'/> 75 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_75'>1</a> <span> 1. testAll : removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> test(hashMap, &#34; HashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_76'/> 76 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_76'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_77'/> 77 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_77'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(treeMap, &#34; TreeMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_78'/> 78 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_78'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(treeMap, &#34; TreeMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_79'/> 79 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_79'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(treeMap, &#34; TreeMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_80'/> 80 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_80'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_81'/> 81 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_81'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(unmodHashMap, &#34;Unmod(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_82'/> 82 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_82'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(unmodHashMap, &#34;Unmod(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_83'/> 83 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_83'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(unmodHashMap, &#34;Unmod(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_84'/> 84 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_84'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_85'/> 85 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_85'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(syncMap, &#34; Sync(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_86'/> 86 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_86'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(syncMap, &#34; Sync(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_87'/> 87 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_87'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(syncMap, &#34; Sync(HashMap) &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_88'/> 88 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_88'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_89'/> 89 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_89'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(fastHashMap, &#34; FastHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_90'/> 90 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_90'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(fastHashMap, &#34; FastHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_91'/> 91 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_91'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(fastHashMap, &#34; FastHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_92'/> 92 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_92'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_93'/> 93 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_93'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(seqMap, &#34; SeqHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_94'/> 94 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_94'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(seqMap, &#34; SeqHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_95'/> 95 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_95'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(seqMap, &#34; SeqHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_96'/> 96 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_96'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_97'/> 97 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_97'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(linkedMap, &#34; LinkedHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_98'/> 98 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_98'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(linkedMap, &#34; LinkedHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_99'/> 99 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_99'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(linkedMap, &#34; LinkedHashMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_100'/> 100 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_100'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_101'/> 101 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_101'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(bucketMap, &#34; BucketMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_102'/> 102 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_102'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(bucketMap, &#34; BucketMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_103'/> 103 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_103'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(bucketMap, &#34; BucketMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_104'/> 104 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_104'></a> <span> </span> </td> <td class=''><pre><span class=''>//</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_105'/> 105 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_105'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(doubleMap, &#34; DoubleMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_106'/> 106 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_106'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(doubleMap, &#34; DoubleMap &#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_107'/> 107 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_107'></a> <span> </span> </td> <td class=''><pre><span class=''>// test(doubleMap, &#34; DoubleMap &#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_108'/> 108 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_108'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_109'/> 109 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_109'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_110'/> 110 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_110'></a> <span> </span> </td> <td class=''><pre><span class=''> private static void test(final Map&#60;String, String&#62; map, final String name) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_111'/> 111 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_111'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> long start = 0, end = 0;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_112'/> 112 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_112'></a> <span> </span> </td> <td class=''><pre><span class=''>// int total = 0;</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_113'/> 113 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_113'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> start = System.currentTimeMillis();</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_114'/> 114 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_114'>3</a> <span> 1. test : changed conditional boundary &rarr; NO_COVERAGE<br/> 2. test : Changed increment from -1 to 1 &rarr; NO_COVERAGE<br/> 3. test : negated conditional &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> for (int i = RUNS; i &#62; 0; i--) {</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_115'/> 115 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_115'></a> <span> </span> </td> <td class=''><pre><span class=''>// if (map.get(&#34;Alpha&#34;) != null) total++;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_116'/> 116 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_116'></a> <span> </span> </td> <td class=''><pre><span class=''>// if (map.get(&#34;Beta&#34;) != null) total++;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_117'/> 117 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_117'></a> <span> </span> </td> <td class=''><pre><span class=''>// if (map.get(&#34;Gamma&#34;) != null) total++;</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_118'/> 118 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_118'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> map.put(&#34;Alpha&#34;, &#34;A&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_119'/> 119 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_119'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> map.put(&#34;Beta&#34;, &#34;B&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_120'/> 120 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_120'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> map.put(&#34;Beta&#34;, &#34;C&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_121'/> 121 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_121'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> map.put(&#34;Gamma&#34;, &#34;D&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_122'/> 122 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_122'></a> <span> </span> </td> <td class=''><pre><span class=''>// map.remove(&#34;Gamma&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_123'/> 123 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_123'></a> <span> </span> </td> <td class=''><pre><span class=''>// map.remove(&#34;Beta&#34;);</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_124'/> 124 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_124'></a> <span> </span> </td> <td class=''><pre><span class=''>// map.remove(&#34;Alpha&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_125'/> 125 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_125'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> map.put(&#34;Delta&#34;, &#34;E&#34;);</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_126'/> 126 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_126'>1</a> <span> 1. test : removed call to java/util/Map::clear &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> map.clear();</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_127'/> 127 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_127'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_128'/> 128 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_128'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> end = System.currentTimeMillis();</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_129'/> 129 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_129'>2</a> <span> 1. test : Replaced long subtraction with addition &rarr; NO_COVERAGE<br/> 2. test : removed call to java/io/PrintStream::println &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> System.out.println(name + (end - start));</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_130'/> 130 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_130'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_131'/> 131 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_131'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_132'/> 132 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_132'></a> <span> </span> </td> <td class=''><pre><span class=''> // ----------------------------------------------------------------------</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_133'/> 133 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_133'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_134'/> 134 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_134'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> private static class DummyMap&#60;K, V&#62; implements Map&#60;K, V&#62; {</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_135'/> 135 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_135'></a> <span> </span> </td> <td class=''><pre><span class=''> public void clear() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_136'/> 136 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_136'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_137'/> 137 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_137'></a> <span> </span> </td> <td class=''><pre><span class=''> public boolean containsKey(final Object key) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_138'/> 138 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_138'>1</a> <span> 1. containsKey : replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return false;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_139'/> 139 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_139'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_140'/> 140 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_140'></a> <span> </span> </td> <td class=''><pre><span class=''> public boolean containsValue(final Object value) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_141'/> 141 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_141'>1</a> <span> 1. containsValue : replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return false;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_142'/> 142 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_142'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_143'/> 143 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_143'></a> <span> </span> </td> <td class=''><pre><span class=''> public Set&#60;Map.Entry&#60;K, V&#62;&#62; entrySet() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_144'/> 144 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_144'>1</a> <span> 1. entrySet : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::entrySet to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_145'/> 145 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_145'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_146'/> 146 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_146'></a> <span> </span> </td> <td class=''><pre><span class=''> public V get(final Object key) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_147'/> 147 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_147'>1</a> <span> 1. get : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::get to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_148'/> 148 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_148'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_149'/> 149 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_149'></a> <span> </span> </td> <td class=''><pre><span class=''> public boolean isEmpty() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_150'/> 150 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_150'>1</a> <span> 1. isEmpty : replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return false;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_151'/> 151 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_151'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_152'/> 152 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_152'></a> <span> </span> </td> <td class=''><pre><span class=''> public Set&#60;K&#62; keySet() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_153'/> 153 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_153'>1</a> <span> 1. keySet : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::keySet to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_154'/> 154 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_154'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_155'/> 155 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_155'></a> <span> </span> </td> <td class=''><pre><span class=''> public V put(final K key, final V value) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_156'/> 156 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_156'>1</a> <span> 1. put : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::put to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_157'/> 157 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_157'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_158'/> 158 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_158'></a> <span> </span> </td> <td class=''><pre><span class=''> public void putAll(final Map&#60;? extends K, ? extends V&#62; t) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_159'/> 159 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_159'></a> <span> </span> </td> <td class='uncovered'><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_160'/> 160 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_160'></a> <span> </span> </td> <td class=''><pre><span class=''> public V remove(final Object key) {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_161'/> 161 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_161'>1</a> <span> 1. remove : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::remove to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_162'/> 162 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_162'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_163'/> 163 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_163'></a> <span> </span> </td> <td class=''><pre><span class=''> public int size() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_164'/> 164 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_164'>1</a> <span> 1. size : replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return 0;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_165'/> 165 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_165'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_166'/> 166 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_166'></a> <span> </span> </td> <td class=''><pre><span class=''> public Collection&#60;V&#62; values() {</span></pre></td></tr> <tr> <td class='uncovered'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_167'/> 167 </td> <td class='survived'> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_167'>1</a> <span> 1. values : mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::values to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE<br/> </span> </td> <td class='uncovered'><pre><span class='survived'> return null;</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_168'/> 168 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_168'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_169'/> 169 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_169'></a> <span> </span> </td> <td class=''><pre><span class=''> }</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_170'/> 170 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_170'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_171'/> 171 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_171'></a> <span> </span> </td> <td class=''><pre><span class=''>}</span></pre></td></tr> <tr> <td class='na'> <a name='org.pitest.mutationtest.report.html.SourceFile@200eaca_172'/> 172 </td> <td class=''> <span class='pop'> <a href='#grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_172'></a> <span> </span> </td> <td class=''><pre><span class=''></span></pre></td></tr> <tr><td></td><td></td><td><h2>Mutations</h2></td></tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_40'>40</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_40'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>main<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::testAll &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_51'>51</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_51'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to java/io/PrintStream::println &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_63'>63</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_63'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_64'>64</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_64'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_65'>65</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_65'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_66'>66</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_66'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_67'>67</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_67'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_69'>69</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_69'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_70'>70</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_70'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_71'>71</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_71'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_73'>73</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_73'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_74'>74</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_74'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_75'>75</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_75'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>testAll<br/><b>Killed by : </b>none</span></span> removed call to org/apache/commons/collections4/MapPerformance::test &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_114'>114</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_114'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> changed conditional boundary &rarr; NO_COVERAGE</p> <p class='NO_COVERAGE'><span class='pop'>2.<span><b>2</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> Changed increment from -1 to 1 &rarr; NO_COVERAGE</p> <p class='NO_COVERAGE'><span class='pop'>3.<span><b>3</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> negated conditional &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_126'>126</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_126'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> removed call to java/util/Map::clear &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_129'>129</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_129'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> Replaced long subtraction with addition &rarr; NO_COVERAGE</p> <p class='NO_COVERAGE'><span class='pop'>2.<span><b>2</b><br/><b>Location : </b>test<br/><b>Killed by : </b>none</span></span> removed call to java/io/PrintStream::println &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_138'>138</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_138'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>containsKey<br/><b>Killed by : </b>none</span></span> replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_141'>141</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_141'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>containsValue<br/><b>Killed by : </b>none</span></span> replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_144'>144</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_144'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>entrySet<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::entrySet to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_147'>147</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_147'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>get<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::get to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_150'>150</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_150'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>isEmpty<br/><b>Killed by : </b>none</span></span> replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_153'>153</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_153'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>keySet<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::keySet to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_156'>156</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_156'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>put<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::put to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_161'>161</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_161'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>remove<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::remove to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_164'>164</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_164'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>size<br/><b>Killed by : </b>none</span></span> replaced return of integer sized value with (x == 0 ? 1 : 0) &rarr; NO_COVERAGE</p> </td> </tr> <tr> <td><a href='#org.pitest.mutationtest.report.html.SourceFile@200eaca_167'>167</a></td> <td></td> <td> <a name='grouporg.pitest.mutationtest.report.html.SourceFile@200eaca_167'/> <p class='NO_COVERAGE'><span class='pop'>1.<span><b>1</b><br/><b>Location : </b>values<br/><b>Killed by : </b>none</span></span> mutated return of Object value for org/apache/commons/collections4/MapPerformance$DummyMap::values to ( if (x != null) null else throw new RuntimeException ) &rarr; NO_COVERAGE</p> </td> </tr> </table> <h2>Active mutators</h2> <ul> <li class='mutator'>INCREMENTS_MUTATOR</li> <li class='mutator'>VOID_METHOD_CALL_MUTATOR</li> <li class='mutator'>RETURN_VALS_MUTATOR</li> <li class='mutator'>MATH_MUTATOR</li> <li class='mutator'>NEGATE_CONDITIONALS_MUTATOR</li> <li class='mutator'>INVERT_NEGS_MUTATOR</li> <li class='mutator'>CONDITIONALS_BOUNDARY_MUTATOR</li> </ul> <h2>Tests examined</h2> <ul> </ul> <br/> Report generated by <a href='http://pitest.org'>PIT</a> 0.33 </body> </html>
krivachy/compgs03_mutation_testing
pitReports/201503061602/org.apache.commons.collections4/MapPerformance.java.html
HTML
apache-2.0
75,636
<!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=""> <link rel="shortcut icon" href="ico/favicon.ico"> <title>treejs sample todo app:</title> <!-- Bootstrap core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/navbar.css" rel="stylesheet"> <link href="css/pace.css" rel="stylesheet" / </head> <body> <div id="screen" class="container"> </div> <!-- /container --> <script src="js/lib/jquery.min.js"></script> <script src="js/lib/json2.js"></script> <script src="js/lib/underscore.min.js"></script> <script src="js/lib/backbone.min.js"></script> <script src="js/lib/bootstrap.min.js"></script> <script src="js/lib/bootstrap.fileinput.js"></script> <script src="js/lib/xls.js"></script> <script src="js/lib/handlebars.js"></script> <script src="js/lib/pace.min.js"></script> <script data-main="js/app" src="js/lib/require.js"></script> </body> </html>
jonaspp/treejs
index.html
HTML
apache-2.0
1,235
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em>Default suite</em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/> <table border="1"> <tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr> <tr bgcolor="c2ab6c"> <td>15/07/01 09:25:21</td> <td>0</td> <td>&nbsp;</td><td title="&gt;&gt;TestBase.setUp()[pri:0, instance:com.example.tests.ContactModificationTests@19bf37e3]">&gt;&gt;setUp</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@585448610</td> <td></td> </tr> <tr bgcolor="948b86"> <td>15/07/01 09:25:27</td> <td>5684</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="ContactModificationTests.modifySomeContact()[pri:0, instance:com.example.tests.ContactModificationTests@19bf37e3]">modifySomeContact</td> <td>main@585448610</td> <td></td> </tr> <tr bgcolor="c2ab6c"> <td>15/07/01 09:25:27</td> <td>5917</td> <td>&nbsp;</td><td title="&lt;&lt;TestBase.tearDown()[pri:0, instance:com.example.tests.ContactModificationTests@19bf37e3]">&lt;&lt;tearDown</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@585448610</td> <td></td> </tr> </table>
regina311/lesson_2-2
addressbook-selenium-tests/test-output/old/Default suite/methods.html
HTML
apache-2.0
1,450
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Author" content="Ralph Grishman"> <meta name="GENERATOR" content="Mozilla/4.7 [en]C-CCK-MCD NSCPCD47 (Win95; I) [Netscape]"> <title>Jet Package</title> </head> <body> The NE package contains code for annotating <a href="http://nlp.cs.nyu.edu/ene/">extended named entities</a> using a large dictionary and a set of transformation rules. </body> </html>
Aureliu/NYT_tools
src/Jet/NE/package.html
HTML
apache-2.0
542
<!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_191) on Wed Jun 05 15:47:25 CEST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class se.litsec.eidas.opensaml.ext.attributes.address.impl.PostCodeBuilder (eIDAS extension for OpenSAML 3.x - 1.4.0)</title> <meta name="date" content="2019-06-05"> <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 se.litsec.eidas.opensaml.ext.attributes.address.impl.PostCodeBuilder (eIDAS extension for OpenSAML 3.x - 1.4.0)"; } } 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="../../../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/PostCodeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.address.impl">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?se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/PostCodeBuilder.html" target="_top">Frames</a></li> <li><a href="PostCodeBuilder.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 se.litsec.eidas.opensaml.ext.attributes.address.impl.PostCodeBuilder" class="title">Uses of Class<br>se.litsec.eidas.opensaml.ext.attributes.address.impl.PostCodeBuilder</h2> </div> <div class="classUseContainer">No usage of se.litsec.eidas.opensaml.ext.attributes.address.impl.PostCodeBuilder</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="../../../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/PostCodeBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.address.impl">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?se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/PostCodeBuilder.html" target="_top">Frames</a></li> <li><a href="PostCodeBuilder.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.litsec.se">Litsec AB</a>. All rights reserved.</small></p> </body> </html>
litsec/eidas-opensaml
docs/javadoc/opensaml3/1.4.0/se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/PostCodeBuilder.html
HTML
apache-2.0
5,185
<?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>OrEndWithWord - ScalaTest 2.1.4 - org.scalatest.matchers.MatcherFactory4.OrEndWithWord</title> <meta name="description" content="OrEndWithWord - ScalaTest 2.1.4 - org.scalatest.matchers.MatcherFactory4.OrEndWithWord" /> <meta name="keywords" content="OrEndWithWord ScalaTest 2.1.4 org.scalatest.matchers.MatcherFactory4.OrEndWithWord" /> <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.MatcherFactory4$OrEndWithWord'; 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="MatcherFactory4.html" class="extype" name="org.scalatest.matchers.MatcherFactory4">MatcherFactory4</a></p> <h1>OrEndWithWord</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">OrEndWithWord</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.4-for-scala-2.10/src/main/scala/org/scalatest/matchers/MatcherFactory4.scala" target="_blank">MatcherFactory4.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.MatcherFactory4.OrEndWithWord"><span>OrEndWithWord</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.MatcherFactory4.OrEndWithWord#&lt;init&gt;" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;():MatcherFactory4.this.OrEndWithWord"></a> <a id="&lt;init&gt;:OrEndWithWord"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">OrEndWithWord</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.MatcherFactory4.OrEndWithWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regex:scala.util.matching.Regex):org.scalatest.matchers.MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></a> <a id="regex(Regex):MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></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="MatcherFactory4.html" class="extype" name="org.scalatest.matchers.MatcherFactory4">MatcherFactory4</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory4.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC1">TC1</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC2">TC2</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC3">TC3</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC4">TC4</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory4</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory4</code>:</p><p><pre class="stHighlighted"> aMatcherFactory or endWith regex (decimal) ^ </pre> </p></div></div> </li><li name="org.scalatest.matchers.MatcherFactory4.OrEndWithWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regexWithGroups:org.scalatest.words.RegexWithGroups):org.scalatest.matchers.MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></a> <a id="regex(RegexWithGroups):MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></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="MatcherFactory4.html" class="extype" name="org.scalatest.matchers.MatcherFactory4">MatcherFactory4</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory4.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC1">TC1</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC2">TC2</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC3">TC3</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC4">TC4</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory4</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory4</code>:</p><p><pre class="stHighlighted"> aMatcherFactory or endWith regex (<span class="stQuotedString">&quot;d(e*)f&quot;</span> withGroup <span class="stQuotedString">&quot;ee&quot;</span>) ^ </pre> </p></div></div> </li><li name="org.scalatest.matchers.MatcherFactory4.OrEndWithWord#regex" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="regex(regexString:String):org.scalatest.matchers.MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></a> <a id="regex(String):MatcherFactory4[SCwithString,TC1,TC2,TC3,TC4]"></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="MatcherFactory4.html" class="extype" name="org.scalatest.matchers.MatcherFactory4">MatcherFactory4</a>[<span class="extype" name="org.scalatest.matchers.MatcherFactory4.SC">SC</span> with <span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC1">TC1</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC2">TC2</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC3">TC3</span>, <span class="extype" name="org.scalatest.matchers.MatcherFactory4.TC4">TC4</span>]</span> </span> </h4> <p class="shortcomment cmt">This method enables the following syntax given a <code>MatcherFactory4</code>:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax given a <code>MatcherFactory4</code>:</p><p><pre class="stHighlighted"> aMatcherFactory or endWith 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.4/org/scalatest/matchers/MatcherFactory4$OrEndWithWord.html
HTML
apache-2.0
28,896
<!-- Copyright 2017 Craig A. Hancock 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. --> <html> <head> <meta http-equiv="Content-Security-Policy" content="default-src * gap: ws: https://ssl.gstatic.com;img-src 'self' data: content:;style-src 'self' 'unsafe-inline' data: blob:;script-src * data: blob:;"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0, target-densitydpi=device-dpi"> <title>Your App Name</title> <!-- Fixes a problem with padding --> <style> html, body { margin: 0; padding: 0; } </style> <script src="js/config.js"></script> <script src="cordova.js"></script> <script src="js/phaser.js"></script> <script src="js/jed.js"></script> </head> <body> <div id="container"></div> <script src="js/bundle.js" defer="defer"></script> </body> </html>
fractile81/cordova-phaser-ts-jed
template_src/src/html/index.html
HTML
apache-2.0
1,432
<?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>MetadataAPIServiceActor - com.ligadata.metadataapiservice.MetadataAPIServiceActor</title> <meta name="description" content="MetadataAPIServiceActor - com.ligadata.metadataapiservice.MetadataAPIServiceActor" /> <meta name="keywords" content="MetadataAPIServiceActor com.ligadata.metadataapiservice.MetadataAPIServiceActor" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript"> if(top === self) { var url = '../../../index.html'; var hash = 'com.ligadata.metadataapiservice.MetadataAPIServiceActor'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="type"> <div id="definition"> <img src="../../../lib/class_big.png" /> <p id="owner"><a href="../../package.html" class="extype" name="com">com</a>.<a href="../package.html" class="extype" name="com.ligadata">ligadata</a>.<a href="package.html" class="extype" name="com.ligadata.metadataapiservice">metadataapiservice</a></p> <h1>MetadataAPIServiceActor</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">class</span> </span> <span class="symbol"> <span class="name">MetadataAPIServiceActor</span><span class="result"> extends <span class="extype" name="akka.actor.Actor">Actor</span> with <a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a>, <span class="extype" name="akka.actor.Actor">Actor</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="com.ligadata.metadataapiservice.MetadataAPIServiceActor"><span>MetadataAPIServiceActor</span></li><li class="in" name="com.ligadata.metadataapiservice.MetadataAPIService"><span>MetadataAPIService</span></li><li class="in" name="akka.actor.Actor"><span>Actor</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="com.ligadata.metadataapiservice.MetadataAPIServiceActor#&lt;init&gt;" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;():com.ligadata.metadataapiservice.MetadataAPIServiceActor"></a> <a id="&lt;init&gt;:MetadataAPIServiceActor"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">MetadataAPIServiceActor</span><span class="params">()</span> </span> </h4> </li></ol> </div> <div id="types" class="types members"> <h3>Type Members</h3> <ol><li name="akka.actor.Actor.Receive" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="Receive=akka.actor.Actor.Receive"></a> <a id="Receive:Receive"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">type</span> </span> <span class="symbol"> <span class="name">Receive</span><span class="result"> = <span class="extype" name="scala.PartialFunction">PartialFunction</span>[<span class="extype" name="scala.Any">Any</span>, <span class="extype" name="scala.Unit">Unit</span>]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Actor</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="com.ligadata.metadataapiservice.MetadataAPIService#KEY_TOKN" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="KEY_TOKN:String"></a> <a id="KEY_TOKN:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">KEY_TOKN</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><a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a></dd></dl></div> </li><li name="com.ligadata.metadataapiservice.MetadataAPIServiceActor#actorRefFactory" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="actorRefFactory:akka.actor.ActorContext"></a> <a id="actorRefFactory:ActorContext"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">actorRefFactory</span><span class="result">: <span class="extype" name="akka.actor.ActorContext">ActorContext</span></span> </span> </h4> </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> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="akka.actor.Actor#context" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="context:akka.actor.ActorContext"></a> <a id="context:ActorContext"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">implicit </span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">context</span><span class="result">: <span class="extype" name="akka.actor.ActorContext">ActorContext</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../akka.html" class="extype" name="akka">akka</a>] </dd><dt>Definition Classes</dt><dd>Actor</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> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="com.ligadata.metadataapiservice.MetadataAPIService#logger" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="logger:&lt;error&gt;"></a> <a id="logger:&lt;error&gt;"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">logger</span><span class="result">: &lt;error&gt;</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a></dd></dl></div> </li><li name="com.ligadata.metadataapiservice.MetadataAPIService#loggerName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="loggerName:String"></a> <a id="loggerName:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">loggerName</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><a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a></dd></dl></div> </li><li name="com.ligadata.metadataapiservice.MetadataAPIService#metadataAPIRoute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="metadataAPIRoute:&lt;error&gt;"></a> <a id="metadataAPIRoute:&lt;error&gt;"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">metadataAPIRoute</span><span class="result">: &lt;error&gt;</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</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="akka.actor.Actor#postRestart" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="postRestart(reason:Throwable):Unit"></a> <a id="postRestart(Throwable):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">postRestart</span><span class="params">(<span name="reason">reason: <span class="extype" name="scala.Throwable">Throwable</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>Actor</dd></dl></div> </li><li name="akka.actor.Actor#postStop" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="postStop():Unit"></a> <a id="postStop():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">postStop</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>Actor</dd></dl></div> </li><li name="akka.actor.Actor#preRestart" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="preRestart(reason:Throwable,message:Option[Any]):Unit"></a> <a id="preRestart(Throwable,Option[Any]):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">preRestart</span><span class="params">(<span name="reason">reason: <span class="extype" name="scala.Throwable">Throwable</span></span>, <span name="message">message: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Any">Any</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>Actor</dd></dl></div> </li><li name="akka.actor.Actor#preStart" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="preStart():Unit"></a> <a id="preStart():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">preStart</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>Actor</dd></dl></div> </li><li name="com.ligadata.metadataapiservice.MetadataAPIServiceActor#receive" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="receive:&lt;error&gt;"></a> <a id="receive:&lt;error&gt;"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">receive</span><span class="result">: &lt;error&gt;</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIServiceActor">MetadataAPIServiceActor</a> → Actor</dd></dl></div> </li><li name="akka.actor.Actor#self" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="self:akka.actor.ActorRef"></a> <a id="self:ActorRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">implicit final </span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">self</span><span class="result">: <span class="extype" name="akka.actor.ActorRef">ActorRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Actor</dd></dl></div> </li><li name="akka.actor.Actor#sender" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="sender:akka.actor.ActorRef"></a> <a id="sender:ActorRef"></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">sender</span><span class="result">: <span class="extype" name="akka.actor.ActorRef">ActorRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Actor</dd></dl></div> </li><li name="akka.actor.Actor#supervisorStrategy" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="supervisorStrategy:akka.actor.SupervisorStrategy"></a> <a id="supervisorStrategy:SupervisorStrategy"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">supervisorStrategy</span><span class="result">: <span class="extype" name="akka.actor.SupervisorStrategy">SupervisorStrategy</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Actor</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="akka.actor.Actor#unhandled" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="unhandled(message:Any):Unit"></a> <a id="unhandled(Any):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">unhandled</span><span class="params">(<span name="message">message: <span class="extype" name="scala.Any">Any</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>Actor</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="com.ligadata.metadataapiservice.MetadataAPIService"> <h3>Inherited from <a href="MetadataAPIService.html" class="extype" name="com.ligadata.metadataapiservice.MetadataAPIService">MetadataAPIService</a></h3> </div><div class="parent" name="akka.actor.Actor"> <h3>Inherited from <span class="extype" name="akka.actor.Actor">Actor</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> <script defer="defer" type="text/javascript" id="jquery-js" src="../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" id="jquery-ui-js" src="../../../lib/jquery-ui.js"></script><script defer="defer" type="text/javascript" id="tools-tooltip-js" src="../../../lib/tools.tooltip.js"></script><script defer="defer" type="text/javascript" id="template-js" src="../../../lib/template.js"></script> </body> </html>
traytonwhite/Kamanja
trunk/Documentation/KamanjaAPIDocs/com/ligadata/metadataapiservice/MetadataAPIServiceActor.html
HTML
apache-2.0
35,644
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Neodroid: /home/heider/Projects/Neodroid/Unity/Examples/Assets/droid/Runtime/Prototyping/Sensors/Experimental/TargetRigidbodySensor.cs File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="neodroidcropped124.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Neodroid &#160;<span id="projectnumber">0.2.0</span> </div> <div id="projectbrief">Machine Learning Environment Prototyping Tool</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_target_rigidbody_sensor_8cs.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">TargetRigidbodySensor.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a href="_target_rigidbody_sensor_8cs_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdroid_1_1_runtime_1_1_prototyping_1_1_sensors_1_1_experimental_1_1_target_rigidbody_sensor.html">droid.Runtime.Prototyping.Sensors.Experimental.TargetRigidbodySensor</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespacedroid_1_1_runtime_1_1_prototyping_1_1_sensors_1_1_experimental"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacedroid_1_1_runtime_1_1_prototyping_1_1_sensors_1_1_experimental.html">droid.Runtime.Prototyping.Sensors.Experimental</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_4f6666a8f2ab10bc970eb7559668f031.html">Runtime</a></li><li class="navelem"><a class="el" href="dir_1cc06f725c7b7b64081949405aa1e7dc.html">Prototyping</a></li><li class="navelem"><a class="el" href="dir_4aad17e7f879d52197c36498e35e46fd.html">Sensors</a></li><li class="navelem"><a class="el" href="dir_4162662aac229d4da97d771ff950e80c.html">Experimental</a></li><li class="navelem"><a class="el" href="_target_rigidbody_sensor_8cs.html">TargetRigidbodySensor.cs</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
sintefneodroid/droid
docs/cvs/_target_rigidbody_sensor_8cs.html
HTML
apache-2.0
5,653
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.google.code.play2.provider.play24.Play24RoutesCompiler (Play! 2.x Provider for Play! 2.4.x 1.0.0-alpha9 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.google.code.play2.provider.play24.Play24RoutesCompiler (Play! 2.x Provider for Play! 2.4.x 1.0.0-alpha9 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="../../../../../../../com/google/code/play2/provider/play24/package-summary.html">Package</a></li> <li><a href="../../../../../../../com/google/code/play2/provider/play24/Play24RoutesCompiler.html" title="class in com.google.code.play2.provider.play24">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/google/code/play2/provider/play24/class-use/Play24RoutesCompiler.html" target="_top">Frames</a></li> <li><a href="Play24RoutesCompiler.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.google.code.play2.provider.play24.Play24RoutesCompiler" class="title">Uses of Class<br>com.google.code.play2.provider.play24.Play24RoutesCompiler</h2> </div> <div class="classUseContainer">No usage of com.google.code.play2.provider.play24.Play24RoutesCompiler</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../com/google/code/play2/provider/play24/package-summary.html">Package</a></li> <li><a href="../../../../../../../com/google/code/play2/provider/play24/Play24RoutesCompiler.html" title="class in com.google.code.play2.provider.play24">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/google/code/play2/provider/play24/class-use/Play24RoutesCompiler.html" target="_top">Frames</a></li> <li><a href="Play24RoutesCompiler.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; 2013&#x2013;2014. All rights reserved.</small></p> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-alpha9/play2-providers/play2-provider-play24/apidocs/com/google/code/play2/provider/play24/class-use/Play24RoutesCompiler.html
HTML
apache-2.0
4,567
<!-- ======= Services Section ======= --> <section id="service" class="services-mf pt-5 route"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="title-box text-center"> <h3 class="title-a"> Services </h3> <p class="subtitle-a"> Let me show you what I can do for your business. </p> <div class="line-mf"></div> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-monitor"></i></span> </div> <div class="service-content"> <h2 class="s-title">Process Automation</h2> <p class="s-description text-center"> Work smarter, not harder with apps and workflows that scale up as your business grows. Create efficiencies and cost savings by zoning in on your critical path. </p> </div> </div> </div> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-code-working"></i></span> </div> <div class="service-content"> <h2 class="s-title">Full Stack Development</h2> <p class="s-description text-center"> Bespoke web applications to deliver your business requirements with clean, documented code. MVPs and POCs delivered fast and on-budget; complex solutions grown in steady, agile increments. Using widely-accepted technologies including React, Node.js, ASP.NET and SQL Server. </p> </div> </div> </div> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-camera"></i></span> </div> <div class="service-content"> <h2 class="s-title">Data & Reporting</h2> <p class="s-description text-center"> SQL development and server admin. Data integrations and transformation pipelines. Data lakes and data warehouses for analysis in Power BI, SSRS and other reporting tools. Data visualization and complex queries. </p> </div> </div> </div> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-android-phone-portrait"></i></span> </div> <div class="service-content"> <h2 class="s-title">User Experience</h2> <p class="s-description text-center"> Interfaces that delight with simplicity and ease of use. Screens and flows that make intuitive sense and help your users reach their goals. Wireframes, full site redesigns, usability testing based on real customer feedback. </p> </div> </div> </div> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-paintbrush"></i></span> </div> <div class="service-content"> <h2 class="s-title">Project Management</h2> <p class="s-description text-center"> I have agile experience as both Product Owner and Scrum Master, very comfortable gathering and documenting requirements, and equally happy facilitating delivery timelines using Sprint-based estimates or upfront milestone planning. </p> </div> </div> </div> <div class="col-md-4"> <div class="service-box"> <div class="service-ico"> <span class="ico-circle"><i class="ion-stats-bars"></i></span> </div> <div class="service-content"> <h2 class="s-title">Tech Leadership</h2> <p class="s-description text-center"> Your Virtual CTO to guide your project from launch stage to growth. Technology choices and big-picture architecture. Assembling a virtual team of freelancers, or helping to plan and recruit your own in-house engineering team for when things really take off. </p> </div> </div> </div> </div> </div> </section><!-- End Services Section -->
FearNotDaniel/fearnotdaniel.github.io
docs/_includes/index-services-section.html
HTML
apache-2.0
4,772
<!doctype html> <html lang="en"> <head> <title>findVersionsBetween | Query | Ebean</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="shortcut icon" href="/images/favicon.ico"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Ubuntu&display=swap"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> <link rel="stylesheet" href="/css/reset3.css"> <link rel="stylesheet" href="/css/site3.css"> <link rel="stylesheet" href="/css/pygments3.css"> </head> <body> <div id="main"> <div id="banner"> <header> <nav id="top"> <h1 id="breadcrumb"> <a class="nav-logo" href="/"><img src="/images/logo-200.png" height="35"></a>&nbsp;&nbsp;<a href="/docs">Documentation</a><span class="sep">&nbsp;/&nbsp;</span><a href="/docs/query/">Query</a><span class="sep">&nbsp;/&nbsp;</span><span class="last">findVersionsBetween</span> </h1> <ul> <li><a href="https://github.com/ebean-orm/ebean" title="github source"><i class="fab fa-github"></i></a></li> <li><a onclick="toggleTheme();" title="switch dark light theme"><i class="fas fa-adjust"></i></a></li> </ul> </nav> </header> </div> <div class="grid grid-docs"> <aside> <nav class="side"> <ul> <li class="nav0 "> <a href="/docs/getting-started">Getting started</a> </li> <li class="nav0 "> <a href="/docs/intro">Introduction</a> </li> <li class="nav0 active"> <a class="active" href="/docs">Documentation</a> <ul> <li class="nav1 "> <a href="/docs/best-practice">Best practice</a> </li> <li class="nav1 active"> <a class="active" href="/docs/query">Query</a> <ul class="nav"> <li > <a href="/docs/query/exists">exists</a> </li> <li > <a href="/docs/query/findOne">findOne</a> </li> <li > <a href="/docs/query/findList">findList</a> </li> <li > <a href="/docs/query/findCount">findCount</a> </li> <li > <a href="/docs/query/findNative">findNative</a> </li> <li > <a href="/docs/query/findPagedList">findPagedList</a> </li> <li > <a href="/docs/query/findMap">findMap</a> </li> <li > <a href="/docs/query/findSet">findSet</a> </li> <li > <a href="/docs/query/findEach">findEach</a> </li> <li > <a href="/docs/query/findEachWhile">findEachWhile</a> </li> <li > <a href="/docs/query/findStream">findStream</a> </li> <li > <a href="/docs/query/findIterate">findIterate</a> </li> <li > <a href="/docs/query/findIds">findIds</a> </li> <li > <a href="/docs/query/findSingleAttribute">findSingleAttribute</a> </li> <li > <a href="/docs/query/findSingleAttributeList">findSingleAttributeList</a> </li> <li > <a href="/docs/query/findFutureCount">findFutureCount</a> </li> <li > <a href="/docs/query/findFutureList">findFutureList</a> </li> <li > <a href="/docs/query/findFutureIds">findFutureIds</a> </li> <li > <a href="/docs/query/findVersions">findVersions</a> </li> <li class="active"> <a class="active" href="/docs/query/findVersionsBetween">findVersionsBetween</a> </li> </ul> </li> <li class="nav1 "> <a href="/docs/persist">Persist</a> </li> <li class="nav1 "> <a href="/docs/transactions">Transactions</a> </li> <li class="nav1 "> <a href="/docs/mapping">Mapping</a> </li> <li class="nav1 "> <a href="/docs/ddl-generation">DDL & Migrations</a> </li> <li class="nav1 "> <a href="/docs/logging">Logging</a> </li> <li class="nav1 "> <a href="/docs/testing">Testing</a> </li> <li class="nav1 "> <a href="/docs/database">Database platforms</a> </li> <li class="nav1 "> <a href="/docs/multi-database">Multiple databases</a> </li> <li class="nav1 "> <a href="/docs/kotlin">Kotlin</a> </li> <li><a href="/docs/tuning">Tuning</a></li> <li><a href="/docs/features">Features</a></li> </ul> </li> <li class="nav0 "> <a href="/support">Getting help</a> </li> <li class="nav0 "> <a target="_blank" href="/apidoc/12">API Javadoc</a> </li> <li class="nav0 "> <a href="/videos">Videos</a> </li> <li class="nav0 "> <a href="/docs/upgrading">Upgrading</a> </li> <li class="nav0 "> <a href="/releases">Releases</a> </li> </ul> </nav> </aside> <article> <form action="https://www.google.com/search" method="get" class="inline-form"> <input type="hidden" name="as_sitesearch" value="ebean.io"> <div id="page-search"> <div class="input-group"> <input class="frm" name="q" id="searchinput" type="text" placeholder="Search... (press 's' to focus)" data-placeholder-focus="Search... (use '↑', '↓' and '⏎' to select results)" data-placeholder-blur="Search... (press 's' to focus)" autocomplete="off"> <div class="input-group-btn"> <button class="frm" type="submit"><i class="fas fa-search"></i></button> </div> </div> <div id="page-search-results" style="display: none;"> <ul id="search-results-container" class="search-results"><li class=" active"><a href="/docs" title="Docs"><span style="color:#777;">Docs</span> Documentation </a></li><li class=""><small style="color:#999;">And 101 more...</small></li></ul> </div> </div> </form> <h2>findVersionsBetween</h2> <p> Return versions of a @History entity bean between the 2 timestamps. </p> <p> Generally this query is expected to be a find by id or unique predicates query. It will execute the query against the history returning the versions of the bean between the start and end timestamps. </p> <div class="syntax java"><div class="highlight"><pre><span></span><span class="n">Timestamp</span> <span class="n">start</span> <span class="o">=</span> <span class="o">...;</span> <span class="n">Timestamp</span> <span class="n">end</span> <span class="o">=</span> <span class="o">...;</span> <span class="n">List</span><span class="o">&lt;</span><span class="n">Version</span><span class="o">&lt;</span><span class="n">Customer</span><span class="o">&gt;&gt;</span> <span class="n">customerVersions</span> <span class="o">=</span> <span class="k">new</span> <span class="n">QCustomer</span><span class="o">()</span> <span class="o">.</span><span class="na field">id</span><span class="o">.</span><span class="na">eq</span><span class="o">(</span><span class="mi">42</span><span class="o">)</span> <span class="o">.</span><span class="na">findVersionsBetween</span><span class="o">(</span><span class="n">start</span><span class="o">,</span> <span class="n">end</span><span class="o">);</span> <span class="k">for</span> <span class="o">(</span><span class="n">Version</span><span class="o">&lt;</span><span class="n">Customer</span><span class="o">&gt;</span> <span class="n">customerVersion</span> <span class="o">:</span> <span class="n">customerVersions</span><span class="o">)</span> <span class="o">{</span> <span class="n">Customer</span> <span class="n">bean</span> <span class="o">=</span> <span class="n">customerVersion</span><span class="o">.</span><span class="na">getBean</span><span class="o">();</span> <span class="n">Map</span><span class="o">&lt;</span><span class="n">String</span><span class="o">,</span> <span class="n">ValuePair</span><span class="o">&gt;</span> <span class="n">diff</span> <span class="o">=</span> <span class="n">customerVersion</span><span class="o">.</span><span class="na">getDiff</span><span class="o">();</span> <span class="n">Timestamp</span> <span class="n">effectiveStart</span> <span class="o">=</span> <span class="n">customerVersion</span><span class="o">.</span><span class="na">getStart</span><span class="o">();</span> <span class="n">Timestamp</span> <span class="n">effectiveEnd</span> <span class="o">=</span> <span class="n">customerVersion</span><span class="o">.</span><span class="na">getEnd</span><span class="o">();</span> <span class="o">}</span> </pre></div> </div> </article> </div> </div> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> <script src="/js/site3.js"></script> <script src="/js/search3.js"></script> </body> </html>
ebean-orm/ebean-orm.github.io
docs/query/findVersionsBetween.html
HTML
apache-2.0
8,532
<!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_21) on Sun Feb 02 22:07:15 CST 2014 --> <TITLE> F-Index </TITLE> <META NAME="date" CONTENT="2014-02-02"> <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="F-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"> <FONT CLASS="NavBarFont1">Package</FONT>&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="../overview-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-5.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-6.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">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR> <A NAME="_F_"><!-- --></A><H2> <B>F</B></H2> <DL> <DT><A HREF="../jml/classification/MaxEnt.html#F"><B>F</B></A> - Variable in class jml.classification.<A HREF="../jml/classification/MaxEnt.html" title="class in jml.classification">MaxEnt</A> <DD>Feature matrix array. <DT><A HREF="../jml/clustering/L1NMF.html#f(org.apache.commons.math.linear.RealMatrix, org.apache.commons.math.linear.RealMatrix, org.apache.commons.math.linear.RealMatrix, org.apache.commons.math.linear.RealMatrix, org.apache.commons.math.linear.RealMatrix)"><B>f(RealMatrix, RealMatrix, RealMatrix, RealMatrix, RealMatrix)</B></A> - Method in class jml.clustering.<A HREF="../jml/clustering/L1NMF.html" title="class in jml.clustering">L1NMF</A> <DD>&nbsp; <DT><A HREF="../jml/optimization/PhaseIResult.html#feasible"><B>feasible</B></A> - Variable in class jml.optimization.<A HREF="../jml/optimization/PhaseIResult.html" title="class in jml.optimization">PhaseIResult</A> <DD>&nbsp; <DT><A HREF="../jml/feature/Feature.html" title="class in jml.feature"><B>Feature</B></A> - Class in <A HREF="../jml/feature/package-summary.html">jml.feature</A><DD>&nbsp;<DT><A HREF="../jml/feature/Feature.html#Feature()"><B>Feature()</B></A> - Constructor for class jml.feature.<A HREF="../jml/feature/Feature.html" title="class in jml.feature">Feature</A> <DD>&nbsp; <DT><A HREF="../jml/classification/MultiClassSVM.html#features"><B>features</B></A> - Variable in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Feature 2D array, indices start from 1. <DT><A HREF="../jml/classification/MultiClassSVM.html#features2Matrix(de.bwaldvogel.liblinear.Feature[][])"><B>features2Matrix(Feature[][])</B></A> - Static method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Convert features to original data matrix. <DT><A HREF="../jml/classification/MultiClassSVM.html#features2Matrix(de.bwaldvogel.liblinear.Feature[][], double)"><B>features2Matrix(Feature[][], double)</B></A> - Static method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Convert features to matrix including bias features if bias is nonnegative. <DT><A HREF="../jml/classification/MultiClassSVM.html#features2MatrixWithoutBias(de.bwaldvogel.liblinear.Feature[][])"><B>features2MatrixWithoutBias(Feature[][])</B></A> - Static method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Convert features to original data matrix. <DT><A HREF="../jml/classification/MultiClassSVM.html#features2MatrixWithoutBias(de.bwaldvogel.liblinear.Feature[][], double)"><B>features2MatrixWithoutBias(Feature[][], double)</B></A> - Static method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Convert features to matrix excluding bias features if bias is nonnegative. <DT><A HREF="../jml/feature/selection/FeatureSelection.html" title="class in jml.feature.selection"><B>FeatureSelection</B></A> - Class in <A HREF="../jml/feature/selection/package-summary.html">jml.feature.selection</A><DD>Abstract class for feature selection algorithms.<DT><A HREF="../jml/feature/selection/FeatureSelection.html#FeatureSelection()"><B>FeatureSelection()</B></A> - Constructor for class jml.feature.selection.<A HREF="../jml/feature/selection/FeatureSelection.html" title="class in jml.feature.selection">FeatureSelection</A> <DD>&nbsp; <DT><A HREF="../jml/classification/Classifier.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/Classifier.html" title="class in jml.classification">Classifier</A> <DD>Feed training data with original data matrix for this classifier. <DT><A HREF="../jml/classification/Classifier.html#feedData(double[][])"><B>feedData(double[][])</B></A> - Method in class jml.classification.<A HREF="../jml/classification/Classifier.html" title="class in jml.classification">Classifier</A> <DD>Feed training data for this classification method. <DT><A HREF="../jml/classification/MaxEnt.html#feedData(double[][][])"><B>feedData(double[][][])</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MaxEnt.html" title="class in jml.classification">MaxEnt</A> <DD>Feed features for this maximum entropy model. <DT><A HREF="../jml/classification/MaxEnt.html#feedData(org.apache.commons.math.linear.RealMatrix[])"><B>feedData(RealMatrix[])</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MaxEnt.html" title="class in jml.classification">MaxEnt</A> <DD>Feed features for this maximum entropy model. <DT><A HREF="../jml/classification/MultiClassSVM.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Feed training data with original data matrix for this classifier. <DT><A HREF="../jml/clustering/Clustering.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.clustering.<A HREF="../jml/clustering/Clustering.html" title="class in jml.clustering">Clustering</A> <DD>Feed training data for this clustering algorithm. <DT><A HREF="../jml/clustering/Clustering.html#feedData(double[][])"><B>feedData(double[][])</B></A> - Method in class jml.clustering.<A HREF="../jml/clustering/Clustering.html" title="class in jml.clustering">Clustering</A> <DD>Feed training data for this feature selection algorithm. <DT><A HREF="../jml/feature/selection/FeatureSelection.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.feature.selection.<A HREF="../jml/feature/selection/FeatureSelection.html" title="class in jml.feature.selection">FeatureSelection</A> <DD>Feed data for this feature selection algorithm. <DT><A HREF="../jml/feature/selection/FeatureSelection.html#feedData(double[][])"><B>feedData(double[][])</B></A> - Method in class jml.feature.selection.<A HREF="../jml/feature/selection/FeatureSelection.html" title="class in jml.feature.selection">FeatureSelection</A> <DD>Feed data for this feature selection algorithm. <DT><A HREF="../jml/recovery/MatrixCompletion.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.recovery.<A HREF="../jml/recovery/MatrixCompletion.html" title="class in jml.recovery">MatrixCompletion</A> <DD>Feed an observation matrix. <DT><A HREF="../jml/recovery/RobustPCA.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.recovery.<A HREF="../jml/recovery/RobustPCA.html" title="class in jml.recovery">RobustPCA</A> <DD>Feed an observation matrix. <DT><A HREF="../jml/regression/Regression.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.regression.<A HREF="../jml/regression/Regression.html" title="class in jml.regression">Regression</A> <DD>Feed training data for the regression model. <DT><A HREF="../jml/regression/Regression.html#feedData(double[][])"><B>feedData(double[][])</B></A> - Method in class jml.regression.<A HREF="../jml/regression/Regression.html" title="class in jml.regression">Regression</A> <DD>Feed training data for this regression model. <DT><A HREF="../jml/sequence/CRF.html#feedData(org.apache.commons.math.linear.RealMatrix[][][])"><B>feedData(RealMatrix[][][])</B></A> - Method in class jml.sequence.<A HREF="../jml/sequence/CRF.html" title="class in jml.sequence">CRF</A> <DD>Feed data sequences for training. <DT><A HREF="../jml/sequence/HMM.html#feedData(int[][])"><B>feedData(int[][])</B></A> - Method in class jml.sequence.<A HREF="../jml/sequence/HMM.html" title="class in jml.sequence">HMM</A> <DD>Feed observation sequences for training. <DT><A HREF="../jml/subspace/DimensionalityReduction.html#feedData(org.apache.commons.math.linear.RealMatrix)"><B>feedData(RealMatrix)</B></A> - Method in class jml.subspace.<A HREF="../jml/subspace/DimensionalityReduction.html" title="class in jml.subspace">DimensionalityReduction</A> <DD>&nbsp; <DT><A HREF="../jml/subspace/DimensionalityReduction.html#feedData(double[][])"><B>feedData(double[][])</B></A> - Method in class jml.subspace.<A HREF="../jml/subspace/DimensionalityReduction.html" title="class in jml.subspace">DimensionalityReduction</A> <DD>&nbsp; <DT><A HREF="../jml/regression/Regression.html#feedDependentVariables(org.apache.commons.math.linear.RealMatrix)"><B>feedDependentVariables(RealMatrix)</B></A> - Method in class jml.regression.<A HREF="../jml/regression/Regression.html" title="class in jml.regression">Regression</A> <DD>Feed training dependent variables for this regression model. <DT><A HREF="../jml/regression/Regression.html#feedDependentVariables(double[][])"><B>feedDependentVariables(double[][])</B></A> - Method in class jml.regression.<A HREF="../jml/regression/Regression.html" title="class in jml.regression">Regression</A> <DD>Feed training dependent variables for this regression model. <DT><A HREF="../jml/recovery/MatrixCompletion.html#feedIndices(org.apache.commons.math.linear.RealMatrix)"><B>feedIndices(RealMatrix)</B></A> - Method in class jml.recovery.<A HREF="../jml/recovery/MatrixCompletion.html" title="class in jml.recovery">MatrixCompletion</A> <DD>Feed indices of samples. <DT><A HREF="../jml/recovery/MatrixCompletion.html#feedIndices(int[])"><B>feedIndices(int[])</B></A> - Method in class jml.recovery.<A HREF="../jml/recovery/MatrixCompletion.html" title="class in jml.recovery">MatrixCompletion</A> <DD>Feed indices of samples. <DT><A HREF="../jml/classification/Classifier.html#feedLabels(int[])"><B>feedLabels(int[])</B></A> - Method in class jml.classification.<A HREF="../jml/classification/Classifier.html" title="class in jml.classification">Classifier</A> <DD>Feed labels of training data to the classifier. <DT><A HREF="../jml/classification/Classifier.html#feedLabels(org.apache.commons.math.linear.RealMatrix)"><B>feedLabels(RealMatrix)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/Classifier.html" title="class in jml.classification">Classifier</A> <DD>Feed labels for training data from a matrix. <DT><A HREF="../jml/classification/Classifier.html#feedLabels(double[][])"><B>feedLabels(double[][])</B></A> - Method in class jml.classification.<A HREF="../jml/classification/Classifier.html" title="class in jml.classification">Classifier</A> <DD>Feed labels for this classification method. <DT><A HREF="../jml/feature/selection/SupervisedFeatureSelection.html#feedLabels(org.apache.commons.math.linear.RealMatrix)"><B>feedLabels(RealMatrix)</B></A> - Method in class jml.feature.selection.<A HREF="../jml/feature/selection/SupervisedFeatureSelection.html" title="class in jml.feature.selection">SupervisedFeatureSelection</A> <DD>Feed labels for this supervised feature selection algorithm. <DT><A HREF="../jml/feature/selection/SupervisedFeatureSelection.html#feedLabels(double[][])"><B>feedLabels(double[][])</B></A> - Method in class jml.feature.selection.<A HREF="../jml/feature/selection/SupervisedFeatureSelection.html" title="class in jml.feature.selection">SupervisedFeatureSelection</A> <DD>Feed labels for this supervised feature selection algorithm. <DT><A HREF="../jml/feature/selection/SupervisedFeatureSelection.html#feedLabels(int[])"><B>feedLabels(int[])</B></A> - Method in class jml.feature.selection.<A HREF="../jml/feature/selection/SupervisedFeatureSelection.html" title="class in jml.feature.selection">SupervisedFeatureSelection</A> <DD>Feed labels for this supervised feature selection algorithm. <DT><A HREF="../jml/sequence/CRF.html#feedLabels(int[][])"><B>feedLabels(int[][])</B></A> - Method in class jml.sequence.<A HREF="../jml/sequence/CRF.html" title="class in jml.sequence">CRF</A> <DD>Feed labels for training data sequences. <DT><A HREF="../jml/sequence/HMM.html#feedLabels(int[][])"><B>feedLabels(int[][])</B></A> - Method in class jml.sequence.<A HREF="../jml/sequence/HMM.html" title="class in jml.sequence">HMM</A> <DD>Feed state sequences for training data. <DT><A HREF="../jml/classification/MultiClassSVM.html#feedProblem(java.util.ArrayList)"><B>feedProblem(ArrayList&lt;String&gt;)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Feed a problem from a string array. <DT><A HREF="../jml/classification/MultiClassSVM.html#feedProblem(java.lang.String)"><B>feedProblem(String)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Feed a problem from a file with the LIBLINEAR input data format. <DT><A HREF="../jml/classification/MultiClassSVM.html#feedProblem(de.bwaldvogel.liblinear.Problem)"><B>feedProblem(Problem)</B></A> - Method in class jml.classification.<A HREF="../jml/classification/MultiClassSVM.html" title="class in jml.classification">MultiClassSVM</A> <DD>Feed a problem for this SVM classifier. <DT><A HREF="../jml/visualization/Figure.html" title="class in jml.visualization"><B>Figure</B></A> - Class in <A HREF="../jml/visualization/package-summary.html">jml.visualization</A><DD>&nbsp;<DT><A HREF="../jml/visualization/Figure.html#Figure()"><B>Figure()</B></A> - Constructor for class jml.visualization.<A HREF="../jml/visualization/Figure.html" title="class in jml.visualization">Figure</A> <DD>&nbsp; <DT><A HREF="../jml/matlab/Matlab.html#find(org.apache.commons.math.linear.RealVector)"><B>find(RealVector)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Find nonzero elements and return their indices. <DT><A HREF="../jml/matlab/Matlab.html#find(org.apache.commons.math.linear.RealMatrix)"><B>find(RealMatrix)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Find nonzero elements and return their value, row and column indices. <DT><A HREF="../jml/matlab/Matlab.html#find2(org.apache.commons.math.linear.RealMatrix)"><B>find2(RealMatrix)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Find nonzero elements and return their value, row and column indices. <DT><A HREF="../jml/matlab/utils/FindResult.html" title="class in jml.matlab.utils"><B>FindResult</B></A> - Class in <A HREF="../jml/matlab/utils/package-summary.html">jml.matlab.utils</A><DD>A wrapper for the output of find function.<DT><A HREF="../jml/matlab/utils/FindResult.html#FindResult(int[], int[], double[])"><B>FindResult(int[], int[], double[])</B></A> - Constructor for class jml.matlab.utils.<A HREF="../jml/matlab/utils/FindResult.html" title="class in jml.matlab.utils">FindResult</A> <DD>&nbsp; <DT><A HREF="../jml/matlab/utils/Pair.html#first"><B>first</B></A> - Variable in class jml.matlab.utils.<A HREF="../jml/matlab/utils/Pair.html" title="class in jml.matlab.utils">Pair</A> <DD>&nbsp; <DT><A HREF="../jml/matlab/Matlab.html#fix(double)"><B>fix(double)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Round towards zero. <DT><A HREF="../jml/matlab/Matlab.html#fix(org.apache.commons.math.linear.RealMatrix)"><B>fix(RealMatrix)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Round elements of a matrix A towards zero to. <DT><A HREF="../jml/matlab/Matlab.html#floor(org.apache.commons.math.linear.RealMatrix)"><B>floor(RealMatrix)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Round towards minus infinity of elements of a matrix A. <DT><A HREF="../jml/optimization/NonlinearConjugateGradient.html#formula"><B>formula</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/NonlinearConjugateGradient.html" title="class in jml.optimization">NonlinearConjugateGradient</A> <DD>Formula used to calculate beta. <DT><A HREF="../jml/matlab/Matlab.html#fprintf(java.lang.String, java.lang.Object...)"><B>fprintf(String, Object...)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Write a formatted string to the standard output (the screen). <DT><A HREF="../jml/sequence/CRF.html#Fs"><B>Fs</B></A> - Variable in class jml.sequence.<A HREF="../jml/sequence/CRF.html" title="class in jml.sequence">CRF</A> <DD>A 3D <code>RealMatrix</code> array, where F[k][i][j] is the sparse feature matrix for the j-th feature of the k-th observation sequence at position i, i.e., f_{j}^{{\bf x}_k, i}. <DT><A HREF="../jml/matlab/Matlab.html#full(org.apache.commons.math.linear.RealMatrix)"><B>full(RealMatrix)</B></A> - Static method in class jml.matlab.<A HREF="../jml/matlab/Matlab.html" title="class in jml.matlab">Matlab</A> <DD>Convert a sparse matrix into a dense matrix. <DT><A HREF="../jml/optimization/BoundConstrainedPLBFGS.html#fval"><B>fval</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/BoundConstrainedPLBFGS.html" title="class in jml.optimization">BoundConstrainedPLBFGS</A> <DD>The last objective function value. <DT><A HREF="../jml/optimization/LBFGS.html#fval"><B>fval</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/LBFGS.html" title="class in jml.optimization">LBFGS</A> <DD>The last objective function value. <DT><A HREF="../jml/optimization/LBFGSOnSimplex.html#fval"><B>fval</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/LBFGSOnSimplex.html" title="class in jml.optimization">LBFGSOnSimplex</A> <DD>The last objective function value. <DT><A HREF="../jml/optimization/NonlinearConjugateGradient.html#fval"><B>fval</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/NonlinearConjugateGradient.html" title="class in jml.optimization">NonlinearConjugateGradient</A> <DD>The last objective function value. <DT><A HREF="../jml/optimization/NonnegativePLBFGS.html#fval"><B>fval</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/NonnegativePLBFGS.html" title="class in jml.optimization">NonnegativePLBFGS</A> <DD>The last objective function value. <DT><A HREF="../jml/optimization/AcceleratedProximalGradient.html#fval_Y_k"><B>fval_Y_k</B></A> - Static variable in class jml.optimization.<A HREF="../jml/optimization/AcceleratedProximalGradient.html" title="class in jml.optimization">AcceleratedProximalGradient</A> <DD>f(Y_k) = g(Y_k) + h(Y_k). </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"> <FONT CLASS="NavBarFont1">Package</FONT>&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="../overview-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-5.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-7.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-6.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-6.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">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR> </BODY> </HTML>
MingjieQian/JML
doc/index-files/index-6.html
HTML
apache-2.0
25,891
--- title: Photo Policy layout: default --- <div class="eventdivide"> <hr> <div class="grid-header">PHOTOGRAPHY POLICIES</div> <hr> </div> <br /> <div class="col-sm-6"> <h3 class="text-center green">Snapshot Photography</h3> <p><b>Definition:</b> Snapshot photography is when a person uses a small handheld camera to quickly take informal photographs.</p> <p><b>Policy:</b> Visitors are welcome to take snapshots for private use or for sharing on social media. Snapshots may be taken of the plants, gardens, or members of their group during their visit to the Garden.</p> <p><b>Cost &amp; Reservations:</b> included with admission, no reservations required.</p> <h3 class="text-center green">Photography Session</h3> <p><b>Definition:</b> A photography session is an event where a photographer/videographer (either amateur or professional) takes a series of formal photographs of a posed subject(s). A photography session allows the photographer to spend prolonged time composing the photographs and permits use of photography equipment such as tripods, reflectors, props, etc. Our policy varies for public or private photography sessions. </p> <p class="green bold">PUBLIC PHOTOGRAPHY SESSION</p> <p><b>Policy:</b> A public photography session is held in a Garden location that remains open to the public. Photographers may schedule use of Red Butte Garden as a backdrop for a bridal or other portrait photography session. </p> <p><b>Cost &amp; Reservations:</b> </p> <ul> <li>$100.00 plus Garden admission. </li> <li>Reservation required. Please email <a href="mailto:rentals@redbutte.utah.edu">rentals@redbutte.utah.edu</a> or call 801-585-9563.</li> <li>If a photographer arrives without a reservation, RBG staff will evaluate our current number of private events and photography sessions to determine if the session may be permitted. </li> </ul> <p class="green bold">PRIVATE PHOTOGRAPHY SESSION</p> <p><b>Policy:</b> A private photography session is held in a Garden location that is closed to the public. Photographers may schedule exclusive use of one specific location in the Garden for a either a portrait or a commercial photography session. If multiple locations are requested, the photographer may schedule these locations consecutively with a minimum of one hour per location. </p> <p><b>Cost &amp; Reservations:</b> </p> <ul> <li>$375.00 per hour. </li> <li>Additional fees may apply, depending on the requirements of the session.</li> <li>Reservation required. Please email <a href="mailto:rentals@redbutte.utah.edu">rentals@redbutte.utah.edu</a> or call 801-585-9563.</li> </ul> </div> <div class="col-sm-6"> <br class="hide-desktop" /> <h3 class="text-center green">Photography Policies &amp; Guidelines</h3> <p>The photographer/videographer agrees to abide by the photography policies outlined below. Failure to follow these rules may result in expulsion from the Garden and/or denial of future requests.</p> <ul> <li>Photography must be conducted without disrupting RBG visitors, staff, or other operations.</li> <li>Accessibility of exhibitions, entrances, exits, doorways, pathways, and high-traffic areas must not be blocked.</li> <li>This is a living museum and our plant collections are tender. Please do not walk in any of the plant beds, climb any trees, or pick any plant material.</li> <li>Please do not climb, sit, or stand on any walls, sculptures, or any other structures.</li> <li>Please do not move plant labels, planted containers, benches, or otherwise disturb the property.</li> <li>Due to our proximity to the University of Utah Hospital and Helicopter Pad, drones are not permitted anywhere in the Garden.</li> <li>No pets are allowed in the Garden, with the exception of service animals.</li> <li>Motorized and non-motorized vehicles are not permitted, with the exception of wheelchairs and strollers.</li> <li>Clients/models must be fully and appropriately clothed (i.e., no lingerie, swimsuits, or inappropriate costumes).</li> <li>Red Butte Garden assumes no responsibility for loss, theft, or damage to any equipment or belongings.</li> <li>Be aware that certain locations in the Garden may be closed for a private event. Garden staff may approach photographers to discuss alternatives to their session if Garden maintenance or special events are in progress.</li> <li>The Garden reserves the right to intervene if a photographer is found violating any of our policies. They may be asked to end their session if steps are not taken to comply.</li> <li>Any unauthorized portrait/commercial photography sessions will be asked to comply with our policies or will be asked to end their session.</li> <li>Sessions must end before the Garden closes for the day. The Garden reserves the right to limit groups arriving less than two hours before closing time.</li> </ul> <p>The photography policy was created to protect the grounds and to manage the number of photography sessions and private events in the Garden at one time. Fees directly support Red Butte Garden’s mission to connect people with plants and the beauty of living landscapes. </p> </div> </div>
redbuttegarden/redbuttegarden.github.io
photo-policy.html
HTML
apache-2.0
5,174
{% extends "usernav.html" %} {% block content %} <div class="col-sm-12"> <div class="col-md-4"> <h3>{{ library.name ~ ' ' ~ library.unit }} Library </h3> </div> <div class="btn-group pull-right"> {% if library.name != "Loaned" %} <button type="button" class="btn btn-default add-movie" style="margin-top:10px" data-toggle="modal" data-target="#addMovie-form">Add Movie</button> {% endif %} </div> <div class="full_width" style="margin-top:4em;"> <div class="dataTables_wrapper" role="grid"> <table id="lib" class="table table-striped table-hover"> <thead> <tr> <td>Movie</td> <td>Rating</td> <td class="hidden-xs">Summary</td> <td class="hidden-xs">Options</td> </tr> </thead> <tbody> {% if library.collection|length <= 0 %} <tr> <td>No Movies are in this collection </td> </tr> {% else %} {% for movie in library.hydrateList() %} {% set loan = movie.getLoan(user) %} <tr class='clickable' data-id='{{ loop.index }}'> <td> <h4>{{ movie.title }}</h4> <img src="{{ movie.poster|default('') }}" style="max-width: 200px;" alt="{{ movie.title }}"> <div class="btn-group hidden-md hidden-lg"> {% if loan == None %} <button type="button" class="btn btn-default btn-small lend-movie" data-toggle="modal" data-target="#loan-form" data-id='{{ movie.id }}'>Lend</button> {% else %} Loaned to: {{ loan.borrower_email }}<br/> Due back: {{ loan.expected_return_date.strftime('%m-%d-%Y') }} <button type="button" class="btn btn-default btn-small return-movie" data-toggle="modal" data-target="#return-form" data-id='{{ movie.id }}'>Return</button> <button type="button" class="btn btn-default btn-small reminder" data-toggle="modal" data-target="#reminder-form" data-id='{{ movie.id }}'>Reminder</button> {% endif %} {% if (library.name != "Master" and library.name != "Loaned") or loan == None %} <button type="button" class="btn btn-default btn-small remove-movie" data-id='{{ loop.index }}'>Remove</button> {% endif %} </div> </td> <td> <div class='rating-text'style="">{{ movie.popularity }}</div> <div class="rating"> {% set rating = 10 - movie.popularity|round %} {% for i in range(10) %} {% if rating == i %} <span class="vert rated">☆</span> {% else %} <span class="vert">☆</span> {% endif %} {% endfor %} </div> </td> <td class="hidden-xs"> {{ movie.summary }} </td> <td class="hidden-xs"> <div class="btn-group-vertical"> {% if loan == None %} <button type="button" class="btn btn-default btn-small lend-movie" data-toggle="modal" data-target="#loan-form" data-id='{{ movie.id }}'>Lend</button> {% else %} Loaned to: {{ loan.borrower_email }}<br/> Due back: {{ loan.expected_return_date.strftime('%m-%d-%Y') }} <button type="button" class="btn btn-default btn-small return-movie" data-toggle="modal" data-target="#return-form" data-id='{{ movie.id }}'>Return</button> <button type="button" class="btn btn-default btn-small reminder" data-toggle="modal" data-target="#reminder-form" data-id='{{ movie.id }}'>Reminder</button> {% endif %} {% if (library.name != "Master" and library.name != "Loaned") or loan == None %} <button type="button" class="btn btn-default btn-small remove-movie" data-id='{{ loop.index }}'>Remove</button> {% endif %} </div> </td> </tr> {% endfor %} {% endif %} </tbody> </table> </div> </div> </div> {% endblock %} {% block javascript %} <script src="{{ url_for('static', filename='lib/jquery.dataTables.min.js') }}"></script> <script> $(function () { {% if library.collection|length > 0 %} $('#lib').dataTable({ "sDom": '<"#search-control.pull-right"f>rt<"pull-right"p><"clear">', "bJQueryUI": true, "sPaginationType": "bootstrap", }); {% endif %} var libraryPath = '{{ url_for("libraryItem", name=library.name, index="999") }}'; $('.clickable').on('click', function () { var movie_id = $(this).data('id'); window.document.location = libraryPath.replace('999', movie_id); }); var removePath = '{{ url_for("removelibraryItem", name=library.name) }}'; $('.remove-movie').on('click', function (event) { event.stopPropagation(); event.preventDefault(); var movie_id = $(this).data('id'); {% if library.name == 'Master' %} var message = "Removing a movie from your Master list will remove it from all other lists. Are you sure you want remove this movie? "; {% else %} var message = "Are you sure you want remove this movie? "; {% endif %} if (confirm(message)) { $.ajax({ url: removePath, data: { id: movie_id }, method: 'POST', success: function (data, status, jqXHR) { if (data['response'] == 'success') { if (data['type'] == 'redirect') { window.document.location = data['path']; } else if (data['type'] == 'reload') { window.document.location.reload(); } } }, error: function (jqXHR, textStatus, errorThrown) { response = jqXHR.responseJSON; if ('message' in response) { alert(response['message']); } } }); } }); var returnPath = '{{ url_for("returnMovie") }}'; $('.return-movie').on('click', function (event) { event.stopPropagation(); event.preventDefault(); var movie_id = $(this).data('id'); var message = "Are you sure this movie has been returned? "; if (confirm(message)) { $.ajax({ url: returnPath, data: { id: movie_id }, method: 'POST', success: function (data, status, jqXHR) { if (data['response'] == 'success') { if (data['type'] == 'redirect') { window.document.location = data['path']; } else if (data['type'] == 'reload') { window.document.location.reload(); } } }, error: function (jqXHR, textStatus, errorThrown) { response = jqXHR.responseJSON; if ('message' in response) { alert(response['message']); } } }); } }); }); </script> {% endblock %} {% block modals %} {% include 'library/addmovie_modal.html' %} {% include 'library/loanMovie_modal.html' %} {% include 'library/reminder_modal.html' %} {% endblock %}
ndbills/MyMovieLibrary
project/templates/library/library.html
HTML
apache-2.0
6,744
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.google.code.play2.provider.play26.run.DelegatedResourcesClassLoader (Play! 2.x Provider for Play! 2.6.x 1.0.0-beta7 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.google.code.play2.provider.play26.run.DelegatedResourcesClassLoader (Play! 2.x Provider for Play! 2.6.x 1.0.0-beta7 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/google/code/play2/provider/play26/run/DelegatedResourcesClassLoader.html" title="class in com.google.code.play2.provider.play26.run">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/google/code/play2/provider/play26/run/class-use/DelegatedResourcesClassLoader.html" target="_top">Frames</a></li> <li><a href="DelegatedResourcesClassLoader.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.google.code.play2.provider.play26.run.DelegatedResourcesClassLoader" class="title">Uses of Class<br>com.google.code.play2.provider.play26.run.DelegatedResourcesClassLoader</h2> </div> <div class="classUseContainer">No usage of com.google.code.play2.provider.play26.run.DelegatedResourcesClassLoader</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/google/code/play2/provider/play26/run/DelegatedResourcesClassLoader.html" title="class in com.google.code.play2.provider.play26.run">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/google/code/play2/provider/play26/run/class-use/DelegatedResourcesClassLoader.html" target="_top">Frames</a></li> <li><a href="DelegatedResourcesClassLoader.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; 2013&#x2013;2017. All rights reserved.</small></p> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-beta7/play2-providers/play2-provider-play26/apidocs/com/google/code/play2/provider/play26/run/class-use/DelegatedResourcesClassLoader.html
HTML
apache-2.0
5,072
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ember Starter Kit</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/5.2.2/css/foundation.min.css"> <link rel="stylesheet" href="css/style.css"> </head> <body> <script type="text/x-handlebars"> {{outlet}} </script> <script type="text/x-handlebars" data-template-name="project" > {{#if isEditing}} {{input value=bufferedName focus-out="doneEditing" insert-newline="doneEditing" escape-press="cancelEditing"}} {{else}} <span {{action "editProjectName"}}>{{name}}</span> {{/if}} </script> <script type="text/x-handlebars" data-template-name="projects"> <div class="off-canvas-wrap" data-offcanvas> <div class="inner-wrap"> <nav class="tab-bar"> <section class="left-small"> <a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a> </section> <section class="middle tab-bar-section"> <h1 class="title">{{outlet title}}</h1> </section> </nav> <aside class="left-off-canvas-menu"> <ul class="off-canvas-list"> <li><label>Projects<span class="right" {{action "createProject"}}>+</span></label></li> {{#each itemController="Project"}} <li> {{#link-to 'project' this}} {{name}} <span class="right" {{action "deleteProject"}}>&times;</span> {{/link-to}} </li> {{else}} You don't have any projects {{/each}} </ul> </aside> <section class="main-section"> {{outlet main}} </section> <a class="exit-off-canvas"></a> </div> </div> </script> <script type="text/x-handlebars" id="investigations"> <ul class="side-nav"> <li class="heading">Investigations</li> {{#each investigations}} <li> {{#link-to 'investigation' this}} {{name}} {{/link-to}} </li> {{else}} You haven't created any investigations {{/each}} </ul> </script> <script src="js/libs/jquery-1.10.2.js"></script> <script src="js/libs/handlebars-1.1.2.js"></script> <script src="js/libs/ember-1.5.0.js"></script> <script src="js/libs/ember-data.js"></script> <script src="js/mixins/NestedRecordsMixin.js"></script> <script src="js/app.js"></script> <script src="js/router.js"></script> <script src="js/controllers/ProjectController.js"></script> <script src="js/controllers/ProjectsController.js"></script> <script src="js/models/ProjectModel.js"></script> <script src="js/models/InvestigationModel.js"></script> <!-- to activate the test runner, add the "?test" query string parameter --> <script src="tests/runner.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/foundation/5.2.2/js/foundation.min.js"></script> <script> $(document).foundation(); </script> </body> </html>
with-regard/regard-dev-portal
index.html
HTML
apache-2.0
3,114
<div class="col-xs-12"> <ul class="breadcrumb"> <li><a href="[@config:home_url@]">Home</a></li> <li><a href="[%URL page:'account'%][%END URL%]">My Account</a></li> <li><a href="[%URL page:'account' type:'approve_quote'%][%END URL%]">Approve Quotes</a></li> </ul> <h1>Dismiss Quote</h1> <p>Your quote [@order_id@] has been dismissed. No further action is required.</p> </div>
ButsAndCats/vape-neto-theme
templates/customer/approve_quote/delete_quote_success.template.html
HTML
apache-2.0
385
<!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 Nov 14 23:55:13 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse (Apache Hadoop Main 2.5.2 API) </TITLE> <META NAME="date" CONTENT="2014-11-14"> <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.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse (Apache Hadoop Main 2.5.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords"><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/yarn/api/protocolrecords//class-useGetQueueUserAclsInfoResponse.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GetQueueUserAclsInfoResponse.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.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse</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/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.yarn.api"><B>org.apache.hadoop.yarn.api</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.yarn.api.protocolrecords"><B>org.apache.hadoop.yarn.api.protocolrecords</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.yarn.api"><!-- --></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/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A> in <A HREF="../../../../../../../org/apache/hadoop/yarn/api/package-summary.html">org.apache.hadoop.yarn.api</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/yarn/api/package-summary.html">org.apache.hadoop.yarn.api</A> that return <A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A></CODE></FONT></TD> <TD><CODE><B>ApplicationClientProtocol.</B><B><A HREF="../../../../../../../org/apache/hadoop/yarn/api/ApplicationClientProtocol.html#getQueueUserAcls(org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest)">getQueueUserAcls</A></B>(<A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoRequest.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoRequest</A>&nbsp;request)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The interface used by clients to get information about <em>queue acls</em> for <em>current user</em> from the <code>ResourceManager</code>.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.yarn.api.protocolrecords"><!-- --></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/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A> in <A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/package-summary.html">org.apache.hadoop.yarn.api.protocolrecords</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/yarn/api/protocolrecords/package-summary.html">org.apache.hadoop.yarn.api.protocolrecords</A> that return <A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords">GetQueueUserAclsInfoResponse</A></CODE></FONT></TD> <TD><CODE><B>GetQueueUserAclsInfoResponse.</B><B><A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html#newInstance(java.util.List)">newInstance</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/yarn/api/records/QueueUserACLInfo.html" title="class in org.apache.hadoop.yarn.api.records">QueueUserACLInfo</A>&gt;&nbsp;queueUserAclsList)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/yarn/api/protocolrecords/GetQueueUserAclsInfoResponse.html" title="class in org.apache.hadoop.yarn.api.protocolrecords"><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/yarn/api/protocolrecords//class-useGetQueueUserAclsInfoResponse.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GetQueueUserAclsInfoResponse.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; 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
hsh075623201/hadoop
share/doc/hadoop/api/org/apache/hadoop/yarn/api/protocolrecords/class-use/GetQueueUserAclsInfoResponse.html
HTML
apache-2.0
11,545
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>tesseract: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">tesseract &#160;<span id="projectnumber">4.00.00dev</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('a02741.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">SEAM Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="a02741.html">SEAM</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="a02741.html#ac4680157bf04f93143e567e40775149e">ApplySeam</a>(bool italic_blob, TBLOB *blob, TBLOB *other_blob) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a131651935dc18e54d7c8e4b173d6f072">bounding_box</a>() const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#aaec9d9e35c4ed0efb64e65fda8837f63">BreakPieces</a>(const GenericVector&lt; SEAM *&gt; &amp;seams, const GenericVector&lt; TBLOB *&gt; &amp;blobs, int first, int last)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#af2523bd9071db57b1595291ba4c55286">CombineableWith</a>(const SEAM &amp;other, int max_x_dist, float max_total_priority) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#affaf98ec5d3d492a28bd69d9b8c411a0">CombineWith</a>(const SEAM &amp;other)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#ad25e248de65f613a7f698510887abdce">ContainedByBlob</a>(const TBLOB &amp;blob) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#ad5bab10c7a45d0470daf7d945b46b459">Finalize</a>()</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a959ac83e7e061b43ca2399abc5ec5320">FindBlobWidth</a>(const GenericVector&lt; TBLOB *&gt; &amp;blobs, int index, bool modify)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a014561100c9814fb02f153860446df27">FullPriority</a>(int xmin, int xmax, double overlap_knob, int centered_maxwidth, double center_knob, double width_change_knob) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a2c67b54ee80a063c0c0b976f3b22d5c6">HasAnySplits</a>() const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a7c01d6e5d4173ad5adc56f0ab76633f4">Hide</a>() const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a9be414853b3fc073b008fda0111ab56b">IsHealthy</a>(const TBLOB &amp;blob, int min_points, int min_area) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a74e588b58332a80640dbc81d854493e4">JoinPieces</a>(const GenericVector&lt; SEAM *&gt; &amp;seams, const GenericVector&lt; TBLOB *&gt; &amp;blobs, int first, int last)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a791f195ab409a44bd99484d0cb369d80">Mark</a>(ScrollView *window) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#aa6a3381bd5cf17001781802c9b24523d">OverlappingSplits</a>(const SEAM &amp;other) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a6ce6b5f3aee9f7eac2bcb2980a5e2162">PrepareToInsertSeam</a>(const GenericVector&lt; SEAM *&gt; &amp;seams, const GenericVector&lt; TBLOB *&gt; &amp;blobs, int insert_index, bool modify)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#af7dafc449064c67d3eba53c94f761726">Print</a>(const char *label) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a2bae12ad3c6521d5063c16260099161a">PrintSeams</a>(const char *label, const GenericVector&lt; SEAM *&gt; &amp;seams)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a2a2a8c84555ef8e7834628b7da952dba">priority</a>() const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#aa390aee7749bd1c80b8b1a55dc88afc8">Reveal</a>() const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#ae3fc86b3222b3dbb31ed6ac77d22dd58">SEAM</a>(float priority, const TPOINT &amp;location)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a5c061c4c184baa874d5458274050c628">SEAM</a>(float priority, const TPOINT &amp;location, const SPLIT &amp;split)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a3338e20862a591a34cedcc8bb1f20ccf">set_priority</a>(float priority)</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a3e5078d5864a75f7777708ea00383c30">SharesPosition</a>(const SEAM &amp;other) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02741.html#a5a3afb3a4bb0c3b61abde7107d5b7240">UndoSeam</a>(TBLOB *blob, TBLOB *other_blob) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02741.html#a76685255ad8ac751ac71e506633b7558">UsesPoint</a>(const EDGEPT *point) const</td><td class="entry"><a class="el" href="a02741.html">SEAM</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sat May 20 2017 22:15:28 for tesseract by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
stweil/tesseract-ocr.github.io
4.00.00dev/a02738.html
HTML
apache-2.0
10,737
<!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>27.12. inspect — Inspect live objects &mdash; Python v3.2.3 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: '3.2.3', 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> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python v3.2.3 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python v3.2.3 documentation" href="../index.html" /> <link rel="up" title="27. Python Runtime Services" href="python.html" /> <link rel="next" title="27.13. site — Site-specific configuration hook" href="site.html" /> <link rel="prev" title="27.11. gc — Garbage Collector interface" href="gc.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> </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="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="site.html" title="27.13. site — Site-specific configuration hook" accesskey="N">next</a> |</li> <li class="right" > <a href="gc.html" title="27.11. gc — Garbage Collector interface" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python v3.2.3 documentation</a> &raquo;</li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="python.html" accesskey="U">27. Python Runtime Services</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-inspect"> <span id="inspect-inspect-live-objects"></span><h1>27.12. <a class="reference internal" href="#module-inspect" title="inspect: Extract information and source code from live objects."><tt class="xref py py-mod docutils literal"><span class="pre">inspect</span></tt></a> &#8212; Inspect live objects<a class="headerlink" href="#module-inspect" title="Permalink to this headline">¶</a></h1> <p><strong>Source code:</strong> <a class="reference external" href="http://hg.python.org/cpython/file/3.2/Lib/inspect.py">Lib/inspect.py</a></p> <hr class="docutils" /> <p>The <a class="reference internal" href="#module-inspect" title="inspect: Extract information and source code from live objects."><tt class="xref py py-mod docutils literal"><span class="pre">inspect</span></tt></a> module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, and code objects. For example, it can help you examine the contents of a class, retrieve the source code of a method, extract and format the argument list for a function, or get all the information you need to display a detailed traceback.</p> <p>There are four main kinds of services provided by this module: type checking, getting source code, inspecting classes and functions, and examining the interpreter stack.</p> <div class="section" id="types-and-members"> <span id="inspect-types"></span><h2>27.12.1. Types and members<a class="headerlink" href="#types-and-members" title="Permalink to this headline">¶</a></h2> <p>The <a class="reference internal" href="#inspect.getmembers" title="inspect.getmembers"><tt class="xref py py-func docutils literal"><span class="pre">getmembers()</span></tt></a> function retrieves the members of an object such as a class or module. The sixteen functions whose names begin with &#8220;is&#8221; are mainly provided as convenient choices for the second argument to <a class="reference internal" href="#inspect.getmembers" title="inspect.getmembers"><tt class="xref py py-func docutils literal"><span class="pre">getmembers()</span></tt></a>. They also help you determine when you can expect to find the following special attributes:</p> <table border="1" class="docutils"> <colgroup> <col width="20%" /> <col width="31%" /> <col width="49%" /> </colgroup> <thead valign="bottom"> <tr><th class="head">Type</th> <th class="head">Attribute</th> <th class="head">Description</th> </tr> </thead> <tbody valign="top"> <tr><td>module</td> <td>__doc__</td> <td>documentation string</td> </tr> <tr><td>&nbsp;</td> <td>__file__</td> <td>filename (missing for built-in modules)</td> </tr> <tr><td>class</td> <td>__doc__</td> <td>documentation string</td> </tr> <tr><td>&nbsp;</td> <td>__module__</td> <td>name of module in which this class was defined</td> </tr> <tr><td>method</td> <td>__doc__</td> <td>documentation string</td> </tr> <tr><td>&nbsp;</td> <td>__name__</td> <td>name with which this method was defined</td> </tr> <tr><td>&nbsp;</td> <td>__func__</td> <td>function object containing implementation of method</td> </tr> <tr><td>&nbsp;</td> <td>__self__</td> <td>instance to which this method is bound, or <tt class="xref docutils literal"><span class="pre">None</span></tt></td> </tr> <tr><td>function</td> <td>__doc__</td> <td>documentation string</td> </tr> <tr><td>&nbsp;</td> <td>__name__</td> <td>name with which this function was defined</td> </tr> <tr><td>&nbsp;</td> <td>__code__</td> <td>code object containing compiled function <a class="reference internal" href="../glossary.html#term-bytecode"><em class="xref std std-term">bytecode</em></a></td> </tr> <tr><td>&nbsp;</td> <td>__defaults__</td> <td>tuple of any default values for arguments</td> </tr> <tr><td>&nbsp;</td> <td>__globals__</td> <td>global namespace in which this function was defined</td> </tr> <tr><td>traceback</td> <td>tb_frame</td> <td>frame object at this level</td> </tr> <tr><td>&nbsp;</td> <td>tb_lasti</td> <td>index of last attempted instruction in bytecode</td> </tr> <tr><td>&nbsp;</td> <td>tb_lineno</td> <td>current line number in Python source code</td> </tr> <tr><td>&nbsp;</td> <td>tb_next</td> <td>next inner traceback object (called by this level)</td> </tr> <tr><td>frame</td> <td>f_back</td> <td>next outer frame object (this frame&#8217;s caller)</td> </tr> <tr><td>&nbsp;</td> <td>f_builtins</td> <td>builtins namespace seen by this frame</td> </tr> <tr><td>&nbsp;</td> <td>f_code</td> <td>code object being executed in this frame</td> </tr> <tr><td>&nbsp;</td> <td>f_globals</td> <td>global namespace seen by this frame</td> </tr> <tr><td>&nbsp;</td> <td>f_lasti</td> <td>index of last attempted instruction in bytecode</td> </tr> <tr><td>&nbsp;</td> <td>f_lineno</td> <td>current line number in Python source code</td> </tr> <tr><td>&nbsp;</td> <td>f_locals</td> <td>local namespace seen by this frame</td> </tr> <tr><td>&nbsp;</td> <td>f_restricted</td> <td>0 or 1 if frame is in restricted execution mode</td> </tr> <tr><td>&nbsp;</td> <td>f_trace</td> <td>tracing function for this frame, or <tt class="xref docutils literal"><span class="pre">None</span></tt></td> </tr> <tr><td>code</td> <td>co_argcount</td> <td>number of arguments (not including * or ** args)</td> </tr> <tr><td>&nbsp;</td> <td>co_code</td> <td>string of raw compiled bytecode</td> </tr> <tr><td>&nbsp;</td> <td>co_consts</td> <td>tuple of constants used in the bytecode</td> </tr> <tr><td>&nbsp;</td> <td>co_filename</td> <td>name of file in which this code object was created</td> </tr> <tr><td>&nbsp;</td> <td>co_firstlineno</td> <td>number of first line in Python source code</td> </tr> <tr><td>&nbsp;</td> <td>co_flags</td> <td>bitmap: 1=optimized <tt class="docutils literal"><span class="pre">|</span></tt> 2=newlocals <tt class="docutils literal"><span class="pre">|</span></tt> 4=*arg <tt class="docutils literal"><span class="pre">|</span></tt> 8=**arg</td> </tr> <tr><td>&nbsp;</td> <td>co_lnotab</td> <td>encoded mapping of line numbers to bytecode indices</td> </tr> <tr><td>&nbsp;</td> <td>co_name</td> <td>name with which this code object was defined</td> </tr> <tr><td>&nbsp;</td> <td>co_names</td> <td>tuple of names of local variables</td> </tr> <tr><td>&nbsp;</td> <td>co_nlocals</td> <td>number of local variables</td> </tr> <tr><td>&nbsp;</td> <td>co_stacksize</td> <td>virtual machine stack space required</td> </tr> <tr><td>&nbsp;</td> <td>co_varnames</td> <td>tuple of names of arguments and local variables</td> </tr> <tr><td>builtin</td> <td>__doc__</td> <td>documentation string</td> </tr> <tr><td>&nbsp;</td> <td>__name__</td> <td>original name of this function or method</td> </tr> <tr><td>&nbsp;</td> <td>__self__</td> <td>instance to which a method is bound, or <tt class="xref docutils literal"><span class="pre">None</span></tt></td> </tr> </tbody> </table> <dl class="function"> <dt id="inspect.getmembers"> <tt class="descclassname">inspect.</tt><tt class="descname">getmembers</tt><big>(</big><em>object</em><span class="optional">[</span>, <em>predicate</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#inspect.getmembers" title="Permalink to this definition">¶</a></dt> <dd><p>Return all the members of an object in a list of (name, value) pairs sorted by name. If the optional <em>predicate</em> argument is supplied, only members for which the predicate returns a true value are included.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last"><a class="reference internal" href="#inspect.getmembers" title="inspect.getmembers"><tt class="xref py py-func docutils literal"><span class="pre">getmembers()</span></tt></a> does not return metaclass attributes when the argument is a class (this behavior is inherited from the <a class="reference internal" href="functions.html#dir" title="dir"><tt class="xref py py-func docutils literal"><span class="pre">dir()</span></tt></a> function).</p> </div> </dd></dl> <dl class="function"> <dt id="inspect.getmoduleinfo"> <tt class="descclassname">inspect.</tt><tt class="descname">getmoduleinfo</tt><big>(</big><em>path</em><big>)</big><a class="headerlink" href="#inspect.getmoduleinfo" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a <a class="reference internal" href="../glossary.html#term-named-tuple"><em class="xref std std-term">named tuple</em></a> <tt class="docutils literal"><span class="pre">ModuleInfo(name,</span> <span class="pre">suffix,</span> <span class="pre">mode,</span> <span class="pre">module_type)</span></tt> of values that describe how Python will interpret the file identified by <em>path</em> if it is a module, or <tt class="xref docutils literal"><span class="pre">None</span></tt> if it would not be identified as a module. In that tuple, <em>name</em> is the name of the module without the name of any enclosing package, <em>suffix</em> is the trailing part of the file name (which may not be a dot-delimited extension), <em>mode</em> is the <a class="reference internal" href="functions.html#open" title="open"><tt class="xref py py-func docutils literal"><span class="pre">open()</span></tt></a> mode that would be used (<tt class="docutils literal"><span class="pre">'r'</span></tt> or <tt class="docutils literal"><span class="pre">'rb'</span></tt>), and <em>module_type</em> is an integer giving the type of the module. <em>module_type</em> will have a value which can be compared to the constants defined in the <a class="reference internal" href="imp.html#module-imp" title="imp: Access the implementation of the import statement."><tt class="xref py py-mod docutils literal"><span class="pre">imp</span></tt></a> module; see the documentation for that module for more information on module types.</p> </dd></dl> <dl class="function"> <dt id="inspect.getmodulename"> <tt class="descclassname">inspect.</tt><tt class="descname">getmodulename</tt><big>(</big><em>path</em><big>)</big><a class="headerlink" href="#inspect.getmodulename" title="Permalink to this definition">¶</a></dt> <dd><p>Return the name of the module named by the file <em>path</em>, without including the names of enclosing packages. This uses the same algorithm as the interpreter uses when searching for modules. If the name cannot be matched according to the interpreter&#8217;s rules, <tt class="xref docutils literal"><span class="pre">None</span></tt> is returned.</p> </dd></dl> <dl class="function"> <dt id="inspect.ismodule"> <tt class="descclassname">inspect.</tt><tt class="descname">ismodule</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.ismodule" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a module.</p> </dd></dl> <dl class="function"> <dt id="inspect.isclass"> <tt class="descclassname">inspect.</tt><tt class="descname">isclass</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isclass" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a class, whether built-in or created in Python code.</p> </dd></dl> <dl class="function"> <dt id="inspect.ismethod"> <tt class="descclassname">inspect.</tt><tt class="descname">ismethod</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.ismethod" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a bound method written in Python.</p> </dd></dl> <dl class="function"> <dt id="inspect.isfunction"> <tt class="descclassname">inspect.</tt><tt class="descname">isfunction</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isfunction" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a Python function, which includes functions created by a <a class="reference internal" href="../glossary.html#term-lambda"><em class="xref std std-term">lambda</em></a> expression.</p> </dd></dl> <dl class="function"> <dt id="inspect.isgeneratorfunction"> <tt class="descclassname">inspect.</tt><tt class="descname">isgeneratorfunction</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isgeneratorfunction" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a Python generator function.</p> </dd></dl> <dl class="function"> <dt id="inspect.isgenerator"> <tt class="descclassname">inspect.</tt><tt class="descname">isgenerator</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isgenerator" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a generator.</p> </dd></dl> <dl class="function"> <dt id="inspect.istraceback"> <tt class="descclassname">inspect.</tt><tt class="descname">istraceback</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.istraceback" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a traceback.</p> </dd></dl> <dl class="function"> <dt id="inspect.isframe"> <tt class="descclassname">inspect.</tt><tt class="descname">isframe</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isframe" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a frame.</p> </dd></dl> <dl class="function"> <dt id="inspect.iscode"> <tt class="descclassname">inspect.</tt><tt class="descname">iscode</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.iscode" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a code.</p> </dd></dl> <dl class="function"> <dt id="inspect.isbuiltin"> <tt class="descclassname">inspect.</tt><tt class="descname">isbuiltin</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isbuiltin" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a built-in function or a bound built-in method.</p> </dd></dl> <dl class="function"> <dt id="inspect.isroutine"> <tt class="descclassname">inspect.</tt><tt class="descname">isroutine</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isroutine" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a user-defined or built-in function or method.</p> </dd></dl> <dl class="function"> <dt id="inspect.isabstract"> <tt class="descclassname">inspect.</tt><tt class="descname">isabstract</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isabstract" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is an abstract base class.</p> </dd></dl> <dl class="function"> <dt id="inspect.ismethoddescriptor"> <tt class="descclassname">inspect.</tt><tt class="descname">ismethoddescriptor</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.ismethoddescriptor" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a method descriptor, but not if <a class="reference internal" href="#inspect.ismethod" title="inspect.ismethod"><tt class="xref py py-func docutils literal"><span class="pre">ismethod()</span></tt></a>, <a class="reference internal" href="#inspect.isclass" title="inspect.isclass"><tt class="xref py py-func docutils literal"><span class="pre">isclass()</span></tt></a>, <a class="reference internal" href="#inspect.isfunction" title="inspect.isfunction"><tt class="xref py py-func docutils literal"><span class="pre">isfunction()</span></tt></a> or <a class="reference internal" href="#inspect.isbuiltin" title="inspect.isbuiltin"><tt class="xref py py-func docutils literal"><span class="pre">isbuiltin()</span></tt></a> are true.</p> <p>This, for example, is true of <tt class="docutils literal"><span class="pre">int.__add__</span></tt>. An object passing this test has a <tt class="xref py py-attr docutils literal"><span class="pre">__get__</span></tt> attribute but not a <tt class="xref py py-attr docutils literal"><span class="pre">__set__</span></tt> attribute, but beyond that the set of attributes varies. <tt class="xref py py-attr docutils literal"><span class="pre">__name__</span></tt> is usually sensible, and <tt class="xref py py-attr docutils literal"><span class="pre">__doc__</span></tt> often is.</p> <p>Methods implemented via descriptors that also pass one of the other tests return false from the <a class="reference internal" href="#inspect.ismethoddescriptor" title="inspect.ismethoddescriptor"><tt class="xref py py-func docutils literal"><span class="pre">ismethoddescriptor()</span></tt></a> test, simply because the other tests promise more &#8211; you can, e.g., count on having the <tt class="xref py py-attr docutils literal"><span class="pre">__func__</span></tt> attribute (etc) when an object passes <a class="reference internal" href="#inspect.ismethod" title="inspect.ismethod"><tt class="xref py py-func docutils literal"><span class="pre">ismethod()</span></tt></a>.</p> </dd></dl> <dl class="function"> <dt id="inspect.isdatadescriptor"> <tt class="descclassname">inspect.</tt><tt class="descname">isdatadescriptor</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isdatadescriptor" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a data descriptor.</p> <p>Data descriptors have both a <tt class="xref py py-attr docutils literal"><span class="pre">__get__</span></tt> and a <tt class="xref py py-attr docutils literal"><span class="pre">__set__</span></tt> attribute. Examples are properties (defined in Python), getsets, and members. The latter two are defined in C and there are more specific tests available for those types, which is robust across Python implementations. Typically, data descriptors will also have <tt class="xref py py-attr docutils literal"><span class="pre">__name__</span></tt> and <tt class="xref py py-attr docutils literal"><span class="pre">__doc__</span></tt> attributes (properties, getsets, and members have both of these attributes), but this is not guaranteed.</p> </dd></dl> <dl class="function"> <dt id="inspect.isgetsetdescriptor"> <tt class="descclassname">inspect.</tt><tt class="descname">isgetsetdescriptor</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.isgetsetdescriptor" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a getset descriptor.</p> <div class="impl-detail compound"> <p><strong>CPython implementation detail:</strong> getsets are attributes defined in extension modules via <tt class="xref c c-type docutils literal"><span class="pre">PyGetSetDef</span></tt> structures. For Python implementations without such types, this method will always return <tt class="xref docutils literal"><span class="pre">False</span></tt>.</p> </div> </dd></dl> <dl class="function"> <dt id="inspect.ismemberdescriptor"> <tt class="descclassname">inspect.</tt><tt class="descname">ismemberdescriptor</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.ismemberdescriptor" title="Permalink to this definition">¶</a></dt> <dd><p>Return true if the object is a member descriptor.</p> <div class="impl-detail compound"> <p><strong>CPython implementation detail:</strong> Member descriptors are attributes defined in extension modules via <a class="reference internal" href="../c-api/structures.html#PyMemberDef" title="PyMemberDef"><tt class="xref c c-type docutils literal"><span class="pre">PyMemberDef</span></tt></a> structures. For Python implementations without such types, this method will always return <tt class="xref docutils literal"><span class="pre">False</span></tt>.</p> </div> </dd></dl> </div> <div class="section" id="retrieving-source-code"> <span id="inspect-source"></span><h2>27.12.2. Retrieving source code<a class="headerlink" href="#retrieving-source-code" title="Permalink to this headline">¶</a></h2> <dl class="function"> <dt id="inspect.getdoc"> <tt class="descclassname">inspect.</tt><tt class="descname">getdoc</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getdoc" title="Permalink to this definition">¶</a></dt> <dd><p>Get the documentation string for an object, cleaned up with <a class="reference internal" href="#inspect.cleandoc" title="inspect.cleandoc"><tt class="xref py py-func docutils literal"><span class="pre">cleandoc()</span></tt></a>.</p> </dd></dl> <dl class="function"> <dt id="inspect.getcomments"> <tt class="descclassname">inspect.</tt><tt class="descname">getcomments</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getcomments" title="Permalink to this definition">¶</a></dt> <dd><p>Return in a single string any lines of comments immediately preceding the object&#8217;s source code (for a class, function, or method), or at the top of the Python source file (if the object is a module).</p> </dd></dl> <dl class="function"> <dt id="inspect.getfile"> <tt class="descclassname">inspect.</tt><tt class="descname">getfile</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getfile" title="Permalink to this definition">¶</a></dt> <dd><p>Return the name of the (text or binary) file in which an object was defined. This will fail with a <a class="reference internal" href="exceptions.html#TypeError" title="TypeError"><tt class="xref py py-exc docutils literal"><span class="pre">TypeError</span></tt></a> if the object is a built-in module, class, or function.</p> </dd></dl> <dl class="function"> <dt id="inspect.getmodule"> <tt class="descclassname">inspect.</tt><tt class="descname">getmodule</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getmodule" title="Permalink to this definition">¶</a></dt> <dd><p>Try to guess which module an object was defined in.</p> </dd></dl> <dl class="function"> <dt id="inspect.getsourcefile"> <tt class="descclassname">inspect.</tt><tt class="descname">getsourcefile</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getsourcefile" title="Permalink to this definition">¶</a></dt> <dd><p>Return the name of the Python source file in which an object was defined. This will fail with a <a class="reference internal" href="exceptions.html#TypeError" title="TypeError"><tt class="xref py py-exc docutils literal"><span class="pre">TypeError</span></tt></a> if the object is a built-in module, class, or function.</p> </dd></dl> <dl class="function"> <dt id="inspect.getsourcelines"> <tt class="descclassname">inspect.</tt><tt class="descname">getsourcelines</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getsourcelines" title="Permalink to this definition">¶</a></dt> <dd><p>Return a list of source lines and starting line number for an object. The argument may be a module, class, method, function, traceback, frame, or code object. The source code is returned as a list of the lines corresponding to the object and the line number indicates where in the original source file the first line of code was found. An <a class="reference internal" href="exceptions.html#IOError" title="IOError"><tt class="xref py py-exc docutils literal"><span class="pre">IOError</span></tt></a> is raised if the source code cannot be retrieved.</p> </dd></dl> <dl class="function"> <dt id="inspect.getsource"> <tt class="descclassname">inspect.</tt><tt class="descname">getsource</tt><big>(</big><em>object</em><big>)</big><a class="headerlink" href="#inspect.getsource" title="Permalink to this definition">¶</a></dt> <dd><p>Return the text of the source code for an object. The argument may be a module, class, method, function, traceback, frame, or code object. The source code is returned as a single string. An <a class="reference internal" href="exceptions.html#IOError" title="IOError"><tt class="xref py py-exc docutils literal"><span class="pre">IOError</span></tt></a> is raised if the source code cannot be retrieved.</p> </dd></dl> <dl class="function"> <dt id="inspect.cleandoc"> <tt class="descclassname">inspect.</tt><tt class="descname">cleandoc</tt><big>(</big><em>doc</em><big>)</big><a class="headerlink" href="#inspect.cleandoc" title="Permalink to this definition">¶</a></dt> <dd><p>Clean up indentation from docstrings that are indented to line up with blocks of code. Any whitespace that can be uniformly removed from the second line onwards is removed. Also, all tabs are expanded to spaces.</p> </dd></dl> </div> <div class="section" id="classes-and-functions"> <span id="inspect-classes-functions"></span><h2>27.12.3. Classes and functions<a class="headerlink" href="#classes-and-functions" title="Permalink to this headline">¶</a></h2> <dl class="function"> <dt id="inspect.getclasstree"> <tt class="descclassname">inspect.</tt><tt class="descname">getclasstree</tt><big>(</big><em>classes</em>, <em>unique=False</em><big>)</big><a class="headerlink" href="#inspect.getclasstree" title="Permalink to this definition">¶</a></dt> <dd><p>Arrange the given list of classes into a hierarchy of nested lists. Where a nested list appears, it contains classes derived from the class whose entry immediately precedes the list. Each entry is a 2-tuple containing a class and a tuple of its base classes. If the <em>unique</em> argument is true, exactly one entry appears in the returned structure for each class in the given list. Otherwise, classes using multiple inheritance and their descendants will appear multiple times.</p> </dd></dl> <dl class="function"> <dt id="inspect.getargspec"> <tt class="descclassname">inspect.</tt><tt class="descname">getargspec</tt><big>(</big><em>func</em><big>)</big><a class="headerlink" href="#inspect.getargspec" title="Permalink to this definition">¶</a></dt> <dd><p>Get the names and default values of a Python function&#8217;s arguments. A <a class="reference internal" href="../glossary.html#term-named-tuple"><em class="xref std std-term">named tuple</em></a> <tt class="docutils literal"><span class="pre">ArgSpec(args,</span> <span class="pre">varargs,</span> <span class="pre">keywords,</span> <span class="pre">defaults)</span></tt> is returned. <em>args</em> is a list of the argument names. <em>varargs</em> and <em>keywords</em> are the names of the <tt class="docutils literal"><span class="pre">*</span></tt> and <tt class="docutils literal"><span class="pre">**</span></tt> arguments or <tt class="xref docutils literal"><span class="pre">None</span></tt>. <em>defaults</em> is a tuple of default argument values or None if there are no default arguments; if this tuple has <em>n</em> elements, they correspond to the last <em>n</em> elements listed in <em>args</em>.</p> <p class="deprecated"> <span class="versionmodified">Deprecated since version 3.0: </span>Use <a class="reference internal" href="#inspect.getfullargspec" title="inspect.getfullargspec"><tt class="xref py py-func docutils literal"><span class="pre">getfullargspec()</span></tt></a> instead, which provides information about keyword-only arguments and annotations.</p> </dd></dl> <dl class="function"> <dt id="inspect.getfullargspec"> <tt class="descclassname">inspect.</tt><tt class="descname">getfullargspec</tt><big>(</big><em>func</em><big>)</big><a class="headerlink" href="#inspect.getfullargspec" title="Permalink to this definition">¶</a></dt> <dd><p>Get the names and default values of a Python function&#8217;s arguments. A <a class="reference internal" href="../glossary.html#term-named-tuple"><em class="xref std std-term">named tuple</em></a> is returned:</p> <p><tt class="docutils literal"><span class="pre">FullArgSpec(args,</span> <span class="pre">varargs,</span> <span class="pre">varkw,</span> <span class="pre">defaults,</span> <span class="pre">kwonlyargs,</span> <span class="pre">kwonlydefaults,</span> <span class="pre">annotations)</span></tt></p> <p><em>args</em> is a list of the argument names. <em>varargs</em> and <em>varkw</em> are the names of the <tt class="docutils literal"><span class="pre">*</span></tt> and <tt class="docutils literal"><span class="pre">**</span></tt> arguments or <tt class="xref docutils literal"><span class="pre">None</span></tt>. <em>defaults</em> is an n-tuple of the default values of the last n arguments. <em>kwonlyargs</em> is a list of keyword-only argument names. <em>kwonlydefaults</em> is a dictionary mapping names from kwonlyargs to defaults. <em>annotations</em> is a dictionary mapping argument names to annotations.</p> <p>The first four items in the tuple correspond to <a class="reference internal" href="#inspect.getargspec" title="inspect.getargspec"><tt class="xref py py-func docutils literal"><span class="pre">getargspec()</span></tt></a>.</p> </dd></dl> <dl class="function"> <dt id="inspect.getargvalues"> <tt class="descclassname">inspect.</tt><tt class="descname">getargvalues</tt><big>(</big><em>frame</em><big>)</big><a class="headerlink" href="#inspect.getargvalues" title="Permalink to this definition">¶</a></dt> <dd><p>Get information about arguments passed into a particular frame. A <a class="reference internal" href="../glossary.html#term-named-tuple"><em class="xref std std-term">named tuple</em></a> <tt class="docutils literal"><span class="pre">ArgInfo(args,</span> <span class="pre">varargs,</span> <span class="pre">keywords,</span> <span class="pre">locals)</span></tt> is returned. <em>args</em> is a list of the argument names. <em>varargs</em> and <em>keywords</em> are the names of the <tt class="docutils literal"><span class="pre">*</span></tt> and <tt class="docutils literal"><span class="pre">**</span></tt> arguments or <tt class="xref docutils literal"><span class="pre">None</span></tt>. <em>locals</em> is the locals dictionary of the given frame.</p> </dd></dl> <dl class="function"> <dt id="inspect.formatargspec"> <tt class="descclassname">inspect.</tt><tt class="descname">formatargspec</tt><big>(</big><em>args</em><span class="optional">[</span>, <em>varargs</em>, <em>varkw</em>, <em>defaults</em>, <em>formatarg</em>, <em>formatvarargs</em>, <em>formatvarkw</em>, <em>formatvalue</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#inspect.formatargspec" title="Permalink to this definition">¶</a></dt> <dd><p>Format a pretty argument spec from the four values returned by <a class="reference internal" href="#inspect.getargspec" title="inspect.getargspec"><tt class="xref py py-func docutils literal"><span class="pre">getargspec()</span></tt></a>. The format* arguments are the corresponding optional formatting functions that are called to turn names and values into strings.</p> </dd></dl> <dl class="function"> <dt id="inspect.formatargvalues"> <tt class="descclassname">inspect.</tt><tt class="descname">formatargvalues</tt><big>(</big><em>args</em><span class="optional">[</span>, <em>varargs</em>, <em>varkw</em>, <em>locals</em>, <em>formatarg</em>, <em>formatvarargs</em>, <em>formatvarkw</em>, <em>formatvalue</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#inspect.formatargvalues" title="Permalink to this definition">¶</a></dt> <dd><p>Format a pretty argument spec from the four values returned by <a class="reference internal" href="#inspect.getargvalues" title="inspect.getargvalues"><tt class="xref py py-func docutils literal"><span class="pre">getargvalues()</span></tt></a>. The format* arguments are the corresponding optional formatting functions that are called to turn names and values into strings.</p> </dd></dl> <dl class="function"> <dt id="inspect.getmro"> <tt class="descclassname">inspect.</tt><tt class="descname">getmro</tt><big>(</big><em>cls</em><big>)</big><a class="headerlink" href="#inspect.getmro" title="Permalink to this definition">¶</a></dt> <dd><p>Return a tuple of class cls&#8217;s base classes, including cls, in method resolution order. No class appears more than once in this tuple. Note that the method resolution order depends on cls&#8217;s type. Unless a very peculiar user-defined metatype is in use, cls will be the first element of the tuple.</p> </dd></dl> <dl class="function"> <dt id="inspect.getcallargs"> <tt class="descclassname">inspect.</tt><tt class="descname">getcallargs</tt><big>(</big><em>func[, *args][, **kwds]</em><big>)</big><a class="headerlink" href="#inspect.getcallargs" title="Permalink to this definition">¶</a></dt> <dd><p>Bind the <em>args</em> and <em>kwds</em> to the argument names of the Python function or method <em>func</em>, as if it was called with them. For bound methods, bind also the first argument (typically named <tt class="docutils literal"><span class="pre">self</span></tt>) to the associated instance. A dict is returned, mapping the argument names (including the names of the <tt class="docutils literal"><span class="pre">*</span></tt> and <tt class="docutils literal"><span class="pre">**</span></tt> arguments, if any) to their values from <em>args</em> and <em>kwds</em>. In case of invoking <em>func</em> incorrectly, i.e. whenever <tt class="docutils literal"><span class="pre">func(*args,</span> <span class="pre">**kwds)</span></tt> would raise an exception because of incompatible signature, an exception of the same type and the same or similar message is raised. For example:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">inspect</span> <span class="k">import</span> <span class="n">getcallargs</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">def</span> <span class="nf">f</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="o">*</span><span class="n">pos</span><span class="p">,</span> <span class="o">**</span><span class="n">named</span><span class="p">):</span> <span class="gp">... </span> <span class="k">pass</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">getcallargs</span><span class="p">(</span><span class="n">f</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">)</span> <span class="go">{&#39;a&#39;: 1, &#39;named&#39;: {}, &#39;b&#39;: 2, &#39;pos&#39;: (3,)}</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">getcallargs</span><span class="p">(</span><span class="n">f</span><span class="p">,</span> <span class="n">a</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="mi">4</span><span class="p">)</span> <span class="go">{&#39;a&#39;: 2, &#39;named&#39;: {&#39;x&#39;: 4}, &#39;b&#39;: 1, &#39;pos&#39;: ()}</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">getcallargs</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="gt">Traceback (most recent call last):</span> <span class="c">...</span> <span class="nc">TypeError</span>: <span class="n-Identifier">f() takes at least 1 argument (0 given)</span> </pre></div> </div> <p class="versionadded"> <span class="versionmodified">New in version 3.2.</span></p> </dd></dl> </div> <div class="section" id="the-interpreter-stack"> <span id="inspect-stack"></span><h2>27.12.4. The interpreter stack<a class="headerlink" href="#the-interpreter-stack" title="Permalink to this headline">¶</a></h2> <p>When the following functions return &#8220;frame records,&#8221; each record is a tuple of six items: the frame object, the filename, the line number of the current line, the function name, a list of lines of context from the source code, and the index of the current line within that list.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>Keeping references to frame objects, as found in the first element of the frame records these functions return, can cause your program to create reference cycles. Once a reference cycle has been created, the lifespan of all objects which can be accessed from the objects which form the cycle can become much longer even if Python&#8217;s optional cycle detector is enabled. If such cycles must be created, it is important to ensure they are explicitly broken to avoid the delayed destruction of objects and increased memory consumption which occurs.</p> <p>Though the cycle detector will catch these, destruction of the frames (and local variables) can be made deterministic by removing the cycle in a <a class="reference internal" href="../reference/compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause. This is also important if the cycle detector was disabled when Python was compiled or using <a class="reference internal" href="gc.html#gc.disable" title="gc.disable"><tt class="xref py py-func docutils literal"><span class="pre">gc.disable()</span></tt></a>. For example:</p> <div class="last highlight-python3"><div class="highlight"><pre><span class="k">def</span> <span class="nf">handle_stackframe_without_leak</span><span class="p">():</span> <span class="n">frame</span> <span class="o">=</span> <span class="n">inspect</span><span class="o">.</span><span class="n">currentframe</span><span class="p">()</span> <span class="k">try</span><span class="p">:</span> <span class="c"># do something with the frame</span> <span class="k">finally</span><span class="p">:</span> <span class="k">del</span> <span class="n">frame</span> </pre></div> </div> </div> <p>The optional <em>context</em> argument supported by most of these functions specifies the number of lines of context to return, which are centered around the current line.</p> <dl class="function"> <dt id="inspect.getframeinfo"> <tt class="descclassname">inspect.</tt><tt class="descname">getframeinfo</tt><big>(</big><em>frame</em>, <em>context=1</em><big>)</big><a class="headerlink" href="#inspect.getframeinfo" title="Permalink to this definition">¶</a></dt> <dd><p>Get information about a frame or traceback object. A <a class="reference internal" href="../glossary.html#term-named-tuple"><em class="xref std std-term">named tuple</em></a> <tt class="docutils literal"><span class="pre">Traceback(filename,</span> <span class="pre">lineno,</span> <span class="pre">function,</span> <span class="pre">code_context,</span> <span class="pre">index)</span></tt> is returned.</p> </dd></dl> <dl class="function"> <dt id="inspect.getouterframes"> <tt class="descclassname">inspect.</tt><tt class="descname">getouterframes</tt><big>(</big><em>frame</em>, <em>context=1</em><big>)</big><a class="headerlink" href="#inspect.getouterframes" title="Permalink to this definition">¶</a></dt> <dd><p>Get a list of frame records for a frame and all outer frames. These frames represent the calls that lead to the creation of <em>frame</em>. The first entry in the returned list represents <em>frame</em>; the last entry represents the outermost call on <em>frame</em>&#8216;s stack.</p> </dd></dl> <dl class="function"> <dt id="inspect.getinnerframes"> <tt class="descclassname">inspect.</tt><tt class="descname">getinnerframes</tt><big>(</big><em>traceback</em>, <em>context=1</em><big>)</big><a class="headerlink" href="#inspect.getinnerframes" title="Permalink to this definition">¶</a></dt> <dd><p>Get a list of frame records for a traceback&#8217;s frame and all inner frames. These frames represent calls made as a consequence of <em>frame</em>. The first entry in the list represents <em>traceback</em>; the last entry represents where the exception was raised.</p> </dd></dl> <dl class="function"> <dt id="inspect.currentframe"> <tt class="descclassname">inspect.</tt><tt class="descname">currentframe</tt><big>(</big><big>)</big><a class="headerlink" href="#inspect.currentframe" title="Permalink to this definition">¶</a></dt> <dd><p>Return the frame object for the caller&#8217;s stack frame.</p> <div class="impl-detail compound"> <p><strong>CPython implementation detail:</strong> This function relies on Python stack frame support in the interpreter, which isn&#8217;t guaranteed to exist in all implementations of Python. If running in an implementation without Python stack frame support this function returns <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p> </div> </dd></dl> <dl class="function"> <dt id="inspect.stack"> <tt class="descclassname">inspect.</tt><tt class="descname">stack</tt><big>(</big><em>context=1</em><big>)</big><a class="headerlink" href="#inspect.stack" title="Permalink to this definition">¶</a></dt> <dd><p>Return a list of frame records for the caller&#8217;s stack. The first entry in the returned list represents the caller; the last entry represents the outermost call on the stack.</p> </dd></dl> <dl class="function"> <dt id="inspect.trace"> <tt class="descclassname">inspect.</tt><tt class="descname">trace</tt><big>(</big><em>context=1</em><big>)</big><a class="headerlink" href="#inspect.trace" title="Permalink to this definition">¶</a></dt> <dd><p>Return a list of frame records for the stack between the current frame and the frame in which an exception currently being handled was raised in. The first entry in the list represents the caller; the last entry represents where the exception was raised.</p> </dd></dl> </div> <div class="section" id="fetching-attributes-statically"> <h2>27.12.5. Fetching attributes statically<a class="headerlink" href="#fetching-attributes-statically" title="Permalink to this headline">¶</a></h2> <p>Both <a class="reference internal" href="functions.html#getattr" title="getattr"><tt class="xref py py-func docutils literal"><span class="pre">getattr()</span></tt></a> and <a class="reference internal" href="functions.html#hasattr" title="hasattr"><tt class="xref py py-func docutils literal"><span class="pre">hasattr()</span></tt></a> can trigger code execution when fetching or checking for the existence of attributes. Descriptors, like properties, will be invoked and <a class="reference internal" href="../reference/datamodel.html#object.__getattr__" title="object.__getattr__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattr__()</span></tt></a> and <a class="reference internal" href="../reference/datamodel.html#object.__getattribute__" title="object.__getattribute__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattribute__()</span></tt></a> may be called.</p> <p>For cases where you want passive introspection, like documentation tools, this can be inconvenient. <a class="reference internal" href="#inspect.getattr_static" title="inspect.getattr_static"><tt class="xref py py-func docutils literal"><span class="pre">getattr_static()</span></tt></a> has the same signature as <a class="reference internal" href="functions.html#getattr" title="getattr"><tt class="xref py py-func docutils literal"><span class="pre">getattr()</span></tt></a> but avoids executing code when it fetches attributes.</p> <dl class="function"> <dt id="inspect.getattr_static"> <tt class="descclassname">inspect.</tt><tt class="descname">getattr_static</tt><big>(</big><em>obj</em>, <em>attr</em>, <em>default=None</em><big>)</big><a class="headerlink" href="#inspect.getattr_static" title="Permalink to this definition">¶</a></dt> <dd><p>Retrieve attributes without triggering dynamic lookup via the descriptor protocol, <a class="reference internal" href="../reference/datamodel.html#object.__getattr__" title="object.__getattr__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattr__()</span></tt></a> or <a class="reference internal" href="../reference/datamodel.html#object.__getattribute__" title="object.__getattribute__"><tt class="xref py py-meth docutils literal"><span class="pre">__getattribute__()</span></tt></a>.</p> <p>Note: this function may not be able to retrieve all attributes that getattr can fetch (like dynamically created attributes) and may find attributes that getattr can&#8217;t (like descriptors that raise AttributeError). It can also return descriptors objects instead of instance members.</p> <p>If the instance <tt class="xref py py-attr docutils literal"><span class="pre">__dict__</span></tt> is shadowed by another member (for example a property) then this function will be unable to find instance members.</p> <p class="versionadded"> <span class="versionmodified">New in version 3.2.</span></p> </dd></dl> <p><a class="reference internal" href="#inspect.getattr_static" title="inspect.getattr_static"><tt class="xref py py-func docutils literal"><span class="pre">getattr_static()</span></tt></a> does not resolve descriptors, for example slot descriptors or getset descriptors on objects implemented in C. The descriptor object is returned instead of the underlying attribute.</p> <p>You can handle these with code like the following. Note that for arbitrary getset descriptors invoking these may trigger code execution:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="c"># example code for resolving the builtin descriptor types</span> <span class="k">class</span> <span class="nc">_foo</span><span class="p">:</span> <span class="n">__slots__</span> <span class="o">=</span> <span class="p">[</span><span class="s">&#39;foo&#39;</span><span class="p">]</span> <span class="n">slot_descriptor</span> <span class="o">=</span> <span class="nb">type</span><span class="p">(</span><span class="n">_foo</span><span class="o">.</span><span class="n">foo</span><span class="p">)</span> <span class="n">getset_descriptor</span> <span class="o">=</span> <span class="nb">type</span><span class="p">(</span><span class="nb">type</span><span class="p">(</span><span class="nb">open</span><span class="p">(</span><span class="n">__file__</span><span class="p">))</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="n">wrapper_descriptor</span> <span class="o">=</span> <span class="nb">type</span><span class="p">(</span><span class="nb">str</span><span class="o">.</span><span class="n">__dict__</span><span class="p">[</span><span class="s">&#39;__add__&#39;</span><span class="p">])</span> <span class="n">descriptor_types</span> <span class="o">=</span> <span class="p">(</span><span class="n">slot_descriptor</span><span class="p">,</span> <span class="n">getset_descriptor</span><span class="p">,</span> <span class="n">wrapper_descriptor</span><span class="p">)</span> <span class="n">result</span> <span class="o">=</span> <span class="n">getattr_static</span><span class="p">(</span><span class="n">some_object</span><span class="p">,</span> <span class="s">&#39;foo&#39;</span><span class="p">)</span> <span class="k">if</span> <span class="nb">type</span><span class="p">(</span><span class="n">result</span><span class="p">)</span> <span class="ow">in</span> <span class="n">descriptor_types</span><span class="p">:</span> <span class="k">try</span><span class="p">:</span> <span class="n">result</span> <span class="o">=</span> <span class="n">result</span><span class="o">.</span><span class="n">__get__</span><span class="p">()</span> <span class="k">except</span> <span class="ne">AttributeError</span><span class="p">:</span> <span class="c"># descriptors can raise AttributeError to</span> <span class="c"># indicate there is no underlying value</span> <span class="c"># in which case the descriptor itself will</span> <span class="c"># have to do</span> <span class="k">pass</span> </pre></div> </div> </div> <div class="section" id="current-state-of-a-generator"> <h2>27.12.6. Current State of a Generator<a class="headerlink" href="#current-state-of-a-generator" title="Permalink to this headline">¶</a></h2> <p>When implementing coroutine schedulers and for other advanced uses of generators, it is useful to determine whether a generator is currently executing, is waiting to start or resume or execution, or has already terminated. <a class="reference internal" href="#inspect.getgeneratorstate" title="inspect.getgeneratorstate"><tt class="xref py py-func docutils literal"><span class="pre">getgeneratorstate()</span></tt></a> allows the current state of a generator to be determined easily.</p> <dl class="function"> <dt id="inspect.getgeneratorstate"> <tt class="descclassname">inspect.</tt><tt class="descname">getgeneratorstate</tt><big>(</big><em>generator</em><big>)</big><a class="headerlink" href="#inspect.getgeneratorstate" title="Permalink to this definition">¶</a></dt> <dd><p>Get current state of a generator-iterator.</p> <dl class="docutils"> <dt>Possible states are:</dt> <dd><ul class="first last simple"> <li>GEN_CREATED: Waiting to start execution.</li> <li>GEN_RUNNING: Currently being executed by the interpreter.</li> <li>GEN_SUSPENDED: Currently suspended at a yield expression.</li> <li>GEN_CLOSED: Execution has completed.</li> </ul> </dd> </dl> <p class="versionadded"> <span class="versionmodified">New in version 3.2.</span></p> </dd></dl> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">27.12. <tt class="docutils literal"><span class="pre">inspect</span></tt> &#8212; Inspect live objects</a><ul> <li><a class="reference internal" href="#types-and-members">27.12.1. Types and members</a></li> <li><a class="reference internal" href="#retrieving-source-code">27.12.2. Retrieving source code</a></li> <li><a class="reference internal" href="#classes-and-functions">27.12.3. Classes and functions</a></li> <li><a class="reference internal" href="#the-interpreter-stack">27.12.4. The interpreter stack</a></li> <li><a class="reference internal" href="#fetching-attributes-statically">27.12.5. Fetching attributes statically</a></li> <li><a class="reference internal" href="#current-state-of-a-generator">27.12.6. Current State of a Generator</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="gc.html" title="previous chapter">27.11. <tt class="docutils literal docutils literal docutils literal"><span class="pre">gc</span></tt> &#8212; Garbage Collector interface</a></p> <h4>Next topic</h4> <p class="topless"><a href="site.html" title="next chapter">27.13. <tt class="docutils literal docutils literal"><span class="pre">site</span></tt> &#8212; Site-specific configuration hook</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/library/inspect.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" size="18" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="site.html" title="27.13. site — Site-specific configuration hook" >next</a> |</li> <li class="right" > <a href="gc.html" title="27.11. gc — Garbage Collector interface" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python v3.2.3 documentation</a> &raquo;</li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="python.html" >27. Python Runtime Services</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2012, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="http://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Apr 11, 2012. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. </div> </body> </html>
scottsilverlabs/raspberrystem-ide
python.org/library/inspect.html
HTML
apache-2.0
56,228
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 11:48:25 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.jgroups.stack.relay.RELAY2Supplier (BOM: * : All 2.3.0.Final API)</title> <meta name="date" content="2019-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.jgroups.stack.relay.RELAY2Supplier (BOM: * : All 2.3.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/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final</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/jgroups/stack/relay/class-use/RELAY2Supplier.html" target="_top">Frames</a></li> <li><a href="RELAY2Supplier.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.jgroups.stack.relay.RELAY2Supplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.jgroups.stack.relay.RELAY2Supplier</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/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">RELAY2Supplier</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.jgroups">org.wildfly.swarm.config.jgroups</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.jgroups"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">RELAY2Supplier</a> in <a href="../../../../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">RELAY2Supplier</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/jgroups/Stack.html" title="type parameter in Stack">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Stack.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/jgroups/Stack.html#RELAY2-org.wildfly.swarm.config.jgroups.stack.relay.RELAY2Supplier-">RELAY2</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">RELAY2Supplier</a>&nbsp;supplier)</code> <div class="block">The configuration of a RELAY protocol</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/jgroups/stack/relay/RELAY2Supplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final</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/jgroups/stack/relay/class-use/RELAY2Supplier.html" target="_top">Frames</a></li> <li><a href="RELAY2Supplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.3.0.Final/apidocs/org/wildfly/swarm/config/jgroups/stack/relay/class-use/RELAY2Supplier.html
HTML
apache-2.0
7,776
<!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_74) on Fri Apr 01 14:41:57 CDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.client.solrj.io.stream.JSONTupleStream (Solr 6.0.0 API)</title> <meta name="date" content="2016-04-01"> <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.solr.client.solrj.io.stream.JSONTupleStream (Solr 6.0.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/apache/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">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="../../../../../../../../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/solr/client/solrj/io/stream/class-use/JSONTupleStream.html" target="_top">Frames</a></li> <li><a href="JSONTupleStream.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.solr.client.solrj.io.stream.JSONTupleStream" class="title">Uses of Class<br>org.apache.solr.client.solrj.io.stream.JSONTupleStream</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/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">JSONTupleStream</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.solr.client.solrj.io.stream">org.apache.solr.client.solrj.io.stream</a></td> <td class="colLast"> <div class="block">Stream implementations for the Streaming Aggregation API</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.client.solrj.io.stream"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/apache/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">JSONTupleStream</a> in <a href="../../../../../../../../org/apache/solr/client/solrj/io/stream/package-summary.html">org.apache.solr.client.solrj.io.stream</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/solr/client/solrj/io/stream/package-summary.html">org.apache.solr.client.solrj.io.stream</a> that return <a href="../../../../../../../../org/apache/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">JSONTupleStream</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/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">JSONTupleStream</a></code></td> <td class="colLast"><span class="typeNameLabel">JSONTupleStream.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/solr/client/solrj/io/stream/JSONTupleStream.html#create-org.apache.solr.client.solrj.SolrClient-org.apache.solr.common.params.SolrParams-">create</a></span>(<a href="../../../../../../../../org/apache/solr/client/solrj/SolrClient.html" title="class in org.apache.solr.client.solrj">SolrClient</a>&nbsp;server, <a href="../../../../../../../../org/apache/solr/common/params/SolrParams.html" title="class in org.apache.solr.common.params">SolrParams</a>&nbsp;requestParams)</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/apache/solr/client/solrj/io/stream/JSONTupleStream.html" title="class in org.apache.solr.client.solrj.io.stream">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="../../../../../../../../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/solr/client/solrj/io/stream/class-use/JSONTupleStream.html" target="_top">Frames</a></li> <li><a href="JSONTupleStream.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
Velaya/gbol_solr
docs/solr-solrj/org/apache/solr/client/solrj/io/stream/class-use/JSONTupleStream.html
HTML
apache-2.0
8,122
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Sun Jun 29 16:47:07 MSD 2008 --> <TITLE> Uses of Class org.apache.poi.hssf.record.formula.functions.Substitute (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.poi.hssf.record.formula.functions.Substitute (POI API Documentation)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/poi/hssf/record/formula/functions/Substitute.html" title="class in org.apache.poi.hssf.record.formula.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/poi/hssf/record/formula/functions/\class-useSubstitute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Substitute.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hssf.record.formula.functions.Substitute</B></H2> </CENTER> No usage of org.apache.poi.hssf.record.formula.functions.Substitute <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/poi/hssf/record/formula/functions/Substitute.html" title="class in org.apache.poi.hssf.record.formula.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/poi/hssf/record/formula/functions/\class-useSubstitute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Substitute.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 2008 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
stumoodie/MetabolicNotationSubsystem
lib/poi-3.1-FINAL/docs/apidocs/org/apache/poi/hssf/record/formula/functions/class-use/Substitute.html
HTML
apache-2.0
6,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_151) on Tue Aug 14 15:31:52 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.container.util.Messages_$logger (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="Uses of Class org.wildfly.swarm.container.util.Messages_$logger (BOM: * : All 2.1.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/container/util/Messages_$logger.html" title="class in org.wildfly.swarm.container.util">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.1.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/container/util/class-use/Messages_$logger.html" target="_top">Frames</a></li> <li><a href="Messages_$logger.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.container.util.Messages_$logger" class="title">Uses of Class<br>org.wildfly.swarm.container.util.Messages_$logger</h2> </div> <div class="classUseContainer">No usage of org.wildfly.swarm.container.util.Messages_$logger</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/container/util/Messages_$logger.html" title="class in org.wildfly.swarm.container.util">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.1.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/container/util/class-use/Messages_$logger.html" target="_top">Frames</a></li> <li><a href="Messages_$logger.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.1.0.Final/apidocs/org/wildfly/swarm/container/util/class-use/Messages_$logger.html
HTML
apache-2.0
4,968
<!doctype html><html lang=en><head><title>Redirecting&hellip;</title><link rel=canonical href=/v1.4/docs/tasks/traffic-management/egress/wildcard-egress-hosts/><meta name=robots content=noindex><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.4/docs/tasks/traffic-management/egress/wildcard-egress-hosts/"></head><body><h1>Redirecting&hellip;</h1><a href=/v1.4/docs/tasks/traffic-management/egress/wildcard-egress-hosts/>Click here if you are not redirected.</a></body></html>
istio/istio.io
archive/v1.4/docs/examples/advanced-gateways/wildcard-egress-hosts/index.html
HTML
apache-2.0
492
<style type="text/css"> div.StepDone { background-color : forestgreen;} div.Unknown { background-color : gray; } div.StepProgressing { background-color : yellowgreen; } div.StepNotStarted { background-color : orangered; } div.obsolete { background-color : lightblue;} div.holding { background-color : black; } div.pending { background-color : blue; } div.waiting { background-color : blue; } div.submitting { background-color : blue; } div.archived { background-color : magenta; } div.failed { background-color : red; } div.aborted { background-color : red; } div.broken { background-color : red; } div.running { background-color : LightGreen; } div.done { background-color : darkgreen; } div.finished { background-color : darkgreen; } div.registered { background-color : blue;} </style> <div class="spinner" ng-show="loading"> Loading...</div> <div class="row"> <h6 class="hashtags">{{ requestProgressData.hashtags }} </h6> </div> <div class="row"> <table> <tbody> <td>Step Name % <br> Processed/Input events <br> running/pending/finished</td> <td ng-repeat="step in requestProgressData.steps "> <div ><b>{{ step.step_name }} <div class="{{ step.step_status }}">{{ step.percent }}</div> </b> <p/> {{ step.statistic.processed_events | number:0 }} / {{ step.statistic.input_events | number:0 }} <br>{{ step.percent_status }}</div> </td> </tbody> </table> </div> <div class="row"> <div class="columns large-3"> <label>Filter: <input ng-model="search.chain_name"></label> </div> <div class="columns large-1"> <label>Show tag/taskID<input type="checkbox" ng-model="showTag"></label> </div> <div class="columns large-1"> <label>Show active tasks<input type="checkbox" ng-model="showOnlyRunning" ng-change="changeShowOnlyRunning()"></label> </div> <div class="columns large-7"></div> </div> <div class="row"> <table> <tbody> <td>Filter not full </td> <td ng-repeat="step in requestProgressData.steps "> <label>{{ step.step_name }}<input type="checkbox" ng-model="showNotFull[step.step_name]" ng-change="changeNotFull(step.step_name)"></label> </td> </tbody> </table> </div> <div class="row"> <table > <tbody> <tr ng-repeat="chain_requests in requestProgressData.chains| filter:search "> <td style="border:1px solid black"><span>{{ chain_requests.chain_name }}</span><div ng-repeat="request_id in chain_requests.requests" ><a href="{{ request_base }}{{ request_id }}">{{ request_id}}</a><br></div></td> <td ng-repeat="task in chain_requests.chain " style="border:1px solid black"> <div class="{{ task.status }}"><a href="http://bigpanda.cern.ch/task/{{ task.task_id }}"> <div ng-show="!showTag">{{ task.task_id }}</div> <div ng-show="showTag">{{ task.tag }}</div> </a></div> <br>{{ task.input_events }}/{{ task.processed_events }} </td> </tr> </tbody> </table> </div> <a href="#/" class="button">Back</a>
PanDAWMS/panda-bigmon-atlas
atlas/prodtask/static/html/_ng_request_progress.html
HTML
apache-2.0
3,415
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>tesseract: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">tesseract &#160;<span id="projectnumber">4.00.00dev</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('a04337.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">tesseract::UnicharAndFonts Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="a04337.html">tesseract::UnicharAndFonts</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="a04337.html#aa62b1be0b96d17b58bbaca612fa674ce">DeSerialize</a>(TFile *fp)</td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a04337.html#a0e1a3d64d3276cf117efc983a02b38ba">font_ids</a></td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a04337.html#ab909cc3b42126fccb0e9d1fffaa4fb06">Serialize</a>(FILE *fp) const</td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a04337.html#a416f42c44c1bde4d7fdbc9c7ab8bf660">SortByUnicharId</a>(const void *v1, const void *v2)</td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a04337.html#a403559d5097fc81a0fa4afb823759ba9">unichar_id</a></td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a04337.html#acb6e439f7efaaa2953b1239c67992b84">UnicharAndFonts</a>()</td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="a04337.html#a6a85fd614ea1a315bb5c03e0fbaac534">UnicharAndFonts</a>(int uni_id, int font_id)</td><td class="entry"><a class="el" href="a04337.html">tesseract::UnicharAndFonts</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sat May 20 2017 22:15:31 for tesseract by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
stweil/tesseract-ocr.github.io
4.00.00dev/a04334.html
HTML
apache-2.0
5,525
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>objective-c-sql-query-builder: Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Generated by Doxygen 1.7.4 --> <script type="text/javascript"><!-- var searchBox = new SearchBox("searchBox", "search",false,'Search'); --></script> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">objective-c-sql-query-builder</div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li id="searchli"> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_prop.html"><span>Properties</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> <li class="current"><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> </ul> </div> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_c"></a>- c -</h3><ul> <li>capitalizeFirstCharacterInString: : <a class="el" href="class_n_s_string.html#aae900dd4ba1ef00c6da53425a3f899f4">NSString</a> </li> <li>close : <a class="el" href="interface_z_i_m_db_connection.html#aecaca346e9e2739ebe528010aa8056a5">ZIMDbConnection</a> </li> <li>closeAll : <a class="el" href="interface_z_i_m_db_connection_pool.html#ac9fca7a84d8349f3eb6f9af9b7d91e92">ZIMDbConnectionPool</a> </li> <li>column: : <a class="el" href="interface_z_i_m_sql_create_index_statement.html#a1a0919d5f7998a01604755b491097fb3">ZIMSqlCreateIndexStatement</a> , <a class="el" href="interface_z_i_m_sql_select_statement.html#aeba8735fcd9cd8d4216b2c743827512d">ZIMSqlSelectStatement</a> </li> <li>column:alias: : <a class="el" href="interface_z_i_m_sql_select_statement.html#a8dc4771fa36a1e4225cee543f0ea8cfb">ZIMSqlSelectStatement</a> </li> <li>column:descending: : <a class="el" href="interface_z_i_m_sql_create_index_statement.html#ab38c5f151518b0368af8270413ae5d3a">ZIMSqlCreateIndexStatement</a> </li> <li>column:type: : <a class="el" href="interface_z_i_m_sql_alter_table_statement.html#a8df813828f1d086b6c41eb9021dd1e99">ZIMSqlAlterTableStatement</a> , <a class="el" href="interface_z_i_m_sql_create_table_statement.html#af19bbac8b15a9a126fd5e8792e21489c">ZIMSqlCreateTableStatement</a> </li> <li>column:type:defaultValue: : <a class="el" href="interface_z_i_m_sql_alter_table_statement.html#ada3cdf47bc94b45bef160c209e9299fb">ZIMSqlAlterTableStatement</a> , <a class="el" href="interface_z_i_m_sql_create_table_statement.html#a3acafa507ae25509e87bde857937de65">ZIMSqlCreateTableStatement</a> </li> <li>column:type:primaryKey: : <a class="el" href="interface_z_i_m_sql_alter_table_statement.html#a2309cfa8fa65b164ae0d30729245d1c1">ZIMSqlAlterTableStatement</a> , <a class="el" href="interface_z_i_m_sql_create_table_statement.html#a63939f2a302263600722f1b7cbc1db0a">ZIMSqlCreateTableStatement</a> </li> <li>column:type:unique: : <a class="el" href="interface_z_i_m_sql_alter_table_statement.html#a308320b93890211a0af72c5b0189e029">ZIMSqlAlterTableStatement</a> , <a class="el" href="interface_z_i_m_sql_create_table_statement.html#af858e7d5ea5ad190cef1345a578f4766">ZIMSqlCreateTableStatement</a> </li> <li>column:value: : <a class="el" href="interface_z_i_m_sql_insert_statement.html#a7c4e095ac880e003c758e5fcb44509db">ZIMSqlInsertStatement</a> , <a class="el" href="interface_z_i_m_sql_update_statement.html#ae673ff6247e8571c2be668a13af22de2">ZIMSqlUpdateStatement</a> </li> <li>columns : <a class="el" href="interface_z_i_m_orm_model.html#aebb74faf3ac622ac4ca85e302d5520f2">ZIMOrmModel</a> </li> <li>columns: : <a class="el" href="interface_z_i_m_sql_create_index_statement.html#a11bdfc94bdfe1295c034e00ad161d4f6">ZIMSqlCreateIndexStatement</a> </li> <li>columns:descending: : <a class="el" href="interface_z_i_m_sql_create_index_statement.html#a368e1fbf2a24f9243be9e6bf14ef0c20">ZIMSqlCreateIndexStatement</a> </li> <li>columnTypeAtIndex:inStatement: : <a class="el" href="interface_z_i_m_db_connection.html#aded7be98dd850b0ec056600732b4754d">ZIMDbConnection</a> </li> <li>columnValueAtIndex:withColumnType:inStatement: : <a class="el" href="interface_z_i_m_db_connection.html#a6ee4c1d6c2cedea748c0fd044b94b282">ZIMDbConnection</a> </li> <li>combine:operator: : <a class="el" href="interface_z_i_m_sql_select_statement.html#a36544178c79b512e48d32b79ee0a3bce">ZIMSqlSelectStatement</a> </li> <li>commitTransaction : <a class="el" href="interface_z_i_m_db_connection.html#a693f6ee1e22b807907f56777fae4971e">ZIMDbConnection</a> </li> <li>connection: : <a class="el" href="interface_z_i_m_db_connection_pool.html#a0d3e9e53238584ac17dd892061ef89f9">ZIMDbConnectionPool</a> </li> <li>count : <a class="el" href="interface_z_i_m_sql_tokenizer.html#a55142cd17265bf777760baae87d4cf7a">ZIMSqlTokenizer</a> </li> <li>countByEnumeratingWithState:objects:count: : <a class="el" href="interface_z_i_m_sql_tokenizer.html#a3ddc796b7d92c68a231a2d9cbf06432b">ZIMSqlTokenizer</a> </li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Properties</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Defines</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <hr class="footer"/><address class="footer"><small>Generated by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address> </body> </html>
MrHuhao/AresFMDBManager
src/ORMSqliteFramework/doc/api/functions_func_0x63.html
HTML
apache-2.0
10,311
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>ion-nav-view - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</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-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>ion-nav-view</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/ionNavView/" > nightly </option> <option value="/docs/api/directive/ionNavView/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/ionNavView/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/ionNavView/" > 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/ionNavView/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/ionNavView/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/ionNavView/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/ionNavView/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/ionNavView/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/ionNavView/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/ionNavView/" selected> 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/ionNavView/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/ionNavView/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/ionNavView/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/ionNavView/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/platform-customization/">Platform Customization</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/navView.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/navView.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> ion-nav-view </h1> <p><div class="phone-case"> <p data-height="568" data-theme-id="3572" data-slug-hash="odqCz" data-default-tab="result" class='codepen'>See the Pen by <a href='http://codepen.io/ionic/pen/odqCz'>Ionic</a> (<a href='http://codepen.io/ionic'>@ionic</a>) on <a href='http://codepen.io'>CodePen</a>.</p> <script async src="//codepen.io/assets/embed/ei.js"></script> </div></p> <p>As a user navigates throughout your app, Ionic is able to keep track of their navigation history. By knowing their history, transitions between views correctly enter and exit using the platform&#39;s transition style. An additional benefit to Ionic&#39;s navigation system is its ability to manage multiple histories. For example, each tab can have it&#39;s own navigation history stack.</p> <p>Ionic uses the AngularUI Router module so app interfaces can be organized into various &quot;states&quot;. Like Angular&#39;s core $route service, URLs can be used to control the views. However, the AngularUI Router provides a more powerful state manager in that states are bound to named, nested, and parallel views, allowing more than one template to be rendered on the same page. Additionally, each state is not required to be bound to a URL, and data can be pushed to each state which allows much flexibility.</p> <p>The ionNavView directive is used to render templates in your application. Each template is part of a state. States are usually mapped to a url, and are defined programatically using angular-ui-router (see <a href="https://github.com/angular-ui/ui-router/wiki">their docs</a>, and remember to replace ui-view with ion-nav-view in examples).</p> <h2 id="usage">Usage</h2> <p>In this example, we will create a navigation view that contains our different states for the app.</p> <p>To do this, in our markup we use ionNavView top level directive. To display a header bar we use the <a href="/docs/api/directive/ionNavBar/"><code>ionNavBar</code></a> directive that updates as we navigate through the navigation stack.</p> <p>Next, we need to setup our states that will be rendered.</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="kd">var</span> <span class="nx">app</span> <span class="o">=</span> <span class="nx">angular</span><span class="p">.</span><span class="nx">module</span><span class="p">(</span><span class="s1">&#39;myApp&#39;</span><span class="p">,</span> <span class="p">[</span><span class="s1">&#39;ionic&#39;</span><span class="p">]);</span> <span class="nx">app</span><span class="p">.</span><span class="nx">config</span><span class="p">(</span><span class="kd">function</span><span class="p">(</span><span class="nx">$stateProvider</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$stateProvider</span> <span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;index&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">url</span><span class="o">:</span> <span class="s1">&#39;/&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span><span class="o">:</span> <span class="s1">&#39;home.html&#39;</span> <span class="p">})</span> <span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;music&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">url</span><span class="o">:</span> <span class="s1">&#39;/music&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span><span class="o">:</span> <span class="s1">&#39;music.html&#39;</span> <span class="p">});</span> <span class="p">});</span> </code></pre></div> <p>Then on app start, $stateProvider will look at the url, see it matches the index state, and then try to load home.html into the <code>&lt;ion-nav-view&gt;</code>.</p> <p>Pages are loaded by the URLs given. One simple way to create templates in Angular is to put them directly into your HTML file and use the <code>&lt;script type=&quot;text/ng-template&quot;&gt;</code> syntax. So here is one way to put home.html into our app:</p> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;script </span><span class="na">id=</span><span class="s">&quot;home&quot;</span> <span class="na">type=</span><span class="s">&quot;text/ng-template&quot;</span><span class="nt">&gt;</span> <span class="c">&lt;!--</span> <span class="nx">The</span> <span class="nx">title</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">ion</span><span class="o">-</span><span class="nx">view</span> <span class="nx">will</span> <span class="nx">be</span> <span class="nx">shown</span> <span class="nx">on</span> <span class="nx">the</span> <span class="nx">navbar</span> <span class="o">--&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">view</span> <span class="nx">view</span><span class="o">-</span><span class="nx">title</span><span class="o">=</span><span class="s2">&quot;Home&quot;</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">content</span> <span class="nx">ng</span><span class="o">-</span><span class="nx">controller</span><span class="o">=</span><span class="s2">&quot;HomeCtrl&quot;</span><span class="o">&gt;</span> <span class="c">&lt;!--</span> <span class="nx">The</span> <span class="nx">content</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">page</span> <span class="o">--&gt;</span> <span class="o">&lt;</span><span class="nx">a</span> <span class="nx">href</span><span class="o">=</span><span class="s2">&quot;#/music&quot;</span><span class="o">&gt;</span><span class="nx">Go</span> <span class="nx">to</span> <span class="nx">music</span> <span class="nx">page</span><span class="o">!&lt;</span><span class="err">/a&gt;</span> <span class="o">&lt;</span><span class="err">/ion-content&gt;</span> <span class="o">&lt;</span><span class="err">/ion-view&gt;</span> <span class="nt">&lt;/script&gt;</span> </code></pre></div> <p>This is good to do because the template will be cached for very fast loading, instead of having to fetch them from the network.</p> <h2>Caching</h2> <p>By default, views are cached to improve performance. When a view is navigated away from, its element is left in the DOM, and its scope is disconnected from the <code>$watch</code> cycle. When navigating to a view that is already cached, its scope is then reconnected, and the existing element that was left in the DOM becomes the active view. This also allows for the scroll position of previous views to be maintained.</p> <p>Caching can be disabled and enabled in multiple ways. By default, Ionic will cache a maximum of 10 views, and not only can this be configured, but apps can also explicitly state which views should and should not be cached.</p> <p>Note that because we are caching these views, <em>we aren’t destroying scopes</em>. Instead, scopes are being disconnected from the watch cycle. Because scopes are not being destroyed and recreated, controllers are not loading again on a subsequent viewing. If the app/controller needs to know when a view has entered or has left, then view events emitted from the <a href="/docs/api/directive/ionView/"><code>ionView</code></a> scope, such as <code>$ionicView.enter</code>, may be useful</p> <h4>Disable cache globally</h4> <p>The <a href="/docs/api/provider/$ionicConfigProvider/"><code>$ionicConfigProvider</code></a> can be used to set the maximum allowable views which can be cached, but this can also be use to disable all caching by setting it to 0.</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">$ionicConfigProvider</span><span class="p">.</span><span class="nx">views</span><span class="p">.</span><span class="nx">maxCache</span><span class="p">(</span><span class="mi">0</span><span class="p">);</span> </code></pre></div> <h4>Disable cache within state provider</h4> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">$stateProvider</span><span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;myState&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">cache</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span> <span class="nx">url</span> <span class="o">:</span> <span class="s1">&#39;/myUrl&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span> <span class="o">:</span> <span class="s1">&#39;my-template.html&#39;</span> <span class="p">})</span> </code></pre></div> <h4>Disable cache with an attribute</h4> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;ion-view</span> <span class="na">cache-view=</span><span class="s">&quot;false&quot;</span> <span class="na">view-title=</span><span class="s">&quot;My Title!&quot;</span><span class="nt">&gt;</span> ... <span class="nt">&lt;/ion-view&gt;</span> </code></pre></div> <h2>AngularUI Router</h2> <p>Please visit <a href="https://github.com/angular-ui/ui-router/wiki">AngularUI Router&#39;s docs</a> for more info. Below is a great video by the AngularUI Router team that may help to explain how it all works:</p> <iframe width="560" height="315" src="//www.youtube.com/embed/dqJRoh8MnBo" frameborder="0" allowfullscreen></iframe> <h2 id="api" style="clear:both;">API</h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Attr</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> name <div><em>(optional)</em></div> </td> <td> <code>string</code> </td> <td> <p>A view name. The name should be unique amongst the other views in the same state. You can have views of the same name that live in different states. For more information, see ui-router&#39;s <a href="http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-view">ui-view documentation</a>.</p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 -0500'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
qintengfei/ionic-site
_site/docs/1.0.0-beta.14/api/directive/ionNavView/index.html
HTML
apache-2.0
38,430
<!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:19:24 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class net.sourceforge.pmd.lang.vm.ast.ASTExpression (PMD 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="Uses of Class net.sourceforge.pmd.lang.vm.ast.ASTExpression (PMD 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><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">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?net/sourceforge/pmd/lang/vm/ast/class-use/ASTExpression.html" target="_top">Frames</a></li> <li><a href="ASTExpression.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 net.sourceforge.pmd.lang.vm.ast.ASTExpression" class="title">Uses of Class<br>net.sourceforge.pmd.lang.vm.ast.ASTExpression</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="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</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="#net.sourceforge.pmd.lang.vm.ast">net.sourceforge.pmd.lang.vm.ast</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sourceforge.pmd.lang.vm.rule">net.sourceforge.pmd.lang.vm.rule</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="net.sourceforge.pmd.lang.vm.ast"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/package-summary.html">net.sourceforge.pmd.lang.vm.ast</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="../../../../../../../net/sourceforge/pmd/lang/vm/ast/package-summary.html">net.sourceforge.pmd.lang.vm.ast</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</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/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="typeNameLabel">VmParserVisitor.</span><code><span class="memberNameLink"><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParserVisitor.html#visit-net.sourceforge.pmd.lang.vm.ast.ASTExpression-java.lang.Object-">visit</a></span>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</a>&nbsp;node, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="typeNameLabel">VmParserVisitorAdapter.</span><code><span class="memberNameLink"><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParserVisitorAdapter.html#visit-net.sourceforge.pmd.lang.vm.ast.ASTExpression-java.lang.Object-">visit</a></span>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</a>&nbsp;node, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sourceforge.pmd.lang.vm.rule"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/vm/rule/package-summary.html">net.sourceforge.pmd.lang.vm.rule</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="../../../../../../../net/sourceforge/pmd/lang/vm/rule/package-summary.html">net.sourceforge.pmd.lang.vm.rule</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</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/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="typeNameLabel">AbstractVmRule.</span><code><span class="memberNameLink"><a href="../../../../../../../net/sourceforge/pmd/lang/vm/rule/AbstractVmRule.html#visit-net.sourceforge.pmd.lang.vm.ast.ASTExpression-java.lang.Object-">visit</a></span>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">ASTExpression</a>&nbsp;node, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</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="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html" title="class in net.sourceforge.pmd.lang.vm.ast">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?net/sourceforge/pmd/lang/vm/ast/class-use/ASTExpression.html" target="_top">Frames</a></li> <li><a href="ASTExpression.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; 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/apidocs/net/sourceforge/pmd/lang/vm/ast/class-use/ASTExpression.html
HTML
apache-2.0
10,215
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Apache Flink 1.2 Documentation: Linking with Flink</title> <link rel="shortcut icon" href="/1.2.0/page/favicon.ico" type="image/x-icon"> <link rel="icon" href="/1.2.0/page/favicon.ico" type="image/x-icon"> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="/1.2.0/page/css/flink.css"> <link rel="stylesheet" href="/1.2.0/page/css/syntax.css"> <link rel="stylesheet" href="/1.2.0/page/css/codetabs.css"> <link rel="stylesheet" href="/1.2.0/page/font-awesome/css/font-awesome.min.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Main content. --> <div class="container"> <div class="row"> <div class="col-lg-3"> <div class="sidenav-logo"> <p><a href="/1.2.0"><img class="bottom" alt="Apache Flink" src="/1.2.0/page/img/navbar-brand-logo.jpg"></a> v1.2</p> </div> <ul id="sidenav"> <li><a href="/1.2.0/index.html"><i class="fa fa-home title" aria-hidden="true"></i> 首页</a></li> <hr class="section-break"></hr> <li><a href="#collapse-2" data-toggle="collapse"><i class="fa fa-map-o title appetizer" aria-hidden="true"></i> 概念 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-2"><ul> <li><a href="/1.2.0/concepts/programming-model.html">编程模型</a></li> <li><a href="/1.2.0/concepts/runtime.html">Distributed Runtime</a></li> </li></ul></div> <li><a href="/1.2.0/quickstart/setup_quickstart.html"><i class="fa fa-power-off title appetizer" aria-hidden="true"></i> 快速起步</a></li> <li><a href="#collapse-7" data-toggle="collapse"><i class="fa fa-file-code-o title appetizer" aria-hidden="true"></i> 示例 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-7"><ul> <li><a href="/1.2.0/examples/index.html">Overview</a></li> <li><a href="/1.2.0/quickstart/run_example_quickstart.html">Monitoring Wikipedia Edits</a></li> <li><a href="/1.2.0/dev/batch/examples.html">Batch Examples</a></li> </li></ul></div> <hr class="section-break"></hr> <li><a href="#collapse-11" data-toggle="collapse" class="active"><i class="fa fa-cogs title maindish" aria-hidden="true"></i> 建立工程</a><div class="collapse in" id="collapse-11"><ul> <li><a href="/1.2.0/quickstart/java_api_quickstart.html">Java 的样例工程</a></li> <li><a href="/1.2.0/quickstart/scala_api_quickstart.html">Scala 的样例工程</a></li> <li><a href="/1.2.0/dev/linking_with_flink.html" class="active">Linking with Flink</a></li> <li><a href="/1.2.0/internals/ide_setup.html">IDE Setup</a></li> <li><a href="/1.2.0/dev/scala_shell.html">Scala REPL</a></li> <li><a href="/1.2.0/dev/linking.html">关联可选模块</a></li> <li><a href="/1.2.0/setup/flink_on_windows.html">Running Flink on Windows</a></li> <li><a href="/1.2.0/setup/building.html">Building Flink from Source</a></li> </li></ul></div> <li><a href="#collapse-21" data-toggle="collapse"><i class="fa fa-code title maindish" aria-hidden="true"></i> 应用开发 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-21"><ul> <li><a href="#collapse-22" data-toggle="collapse">Basic API Concepts <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-22"><ul> <li><a href="/1.2.0/dev/api_concepts.html">Overview</a></li> <li><a href="/1.2.0/dev/scala_api_extensions.html">Scala API Extensions</a></li> <li><a href="/1.2.0/dev/java8.html">Java 8</a></li> </li></ul></div> <li><a href="#collapse-26" data-toggle="collapse">Streaming (DataStream API) <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-26"><ul> <li><a href="/1.2.0/dev/datastream_api.html">Overview</a></li> <li><a href="/1.2.0/dev/windows.html">Windows</a></li> <li><a href="#collapse-28" data-toggle="collapse">Event Time <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-28"><ul> <li><a href="/1.2.0/dev/event_time.html">Overview</a></li> <li><a href="/1.2.0/dev/event_timestamps_watermarks.html">Generating Timestamps / Watermarks</a></li> <li><a href="/1.2.0/dev/event_timestamp_extractors.html">预定义的 Timestamp Extractors / Watermark Emitters</a></li> </li></ul></div> <li><a href="#collapse-32" data-toggle="collapse">Connectors <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-32"><ul> <li><a href="/1.2.0/dev/connectors/index.html">Overview</a></li> <li><a href="/1.2.0/dev/connectors/guarantees.html">Fault Tolerance Guarantees</a></li> <li><a href="/1.2.0/dev/connectors/kafka.html">Kafka</a></li> <li><a href="/1.2.0/dev/connectors/cassandra.html">Cassandra</a></li> <li><a href="/1.2.0/dev/connectors/kinesis.html">Kinesis</a></li> <li><a href="/1.2.0/dev/connectors/elasticsearch.html">Elasticsearch</a></li> <li><a href="/1.2.0/dev/connectors/filesystem_sink.html">Rolling File Sink</a></li> <li><a href="/1.2.0/dev/connectors/rabbitmq.html">RabbitMQ</a></li> <li><a href="/1.2.0/dev/connectors/nifi.html">NiFi</a></li> <li><a href="/1.2.0/dev/connectors/twitter.html">Twitter</a></li> </li></ul></div> <li><a href="/1.2.0/dev/stream/process_function.html">过程函数</a></li> <li><a href="/1.2.0/dev/stream/side_output.html">Side Outputs</a></li> <li><a href="/1.2.0/dev/stream/state.html">Working with State</a></li> <li><a href="/1.2.0/dev/stream/checkpointing.html">Checkpointing</a></li> <li><a href="/1.2.0/dev/stream/asyncio.html">Async I/O</a></li> <li><a href="/1.2.0/dev/stream/queryable_state.html">Queryable State</a></li> </li></ul></div> <li><a href="#collapse-50" data-toggle="collapse">批 (DataSet API) <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-50"><ul> <li><a href="/1.2.0/dev/batch/index.html">Overview</a></li> <li><a href="/1.2.0/dev/batch/dataset_transformations.html">Transformations</a></li> <li><a href="/1.2.0/dev/batch/iterations.html">Iterations</a></li> <li><a href="/1.2.0/dev/batch/zip_elements_guide.html">Zipping Elements</a></li> <li><a href="/1.2.0/dev/batch/fault_tolerance.html">Fault Tolerance</a></li> <li><a href="/1.2.0/dev/batch/python.html">Python API</a></li> <li><a href="/1.2.0/dev/batch/connectors.html">Connectors</a></li> <li><a href="/1.2.0/dev/batch/hadoop_compatibility.html">Hadoop Compatibility</a></li> <li><a href="/1.2.0/dev/local_execution.html">Local Execution</a></li> <li><a href="/1.2.0/dev/cluster_execution.html">Cluster Execution</a></li> </li></ul></div> <li><a href="#collapse-61" data-toggle="collapse">数据类型和序列化 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-61"><ul> <li><a href="/1.2.0/dev/types_serialization.html">Overview</a></li> <li><a href="/1.2.0/dev/custom_serializers.html">Custom Serializers</a></li> </li></ul></div> <li><a href="#collapse-64" data-toggle="collapse">Managing Execution <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-64"><ul> <li><a href="/1.2.0/dev/execution_configuration.html">Execution Configuration</a></li> <li><a href="/1.2.0/dev/packaging.html">Program Packaging</a></li> <li><a href="/1.2.0/dev/parallel.html">并行执行</a></li> <li><a href="/1.2.0/dev/execution_plans.html">执行计划</a></li> <li><a href="/1.2.0/dev/restart_strategies.html">Restart Strategies</a></li> </li></ul></div> <li><a href="#collapse-71" data-toggle="collapse">Libraries <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-71"><ul> <li><a href="/1.2.0/dev/table_api.html">Table and SQL</a></li> <li><a href="/1.2.0/dev/libs/cep.html">Event Processing (CEP)</a></li> <li><a href="/1.2.0/dev/libs/storm_compatibility.html">Storm Compatibility</a></li> <li><a href="#collapse-75" data-toggle="collapse">Graphs: Gelly <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-75"><ul> <li><a href="/1.2.0/dev/libs/gelly/index.html">Overview</a></li> <li><a href="/1.2.0/dev/libs/gelly/graph_api.html">Graph API</a></li> <li><a href="/1.2.0/dev/libs/gelly/iterative_graph_processing.html">Iterative Graph Processing</a></li> <li><a href="/1.2.0/dev/libs/gelly/library_methods.html">Library Methods</a></li> <li><a href="/1.2.0/dev/libs/gelly/graph_algorithms.html">Graph Algorithms</a></li> <li><a href="/1.2.0/dev/libs/gelly/graph_generators.html">Graph Generators</a></li> <li><a href="/1.2.0/dev/libs/gelly/bipartite_graph.html">Bipartite Graph</a></li> </li></ul></div> <li><a href="#collapse-83" data-toggle="collapse">机器学习 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-83"><ul> <li><a href="/1.2.0/dev/libs/ml/index.html">Overview</a></li> <li><a href="/1.2.0/dev/libs/ml/quickstart.html">快速入门</a></li> <li><a href="/1.2.0/dev/libs/ml/multiple_linear_regression.html">多元线性回归</a></li> <li><a href="/1.2.0/dev/libs/ml/cross_validation.html">交叉验证</a></li> <li><a href="/1.2.0/dev/libs/ml/distance_metrics.html">距离度量</a></li> <li><a href="/1.2.0/dev/libs/ml/knn.html">K近邻算法(KNN)</a></li> <li><a href="/1.2.0/dev/libs/ml/min_max_scaler.html">最小最大值标准化</a></li> <li><a href="/1.2.0/dev/libs/ml/contribution_guide.html">贡献指南</a></li> <li><a href="/1.2.0/dev/libs/ml/pipelines.html">Pipelines</a></li> <li><a href="/1.2.0/dev/libs/ml/polynomial_features.html">多项式特征转换</a></li> <li><a href="/1.2.0/dev/libs/ml/als.html">ALS</a></li> <li><a href="/1.2.0/dev/libs/ml/sos.html">Stochastic Outlier Selection</a></li> <li><a href="/1.2.0/dev/libs/ml/standard_scaler.html">标准化缩放</a></li> <li><a href="/1.2.0/dev/libs/ml/svm.html">支持向量机(SVM using CoCoA)</a></li> </li></ul></div> </li></ul></div> <li><a href="/1.2.0/dev/best_practices.html">Best Practices</a></li> <li><a href="/1.2.0/dev/migration.html">API Migration Guides</a></li> </li></ul></div> <li><a href="#collapse-102" data-toggle="collapse"><i class="fa fa-sliders title maindish" aria-hidden="true"></i> 部署与运维 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-102"><ul> <li><a href="/1.2.0/setup/config.html">Configuration</a></li> <li><a href="/1.2.0/setup/cli.html">CLI</a></li> <li><a href="#collapse-105" data-toggle="collapse">Clusters & Deployment <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-105"><ul> <li><a href="/1.2.0/setup/cluster_setup.html">Standalone Cluster</a></li> <li><a href="/1.2.0/setup/yarn_setup.html">YARN</a></li> <li><a href="/1.2.0/setup/mesos.html">Mesos</a></li> <li><a href="/1.2.0/setup/aws.html">AWS</a></li> <li><a href="/1.2.0/setup/gce_setup.html">Google Compute Engine</a></li> <li><a href="/1.2.0/setup/mapr_setup.html">MapR</a></li> </li></ul></div> <li><a href="/1.2.0/setup/jobmanager_high_availability.html">High Availability (HA)</a></li> <li><a href="/1.2.0/setup/checkpoints.html">Checkpoints</a></li> <li><a href="/1.2.0/setup/savepoints.html">Savepoints</a></li> <li><a href="/1.2.0/setup/security-ssl.html">SSL Setup</a></li> <li><a href="/1.2.0/ops/security-kerberos.html">Kerberos</a></li> <li><a href="/1.2.0/ops/upgrading.html">Upgrading Applications and Flink Versions</a></li> <li><a href="/1.2.0/ops/production_ready.html">生产环境检查清单</a></li> </li></ul></div> <li><a href="#collapse-121" data-toggle="collapse"><i class="fa fa-bug title maindish" aria-hidden="true"></i> 调试与监控 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-121"><ul> <li><a href="/1.2.0/monitoring/metrics.html">Metrics</a></li> <li><a href="/1.2.0/monitoring/logging.html">Logging</a></li> <li><a href="/1.2.0/monitoring/historyserver.html">History Server</a></li> <li><a href="/1.2.0/monitoring/checkpoint_monitoring.html">Monitoring Checkpointing</a></li> <li><a href="/1.2.0/monitoring/back_pressure.html">Monitoring Back Pressure</a></li> <li><a href="/1.2.0/monitoring/rest_api.html">Monitoring REST API</a></li> <li><a href="/1.2.0/monitoring/large_state_tuning.html">Debugging and Tuning Checkpoints and Large State</a></li> <li><a href="/1.2.0/monitoring/debugging_event_time.html">Debugging Windows & Event Time</a></li> <li><a href="/1.2.0/monitoring/debugging_classloading.html">Debugging Classloading</a></li> <li><a href="/1.2.0/monitoring/application_profiling.html">Application Profiling</a></li> </li></ul></div> <hr class="section-break"></hr> <li><a href="#collapse-133" data-toggle="collapse"><i class="fa fa-book title dessert" aria-hidden="true"></i> 内部原理 <i class="fa fa-caret-down pull-right" aria-hidden="true" style="padding-top: 4px"></i></a><div class="collapse" id="collapse-133"><ul> <li><a href="/1.2.0/internals/components.html">Component Stack</a></li> <li><a href="/1.2.0/internals/stream_checkpointing.html">Fault Tolerance for Data Streaming</a></li> <li><a href="/1.2.0/internals/job_scheduling.html">Jobs and Scheduling</a></li> <li><a href="/1.2.0/internals/task_lifecycle.html">Task Lifecycle</a></li> <li><a href="/1.2.0/internals/filesystems.html">File Systems</a></li> </li></ul></div> <hr class="section-break"></hr> <li><a href="/1.2.0/about/index.html"><i class="fa fa-fire title hot" aria-hidden="true"></i> 参与贡献</a></li> <li class="divider"></li> <li><a href="http://flink-china.org"><i class="fa fa-external-link title" aria-hidden="true"></i> 项目页面</a></li> </ul> <div class="sidenav-search-box"> <form class="navbar-form" role="search" action="/1.2.0/search-results.html"> <div class="form-group"> <input type="text" class="form-control" size="16px" name="q" placeholder="搜索文档"> </div> <button type="submit" class="btn btn-default">搜索</button> </form> </div> <div class="sidenav-versions"> <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown">选择文档版本 <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="http://doc.flink-china.org/1.1.0/">v1.1</a></li> </ul> </div> </div> </div> <div class="col-lg-9 content"> <ol class="breadcrumb"> <li><i class="fa fa-cogs title maindish" aria-hidden="true"></i> 建立工程</li> <li class="active">Linking with Flink</li> </ol> <h1>Linking with Flink</h1> <p>To write programs with Flink, you need to include the Flink library corresponding to your programming language in your project.</p> <p>The simplest way to do this is to use one of the quickstart scripts: either for <a href="/1.2.0/quickstart/java_api_quickstart.html">Java</a> or for <a href="/1.2.0/quickstart/scala_api_quickstart.html">Scala</a>. They create a blank project from a template (a Maven Archetype), which sets up everything for you. To manually create the project, you can use the archetype and create a project by calling:</p> <div class="codetabs"> <div data-lang="java"> <div class="highlight"><pre><code class="language-bash" data-lang="bash">mvn archetype:generate <span class="se">\</span> -DarchetypeGroupId<span class="o">=</span>org.apache.flink <span class="se">\</span> -DarchetypeArtifactId<span class="o">=</span>flink-quickstart-java <span class="se">\</span> -DarchetypeVersion<span class="o">=</span>1.2</code></pre></div> </div> <div data-lang="scala"> <div class="highlight"><pre><code class="language-bash" data-lang="bash">mvn archetype:generate <span class="se">\</span> -DarchetypeGroupId<span class="o">=</span>org.apache.flink <span class="se">\</span> -DarchetypeArtifactId<span class="o">=</span>flink-quickstart-scala <span class="se">\</span> -DarchetypeVersion<span class="o">=</span>1.2</code></pre></div> </div> </div> <p>The archetypes are working for stable releases and preview versions (<code>-SNAPSHOT</code>).</p> <p>If you want to add Flink to an existing Maven project, add the following entry to your <em>dependencies</em> section in the <em>pom.xml</em> file of your project:</p> <div class="codetabs"> <div data-lang="java"> <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="c">&lt;!-- Use this dependency if you are using the DataStream API --&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.10<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span> <span class="c">&lt;!-- Use this dependency if you are using the DataSet API --&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.10<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span></code></pre></div> </div> <div data-lang="scala"> <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="c">&lt;!-- Use this dependency if you are using the DataStream API --&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-streaming-scala_2.10<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span> <span class="c">&lt;!-- Use this dependency if you are using the DataSet API --&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-scala_2.10<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span> <span class="nt">&lt;dependency&gt;</span> <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span> <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.10<span class="nt">&lt;/artifactId&gt;</span> <span class="nt">&lt;version&gt;</span>1.2<span class="nt">&lt;/version&gt;</span> <span class="nt">&lt;/dependency&gt;</span></code></pre></div> <p><strong>Important:</strong> When working with the Scala API you must have one of these two imports:</p> <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">import</span> <span class="nn">org.apache.flink.api.scala._</span></code></pre></div> <p>or</p> <div class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="k">import</span> <span class="nn">org.apache.flink.api.scala.createTypeInformation</span></code></pre></div> <p>The reason is that Flink analyzes the types that are used in a program and generates serializers and comparaters for them. By having either of those imports you enable an implicit conversion that creates the type information for Flink operations.</p> <p>If you would rather use SBT, see <a href="/1.2.0/quickstart/scala_api_quickstart.html#sbt">here</a>.</p> </div> </div> <h4 id="scala-dependency-versions">Scala Dependency Versions</h4> <p>Because Scala 2.10 binary is not compatible with Scala 2.11 binary, we provide multiple artifacts to support both Scala versions.</p> <p>Starting from the 0.10 line, we cross-build all Flink modules for both 2.10 and 2.11. If you want to run your program on Flink with Scala 2.11, you need to add a <code>_2.11</code> suffix to the <code>artifactId</code> values of the Flink modules in your dependencies section.</p> <p>If you are looking for building Flink with Scala 2.11, please check <a href="/1.2.0/setup/building.html#scala-versions">build guide</a>.</p> <h4 id="hadoop-dependency-versions">Hadoop Dependency Versions</h4> <p>If you are using Flink together with Hadoop, the version of the dependency may vary depending on the version of Hadoop (or more specifically, HDFS) that you want to use Flink with. Please refer to the <a href="http://flink.apache.org/downloads.html">downloads page</a> for a list of available versions, and instructions on how to link with custom versions of Hadoop.</p> <p>In order to link against the latest SNAPSHOT versions of the code, please follow <a href="http://flink.apache.org/how-to-contribute.html#snapshots-nightly-builds">this guide</a>.</p> <p>The <em>flink-clients</em> dependency is only necessary to invoke the Flink program locally (for example to run it standalone for testing and debugging). If you intend to only export the program as a JAR file and <a href="/1.2.0/dev/cluster_execution.html">run it on a cluster</a>, you can skip that dependency.</p> <p><a href="#top" class="top pull-right"><span class="glyphicon glyphicon-chevron-up"></span> Back to top</a></p> <div class="footer"> 发现错误?想参与编辑? <a href="https://github.com/flink-china/flink-china-doc/edit/1.2.0/dev/linking_with_flink.md" target="_blank"> 在 Github 上编辑此页! </a> </div> </div> </div> </div><!-- /.container --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.min.js"></script> <script src="/1.2.0/page/js/flink.js"></script> <!-- Baidu Analytics --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?835985ad7943d8c24bc3c1f155b7d4a2"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!-- Disqus --> </body> </html>
flink-china/latest
dev/linking_with_flink.html
HTML
apache-2.0
35,794
<div class="container entity"> <h1 class="col-lg-12"> <i class="fa fa-custom fa-annotations"></i> {{ ::ac.annotation.annotation_id }} </h1> <div class="col-lg-12"> <div class="panel panel-default" id="summary"> <div class="panel-heading"> <h3 class="panel-title" data-translate>Summary</h3> </div> <table id="summary-table" class="table table-striped table-hover table-condensed table-bordered table-vertical"> <tbody> <tr> <th data-translate scope="row">Annotation UUID</th> <td>{{ ::ac.annotation.annotation_id }}</td> </tr> <tr> <th data-translate scope="row">Entity UUID</th> <td>{{ ::ac.annotation.entity_id || "--" }}</td> </tr> <tr> <th data-translate scope="row">Entity Barcode</th> <td>{{ ::ac.annotation.entity_submitter_id || "--" }}</td> </tr> <tr> <th data-translate scope="row">Entity Type</th> <td>{{ ::ac.annotation.entity_type | humanify }}</td> </tr> <tr> <th data-translate scope="row">Case UUID</th> <td> {{ ::ac.annotation.case_id || '--' }} </td> </tr> <tr> <th data-translate scope="row">Case Submitter ID</th> <td> {{ ::ac.annotation.case_submitter_id || '--' }} </td> </tr> <tr> <th data-translate scope="row">Project ID</th> <td> <span data-uib-tooltip="{{ ::ac.ProjectsService.projectIdMapping[ ac.annotation.project.project_id ] }}"> {{ ::ac.annotation.project.project_id }} </span> </td> </tr> <tr> <th data-translate scope="row">Classification</th> <td>{{ ::ac.annotation.classification | humanify:false:true }}</td> </tr> <tr> <th data-translate scope="row">Category</th> <td>{{ ::ac.annotation.category }}</td> </tr> <tr> <th data-translate scope="row">Created On</th> <td>{{ ::ac.annotation.created_datetime | date:'yyyy-MM-dd' }}</td> <tr> <th data-translate scope="row">Status</th> <td>{{ ::ac.annotation.status }}</td> </tr> </tbody> </table> </div> <div class="panel panel-default" id="notes"> <div class="panel-heading"> <h3 class="panel-title" data-translate>Notes</h3> </div> <div class="list-group"> <div class="list-group-item clearfix"> <p class="list-group-item-text" style="word-break: break-all">{{ ::ac.annotation.notes }}</p> </div> </div> </div> </div> </div>
NCI-GDC/portal-ui-legacy
app/scripts/annotations/templates/annotation.html
HTML
apache-2.0
2,832
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>ordinal</title> <link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../../";</script> <script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async="async"></script> <link href="../../../../styles/style.css" rel="Stylesheet"> <link href="../../../../styles/logo-styles.css" rel="Stylesheet"> <link href="../../../../styles/jetbrains-mono.css" rel="Stylesheet"> <link href="../../../../styles/main.css" rel="Stylesheet"> <script type="text/javascript" src="../../../../scripts/clipboard.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/navigation-loader.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/main.js" async="async"></script> </head> <body> <div id="container"> <div id="leftColumn"> <div id="logo"></div> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <div id="leftToggler"><span class="icon-toggler"></span></div> <script type="text/javascript" src="../../../../scripts/pages.js"></script> <script type="text/javascript" src="../../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="org.hexworks.zircon.api.color/ANSITileColor.BRIGHT_CYAN/ordinal/#/PointingToDeclaration//-755115832"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../../../index.html">zircon.core</a>/<a href="../../index.html">org.hexworks.zircon.api.color</a>/<a href="../index.html">ANSITileColor</a>/<a href="index.html">BRIGHT_CYAN</a>/<a href="ordinal.html">ordinal</a></div> <div class="pull-right d-flex"> <div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>ordinal</span></h1> </div> <div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">val <a href="ordinal.html">ordinal</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> </div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div> </div> </div> </body> </html>
Hexworks/zircon
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.color/-a-n-s-i-tile-color/-b-r-i-g-h-t_-c-y-a-n/ordinal.html
HTML
apache-2.0
3,566
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class squidpony.squidgrid.gui.gdx.UIUtil (squidlib 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class squidpony.squidgrid.gui.gdx.UIUtil (squidlib 3.0.0-SNAPSHOT)"; } } 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="../../../../../squidpony/squidgrid/gui/gdx/package-summary.html">Package</a></li> <li><a href="../../../../../squidpony/squidgrid/gui/gdx/UIUtil.html" title="class in squidpony.squidgrid.gui.gdx">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?squidpony/squidgrid/gui/gdx/class-use/UIUtil.html" target="_top">Frames</a></li> <li><a href="UIUtil.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 squidpony.squidgrid.gui.gdx.UIUtil" class="title">Uses of Class<br>squidpony.squidgrid.gui.gdx.UIUtil</h2> </div> <div class="classUseContainer">No usage of squidpony.squidgrid.gui.gdx.UIUtil</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="../../../../../squidpony/squidgrid/gui/gdx/package-summary.html">Package</a></li> <li><a href="../../../../../squidpony/squidgrid/gui/gdx/UIUtil.html" title="class in squidpony.squidgrid.gui.gdx">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?squidpony/squidgrid/gui/gdx/class-use/UIUtil.html" target="_top">Frames</a></li> <li><a href="UIUtil.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; 2012&#x2013;2017. All rights reserved.</small></p> </body> </html>
BenMcLean/SquidLib
docs/squidlib/squidpony/squidgrid/gui/gdx/class-use/UIUtil.html
HTML
apache-2.0
4,429
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>Olio/PHP Install and Setup Guide</TITLE> <META NAME="GENERATOR" CONTENT="StarOffice 8 (Solaris Sparc)"> <META NAME="AUTHOR" CONTENT="Akara Sucharitakul"> <META NAME="CREATED" CONTENT="20070926;10111500"> <META NAME="CHANGEDBY" CONTENT="Shanti Subramanyam"> <META NAME="CHANGED" CONTENT="20090318;9153900"> <META NAME="CHANGEDBY" CONTENT="Shanti Subramanyam"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <META NAME="CHANGEDBY" CONTENT="Shanti Subramanyam"> <STYLE TYPE="text/css"> <!-- H1 { color: #000000 } P { color: #000000 } H2 { color: #000000 } --> </STYLE> </HEAD> <BODY LANG="en-US" TEXT="#000000" DIR="LTR"> <H1 ALIGN=CENTER>Olio/PHP <BR>Install and Setup Guide from Tarball</H1> <H2>Overview</H2> <P>Olio is a macro-level toolkit consisting of the following components:</P> <OL> <LI><P STYLE="margin-bottom: 0in">The web application </P> <LI><P STYLE="margin-bottom: 0in">The main database </P> <LI><P STYLE="margin-bottom: 0in">Distributed storage servers (NFS or MogileFS)</P> <LI><P STYLE="margin-bottom: 0in">The caching server (memcached)</P> <LI><P STYLE="margin-bottom: 0in">Storage metadata database (for MogileFS only)</P> <LI><P STYLE="margin-bottom: 0in">Geocoder emulator </P> <LI><P>Workload driver </P> </OL> <P>If your primary interest is in setting up the application alone, you need items 1-5 above and they can all be setup on a single system. If on the other hand, you would like to drive load against the application, you will need at least 2 systems. At higher loads, you may need multiple systems. At a minimum, we need to separate the SUT (System Under Test) components and the non-SUT components to get valid results. The non-SUT components are the Geocoder emulator and the workload driver. It is best to connect the driver machine to the SUT machine on a local private network. This ensures that latencies measured do not include arbitrary delays.</P> <P>For a horizontally scaled workload, or to measure the performance of the individual components, you can deploy the SUT components on separate physical or virtual machines. Keep in mind though that the bulk of the CPU is consumed in the web application tier (apache/php).</P> <P STYLE="margin-bottom: 0in">In the following sections, we will go over the steps needed to configure each component :</P> <P STYLE="margin-bottom: 0in"><BR> </P> <P><A HREF="#Contents">Extracting the contents</A></P> <P><A HREF="#setupDriver"><U>Setting up the driver</U></A></P> <P><A HREF="#installWebApp">Installing the Web Application</A></P> <P><A HREF="#setupDB">Setting up the database</A></P> <P><A HREF="#loadDB">Loading the database</A></P> <P><A HREF="#setupFileStore">Setting up the filestore</A></P> <P><A HREF="#setupEmulator">Setting up the Geocoder Emulator</A></P> <P><A HREF="#testWebApp">Testing the web application</A></P> <P><A HREF="#startRun">Starting a performance test</A></P> <H2><A NAME="Contents"></A>Extracting the Contents</H2> <P>The Olio/PHP kit is packaged as a gzipped tar file. The first task is to unzip the file and untar it to extract it's contents. Because of the long pathnames, please use gtar to extract. This can be done as follows:</P> <P><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt"># gzcat <I>olio-php-&lt;version&gt;</I>.tar.gz | gtar xvf -</FONT></FONT></P> <P>This will cause a directory named olio-php-<I>&lt;version&gt; </I><SPAN STYLE="font-style: normal">to be created whose contents should look like:</SPAN></P> <P STYLE="margin-bottom: 0.04in; font-style: normal"><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt"># ls olio-php-0.1*</FONT></FONT></P> <P STYLE="margin-bottom: 0.04in; font-style: normal"><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt">LICENSE OlioDriver.jar RELEASE-NOTES-php-0.1.txt geocoder.war php_setup_kit.html</FONT></FONT></P> <P STYLE="margin-bottom: 0.04in; font-style: normal"><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt">NOTICE oliophp/ release</FONT></FONT></P> <P STYLE="margin-bottom: 0.04in; font-style: normal"><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt"># </FONT></FONT> </P> <P>We will use $OLIO_HOME to designate the name of this directory. A description of the contents follows :</P> <UL> <LI><P>The <I>oliophp</I> directory contains the web application. This application will be deployed on the webserver.</P> <LI><P><I>OlioDriver.jar</I> contains the load generator/driver (which we typically refer to simply as <I>driver</I>). The driver is implemented using <A HREF="http://faban.sunsource.net/"><I>Faban</I></A> – an open source benchmarking toolkit.</P> <LI><P><I>geocoder.war</I> contains the simple servlet used to emulate the geocoder.</P> <LI><P><I>php_setup_kit.html</I> is this document.</P> <LI><P><I>release</I> contains the release name. LICENSE and NOTICE contain the licenses.</P> </UL> <H2><A NAME="setupDriver"></A>Setting up the Driver</H2> <P>Even if you don't plan to drive load against the application, steps 1 and 2 are required as the database and file loaders are part of the workload driver – feel free to install the driver on the same system as the web application.</P> <OL> <LI><P ALIGN=LEFT>See <A HREF="http://faban.sunsource.net/docs/guide/harness/install.html">http://faban.sunsource.net/docs/guide/harness/install.html</A> for Faban installation instructions. Note that faban needs to be installed on all the machines used for the test. Please also read the <I>Getting Started Guide</I> to get a high-level understanding of Faban terminology and how it works. From now on, we will refer to the faban install directory as $FABAN_HOME.</P> </OL> <OL START=3> <LI><P ALIGN=LEFT>Copy $OLIO_HOME/Olio<SPAN STYLE="font-weight: medium">Driver</SPAN><I><SPAN STYLE="font-weight: medium">.</SPAN></I><SPAN STYLE="font-style: normal"><SPAN STYLE="font-weight: medium">jar</SPAN></SPAN> to the $FABAN_HOME/benchmarks directory. Also copy the OlioDriver.jar file to the $FABAN_HOME/benchmarks directory on the web server system.</P> <LI><P ALIGN=LEFT>For the driver to work, you will need JDK 1.6. Set JAVA_HOME to the path of the JDK in the faban user's environment.</P> <LI><P ALIGN=LEFT>Start the faban master on the master driver machine :</P> <P ALIGN=LEFT>$FABAN_HOME/master/bin/startup.sh</P> <LI><P ALIGN=LEFT>Test that you can connect to the master by pointing your browser at http://<I>&lt;driver_machine&gt;</I>:9980. </P> </OL> <H2><A NAME="installWebApp"></A><FONT SIZE=4>Installing the Web Application</FONT></H2> <P>The web application is a PHP application. It requires the following components:</P> <OL> <LI><P STYLE="margin-bottom: 0in">A web server such as Apache2 or Lighttpd</P> <LI><P STYLE="margin-bottom: 0in">PHP 5 with extensions: apc.so, curl.so, gd.so, pdo_mysql.so</P> <LI><P STYLE="margin-bottom: 0in">MySQL 5</P> <LI><P STYLE="margin-bottom: 0in">Memcached </P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <P>All of these applications are included in OpenSolaris. If you're running on any other operating system, please install the above applications.<BR><BR>Once you have the application stack installed, follow the steps below to set up the application. </P> <OL> <LI><P>Decide where you want to install the web application. The default for apache is the htdocs sub-directory but a common location is /var/www. Create a sub-directory <I>oliophp</I> where the php application will reside and copy the contents of $OLIO_HOME/oliophp to this directory. We will use $APP_DIR to refer to this location. Ensure that all files in $APP_DIR are readable by the world.</P> <LI><P>Edit the httpd.conf used by your system's apache installation. Set the <B>Listen</B> parameter to the hostname or ip address and set the <B>DocumentRoot</B> to $APP_DIR/public_html. See the <I>httpd.conf </I>file in $APP_DIR/etc for additional settings.</P> <LI><P STYLE="margin-bottom: 0in">See the php.ini provided in $APP_DIR/etc and copy the settings appropriately to the php.ini for your installation.</P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <P STYLE="margin-bottom: 0in"><A NAME="setupDB"></A><BR><FONT SIZE=4><B>Setting up the database</B></FONT> </P> <P STYLE="margin-bottom: 0in"><BR> </P> <P STYLE="margin-bottom: 0in"><BR> </P> <OL> <LI><P>If you plan to run MySQL on a separate machine, install MySQL on that system. We will refer to the MySQL installation directory as MYSQL_HOME.</P> <LI><P>Setup the mysql user/group and permissions for it's directories: <BR><FONT FACE="monospace"># groupadd mysql </FONT><BR><FONT FACE="monospace"># useradd -d $MYSQL_HOME -g mysql -s /usr/bin/bash&nbsp;mysql<BR># chown -R mysql:mysql $MYSQL_HOME</FONT></P> <LI><P>Create the database:<BR><FONT FACE="monospace"># su - mysql</FONT><BR><FONT FACE="monospace">$ cd&nbsp;bin</FONT><BR><FONT FACE="monospace">$ ./mysql_install_db</FONT></P> <LI><P STYLE="margin-bottom: 0.1in"><FONT FACE="Times New Roman, serif">A sample MySQL configuration file (my.cnf) is included in the $APP_DIR/etc. Please read the embedded comments and edit the file appropriately after copying it to /etc. </FONT> </P> <LI><P>Start the mysql server using the my.cnf file. Substitute your own password for <I>pwd </I><SPAN STYLE="font-style: normal">(we typically use</SPAN> <I>adminadmin</I><SPAN STYLE="font-style: normal">)</SPAN><BR><FONT FACE="monospace">$&nbsp;./mysqld_safe –defaults-file=/etc/my.cnf &amp;</FONT><BR><FONT FACE="monospace">$ ./mysqladmin -u root password </FONT><FONT FACE="monospace"><I>pwd</I></FONT></P> <LI><P>Create the olio user and grant privileges:<BR><FONT FACE="monospace">$ ./mysql -uroot -p</FONT><FONT FACE="monospace"><I>pwd</I></FONT><BR><FONT FACE="monospace">mysql&gt; create user 'olio'@'%' identified by 'olio';</FONT><BR><FONT FACE="monospace">mysql&gt; grant all privileges on *.* to 'olio'@'%' identified by 'olio' with grant option;<BR></FONT><BR>In some cases the wildcard '%' does not work reliably as a substitution for all hosts. You need to grant the privileges to 'olio'@'&lt;hostname&gt;' individually, where hostname is localhost, the name of the database system and any other name that's used to access the database system. </P> <LI><P STYLE="margin-bottom: 0in">Create database<BR><FONT FACE="monospace">mysql&gt; create database olio;</FONT><BR><FONT FACE="monospace">mysql&gt; use olio;</FONT> </P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=7> <LI><P>To create the database schema, you first need to copy the schema script from the driver system. It is located in $FABAN_HOME/benchmarks/OlioDriver/bin/schema.sql. Copy the script anywhere on the database server and create the schema:</P> </OL> <P STYLE="margin-left: 0.55in"><FONT FACE="Monospace">$ mysql -uroot -ppwd</FONT><BR><FONT FACE="monospace">mysql&gt; \. </FONT><FONT FACE="monospace"><I>&lt;location&gt;</I></FONT><FONT FACE="monospace">/schema.sql<BR>mysql&gt; exit</FONT><BR><FONT FACE="monospace">$</FONT><BR><BR>Now, if you login as the user <I>olio</I>, you should be able to see the database created by the root user.</P> <H2><A NAME="loadDB"></A><FONT SIZE=4>Loading the database</FONT></H2> <P><FONT SIZE=3>It is best to load the database manually the first time so that we can test the web application. However, while doing performance tests, the load driver can be configured to automatically re-load the database before the run.</FONT></P> <OL> <LI><P><FONT SIZE=3>Login to the machine running the Faban master driver. Only this machine has the loader at this time.</FONT></P> <LI><P STYLE="margin-bottom: 0in"><FONT SIZE=3>Go to the directory containing the loader script:<BR></FONT><FONT FACE="monospace"><FONT SIZE=3># cd </FONT></FONT><FONT FACE="monospace"><I>$FABAN_HOME</I></FONT><FONT FACE="monospace">/benchmarks/OlioDriver/bin</FONT></P> </OL> <OL START=3> <LI><P STYLE="margin-bottom: 0in">Ensure the script has execute permissions. Faban takes care of this for the runs, but since we have not yet started the first run, we will need to change that ourselves:<BR><FONT FACE="monospace"># chmod +x dbloader.sh</FONT></P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=4> <LI><P>Run the loader script:<BR><FONT FACE="monospace"># ./dbloader.sh </FONT><FONT FACE="monospace"><I>&lt;dbserver&gt; &lt;load_scale&gt;</I></FONT><BR>You can start small with a SCALE of 50 for initial testing. </P> <LI><P STYLE="margin-bottom: 0.1in">Edit the $APP_DIR/etc/config.php and set the database host name, replacing <I>localhost</I> in the dbTarget entry.</P> </OL> <P STYLE="margin-left: 0.79in; margin-bottom: 0.04in"><FONT FACE="Courier New, monospace"><FONT SIZE=2 STYLE="font-size: 11pt">$olioconfig['dbTarget'] = 'mysql:host=localhost;dbname=olio'; // PDO target.</FONT></FONT></P> <H2><A NAME="setupFileStore"></A><FONT SIZE=4>Setting up the filestore</FONT></H2> <P><FONT SIZE=3>Olio can be configured to use either a local filesystem or MogileFS for the object data. Our initial testing with MogileFS found some severe performance issues, so for now we advice using a local filesystem or network file system such as NFS. You will need about 50GB of space for the data, as the data does grow over runs. Using a single spindle does work but may create performance bottlenecks. We recommend striping the filesystem across at least 3 spindles to avoid such bottlenecks. A local file system needs to be setup on the same machine as the web application. A network file system can reside on a separate server but needs to be exported and mounted on the system running the web application.</FONT></P> <OL> <LI><P><FONT SIZE=3>Create a directory (or mount a filesystem) designated for storing the image and binary files. This directory is referred to as $FILESTORE. Any valid name for the OS should be fine. Ensure that everyone has read and write access to it:<BR></FONT><FONT FACE="monospace"><FONT SIZE=3># mkdir -p </FONT></FONT><FONT FACE="monospace"><FONT SIZE=3><SPAN STYLE="font-style: normal">$FILESTORE</SPAN></FONT></FONT><FONT SIZE=3><BR></FONT><FONT FACE="monospace"><FONT SIZE=3># chmod a+rwx </FONT></FONT><FONT FACE="monospace"><FONT SIZE=3><SPAN STYLE="font-style: normal">$FILESTORE</SPAN></FONT></FONT></P> <LI><P><FONT SIZE=3>Now load the filestore. You should have the $FABAN_HOME/benchmarks/OlioDriver.jar file on this system.<BR></FONT><FONT FACE="monospace"><FONT SIZE=3><BR># JAVA_HOME</FONT></FONT><FONT FACE="mon"><FONT SIZE=3><I>=</I></FONT></FONT><FONT FACE="monospace"><FONT SIZE=3><I>&lt;java_install_dir&gt;</I></FONT></FONT><FONT FACE="monospace"><FONT SIZE=3>; export $JAVA_HOME</FONT></FONT></P> </OL> <P STYLE="text-indent: 0.5in; margin-bottom: 0.04in"><FONT FACE="monospace"><FONT SIZE=3># cd $FABAN_HOME/benchmarks; mkdir olio</FONT></FONT></P> <P STYLE="margin-left: 0.52in"><FONT FACE="monospace"><FONT SIZE=3># cd olio; jar xvf ../OlioDriver.jar; chmod a+x bin/*</FONT></FONT><FONT SIZE=3><BR></FONT><FONT FACE="monospace"><FONT SIZE=3># $FABAN_HOME/benchmarks/olio/bin/fileloader.sh </FONT></FONT><FONT FACE="monospace"><FONT SIZE=3><I>&lt;load_scale&gt; $FILESTORE</I></FONT></FONT> </P> <OL START=2> <P><FONT SIZE=3>This loads files for use for up to </FONT><FONT FACE="monospace"><FONT SIZE=3><I>load_scale</I></FONT></FONT> <FONT SIZE=3>number of active users.</FONT></P> <LI><P><FONT SIZE=3>Edit the $APP_DIR/etc/config.php parameter </FONT><I>localfsRoot</I> and set it to $FILESTORE. </P> </OL> <H2><A NAME="setupEmulator"></A><FONT SIZE=4>Setting up the Geocoder Emulator</FONT></H2> <P>The Geocoder Emulator is a simple servlet deployed on Tomcat. It is typically run on a driver machine. The following steps describe how to install it :</P> <OL> <LI><P>Donwload and install Tomcat (from <A HREF="http://tomcat.apache.org/">http://tomcat.apache.org</A>) on the driver machine. The install directory doesn't matter – we will refer to it as $TOMCAT_HOME. </P> <LI><P>Copy $OLIO_HOME/geocoder.war file to $TOMCAT_HOME/webapps.</P> <LI><P>Start Tomcat using $TOMCAT_HOME/bin/startup.sh.</P> <LI><P>Edit $APP_DIR/etc/config.php parameter geocoderURL and replace <I>GEOCODER_HOST:8080</I> with the host and port where Tomcat is running.</P> </OL> <H2><FONT SIZE=4>Setting up memcached</FONT></H2> <P><FONT SIZE=3>The Olio application uses memcached for caching the home page which dramatically reduces the load on the database. If you are running Olio to stress MySQL, you may not want to have the caching tier. In this case, set the <I>CacheSystem</I> to <I>NoCache</I> in $APP_DIR/etc/config.php. This will eliminate the use of memcached and all requests will directly go to the database. However, if you do want to use memcached (scaling will be very difficult without it), you need to setup an instance of memcached. This can typically run on the same system as the web server. </FONT> </P> <OL> <LI><P><FONT SIZE=3>Download and install memcached on the system you plan to use.</FONT></P> <LI><P><FONT SIZE=3>Start memcached : “memcached -u mysql &amp;”</FONT></P> <LI><P><FONT SIZE=3>Edit $APP_DIR/etc/config.php and replace MEMCACHED_HOST with the host name where memcached is running. </FONT> </P> </OL> <H2><A NAME="testWebApp"></A><FONT SIZE=4>Testing the web application</FONT></H2> <OL> <LI><P><FONT SIZE=3>Start apache. This can be done by executing “$APACHE_HOME/bin/apachectl start”. Check that you can connect to it from your browser at the port apache is listening on (http://<I>host</I>:80).</FONT></P> <LI><P><FONT SIZE=3>Check the home page (HomePage) . If there are no error messages and all images get loaded, that's a great start ! If instead, the server does not display anything or the images don't get loaded, check the apache error_log and double-check that the application's etc/config.php file has been edited correctly. Remember that you will need to re-start apache after any edits to this file for them to take effect.</FONT></P> <LI><P><FONT SIZE=3>Click on an event (EventDetail). Make sure the whole page looks OK. </FONT> </P> <LI><P><FONT SIZE=3>Click on an attendee (PersonDetail) to see a person's profile. </FONT> </P> <LI><P><FONT SIZE=3>Go back to the home page and click on a tag in the tag cloud. Choose a big tag and check that we have good results and images get loaded OK. </FONT> </P> <LI><P><FONT SIZE=3>Click on the sign up tab. Fill in the form and create a user. Make sure you find some jpeg images to upload. If not, take them from $FABAN_HOME/benchmarks/olio/resources. <BR>Submit the form. Make sure the form goes through. This completes the AddPerson transaction. </FONT> </P> <LI><P><FONT SIZE=3>Login using your new login name you just created. The top right of the screen should show that you're logged on. </FONT> </P> <LI><P><FONT SIZE=3>Select an event, go back to the EventDetail page but this time as a logged on user. <BR>Add yourself as an attendee. This is the EventDetail transaction with attendee added (about 8-9% of all EventDetail views). </FONT> </P> <LI><P><FONT SIZE=3>Click on the add event tab and add an event. Make sure to include an image and some literature. You can also use the files from <BR>$FABAN_HOME/benchmarks/olio/resources. Fill in the form and submit. This is the AddEvent transaction. </FONT> </P> </OL> <H2><A NAME="startRun"></A><FONT SIZE=4>Starting a performance test</FONT></H2> <P STYLE="margin-bottom: 0in">Now that we know that the web application is running and the faban harness is up, it is time to kick off a test. </P> <P STYLE="margin-bottom: 0in"><BR> </P> <OL> <LI><P STYLE="margin-bottom: 0in">Shutdown apache and kill memcached. Memcached is always started by the driver before the run to ensure a clean cache and will cause port conflicts if it is already running. The apache server is also automatically started at the start of a run and shutdown at the end of a run.</P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=2> <LI><P>Point your browser at http://<I>&lt;driver_machine&gt;</I>:9980</P> <LI><P>Click on the <SPAN STYLE="font-style: normal"><B>Schedule Run</B></SPAN> link.</P> <LI><P>Under the JAVA tab, set the JAVA_HOME. You can accept the default value for JVM options. <B>DO NOT</B> click on the OK button yet!</P> <LI><P>Select the Driver tab. </P> <P STYLE="margin-bottom: 0in">Enter a Description for the run (say 'First test run' for this case). In general, the Description field is very useful to get a quick idea of what a particular run is testing. </P> <P STYLE="margin-bottom: 0in">Enter the name of your driver(s) machine for Host (when using more than one machine, simply separate them by a space). </P> <P STYLE="margin-bottom: 0in">Enter 10 for 'Concurrent Users' (we want to start small).</P> <P STYLE="margin-bottom: 0in">Enter 'vmstat 10' for Tools. This indicates the measurement tools that will be run on the driver machine. It's a good idea to keep an eye on the driver cpu utilization.</P> <P STYLE="margin-bottom: 0in">Now enter 30, 30, 30 for the Ramp up, Steady State and Ramp down times. This is a very short test run. For normal runs, you may need a ramp up of 200 seconds and a steady state of at least 600 seconds during which measurements are made.</P> <P STYLE="margin-bottom: 0in">For current systems, the time between client startup of 200 milliseconds is good enough. Some web servers or slower systems may not be able to accept connections very frequently. In that case we may want to increase this value to 1000 milliseconds.</P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=6> <LI><P>Select the Web Server tab.</P> </OL> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">The number of Agents is best the same or multiple the number of driver machines – we start with 1. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">The Host:Port Pairs field takes the host port pairs where the web applications are running. The host and port is separated by a colon. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">Each pair is separated by space. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">For the Webserver type field, enter either &quot;apache&quot; or &quot;lighttpd&quot; depending on which web server you're using.</P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">Leave the field blank if you're using servers other than these two. Only these two servers are supported at this time. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">Enter the webserver's bin, log, and config directories, and the directory containing the php.ini file in the respective fields. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">Next, choose the server type to be PHP. </P> <P STYLE="text-indent: 0.5in; margin-bottom: 0in">In the tools box, type the tools you want to run. Here are the tools we typically run : vmstat 10; mpstat 10; iostat -x 10</P> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=7> <LI><P STYLE="margin-bottom: 0in">Select the Data Servers tab.</P> </OL> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=7> <P STYLE="margin-bottom: 0in">For the database server, enter the Host name. (Olio also supports multiple hostnames if MySQL replication is being used). </P> </OL> <P STYLE="text-indent: 0.49in; margin-bottom: 0in">Edit the hostname part of the JDBC Connection URL. This is used by the loader program to reload the database before a run. </P> <P STYLE="text-indent: 0.49in; margin-bottom: 0in">Set the 'Load for Concurrent Users' to 25 (this is the minimum number of users we can load for and is good for up to 25 concurrent users). </P> <OL START=7> <P STYLE="margin-bottom: 0in">Set the Data Storage server. For local storage this is the same host as the web server.</P> <P STYLE="margin-bottom: 0in">Set the memcached server instances to the servers you've configured in config.php of the web application. </P> </OL> <P STYLE="text-indent: 0.48in; margin-bottom: 0in">The memcached server instances are given as host:port pairs, separated by space. If a port is not given, the default port of 11211 is assumed.</P> <P STYLE="margin-bottom: 0in"><BR> </P> <OL START=8> <LI><P>That's it. Click OK and the run should be scheduled. You can click on the View Results link on the left to monitor the run.</P> </OL> </BODY> </HTML>
shanti/olio
tags/0.1-final/tags/release-0.1/docs/php_setup_kit.html
HTML
apache-2.0
25,389
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xml:lang="en" lang="en"> <!-- this is a JXR report set --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Play! 2.x Provider for Play! 2.3.x 1.0.0-beta1 Reference</title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> <frame src="overview-frame.html" name="packageListFrame" /> <frame src="allclasses-frame.html" name="packageFrame" /> </frameset> <frame src="overview-summary.html" name="classFrame" /> <noframes> <body> <h1>Frame Alert</h1> <p> You don't have frames. Go <a href="overview-summary.html">here</a> </p> </body> </noframes> </frameset> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-beta1/play2-providers/play2-provider-play23/xref/index.html
HTML
apache-2.0
865
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed May 30 16:48:32 EEST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator (Wicket Parent 1.5.7 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.wicket.ajax.calldecorator.AjaxCallDecorator (Wicket Parent 1.5.7 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/wicket/ajax/calldecorator/AjaxCallDecorator.html" title="class in org.apache.wicket.ajax.calldecorator"><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/wicket/ajax/calldecorator/class-use/AjaxCallDecorator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AjaxCallDecorator.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.wicket.ajax.calldecorator.AjaxCallDecorator</B></H2> </CENTER> No usage of org.apache.wicket.ajax.calldecorator.AjaxCallDecorator <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/wicket/ajax/calldecorator/AjaxCallDecorator.html" title="class in org.apache.wicket.ajax.calldecorator"><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/wicket/ajax/calldecorator/class-use/AjaxCallDecorator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AjaxCallDecorator.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; 2006-2012 <a href="http://apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
afiantara/apache-wicket-1.5.7
apidocs/org/apache/wicket/ajax/calldecorator/class-use/AjaxCallDecorator.html
HTML
apache-2.0
6,229
<!DOCTYPE html> <html lang="zh-CN"> <!-- Head tag --> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--Icon--> <link rel="shortcut icon" href="/img/favicon.ico"> <!--Description--> <meta name="description" content="the blog of sjj118"> <!--Author--> <meta name="author" content="sjj118"> <!--Open Graph Title--> <meta property="og:title" content="sjj118&#39;s Blog"> <!-- jquery --> <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> <!-- Katex --> <!-- bootcdn --> <link href="https://cdn.bootcss.com/KaTeX/0.9.0-alpha2/katex.min.css" rel="stylesheet"> <script src="https://cdn.bootcss.com/KaTeX/0.9.0-alpha2/katex.min.js"></script> <script src="https://cdn.bootcss.com/KaTeX/0.9.0-alpha2/contrib/auto-render.min.js"></script> <!-- cdnjs <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0-alpha2/katex.min.css" integrity="sha384-exe4Ak6B0EoJI0ogGxjJ8rn+RN3ftPnEQrGwX59KTCl5ybGzvHGKjhPKk/KC3abb" crossorigin="anonymous"> <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0-alpha2/katex.min.js" integrity="sha384-OMvkZ24ANLwviZR2lVq8ujbE/bUO8IR1FdBrKLQBI14Gq5Xp/lksIccGkmKL8m+h" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0-alpha2/contrib/auto-render.min.js" integrity="sha384-cXpztMJlr2xFXyDSIfRWYSMVCXZ9HeGXvzyKTYrn03rsMAlOtIQVzjty5ULbaP8L" crossorigin="anonymous"></script> --> <!-- staticfile <link rel="stylesheet" href="https://cdn.staticfile.org/KaTeX/0.7.1/katex.min.css"> <script src="https://cdn.staticfile.org/KaTeX/0.7.1/katex.min.js"></script> <script src="https://cdn.staticfile.org/KaTeX/0.7.1/contrib/auto-render.min.js"></script> --> <script> document.addEventListener("DOMContentLoaded", function() { var mathList = document.getElementsByClassName("markdown-body"),len=mathList.length; for(var i = 0; i < len; i++){ renderMathInElement( mathList[i], { delimiters: [ {left: "$$", right: "$$", display: true}, {left: "$", right: "$", display: false}, {left: "\\[", right: "\\]", display: true}, {left: "\\(", right: "\\)", display: false} ] } ); } }); </script> <!--highlight.js--> <link rel="stylesheet" href="https://cdn.staticfile.org/highlight.js/9.10.0/styles/atom-one-light.min.css"> <script src="https://cdn.staticfile.org/highlight.js/9.10.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <!--Github Markdown css--> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.staticfile.org/github-markdown-css/2.5.0/github-markdown.min.css"> <style> .markdown-body { box-sizing: border-box; margin: 0 auto; padding: 45px; } @media (max-width: 767px) { .markdown-body { padding: 15px; } } </style> <!--Open Graph Description--> <meta property="og:description" content="the blog of sjj118"> <!--Open Graph Site Name--> <meta property="og:site_name" content="sjj118&#39;s Blog"> <!--Type page--> <meta property="og:type" content="website"> <!--Page Cover--> <meta name="twitter:card" content="summary"> <!-- Title --> <title>归档:2020 - sjj118&#39;s Blog</title> <!-- Bootstrap Core CSS --> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/style.css"> <!-- Custom Fonts --> <link href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- <link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css"> --> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- Gallery --> <link href="https://cdn.staticfile.org/featherlight/1.7.1/featherlight.min.css" type="text/css" rel="stylesheet"> <!-- Google Analytics --> <!-- favicon --> </head> <body> <!-- Menu --> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <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="/">sjj118's Blog</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 navbar-right"> <li> <a href="/"> Home </a> </li> <li> <a href="/tags"> Tags </a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Main Content --> <header class="intro-header" style="background-image: url('/img/home-bg.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="site-heading"> <h1></h1> </div> </div> </div> </div> </header> <!-- Main Content --> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="archive-before-pagination"></div> </div> </div> </div> <!-- Footer --> <hr /> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="mailto:i@sjj118.com" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/sjj118" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.zhihu.com/people/sjj118" target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-stack-1x fa-inverse">知</i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; 2020 sjj118. All Rights Reserved.<br></p> </div> </div> </div> </footer> <!-- After footer scripts --> <!-- jQuery --> <script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script> <!-- Bootstrap --> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> <!-- Gallery --> <script src="https://cdn.staticfile.org/featherlight/1.7.1/featherlight.min.js" type="text/javascript" charset="utf-8"></script> <!-- Comments --> <!-- Disqus Comments --> <!-- Gitment Comments --> <!-- Gitalk Comments --> <link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css"> <script src="https://unpkg.com/gitalk/dist/gitalk.js"></script> <script> const gitalk = new Gitalk({ clientID: '5099afc263addd98be13', clientSecret: '79401012bcd210085b59e2d0985924a7f745369e', repo: 'sjj118.github.io', owner: 'sjj118', admin: ['sjj118'], distractionFreeMode: false }) gitalk.render('gitalk_thread') </script> <!-- anchor-js --> <!-- Side Catalog --> </body> </html>
sjj118/sjj118.github.io
archives/2020/index.html
HTML
apache-2.0
10,548
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <title>RSK Mind | Open source</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- Compiled and minified CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css"> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> </head> <body> <a href="https://github.com/rsk-mind"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a> <section class="page-header"> <!-- <h1 class="project-name">RSK Mind</h1> --> <h1 class="project-name"><img src="./logo.png" alt="" /></h1> <h2 class="project-tagline">Taking the most out of transactions</h2> </section> <section class="main-content"> <h4> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"> <span aria-hidden="true" class="octicon octicon-link"></span> </a> ABOUT </h4> <h4> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"> <span aria-hidden="true" class="octicon octicon-link"></span> </a> PROJECTS </h4> <div class="row"> <div class="col s12 m6"> <div class="card medium"> <div class="card-image waves-effect waves-block waves-light"> <img class="activator" src="images/rsz_api.png"> </div> <div class="card-content"> <span class="card-title activator grey-text text-darken-4">REST API<i class="material-icons right">more_vert</i></span> <p><a href="#">This is a link</a></p> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">Card Title<i class="material-icons right">close</i></span> <p>Here is some more information about this product that is only revealed once clicked on.</p> </div> </div> </div> <div class="col s12 m6"> <div class="card medium"> <div class="card-image waves-effect waves-block waves-light"> <img class="activator" src="images/brain.png"> </div> <div class="card-content"> <span class="card-title activator grey-text text-darken-4">Engine<i class="material-icons right">more_vert</i></span> <p><a href="#">This is a link</a></p> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">Card Title<i class="material-icons right">close</i></span> <p>Here is some more information about this product that is only revealed once clicked on.</p> </div> </div> </div> <h4> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"> <span aria-hidden="true" class="octicon octicon-link"></span> </a> PRESENTATIONS </h4> <div class="row"> <div class="col s12 m6"> <div class="card small"> <div class="card-image waves-effect waves-block waves-light"> <img class="activator" src="images/present-1.jpg"> </div> <div class="card-content"> <span class="card-title activator grey-text text-darken-4">NBG crowdhackathon<i class="material-icons right">more_vert</i></span> <p><a href="presentations/fintech-crowdhackathon.pdf">Read more</a></p> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">NBG crowdhackathon<i class="material-icons right">close</i></span> <p>The presentation of our platform during the Fintech hackathon organized by National Bank of Greece Making e-transactions safer using Artificial Intelligence</p> <p><a href="presentations/fintech-crowdhackathon.pdf">Read more</a></p> </div> </div> </div> </div> <h4> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"> <span aria-hidden="true" class="octicon octicon-link"></span> </a> VIDEO </h4> <h4> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"> <span aria-hidden="true" class="octicon octicon-link"></span> </a> TEAM </h4> <footer class="site-footer"> <span class="site-footer-credits">&copy; RSK Mind 2016</span> </footer> </section> <!-- Compiled and minified JavaScript --> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script> </body> </html>
rsk-mind/rsk-mind.github.com
index.html
HTML
apache-2.0
5,691
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ibeis.web.test_api &mdash; ibeis 1.5.2 documentation</title> <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> <link rel="top" title="ibeis 1.5.2 documentation" href="../../../index.html"/> <link rel="up" title="ibeis" href="../../ibeis.html"/> <script src="../../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../../index.html" class="icon icon-home"> ibeis </a> <div class="version"> 1.5.2 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../../../ibeis.html">ibeis package</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../../index.html">ibeis</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../../index.html">Docs</a> &raquo;</li> <li><a href="../../index.html">Module code</a> &raquo;</li> <li><a href="../../ibeis.html">ibeis</a> &raquo;</li> <li>ibeis.web.test_api</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <h1>Source code for ibeis.web.test_api</h1><div class="highlight"><pre> <span></span><span class="ch">#!/usr/bin/env python</span> <span class="c1"># -*- coding: utf-8 -*-</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This is a proof of concept for connecting to an authenticated Qubica Server</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span><span class="p">,</span> <span class="n">division</span><span class="p">,</span> <span class="n">absolute_import</span> <span class="kn">from</span> <span class="nn">hashlib</span> <span class="kn">import</span> <span class="n">sha1</span> <span class="kn">import</span> <span class="nn">hmac</span> <span class="kn">import</span> <span class="nn">requests</span> <span class="c1"># System variables</span> <span class="n">APPLICATION_PROTOCOL</span> <span class="o">=</span> <span class="s1">&#39;http&#39;</span> <span class="n">APPLICATION_DOMAIN</span> <span class="o">=</span> <span class="s1">&#39;127.0.0.1&#39;</span> <span class="n">APPLICATION_PORT</span> <span class="o">=</span> <span class="s1">&#39;5000&#39;</span> <span class="n">APPLICATION_NAME</span> <span class="o">=</span> <span class="s1">&#39;IBEIS&#39;</span> <span class="n">APPLICATION_SECRET_KEY</span> <span class="o">=</span> <span class="s1">&#39;CB73808F-A6F6-094B-5FCD-385EBAFF8FC0&#39;</span> <span class="k">def</span> <span class="nf">_raise</span><span class="p">(</span><span class="n">exception</span><span class="p">,</span> <span class="n">message</span><span class="p">):</span> <span class="k">raise</span> <span class="n">exception</span><span class="p">(</span><span class="s1">&#39;[</span><span class="si">%s</span><span class="s1">] ERROR: </span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">__file__</span><span class="p">,</span> <span class="n">message</span><span class="p">))</span> <div class="viewcode-block" id="get_signature"><a class="viewcode-back" href="../../../ibeis.web.html#ibeis.web.test_api.get_signature">[docs]</a><span class="k">def</span> <span class="nf">get_signature</span><span class="p">(</span><span class="n">key</span><span class="p">,</span> <span class="n">message</span><span class="p">):</span> <span class="k">return</span> <span class="nb">str</span><span class="p">(</span><span class="n">hmac</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="n">key</span><span class="p">,</span> <span class="n">message</span><span class="p">,</span> <span class="n">sha1</span><span class="p">)</span><span class="o">.</span><span class="n">digest</span><span class="p">()</span><span class="o">.</span><span class="n">encode</span><span class="p">(</span><span class="s2">&quot;base64&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">rstrip</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">))</span> </div> <div class="viewcode-block" id="get_authorization_header"><a class="viewcode-back" href="../../../ibeis.web.html#ibeis.web.test_api.get_authorization_header">[docs]</a><span class="k">def</span> <span class="nf">get_authorization_header</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span> <span class="c1"># Get signature</span> <span class="n">secret_key_signature</span> <span class="o">=</span> <span class="n">get_signature</span><span class="p">(</span><span class="n">APPLICATION_SECRET_KEY</span><span class="p">,</span> <span class="n">uri</span><span class="p">)</span> <span class="n">application_authentication</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1">:</span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">APPLICATION_NAME</span><span class="p">,</span> <span class="n">secret_key_signature</span><span class="p">,</span> <span class="p">)</span> <span class="k">if</span> <span class="n">user_email</span> <span class="ow">is</span> <span class="bp">None</span> <span class="ow">or</span> <span class="n">user_enc_pass</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span> <span class="k">return</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">application_authentication</span><span class="p">,</span> <span class="p">)</span> <span class="k">return</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1">:</span><span class="si">%s</span><span class="s1">:</span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">application_authentication</span><span class="p">,</span> <span class="n">user_email</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="p">)</span> </div> <span class="k">def</span> <span class="nf">_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="n">method</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Make a general (method) API request to the server</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Make GET request to server</span> <span class="n">method</span> <span class="o">=</span> <span class="n">method</span><span class="o">.</span><span class="n">upper</span><span class="p">()</span> <span class="n">url</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1">://</span><span class="si">%s</span><span class="s1">:</span><span class="si">%s%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">APPLICATION_PROTOCOL</span><span class="p">,</span> <span class="n">APPLICATION_DOMAIN</span><span class="p">,</span> <span class="n">APPLICATION_PORT</span><span class="p">,</span> <span class="n">uri</span><span class="p">)</span> <span class="n">header</span> <span class="o">=</span> <span class="n">get_authorization_header</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">user_email</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="p">)</span> <span class="n">headers</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;Authorization&#39;</span><span class="p">:</span> <span class="n">header</span><span class="p">}</span> <span class="n">args</span> <span class="o">=</span> <span class="p">(</span><span class="n">method</span><span class="p">,</span> <span class="n">url</span><span class="p">,</span> <span class="n">headers</span><span class="p">,</span> <span class="n">kwargs</span><span class="p">,</span> <span class="p">)</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;Server request (</span><span class="si">%r</span><span class="s1">): </span><span class="si">%r</span><span class="se">\n\t</span><span class="s1">Headers: </span><span class="si">%r</span><span class="se">\n\t</span><span class="s1">Args: </span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="n">args</span><span class="p">)</span> <span class="k">try</span><span class="p">:</span> <span class="k">if</span> <span class="n">method</span> <span class="o">==</span> <span class="s1">&#39;GET&#39;</span><span class="p">:</span> <span class="n">req</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers</span><span class="p">,</span> <span class="n">params</span><span class="o">=</span><span class="n">kwargs</span><span class="p">,</span> <span class="n">verify</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> <span class="k">elif</span> <span class="n">method</span> <span class="o">==</span> <span class="s1">&#39;POST&#39;</span><span class="p">:</span> <span class="n">req</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">post</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers</span><span class="p">,</span> <span class="n">payload</span><span class="o">=</span><span class="n">kwargs</span><span class="p">,</span> <span class="n">verify</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">_raise</span><span class="p">(</span><span class="ne">KeyError</span><span class="p">,</span> <span class="s1">&#39;_api_result got unsupported method=</span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">method</span><span class="p">,</span> <span class="p">))</span> <span class="k">except</span> <span class="n">requests</span><span class="o">.</span><span class="n">exceptions</span><span class="o">.</span><span class="n">ConnectionError</span> <span class="k">as</span> <span class="n">ex</span><span class="p">:</span> <span class="n">_raise</span><span class="p">(</span><span class="ne">IOError</span><span class="p">,</span> <span class="s1">&#39;_api_result could not connect to server </span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">ex</span><span class="p">,</span> <span class="p">))</span> <span class="k">return</span> <span class="n">req</span><span class="o">.</span><span class="n">status_code</span><span class="p">,</span> <span class="n">req</span><span class="o">.</span><span class="n">text</span><span class="p">,</span> <span class="n">req</span><span class="o">.</span><span class="n">json</span> <div class="viewcode-block" id="get_api_result"><a class="viewcode-back" href="../../../ibeis.web.html#ibeis.web.test_api.get_api_result">[docs]</a><span class="k">def</span> <span class="nf">get_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Make a GET API request to the server</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="n">_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="s1">&#39;get&#39;</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="n">user_email</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="n">user_enc_pass</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> </div> <div class="viewcode-block" id="post_api_result"><a class="viewcode-back" href="../../../ibeis.web.html#ibeis.web.test_api.post_api_result">[docs]</a><span class="k">def</span> <span class="nf">post_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Make a GET API request to the server</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="n">_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">,</span> <span class="s1">&#39;post&#39;</span><span class="p">,</span> <span class="n">user_email</span><span class="o">=</span><span class="n">user_email</span><span class="p">,</span> <span class="n">user_enc_pass</span><span class="o">=</span><span class="n">user_enc_pass</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> </div> <div class="viewcode-block" id="run_test_api"><a class="viewcode-back" href="../../../ibeis.web.html#ibeis.web.test_api.run_test_api">[docs]</a><span class="k">def</span> <span class="nf">run_test_api</span><span class="p">():</span> <span class="sd">r&quot;&quot;&quot;</span> <span class="sd"> CommandLine:</span> <span class="sd"> python -m ibeis.web.test_api --test-run_test_api</span> <span class="sd"> Example:</span> <span class="sd"> &gt;&gt;&gt; # WEB_DOCTEST</span> <span class="sd"> &gt;&gt;&gt; from ibeis.web.test_api import * # NOQA</span> <span class="sd"> &gt;&gt;&gt; response = run_test_api()</span> <span class="sd"> &gt;&gt;&gt; print(&#39;Server response: %r&#39; % (response, ))</span> <span class="sd"> &gt;&gt;&gt; result = response</span> <span class="sd"> (200, u&#39;{&quot;status&quot;: {&quot;cache&quot;: -1, &quot;message&quot;: &quot;&quot;, &quot;code&quot;: 200, &quot;success&quot;: true}, &quot;response&quot;: &quot;testdb1&quot;}&#39;, &lt;bound method Response.json of &lt;Response [200]&gt;&gt;)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="kn">import</span> <span class="nn">ibeis</span> <span class="kn">import</span> <span class="nn">time</span> <span class="n">web_instance</span> <span class="o">=</span> <span class="n">ibeis</span><span class="o">.</span><span class="n">opendb_in_background</span><span class="p">(</span><span class="n">db</span><span class="o">=</span><span class="s1">&#39;testdb1&#39;</span><span class="p">,</span> <span class="n">web</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">precache</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> <span class="c1"># let the webapi startup in the background</span> <span class="n">time</span><span class="o">.</span><span class="n">sleep</span><span class="p">(</span><span class="o">.</span><span class="mi">1</span><span class="p">)</span> <span class="n">uri</span> <span class="o">=</span> <span class="s1">&#39;/api/core/dbname/&#39;</span> <span class="c1"># Make GET request to the server as a test</span> <span class="n">response</span> <span class="o">=</span> <span class="n">get_api_result</span><span class="p">(</span><span class="n">uri</span><span class="p">)</span> <span class="n">status_code</span><span class="p">,</span> <span class="n">text</span><span class="p">,</span> <span class="n">json</span> <span class="o">=</span> <span class="n">response</span> <span class="n">web_instance</span><span class="o">.</span><span class="n">terminate</span><span class="p">()</span> <span class="k">return</span> <span class="n">response</span> </div> <span class="k">if</span> <span class="n">__name__</span> <span class="o">==</span> <span class="s1">&#39;__main__&#39;</span><span class="p">:</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> CommandLine:</span> <span class="sd"> python -m ibeis.web.test_api</span> <span class="sd"> python -m ibeis.web.test_api --allexamples</span> <span class="sd"> python -m ibeis.web.test_api --allexamples --noface --nosrc</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="kn">import</span> <span class="nn">multiprocessing</span> <span class="n">multiprocessing</span><span class="o">.</span><span class="n">freeze_support</span><span class="p">()</span> <span class="c1"># for win32</span> <span class="kn">import</span> <span class="nn">utool</span> <span class="kn">as</span> <span class="nn">ut</span> <span class="c1"># NOQA</span> <span class="n">ut</span><span class="o">.</span><span class="n">doctest_funcs</span><span class="p">()</span> </pre></div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, Jon Crall. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../../', VERSION:'1.5.2', 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> <script type="text/javascript" src="../../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
SU-ECE-17-7/ibeis
_page/_modules/ibeis/web/test_api.html
HTML
apache-2.0
21,484
<!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"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <title>{$hd.config.webname}</title> <jquery/> <slide/> <link rel="stylesheet" href="__TEMPLATE__/css/index.css"/> </head> <body> <!-- 最顶部灰色条开始 --> <div class="head_top"> <div class="head_top_box"> <!-- 左边盒子 --> <div class="head_top_l"> <span class="top_login"> {$hd.config.webname} </span> </div> <!-- 右边盒子结束 --> </div> </div> <!-- 最顶部灰色条结束 --> <!-- 头部开始 --> <div class="head"> <a href="" class="logo"><img src="__TEMPLATE__/images/logo.gif" alt=""/></a> <a href="" class="logo2"><img src="__TEMPLATE__/images/1328856915439.gif" alt=""/></a> </div> <!-- 头部结束 --> <!-- 导航栏开始 --> <div class="nav_list"> <a href="__ROOT__" class="blue"><span>首 页</span></a> <channel class="blue" level="1" row="8"> <a href="{$field.url}" class="two"><span>{$field.catname}</span></a> </channel> <!-- 右边分享盒子开始 --> <div class="share"> <!-- JiaThis Button BEGIN --> <!-- JiaThis Button END --> </div> <!-- 右边分享盒子结束 --> </div> <!-- 导航栏结束 --> <!-- 搜索区域大盒子开始 --> <div class="search_box"> <!-- 搜索大盒子左边开始 --> <div class="s_left"> <form action="{|U:'Search/Search/search'}" method="post"> <!-- 搜索框盒子 --> <div class="keybox"> <p class="serch_pic"></p> <input type="text" name="search" maxlength="16"/> </div> <!-- 搜索框盒子 --> <!-- 按钮开始 --> <div class="btn"> <input type="submit" value="搜索"/> </div> <!-- 按钮结束 --> </form> <!-- 搜索框右侧搜索链接结束 --> <!-- 热门关键字开始 --> <div class="hotkey"> 热门关键字: <searchkey row="10"> <a href="{$field.url}">{$field.name}</a> </searchkey> </div> <!-- 热门关键字结束 --> </div> <!-- 搜索大盒子左边结束 --> <!-- 搜索大盒子右边开始 --> <div class="s_right"> <div class="pic"> </div> </div> <!-- 搜索大盒子右边结束 --> </div> <!-- 搜索区域大盒子结束 --> <!-- 轮换版区域盒子 --> <div class="news_index"> <div class="left"> <div class="news_img"> <script> $(function () { $('#flash').slide({ width: 278, height: 230, timeout: 3 }); }) </script> <div id="flash"> <arclist flag="5" row="5" titlelen="13" listtype="all"> <a href="{$field.url}" title="{$field.title}"><img src="{$field.thumb}"/></a> </arclist> </div> </div> </div> <div class="center"> <div class="listbox"> <div class="top"> <arclist row="1" flag="2" titlelen="12" listtype="all"> <h1><a href="{$field.url}" target="_blank"> {$field.title}</a></h1> {$field.description} <a href="{$field.url}">[全文...]</a> </arclist> </div> <ul> <arclist row="6" flag="1" titlelen="13" listtype="all"> <li><a href="{$field.url}" target="_blank"> {$field.title}</a></li> </arclist> </ul> </div> </div> <div class="right"> <div class="listbox"> <div class="title"> <h2>推荐资讯</h2> </div> <div class="txt"> <ul> <arclist row="9" flag="3" titlelen="12" listtype="all"> <li><a href="{$field.url}"> [{$field.time}]{$field.title}</a></li> </arclist> </ul> </div> </div> </div> </div> <!-- 轮换版区域盒子结束 --> <!-- 轮换版区域下方盒子 --> <div class="news_list"> <channel type="son"> <div class="left" style="width:310px;margin: 0px 5px;margin-bottom: 10px;"> <div class="listbox" style="width:310px;"> <div class="title" style="width:310px;"> <a class="left_box">{$field.catname}</a> <a href="{$field.url}" class="right_box">更多...</a> </div> <div class="txt"> <ul> <arclist cid="{$channel['cid']}" row="10" titlelen="16"> <li><a href="{$field.url}" target="_blank"> [{$field.time}]{$field.title}</a></li> </arclist> </ul> </div> </div> </div> </channel> </div> <!-- 页脚开始 --> <div class="footer"> <!-- 温馨提示开始 --> <div class="rem"> Copyright @ 2011-2015 www.hdphp.com All Right Reserved {$hd.config.webname} </div> </div> <!-- 页脚结束 --> </body> </html>
shizhen0632/hdcms
template/default/article_index.html
HTML
apache-2.0
5,492
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- Content Stylesheet for Site --> <!-- start the processing --> <!-- ====================================================================== --> <!-- Main Page Section --> <!-- ====================================================================== --> <html><head> <link rel="stylesheet" type="text/css" href="HTMLParserTestFile_2_files/style.css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JMeter - User's Manual: Elements of a Test Plan</title> </head> <body bgcolor="#ffffff" link="#525D76" text="#000000"> <table border="0" cellspacing="0"> <!-- TOP IMAGE --> <tbody><tr> <td> <!-- Need to specify height otherwise iframe seems to grab extra --> <iframe src="HTMLParserTestFile_2_files/halfbanner.htm" style="border-width: 0pt; float: left;" frameborder="0" height="102" scrolling="no"></iframe> </td> <td align="left"> <a href="http://jakarta.apache.org/"><img src="HTMLParserTestFile_2_files/jakarta-logo.gif" alt="Jakarta" title="Jakarta" border="0" height="48" width="505"></a> </td> <td align="right"> <a href="http://jakarta.apache.org/jmeter/"><img src="HTMLParserTestFile_2_files/logo.jpg" alt="JMeter" title="JMeter" border="0" height="102" width="221"></a> </td> </tr> </tbody></table> <table border="0" cellspacing="4" width="100%"> <tbody><tr><td colspan="2"> <hr noshade="noshade" size="1"> </td></tr> <tr> <!-- LEFT SIDE NAVIGATION --> <td nowrap="true" valign="top" width="20%"> <p><strong>About</strong></p> <ul> <li><a href="http://jakarta.apache.org/jmeter/index.html">Overview</a> </li> <li><a href="http://jakarta.apache.org/jmeter/changes.html">Changes</a> </li> <li><a href="http://jakarta.apache.org/jmeter/issues.html">Issues</a> </li> <li><a href="http://www.apache.org/licenses/">License</a> </li> <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a> </li> </ul> <p><strong>Download</strong></p> <ul> <li><a href="http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi">Download Releases</a> </li> <li><a href="http://jakarta.apache.org/jmeter/nightly.html">Developer (Nightly) Builds</a> </li> </ul> <p><strong>Documentation</strong></p> <ul> <li><a href="http://jakarta.apache.org/jmeter/usermanual/index.html">User Manual</a> </li> <li><a href="http://jakarta.apache.org/jmeter/api/index.html">Javadocs</a> </li> <li><a href="http://jakarta.apache.org/jmeter/localising/index.html">Localisation (Translator's Guide)</a> </li> <li><a href="http://jakarta.apache.org/jmeter/building.html">Building JMeter and Add-Ons</a> </li> <li><a href="http://wiki.apache.org/jakarta-jmeter">JMeter Wiki</a> </li> <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterFAQ">FAQ (Wiki)</a> </li> </ul> <p><strong>Tutorials (PDF format)</strong></p> <ul> <li><a href="http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a> </li> <li><a href="http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a> </li> <li><a href="http://jakarta.apache.org/jmeter/usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a> </li> <li><a href="http://jakarta.apache.org/jmeter/usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a> </li> <li><a href="http://jakarta.apache.org/jmeter/extending/jmeter_tutorial.pdf">Extending JMeter</a> </li> </ul> <p><strong>Community</strong></p> <ul> <li><a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a> </li> <li><a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a> </li> <li><a href="http://jakarta.apache.org/site/cvsindex.html">SVN Repositories</a> </li> </ul> <p><strong>Foundation</strong></p> <ul> <li><a href="http://www.apache.org/">ASF</a> </li> <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> </li> <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a> </li> </ul> </td> <td align="left" valign="top" width="80%"> <table> <tbody><tr> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/index.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Index</font></a></div> </td> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Next</font></a></div> </td> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Prev</font></a></div> </td> </tr> </tbody></table> <br> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica,sanserif"> <strong>4. Elements of a Test Plan</strong></font> </td></tr> <tr><td> <blockquote> <p> The Test Plan object has a checkbox called "Functional Testing". If selected, it will cause JMeter to record the data returned from the server for each sample. If you have selected a file in your test listeners, this data will be written to file. This can be useful if you are doing a small run to ensure that JMeter is configured correctly, and that your server is returning the expected results. The consequence is that the file will grow huge quickly, and JMeter's performance will suffer. This option should be off if you are doing stress-testing (it is off by default). </p> <p> If you are not recording the data to file, this option makes no difference. </p> <p> You can also use the Configuration button on a listener to decide what fields to save. </p> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="thread_group"><strong>4.1 ThreadGroup</strong></a> <a class="sectionlink" href="#thread_group" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Thread group elements are the beginning points of any test plan. All controllers and samplers must be under a thread group. Other elements, e.g. Listeners, may be placed directly under the test plan, in which case they will apply to all the thread groups. As the name implies, the thread group element controls the number of threads JMeter will use to execute your test. The controls for a thread group allow you to: </p><ul> <li> Set the number of threads </li> <li> Set the ramp-up period </li> <li> Set the number of times to execute the test </li> </ul> <p></p> <p> Each thread will execute the test plan in its entirety and completely independently of other test threads. Multiple threads are used to simulate concurrent connections to your server application. </p> <p> The ramp-up period tells JMeter how long to take to "ramp-up" to the full number of threads chosen. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running. Each thread will start 10 (100/10) seconds after the previous thread was begun. If there are 30 threads and a ramp-up period of 120 seconds, then each successive thread will be delayed by 4 seconds. </p> <p> Ramp-up needs to be long enough to avoid too large a work-load at the start of a test, and short enough that the last threads start running before the first ones finish (unless one wants that to happen). </p> <p> Start with Ramp-up = number of threads and adjust up or down as needed. </p> <p> By default, the thread group is configured to loop once through its elements. </p> <p> Version 1.9 introduces a test run <b> scheduler </b> . Click the checkbox at the bottom of the Thread Group panel to reveal extra fields in which you can enter the start and end times of the run. When the test is started, JMeter will wait if necessary until the start-time has been reached. At the end of each cycle, JMeter checks if the end-time has been reached, and if so, the run is stopped, otherwise the test is allowed to continue until the iteration limit is reached. </p> <p> Alternatively, one can use the relative delay and duration fields. Note that delay overrides start-time, and duration over-rides end-time. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="controllers"><strong>4.2 Controllers</strong></a> <a class="sectionlink" href="#controllers" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> JMeter has two types of Controllers: Samplers and Logical Controllers. These drive the processing of a test. </p> <p> Samplers tell JMeter to send requests to a server. For example, add an HTTP Request Sampler if you want JMeter to send an HTTP request. You can also customize a request by adding one or more Configuration Elements to a Sampler. For more information, see <a href="#samplers"> Samplers </a> . </p> <p> Logical Controllers let you customize the logic that JMeter uses to decide when to send requests. For example, you can add an Interleave Logic Controller to alternate between two HTTP Request Samplers. For more information, see <a href="#logic_controller"> Logical Controllers </a> . </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="samplers"><strong>4.2.1 Samplers</strong></a> <a class="sectionlink" href="#samplers" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Samplers tell JMeter to send requests to a server and wait for a response. They are processed in the order they appear in the tree. Controllers can be used to modify the number of repetitions of a sampler. </p> <p> JMeter samplers include: </p><ul> <li> FTP Request </li> <li> HTTP Request </li> <li> JDBC Request </li> <li> Java object request </li> <li> LDAP Request </li> <li> SOAP/XML-RPC Request </li> <li> WebService (SOAP) Request </li> </ul> Each sampler has several properties you can set. You can further customize a sampler by adding one or more Configuration Elements to the Test Plan. <p></p> <p> If you are going to send multiple requests of the same type (for example, HTTP Request) to the same server, consider using a Defaults Configuration Element. Each controller has one or more Defaults elements (see below). </p> <p> Remember to add a Listener to your test plan to view and/or store the results of your requests to disk. </p> <p> If you are interested in having JMeter perform basic validation on the response of your request, add an <a href="#assertions"> Assertion </a> to the sampler. For example, in stress testing a web application, the server may return a successful "HTTP Response" code, but the page may have errors on it or may be missing sections. You could add assertions to check for certain HTML tags, common error strings, and so on. JMeter lets you create these assertions using regular expressions. </p> <p> <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#samplers"> JMeter's built-in samplers </a> </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="logic_controller"><strong>4.2.2 Logic Controllers</strong></a> <a class="sectionlink" href="#logic_controller" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Logic Controllers let you customize the logic that JMeter uses to decide when to send requests. Logic Controllers can change the order of requests coming from their child elements. They can modify the requests themselves, cause JMeter to repeat requests, etc. </p> <p> To understand the effect of Logic Controllers on a test plan, consider the following test tree: </p> <p> </p><ul> <li> Test Plan </li> <ul> <li> Thread Group </li> <ul> <li> Once Only Controller </li> <ul> <li> Login Request (an <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request">HTTP Request</a> ) </li> </ul> <li> Load Search Page (HTTP Sampler) </li> <li> Interleave Controller </li> <ul> <li> Search "A" (HTTP Sampler) </li> <li> Search "B" (HTTP Sampler) </li> <li> HTTP default request (Configuration Element) </li> </ul> <li> HTTP default request (Configuration Element) </li> <li> Cookie Manager (Configuration Element) </li> </ul> </ul> </ul> <p></p> <p> The first thing about this test is that the login request will be executed only the first time through. Subsequent iterations will skip it. This is due to the effects of the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Once_Only_Controller">Once Only Controller</a> . </p> <p> After the login, the next Sampler loads the search page (imagine a web application where the user logs in, and then goes to a search page to do a search). This is just a simple request, not filtered through any Logic Controller. </p> <p> After loading the search page, we want to do a search. Actually, we want to do two different searches. However, we want to re-load the search page itself between each search. We could do this by having 4 simple HTTP request elements (load search, search "A", load search, search "B"). Instead, we use the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Interleave_Controller">Interleave Controller</a> which passes on one child request each time through the test. It keeps the ordering (ie - it doesn't pass one on at random, but "remembers" its place) of its child elements. Interleaving 2 child requests may be overkill, but there could easily have been 8, or 20 child requests. </p> <p> Note the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request_Defaults">HTTP Request Defaults</a> that belongs to the Interleave Controller. Imagine that "Search A" and "Search B" share the same PATH info (an HTTP request specification includes domain, port, method, protocol, path, and arguments, plus other optional items). This makes sense - both are search requests, hitting the same back-end search engine (a servlet or cgi-script, let's say). Rather than configure both HTTP Samplers with the same information in their PATH field, we can abstract that information out to a single Configuration Element. When the Interleave Controller "passes on" requests from "Search A" or "Search B", it will fill in the blanks with values from the HTTP default request Configuration Element. So, we leave the PATH field blank for those requests, and put that information into the Configuration Element. In this case, this is a minor benefit at best, but it demonstrates the feature. </p> <p> The next element in the tree is another HTTP default request, this time added to the Thread Group itself. The Thread Group has a built-in Logic Controller, and thus, it uses this Configuration Element exactly as described above. It fills in the blanks of any Request that passes through. It is extremely useful in web testing to leave the DOMAIN field blank in all your HTTP Sampler elements, and instead, put that information into an HTTP default request element, added to the Thread Group. By doing so, you can test your application on a different server simply by changing one field in your Test Plan. Otherwise, you'd have to edit each and every Sampler. </p> <p> The last element is a <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager">HTTP Cookie Manager</a> . A Cookie Manager should be added to all web tests - otherwise JMeter will ignore cookies. By adding it at the Thread Group level, we ensure that all HTTP requests will share the same cookies. </p> <p> Logic Controllers can be combined to achieve various results. See the list of <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#logic_controllers"> built-in Logic Controllers </a> . </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="test_fragments"><strong>4.2.3 Test Fragments</strong></a> <a class="sectionlink" href="#test_fragments" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> The Test Fragment element is a special type of <a href="#controllers"> controller </a> that exists on the Test Plan tree at the same level as the Thread Group element. It is distinguished from a Thread Group in that it is not executed unless it is referenced by either a <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Module_Controller">Module Controller</a> or an <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Include_Controller">Include_Controller</a> . </p> <p> This element is purely for code re-use within Test Plans and was introduced in Version 2.5 </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="listeners"><strong>4.3 Listeners</strong></a> <a class="sectionlink" href="#listeners" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Listeners provide access to the information JMeter gathers about the test cases while JMeter runs. The <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Graph_Results">Graph Results</a> listener plots the response times on a graph. The "View Results Tree" Listener shows details of sampler requests and responses, and can display basic HTML and XML representations of the response. Other listeners provide summary or aggregation information. </p> <p> Additionally, listeners can direct the data to a file for later use. Every listener in JMeter provides a field to indicate the file to store data to. There is also a Configuration button which can be used to choose which fields to save, and whether to use CSV or XML format. <b> Note that all Listeners save the same data; the only difference is in the way the data is presented on the screen. </b> </p> <p> Listeners can be added anywhere in the test, including directly under the test plan. They will collect data only from elements at or below their level. </p> <p> There are several <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#listeners"> listeners </a> that come with JMeter. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="timers"><strong>4.4 Timers</strong></a> <a class="sectionlink" href="#timers" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> By default, a JMeter thread sends requests without pausing between each request. We recommend that you specify a delay by adding one of the available timers to your Thread Group. If you do not add a delay, JMeter could overwhelm your server by making too many requests in a very short amount of time. </p> <p> The timer will cause JMeter to delay a certain amount of time <b> before </b> each sampler which is in its <a href="#scoping_rules"> scope </a> . </p> <p> If you choose to add more than one timer to a Thread Group, JMeter takes the sum of the timers and pauses for that amount of time before executing the samplers to which the timers apply. Timers can be added as children of samplers or controllers in order to restrict the samplers to which they are applied. </p> <p> To provide a pause at a single place in a test plan, one can use the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Test_Action">Test Action</a> Sampler. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="assertions"><strong>4.5 Assertions</strong></a> <a class="sectionlink" href="#assertions" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Assertions allow you to assert facts about responses received from the server being tested. Using an assertion, you can essentially "test" that your application is returning the results you expect it to. </p> <p> For instance, you can assert that the response to a query will contain some particular text. The text you specify can be a Perl-style regular expression, and you can indicate that the response is to contain the text, or that it should match the whole response. </p> <p> You can add an assertion to any Sampler. For example, you can add an assertion to a HTTP Request that checks for the text, "&lt;/HTML&gt;". JMeter will then check that the text is present in the HTTP response. If JMeter cannot find the text, then it will mark this as a failed request. </p> <p> Note that assertions apply to all samplers which are in its <a href="#scoping_rules"> scope </a> . To restrict the assertion to a single sampler, add the assertion as a child of the sampler. </p> <p> To view the assertion results, add an Assertion Listener to the Thread Group. Failed Assertions will also show up in the Tree View and Table Listeners, and will count towards the error %age for example in the Aggregate and Summary reports. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="config_elements"><strong>4.6 Configuration Elements</strong></a> <a class="sectionlink" href="#config_elements" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> A configuration element works closely with a Sampler. Although it does not send requests (except for <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Proxy_Server">HTTP Proxy Server</a> ), it can add to or modify requests. </p> <p> A configuration element is accessible from only inside the tree branch where you place the element. For example, if you place an HTTP Cookie Manager inside a Simple Logic Controller, the Cookie Manager will only be accessible to HTTP Request Controllers you place inside the Simple Logic Controller (see figure 1). The Cookie Manager is accessible to the HTTP requests "Web Page 1" and "Web Page 2", but not "Web Page 3". </p> <p> Also, a configuration element inside a tree branch has higher precedence than the same element in a "parent" branch. For example, we defined two HTTP Request Defaults elements, "Web Defaults 1" and "Web Defaults 2". Since we placed "Web Defaults 1" inside a Loop Controller, only "Web Page 2" can access it. The other HTTP requests will use "Web Defaults 2", since we placed it in the Thread Group (the "parent" of all other branches). </p> <p></p><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img src="HTMLParserTestFile_2_files/http-config-example.png"><br> <font size="-1">Figure 1 - Test Plan Showing Accessibility of Configuration Elements </font></td></tr></tbody></table><p></p> <p> </p><table bgcolor="#bbbb00" border="1" cellpadding="2" cellspacing="0" width="50%"> <tbody><tr><td> The <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Defined_Variables">User Defined Variables</a> Configuration element is different. It is processed at the start of a test, no matter where it is placed. For simplicity, it is suggested that the element is placed only at the start of a Thread Group. </td></tr> </tbody></table> <p></p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="preprocessors"><strong>4.7 Pre-Processor Elements</strong></a> <a class="sectionlink" href="#preprocessors" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> A Pre-Processor executes some action prior to a Sampler Request being made. If a Pre-Processor is attached to a Sampler element, then it will execute just prior to that sampler element running. A Pre-Processor is most often used to modify the settings of a Sample Request just before it runs, or to update variables that aren't extracted from response text. See the <a href="http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html#scoping_rules"> <b> scoping rules </b> </a> for more details on when Pre-Processors are executed. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="postprocessors"><strong>4.8 Post-Processor Elements</strong></a> <a class="sectionlink" href="#postprocessors" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> A Post-Processor executes some action after a Sampler Request has been made. If a Post-Processor is attached to a Sampler element, then it will execute just after that sampler element runs. A Post-Processor is most often used to process the response data, often to extract values from it. See the <a href="http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html#scoping_rules"> <b> scoping rules </b> </a> for more details on when Post-Processors are executed. </p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="executionorder"><strong>4.9 Execution order</strong></a> <a class="sectionlink" href="#executionorder" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <ol start="0"> <li> Configuration elements </li> <li> Pre-Processors </li> <li> Timers </li> <li> Sampler </li> <li> Post-Processors (unless SampleResult is null) </li> <li> Assertions (unless SampleResult is null) </li> <li> Listeners (unless SampleResult is null) </li> </ol> <p> </p><table bgcolor="#bbbb00" border="1" cellpadding="2" cellspacing="0" width="50%"> <tbody><tr><td> Please note that Timers, Assertions, Pre- and Post-Processors are only processed if there is a sampler to which they apply. Logic Controllers and Samplers are processed in the order in which they appear in the tree. Other test elements are processed according to the scope in which they are found, and the type of test element. [Within a type, elements are processed in the order in which they appear in the tree]. </td></tr> </tbody></table> <p></p> <p> For example, in the following test plan: </p><ul> <li> Controller </li> <ul> <li> Post-Processor 1 </li> <li> Sampler 1 </li> <li> Sampler 2 </li> <li> Timer 1 </li> <li> Assertion 1 </li> <li> Pre-Processor 1 </li> <li> Timer 2 </li> <li> Post-Processor 2 </li> </ul> </ul> The order of execution would be: <pre> Pre-Processor 1 Timer 1 Timer 2 Sampler 1 Post-Processor 1 Post-Processor 2 Assertion 1 Pre-Processor 1 Timer 1 Timer 2 Sampler 2 Post-Processor 1 Post-Processor 2 Assertion 1 </pre> <p></p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="scoping_rules"><strong>4.10 Scoping Rules</strong></a> <a class="sectionlink" href="#scoping_rules" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> The JMeter test tree contains elements that are both hierarchical and ordered. Some elements in the test trees are strictly hierarchical (Listeners, Config Elements, Post-Procesors, Pre-Processors, Assertions, Timers), and some are primarily ordered (controllers, samplers). When you create your test plan, you will create an ordered list of sample request (via Samplers) that represent a set of steps to be executed. These requests are often organized within controllers that are also ordered. Given the following test tree: </p> <p></p><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img src="HTMLParserTestFile_2_files/scoping1.png"><br> <font size="-1">Example test tree </font></td></tr></tbody></table><p></p> <p> The order of requests will be, One, Two, Three, Four. </p> <p> Some controllers affect the order of their subelements, and you can read about these specific controllers in <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html"> the component reference </a> . </p> <p> Other elements are hierarchical. An Assertion, for instance, is hierarchical in the test tree. If its parent is a request, then it is applied to that request. If its parent is a Controller, then it affects all requests that are descendants of that Controller. In the following test tree: </p> <p></p><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img src="HTMLParserTestFile_2_files/scoping2.png"><br> <font size="-1">Hierarchy example </font></td></tr></tbody></table><p></p> <p> Assertion #1 is applied only to Request One, while Assertion #2 is applied to Requests Two and Three. </p> <p> Another example, this time using Timers: </p> <p></p><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><img src="HTMLParserTestFile_2_files/scoping3.png"><br> <font size="-1">complex example </font></td></tr></tbody></table><p></p> <p> In this example, the requests are named to reflect the order in which they will be executed. Timer #1 will apply to Requests Two, Three, and Four (notice how order is irrelevant for hierarchical elements). Assertion #1 will apply only to Request Three. Timer #2 will affect all the requests. </p> <p> Hopefully these examples make it clear how configuration (hierarchical) elements are applied. If you imagine each Request being passed up the tree branches, to its parent, then to its parent's parent, etc, and each time collecting all the configuration elements of that parent, then you will see how it works. </p> <b> The Configuration elements Header Manager, Cookie Manager and Authorization manager are treated differently from the Configuration Default elements. The settings from the Configuration Default elements are merged into a set of values that the Sampler has access to. However, the settings from the Managers are not merged. If more than one Manager is in the scope of a Sampler, only one Manager is used, but there is currently no way to specify <b> which </b> is used. </b> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="properties"><strong>4.11 Properties and Variables</strong></a> <a class="sectionlink" href="#properties" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> JMeter <b> properties </b> are defined in jmeter.properties (see <a href="http://jakarta.apache.org/jmeter/usermanual/get-started.html#configuring_jmeter"> Gettting Started - Configuring JMeter </a> for more details). <br> <br> Properties are global to jmeter, and are mostly used to define some of the defaults JMeter uses. For example the property remote_hosts defines the servers that JMeter will try to run remotely. Properties can be referenced in test plans - see <a href="http://jakarta.apache.org/jmeter/usermanual/functions.html#__property"> Functions - read a property </a> - but cannot be used for thread-specific values. </p> <p> JMeter <b> variables </b> are local to each thread. The values may be the same for each thread, or they may be different. <br> <br> If a variable is updated by a thread, only the thread copy of the variable is changed. For example the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor">Regular Expression Extractor</a> Post-Processor will set its variables according to the sample that its thread has read, and these can be used later by the same thread. For details of how to reference variables and functions, see <a href="http://jakarta.apache.org/jmeter/usermanual/functions.html"> Functions and Variables </a> </p> <p> Note that the values defined by the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Test_Plan">Test Plan</a> and the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Defined_Variables">User Defined Variables</a> configuration element are made available to the whole test plan at startup. If the same variable is defined by multiple UDV elements, then the last one takes effect. Once a thread has started, the initial set of variables is copied to each thread. Other elements such as the <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Parameters">User Parameters</a> Pre-Processor or <a href="http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor">Regular Expression Extractor</a> Post-Processor may be used to redefine the same variables (or create new ones). These redefinitions only apply to the current thread. </p> <p> The <a href="http://jakarta.apache.org/jmeter/usermanual/functions.html#__setProperty"> setProperty </a> function can be used to define a JMeter property. These are global to the test plan, so can be used to pass information between threads - should that be needed. </p> <p> </p><table bgcolor="#bbbb00" border="1" cellpadding="2" cellspacing="0" width="50%"> <tbody><tr><td>Both variables and properties are case-sensitive. </td></tr> </tbody></table> <p></p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> <table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="using_variables"><strong>4.12 Using Variables to parameterise tests</strong></a> <a class="sectionlink" href="#using_variables" title="Link to here">¶</a></font> </td></tr> <tr><td> <blockquote> <p> Variables don't have to vary - they can be defined once, and if left alone, will not change value. So you can use them as short-hand for expressions that appear frequently in a test plan. Or for items which are constant during a run, but which may vary between runs. For example, the name of a host, or the number of threads in a thread group. </p> <p> When deciding how to structure a Test Plan, make a note of which items are constant for the run, but which may change between runs. Decide on some variable names for these - perhaps use a naming convention such as prefixing them with C_ or K_ or using uppercase only to distinguish them from variables that need to change during the test. Also consider which items need to be local to a thread - for example counters or values extracted with the Regular Expression Post-Processor. You may wish to use a different naming convention for these. </p> <p> For example, you might define the following on the Test Plan: </p><pre> HOST www.example.com THREADS 10 LOOPS 20 </pre> You can refer to these in the test plan as ${HOST} ${THREADS} etc. If you later want to change the host, just change the value of the HOST variable. This works fine for small numbers of tests, but becomes tedious when testing lots of different combinations. One solution is to use a property to define the value of the variables, for example: <pre> HOST ${__P(host,www.example.com)} THREADS ${__P(threads,10)} LOOPS ${__P(loops,20)} </pre> You can then change some or all of the values on the command-line as follows: <pre> jmeter ... -Jhost=www3.example.org -Jloops=13 </pre> <p></p> </blockquote> </td></tr> <tr><td><br></td></tr> </tbody></table> </blockquote> <p></p> </td></tr> <tr><td><br></td></tr> </tbody></table> <table> <tbody><tr> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/index.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Index</font></a></div> </td> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Next</font></a></div> </td> <td bgcolor="#525D76"> <div align="right"><a href="http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html"><font color="#ffffff" face="arial,helvetica,sanserif" size="-1">Prev</font></a></div> </td> </tr> </tbody></table> <br> </td> </tr> <tr><td colspan="2"> <hr noshade="noshade" size="1"> </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> Copyright © 1999-2011, Apache Software Foundation </em></font></div> </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"> Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are trademarks of the Apache Software Foundation. </font> </div> </td></tr> </tbody></table> </body></html> <!-- end the processing -->
ufctester/apache-jmeter
bin/testfiles/HTMLParserTestFile_2.html
HTML
apache-2.0
38,899
<html manifest="temp/manifest1.appcache"> <head> <title>Step 2</title> <link rel="stylesheet" href="common.css"> </head> <body> <h2>sw-appcache-behaviour</h2> <h1>Step 2</h1> <script src="../../build/client-runtime.js" data-service-worker="service-worker.js"></script> </body> </html>
GoogleChrome/sw-appcache-behavior
test/end-to-end-caching/step2.html
HTML
apache-2.0
313
<!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_37) on Tue Jan 15 15:45:38 EET 2013 --> <TITLE> MessageListener (Hazelcast API - 2.5) </TITLE> <META NAME="date" CONTENT="2013-01-15"> <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="MessageListener (Hazelcast API - 2.5)"; } } </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/MessageListener.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="../../../com/hazelcast/core/Message.html" title="class in com.hazelcast.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/hazelcast/core/MultiMap.html" title="interface in com.hazelcast.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/hazelcast/core/MessageListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MessageListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.hazelcast.core</FONT> <BR> Interface MessageListener&lt;E&gt;</H2> <DL> <DT><DT><B>Type Parameters:</B><DD><CODE>E</CODE> - message</DL> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>MessageListener&lt;E&gt;</B><DT>extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</A></DL> </PRE> <P> Message listener for <A HREF="../../../com/hazelcast/core/ITopic.html" title="interface in com.hazelcast.core"><CODE>ITopic</CODE></A>. <P> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/hazelcast/core/MessageListener.html#onMessage(com.hazelcast.core.Message)">onMessage</A></B>(<A HREF="../../../com/hazelcast/core/Message.html" title="class in com.hazelcast.core">Message</A>&lt;<A HREF="../../../com/hazelcast/core/MessageListener.html" title="type parameter in MessageListener">E</A>&gt;&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invoked when a message is received for the added topic.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="onMessage(com.hazelcast.core.Message)"><!-- --></A><H3> onMessage</H3> <PRE> void <B>onMessage</B>(<A HREF="../../../com/hazelcast/core/Message.html" title="class in com.hazelcast.core">Message</A>&lt;<A HREF="../../../com/hazelcast/core/MessageListener.html" title="type parameter in MessageListener">E</A>&gt;&nbsp;message)</PRE> <DL> <DD>Invoked when a message is received for the added topic. Note that topic guarantees message ordering. Therefore there is only one thread invoking onMessage. The user shouldn't keep the thread busy and preferably dispatch it via an Executor. This will increase the performance of the topic. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>message</CODE> - received message</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/MessageListener.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="../../../com/hazelcast/core/Message.html" title="class in com.hazelcast.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/hazelcast/core/MultiMap.html" title="interface in com.hazelcast.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/hazelcast/core/MessageListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MessageListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.</i> </BODY> </HTML>
health-and-care-developer-network/health-and-care-developer-network
library/hazelcast/2.5/hazelcast-2.5/docs/javadoc/com/hazelcast/core/MessageListener.html
HTML
apache-2.0
9,519
{% extends '_base.html' %} {% block content %} <h1>{% block title %}Import Completed{% endblock %}</h1> {% include 'responsive_table.html' %} <a href="{{ request.path }}" class="btn btn-primary"> <span class="fa fa-download" aria-hidden="true"></span> Import more </a> {% if return_url %} <a href="{{ return_url }}" class="btn btn-default">View All</a> {% endif %} {% endblock %}
lampwins/netbox
netbox/templates/import_success.html
HTML
apache-2.0
429
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2022-01-31 | Rendered using Apache Maven Default Skin --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" /> <title>Permazen Test Classes &#x2013; Issue Management</title> <link rel="stylesheet" href="./css/maven-base.css" /> <link rel="stylesheet" href="./css/maven-theme.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> </head> <body class="composite"> <div id="banner"> <div id="bannerLeft">Permazen Test Classes </div> <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> <div class="xleft"> <span id="publishDate">Last Published: 2022-01-31</span> &#xA0;| <span id="projectVersion">Version: 4.1.9-SNAPSHOT</span> </div> <div class="xright"><a href="./" title="Permazen Test Classes">Permazen Test Classes</a> </div> <div class="clear"> <hr/> </div> </div> <div id="leftColumn"> <div id="navcolumn"> <h5>Parent Project</h5> <ul> <li class="none"><a href="../index.html" title="Permazen">Permazen</a></li> </ul> <h5>Project Documentation</h5> <ul> <li class="expanded"><a href="project-info.html" title="Project Information">Project Information</a> <ul> <li class="none"><a href="dependencies.html" title="Dependencies">Dependencies</a></li> <li class="none"><a href="dependency-info.html" title="Dependency Information">Dependency Information</a></li> <li class="none"><a href="dependency-management.html" title="Dependency Management">Dependency Management</a></li> <li class="none"><a href="distribution-management.html" title="Distribution Management">Distribution Management</a></li> <li class="none"><a href="index.html" title="About">About</a></li> <li class="none"><strong>Issue Management</strong></li> <li class="none"><a href="licenses.html" title="Licenses">Licenses</a></li> <li class="none"><a href="plugin-management.html" title="Plugin Management">Plugin Management</a></li> <li class="none"><a href="plugins.html" title="Plugins">Plugins</a></li> <li class="none"><a href="scm.html" title="Source Code Management">Source Code Management</a></li> <li class="none"><a href="summary.html" title="Summary">Summary</a></li> <li class="none"><a href="team.html" title="Team">Team</a></li> </ul></li> </ul> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> <div id="bodyColumn"> <div id="contentBox"> <section> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> <p>This project uses GitHub Issues to manage its issues.</p></section><section> <h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a> <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> <div class="source"> <pre><a class="externalLink" href="https://github.com/permazen/permazen/issues">https://github.com/permazen/permazen/issues</a></pre></div></section> </div> </div> <div class="clear"> <hr/> </div> <div id="footer"> <div class="xright"> Copyright &#169; 2022.. </div> <div class="clear"> <hr/> </div> </div> </body> </html>
permazen/permazen
site/permazen-test/issue-management.html
HTML
apache-2.0
3,897
<!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_15.html">Class Test_AbaRouteValidator_15</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_34502_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_15.html?line=47113#src-47113" >testAbaNumberCheck_34502_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:44:24 </td> <td> 0.001 </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_34502_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=24569#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=24569#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=24569#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_15_testAbaNumberCheck_34502_bad_iyh.html
HTML
apache-2.0
10,989
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GtkToggleToolButton</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.0"> <link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar"> <link rel="prev" href="GtkMenuToolButton.html" title="GtkMenuToolButton"> <link rel="next" href="GtkRadioToolButton.html" title="GtkRadioToolButton"> <meta name="generator" content="GTK-Doc V1.18.1 (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="GtkMenuToolButton.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="MenusAndCombos.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">GTK+ 3 Reference Manual</th> <td><a accesskey="n" href="GtkRadioToolButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#GtkToggleToolButton.synopsis" class="shortcut">Top</a>  |  <a href="#GtkToggleToolButton.description" class="shortcut">Description</a>  |  <a href="#GtkToggleToolButton.object-hierarchy" class="shortcut">Object Hierarchy</a>  |  <a href="#GtkToggleToolButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a>  |  <a href="#GtkToggleToolButton.properties" class="shortcut">Properties</a>  |  <a href="#GtkToggleToolButton.signals" class="shortcut">Signals</a> </td></tr> </table> <div class="refentry"> <a name="GtkToggleToolButton"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GtkToggleToolButton.top_of_page"></a>GtkToggleToolButton</span></h2> <p>GtkToggleToolButton — A GtkToolItem containing a toggle button</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="GtkToggleToolButton.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gtk/gtk.h&gt; struct <a class="link" href="GtkToggleToolButton.html#GtkToggleToolButton-struct" title="struct GtkToggleToolButton">GtkToggleToolButton</a>; <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-new" title="gtk_toggle_tool_button_new ()">gtk_toggle_tool_button_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>); <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-new-from-stock" title="gtk_toggle_tool_button_new_from_stock ()">gtk_toggle_tool_button_new_from_stock</a> (<em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-set-active" title="gtk_toggle_tool_button_set_active ()">gtk_toggle_tool_button_set_active</a> (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>, <em class="parameter"><code><span class="type">gboolean</span> is_active</code></em>); <span class="returnvalue">gboolean</span> <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-get-active" title="gtk_toggle_tool_button_get_active ()">gtk_toggle_tool_button_get_active</a> (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>); </pre> </div> <div class="refsect1"> <a name="GtkToggleToolButton.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> GObject +----GInitiallyUnowned +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a> +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a> +----<a class="link" href="GtkToolItem.html" title="GtkToolItem">GtkToolItem</a> +----<a class="link" href="GtkToolButton.html" title="GtkToolButton">GtkToolButton</a> +----GtkToggleToolButton +----<a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton">GtkRadioToolButton</a> </pre> </div> <div class="refsect1"> <a name="GtkToggleToolButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> GtkToggleToolButton implements AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a> and <a class="link" href="GtkActionable.html" title="GtkActionable">GtkActionable</a>.</p> </div> <div class="refsect1"> <a name="GtkToggleToolButton.properties"></a><h2>Properties</h2> <pre class="synopsis"> "<a class="link" href="GtkToggleToolButton.html#GtkToggleToolButton--active" title='The "active" property'>active</a>" <span class="type">gboolean</span> : Read / Write </pre> </div> <div class="refsect1"> <a name="GtkToggleToolButton.signals"></a><h2>Signals</h2> <pre class="synopsis"> "<a class="link" href="GtkToggleToolButton.html#GtkToggleToolButton-toggled" title='The "toggled" signal'>toggled</a>" : <code class="literal">Run First</code> </pre> </div> <div class="refsect1"> <a name="GtkToggleToolButton.description"></a><h2>Description</h2> <p> A <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> is a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> that contains a toggle button. </p> <p> Use <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-new" title="gtk_toggle_tool_button_new ()"><code class="function">gtk_toggle_tool_button_new()</code></a> to create a new <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a>. Use <a class="link" href="GtkToggleToolButton.html#gtk-toggle-tool-button-new-from-stock" title="gtk_toggle_tool_button_new_from_stock ()"><code class="function">gtk_toggle_tool_button_new_from_stock()</code></a> to create a new <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> containing a stock item. </p> </div> <div class="refsect1"> <a name="GtkToggleToolButton.details"></a><h2>Details</h2> <div class="refsect2"> <a name="GtkToggleToolButton-struct"></a><h3>struct GtkToggleToolButton</h3> <pre class="programlisting">struct GtkToggleToolButton;</pre> </div> <hr> <div class="refsect2"> <a name="gtk-toggle-tool-button-new"></a><h3>gtk_toggle_tool_button_new ()</h3> <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * gtk_toggle_tool_button_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns a new <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></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"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a newly created <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> </td> </tr></tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-toggle-tool-button-new-from-stock"></a><h3>gtk_toggle_tool_button_new_from_stock ()</h3> <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * gtk_toggle_tool_button_new_from_stock (<em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>);</pre> <p> Creates a new <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> containing the image and text from a stock item. Some stock ids have preprocessor macros like <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><span class="type">GTK_STOCK_OK</span></a> and <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-APPLY:CAPS" title="GTK_STOCK_APPLY"><span class="type">GTK_STOCK_APPLY</span></a>. </p> <p> It is an error if <em class="parameter"><code>stock_id</code></em> is not a name of a stock item. </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>stock_id</code></em> :</span></p></td> <td>the name of the stock item</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>A new <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> </td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-toggle-tool-button-set-active"></a><h3>gtk_toggle_tool_button_set_active ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_toggle_tool_button_set_active (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>, <em class="parameter"><code><span class="type">gboolean</span> is_active</code></em>);</pre> <p> Sets the status of the toggle tool button. Set to <code class="literal">TRUE</code> if you want the GtkToggleButton to be 'pressed in', and <code class="literal">FALSE</code> to raise it. This action causes the toggled signal to be emitted. </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>button</code></em> :</span></p></td> <td>a <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>is_active</code></em> :</span></p></td> <td>whether <em class="parameter"><code>button</code></em> should be active</td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-toggle-tool-button-get-active"></a><h3>gtk_toggle_tool_button_get_active ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_toggle_tool_button_get_active (<em class="parameter"><code><a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *button</code></em>);</pre> <p> Queries a <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> and returns its current state. Returns <code class="literal">TRUE</code> if the toggle button is pressed in and <code class="literal">FALSE</code> if it is raised. </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>button</code></em> :</span></p></td> <td>a <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <code class="literal">TRUE</code> if the toggle tool button is pressed in, <code class="literal">FALSE</code> if not</td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> </div> <div class="refsect1"> <a name="GtkToggleToolButton.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="GtkToggleToolButton--active"></a><h3>The <code class="literal">"active"</code> property</h3> <pre class="programlisting"> "active" <span class="type">gboolean</span> : Read / Write</pre> <p> If the toggle tool button should be pressed in. </p> <p>Default value: FALSE</p> <p class="since">Since 2.8</p> </div> </div> <div class="refsect1"> <a name="GtkToggleToolButton.signal-details"></a><h2>Signal Details</h2> <div class="refsect2"> <a name="GtkToggleToolButton-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton"><span class="type">GtkToggleToolButton</span></a> *toggle_tool_button, <span class="type">gpointer</span> user_data) : <code class="literal">Run First</code></pre> <p> Emitted whenever the toggle tool button changes state. </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>toggle_tool_button</code></em> :</span></p></td> <td>the object that emitted the signal</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>user data set when the signal handler was connected.</td> </tr> </tbody> </table></div> </div> </div> <div class="refsect1"> <a name="GtkToggleToolButton.see-also"></a><h2>See Also</h2> <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="type">GtkToolbar</span></a>, <a class="link" href="GtkToolButton.html" title="GtkToolButton"><span class="type">GtkToolButton</span></a>, <a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18.1</div> </body> </html>
jonnyniv/boost_converter
host/gui/GTK+/share/gtk-doc/html/gtk3/GtkToggleToolButton.html
HTML
apache-2.0
15,608
<!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_37) on Thu Nov 29 20:43:51 GMT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class gate.stanford.Parser (GATE Stanford Parser JavaDoc) </TITLE> <META NAME="date" CONTENT="2012-11-29"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class gate.stanford.Parser (GATE Stanford Parser JavaDoc)"; } } </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="../../../gate/stanford/Parser.html" title="class in gate.stanford"><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="../../../overview-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?gate/stanford//class-useParser.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Parser.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>gate.stanford.Parser</B></H2> </CENTER> No usage of gate.stanford.Parser <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="../../../gate/stanford/Parser.html" title="class in gate.stanford"><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="../../../overview-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?gate/stanford//class-useParser.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Parser.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>
Network-of-BioThings/GettinCRAFTy
src/main/resources/gate/plugins/Parser_Stanford/doc/javadoc/gate/stanford/class-use/Parser.html
HTML
apache-2.0
5,766
{{#yield-title}}이슈별 분류 시작!{{/yield-title}} {{#yield-content}} <div class="container-fluid"> <div class="row"> <h3>이슈별 분류 시작!</h3> <!-- <ol type="i"> <li>예산 분류를 시작할 이슈를 선택해 주세요.</li> <li><b>각 이슈당 50개 이상씩 분류 뒤에 “실험과제 후 설문조사” 링크가 화면 상단에 나타나며 이 설문까지 모두 마쳐주셔야 실험참가비 지급이 가능합니다.</b></li> </ol> --> <hr> </div> <div class="row"> {{#issues}} <div class="col-md-4"> <a class="vertical-center btn btn-success btn-lg btn-block" href="/search?keyword={{keyword}}" style="height: 100px; line-height: 100px; padding: 0; margin-top: 10px;">{{keyword}}</a> </div> {{/issues}} </div> </div> {{/yield-content}}
BudgetWiser/budgeTag
budgeTag/views/tag/search.html
HTML
apache-2.0
906
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Jen Nguyen</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."> <meta name="author" content="Nguyen Jennifer"> <link rel="canonical" href="http://localhost:4000/project/"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> <link rel="shortcut-icon" type="img/png" src="http://localhost:4000/favicon.png" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet"> <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ --> <link rel="stylesheet" href="/style.css"> <!-- Google verification --> <!-- Bing Verification --> <!-- Custom Fonts --> <link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css"> <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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 id="page-top" class="index" data-spy="scroll" data-target="#side-nav"> <!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <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="http://localhost:4000"><img src="./img/logo.png" /></a> <!-- <a class="navbar-brand" href="#page-top">Jen Nguyen</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 navbar-right"> <li class="hidden"> <a href="#page-top"></a> </li> <li class=""> <a href="http://localhost:4000/#about">About</a> </li> <li class=""> <a href="http://localhost:4000/#portfolio">Projects</a> </li> <li class=""> <a href="http://localhost:4000/#contact">Contact</a> </li> <li class=""> <a href="./UX_Designer_Resume.pdf" target="_blank">Resume</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header style="background-image: url(/img/portfolio/);"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <!-- <img class="img-responsive" src="img/profile.png" alt=""> --> <div class="intro-text"> <ul> <li> <span class="name"></span> </li> <!-- <hr class="star-light"> --> <li> <span class="skills"></span> </li> <li> <span class="skills"></span> </li> </div> </div> </div> </div> </header> <div class="container-fluid"> <div class="row"> <div class="col-lg-2 col-lg-push-1 hidden-md hidden-sm hidden-xs"> <nav class="navbar navbar-default" data-spy="affix" data-offset-top="540" role="tertiary-navigation" id="side-nav"> <h4>Content</h4> <ul class="nav nav-pills nav-stacked" > <li class="hidden"> <a href="#page-top"></a> </li> <!-- <li class="page-scroll"> <a href="#section2">Our Approach</a> </li> <li class="page-scroll"> <a href="#section3">Information Architecture</a> </li> <li class="page-scroll"> <a href="#section4">Wireframes</a> </li> <li class="page-scroll"> <a href="#section5">Design</a> </li> <li class="page-scroll"> <a href="#section6">Impact</a> </li> --> </ul> </nav> </div> <div class="col-lg-8 col-lg-push-1 project-body"> </div> </div> </div> <nav class="navbar navbar-default" role="tertiary-navigation"> <div class="container-fluid"> <style> .navbar .navbar-nav { display: inline-block; float:none; } .navbar .navbar-collapse { text-align: center; } </style> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="/YMCA">YMCA</a> </li> <li> <a href="/Hensel-Phelps">Hensel Phelps</a> </li> <li> <a href="/SoundSeed">SoundSeed</a> </li> <li> <a href="/UCSD">UCSD</a> </li> <li> <a href="/Graphics">Graphics</a> </li> <li> <a href="/Sudoscan">SudoScan</a> </li> </ul> </div> </div> </nav> <a href="#0" class="cd-top">Top</a> <script type="text/javascript"> var highlightNav = '#side-nav'; var navOffset = 65; </script> <!-- jQuery Version 1.11.0 --> <script src="/js/jquery-1.11.0.js"></script> <!-- Bootstrap Core JavaScript --> <script src="/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="/js/jquery.easing.min.js"></script> <script src="/js/classie.js"></script> <script src="/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="/js/jqBootstrapValidation.js"></script> <script src="/js/contact_me_static.js"></script> <!-- Custom Theme JavaScript --> <script src="/js/freelancer.js"></script> </body> </html>
jeni4nguy/jeni4nguy.github.io
_site/project/index.html
HTML
apache-2.0
7,541
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue Jun 04 15:59:40 CST 2019 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>类 org.jeewx.api.core.req.model.menu.config.WeixinButtonExtend的使用</title> <meta name="date" content="2019-06-04"> <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="类 org.jeewx.api.core.req.model.menu.config.WeixinButtonExtend的使用"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?org/jeewx/api/core/req/model/menu/config/class-use/WeixinButtonExtend.html" target="_top">框架</a></li> <li><a href="WeixinButtonExtend.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="类 org.jeewx.api.core.req.model.menu.config.WeixinButtonExtend 的使用" class="title">类 org.jeewx.api.core.req.model.menu.config.WeixinButtonExtend<br>的使用</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释"> <caption><span>使用<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>的程序包</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">程序包</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.jeewx.api.core.req.model.menu.config">org.jeewx.api.core.req.model.menu.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.jeewx.api.core.req.model.menu.config"> <!-- --> </a> <h3><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/package-summary.html">org.jeewx.api.core.req.model.menu.config</a>中<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表方法和解释"> <caption><span>返回变量类型为<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>的类型的<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/package-summary.html">org.jeewx.api.core.req.model.menu.config</a>中的方法</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">方法和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>&gt;</code></td> <td class="colLast"><span class="strong">CustomWeixinButtonConfig.</span><code><strong><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/CustomWeixinButtonConfig.html#getSelfmenu_info()">getSelfmenu_info</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>&gt;</code></td> <td class="colLast"><span class="strong">WeixinButtonExtend.</span><code><strong><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html#getSub_button()">getSub_button</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表方法和解释"> <caption><span>类型变量类型为<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>的<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/package-summary.html">org.jeewx.api.core.req.model.menu.config</a>中的方法参数</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">方法和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CustomWeixinButtonConfig.</span><code><strong><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/CustomWeixinButtonConfig.html#setSelfmenu_info(java.util.List)">setSelfmenu_info</a></strong>(java.util.List&lt;<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>&gt;&nbsp;selfmenu_info)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">WeixinButtonExtend.</span><code><strong><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html#setSub_button(java.util.List)">setSub_button</a></strong>(java.util.List&lt;<a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">WeixinButtonExtend</a>&gt;&nbsp;sub_button)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../../../../../org/jeewx/api/core/req/model/menu/config/WeixinButtonExtend.html" title="org.jeewx.api.core.req.model.menu.config中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?org/jeewx/api/core/req/model/menu/config/class-use/WeixinButtonExtend.html" target="_top">框架</a></li> <li><a href="WeixinButtonExtend.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
zhangdaiscott/jeewx-api
doc/api/org/jeewx/api/core/req/model/menu/config/class-use/WeixinButtonExtend.html
HTML
apache-2.0
9,343
<!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 Jan 10 21:37:07 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.client.RetriesExhaustedException (HBase 0.94.16 API) </TITLE> <META NAME="date" CONTENT="2014-01-10"> <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.hbase.client.RetriesExhaustedException (HBase 0.94.16 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/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hbase/client//class-useRetriesExhaustedException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RetriesExhaustedException.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.hbase.client.RetriesExhaustedException</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/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client">RetriesExhaustedException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.client"><B>org.apache.hadoop.hbase.client</B></A></TD> <TD>Provides HBase Client&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.client"><!-- --></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/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client">RetriesExhaustedException</A> in <A HREF="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client">RetriesExhaustedException</A> in <A HREF="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html" title="class in org.apache.hadoop.hbase.client">RetriesExhaustedWithDetailsException</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This subclass of <A HREF="../../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client"><CODE>RetriesExhaustedException</CODE></A> is thrown when we have more information about which rows were causing which exceptions on what servers.</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/hbase/client/RetriesExhaustedException.html" title="class in org.apache.hadoop.hbase.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hbase/client//class-useRetriesExhaustedException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RetriesExhaustedException.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; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
wanhao/IRIndex
docs/apidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedException.html
HTML
apache-2.0
8,640
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"> <meta name="theme-color" content="#222"> <meta name="generator" content="Hexo 4.0.0"> <link rel="icon" type="image/png" sizes="32x32" href="https://cosmos-1251905798.cos.ap-beijing.myqcloud.com/theme/favicon.ico"> <link rel="icon" type="image/png" sizes="16x16" href="https://cosmos-1251905798.cos.ap-beijing.myqcloud.com/theme/favicon.ico"> <link rel="alternate" href="/atom.xml" title="Houmin" type="application/atom+xml"> <meta name="google-site-verification" content="zdGhdEF7jHoJW58lsdN6l9JrQFjJFwakCIc7TbbosV0"> <meta name="msvalidate.01" content="2F527B379ED5537861D0D38C2C754C2B"> <meta name="baidu-site-verification" content="xAag2PqzKE"> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/font-awesome@4/css/font-awesome.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/pace-js@1/themes/blue/pace-theme-minimal.css"> <script src="//cdn.jsdelivr.net/npm/pace-js@1/pace.min.js"></script> <script id="hexo-configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '7.5.0', exturl: false, sidebar: {"position":"right","display":"post","offset":12,"onmobile":true}, copycode: {"enable":true,"show_result":true,"style":"mac"}, back2top: {"enable":true,"sidebar":false,"scrollpercent":true}, bookmark: {"enable":true,"color":"#222","save":"auto"}, fancybox: true, mediumzoom: false, lazyload: true, pangu: false, algolia: { appID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} }, localsearch: {"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false}, path: 'search.xml', motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, translation: { copy_button: '复制', copy_success: '复制成功', copy_failure: '复制失败' }, sidebarPadding: 40 }; </script> <meta name="description" content="丈夫拥书万卷,何假南面百城"> <meta property="og:type" content="website"> <meta property="og:title" content="Houmin"> <meta property="og:url" content="http://houmin.cc/tags/trace/index.html"> <meta property="og:site_name" content="Houmin"> <meta property="og:description" content="丈夫拥书万卷,何假南面百城"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <link rel="canonical" href="http://houmin.cc/tags/trace/"> <script id="page-configurations"> // https://hexo.io/docs/variables.html CONFIG.page = { sidebar: "", isHome: false, isPost: false, isPage: false, isArchive: false }; </script> <title>标签: trace | Houmin</title> <noscript> <style> .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-header { opacity: initial; } .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion .logo-line-before i { left: initial; } .use-motion .logo-line-after i { right: initial; } </style> </noscript> <script src="/js/photoswipe.min.js?v="></script> <script src="/js/photoswipe-ui-default.min.js?v="></script> </head> <body itemscope itemtype="http://schema.org/WebPage"> <div class="container use-motion"> <div class="headband"></div> <header class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-container"> <div class="site-meta"> <div> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Houmin</span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description">Yesterday You Said Tomorrow</h1> </div> <div class="site-nav-toggle"> <div class="toggle" aria-label="切换导航栏"> <span class="toggle-line toggle-line-first"></span> <span class="toggle-line toggle-line-middle"></span> <span class="toggle-line toggle-line-last"></span> </div> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"><i class="fa fa-fw fa-home"></i>首页</a> </li> <li class="menu-item menu-item-album"> <a href="/album" rel="section"><i class="fa fa-fw fa-camera"></i>相册</a> </li> <li class="menu-item menu-item-movies"> <a href="/movies/" rel="section"><i class="fa fa-fw fa-film"></i>观影</a> </li> <li class="menu-item menu-item-books"> <a href="/books/" rel="section"><i class="fa fa-fw fa-book"></i>阅读</a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"><i class="fa fa-fw fa-tags"></i>标签</a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"><i class="fa fa-fw fa-archive"></i>归档</a> </li> <li class="menu-item menu-item-about"> <a href="/about/" rel="section"><i class="fa fa-fw fa-user"></i>关于</a> </li> <li class="menu-item menu-item-search"> <a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索 </a> </li> </ul> </nav> <div class="site-search"> <div class="popup search-popup"> <div class="search-header"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <div class="search-input-container"> <input autocomplete="off" autocorrect="off" autocapitalize="none" placeholder="搜索..." spellcheck="false" type="text" id="search-input"> </div> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> </div> <div id="search-result"></div> </div> <div class="search-pop-overlay"></div> </div> </div> </header> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> <span>0%</span> </div> <div class="reading-progress-bar"></div> <a role="button" class="book-mark-link book-mark-link-fixed"></a> <main class="main"> <div class="main-inner"> <div class="content-wrap"> <div class="content"> <div class="post-block"> <div class="posts-collapse"> <div class="collection-title"> <h2 class="collection-header">trace <small>标签</small> </h2> </div> <div class="collection-year"> <h2 class="collection-header">2018</h2> </div> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-23T14:28:49+08:00" content="2018-06-23"> 06-23 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/988732e1/" itemprop="url"> <span itemprop="name">【系统监控】Linux Tracing</span> </a> </h3> </header> </article> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-22T21:50:34+08:00" content="2018-06-22"> 06-22 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/10f475ca/" itemprop="url"> <span itemprop="name">【动态追踪】Linux Tracepoints</span> </a> </h3> </header> </article> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-20T21:49:55+08:00" content="2018-06-20"> 06-20 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/afaef896/" itemprop="url"> <span itemprop="name">【动态追踪】Linux SystemTap</span> </a> </h3> </header> </article> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-19T11:16:40+08:00" content="2018-06-19"> 06-19 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/3d106760/" itemprop="url"> <span itemprop="name">【动态追踪】Linux Ftrace</span> </a> </h3> </header> </article> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-18T11:59:15+08:00" content="2018-06-18"> 06-18 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/fb51a5e6/" itemprop="url"> <span itemprop="name">【动态追踪】Linux Uprobe</span> </a> </h3> </header> </article> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <div class="post-meta"> <time itemprop="dateCreated" datetime="2018-06-15T11:59:08+08:00" content="2018-06-15"> 06-15 </time> </div> <h3 class="post-title"> <a class="post-title-link" href="/posts/c28dc60d/" itemprop="url"> <span itemprop="name">【动态追踪】Linux Kprobes</span> </a> </h3> </header> </article> </div> </div> </div> </div> <div class="toggle sidebar-toggle"> <span class="toggle-line toggle-line-first"></span> <span class="toggle-line toggle-line-middle"></span> <span class="toggle-line toggle-line-last"></span> </div> <aside class="sidebar"> <div class="sidebar-inner"> <ul class="sidebar-nav motion-element"> <li class="sidebar-nav-toc"> 文章目录 </li> <li class="sidebar-nav-overview"> 站点概览 </li> </ul> <!--noindex--> <div class="post-toc-wrap sidebar-panel"> </div> <!--/noindex--> <div class="site-overview-wrap sidebar-panel"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" alt="Houmin" src="https://cosmos-1251905798.cos.ap-beijing.myqcloud.com/theme/avatar.png"> <p class="site-author-name" itemprop="name">Houmin</p> <div class="site-description" itemprop="description">丈夫拥书万卷,何假南面百城</div> </div> <div class="site-state-wrap motion-element"> <nav class="site-state"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">250</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">10</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">320</span> <span class="site-state-item-name">标签</span></a> </div> </nav> </div> <div class="feed-link motion-element"> <a href="/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/SimpCosm" title="GitHub &amp;rarr; https:&#x2F;&#x2F;github.com&#x2F;SimpCosm" rel="external nofollow noopener noreferrer" target="_blank"><i class="fa fa-fw fa-github"></i></a> </span> <span class="links-of-author-item"> <a href="mailto:weihoumin@gmail.com" title="E-Mail &amp;rarr; mailto:weihoumin@gmail.com" rel="external nofollow noopener noreferrer" target="_blank"><i class="fa fa-fw fa-envelope"></i></a> </span> </div> </div> </div> </aside> <div id="sidebar-dimmer"></div> </div> </main> <footer class="footer"> <div class="footer-inner"> <div class="hitokoto"> <!-- hitokoto --> <div id="hito-expression">:D 获取中...</div> <script src="https://cdn.jsdelivr.net/npm/bluebird@3/js/browser/bluebird.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/whatwg-fetch@2.0.3/fetch.min.js"></script> <script> fetch('https://v1.hitokoto.cn') .then(function (res){ return res.json(); }) .then(function (data) { var hitokoto = document.getElementById('hito-expression'); hitokoto.innerText = data.hitokoto + '——【' + data.from + '】'; }) .catch(function (err) { console.error(err); }) </script> </div> <div class="copyright"> &copy; 2019 – <span itemprop="copyrightYear">2021</span> <span class="with-love"> <i class="fa fa-heartbeat"></i> </span> <span class="author" itemprop="copyrightHolder">Houmin</span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-area-chart"></i> </span> <span class="post-meta-item-text">站点总字数:</span> <span title="站点总字数">3.1m</span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-coffee"></i> </span> <span class="post-meta-item-text">站点阅读时长 &asymp;</span> <span title="站点阅读时长">95:03</span> </div> <div class="busuanzi-count"> <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="post-meta-item" id="busuanzi_container_site_uv" style="display: none;"> <span class="post-meta-item-icon"> <i class="fa fa-user"></i> </span> <span class="site-uv" title="总访客量"> <span id="busuanzi_value_site_uv"></span> </span> </span> <span class="post-meta-divider">|</span> <span class="post-meta-item" id="busuanzi_container_site_pv" style="display: none;"> <span class="post-meta-item-icon"> <i class="fa fa-eye"></i> </span> <span class="site-pv" title="总访问量"> <span id="busuanzi_value_site_pv"></span> </span> </span> </div> </div> </footer> </div> <script src="//cdn.jsdelivr.net/npm/animejs@3.1.0/lib/anime.min.js"></script> <script src="//cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script> <script src="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.js"></script> <script src="//cdn.jsdelivr.net/npm/lozad@1/dist/lozad.min.js"></script> <script src="/lib/velocity/velocity.min.js"></script> <script src="/lib/velocity/velocity.ui.min.js"></script> <script src="/js/utils.js"></script><script src="/js/motion.js"></script> <script src="/js/schemes/muse.js"></script> <script src="/js/next-boot.js"></script><script src="/js/bookmark.js"></script> <script src="/js/local-search.js"></script> <script> if (document.querySelectorAll('div.pdf').length) { NexT.utils.getScript('//cdn.jsdelivr.net/npm/pdfobject@2/pdfobject.min.js', () => { document.querySelectorAll('div.pdf').forEach(element => { PDFObject.embed(element.getAttribute('target'), element, { pdfOpenParams: { navpanes: 0, toolbar: 0, statusbar: 0, pagemode: 'thumbs', view: 'FitH' }, PDFJS_URL: '/lib/pdf/web/viewer.html', height: element.getAttribute('height') || '800px' }); }); }, window.PDFObject); } </script> <script> if (document.querySelectorAll('pre.mermaid').length) { NexT.utils.getScript('//cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js', () => { mermaid.initialize({ theme: 'forest', logLevel: 3, flowchart: { curve: 'linear' }, gantt: { axisFormat: '%m/%d/%Y' }, sequence: { actorMargin: 50 } }); }, window.mermaid); } </script> <script> NexT.utils.getScript('//cdn.jsdelivr.net/npm/valine@1/dist/Valine.min.js', () => { var GUEST = ['nick', 'mail', 'link']; var guest = 'nick,mail,link'; guest = guest.split(',').filter(item => { return GUEST.includes(item); }); new Valine({ el: '#comments', verify: false, notify: false, appId: 'iEBFuhVyk4tuhVYctQ265uid-gzGzoHsz', appKey: 'KGjOktrtgSEWK1v9DYA3T3Az', placeholder: "Just go go", avatar: 'retro', meta: guest, pageSize: '10' || 10, visitor: false, lang: 'zh-cn' || 'zh-cn', path: location.pathname, recordIP: true, serverURLs: '' }); }, window.Valine); </script> </body> </html>
SimpCosm/SimpCosm.github.io
tags/trace/index.html
HTML
apache-2.0
17,727
<!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:33 EST 2017 --> <title>Uses of Class org.drip.sample.fixfloatpnl.EURIRSAttribution</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.sample.fixfloatpnl.EURIRSAttribution"; } } 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/sample/fixfloatpnl/EURIRSAttribution.html" title="class in org.drip.sample.fixfloatpnl">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/sample/fixfloatpnl/class-use/EURIRSAttribution.html" target="_top">Frames</a></li> <li><a href="EURIRSAttribution.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.sample.fixfloatpnl.EURIRSAttribution" class="title">Uses of Class<br>org.drip.sample.fixfloatpnl.EURIRSAttribution</h2> </div> <div class="classUseContainer">No usage of org.drip.sample.fixfloatpnl.EURIRSAttribution</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/sample/fixfloatpnl/EURIRSAttribution.html" title="class in org.drip.sample.fixfloatpnl">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/sample/fixfloatpnl/class-use/EURIRSAttribution.html" target="_top">Frames</a></li> <li><a href="EURIRSAttribution.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/sample/fixfloatpnl/class-use/EURIRSAttribution.html
HTML
apache-2.0
4,476
<div id="main">
ivanpribela/svetovid-lib
fragments/html/htmldoc-start.html
HTML
apache-2.0
15
<!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:30 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.jpa.persistence (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="Uses of Package org.wildfly.swarm.jpa.persistence (BOM: * : All 2018.4.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>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.4.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/jpa/persistence/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.wildfly.swarm.jpa.persistence" class="title">Uses of Package<br>org.wildfly.swarm.jpa.persistence</h1> </div> <div class="contentContainer">No usage of org.wildfly.swarm.jpa.persistence</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.4.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/jpa/persistence/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 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/jpa/persistence/package-use.html
HTML
apache-2.0
4,493
<!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 Thu Apr 06 11:00:19 MST 2017 --> <title>Class Hierarchy</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="Class Hierarchy"; } } 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>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-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?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.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 class="title">Hierarchy For All Packages</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="edu/asu/zoophy/rest/package-tree.html">edu.asu.zoophy.rest</a>, </li> <li><a href="edu/asu/zoophy/rest/database/package-tree.html">edu.asu.zoophy.rest.database</a>, </li> <li><a href="edu/asu/zoophy/rest/genbank/package-tree.html">edu.asu.zoophy.rest.genbank</a>, </li> <li><a href="edu/asu/zoophy/rest/index/package-tree.html">edu.asu.zoophy.rest.index</a>, </li> <li><a href="edu/asu/zoophy/rest/pipeline/package-tree.html">edu.asu.zoophy.rest.pipeline</a>, </li> <li><a href="edu/asu/zoophy/rest/pipeline/glm/package-tree.html">edu.asu.zoophy.rest.pipeline.glm</a>, </li> <li><a href="edu/asu/zoophy/rest/pipeline/utils/package-tree.html">edu.asu.zoophy.rest.pipeline.utils</a>, </li> <li><a href="edu/asu/zoophy/rest/security/package-tree.html">edu.asu.zoophy.rest.security</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/BeastRunner.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">BeastRunner</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/DiscreteTraitInserter.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">DiscreteTraitInserter</span></a></li> <li type="circle">edu.asu.zoophy.rest.index.<a href="edu/asu/zoophy/rest/index/DocumentMapper.html" title="class in edu.asu.zoophy.rest.index"><span class="typeNameLink">DocumentMapper</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/DownloadFormatter.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">DownloadFormatter</span></a></li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/GenBankRecord.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">GenBankRecord</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/GenBankRecordRowMapper.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">GenBankRecordRowMapper</span></a> (implements org.springframework.jdbc.core.RowMapper&lt;T&gt;)</li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/Gene.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">Gene</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/GeneRowMapper.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">GeneRowMapper</span></a> (implements org.springframework.jdbc.core.RowMapper&lt;T&gt;)</li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/GeoHierarchy.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">GeoHierarchy</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/GeonameDisjoiner.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">GeonameDisjoiner</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/GLMFigureGenerator.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">GLMFigureGenerator</span></a></li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/Host.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">Host</span></a></li> <li type="circle">edu.asu.zoophy.rest.<a href="edu/asu/zoophy/rest/JobParameters.html" title="class in edu.asu.zoophy.rest"><span class="typeNameLink">JobParameters</span></a></li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/Location.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">Location</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/LocationPredictor.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">LocationPredictor</span></a> <ul> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/StatePredictor.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">StatePredictor</span></a></li> </ul> </li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/LocationRowMapper.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">LocationRowMapper</span></a> (implements org.springframework.jdbc.core.RowMapper&lt;T&gt;)</li> <li type="circle">edu.asu.zoophy.rest.index.<a href="edu/asu/zoophy/rest/index/LuceneSearcher.html" title="class in edu.asu.zoophy.rest.index"><span class="typeNameLink">LuceneSearcher</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/Normalizer.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">Normalizer</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/PipelineManager.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">PipelineManager</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/Predictor.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">Predictor</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/PredictorGenerator.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">PredictorGenerator</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/PredictorRowMapper.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">PredictorRowMapper</span></a> (implements org.springframework.jdbc.core.RowMapper&lt;T&gt;)</li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/PredictorTemplateGenerator.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">PredictorTemplateGenerator</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/PropertyProvider.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">PropertyProvider</span></a></li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/Publication.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">Publication</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/PublicationRowMapper.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">PublicationRowMapper</span></a> (implements org.springframework.jdbc.core.RowMapper&lt;T&gt;)</li> <li type="circle">edu.asu.zoophy.rest.security.<a href="edu/asu/zoophy/rest/security/SecurityHelper.html" title="class in edu.asu.zoophy.rest.security"><span class="typeNameLink">SecurityHelper</span></a></li> <li type="circle">edu.asu.zoophy.rest.genbank.<a href="edu/asu/zoophy/rest/genbank/Sequence.html" title="class in edu.asu.zoophy.rest.genbank"><span class="typeNameLink">Sequence</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/SequenceAligner.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">SequenceAligner</span></a></li> <li type="circle">java.lang.Throwable (implements java.io.Serializable) <ul> <li type="circle">java.lang.Exception <ul> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/DaoException.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">DaoException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/FormatterException.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">FormatterException</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/GenBankRecordNotFoundException.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">GenBankRecordNotFoundException</span></a></li> <li type="circle">edu.asu.zoophy.rest.index.<a href="edu/asu/zoophy/rest/index/InvalidLuceneQueryException.html" title="class in edu.asu.zoophy.rest.index"><span class="typeNameLink">InvalidLuceneQueryException</span></a></li> <li type="circle">edu.asu.zoophy.rest.index.<a href="edu/asu/zoophy/rest/index/LuceneSearcherException.html" title="class in edu.asu.zoophy.rest.index"><span class="typeNameLink">LuceneSearcherException</span></a></li> <li type="circle">edu.asu.zoophy.rest.security.<a href="edu/asu/zoophy/rest/security/ParameterException.html" title="class in edu.asu.zoophy.rest.security"><span class="typeNameLink">ParameterException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/PipelineException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">PipelineException</span></a> <ul> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/AlignerException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">AlignerException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/BeastException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">BeastException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/DisjoinerException.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">DisjoinerException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/GeoHierarchyException.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">GeoHierarchyException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.glm.<a href="edu/asu/zoophy/rest/pipeline/glm/GLMException.html" title="class in edu.asu.zoophy.rest.pipeline.glm"><span class="typeNameLink">GLMException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/MailerException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">MailerException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/NormalizerException.html" title="class in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">NormalizerException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/TraitException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">TraitException</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/XMLParameterException.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">XMLParameterException</span></a></li> </ul> </li> </ul> </li> </ul> </li> <li type="circle">edu.asu.zoophy.rest.<a href="edu/asu/zoophy/rest/ValidationResults.html" title="class in edu.asu.zoophy.rest"><span class="typeNameLink">ValidationResults</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/XMLParameterModifier.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">XMLParameterModifier</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/XMLParameters.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">XMLParameters</span></a></li> <li type="circle">edu.asu.zoophy.rest.<a href="edu/asu/zoophy/rest/ZooPhyController.html" title="class in edu.asu.zoophy.rest"><span class="typeNameLink">ZooPhyController</span></a></li> <li type="circle">edu.asu.zoophy.rest.database.<a href="edu/asu/zoophy/rest/database/ZooPhyDAO.html" title="class in edu.asu.zoophy.rest.database"><span class="typeNameLink">ZooPhyDAO</span></a></li> <li type="circle">edu.asu.zoophy.rest.<a href="edu/asu/zoophy/rest/ZooPhyErrorController.html" title="class in edu.asu.zoophy.rest"><span class="typeNameLink">ZooPhyErrorController</span></a> (implements org.springframework.boot.autoconfigure.web.ErrorController)</li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/ZooPhyJob.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">ZooPhyJob</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/ZooPhyMailer.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">ZooPhyMailer</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/ZooPhyRunner.html" title="class in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">ZooPhyRunner</span></a></li> <li type="circle">edu.asu.zoophy.rest.<a href="edu/asu/zoophy/rest/ZooPhyService.html" title="class in edu.asu.zoophy.rest"><span class="typeNameLink">ZooPhyService</span></a></li> </ul> </li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable) <ul> <li type="circle">edu.asu.zoophy.rest.pipeline.<a href="edu/asu/zoophy/rest/pipeline/BeastSubstitutionModel.html" title="enum in edu.asu.zoophy.rest.pipeline"><span class="typeNameLink">BeastSubstitutionModel</span></a></li> <li type="circle">edu.asu.zoophy.rest.pipeline.utils.<a href="edu/asu/zoophy/rest/pipeline/utils/DownloadFormat.html" title="enum in edu.asu.zoophy.rest.pipeline.utils"><span class="typeNameLink">DownloadFormat</span></a></li> <li type="circle">edu.asu.zoophy.rest.security.<a href="edu/asu/zoophy/rest/security/Parameter.html" title="enum in edu.asu.zoophy.rest.security"><span class="typeNameLink">Parameter</span></a></li> </ul> </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>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-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?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.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>
developerDemetri/zoophy-services
doc/overview-tree.html
HTML
apache-2.0
17,931
<!-- Jive - Export Widget Copyright (c) 2015-2016 Fidelity Investments 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. FILE DESCRIPTION This is the HTML widget code for the Export widget. WIDGET DESCRIPTION This Jive HTML widget allows users to export followers for people and places as well as export event attendee lists with the Jive email for each user. --> <meta name="fidosreg" content="b764a0a9536448345dc227af95e192521d337b5e4c3560c859b89ecd0407004a"> <script src='JQUERY'></script> <script src='LIBRARY LOADER'></script> <script> $j.load_library('bootstrap.css'); $j.load_library('bootstrap-theme.css'); $j.load_library('export_widget.css'); $j.load_library('bootstrap.js'); $j.load_library('export_widget.js'); </script> <div id='ExportContainer' class="form-horizontal"> <legend class="text-center">Export</legend> <div id="initDiv" class="text-center"> <button class='btn btn-info btn-small' id='person_button' onclick='exportPerson()'>Person</button> <button class='btn btn-info btn-small' id='place_button' onclick='exportPlace()'>Place</button> <button class='btn btn-info btn-small' id='blog_button' onclick='exportBlog()'>Blog</button> <button class='btn btn-info btn-small' id='event_button' onclick='exportEvent()'>Event</button> </div> <div id='searchDiv' class="text-center" style='display:none;'> <p> <span id='getContainerStatus'></span> </p> <p> <input id='search_criteria' type='text' placeholder='Enter search criteria'> <Button id='lookupButton' class='btn btn-info btn-small' onclick="lookup()">Lookup</Button> </input> </p> <button class='btn btn-info btn-small' id='cancel_search_button' onclick='cancel()'>Cancel</button> </div> <div id="processingDiv" class="text-center" style='display:none;'> <p><img alt="" src="/images/jive-image-loading.gif"> Processing...</p> </div> <div id="resultsDiv" class="text-center" style='display:none;'> <div id="searchResults" class="list-group"></div> <button class='btn btn-info btn-small' id='export_button' onclick='exportFollowers()'>Export</button> <button class='btn btn-info btn-small' id='cancel_results_button' onclick='cancel()'>Cancel</button> </div> <div id='followersDiv' style='display:none'> <p>Copy the following list and save it to a .csv file on your computer. You can then work with the list in Excel</p> <textarea id="follower_export" class="form-control" name="textarea" placeholder="" style="height: 400px;"></textarea> <p> </p> <button class='btn btn-info btn-small' id='cancel_generate_button' onclick='cancel()'>Done</button> </div> </div>
fmr-llc/jive-export-followers
export_widget.html
HTML
apache-2.0
3,084
<!doctype html> <html> <title>npm-index</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/index.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="misc/npm-index.html">npm-index</a></h1> <p>Index of all npm documentation</p> <h3 id="readme-1-"><a href="../doc/README.html">README</a></h3> <p>a JavaScript package manager</p> <h2 id="command-line-documentation">Command Line Documentation</h2> <p>Using npm on the command line</p> <h3 id="npm-1-"><a href="cli/npm.html">npm(1)</a></h3> <p>javascript package manager</p> <h3 id="npm-access-1-"><a href="cli/npm-access.html">npm-access(1)</a></h3> <p>Set access level on published packages</p> <h3 id="npm-adduser-1-"><a href="cli/npm-adduser.html">npm-adduser(1)</a></h3> <p>Add a registry user account</p> <h3 id="npm-bin-1-"><a href="cli/npm-bin.html">npm-bin(1)</a></h3> <p>Display npm bin folder</p> <h3 id="npm-bugs-1-"><a href="cli/npm-bugs.html">npm-bugs(1)</a></h3> <p>Bugs for a package in a web browser maybe</p> <h3 id="npm-build-1-"><a href="cli/npm-build.html">npm-build(1)</a></h3> <p>Build a package</p> <h3 id="npm-bundle-1-"><a href="cli/npm-bundle.html">npm-bundle(1)</a></h3> <p>REMOVED</p> <h3 id="npm-cache-1-"><a href="cli/npm-cache.html">npm-cache(1)</a></h3> <p>Manipulates packages cache</p> <h3 id="npm-completion-1-"><a href="cli/npm-completion.html">npm-completion(1)</a></h3> <p>Tab Completion for npm</p> <h3 id="npm-config-1-"><a href="cli/npm-config.html">npm-config(1)</a></h3> <p>Manage the npm configuration files</p> <h3 id="npm-dedupe-1-"><a href="cli/npm-dedupe.html">npm-dedupe(1)</a></h3> <p>Reduce duplication</p> <h3 id="npm-deprecate-1-"><a href="cli/npm-deprecate.html">npm-deprecate(1)</a></h3> <p>Deprecate a version of a package</p> <h3 id="npm-dist-tag-1-"><a href="cli/npm-dist-tag.html">npm-dist-tag(1)</a></h3> <p>Modify package distribution tags</p> <h3 id="npm-docs-1-"><a href="cli/npm-docs.html">npm-docs(1)</a></h3> <p>Docs for a package in a web browser maybe</p> <h3 id="npm-edit-1-"><a href="cli/npm-edit.html">npm-edit(1)</a></h3> <p>Edit an installed package</p> <h3 id="npm-explore-1-"><a href="cli/npm-explore.html">npm-explore(1)</a></h3> <p>Browse an installed package</p> <h3 id="npm-help-search-1-"><a href="cli/npm-help-search.html">npm-help-search(1)</a></h3> <p>Search npm help documentation</p> <h3 id="npm-help-1-"><a href="cli/npm-help.html">npm-help(1)</a></h3> <p>Get help on npm</p> <h3 id="npm-init-1-"><a href="cli/npm-init.html">npm-init(1)</a></h3> <p>Interactively create a package.json file</p> <h3 id="npm-install-test-1-"><a href="cli/npm-install-test.html">npm-install-test(1)</a></h3> <p>Install package(s) and run tests</p> <h3 id="npm-install-1-"><a href="cli/npm-install.html">npm-install(1)</a></h3> <p>Install a package</p> <h3 id="npm-link-1-"><a href="cli/npm-link.html">npm-link(1)</a></h3> <p>Symlink a package folder</p> <h3 id="npm-logout-1-"><a href="cli/npm-logout.html">npm-logout(1)</a></h3> <p>Log out of the registry</p> <h3 id="npm-ls-1-"><a href="cli/npm-ls.html">npm-ls(1)</a></h3> <p>List installed packages</p> <h3 id="npm-outdated-1-"><a href="cli/npm-outdated.html">npm-outdated(1)</a></h3> <p>Check for outdated packages</p> <h3 id="npm-owner-1-"><a href="cli/npm-owner.html">npm-owner(1)</a></h3> <p>Manage package owners</p> <h3 id="npm-pack-1-"><a href="cli/npm-pack.html">npm-pack(1)</a></h3> <p>Create a tarball from a package</p> <h3 id="npm-ping-1-"><a href="cli/npm-ping.html">npm-ping(1)</a></h3> <p>Ping npm registry</p> <h3 id="npm-prefix-1-"><a href="cli/npm-prefix.html">npm-prefix(1)</a></h3> <p>Display prefix</p> <h3 id="npm-prune-1-"><a href="cli/npm-prune.html">npm-prune(1)</a></h3> <p>Remove extraneous packages</p> <h3 id="npm-publish-1-"><a href="cli/npm-publish.html">npm-publish(1)</a></h3> <p>Publish a package</p> <h3 id="npm-rebuild-1-"><a href="cli/npm-rebuild.html">npm-rebuild(1)</a></h3> <p>Rebuild a package</p> <h3 id="npm-repo-1-"><a href="cli/npm-repo.html">npm-repo(1)</a></h3> <p>Open package repository page in the browser</p> <h3 id="npm-restart-1-"><a href="cli/npm-restart.html">npm-restart(1)</a></h3> <p>Restart a package</p> <h3 id="npm-root-1-"><a href="cli/npm-root.html">npm-root(1)</a></h3> <p>Display npm root</p> <h3 id="npm-run-script-1-"><a href="cli/npm-run-script.html">npm-run-script(1)</a></h3> <p>Run arbitrary package scripts</p> <h3 id="npm-search-1-"><a href="cli/npm-search.html">npm-search(1)</a></h3> <p>Search for packages</p> <h3 id="npm-shrinkwrap-1-"><a href="cli/npm-shrinkwrap.html">npm-shrinkwrap(1)</a></h3> <p>Lock down dependency versions</p> <h3 id="npm-star-1-"><a href="cli/npm-star.html">npm-star(1)</a></h3> <p>Mark your favorite packages</p> <h3 id="npm-stars-1-"><a href="cli/npm-stars.html">npm-stars(1)</a></h3> <p>View packages marked as favorites</p> <h3 id="npm-start-1-"><a href="cli/npm-start.html">npm-start(1)</a></h3> <p>Start a package</p> <h3 id="npm-stop-1-"><a href="cli/npm-stop.html">npm-stop(1)</a></h3> <p>Stop a package</p> <h3 id="npm-tag-1-"><a href="cli/npm-tag.html">npm-tag(1)</a></h3> <p>Tag a published version</p> <h3 id="npm-team-1-"><a href="cli/npm-team.html">npm-team(1)</a></h3> <p>Manage organization teams and team memberships</p> <h3 id="npm-test-1-"><a href="cli/npm-test.html">npm-test(1)</a></h3> <p>Test a package</p> <h3 id="npm-uninstall-1-"><a href="cli/npm-uninstall.html">npm-uninstall(1)</a></h3> <p>Remove a package</p> <h3 id="npm-unpublish-1-"><a href="cli/npm-unpublish.html">npm-unpublish(1)</a></h3> <p>Remove a package from the registry</p> <h3 id="npm-update-1-"><a href="cli/npm-update.html">npm-update(1)</a></h3> <p>Update a package</p> <h3 id="npm-version-1-"><a href="cli/npm-version.html">npm-version(1)</a></h3> <p>Bump a package version</p> <h3 id="npm-view-1-"><a href="cli/npm-view.html">npm-view(1)</a></h3> <p>View registry info</p> <h3 id="npm-whoami-1-"><a href="cli/npm-whoami.html">npm-whoami(1)</a></h3> <p>Display npm username</p> <h2 id="api-documentation">API Documentation</h2> <p>Using npm in your Node programs</p> <h2 id="files">Files</h2> <p>File system structures npm uses</p> <h3 id="npm-folders-5-"><a href="files/npm-folders.html">npm-folders(5)</a></h3> <p>Folder Structures Used by npm</p> <h3 id="npmrc-5-"><a href="files/npmrc.html">npmrc(5)</a></h3> <p>The npm config files</p> <h3 id="package-json-5-"><a href="files/package.json.html">package.json(5)</a></h3> <p>Specifics of npm&#39;s package.json handling</p> <h2 id="misc">Misc</h2> <p>Various other bits and bobs</p> <h3 id="npm-coding-style-7-"><a href="misc/npm-coding-style.html">npm-coding-style(7)</a></h3> <p>npm&#39;s &quot;funny&quot; coding style</p> <h3 id="npm-config-7-"><a href="misc/npm-config.html">npm-config(7)</a></h3> <p>More than you probably want to know about npm configuration</p> <h3 id="npm-developers-7-"><a href="misc/npm-developers.html">npm-developers(7)</a></h3> <p>Developer Guide</p> <h3 id="npm-disputes-7-"><a href="misc/npm-disputes.html">npm-disputes(7)</a></h3> <p>Handling Module Name Disputes</p> <h3 id="npm-index-7-"><a href="misc/npm-index.html">npm-index(7)</a></h3> <p>Index of all npm documentation</p> <h3 id="npm-orgs-7-"><a href="misc/npm-orgs.html">npm-orgs(7)</a></h3> <p>Working with Teams &amp; Orgs</p> <h3 id="npm-registry-7-"><a href="misc/npm-registry.html">npm-registry(7)</a></h3> <p>The JavaScript Package Registry</p> <h3 id="npm-scope-7-"><a href="misc/npm-scope.html">npm-scope(7)</a></h3> <p>Scoped packages</p> <h3 id="npm-scripts-7-"><a href="misc/npm-scripts.html">npm-scripts(7)</a></h3> <p>How npm handles the &quot;scripts&quot; field</p> <h3 id="removing-npm-7-"><a href="misc/removing-npm.html">removing-npm(7)</a></h3> <p>Cleaning the Slate</p> <h3 id="semver-7-"><a href="misc/semver.html">semver(7)</a></h3> <p>The semantic versioner for npm</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-index &mdash; npm@3.7.1</p>
eoiny/accentureFinData
node_modules/npm/html/doc/index.html
HTML
apache-2.0
10,165
<!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_101) on Sun Jan 29 09:58:09 CET 2017 --> <title>Uses of Class com.mxgraph.model.mxGraphModel.mxCollapseChange (mxGraph 3.7.0.1 API Specification)</title> <meta name="date" content="2017-01-29"> <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.mxgraph.model.mxGraphModel.mxCollapseChange (mxGraph 3.7.0.1 API Specification)"; } } 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/mxgraph/model/mxGraphModel.mxCollapseChange.html" title="class in com.mxgraph.model">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/mxgraph/model/class-use/mxGraphModel.mxCollapseChange.html" target="_top">Frames</a></li> <li><a href="mxGraphModel.mxCollapseChange.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.mxgraph.model.mxGraphModel.mxCollapseChange" class="title">Uses of Class<br>com.mxgraph.model.mxGraphModel.mxCollapseChange</h2> </div> <div class="classUseContainer">No usage of com.mxgraph.model.mxGraphModel.mxCollapseChange</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/mxgraph/model/mxGraphModel.mxCollapseChange.html" title="class in com.mxgraph.model">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/mxgraph/model/class-use/mxGraphModel.mxCollapseChange.html" target="_top">Frames</a></li> <li><a href="mxGraphModel.mxCollapseChange.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><font size=1>Copyright (c) 2010 <a href="http://www.mxgraph.com/" target="_blank">Gaudenz Alder, David Benson</a>. All rights reserved.</font></small></p> </body> </html>
tsxuehu/jgraphlearn
java/docs/com/mxgraph/model/class-use/mxGraphModel.mxCollapseChange.html
HTML
apache-2.0
4,815
<!DOCTYPE html> <HTML> <HEAD> <TITLE> ZTREE DEMO - addHoverDom / removeHoverDom / addDiyDom</TITLE> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../../../css/demo.css" type="text/css"> <link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css" type="text/css"> <script type="text/javascript" src="../../../js/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="../../../js/jquery.ztree.core.js"></script> <script type="text/javascript" src="../../../js/jquery.ztree.excheck.js"></script> <script type="text/javascript" src="../../../js/jquery.ztree.exedit.js"></script> <SCRIPT type="text/javascript"> <!-- var IDMark_Switch = "_switch", IDMark_Icon = "_ico", IDMark_Span = "_span", IDMark_Input = "_input", IDMark_Check = "_check", IDMark_Edit = "_edit", IDMark_Remove = "_remove", IDMark_Ul = "_ul", IDMark_A = "_a"; var setting = { view: { addHoverDom: addHoverDom, removeHoverDom: removeHoverDom, addDiyDom: addDiyDom } }; var zNodes =[ {id:1, name:"hover事件显示控件", open:true, children:[ {id:11, name:"按钮1"}, {id:12, name:"按钮2"}, {id:13, name:"下拉框"}, {id:141, name:"文本1"}, {id:142, name:"文本2"}, {id:15, name:"超链接"} ]}, {id:2, name:"始终显示控件", open:true, children:[ {id:21, name:"按钮1"}, {id:22, name:"按钮2"}, {id:23, name:"下拉框"}, {id:24, name:"文本"}, {id:25, name:"超链接"} ]} ]; function addHoverDom(treeId, treeNode) { if (treeNode.parentNode && treeNode.parentNode.id!=1) return; var aObj = $("#" + treeNode.tId + IDMark_A); if (treeNode.id == 11) { if ($("#diyBtn_"+treeNode.id).length>0) return; var editStr = "<span id='diyBtn_space_" +treeNode.id+ "' >&nbsp;</span><span class='button icon03' id='diyBtn_" +treeNode.id+ "' title='"+treeNode.name+"' onfocus='this.blur();'></span>"; aObj.append(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("click", function(){alert("diy Button for " + treeNode.name);}); } else if (treeNode.id == 12) { if ($("#diyBtn_"+treeNode.id).length>0) return; var editStr = "<span class='button icon04' id='diyBtn_" +treeNode.id+ "' title='"+treeNode.name+"' onfocus='this.blur();'></span>"; aObj.after(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("click", function(){alert("diy Button for " + treeNode.name);}); } else if (treeNode.id == 13) { if ($("#diyBtn_"+treeNode.id).length>0) return; var editStr = "<span id='diyBtn_space_" +treeNode.id+ "' >&nbsp;</span><select class='selDemo ' id='diyBtn_" +treeNode.id+ "'><option value=1>1</option><option value=2>2</option><option value=3>3</option></select>"; aObj.after(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("change", function(){alert("diy Select value="+btn.attr("value")+" for " + treeNode.name);}); } else if (treeNode.id == 141) { if ($("#diyBtn_"+treeNode.id).length>0) return; var editStr = "<span class='test' id='diyBtn_" +treeNode.id+ "'>Text Demo...</span>"; aObj.append(editStr); } else if (treeNode.id == 142) { if ($("#diyBtn_"+treeNode.id).length>0) return; var editStr = "<span id='diyBtn_" +treeNode.id+ "'>Text Demo...</span>"; aObj.after(editStr); } else if (treeNode.id == 15) { if ($("#diyBtn1_"+treeNode.id).length>0) return; if ($("#diyBtn2_"+treeNode.id).length>0) return; var editStr = "<a id='diyBtn1_" +treeNode.id+ "' onclick='alert(1);return false;' style='margin:0 0 0 5px;'>链接1</a>" + "<a id='diyBtn2_" +treeNode.id+ "' onclick='alert(2);return false;' style='margin:0 0 0 5px;'>链接2</a>"; aObj.append(editStr); } } function removeHoverDom(treeId, treeNode) { if (treeNode.parentTId && treeNode.getParentNode().id!=1) return; if (treeNode.id == 15) { $("#diyBtn1_"+treeNode.id).unbind().remove(); $("#diyBtn2_"+treeNode.id).unbind().remove(); } else { $("#diyBtn_"+treeNode.id).unbind().remove(); $("#diyBtn_space_" +treeNode.id).unbind().remove(); } } function addDiyDom(treeId, treeNode) { if (treeNode.parentNode && treeNode.parentNode.id!=2) return; var aObj = $("#" + treeNode.tId + IDMark_A); if (treeNode.id == 21) { var editStr = "<span class='demoIcon' id='diyBtn_" +treeNode.id+ "' title='"+treeNode.name+"' onfocus='this.blur();'><span class='button icon01'></span></span>"; aObj.append(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("click", function(){alert("diy Button for " + treeNode.name);}); } else if (treeNode.id == 22) { var editStr = "<span class='demoIcon' id='diyBtn_" +treeNode.id+ "' title='"+treeNode.name+"' onfocus='this.blur();'><span class='button icon02'></span></span>"; aObj.after(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("click", function(){alert("diy Button for " + treeNode.name);}); } else if (treeNode.id == 23) { var editStr = "<select class='selDemo' id='diyBtn_" +treeNode.id+ "'><option value=1>1</option><option value=2>2</option><option value=3>3</option></select>"; aObj.after(editStr); var btn = $("#diyBtn_"+treeNode.id); if (btn) btn.bind("change", function(){alert("diy Select value="+btn.attr("value")+" for " + treeNode.name);}); } else if (treeNode.id == 24) { var editStr = "<span id='diyBtn_" +treeNode.id+ "'>Text Demo...</span>"; aObj.after(editStr); } else if (treeNode.id == 25) { var editStr = "<a id='diyBtn1_" +treeNode.id+ "' onclick='alert(1);return false;'>链接1</a>" + "<a id='diyBtn2_" +treeNode.id+ "' onclick='alert(2);return false;'>链接2</a>"; aObj.after(editStr); } } $(document).ready(function(){ $.fn.zTree.init($("#treeDemo"), setting, zNodes); }); //--> </SCRIPT> <style type="text/css"> .ztree li span.demoIcon{padding:0 2px 0 10px;} .ztree li span.button.icon01{margin:0; background: url(../../../css/zTreeStyle/img/diy/3.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} .ztree li span.button.icon02{margin:0; background: url(../../../css/zTreeStyle/img/diy/4.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} .ztree li span.button.icon03{margin:0; background: url(../../../css/zTreeStyle/img/diy/5.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} .ztree li span.button.icon04{margin:0; background: url(../../../css/zTreeStyle/img/diy/6.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} .ztree li span.button.icon05{margin:0; background: url(../../../css/zTreeStyle/img/diy/7.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} .ztree li span.button.icon06{margin:0; background: url(../../../css/zTreeStyle/img/diy/8.png) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} </style> </HEAD> <BODY> <h1>添加自定义控件</h1> <h6>[ 文件路径: super/diydom.html ]</h6> <div class="content_wrap"> <div class="zTreeDemoBackground left"> <ul id="treeDemo" class="ztree"></ul> </div> <div class="right"> <ul class="info"> <li class="title"><h2>1、实现方法说明</h2> <ul class="list"> <li>利用 setting.view.addHoverDom / removeHoverDom / addDiyDom 这几个参数的配置可以很容易的实现自定义控件的功能</li> <li class="highlight_red">添加自定义控件,请务必掌握 zTree 节点对象的命名规则,以保证正常添加 DOM 控件</li> <li class="highlight_red">如果添加标准的 select / checkbox / radio 等,请注意适当调整 zTree 的布局 css,保证 zTree 能正常显示</li> </ul> </li> <li class="title"><h2>2、setting 配置信息说明</h2> <ul class="list"> <li>使用 setting.view.addHoverDom / removeHoverDom / addDiyDom 属性,详细请参见 API 文档中的相关内容</li> </ul> </li> <li class="title"><h2>3、treeNode 节点数据说明</h2> <ul class="list"> <li>对 节点数据 没有特殊要求,用户可以根据自己的需求添加自定义属性</li> </ul> </li> </ul> </div> </div> </BODY> </HTML>
bella0101/websitePortal
src/main/resources/static/plugin/js/zTree/demo/cn/super/diydom.html
HTML
apache-2.0
8,532
<!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 Tue Jan 10 13:10:48 CET 2017 --> <title>Q-Index</title> <meta name="date" content="2017-01-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="Q-Index"; } } 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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li> <li><a href="index-17.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a name="I:Q"> <!-- --> </a> <h2 class="title">Q</h2> <dl> <dt><span class="memberNameLink"><a href="../vu/cltl/storyteller/knowledgestore/GetTriplesFromKnowledgeStore.html#qCount">qCount</a></span> - Static variable in class vu.cltl.storyteller.knowledgestore.<a href="../vu/cltl/storyteller/knowledgestore/GetTriplesFromKnowledgeStore.html" title="class in vu.cltl.storyteller.knowledgestore">GetTriplesFromKnowledgeStore</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;</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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li> <li><a href="index-17.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>
cltl/StoryTeller
java-doc/index-files/index-17.html
HTML
apache-2.0
5,514
<!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_25) on Fri Jun 05 10:51:23 EDT 2015 --> <title>Uses of Class org.apache.cassandra.utils.memory.SlabAllocator (apache-cassandra API)</title> <meta name="date" content="2015-06-05"> <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.cassandra.utils.memory.SlabAllocator (apache-cassandra 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/cassandra/utils/memory/SlabAllocator.html" title="class in org.apache.cassandra.utils.memory">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/utils/memory/class-use/SlabAllocator.html" target="_top">Frames</a></li> <li><a href="SlabAllocator.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.cassandra.utils.memory.SlabAllocator" class="title">Uses of Class<br>org.apache.cassandra.utils.memory.SlabAllocator</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.utils.memory.SlabAllocator</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/cassandra/utils/memory/SlabAllocator.html" title="class in org.apache.cassandra.utils.memory">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/utils/memory/class-use/SlabAllocator.html" target="_top">Frames</a></li> <li><a href="SlabAllocator.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
Jcamilorada/Cassandra
Instalacion/javadoc/org/apache/cassandra/utils/memory/class-use/SlabAllocator.html
HTML
apache-2.0
4,696
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.engine.virtualization.VirtualizationOutput (JasperReports 5.6.0 API)</title> <meta name="date" content="2014-05-27"> <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 net.sf.jasperreports.engine.virtualization.VirtualizationOutput (JasperReports 5.6.0 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="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">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?net/sf/jasperreports/engine/virtualization/class-use/VirtualizationOutput.html" target="_top">Frames</a></li> <li><a href="VirtualizationOutput.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 net.sf.jasperreports.engine.virtualization.VirtualizationOutput" class="title">Uses of Class<br>net.sf.jasperreports.engine.virtualization.VirtualizationOutput</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</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="#net.sf.jasperreports.engine">net.sf.jasperreports.engine</a></td> <td class="colLast"> <div class="block">Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sf.jasperreports.engine.base">net.sf.jasperreports.engine.base</a></td> <td class="colLast"> <div class="block">Contains base implementations for the library's main interfaces.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#net.sf.jasperreports.engine.fill">net.sf.jasperreports.engine.fill</a></td> <td class="colLast"> <div class="block">Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sf.jasperreports.engine.virtualization">net.sf.jasperreports.engine.virtualization</a></td> <td class="colLast"> <div class="block">Contains classes and interfaces for serialization during the report virtualization.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="net.sf.jasperreports.engine"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a> in <a href="../../../../../../net/sf/jasperreports/engine/package-summary.html">net.sf.jasperreports.engine</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/engine/package-summary.html">net.sf.jasperreports.engine</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRPrintHyperlinkParameters.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/JRPrintHyperlinkParameters.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRPrintHyperlinkParameter.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/JRPrintHyperlinkParameter.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.engine.base"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a> in <a href="../../../../../../net/sf/jasperreports/engine/base/package-summary.html">net.sf.jasperreports.engine.base</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/engine/base/package-summary.html">net.sf.jasperreports.engine.base</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">VirtualElementsData.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/base/VirtualElementsData.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.engine.fill"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a> in <a href="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRTemplatePrintFrame.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRTemplatePrintFrame.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRRecordedValuesGenericPrintElement.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRRecordedValuesGenericPrintElement.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRTemplateGenericPrintElement.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRTemplateGenericPrintElement.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRTemplatePrintText.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRTemplatePrintText.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRTemplatePrintElement.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRTemplatePrintElement.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRRecordedValuesPrintText.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRRecordedValuesPrintText.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRRecordedValuesPrintImage.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRRecordedValuesPrintImage.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRTemplatePrintImage.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/JRTemplatePrintImage.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.engine.virtualization"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a> in <a href="../../../../../../net/sf/jasperreports/engine/virtualization/package-summary.html">net.sf.jasperreports.engine.virtualization</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/engine/virtualization/package-summary.html">net.sf.jasperreports.engine.virtualization</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BigDecimalSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/BigDecimalSerializer.html#write(java.math.BigDecimal, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.math.BigDecimal&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BigIntegerSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/BigIntegerSerializer.html#write(java.math.BigInteger, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.math.BigInteger&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">BooleanSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/BooleanSerializer.html#write(java.lang.Boolean, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Boolean&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ByteSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/ByteSerializer.html#write(java.lang.Byte, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Byte&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">DateSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/DateSerializer.html#write(java.util.Date, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.util.Date&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">SqlDateSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/SqlDateSerializer.html#write(java.sql.Date, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.sql.Date&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">DoubleSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/DoubleSerializer.html#write(java.lang.Double, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Double&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">FloatSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/FloatSerializer.html#write(java.lang.Float, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Float&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">IntegerSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/IntegerSerializer.html#write(java.lang.Integer, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Integer&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">EvaluationTimeSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/EvaluationTimeSerializer.html#write(net.sf.jasperreports.engine.fill.JREvaluationTime, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/JREvaluationTime.html" title="class in net.sf.jasperreports.engine.fill">JREvaluationTime</a>&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">RecordedValuesSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/RecordedValuesSerializer.html#write(net.sf.jasperreports.engine.fill.JRRecordedValues, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/JRRecordedValues.html" title="class in net.sf.jasperreports.engine.fill">JRRecordedValues</a>&nbsp;values, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">LongSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/LongSerializer.html#write(java.lang.Long, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Long&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ShortSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/ShortSerializer.html#write(java.lang.Short, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.Short&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StringSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/StringSerializer.html#write(java.lang.String, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.lang.String&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TimestampSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/TimestampSerializer.html#write(java.sql.Timestamp, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.sql.Timestamp&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">TimeSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/TimeSerializer.html#write(java.sql.Time, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.sql.Time&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ObjectSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/ObjectSerializer.html#write(T, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/ObjectSerializer.html" title="type parameter in ObjectSerializer">T</a>&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">SerializableSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/SerializableSerializer.html#write(T, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/SerializableSerializer.html" title="type parameter in SerializableSerializer">T</a>&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">UUIDSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/UUIDSerializer.html#write(java.util.UUID, net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">write</a></strong>(java.util.UUID&nbsp;value, <a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">RecordedValuesSerializer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/RecordedValuesSerializer.html#writeMap(net.sf.jasperreports.engine.virtualization.VirtualizationOutput, java.util.Map)">writeMap</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out, java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;values)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">VirtualizationSerializable.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationSerializable.html#writeVirtualized(net.sf.jasperreports.engine.virtualization.VirtualizationOutput)">writeVirtualized</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">VirtualizationOutput</a>&nbsp;out)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../net/sf/jasperreports/engine/virtualization/VirtualizationOutput.html" title="class in net.sf.jasperreports.engine.virtualization">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?net/sf/jasperreports/engine/virtualization/class-use/VirtualizationOutput.html" target="_top">Frames</a></li> <li><a href="VirtualizationOutput.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> <span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">&copy; 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span> </small></p> </body> </html>
phurtado1112/cnaemvc
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/virtualization/class-use/VirtualizationOutput.html
HTML
apache-2.0
30,415
<section class="change_log_version" id="2.0.49"> <h3>Version 2.0.49 by Volodymyr Volynets</h3> <b><time class="change_log_date_commit" datetime="2019-03-30">2019-03-30</time></b> <div class="change_log_changes"> <ul><li>Framework<ul><li> Enhancement #1229 (Error handler.)</li></ul></li></ul> </div> <pre class="change_log_affected_files"> Repository / Git: Name: Numbers\Framework Title: Numbers Framework Version: 2.0.48 Last Tag: 2.0.48 User Name: Volodymyr Volynets User Email: volodymyr.volynets@gmail.com Statistics: Addition: 1 Deletion: 1 Modules: Numbers Framework (Numbers\Framework, 2.0.48) | 1 1 1 1 | Object/Error/Base.php </pre> </section>
volodymyr-volynets/framework
.numbers/ChangeLogs/20190330140244_2.0.49.html
HTML
apache-2.0
731
<!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_06.html">Class Test_AbaRouteValidator_06</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_10786_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_06.html?line=18928#src-18928" >testAbaNumberCheck_10786_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:36:31 </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_10786_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=15764#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=15764#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=15764#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_06_testAbaNumberCheck_10786_bad_c5w.html
HTML
apache-2.0
10,987
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>XLabs: F:/Projects/Xamarin-Forms-Labs/src/Platform/XLabs.Platform.WinRT/XLabs.Platform.WinRT.Shared/FontService.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="XLabs_logo.psd"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">XLabs </div> <div id="projectbrief">Cross-platform reusable C# libraries</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Packages</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> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_font_service_8h.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">FontService.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;windows.foundation.collections.h&gt;</code><br /> </div> <p><a href="_font_service_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_x_labs_1_1_platform_1_1_win_r_t_1_1sealed.html">XLabs.Platform::WinRT::sealed</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_x_labs"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_x_labs.html">XLabs</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespace_x_labs_1_1_platform"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_x_labs_1_1_platform.html">XLabs.Platform</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespace_x_labs_1_1_platform_1_1_win_r_t"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_x_labs_1_1_platform_1_1_win_r_t.html">XLabs::Platform::WinRT</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_96aec6d1100a5554d6f7fb69df2c511a.html">Xamarin-Forms-Labs</a></li><li class="navelem"><a class="el" href="dir_88bafe9029e18a0be9e6e2b4e8ed9f17.html">src</a></li><li class="navelem"><a class="el" href="dir_e2a5112a6d9b23a710178c67d30530fa.html">Platform</a></li><li class="navelem"><a class="el" href="dir_82daefa16473ee95bd76d1d2311f93c6.html">XLabs.Platform.WinRT</a></li><li class="navelem"><a class="el" href="dir_c25efe98307c611e114b8a7022ea876a.html">XLabs.Platform.WinRT.Shared</a></li><li class="navelem"><a class="el" href="_font_service_8h.html">FontService.h</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li> </ul> </div> </body> </html>
XLabs/xlabs.github.io
html/_font_service_8h.html
HTML
apache-2.0
7,310
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Fri Jun 22 04:34:22 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.config.security.manager (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 Package org.wildfly.swarm.config.security.manager (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>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div 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/security/manager/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.wildfly.swarm.config.security.manager" class="title">Uses of Package<br>org.wildfly.swarm.config.security.manager</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/security/manager/package-summary.html">org.wildfly.swarm.config.security.manager</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.security.manager">org.wildfly.swarm.config.security.manager</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/security/manager/package-summary.html">org.wildfly.swarm.config.security.manager</a> used by <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/wildfly/swarm/config/security/manager/class-use/DefaultDeploymentPermissions.html#org.wildfly.swarm.config">DefaultDeploymentPermissions</a> <div class="block">The permissions that are to be granted to deployments</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../org/wildfly/swarm/config/security/manager/class-use/DefaultDeploymentPermissionsConsumer.html#org.wildfly.swarm.config">DefaultDeploymentPermissionsConsumer</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/wildfly/swarm/config/security/manager/class-use/DefaultDeploymentPermissionsSupplier.html#org.wildfly.swarm.config">DefaultDeploymentPermissionsSupplier</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.security.manager"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/security/manager/package-summary.html">org.wildfly.swarm.config.security.manager</a> used by <a href="../../../../../../org/wildfly/swarm/config/security/manager/package-summary.html">org.wildfly.swarm.config.security.manager</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/wildfly/swarm/config/security/manager/class-use/DefaultDeploymentPermissions.html#org.wildfly.swarm.config.security.manager">DefaultDeploymentPermissions</a> <div class="block">The permissions that are to be granted to deployments</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../org/wildfly/swarm/config/security/manager/class-use/DefaultDeploymentPermissionsConsumer.html#org.wildfly.swarm.config.security.manager">DefaultDeploymentPermissionsConsumer</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div 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/security/manager/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 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/security/manager/package-use.html
HTML
apache-2.0
8,103
<!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.contrib.index.example.HashingDistributionPolicy (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.contrib.index.example.HashingDistributionPolicy (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/contrib/index/example/HashingDistributionPolicy.html" title="class in org.apache.hadoop.contrib.index.example"><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/contrib/index/example//class-useHashingDistributionPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashingDistributionPolicy.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.contrib.index.example.HashingDistributionPolicy</B></H2> </CENTER> No usage of org.apache.hadoop.contrib.index.example.HashingDistributionPolicy <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/contrib/index/example/HashingDistributionPolicy.html" title="class in org.apache.hadoop.contrib.index.example"><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/contrib/index/example//class-useHashingDistributionPolicy.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashingDistributionPolicy.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/contrib/index/example/class-use/HashingDistributionPolicy.html
HTML
apache-2.0
6,384